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


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

    /* contents-top */

    .contents-top {
        padding-top: 110px;
        padding-bottom: 70px;
    }

    .contents-top::before {
        background-size: auto 150px;
        left: 3%;
    }


    /* contents04 */

    .contents04 {
        padding: 60px 0px;
    }


    .layout05 h4,
    .layout06 ul li,
    .layout07 h5,
    .layout07 h6,
    .layout08 h4,
    .layout08 th {
        letter-spacing: 0.05em;
    }


    /* layout05 */

    .layout05 {
        margin-bottom: 50px;
    }

    .layout05 h4 {
        font-size: 17px;
        padding: 12px 20px;
        line-height: 1.4;
    }

    .layout05 p {
        padding-top: 25px;
    }


    /* layout06 */

    .layout06 ul {
        display: block;
    }

    .layout06 ul li {
        font-size: 16px;
        text-indent: -16px;
        margin-left: 16px;
        line-height: 1.4;
    }

    .layout06 ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    .layout06 .box-text {
        padding: 0px 30px 35px;
    }


    /* layout07 */

    .layout07 {
        padding-top: 60px;
		padding-bottom: 0px;
    }

    .layout07 h5 {
        font-size: 20px;
        min-width: 0px;
        display: block;
    }

    .layout07 h6 {
        font-size: 18px;
        padding: 20px 0px;
        line-height: 1.4;
    }

    .layout07 p {
        text-align: left;
    }


    /* layout08 */

    .layout08 {
        padding: 0px 6% 40px;
    }

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

    .layout08 h4 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .layout08 table {
        border-spacing: 0px;
    }

    .layout08 tr {
        display: block;
        margin-bottom: 40px;
    }

    .layout08 tr:not(:last-child) {
        margin-bottom: 40px;
    }

    .layout08 tr:last-child {
        margin-bottom: 0;
    }

    .layout08 th,
    .layout08 td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .layout08 th {
        align-items: center;
        display: flex;
        justify-content: center;
        font-size: 14px;
        border-radius: 60px;
        padding: 8px 0px;
        margin-bottom: 10px;
        min-height: 42px;
        white-space: normal;
    }

    .layout08 td {
        padding-left: 10px;
        line-height: 1.8;
    }

    .layout08 .box > p {
        padding: 20px 15px;
        line-height: 1.8;
    }

    .midashi-box p {
        font-size: 20px;
    }

    .pc-view {
        display: none;
    }

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

}
