@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 767px) {


    .maincontents-inner section:not(:last-child) {
        margin-bottom: 60px;
    }

    .layout-orange > div:not(:last-child) {
        margin-bottom: 40px;
    }


    /* layout01 */

    .layout01 {
        width: 100%;
        justify-content: center;
        gap: 20px;
    }

    .layout01 .box-text {
        width: 100%;
    }

    .layout01 h6 {
        font-size: 20px;
        padding-top: 0px;
    }


    .pc-view {
        display: none;
    }

    .sp-view {
        display: inline-block;
    }

}
