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


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


    /* layout-concept */

    .layout-concept .box-title h2 {
        font-size: 22px;
        letter-spacing: 0.05em;
        margin-bottom: 25px;
    }


    /* layout-flow */

    .layout-flowwrap {
        padding: 0px;
    }

    .layout-flowwrap .box-text {
        padding: 0px 6%;
    }

    .layout-flow {
        padding: 30px 6%;
    }

    .layout-flow .layout-contents02:not(:last-child) {
        margin-bottom: 45px;
    }

    .layout-flow .layout-contents02::after {
        height: 20px;
        margin-bottom: -35px;
    }

    .layout-flow .lc02-inner {
        padding: 40px 0% 30px;
    }

    .layout-flow h4 {
        height: 45px;
        width: 70%;
    }

    .layout-flow h5 {
        font-size: 18px;
        letter-spacing: 0.05em;
        margin-bottom: 15px;
    }


    .pc-view {
        display: none;
    }

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

}
