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


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


    .maincontents-inner section:not(:last-child) {
        margin-bottom: 60px;
    }

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


    /* layout-price */

    .layout-price .box01 {
        width: 100%;
    }

    .layout-price ul li {
        font-size: 15px;
    }

    /* layout01 */

    .layout01 .box-img img {
        border-radius: 15px;
        min-height: 180px;
    }

    .layout01 h2 {
        padding: 30px 0px 15px;
    }

    .layout01 h2 img {
        height: 55px;
    }

    .layout01 p {
        text-align: center;
    }

    /* layout02 */

    .layout02 {
        padding-bottom: 15px;
    }

    .layout02 h3 {
        padding-top: 30px;
        padding-left: 30px;
    }

    .footer-guide h3,
    .footer-guide h3 a {
        font-size: 35px;
    }

    /* layout03 */

    .layout03 iframe {
        height: 200px;
        border-radius: 15px;
    }

    .layout03 p {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0.05em;
        margin-bottom: 20px;
    }

    /* layout04 */

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

    .layout04 > div {
        width: 100%;
    }

    .layout04 .box-detail {
        padding: 25px 6%;
    }

    .layout04 h6 {
        font-size: 16px;
        letter-spacing: 0.05em;
    }

    .layout04 p {
        padding-left: 20px;
    }

    /* layout05 */

    .layout05 .box {
        padding: 30px 0px;
    }

    .layout05 h4 {
        font-size: 18px;
        letter-spacing: 0.1em;
    }

    .layout05 h5,
    .layout05 h5 a {
        font-size: 24px;
    }

    .layout05 h5::before {
        font-size: 15px;
    }

    .layout05 p {
        padding: 15px 0px 10px;
    }

    /* layout06 */

    .layout06 {
        width: 100%;
        flex-direction: column;
        gap: 30px 0px;
    }

    .layout06 .box {
        width: 100%;
    }

    .layout06 h6 {
        font-size: 18px;
        letter-spacing: 0.1em;
        padding-top: 15px;
    }

    /* layout07 */

    .layout07 {
        padding-top: 40px;
    }

    .layout07 h6 a {
        font-size: 16px;
        letter-spacing: 0.05em;
        padding: 15px 20px;
        padding-right: 35px;
        background-position: right 20px center;
        background-size: auto 15px;
        display: block;
    }


    .layout07 h6 a:hover {
        background-position: right 20px center;
    }

    /* layout08 */

    .layout08 p {
        font-size: 14px;
    }

    .pc-view {
        display: none;
    }

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

}
