@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;
    }


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

    .layout-orange > div.box-title h4 {
        font-size: 18px;
        letter-spacing: 0.1em;
    }

    .contents01 > .layout02 + .layout-orange {
        margin-top: 30px;
    }

    /* layout-price */

    .layout-price .box01 {
        width: 100%;
    }

    .layout-price .box-detail p {
        padding-top: 0px;
        text-align: center;
    }

    /* layout01 */

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

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



    .pc-view {
        display: none;
    }

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

}
