@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: 60px;
        padding-top: 60px;
    }

    .layout-concept::before {
        height: 55%;
    }

    .layout-concept .box-detail {
        padding: 50px 6% 40px;
    }


    /* contents02 */

    .contents02 {
        padding-top: 20px;
    }


    /* layout01 */

    .layout01 ul li a {
        font-size: 17px;
        padding: 20px;
    }

    .layout01 ul li a::before {
        right: 20px;
        background-size: auto 26px;
        width: 26px;
    }

    .layout01 ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    /* 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;
    }

    .pc-view {
        display: none;
    }

    .sp-view {
        display: inline-block;
    }

}
