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


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


    .title-box h2 {
        color: #000;
        text-shadow: 0px 0px 8px rgba(0, 0, 0, 0);
    }

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

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


    /* layout01 */

    .layout01 .box {
        padding: 30px 2%;
        padding-top: 150px;
    }

    .layout01 .box::before {
        left: 0px;
        top: 30px;
        background-position: center top;
        background-size: auto 100%;
        width: 100%;
        height: 110px;
    }

    .layout01 h4 {
        font-size: 20px;
        letter-spacing: 0.1em;
        text-align: center;
    }

    /* layout02 */

    .layout02 {
        width: 100%;
        flex-direction: column;
        gap: 30px 0px;
    }

    .layout02 .box {
        width: 100%;
    }

    .layout02 h6 {
        font-size: 18px;
        letter-spacing: 0.1em;
        padding-top: 15px;
    }


    .pc-view {
        display: none;
    }

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

}
