@charset "UTF-8";

/* CSS Document */

@media screen and (min-width: 1025px) {


    .header_image {
        background: #f2f0f0 url(/marine/how-to-choose/images/main.jpg)center top no-repeat;
        height: 490px;
        width: 100%;
    }

    .header_image .header_title {
        margin: 0 auto;
        width: 980px;
    }

    .howtochoose_title {
        color: #fff;
        font-size: 24px;
        padding: 55px;
    }

    .howtochoose_title h1 {
        font-size: 51px;
        font-weight: 700;
    }


    .block_number {
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        background: #ef0009;
        height: 200px;
        margin-top: 40px;
        position: relative;
        width: 200px;
    }

    .block_number .number {
        bottom: 46px;
        color: #fff;
        font-size: 50px;
        font-weight: 700;
        position: absolute;
        right: 40px;
    }

    .block_1position {
        margin-top: -53px;
        position: absolute;
    }

    .block_2position {
        margin-top: 16px;
        position: absolute;
    }

    .block_3position {
        margin-top: 35px;
        position: absolute;
    }





    .block_1 {
        background: #fff;
        width: 100%;
    }

    .block_1 .wrap_content {
        background: url(/marine/how-to-choose/images/bf150.png) right bottom no-repeat;
    }

    .block_1 .desc_txt {
        color: #2b2d42;
        font-size: 22px;
        line-height: 1.5;
        margin: 0 0 0 220px;
        padding: 46px 0 70px;
        width: 420px;
    }

    .block_1 .desc_txt h2 {
        font-size: 43px;
        font-weight: 700;
    }

    .block_2 {
        background: #f2f0f0;
        width: 100%;
    }

    .block_2 .wrap_content .block_image {
        left: 620px;
        position: absolute;
        top: 18px;
    }

    .block_2 .desc_txt {
        color: #2b2d42;
        font-size: 22px;
        line-height: 1.5;
        margin: 0 0 0 220px;
        padding: 110px 0 70px;
        width: 420px;
    }

    .block_2 .desc_txt h2 {
        font-size: 43px;
        font-weight: 700;
    }

    .block_2 .desc_txt .caution {
        font-size: 15px;
    }

    .block_3 {
        background: #fff;
        width: 100%;
    }

    .block_3 .desc_txt {
        color: #2b2d42;
        font-size: 22px;
        line-height: 1.5;
        margin: 0 0 0 220px;
        padding: 134px 0 70px;
    }

    .block_3 .desc_txt h2 {
        font-size: 43px;
        font-weight: 700;
    }

    .block_3 .desc_txt .caution {
        font-size: 15px;
    }

    .block_4 {
        background: #f2f0f0;
        width: 100%;
    }

    .block_4 .wrap_content .block_image {
        left: 620px;
        position: absolute;
        top: 18px;
    }

    .block_4 .desc_txt {
        color: #2b2d42;
        font-size: 22px;
        line-height: 1.5;
        margin: 0 0 0 220px;
        padding: 134px 0 70px;
    }

    .block_4 .desc_txt h2 {
        font-size: 43px;
        font-weight: 700;
    }

    .block_4 .desc_txt .caution {
        font-size: 15px;
    }

    .block_5 {
        background: #fff;
        width: 100%;
    }

    .block_5 .desc_txt {
        color: #2b2d42;
        font-size: 22px;
        line-height: 1.5;
        margin: 0 0 0 220px;
        padding: 134px 0 70px;
    }

    .block_5 .desc_txt h2 {
        font-size: 43px;
        font-weight: 700;
    }

    .block_5 .desc_txt .caution {
        font-size: 15px;
    }

    .block_5 .img_block {
        display: flex;
        -webkit-flex-wrap: wrap;
        /* Safari */
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        /* Safari */
        justify-content: space-between;
        width: 630px;
    }

    .block_5 .img_block .imageblock {
        font-size: 15px;
        line-height: 1.5;
        width: 283px;
    }

    .block_6 {
        background: #f2f0f0;
        width: 100%;
    }

    .block_6 .desc_txt {
        color: #2b2d42;
        font-size: 22px;
        line-height: 1.5;
        margin: 0 auto;
        padding-top: 150px;
        width: 890px;
    }

    .block_6 .desc_txt h2 {
        font-size: 43px;
        font-weight: 700;
    }

    .block_6 .img_block {
        display: flex;
        -webkit-flex-wrap: wrap;
        /* Safari */
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        /* Safari */
        justify-content: space-around;
        margin: 30px auto 100px;
        width: 890px;
    }

    .block_6 .img_block .imageblock {
        font-size: 15px;
        line-height: 1.5;
        width: 283px;
    }



}
