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


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


    /* layout03 */

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

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

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

    .layout03 ul {
        padding-left: 10px;
    }

    .pc-view {
        display: none;
    }

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

}
