@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */

.nav ul .pulldown01 ul{
    display: none;
}

/*===========================tab====================================== */
@media screen and (min-width: 641px) and (max-width: 834px){



}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){

    .flex-order div:first-child{
        order: 2;
    }
    .flex-order div:last-child{
        order: 1;
    }



}
/*===========================sp END====================================== */