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


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

    /* layout-contents01 */

    .layout-contents01 {
        padding: 40px 6%;
    }

    /* layout04 */

    .layout04 {
        justify-content: center;
        margin-bottom: 40px;
        gap: 20px;
    }

    .layout04 .box-img {
        width: 100%;
        text-align: center;
    }

    .layout04 .box-img img {
        max-width: 380px;
    }

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

    .layout04 h5 {
        font-size: 50px;
    }

    .layout04 h6 {
        font-size: 28px;
        letter-spacing: 0.05em;
        margin: 20px 0px 40px;
    }

    .layout04 h6::before {
        font-size: 18px;
    }

    .layout04 p {
        padding-top: 60px;
    }

    .layout04 p::before {
        font-size: 22px;
    }


    /* layout05 */

    .layout05 {
        justify-content: center;
        border-radius: 20px;
        padding: 0px 6%;
    }

    .layout05 .box {
        width: 100%;
        padding: 30px 0px;
    }

    .layout05 .box:not(:last-child) {
        border-right-style: none;
        border-bottom-style: solid;
    }

    .layout05 h6 {
        font-size: 22px;
    }


    .pc-view {
        display: none;
    }

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

}
