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


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


    .layout-contents01 > div:not(:last-child) {
        margin-bottom: 35px;
    }

    /* layout03 */

    .contents02 .layout03 {
        margin-bottom: 40px;
    }

    .layout03 h4 {
        font-size: 19px;
        letter-spacing: 0em;
    }

    .layout03 h5,
    .layout03 h5 a {
        font-size: 35px;
    }

    .layout03 h5 {
        padding-left: 27px;
    }

    .layout03 h5::before {
        top: 12px;
        height: 27px;
    }

    /* layout04 */

    .layout04 .box:not(:last-child) {
        margin-bottom: 35px;
    }

    .layout04 .box-title-page03 {
        margin-bottom: 20px;
    }

    .layout04 .box-detail {
        gap: 10px 30px;
        padding: 30px 8%;
    }

    .layout04 .box-detail ul {
        width: 100%;
    }

    .layout04 .box-detail ul li {
        font-size: 16px;
    }

    .layout04 h6 {
        font-size: 20px;
    }

    .layout04 p {
        text-align: left;
    }


    .pc-view {
        display: none;
    }

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

}
