/*@charset "UTF-8";*/

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

    .for_sp {
        display: none !important;
    }

    .contents_all_wrap {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        width: 100%;
        background: rgb(209, 209, 209);
        background: linear-gradient(90deg, rgba(209, 209, 209, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(209, 209, 209, 1) 100%);


    }

    .inner_content_wrap {
        max-width: 980px;
        margin: auto;
        width: 100%;
        position: relative;
    }

    .text_mini {
        font-size: 12px !important;
    }


    /*kv_section------------------------*/
    section.kv_section {
        height: 400px;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .inner_content_wrap.kv_wrap {
        position: relative;
    }

    section.kv_section .kv_image {
        position: absolute;
        width: 417px;
        left: -123px;
        right: 350px;
        margin: auto;
        top: 32px;
    }

    section.kv_section .kv_titile {
        position: absolute;
        width: 452px;
        left: -26px;
        right: -360px;
        margin: auto;
        top: 67px;
    }


    /*section_benefit_section------------------*/

    .benefit_section {
        width: 100%;
        padding-bottom: 50px;
    }

    .benefit_section .benefit_item_wrap {
        max-width: 980px;
        background-color: #fff;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
        margin: auto;
        z-index: 1;
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 42px;
    }

    .benefit_section .benefit_title_wrap {
        height: 130px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(../images/benefit_title_bg.png);
        position: relative;
        z-index: 0;
        width: 100%;
        color: #fff;
        font-size: 40px;
        letter-spacing: -0.05em;
    }

    .benefit_section .benefit_title_icon {
        width: 142px;
        height: 96px;
        margin-right: 22px;
    }

    .benefit_section .benefit_title {
        display: inline-block;

    }

    .benefit_section .benefit_inner_wrap {
        width: 800px;
        margin: auto;
        font-size: 14px;
        /* min-height: 300px; */
    }


    .benefit_section .underline_yellow {
        display: inline-flex;
        position: relative;
        align-items: flex-end;
    }

    .benefit_section .underline_yellow::before {
        content: "";
        width: 100%;
        height: 16px;
        background-color: #ffea00;
        position: absolute;
        bottom: 0px;
        z-index: -1;
    }


    .benefit_section .detail_text_heading {
        font-weight: bold;
        margin: 20px 0 7px 0;
        font-size: 15px;
    }

    .benefit_section .detail_text_sub_heading {
        font-size: 14px;
        margin: 6px 0 12px 0;
    }

    .benefit_section .detail_text_sub_text {
        font-size: 14px;
        line-height: 1.5em;
    }

    .benefit_section .detail_text_remarks {
        font-size: 12px;
        line-height: 1.5em;
    }


    .benefit_section .benefit_detail_remarks {
        margin-top: 12px;
        line-height: 1.5em;
    }


    /*benefit_1--------------------------------*/
    .benefit_section #benefit_1 {}

    .benefit_section #benefit_1 .benefit_text_wrap {
        text-align: center;
        margin: auto;
        margin-top: 31px;
        margin-bottom: 57px;
        font-size: 25px;
    }

    .benefit_section #benefit_1 .benefit_inner_wrap .benefit_subtitle_wrap {
        height: 50px;
        background-image: url(../images/benefit_subtitle_bg.png);
        z-index: 0;
        width: 100%;
        color: #1c2c73;
        font-size: 29px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        border-radius: 10px;
        margin-top: 59px;
    }

    .benefit_section #benefit_1 .benefit_text_wrap .benefit_copy_wrap {
        display: inline-block;
        position: relative;
    }

    .benefit_section #benefit_1 .benefit_text_wrap .benefit_copy_wrap::before {
        content: "";
        height: 50px;
        width: 4px;
        background-color: var(--color_blue);
        position: absolute;
        left: 0px;
        top: -7px;
        transform: rotate(-24deg);
        border-radius: 2px;
    }

    .benefit_section #benefit_1 .benefit_text_wrap .benefit_copy_wrap::after {
        content: "";
        height: 50px;
        width: 4px;
        background-color: var(--color_blue);
        position: absolute;
        right: 0px;
        top: -7px;
        transform: rotate(24deg);
        border-radius: 2px;
    }


    .benefit_section #benefit_1 .benefit_text_wrap .copy_small_line {
        font-size: 28px;
        margin-top: 29px;
    }

    .benefit_section #benefit_1 .benefit_text_wrap .astarisk {
        vertical-align: super;
        font-size: 0.5em;
    }

    .benefit_section #benefit_1 .benefit_text_wrap .copy_big_line {
        font-size: 34px;
        margin-top: 12px;
        display: inline-block;
    }

    .benefit_section #benefit_1 .benefit_1_price_1 {
        width: 600px;
        margin: auto;
        margin-top: 41px;
        margin-bottom: 20px;
    }

    .benefit_section #benefit_1 .benefit_1_price_2_wrap {
        display: inline-flex;
        justify-content: center;
        align-items: flex-end;
        margin-top: 27px;
        font-size: 27px;
    }

    .benefit_section #benefit_1 .benefit_1_price_2_wrap .benefit_1_price_2 {
        width: 205px;
        margin-right: 10px;
        position: relative;
        bottom: 2px;
        display: flex;
    }

    .benefit_section #benefit_1 .benefit_detail_text {
        font-size: 12.5px;
        letter-spacing: -0.01em;
        line-height: 1.4em;
        margin-bottom: 29px;
    }

    .benefit_section #benefit_1 .benefit_border_point_wrap {
        display: flex;
        justify-self: center;
        align-items: center;
        margin: auto;
        margin-top: 14px;
        width: 380px;
    }



    .benefit_section #benefit_1 .copy_add_1 {
        margin-top: 35px;
        font-size: 28px;
    }

    .benefit_section #benefit_1 .copy_add_2 {
        font-size: 75px;
        margin-top: -10px;
    }


    .benefit_section #benefit_1 .copy_add_3 {
        font-size: 19px;
        margin: auto;
        width: 340px;
        border: solid 2px #d6d4e5;
        border-radius: 7px;
        margin-top: 13px;
        padding: 4px 0;
        margin-bottom: 30px;
    }

    .benefit_section #benefit_1 .copy_add_4 {
        margin: auto;
        width: 590px;
        padding: 24px 0;
        font-size: 24px;
        background-color: #f6f5fa;
        border-radius: 10px;
        position: relative;
    }

    .benefit_section #benefit_1 .copy_add_4 .small {
        font-size: 20px;
    }

    .benefit_section #benefit_1 .copy_add_4::after {
        content: "";
        height: 40px;
        width: 40px;
        background-color: #f6f5fa;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        bottom: -18px;
        transform: rotate(45deg);
    }

    .benefit_section #benefit_1 .copy_add_5 {
        margin: auto;
        font-size: 25px;
        line-height: 1.8em;
        width: 100%;
        letter-spacing: -0.01em;
        white-space: nowrap;
    }

    .benefit_section #benefit_1 .copy_add_5 .small {
        font-size: 20px;
    }

    .benefit_section #benefit_1 .copy_add_6 {
        font-size: 30px;
    }


    .benefit_section #benefit_1 .benefit_border_point_wrap .benefit_border_point {
        border: solid 2px #d6d4e5;
        border-radius: 5px;
        font-size: 16px;
        color: #1c2c73;
        padding: 4px 5px;
        margin: 0 3px;
        width: 186px;
    }


    .benefit_section #benefit_1 .benefit_inner_glay_wrap {
        background-color: #f6f5f9;
        width: 100%;
        padding: 35px 0 35px 0px;
    }



    .benefit_section #benefit_1 .cv_btn_primaly {
        height: 60px;
        width: 600px;
        background-color: var(--color_orange);
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        border-radius: 50vw;
        background-image: url(../images/icon_link_modal.png);
        background-repeat: no-repeat;
        background-position: top 50% right 20px;
        background-size: 20px;
        margin: auto;
        margin-bottom: 20px;
    }

    .benefit_section #benefit_1 .cv_btn_secondaly {
        height: 60px;
        width: 600px;
        background-color: var(--color_orange);
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        border-radius: 50vw;
        background-image: url(../images/icon_arrow.png);
        background-repeat: no-repeat;
        background-position: top 50% right 20px;
        background-size: 14px;
        margin: auto;
    }

    .benefit_section #benefit_1 .cv_btn_wrap {
        text-align: right;
        margin: 20px 0 20px 0px;
        font-size: 13px;
    }

    .benefit_section #benefit_1 .cv_title {
        font-size: 28px;
        color: #37437e;
        margin-bottom: 20px;
    }

    .benefit_section #benefit_1 .cv_text_link {
        color: #0033ff;
        font-weight: normal;
    }

    /*
    .benefit_section #benefit_2 .benefit_detail_text {
        font-size: 12.5px;
        letter-spacing: -0.01em;
        line-height: 1.4em;
        margin-bottom: 29px;
    }
*/


    /*benefit_2--------------------------------*/
    .benefit_section #benefit_2 {}

    .benefit_section #benefit_2 .benefit_text_wrap {
        text-align: center;
        margin: auto;
        /* margin-top: 31px; */
        margin-bottom: 57px;
        position: relative;
        height: 580px;
        font-size: 25px;
    }

    .benefit_section #benefit_2 .benefit_border_point {
        border: solid 2px #d6d4e5;
        border-radius: 5px;
        font-size: 19px;
        color: #1c2c73;
        padding: 6px 5px;
        margin: 0 3px;
        width: 320px;
        line-height: 1.2em;
        text-align: center;
        margin: auto;
        margin-top: 60px;
    }

    .benefit_section #benefit_2 .benefit_text_wrap.pre {
        height: inherit;
    }

    .benefit_section #benefit_2 .benefit_text_wrap .benefit_copy_wrap {}

    .benefit_section #benefit_2 .benefit_text_wrap .benefit_2_price_2 {
        display: inline-block;
        width: 118px;
        position: relative;
        bottom: 0px;
        margin-right: 9px;
        margin-left: 9px;
        display: flex;
    }

    .benefit_section #benefit_2 .benefit_text_wrap .copy_small_line {
        font-size: 28px;
        margin-top: 27px;
        line-height: 1.5em;
    }

    .benefit_section #benefit_2 .benefit_text_wrap .adjust_price_position {
        margin: 20px;
        margin-bottom: 0;
    }

    .benefit_section #benefit_2 .benefit_text_wrap .copy_small_line .copy_small_line_adjust {
        position: relative;
        top: 22px;
    }

    .benefit_section #benefit_2 .benefit_text_wrap .astarisk {
        vertical-align: super;
        font-size: 0.3em;
    }

    .benefit_section #benefit_2 .benefit_text_wrap .copy_big_line {
        font-size: 36px;
        margin-top: 16px;
        line-height: 1.6em;
        display: inline-block;
    }

    .benefit_section #benefit_2 .benefit_2_price_1 {
        width: 530px;
        margin: auto;
        margin-top: 20px;
        position: absolute;
        top: 127px;
        left: 0;
        right: 2px;
    }



    .benefit_section #benefit_2 .underline_yellow {
        margin-top: 3px;
    }

    .benefit_section #benefit_2 .benefit_2_title_1 {
        position: absolute;
        top: 24px;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 31px;
    }

    .benefit_section #benefit_2 .benefit_2_title_2 {
        position: absolute;
        top: 75px;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 36px;
    }

    .benefit_section #benefit_2 .benefit_2_title_3 {
        position: absolute;
        top: 316px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .benefit_section #benefit_2 .benefit_2_title_4 {
        position: absolute;
        top: -50px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .benefit_section #benefit_2 .benefit_2_title_5 {
        position: absolute;
        top: 342px;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 27px;
    }

    .benefit_section #benefit_2 .benefit_2_title_6 {
        position: absolute;
        top: 500px;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 27px;
    }

    .benefit_section #benefit_2 .benefit_icon_pluse {
        position: absolute;
        top: 407px;
        left: 0;
        right: 0;
        margin: auto;
        width: 35px;
    }

    .benefit_section #benefit_2 .benefit_2_title_7 {
        position: absolute;
        top: 460px;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 21px;
        font-family: inherit;
        font-weight: bold;
    }

    .benefit_section #benefit_2 .benefit_2_title_8 {
        position: absolute;
        top: 438px;
        left: -580px;
        right: 0;
        width: 70px;
        margin: auto;
    }











    .benefit_section #benefit_2 .benefit_inner_glay_wrap {
        background-color: #f6f5f9;
        width: 100%;
        padding: 27px 0 35px 0px;
        line-height: 1.2em;
    }

    .benefit_section .detail_text_heading {
        font-weight: bold;
        margin: 20px 0 7px 0;
        font-size: 14px;
    }

    .benefit_section #benefit_2 .cv_btn_wrap {
        text-align: right;
        margin: 20px 0 20px 0px;
        font-size: 13px;
    }

    .benefit_section #benefit_2 .cv_title {
        font-size: 28px;
        color: #37437e;
        margin-bottom: 20px;
    }

    .benefit_section #benefit_2 .cv_text_link {
        color: #0033ff;
        font-weight: normal;
    }



    /*benefit_3--------------------------------*/
    .benefit_section #benefit_3 {}

    .benefit_section #benefit_3 .benefit_text_wrap {
        text-align: center;
        margin: auto;
        margin-top: 51px;
        margin-bottom: 57px;
        font-size: 25px;
    }






    .benefit_section #benefit_3 .benefit_text_wrap .benefit_copy_wrap {
        color: #4d5689;
        position: relative;
    }

    .benefit_section #benefit_3 .benefit_text_wrap .benefit_copy_wrap::before {
        content: "";
        height: 44px;
        width: 4px;
        background-color: var(--color_blue);
        position: absolute;
        left: 82px;
        top: 8px;
        transform: rotate(-18deg);
        border-radius: 2px;
    }

    .benefit_section #benefit_3 .benefit_text_wrap .benefit_copy_wrap::after {
        content: "";
        height: 45px;
        width: 4px;
        background-color: var(--color_blue);
        position: absolute;
        right: 85px;
        top: 7px;
        transform: rotate(18deg);
        border-radius: 2px;
    }



    .benefit_section #benefit_3 .benefit_text_wrap .copy_small_line {
        font-size: 27px;
        margin-top: 12px;
        display: inline-block;
    }

    .benefit_section #benefit_3 .benefit_text_wrap .copy_big_line {
        font-size: 35px;
        margin-top: 12px;
        display: inline-block;
        letter-spacing: -0.1em;
    }


    .benefit_section #benefit_3 .benefit_fukidashi_wrap_1 {
        background-color: #f6f5f9;
        width: 590px;
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 900;
        font-size: 24px;
        position: relative;
        margin: auto;
        border-radius: 10px;
        margin-top: 50px;
        margin-bottom: 42px;
    }

    .benefit_section #benefit_3 .benefit_fukidashi_wrap_2 {
        background-color: #f6f5f9;
        width: 590px;
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 900;
        font-size: 24px;
        position: relative;
        margin: auto;
        border-radius: 10px;
        margin-top: 87px;
        margin-bottom: 42px;
    }


    .benefit_section #benefit_3 .benefit_fukidashi_wrap_1::after,
    .benefit_section #benefit_3 .benefit_fukidashi_wrap_2::after {
        background-color: #f6f5f9;
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: auto;
        height: 40px;
        width: 40px;
        transform: rotate(45deg);
    }

    .benefit_section #benefit_3 .benefit_text_wrap .benefit_aupay_wrap {
        font-size: 38px;
        margin-top: 11px;
        letter-spacing: 0.05em;
    }

    .benefit_section #benefit_3 .benefit_3_price_1 {
        width: 498px;
        margin: auto;
        margin-top: 18px;
    }

    .benefit_section #benefit_3 .benefit_case_text {
        font-size: 19px;
        margin-top: 27px;
    }

    .benefit_section #benefit_3 .text_both {
        font-size: 19px;
        margin-top: 47px;
        font-weight: 700;
    }

    .benefit_section #benefit_3 .underline_yellow {}

    .benefit_section #benefit_3 .benefit_3_price_2_wrap {
        display: inline-flex;
        justify-content: center;
        align-items: flex-end;
        position: relative;
        margin-top: 35px;
        font-size: 27px;
        position: relative;
    }

    .benefit_section #benefit_3 .benefit_3_price_2_wrap .benefit_case_notax {
        position: absolute;
        right: 0;
        font-size: 16px;
        top: 3px;
    }


    .benefit_section #benefit_3 .benefit_3_price_2_wrap .small {
        font-size: 19px;
        padding-bottom: 3px;
    }

    .benefit_section #benefit_3 .benefit_3_price_2 {
        width: 162px;
        display: inline-block;
        position: relative;
        bottom: 2px;
        margin-right: 8px;
        display: flex;
    }

    /*231027 add*/

    .benefit_section #benefit_3 .benefit_3_price_3_wrap .benefit_case_notax {
        position: absolute;
        right: 0;
        font-size: 16px;
        top: 3px;
    }


    .benefit_section #benefit_3 .benefit_3_price_3_wrap {
        margin-top: 7px;
        position: relative;
    }

    .benefit_section #benefit_3 .benefit_3_price_3_wrap .small {
        font-size: 19px;
        padding-bottom: 3px;
    }

    .benefit_section #benefit_3 .benefit_3_price_3_wrap .notax {
        position: absolute;
        left: 160px;
        right: 0;
        top: 10px;
        margin: auto;
        font-size: 18px;
    }

    .benefit_section #benefit_3 .benefit_3_price_3 {
        width: 270px;
        display: inline-block;
        position: relative;
        bottom: 2px;
        margin-right: 8px;
        display: flex;
        top: 8px;
    }

    .benefit_section #benefit_3 .benefit_3_price_3_wrap .txt_yen {
        font-size: 34px;
    }

    .benefit_section #benefit_3 .benefit_3_price_3_wrap .txt_kangen {
        font-size: 42px;
    }


    .benefit_section #benefit_3 .benefit_3_price_4_wrap {
        margin-top: 29px;
    }

    .benefit_section #benefit_3 .benefit_3_price_4_wrap .benefit_case_notax {
        position: absolute;
        right: 0;
        font-size: 16px;
        top: 3px;
    }


    .benefit_section #benefit_3 .benefit_3_price_4_wrap .small {
        font-size: 19px;
        padding-bottom: 3px;
    }

    .benefit_section #benefit_3 .benefit_3_price_4 {
        width: 112px;
        display: inline-block;
        position: relative;
        bottom: 2px;
        margin-right: 8px;
        display: flex;
    }






    .benefit_section #benefit_3 .benefit_border_point_wrap {
        display: inline-flex;
        justify-self: center;
        align-items: center;
        margin: auto;
        margin-top: 14px;
    }

    .benefit_section #benefit_3 .benefit_border_point_wrap .benefit_border_point {
        border: solid 2px #d6d4e5;
        border-radius: 5px;
        font-size: 19px;
        color: #1c2c73;
        padding: 6px 5px;
        margin: 0 3px;
        width: 466px;
        line-height: 1.2em;
    }

    .benefit_section #benefit_3 .benefit_border_point_wrap .benefit_border_point .small {
        font-weight: normal;
        font-size: 14px;
    }


    .benefit_section #benefit_3 .benefit_inner_glay_wrap {
        background-color: #f6f5f9;
        width: 100%;
        padding: 16px 0 40px 0px;
        line-height: 1.5em;
    }

    .benefit_section #benefit_3 .detail_text_heading {
        font-weight: bold;
        margin: 20px 0 7px 0;
        font-size: 14px;
    }

    .benefit_section #benefit_3 .cv_btn_wrap {
        text-align: center;
        margin: 30px 0 70px 0px;
    }

    .benefit_section #benefit_3 .cv_title {
        font-size: 28px;
        color: #37437e;
        margin-bottom: 20px;
        letter-spacing: -0.05em;
    }

    .benefit_section #benefit_3 .cv_btn_primaly {
        height: 58px;
        width: 600px;
        background-color: var(--color_orange);
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        border-radius: 50vw;
        background-image: url(../images/icon_arrow.png);
        background-repeat: no-repeat;
        background-position: top 50% right 20px;
        background-size: 13px;
        margin: auto;
        margin-bottom: 20px;
        line-height: 1.2em;
        padding-bottom: 3px;
    }


    /*.receipt_section-------------------------*/
    .online_section {
        background-color: #ffef9a;
        width: 100%;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .online_title_wrap {
        font-size: 41px;
        text-align: center;
        margin-bottom: 50px;
    }

    .online_title_item {
        position: relative;
        display: inline-block;
        z-index: 1;
    }

    .online_title_item::after {
        content: "";
        width: 100%;
        position: absolute;
        height: 10px;
        z-index: -1;
        background-color: #fff;
        left: 0;
        bottom: 0;
    }


    .online_section .online_merits_wrap {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        width: 100%;
        margin-bottom: 40px;
    }

    .online_section .online_merits_item {
        background-color: #fff;
        border-radius: 25px;
        width: 31.5%;
        text-align: center;
        height: 240px;
        font-size: 21px;
    }

    .online_section .merit_pict_1 {
        width: 130px;
        margin: auto;
        margin-top: 22px;
        margin-bottom: 11px;
    }

    .online_section .merit_pict_2 {
        width: 150px;
        margin: auto;
        margin-top: 32px;
        margin-bottom: 20px;
    }

    .online_section .merit_pict_3 {
        width: 158px;
        margin: auto;
        margin-top: 46px;
        margin-bottom: 12px;
    }

    .online_remarks_wrap {
        font-size: 12px;
        margin-bottom: 56px;
    }

    .online_section .merit_text .small_remarks {
        font-size: 14px;
        position: relative;
        top: -6px;
    }


    .online_safe_wrap {
        border: 4px solid var(--color_orange);
        background-color: #fff;
        border-radius: 30px;
        overflow: hidden;
        text-align: center;
    }

    .online_safe_title_wrap {
        background-color: #ffea00;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        height: 95px;
        background-image: url(../images/onlineshop_beginner_icon.png);
        background-repeat: no-repeat;
        background-position: left 89px top 50%;
        background-size: 80px;
    }

    .online_subtitle_wrap {
        font-size: 26px;
        color: var(--color_orange);
        position: relative;
        display: inline-block;
        margin-top: 36px;
        overflow: visible;
        margin-bottom: 29px;
        line-height: 1.3em;
    }

    .online_subtitle_wrap::before {
        content: "";
        height: 95px;
        width: 4px;
        background-color: var(--color_orange);
        position: absolute;
        left: -26px;
        top: -10px;
        transform: rotate(-24deg);
        border-radius: 2px;
    }

    .online_subtitle_wrap::after {
        content: "";
        height: 90px;
        width: 4px;
        background-color: var(--color_orange);
        position: absolute;
        right: -30px;
        top: -7px;
        transform: rotate(24deg);
        border-radius: 2px;
    }

    .online_fukidashi_wrap {
        margin: auto;
        width: 600px;
        height: 155px;
        background-image: url(../images/onlineshop_beginner_operator.png);
        background-repeat: no-repeat;
        background-position: right 0px top 5px;
        background-size: 114px;
    }

    .online_fukidashi_item {
        background-color: #ededed;
        border-radius: 30px;
        position: relative;
        width: 458px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        height: 155px;
        text-align: left;
    }

    .online_fukidashi_item::after {
        content: "";
        height: 50px;
        width: 50px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -10px;
        transform: rotate(45deg);
        background-color: #ededed;
    }


    .online_section .cv_btn_wrap {
        text-align: center;
        margin: 43px 0 57px 0px;
    }

    .online_section .cv_title {
        font-size: 28px;
        color: #37437e;
        margin-bottom: 20px;
    }

    .online_section .cv_btn_primaly {
        height: 60px;
        width: 600px;
        background-color: var(--color_orange);
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        border-radius: 50vw;
        background-image: url(../images/icon_arrow.png);
        background-repeat: no-repeat;
        background-position: top 50% right 20px;
        background-size: 14px;
        margin: auto;
        margin-bottom: 20px;
        line-height: 1.2em;
    }

    /*change_section-----------------*/
    .change_section {
        padding-top: 90px;
    }

    .change_section .change_title_wrap {
        text-align: center;
        font-size: 38px;
        padding-top: 12px;
        margin-bottom: 56px;
    }

    .change_section .change_photo {
        background-image: url(../images/change_photo.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: #fff;
        height: 380px;
        border-radius: 40px;
        width: 100%;
        margin-bottom: 73px;
    }

    .change_section .cv_btn_wrap {
        text-align: center;
        margin: 50px 0 111px 0px;
    }

    .change_section .cv_title {
        font-size: 28px;
        margin-bottom: 28px;
    }

    .change_section .cv_btn_primaly {
        height: 60px;
        width: 600px;
        background-color: var(--color_orange);
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        border-radius: 50vw;
        background-image: url(../images/icon_arrow.png);
        background-repeat: no-repeat;
        background-position: top 50% right 20px;
        background-size: 14px;
        margin: auto;
        margin-bottom: 53px;
        line-height: 1.2em;
        padding-bottom: 3px;
    }

    .change_section .cv_btn_secondaly {
        height: 60px;
        width: 600px;
        background-color: var(--color_orange);
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        border-radius: 50vw;
        background-image: url(../images/icon_arrow.png);
        background-repeat: no-repeat;
        background-position: top 50% right 20px;
        background-size: 14px;
        margin: auto;
    }

    /*modal----------------------------------------*/
    .modal_wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 100;
        display: none;
    }

    .modal_wrap .modal_device_photo img {
        width: 100%;
    }

    .modal_wrap .modal_bg {
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.8);
        height: 100%;
        width: 100%;
        z-index: 1;
    }

    .modal_wrap .modal_all_wrap {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        pointer-events: none;
    }

    .modal_wrap .modal_window_wrap {
        width: 80%;
        max-width: 980px;
        background-color: #fff;
        position: relative;
        padding: 40px;
        box-sizing: border-box;
        pointer-events: auto;
    }

    .modal_wrap .btn_close {
        height: 16px;
        width: 16px;
        background-image: url(../images/btn_close.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
    }

    .modal_wrap .modal_items_all_wrap {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }

    .modal_wrap .modal_item_wrap {
        width: 23.5%;
        /* height: 310px; */
        border: 1px solid #e5e5e5;
        box-shadow: 0 2px 0 #d1d1d1;
        margin-bottom: 14px;
        display: block;
        min-height: 190px;
    }

    .modal_wrap .modal_items_all_wrap:after {
        content: "";
        display: block;
        width: 24%;
        height: 0;
    }

    .modal_wrap .modal_device_photo {
        width: 70%;
        margin: auto;
        margin-top: 18%;
        margin-bottom: 5%;
    }

    .modal_wrap .modal_device_name {
        font-weight: bold;
        font-size: 15px;
        color: #333;
        margin-bottom: 1em;
    }

    /*fixed footer--------------------*/
    .fixed_footer_wrap {
        background-color: #eb5604;
        height: 50px;
        width: 100%;
        font-size: 18px;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        left: 0;
        z-index: 10;
        opacity: 0;
        bottom: -50px;
        transition: all 0.5s ease-in-out;
        font-weight: bold;
    }

    .fixed_footer_wrap.show {
        opacity: 1;
        bottom: 0;
        transition: all 0.5s ease-in-out;
    }

    .fixed_footer_wrap .footer_btn_link_wrap {
        width: 100%;
        text-align: center;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fixed_footer_wrap a.footer_btn_link {
        display: inline-block;
        text-align: center;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .fixed_footer_wrap a.footer_btn_link::after {
        content: "";
        height: 12px;
        width: 12px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        right: -16px;
        bottom: 6px;
    }

    .fixed_footer_wrap .close_btn {
        height: 50px;
        width: 50px;
        background-image: url(../images/btn_footer_close.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 25px;
        cursor: pointer;
    }

    /*swiper_benefit_1 & 2 --------*/
    #slider_benefit_1,
    #slider_benefit_2 {
        background-color: #1b2e7a;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 33px 0 45px 0;
        text-align: center;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .swiper_wrap {
        max-width: 860px;
        margin: auto;
        /* background-color: bisque; */
        width: 100%;
        overflow: hidden;
        /* padding-right: 50px; */
        position: relative;
        /* height: 250px; */
    }

    .slider_title {
        font-size: 26px;
        margin-bottom: 30px;
        color: #fff;
    }

    .swiper_wrap .slider_title {
        font-size: 30px;
        color: #fff;
        margin-bottom: 40px;
    }

    .slider_wrap .swiper-slide {
        height: 143px;
        background-color: #fff;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 7px;
        box-sizing: border-box;
    }

    .slider_wrap .swiper-slide .swiper_device_photo {
        width: 70px;
    }

    .slider_wrap .swiper-slide .swiper_device_name {
        color: #000;
        margin-top: 5px;
        font-size: 14px;
    }




    /*animation-----------------------*/
    .animation_fadeUp.on {
        transform: translateY(0px);
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }

    .animation_fadeUp {
        transform: translateY(50px);
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }





    /*end--------------------------------------*/

    /*format_adit*/
    .footerSiteMap {
        padding-bottom: 100px;
    }

}









/*format_edit*/
@media screen and (min-width: 1200px) {
    .fixed_footer_wrap .footer_btn_link_wrap {
        padding-left: 180px;
    }
}

@media screen and (min-width: 750px) and (max-width: 1199px) {
    .fixed_footer_wrap .footer_btn_link_wrap {
        padding-left: 0px;
    }
}
