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


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

    /* layout01 */

    .layout01 {
        justify-content: center;
        flex-direction: column;
        gap: 30px;
    }

    .layout01 .box {
        width: 100%;
        max-width: 300px;
        margin: 0px auto;
    }

    .layout01 .box-detail {
        padding-top: 20px;
    }

    /* layout02 */

    .layout02 p:not(:last-child),
    .layout02 ol:not(:last-child),
    .layout02 ul:not(:last-child),
    .layout02 blockquote:not(:last-child) {
        margin-bottom: 30px;
    }

    .layout02 p:not(:last-child) {
        margin-bottom: 25px;
    }

    .layout02 blockquote {
        padding: 30px 40px;
    }

    .layout02 blockquote p {
        font-size: 14px;
    }

    .layout02 blockquote::before {
        left: 25px;
        top: 22px;
        height: 30px;
    }


    .layout02 ol li,
    .layout02 ul li {
        font-size: 14px;
        letter-spacing: 0em;
        padding-left: 20px;
    }

    .layout02 ul li::before {
        left: 5px;
        top: 10px;
        width: 5px;
        height: 5px;
    }

    .layout02 ol li::before {
        top: 2px;
        width: 18px;
        height: 18px;
        font-size: 12px;
        line-height: 1.4;
    }

    .layout02 h2 {
        font-size: 28px;
        margin-bottom: 20px;
        padding-left: 5px;
    }

    .layout02 h2::before {
        top: 15px;
        width: 22px;
        height: 20px;
        margin-left: -18px;
    }

    .layout02 h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .layout02 h4 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .layout02 h5 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .layout02 h6 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    /*tabel*/

    .layout02 table td {
        padding: 10px 10px;
    }


    .pc-view {
        display: none;
    }

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

}
