@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 767px) {


    .layout-whitebox:not(:last-child) {
        margin-bottom: 70px;
    }

    .layout-whitebox > div:not(:last-child) {
        margin-bottom: 30px;
    }

    /* layout-concept */

    .layout-concept {
        margin-bottom: 80px;
        justify-content: center;
        flex-direction: column;
    }

    .layout-concept .box-img {
        width: 100%;
    }

    .layout-concept .box-img img {
        max-height: 280px;
        max-width: 100%;
    }

    .layout-concept .box-detail {
        width: 100%;
        padding: 35px 8%;
    }

    .layout-concept .box-detail .inner {
        width: 100%;
    }

    .layout-concept h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }


    /* layout02 */

    .layout02 {
        margin-bottom: 30px;
    }

    .layout02 h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .layout02 p {
        text-align: left;
        padding: 0px 8%;
    }

    /* layout03 */

    .layout03 {
        width: 88%;
        text-align: center;
    }

    /*  layout04  */

    .layout04 {
        justify-content: center;
        flex-direction: column;
        gap: 30px;
    }

    .layout04 .box {
        width: 100%;
        max-width: 350px;
        margin: 0px auto;
    }

    .layout04 .box-title h6 {
        font-size: 17px;
    }

    .layout04 p {
        letter-spacing: 0em;
    }

    .pc-view {
        display: none;
    }

    .sp-view {
        display: inline-block;
    }

}
