@charset "UTF-8";

/* CSS Document */

@media screen and (max-width: 1024px) {
    .regulation_footer {
        background: #f2f0f0;
    }


    /*
    Header Title
    */

    .header-main-wrap {
        position: relative;
        width: 100%;
    }

    .header-main-wrap img {
        width: 100%;
    }

    .header-main-wrap .main_image {
        width: 100%;
    }

    .header-main-wrap .main_title_wrap {
        margin: 0 auto;
        width: 90%;
    }

    .header-main-wrap .main_title_wrap h1 {
        font-family: serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.5;
        margin-top: 1em;
    }

    .header-main-wrap .main_title_wrap h1 span {
        display: block;
        font-size: 16px;
        font-weight: 700;
    }

    .header-main-wrap .main_title_wrap h2 {
        font-family: sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.5;
    }


    /*
    各sec共通
    */
    .mt30px {
        margin-top: 20px !important;
    }

    .mb30px {
        margin-bottom: 20px !important;
    }

    .mt60px {
        margin-top: 30px !important;
    }

    .mb60px {
        margin-bottom: 30px !important;
    }



    /*
    sec1
    */

    .section1 {
        margin-top: 60px;
        width: 100%;
    }

    .section1 img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .section1 .content-wrap {
        font-size: 16px;
        line-height: 1.8;
        margin: 0 auto;
        width: 90%;
    }

    .section1 .content-wrap img {
        width: 100%;
    }

    .section1 .content-wrap h2 {
        border-bottom: #000 1px solid;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
        margin: 1em auto;
        padding-bottom: 7px;
        text-align: center;
        width: 100%;
    }

    .section1 .content-wrap .content-text {
        margin: 0 auto;
        width: 80%;
    }

    .section1 .content-wrap p,
    .section1 .content-wrap .content-text p {
        margin: 0 auto 1em;
    }

    .section1 .content-wrap p.w70,
    .section1 .content-wrap .content-text p.w70 {
        width: 80%;
    }

    .section1 .content-wrap .content-image {
        margin-bottom: 1em;
        text-align: center;
        width: 100%;
    }

    .section1 .content-wrap .content-image img {
        margin: 0 auto;
        width: 80%;
    }

    .section1 .content-wrap .content-image .nakamori {
        margin-top: -50px;
        width: 70%;
    }

    .section1 .content-wrap .content-image .caption {
        font-size: 14px;
        line-height: 1.5;
        margin-top: .7em;
        text-align: center;
        width: 100%;
    }





    /*
    sec2
    */

    .section2 {
        width: 100%;
    }

    .section2 img {
        display: block;
        margin: 0 auto;
        width: 90%;
    }

    .section2 .content-wrap {
        font-size: 16px;
        line-height: 1.8;
        margin: 1em auto;
        width: 90%;
    }

    .section2 .content-wrap img {
        width: 100%;
    }

    .section2 .content-wrap p,
    .section2 .content-wrap .content-text p {
        margin: 0 auto 1em;
        width: 80%;
    }


    .section2 h2 {
        border-bottom: #000 1px solid;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
        margin: 0 auto 1em;
        padding-bottom: 7px;
        text-align: center;
        width: 100%;
    }

    .section2 .content-text {
        width: 100%;
    }

    .section2 .content-wrap .content-image {
        margin-bottom: 1em;
        text-align: center;
        width: 100%;
    }

    .section2 .content-wrap .content-image img {
        margin: 44px auto;
        width: 78%;
    }


    .section2 .content-image.matsukawa {
        object-fit: contain;
        object-position: left top;
        width: 100%;
    }

    .section2 .content-image.matsukawa img {
        margin: 0;
        width: 100%;
    }

    .section2 .content-image .caption {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 1em;
        text-align: center;
        width: 100%;
    }






    /*
    sec3
    */

    .section3 {
        margin-top: 60px;
        width: 100%;
    }

    .section3 img {
        width: 100%;
    }

    .section3 .content-wrap {
        margin: 0 auto;
        width: 90%;
    }

    .section3 h2 {
        border-bottom: #000 1px solid;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
        margin: 0 auto 1em;
        padding-bottom: 7px;
        text-align: center;
        width: 90%;
    }

    .section3 .content-wrap .content-text {
        font-size: 16px;
        line-height: 1.8;
        width: 100%;
    }

    .section3 .content-wrap .content-text p {
        margin: 0 auto 1em;
        width: 80%;
    }

    .section3 .content-wrap .content-image {
        text-align: center;
        width: 100%;
    }







}
