@charset "utf-8";
/*===========================
add
===========================*/


.w100p{
    width: 100%;
}
@media only screen and (max-width: 600px) {   
    .mb15sp{
        margin-bottom: 15px !important;
    }
    .fx_reverse{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
