@charset "UTF-8";

/* CSS Document */

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

    #marine_content {
        overflow: hidden;
    }

    /*
    第2回ヘッダービジュアル
    */
    .header-main-wrap {
        width: 87%;
    }

    .header-main-wrap .header-main-visual {
        background: #FFF;
        margin-left: 7.5%;
        overflow: hidden;
        transform: skewX(-15deg);
        width: 100%;
    }

    .header-main-wrap .header-main-visual img {
        transform: skewX(15deg) scale(1.2)translateY(-8px);
        width: 100%;
    }

    .main-title {
        margin: 20px auto;
        width: 94%;
    }

    .main-title h1 {
        font-family: serif;
        font-weight: 700;
        font-size: 26px;
        line-height: 1.3;
        text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
    }

    .main-title h1 span {
        display: block;
        font-size: 19px;
        font-weight: 700;
    }

    /*
    sec2
    */

    .section2 {
        background: #161925;
        margin: 0 auto;
        overflow: hidden;
        padding: 30px 0;
        transform: skewX(-15deg);
        width: 94%;
    }

    .section2 .text-wrap {
        color: #fff;
        line-height: 1.5;
        margin: 0 auto;
        transform: skewX(15deg);
        width: 74%;
    }

    .section2 .text-wrap h2 {
        font-size: 18px;
        font-weight: 700;
    }

    /*
    sec3
    */

    .section3 {
        display: flex;
        flex-wrap: wrap;
        margin: 60px auto 0;
        width: 94%;
    }

    .section3 .img-section {
        font-size: 13px;
        line-height: 1.5;
        text-align: center;
        width: 100%;
    }

    .section3 .img-section img {
        width: 100%;
    }

    .section3 .text-wrap {
        line-height: 1.5;
        width: 100%;
    }

    .section3 .text-wrap h2 {
        font-size: 18px;
        font-weight: 700;
        margin: 12px 0;
    }

    .section3 .text-wrap a,
    .section3 .text-wrap a:hover,
    .section3 .text-wrap a:visited {
        color: #000;
        text-decoration: underline;
    }


    /*
    sec4
    */

    .section4 {
        display: flex;
        flex-wrap: wrap;
        margin: 60px auto 0;
        max-width: 1220px;
        width: 90%;
    }

    .section4 .img-section {
        margin: 12px auto;
        transform: skewX(15deg);
        overflow: hidden;
        width: 86%;
    }

    .section4 .img-section img {
        transform: skewX(-15deg) scale(1.3)translateY(-2px);
        width: 100%;
    }


    .section4 .img-section .caption {
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
        transform: skewX(-15deg);
    }

    .section4 .text-wrap {
        line-height: 1.5;
        width: 100%;
    }

    .section4 .text-wrap h2 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 12px;
    }



    /*
    sec5
    */
    .section5 {
        margin: 60px auto 0;
        width: 94%;
    }

    .section5 img {
        width: 100%;
    }

    .section5 .caption {
        font-size: 13px;
        line-height: 1.5;
        text-align: center;
    }

    .section5 .text-wrap {
        line-height: 1.5;
        margin: 30px auto 0;
        width: 100%;
    }

    .section5 .text-wrap h2 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 12px;
    }



    /*
    sec6
    */

    .section6 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 60px auto 0;
        width: 94%;
    }

    .section6 .img-section {
        height: 400px;
        margin: 12px auto 0;
        transform: skewX(-15deg);
        overflow: hidden;
        width: 70%;
    }

    .section6 .img-section img {
        transform: skewX(15deg) scale(2.8)translateY(57px)translateX(-35px);
        width: 100%;
    }


    .section6 .text-wrap {
        line-height: 1.5;
        width: 100%;
    }

    .section6 .text-wrap h2 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 12px;
    }


    /*
    sec7
    */
    .section7 {
        margin: 60px auto 0;
        width: 94%;
    }

    .section7 img {
        width: 100%;
    }

    .section7 .caption {
        font-size: 13px;
        line-height: 1.5;
        text-align: center;
    }

    .section7 .text-wrap {
        line-height: 1.5;
        margin: 30px auto 0;
        width: 100%;
    }

    .section7 .text-wrap img {
        width: 100%;
    }

    .section7 .text-wrap h2 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 12px;
    }









}
