@charset "UTF-8";

/* CSS Document */

@media screen and (min-width: 1025px) {

    .regulation_footer {
        background: #f2f0f0;
    }

    /*
    第3回ヘッダービジュアル
    */
    .header-main-wrap {
        width: 100%;
    }

    .header-main-wrap .header-main-visual {
        width: 100%;
    }

    .header-main-wrap .header-main-visual img {
        width: 100%;
    }

    .main-title {
        left: 25%;
        margin: 0 auto;
        position: absolute;
        top: 3%;
    }

    .main-title h1 {
        color: #fff;
        font-family: serif;
        font-weight: 700;
        font-size: 22px;
        line-height: 1.3;
    }

    .main-title h1 span {
        display: block;
        font-size: 18px;
        font-weight: 700;
    }

    .main-title h2 {
        color: #fff;
        font-family: sans-serif;
        font-weight: 700;
        font-size: 33px;
        line-height: 1.3;
    }

    .section1 {
        margin: 30px auto;
    }

    .section1 .text-wrap {
        font-size: 17px;
        line-height: 1.8;
        margin: 0 auto;
        width: 740px;
    }


    /*
    sec2
    */

    .section2 {
        background: url(/marine/prototype-matsue/03/images/section2-bg.png)left top no-repeat;
        background-size: cover;
        padding: 150px 0 40px;
        width: 100%;
    }

    .section2 .column-wrap {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        margin: 0 auto;
        max-width: 1200px;
        width: 90%;
    }

    .section2 .column-wrap img {
        width: 100%;
    }

    .section2 .column-wrap img.half {
        width: 50%;
    }

    .section2 .column-wrap .left-column {
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        width: 50%;
    }

    .section2 .column-wrap .right-column {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: 47%;
    }

    .section2 .column-wrap .right-column h2 {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.3;
        margin: 10px 0;
        width: 100%;
    }

    .section2 .column-wrap .right-column p {
        font-size: 17px;
        line-height: 1.8;
    }



    /*
    sec3
    */

    .section3 {
        padding: 40px 0 0;
        width: 100%;
    }

    .section3 .text-wrap {
        font-size: 17px;
        line-height: 1.8;
        margin: 0 auto;
        width: 740px;
    }

    .section3 .text-wrap h2 {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.3;
        margin: 10px 0;
    }

    .section3 .photo-wrap {
        display: flex;
        flex-wrap: wrap;
        margin: 60px auto;
        max-width: 1200px;
        width: 90%;
    }

    .section3 .photo-wrap.left {
        justify-content: flex-start;
    }

    .section3 .photo-wrap.right {
        justify-content: flex-end;
    }

    .section3 .photo-wrap img {
        max-width: 640px;
        width: 100%;
    }

    .section3 .photo-wrap .caption {
        background: #D6D8D6;
        font-size: 16px;
        line-height: 1.5;
        max-width: 640px;
        padding: 16px 20px;
        width: 100%;
    }



    /*
    sec4
    */

    .section4 {
        margin: 0 auto;
        max-width: 1200px;
        width: 90%;
    }

    .section4 img {
        width: 100%;
    }

    .section4 .content-wrap {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 30px auto;
        max-width: 1200px;
        width: 100%;
    }

    .section4 .content-wrap .text {
        font-size: 17px;
        line-height: 1.8;
        width: 48%;
    }

    .section4 .content-wrap .text h2 {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.3;
        margin: 10px 0;
    }

    .section4 .content-wrap .photo {
        width: 48%;
    }




    /*
    sec5
    */
    .section5 {
        margin: 0 auto;
        max-width: 1200px;
        padding-top: 50px;
        width: 90%;
    }

    .section5 img {
        width: 100%;
    }

    .section5 .text-wrap {
        font-size: 17px;
        line-height: 1.8;
        margin: 40px auto;
        width: 740px;
    }

    .section5 .text-wrap h2 {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.3;
        margin: 10px 0;
    }

    .section5 .photo-wrap {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
        width: 100%;
    }

    .section5 .photo-wrap .photo {
        width: 50%;
    }

    .section5 .photo-wrap .caption {
        font-size: 16px;
        line-height: 1.5;
        padding: 10px 0;
        text-align: center;
        width: 100%;
    }










}
