@charset "UTF-8";

/* CSS Document */

@media screen and (min-width: 1025px) {

    .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 {
        position: absolute;
        left: 52%;
        top: calc(50% - 5.5em);
        width: 47%;
    }

    .header-main-wrap .main_title_wrap h1 {
        color: #fff;
        font-family: serif;
        font-weight: 700;
        font-size: 22px;
        line-height: 1.5;
    }

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

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


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

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

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

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



    /*
    sec1
    */

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

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

    .section1 .content-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: flex-start;
        font-size: 17px;
        line-height: 1.8;
        margin: 0 auto;
        width: 880px;
    }

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

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

    .section1 .content-wrap .content-text {
        width: 50%;
    }

    .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: 70%;
    }

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

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

    .section1 .content-wrap .content-image .nakamori {
        margin-top: -300px;
        object-fit: contain;
        object-position: right top;
        width: 70%;
    }

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





    /*
    sec2
    */

    .section2 {
        width: 100%;
    }

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

    .section2 .content-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-content: flex-start;
        font-size: 17px;
        line-height: 1.8;
        margin: 1em auto;
        width: 880px;
    }

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

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


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

    .section2 .content-text {
        width: 380px;
    }

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

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


    .section2 .content-wrap .content-image.matsukawa {
        margin-left: -120px;
        object-fit: contain;
        object-position: left top;
        width: 500px;
    }

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

    .section2 .content-wrap .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 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        margin: 0 auto;
        width: 880px;
    }

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

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

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

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







}
