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


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

    .title-box h2,
    .title-box h3 {
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
    }

    .title-box h2 {
        color: var(--color-sub);
    }

    .title-box h3 {
        color: var(--color-base);
    }

    /* contents01 */

    .contents01 .box-text h6 {
        font-size: 17px;
        letter-spacing: 0em;
        text-align: left;
        padding: 20px 6% 0px;
    }

    /* contents02 */

    .contents02 .layout-table {
        width: 100%;
    }

    .contents02 .layout-table td {
        display: table-cell;
        border-bottom-style: solid;
    }

    .contents02 .layout-table tr:first-child td {
        font-size: 15px;
    }

    .layout-table table td:last-child {
        border-top-style: solid;
        padding-top: 12px;
    }


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

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

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

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

    .contents01_lay01 .box-text h6,
    .contents01_lay02 .box-text h6 {
        font-size: 16px;
        letter-spacing: 0.05em;
    }

    .contents01_lay01 .box-text h6 {
        padding-top: 20px;
    }

    .contents01_lay02 .box-text h6 {
        font-size: 18px;
        margin-bottom: 20px;
    }


    /* layout01 */

    .layout01 h5 {
        font-size: 22px;
    }

    .contents02 .layout01 .item h5 span {
        font-size: 18px;
    }


    /* 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 h6 {
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 0.1em;
    }


    .layout05 ul li:not(:last-child) {
        text-indent: -14px;
        margin-left: 14px;
    }



    .pc-view {
        display: none;
    }

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

}
