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


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

    /* contents01 */

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

    .contents01_lay01 {
        padding: 40px 20px 50px;
        margin: 0px -20px;
    }

    .contents01_lay01 .box-text {
        text-align: left;
    }

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

    /* layout03 */

    .layout03 .box-title-page01 {
        margin-bottom: 30px;
    }

    .layout03 .box-title-page01 h4 {
        min-width: 100%;
    }

    /* layout04 */

    .layout04 {
        padding: 30px 6%;
    }

    .layout04 .box {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .layout04 .box h6 {
        font-size: 16px;
        display: block;
        padding: 5px 0px 7px;
        min-width: 100%;
    }

    .layout04 .box p {
        width: 100%;
    }

    /* layout05 */

    .layout05-wrap > div:not(:last-child) {
        margin-bottom: 40px;
    }

    .layout05-wrap h4 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .layout05-wrap h5 {
        font-size: 16px;
        line-height: 1.6;
    }

    .layout05-wrap h5 span {
        display: block;
        font-size: 14px;
        line-height: 1.6;
    }

    .layout05 p {
        padding-top: 20px;
        font-size: 14px;
    }

    /* layout06 */

    .layout06 .box-detail {
        gap: 15px 4%;
    }

    .layout06 .box {
        width: 48%;
        justify-content: center;
        flex-direction: column;
        gap: 0px 25px;
    }

    .layout06 h6 {
        font-size: 16px;
        width: 100%;
    }



    .pc-view {
        display: none;
    }

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

}
