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




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

    /* contents01 */

    .contents01 {
        margin-bottom: 70px;
    }

    .contents01 .box01 {
        width: 100%;
        margin-bottom: 60px;
        padding-bottom: 20px;
        height: auto;
    }

    .contents01 .box01 img {
        width: auto;
        height: 260px;
    }

    .contents01 .box02 {
        width: 90%;
        margin-bottom: 70px;
    }

    .contents01 .box02 h5 {
        font-size: 16px;
        line-height: 1.6;
        margin: 20px 0px 30px;
    }

    .contents01 .box02 p {
        font-size: 17px;
        padding: 20px 30px 30px;
    }

    .contents01 .box02 p span {
        font-size: 22px;
    }

    .contents01 .box03 {
        margin-bottom: 0px;
        flex-wrap: wrap;
    }

    .contents01 .box03 .box {
        margin: 0px 20px;
        margin-bottom: 40px;
    }

    .contents01 .box03 .box img {
        width: 100px;
        height: auto;
    }

    .contents01 .box03 h4 {
        font-size: 20px;
        margin-top: 20px;
    }

    .contents01 .box03 h4 span {
        font-size: 14px;
    }

    .contents01 .box03 h6 {
        font-size: 26px;
    }

    .contents01 .box03 h6::after {
        font-size: 14px;
    }


    .contents01 .box04 {
        width: 90%;
    }

    .contents01 .box04 h5 {
        font-size: 17px;
    }

    .contents01 .box04 p {
        margin-top: 30px;
    }

    .contents01 .box05 h6 a {
        width: 90%;
        max-width: 400px;
        letter-spacing: 0em;
    }


    /* contents02 */

    .contents02,
    .contents04 {
        width: 100%;
        padding: 40px 0px 40px;
    }

    .contents02 .box01 {
        width: 90%;
    }

    .contents02 .box01 .box {
        margin-bottom: 12px;
    }

    .contents02 .box01 .box:last-child {
        margin-bottom: 0px;
    }

    .faq-box {
        padding: 15px 20px;
        padding-left: 50px;
    }

    .faq-box::before {
        left: 10px;
        top: 15px;
        height: 20px;
    }

    .faq {
        padding: 12px 40px;
        padding-left: 60px;
        background-size: auto 44px;
    }

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

    .faq::before,
    .faq::after {
        position: absolute;
        content: '';
        width: 20px;
        height: 2px;
        background-color: #a67c52;
        transition: all .5s ease;

    }

    .faq::before {
        right: 15px;

    }

    .faq::after {
        right: 15px;

    }



    /* contents03 */

    .contents03 {
        padding: 40px 0px 50px;
        margin-bottom: 40px;
    }

    .contents03a {
        margin-bottom: 0px;
    }

    .contents03 .box01,
    .contents03 .box-detail {
        width: 90%;
    }


    .contents03 h5 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .contents03 > h5 {
        text-align: left;
        margin-bottom: 40px;
        padding: 0px 6%;
    }

    .contents03 h6 {
        font-size: 17px;
        min-width: 250px;
        margin-bottom: 25px;
    }

    .contents03a .inner:not(:last-child) p {
        text-indent: -14px;
        margin-left: 14px;
    }

    .contents03 p a {
        font-size: 20px;
    }


    /* contents04 */

    .contents04 .box-detail {
        width: 90%;
        padding: 30px 6%;
    }

    .contents04 h5 {
        font-size: 20px;
        letter-spacing: 0em;
        margin-bottom: 25px;
    }

    .contents04 p {
        text-align: left;
    }



    .pc-view {
        display: none;
    }

    .sp-view {
        display: block;
    }

}
