@charset "UTF-8";

@media screen and (min-width: 0px) and (max-width: 749px) {

    .for_pc {
        display: none !important;
    }

    .contents_all_wrap {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        width: 100%;
        background-attachment: fixed;
        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 {
        margin: auto;
        position: relative;
        line-height: 1.5em;
    }

    .text_mini {
        font-size: 3vw !important;
    }

    /*kv_section------------------------*/
    section.kv_section {
        height: 65vw;
        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: 51vw;
        /* left: 0; */
        right: 50vw;
        margin: auto;
        top: 14vw;
    }

    section.kv_section .kv_titile {
        position: absolute;
        width: 58vw;
        right: 3vw;
        margin: auto;
        top: 11vw;
    }

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

    .benefit_section {
        width: 94%;
        padding-bottom: 10vw;
        margin: auto;
    }

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

    .benefit_section .benefit_title_wrap {
        height: 28vw;
        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%;
        background-size: 2.5vw;
        color: #fff;
        font-size: 6vw;
        letter-spacing: -0.03em;
    }

    .benefit_section .benefit_title_icon {
        width: 21vw;
        height: 21vw;
        margin-right: 2vw;
        padding-top: 3.5vw;
    }

    .benefit_section .benefit_title {
        display: inline-block;

    }

    .benefit_section .benefit_inner_wrap {
        width: 80vw;
        margin: auto;
        font-size: 3.5vw !important;
        padding: 0;
    }


    .benefit_section .underline_yellow {
        display: inline-block;
        position: relative;
        display: inline-flex;
        align-items: flex-end;
        white-space: nowrap;
        /* margin-top: 2vw; */
        vertical-align: bottom;
    }

    .benefit_section .underline_yellow::before {
        content: "";
        width: 100%;
        height: 2vw;
        background-color: #ffea00;
        position: absolute;
        bottom: 0vw;
        z-index: -1;
        display: inline-block;
    }

    .benefit_section .detail_text_heading {
        font-weight: bold;
        margin: 5vw 0 3vw 0;
        font-size: 3.8vw;
        line-height: 1.8em;
    }

    .benefit_section .detail_text_sub_heading {
        font-size: 3.8vw;
        margin: 3vw 0 3vw 0;
        line-height: 1.8em;
    }

    .benefit_section .detail_text_sub_text {
        font-size: 3.8vw;
        line-height: 1.8em;
    }

    .benefit_section .detail_text_remarks {
        font-size: 3.2vw;
        line-height: 1.8em;
    }

    .benefit_section .benefit_detail_remarks {
        margin-top: 4vw;
    }



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

    .benefit_section #benefit_1 .benefit_text_wrap {
        text-align: center;
        margin: auto;
        margin-top: 6vw;
        margin-bottom: 10vw;
    }


    .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: 4vw;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        border-radius: 2vw;
        margin-top: 8vw;
        height: 8vw;
    }

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

    .benefit_section #benefit_1 .benefit_text_wrap .benefit_copy_wrap::before {
        content: "";
        height: 8vw;
        width: 0.5vw;
        background-color: var(--color_blue);
        position: absolute;
        left: 0vw;
        top: 0vw;
        transform: rotate(-24deg);
        border-radius: 1vw;
    }

    .benefit_section #benefit_1 .benefit_text_wrap .benefit_copy_wrap::after {
        content: "";
        height: 8vw;
        width: 0.5vw;
        background-color: var(--color_blue);
        position: absolute;
        right: 1vw;
        top: 0vw;
        transform: rotate(24deg);
        border-radius: 1vw;
    }



    .benefit_section #benefit_1 .benefit_text_wrap .copy_small_line {
        font-size: 4.55vw;
        line-height: 1.5em;
        letter-spacing: -0.01em;
    }

    .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: 6vw;
        margin-top: 3vw;
        display: inline-block;
        letter-spacing: -0.05em;
    }

    .benefit_section #benefit_1 .benefit_1_price_1 {
        width: 83vw;
        margin: auto;
        margin-top: 8vw;
        margin-bottom: 5.5vw;
        position: relative;
        left: -1vw;
    }

    .benefit_section #benefit_1 .benefit_1_price_2_wrap {
        margin: auto;
        display: inline-flex;
        justify-content: center;
        align-items: flex-end;
        margin-top: 4vw;
        font-size: 5vw;
    }

    .benefit_section #benefit_1 .benefit_1_price_2_wrap .benefit_1_price_2 {
        width: 32vw;
        /* margin-right: 1vw; */
        position: relative;
        bottom: 0vw;
    }

    .benefit_section #benefit_1 .benefit_detail_text {
        font-size: 4VW;
        letter-spacing: -0.01em;
        line-height: 1.33em;
        margin-bottom: 7vw;
    }

    .benefit_section #benefit_1 .benefit_border_point_wrap {
        display: inline-flex;
        justify-self: center;
        align-items: center;
        margin: auto;
        margin-top: 2.5vw;
    }

    .benefit_section #benefit_1 .copy_add_1 {
        margin-top: 7vw;
        font-size: 4.8vw;
        line-height: 1em;
    }

    .benefit_section #benefit_1 .copy_add_2 {
        font-size: 10.3vw;
        margin-top: 5vw;
    }

    .benefit_section .underline_yellow.copy_add_2_wrap::before {
        bottom: -3vw;
    }

    .benefit_section #benefit_1 .copy_add_3 {
        font-size: 3.5vw;
        margin: auto;
        width: 55vw;
        border: solid 0.5vw #D6D4E6;
        border-radius: 1vw;
        margin-top: 9vw;
        padding: 3.5vw 0;
        margin-bottom: 6vw;
        line-height: 0;
    }

    .benefit_section #benefit_1 .copy_add_4 {
        margin: auto;
        width: 81vw;
        padding: 4vw 0 4vw 0px;
        font-size: 3.5vw;
        background-color: #f6f5fa;
        border-radius: 1vw;
        position: relative;
        line-height: 1.3em;
    }

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

    .benefit_section #benefit_1 .copy_add_4 .small {
        font-size: 3vw;
    }

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

    .benefit_section #benefit_1 .copy_add_5 .small {
        font-size: 3vw;
    }

    .benefit_section #benefit_1 .copy_add_6 {
        font-size: 6vw;
    }

    .benefit_section #benefit_1 .benefit_border_point_wrap .benefit_border_point {
        border: solid 0.5vw #D6D4E6;
        border-radius: 1.5vw;
        font-size: 3vw;
        color: #1c2c73;
        margin: 0 1vw;
        width: 34vw;
        padding: 3vw 0px;
        line-height: 0;
    }



    .benefit_section #benefit_1 .benefit_inner_glay_wrap {
        background-color: #f6f5f9;
        width: 100%;
        padding: 8vw 0 8vw 0px;
        line-height: 1.5em;
    }


    .benefit_section #benefit_1 .cv_btn_wrap {
        text-align: right;
        margin: 5vw 0 6vw 0px;
    }


    

    .benefit_section #benefit_1 .cv_text_link {
        text-decoration: none;
        color: #0033ff;
        white-space: nowrap;
        font-weight: normal;
        font-size: 3vw;
        text-align: right;
        width: 100%;
    }


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

    .benefit_section #benefit_2 .benefit_text_wrap {
        text-align: center;
        margin: auto;
        margin-top: 5vw;
        margin-bottom: 10vw;
        height: 125vw;
        position: relative;
    }

    .benefit_section #benefit_2 .benefit_border_point {
        color: #1c2c73;
        padding: 3.5vw 0;
        line-height: 1.2em;
        margin: auto;
        text-align: center;
        margin-top: 6vw;
        width: 54vw;
        font-size: 3.5vw;
        border: solid 0.5vw #D6D4E6;
        border-radius: 1vw;
        line-height: 0;
    }

    .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 {
        width: 21vw;
        position: relative;
        bottom: 0;
        margin-right: 1vw;
        margin-left: 1vw;
        display: flex;
        align-items: flex-end;
    }

    .benefit_section #benefit_2 .benefit_text_wrap .copy_small_line {
        font-size: 5vw;
        margin-top: 5vw;
        line-height: 1.5em;
    }

    .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: 6vw;
        margin-top: 2vw;
        line-height: 1.6em;
        display: inline-block;
    }

    .benefit_section #benefit_2 .benefit_1_price_1 {
        width: 83vw;
        margin: auto;
        margin-top: 4vw;
    }

    .benefit_section #benefit_2 .underline_yellow {}

    .benefit_section #benefit_2 .benefit_2_price_1 {
        width: 83vw;
        position: absolute;
        top: 26vw;
        margin: auto;
        left: -2vw;
        right: 0;
    }

    .benefit_section #benefit_2 .benefit_2_title_1 {
        position: absolute;
        top: 3vw;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 4.9vw;
    }

    .benefit_section #benefit_2 .benefit_2_title_2 {
        position: absolute;
        top: 12vw;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 6vw;
    }

    .benefit_section #benefit_2 .benefit_2_title_3 {
        position: absolute;
        top: 54vw;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 5vw;
    }

    .benefit_section #benefit_2 .benefit_2_title_4 {
        position: absolute;
        top: 107vw;
        left: -2vw;
        /* right:0; */
        display: inline-block;
        width: 31vw;
        font-size: 4.5vw;
    }

    .benefit_section #benefit_2 .benefit_2_title_5 {
        position: absolute;
        top: 65vw;
        left: 0;
        /* right:0; */
        margin: auto;
        font-size: 4.4vw;
    }

    .benefit_section #benefit_2 .benefit_2_title_6 {
        position: absolute;
        top: 111vw;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 4.5vw;
    }

    .benefit_section #benefit_2 .benefit_icon_pluse {
        position: absolute;
        top: 79vw;
        left: 0;
        right: 0;
        margin: auto;
        width: 10vw;
    }

    .benefit_section #benefit_2 .benefit_2_title_7 {
        position: absolute;
        top: 93vw;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 4vw;
        line-height: 1.5em;
        font-weight: bold;
    }

    .benefit_section #benefit_2 .benefit_2_title_8 {
        position: absolute;
        top: 91vw;
        left: -68vw;
        right: 0;
        margin: auto;
        width: 15vw;
    }


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

    .benefit_section #benefit_2 .benefit_detail_remarks {
        font-size: 12px;
        margin-top: 12px;
    }





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

    .benefit_section #benefit_2 .detail_text_heading {}

    .benefit_section #benefit_2 .cv_btn_wrap {
        text-align: right;
        margin: 5vw 0 6vw 0px;
    }

    .benefit_section #benefit_2 .cv_text_link {
        text-decoration: none;
        color: #0033ff;
        white-space: nowrap;
        font-weight: normal;
        font-size: 3vw;
        text-align: right;
        width: 100%;
    }

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

    .benefit_section #benefit_3 .benefit_title_wrap {
        height: 23vw;
    }

    .benefit_section #benefit_3 .benefit_text_wrap {
        text-align: center;
        margin: auto;
        margin-top: 0vw;
        margin-bottom: 11vw;
        font-size: 5vw;
    }




    .benefit_section #benefit_3 .benefit_text_wrap .benefit_copy_wrap {
        color: #4d5689;
        position: relative;
        margin-top: 7vw;
        line-height: 1.3em;
    }

    .benefit_section #benefit_3 .benefit_text_wrap .benefit_copy_wrap .copy_small_line {
        font-size: 4vw;
    }

    .benefit_section #benefit_3 .benefit_text_wrap .benefit_copy_wrap::before {
        content: "";
        height: 13vw;
        width: 0.5vw;
        background-color: var(--color_blue);
        position: absolute;
        left: 1vw;
        top: 0vw;
        transform: rotate(-18deg);
        border-radius: 1vw;
    }

    .benefit_section #benefit_3 .benefit_text_wrap .benefit_copy_wrap::after {
        content: "";
        height: 13vw;
        width: 0.5vw;
        background-color: var(--color_blue);
        position: absolute;
        right: 3vw;
        top: 0vw;
        transform: rotate(18deg);
        border-radius: 1vw;
    }



    .benefit_section #benefit_3 .benefit_text_wrap .copy_big_line {
        font-size: 6vw;
        margin-top: 1vw;
        line-height: 1.5em;
        display: inline-block;
        letter-spacing: -0.1em;
    }
    
      .benefit_section #benefit_3 .benefit_fukidashi_wrap_1 {
        background-color: #f6f5f9;
        width: 100%;
        height: 14vw;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 900;
        font-size: 3.7vw;
        position: relative;
        margin: auto;
        border-radius: 2vw;
        margin-top: 8vw;
        margin-bottom: 7vw;
    }

    .benefit_section #benefit_3 .benefit_fukidashi_wrap_2 {
        background-color: #f6f5f9;
        width: 100%;
        height: 14vw;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 900;
        font-size: 3.8vw;
        position: relative;
        margin: auto;
        border-radius: 10px;
        margin-top: 14vw;
        margin-bottom: 7vw;
    }


    .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: -2.5vw;
        left: 0;
        right: 0;
        margin: auto;
        height: 5vw;
        width: 5vw;
        transform: rotate(45deg);
    }
    

    .benefit_section #benefit_3 .benefit_text_wrap .benefit_aupay_wrap {
        font-size: 7vw;
        margin-top: 4vw;
        letter-spacing: -0.01em;
    }

    .benefit_section #benefit_3 .benefit_3_price_1 {
        width: 84vw;
        margin: auto;
        margin-top: 6vw;
        position: relative;
        left: -2vw;
    }

    .benefit_section #benefit_3 .benefit_case_text {
        font-size: 4vw;
        margin-top: 9vw;
    }

    .benefit_section #benefit_3 .text_both {
        font-size: 3.5vw;
        margin-top: 7vw;
        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: auto;
        margin-top: 6.5vw;
        font-size: 4vw;
        position: relative;
    }

    .benefit_section #benefit_3 .benefit_3_price_2_wrap .benefit_case_notax {
        position: absolute;
        right: 3vw;
        font-size: 3.2vw;
        top: 1vw;
    }

    .benefit_section #benefit_3 .benefit_3_price_2_wrap .small {
        font-size: 3vw;
        position: relative;
        bottom: -0.3vw;
    }


    .benefit_section #benefit_3 .benefit_3_price_2 {
        width: 23vw;
        display: inline-block;
        position: relative;
        bottom: 0.5vw;
        margin-right: 2vw;
    }

    
     /*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: 4vw;
        position: relative;
        line-height: 0;
    }

    .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: 24vw;
        right: 0;
        bottom: 10vw;
        margin: auto;
        font-size: 3vw;
    }

    .benefit_section #benefit_3 .benefit_3_price_3 {
        width: 45vw;
        display: inline-block;
        position: relative;
        bottom: -1.5vw;
        margin-right: 1vw;
        display: flex;
    }

    .benefit_section #benefit_3 .benefit_3_price_3_wrap .txt_yen {
        font-size: 5vw;
        position: relative;
        bottom: 3.5vw;
        left: -0.5vw;
    }

    .benefit_section #benefit_3 .benefit_3_price_3_wrap .txt_kangen {
        font-size: 7vw;
        position: relative;
        bottom: 4.5vw;
        left: -1vw;
        letter-spacing: -0.01em;
    }


    .benefit_section #benefit_3 .benefit_3_price_4_wrap {
        margin-top: 8vw;
        line-height: 0;
    }

    .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: 3.2vw;
    }

    .benefit_section #benefit_3 .benefit_3_price_4 {
        width: 17vw;
        display: inline-block;
        position: relative;
        bottom: 1vw;
        margin-right: 1vw;
        display: flex;
    }
        .benefit_section #benefit_3 .benefit_3_price_4_wrap .txt_yen {
        font-size: 4vw;
        position: relative;
        bottom: 3.5vw;
        left: -0.5vw;
    }

    .benefit_section #benefit_3 .benefit_3_price_4_wrap .txt_kangen {
        font-size: 4vw;
        position: relative;
        bottom: 3vw;
        left: -1vw;
        letter-spacing: -0.01em;
    }
    

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

    .benefit_section #benefit_3 .benefit_border_point_wrap .benefit_border_point {
        border: solid 0.5vw #d6d4e5;
        border-radius: 2vw;
        font-size: 3.5vw;
        color: #1c2c73;
        padding: 0vw 0;
        width: 79vw;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 1.3vw 0;
        line-height: 1.2em;
    }

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


    .benefit_section #benefit_3 .benefit_inner_glay_wrap {
        background-color: #f6f5f9;
        width: 100%;
        padding: 2vw 0 10vw 0px;
        letter-spacing: 0.01em;
    }

    .benefit_section #benefit_3 .detail_text_heading {}

    .benefit_section #benefit_3 .cv_btn_wrap {
        text-align: center;
        margin: 6vw 0 12vw 0px;
    }

    .benefit_section #benefit_3 .cv_title {
        font-size: 3.8vw;
        color: #37437e;
        margin-bottom: 4vw;
        letter-spacing: -0.05em;
    }

    .benefit_section #benefit_3 .cv_btn_primaly {
        height: 11vw;
        background-color: var(--color_orange);
        font-size: 3.5vw;
        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 3vw;
        background-size: 2.5vw;
        margin: auto;
        margin-bottom: 5vw;
        line-height: 1.1em;
        padding-bottom: 0.5vw;
    }


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

    .online_title_wrap {
        font-size: 6vw;
        text-align: center;
        margin-bottom: 9vw;
    }

    .online_title_item {
        position: relative;
        display: inline-block;
        z-index: 1;
        line-height: 1.5em;
    }

    .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: 96%;
        margin-bottom: 5vw;
        flex-direction: column;
        margin: auto;
    }

    .online_section .online_merits_item {
        background-color: #fff;
        border-radius: 5vw;
        width: 100%;
        text-align: center;
        height: 32vw;
        font-size: 5vw;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.1em;
        margin-bottom: 4.5vw;
    }

    .online_section .merit_text {
        width: 50%;
        position: relative;
        /* top: -2vw; */
        left: -6vw;
    }

    .online_section .merit_pict_1 {
        width: 25vw;
        margin: auto;
        /* margin-top: 22px; */
        /* margin-bottom: 11px; */
        /* position: relative; */
        /* top: -1.5vw; */
        /* right: -1vw; */
    }

    .online_section .merit_pict_2 {
        width: 33vw;
        margin: auto;
    }

    .online_section .merit_pict_3 {
        width: 33vw;
        margin: auto;
    }

    .online_remarks_wrap {
        margin-bottom: 56px;
        width: 90vw;
        margin: auto;
        font-size: 3.2vw;
        margin-bottom: 10vw;
        line-height: 1.5em;
    }

    .online_section .merit_text .small_remarks {
        font-size: 3.9vw;
        /* position: relative; */
        /* top: -6px; */
    }


    .online_safe_wrap {
        border: 1vw solid var(--color_orange);
        background-color: #fff;
        border-radius: 30px;
        overflow: hidden;
        text-align: center;
        width: 93%;
        margin: auto;
    }

    .online_safe_title_wrap {
        background-color: #ffea00;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 6vw;
        height: 25vw;
        background-image: url(../images/onlineshop_beginner_icon.png);
        background-repeat: no-repeat;
        background-position: left 5vw top 50%;
        background-size: 20vw;
        line-height: 1.2em;
        padding-left: 4vw;
    }

    .online_subtitle_wrap {
        font-size: 4.5vw;
        color: var(--color_orange);
        position: relative;
        display: inline-block;
        margin-top: 5vw;
        overflow: visible;
        line-height: 1.5em;
        margin-bottom: 5vw;
        letter-spacing: -0.03em;
    }

    .online_subtitle_wrap::before {
        content: "";
        height: 15vw;
        width: 0.8vw;
        background-color: var(--color_orange);
        position: absolute;
        left: -5vw;
        top: -1vw;
        transform: rotate(-24deg);
        border-radius: 2px;
    }

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

    .online_fukidashi_wrap {
        margin: auto;
        width: 90%;
        height: 30vw;
        background-image: url(../images/onlineshop_beginner_operator.png);
        background-repeat: no-repeat;
        background-position: right 0 top 50%;
        background-size: 20vw;
    }

    .online_fukidashi_item {
        background-color: #ededed;
        border-radius: 4vw;
        position: relative;
        width: 54vw;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 4vw;
        height: 100%;
        text-align: left;
        line-height: 1.5em;
        /* padding-left: 3vw; */
        z-index: 1;
    }

    .online_fukidashi_item::after {
        content: "";
        height: 7vw;
        width: 7vw;
        position: absolute;
        top: 0;
        bottom: -3vw;
        margin: auto;
        right: -1vw;
        transform: rotate(45deg);
        z-index: 1;
        background-color: #ededed;
    }


    .online_section .cv_btn_wrap {
        text-align: center;
        margin: 8vw 0 6vw 0px;
    }

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

    .online_section .cv_btn_primaly {
        background-color: var(--color_orange);
        font-size: 3.5vw;
        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 4vw;
        background-size: 3vw;
        margin: auto;
        margin-bottom: 8vw;
        width: 81vw;
        height: 12vw;
    }

    /*change_section-----------------*/
    .change_section {
        padding-top: 14vw;
        /* background-image: url(../images/change_photo.jpg); */
        background-repeat: no-repeat;
        /* background-position: top 22vw center; */
        /* background-size: 147vw; */
        /* background-color: #fff; */
        padding-bottom: 8vw;
    }

    .change_section .change_title_wrap {
        text-align: center;
        font-size: 8vw;
        /* padding-top: 3vw; */
        line-height: 1.3em;
        margin-bottom: 7vw;
        letter-spacing: -0.01em;
    }

    .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: 60vw;
        width: 100%;
        margin-bottom: 20vw;
    }

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

    .change_section .cv_title {
        font-size: 5vw;
        margin-bottom: 3vw;
        line-height: 1.3em;
    }

    .change_section .cv_btn_primaly {
        height: 12vw;
        width: 80vw;
        background-color: var(--color_orange);
        font-size: 3.5vw;
        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 4vw;
        background-size: 3vw;
        margin: auto;
        margin-bottom: 9vw;
        line-height: 1.2em;
        padding-bottom: 0.5vw;
    }

    .change_section .cv_btn_secondaly {
        height: 12vw;
        width: 80vw;
        background-color: var(--color_orange);
        font-size: 3.5vw;
        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 4vw;
        background-size: 3vw;
        margin: auto;
        margin-bottom: 5vw;
    }

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

    .modal_wrap 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: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        text-align: center;
        /* display: flex; */
        /* justify-content: center; */
        /* align-items: center; */
        z-index: 1;
        /* pointer-events: none; */
    }

    .modal_wrap .modal_window_wrap {
        width: 94%;
        /* max-width: 980px; */
        background-color: #fff;
        position: relative;
        padding: 11vw 6vw;
        box-sizing: border-box;
        pointer-events: auto;
        margin: 15vw auto;
    }

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

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

    .modal_wrap .modal_item_wrap {
        width: 48.5%;
        /* height: 43vw; */
        border: 1px solid #e5e5e5;
        box-shadow: 0 2px 0 #d1d1d1;
        margin-bottom: 1.5vw;
        /* padding-bottom: 5vw; */
        /* box-sizing: border-box; */
        height: 60vw;
        padding-top: 3vw;
    }

    .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: 8%;
        margin-bottom: 5%;
        /* height: 56vw; */
    }

    .modal_wrap .modal_device_name {
        font-weight: bold;
        font-size: 3.5vw;
        /* margin-bottom: 2vw; */
        color: #333;
        margin-top: 5vw;
    }

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

    .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;
        flex-wrap: nowrap;
    }

    .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: 2vw;
        width: 2vw;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        right: -3vw;
        bottom: 1.3vw;
    }

    .fixed_footer_wrap .close_btn {
        height: 17vw;
        width: 13vw;
        background-image: url(../images/btn_footer_close.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 4vw;
        cursor: pointer;
        border-left: 1px dotted #fff;
    }

    /*swiper_benefit_1 & 2 --------*/
    #slider_benefit_1,
    #slider_benefit_2 {
        background-color: #1b2e7a;
        width: 100vw;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 9.5vw 0 4vw 0px;
        margin-bottom: 8vw;
        text-align: center;
        flex-direction: column;
        position: relative;
        right: 3vw;
    }

    .swiper_wrap {
        /* max-width: 970px; */
        margin: auto;
        /* background-color: bisque; */
        width: 67vw;
        /* overflow: hidden; */
        /* padding-right: 50px; */
        position: relative;
        left: -13vw;
        /* height: 250px; */
    }

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

    .slider_wrap .swiper-slide {
        height: 32vw;
        background-color: #fff;
        border-radius: 2vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .slider_wrap .swiper-slide .swiper_device_photo {
        width: 48%;
    }

    .slider_wrap .swiper-slide .swiper_device_name {
        color: #000;
        margin-top: 10px;
        font-size: 3vw;
        letter-spacing: -0.03em;
        /* font-weight: bold; */
    }

    .slider_wrap .swiper-button-next,
    .slider_wrap .swiper-button-prev {
        display: none;
    }

    .slider_remarks_wrap {
        width: 89%;
        text-align: right;
        margin-top: 3vw;
    }

    .slider_remarks_item {
        margin: 0 0 0 auto;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 2.8vw;
        color: #fff;
    }
    .slider_remarks_item img[src*="icon_scroll"]{
        max-width: 40px;
        margin-left: 10px;
    }


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

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

    /*au custom*/
    .footerSiteMap {
        padding-bottom: 20vw;
    }
}

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


}
