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


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

    .maincontents-inner section {
        margin-bottom: 70px;
    }


    /* contents01 */

    .contents01 .box-link {
        gap: 15px;
        padding: 70px 0px;
        flex-direction: column;
    }

    /* layout01 */

    .layout01 .box:not(:last-child) {
        margin-bottom: 50px;
    }

    .layout01 .box-text:not(:last-child) {
        margin-bottom: 40px;
    }

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

    .layout01 .box-img img {
        max-width: 400px;
    }


    .layout01 h5 {
        font-size: 18px;
        padding-bottom: 18px;
        margin-bottom: 25px;
    }

    .layout03 h6 {
        font-size: 16px;
    }

    .pc-view {
        display: none;
    }

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

}
