@charset "UTF-8";
/*fb_pc---------------------------------------*/
@media screen and (min-width: 769px) {
    /*detail*/
    .kv_subheading .merit_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }
    .kv_subheading .merit_wrap .merit_item {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: var(--color_red);
        font-size: 20px;
        font-weight: bold;
        height: 34px;
    }
    .kv_subheading .merit_wrap .merit_item:nth-child(1) {
        min-width: 37%;
    }
    .kv_subheading .merit_wrap .merit_item:nth-child(2) {
        min-width: 25%;
    }
    .kv_subheading .merit_wrap .merit_item:nth-child(3) {
        min-width: 32%;
    }
    section.section_kv .kv_detail .name_homerouter {
        position: absolute;
        left: 3%;
        /* right: 0; */
        margin: auto;
        top: 90%;
        color: #fff;
        font-weight: bold;
        font-size: 24px;
        letter-spacing: -0.01em;
    }
    section.section_kv .kv_detail .name_mobilerouter {
        position: absolute;
        left: 69%;
        /* right: 0; */
        margin: auto;
        top: 90%;
        color: #fff;
        font-weight: bold;
        font-size: 24px;
        letter-spacing: -0.01em;
        white-space: nowrap;
    }
    section.section_kv .kv_detail .detail_circle {
        position: absolute;
        left: -30px;
        right: 0;
        margin: auto;
        top: 76px;
        color: var(--color_dark_blue);
        font-weight: bold;
        font-size: 25px;
        letter-spacing: -0.01em;
        height: 205px;
        width: 205px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 50%;
        font-size: 29px;
        line-height: 0.6em;
        z-index: 1;
    }
    section.section_kv .kv_detail .detail_circle sup {
        position: relative;
        top: -6px;
        line-height: 1em;
    }
    section.section_kv .kv_detail .detail_price {
        font-size: 55px;
    }
    section.section_kv .kv_detail .underbar_yellow {
        position: relative;
        display: block;
    }
    section.section_kv .kv_detail .underbar_yellow::before {
        content: "";
        position: absolute;
        height: 22px;
        width: 100%;
        background-color: #ffec44;
        bottom: 20px;
        left: 0;
        z-index: -1;
    }
    section.section_kv .kv_detail .wave_l {
        position: absolute;
        width: 43px;
        left: 63px;
        top: 64px;
    }
    section.section_kv .kv_detail .wave_r {
        position: absolute;
        width: 43px;
        right: 72px;
        top: 82px;
    }
    section.section_kv .kv_detail_remarksWrap {
        position: absolute;
        bottom: -117px;
        color: #fff;
        width: 100%;
        font-size: 12px;
    }
    section.section_kv .kv_detail_remarks a {
        text-decoration: underline;
        color: #fff;
    }
    /*outline_plice-----------------------------*/
    .outline_plice {}
    .outline_plice .price_wrap {
        height: 307px;
        position: relative;
        margin-bottom: 16px;
        color: var(--color_dark_blue);
    }
    .pluss .outline_plice .price_wrap {
        border: solid 2px #022b8d;
    }
    .plus .outline_plice .price_wrap {
        border: solid 2px var(--color_blue);
    }
    .outline_plice .price_heading {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 20px;
        height: 48px;
        font-weight: bold;
    }
    .pluss .outline_plice .price_heading {
        background-color: #022b8d;
    }
    .plus .outline_plice .price_heading {
        background-color: var(--color_blue);
    }
    .outline_plice .price_fukidashi {
        height: 52px;
        width: 456px;
        margin: auto;
        margin-top: 21px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--color_dark_blue);
        background-color: var(--color_light_blue);
        border-radius: 10px;
        font-weight: 700;
        font-size: 20px;
        position: relative;
        font-family: "Noto Sans JP", sans-serif;
    }
    .outline_plice .price_fukidashi::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 19px 10.5px 0 10.5px;
        border-color: var(--color_light_blue) transparent transparent transparent;
    }
    .outline_plice .price_fukidashi .small {
        font-size: 16px;
    }
    .outline_plice .price_period {
        position: absolute;
        top: 169px;
        right: 354px;
        font-size: 18.19px;
        color: var(--color_dark_blue);
        letter-spacing: 1px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
    }
    .outline_plice .price {
        position: absolute;
        top: 125px;
        left: 154px;
        font-size: 86px;
        letter-spacing: -5px;
        font-weight: bold;
    }
    .outline_plice .price_tax {
        position: absolute;
        top: 156px;
        left: 349px;
        font-size: 18px;
        font-weight: bold;
    }
    .outline_plice .price_yen {
        position: absolute;
        top: 181px;
        left: 344px;
        font-size: 28px;
        font-weight: bold;
        letter-spacing: -0.01em;
    }
    .outline_plice .price_intax {
        position: absolute;
        top: 224px;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 43px;
    }
    .outline_plice .price_intax .small_yen {
        font-size: 19px;
        font-weight: bold;
    }
    .outline_plice .price_list_item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 50px;
        border: 1px solid #fff;
        font-size: 16px;
        padding: 0 11px;
        letter-spacing: 0.01em;
        box-sizing: border-box;
        font-weight: bold;
    }
    .outline_plice .price_list_item .en {
        font-size: 30px;
    }
    .price_list_item.text_blue {
        color: var(--color_dark_blue);
    }
    .price_list_item.bg_gray {
        background-color: var(--color_gray);
    }
    .price_list_item.bg_blue {
        color: #fff;
        margin-bottom: 3px;
    }
    .pluss .price_list_item.bg_blue {
        background-color: #022b8d;
    }
    .plus .price_list_item.bg_blue {
        background-color: var(--color_blue);
    }
    /*section_outline---------------------------*/
    section.section_outline .content_wrap .content_set .outline_merit_1 {
        position: absolute;
        left: 19.6%;
        top: 74.6%;
        color: #fff;
        font-weight: bold;
        font-size: 26px;
        height: 19%;
        width: 17%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.4em;
    }
    section.section_outline .content_wrap .content_set .outline_merit_2 {
        position: absolute;
        left: 41.2%;
        top: 74.5%;
        color: #fff;
        font-weight: bold;
        font-size: 26px;
        line-height: 1.4em;
        height: 19%;
        width: 17%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.4em;
    }
    section.section_outline .content_wrap .content_set .outline_merit_3 {
        position: absolute;
        left: 62.5%;
        top: 74.5%;
        color: #fff;
        font-weight: bold;
        font-size: 26px;
        height: 19%;
        width: 17%;
        /* background-color: red; */
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.4em;
    }
    /*wimax_detail_4_price--------------------*/
    section.section_wimax .wimax_detail_4_price {
        position: relative;
        width: 100%;
    }
    section.section_wimax .price_data_wrap {
        width: 100%;
        height: 150px;
        position: relative;
    }
    section.section_wimax .price_data_period {
        position: relative;
        width: 172px;
    }
    section.section_wimax .price_data_period .period_title_wrap {
        position: absolute;
        padding: 9px 0 0 15px;
        font-size: 17px;
    }
    section.section_wimax .price_data_period .period_title {
        color: #fff;
        font-weight: bold;
        border-bottom: 2px solid #fff;
        display: inline-block;
        line-height: 1.1em;
    }
    section.section_wimax .price_list_item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 60px;
        border: 1px solid #fff;
        font-size: 18px;
        padding: 0 14px;
        letter-spacing: 0.01em;
        box-sizing: border-box;
        font-weight: bold;
    }
    section.section_wimax .price_list_item .en {
        font-size: 35px;
    }
    section.section_wimax .price_list_item.bg_blue .en {
        font-size: 40px;
    }
    section.section_wimax .price_data_price {
        position: absolute;
        left: 190px;
        top: 0;
        color: var(--color_dark_blue);
        font-size: 34px;
        font-weight: bold;
        letter-spacing: -0.05em;
    }
    section.section_wimax .price_data_price .intax_remarks {
        position: absolute;
        left: 233px;
        top: 28px;
        font-size: 25px;
    }
    section.section_wimax .price_data_price .outtax {
        font-size: 95px;
    }
    section.section_wimax .price_data_price .intax_wrap {
        font-size: 46px;
    }
    section.section_wimax .price_data_price .intax_wrap .intax_yen {
        font-size: 21px;
    }
    /*--discount_table-----------------------------------*/
    table.discount_table {
        width: 100%;
        margin-bottom: 10px;
    }
    table.discount_table td {
        border-collapse: collapse;
        border: 1px solid #333;
        padding: 10px 20px 10px 20px;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.01em;
        vertical-align: middle;
        box-sizing: border-box;
        text-align: center;
    }
    table.discount_table tr:nth-child(3) td,
    table.discount_table tr:nth-child(4) td {
        padding: 2px 20px 2px 20px;
    }
    table.discount_table .bg_blue {
        color: #fff;
        text-align: left;
        width: 304px;
    }
    .pluss table.discount_table .bg_blue {
        background-color: #022b8d;
    }
    .plus table.discount_table .bg_blue {
        background-color: var(--color_blue);
    }
    table.discount_table .price {
        font-size: 34px;
    }
    table.discount_table .price_sub {
        font-size: 29px;
    }
    .heading_light_blue {
        background-color: var(--color_light_blue);
        text-align: center;
        width: 90%;
        font-size: 15px;
        margin: auto;
    }
    .heading_gray {
        background-color: var(--color_gray);
        text-align: center;
        width: 90%;
        font-size: 15px;
        margin: auto;
    }
    section.section_outline .discount_tabl_remarks {
        width: 100%;
        font-size: 12px;
    }
    section.section_outline .discount_table_remarks {
        margin: auto;
        font-size: 12px;
        letter-spacing: 0.01em;
        padding-left: 30px;
    }
    /*--plan_table-----------------------------------*/
    table.plan_table {
        width: 100%;
    }
    table.plan_table td {
        border-collapse: collapse;
        border: 1px solid #333;
        padding: 12px 12px;
        font-size: 14px;
        letter-spacing: 0.01em;
        vertical-align: middle;
        text-align: center;
        line-height: 1.4em;
    }
    table.plan_table .bg_blue {
        color: #fff;
        height: 30px;
        font-size: 16px;
        width: 50%;
        font-weight: bold;
    }
    .pluss table.plan_table .bg_blue {
        background-color: #022b8d;
    }
    .plus table.plan_table .bg_blue {
        background-color: var(--color_blue);
    }
    table.plan_table .bg_gray {
        background-color: var(--color_gray);
        text-align: center;
        font-weight: bold;
        padding: 3px;
    }
    table.plan_table .price {
        font-size: 34px;
    }
    table.plan_table .price_490 {
        font-size: 20px;
    }
    table.plan_table .align_left {
        text-align: left;
    }
    /*wimax_detail_1-----------------------------*/
    .wimax_detail_1 .name_homerouter {
        position: absolute;
        top: 4px;
        left: 98px;
        font-size: 16px;
        /* letter-spacing: -0.05em; */
        font-weight: bold;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 600;
    }
    .wimax_detail_1 .name_mobilerouter {
        /* position: absolute; */
        /* top:0; */
        /* left: 0; */
        position: absolute;
        top: 4px;
        left: 400px;
        font-size: 16px;
        letter-spacing: -0.05em;
        font-weight: bold;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 600;
    }
    .wimax_detail_1 .text_homerouter {
        /* position: absolute; */
        /* top:0; */
        /* left: 0; */
        position: absolute;
        top: 77px;
        left: 155px;
        font-size: 15px;
        letter-spacing: -0.05em;
        font-weight: bold;
        text-align: center;
    }
    .wimax_detail_1 .text_mobilerouter {
        /* position: absolute; */
        /* top:0; */
        /* left: 0; */
        position: absolute;
        top: 84px;
        left: 497px;
        font-size: 15px;
        letter-spacing: -0.05em;
        font-weight: bold;
        text-align: center;
    }
    /*value_comparision_wrap----------------------*/
    .value_comparision_wrap {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        font-size: 16px;
        letter-spacing: 0.01em;
    }
    .value_comparision_wrap .value_item_l {
        border: 2px solid var(--color_dark_blue);
        padding-left: 41px;
        width: 42%;
        box-sizing: border-box;
        border-radius: 10px;
        color: var(--color_dark_blue);
        font-weight: bold;
        text-align: center;
        display: flex;
        position: relative;
        align-items: center;
        line-height: 1.5em;
    }
    .value_comparision_wrap .value_item_r {
        border: 2px solid var(--color_dark_blue);
        padding: 8px 10px;
        padding-left: 35px;
        width: 55%;
        box-sizing: border-box;
        border-radius: 10px;
        color: var(--color_dark_blue);
        font-weight: bold;
        text-align: center;
        position: relative;
        line-height: 1.4em;
    }
    .value_comparision_wrap .value_item_l::before {
        content: "①";
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 20px;
        font-size: 26px;
        display: flex;
        align-items: center;
        color: var(--color_dark_blue);
    }
    .value_comparision_wrap .value_item_r::before {
        content: "②";
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 100%;
        width: 26px;
        vertical-align: middle;
        font-size: 26px;
        display: flex;
        align-items: center;
        color: var(--color_dark_blue);
    }
    .value_comparision_wrap .astarisk {
        font-size: 0.6em;
        vertical-align: super;
    }
    /*outline_price_list_2_table--------------------*/
    table.outline_price_list_2_table {
        width: 100%;
    }
    table.outline_price_list_2_table td {
        border-collapse: collapse;
        border: 1px solid #333;
        padding: 10px 0;
        font-size: 14px;
        letter-spacing: 0.01em;
        vertical-align: middle;
        text-align: center;
    }
    table.outline_price_list_2_table .bg_blue {
        background-color: var(--color_blue);
        color: #fff;
        height: 40px;
        font-size: 16px;
        width: 50%;
    }
    table.outline_price_list_2_table .bg_gray {
        background-color: var(--color_gray);
        text-align: center;
        font-weight: bold;
        padding: 5px 0;
        font-size: 16px;
    }
    table.outline_price_list_2_table .bg_gray_sub {
        background-color: var(--color_gray);
        text-align: center;
        padding: 5px 0;
    }
    table.outline_price_list_2_table .price {
        font-size: 34px;
    }
    table.outline_price_list_2_table .heading {
        font-weight: bold;
        margin-bottom: 0.1em;
    }
    table.outline_price_list_2_table .heading_remarks {
        font-size: 13px;
        display: inline-block;
    }
    table.outline_price_list_2_table .astarisk {
        vertical-align: super;
        font-size: 0.5em;
    }
    /*campaign_device---------------------------------*/
    .campaign_device .device_name_speed {
        position: absolute;
        top: 58px;
        left: 171px;
        font-size: 16px;
        text-align: center;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
    }
    .campaign_device .device_name_galaxy {
        position: absolute;
        top: 58px;
        left: 542px;
        font-size: 16px;
        text-align: center;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
    }
    /*fb_sp------------------------------------------*/
}
body {
    font-family: HiraKakuProN-W3, YuGothic, "Yu Gothic Medium", "Yu Gothic",
        Meiryo, "Noto Sans JP", "Droid Sans", sans-serif !important;
}
/*campaign_wrap---------------------------------*/
.campaign_wrap {
    background-color: #fff;
    width: 100%;
    max-width: 852px;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    margin-top: 24px;
}
.campaign_wrap .header {
    font-weight: bold;
    color: #fff;
    line-height: 36px;
    background-color: #e42018;
    text-align: center;
    font-size: 16px;
}
.campaign_wrap .footer {
    color: #000;
    line-height: 50px;
    background-color: #f1f1f1;
    text-align: center;
    font-size: 16px;
}
.flex_wrap.price {
    background-color: #fff;
    display: flex;
    font-weight: bold;
    padding: 30px 40px;
    height: 315px;
    letter-spacing: 0;
    justify-content: space-between;
}
.left_price_wrap {
    position: relative;
    width: 370px;
    color: #e42018;
}
.left_price_wrap .lead {
    font-size: 18px;
    color: #000;
}
.left_price_wrap .period {
    position: absolute;
    font-size: 18px;
    top: 53px;
    left: 18px;
}
.left_price_wrap .en {
    position: absolute;
    font-size: 80px;
    left: 98px;
    top: 11px;
    letter-spacing: -2px;
}
.left_price_wrap .tax {
    position: absolute;
    font-size: 17px;
    left: 299px;
    top: 47px;
}
.left_price_wrap .yen {
    position: absolute;
    font-size: 26px;
    left: 290px;
    top: 64px;
}
.left_price_wrap .in_tax {
    position: absolute;
    font-size: 40px;
    top: 100px;
    left: 96px;
    font-weight: 500;
}
.left_price_wrap .in_tax .tax_en {
    font-family: Price;
}
.left_price_wrap .in_tax .small {
    position: absolute;
    font-size: 17px;
    display: contents;
    font-weight: bold;
}
.left_price_wrap .note {
    margin-top: 16px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}
.right_content_wrap {
    width: 380px;
}
.right_content_wrap .price-list>dt {
    background-color: #f1f1f1;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 36px;
    padding-left: 10px;
    border-top: 1px solid #333;
}
.right_content_wrap .price-list>dd {
    background-color: #fff;
    font-size: 16px;
    text-align: right;
    line-height: 38px;
    font-weight: 300;
}
.right_content_wrap .price-list>dd .num {
    font-size: 27px;
}
.right_content_wrap .price-list.last dt {
    border-top: none;
    background-color: #737373;
    color: #fff;
}
.right_content_wrap .price-list.last dd {
    font-weight: bold;
}
.right_content_wrap .note {
    font-size: 12px;
    font-weight: 300;
    margin-top: 3px;
}
.faq_other_wrap.price {
    margin-top: 20px;
    font-size: 16px;
}
.faq_other_wrap.price .faq_other {
    color: #fff;
    text-decoration: underline;
}
.faq_other_wrap.price .faq_other:hover {
    text-decoration: none;
}
.faq_other_wrap.price.note {
    text-align: center;
}
.faq_other_wrap.price.note .faq_other {
    color: #333;
}
.plan__price--bold>sup {
    font-size: 75.5%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
}
.outline_header.campaign {
    font-weight: bold;
    color: #fff;
    background-color: #022b8d;
    text-align: center;
    font-size: 22px;
    border-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 68px;
    padding: 16px;
}
.outline_header.campaign em {
    color: #fff605;
}
.plan__application-body.pluss.campaign {
    padding-top: 84px;
    margin-top: -84px;
}
.content_wrap.campaign {
    background-color: #fff;
    border-radius: 54px !important;
    width: 100%;
    max-width: 852px;
    margin: auto;
    position: relative;
    box-sizing: border-box;
}
.slide_inner.campaign {
    padding: 20px;
    padding-top: 0;
    text-align: left;
    width: 630px;
    margin: auto;
    margin-top: 25px;
}
table.plan_table.campaign td {
    width: 50%;
}
table.plan_table.campaign .large {
    font-size: 27px;
}
section.section_outline .outline_title_remarks.campaign {
    max-width: 630px;
    text-align: center;
    margin: 22px 0;
}
.bg_cyan {
    background-color: #059eda;
}
.bg_red {
    background-color: #e61f1a;
}
table.plan_table .bg_cyan,
table.plan_table .bg_red {
    color: #fff;
    height: 30px;
    font-size: 16px;
    width: 50%;
    font-weight: bold;
}
table.plan_table .blue {
    color: #092f90;
    text-align: left;
    padding: 16px 12px;
}
table.plan_table .red {
    color: #e61f1a;
}
section.section_outline .pluss .content_wrap .content_set.outline.campaign {
    padding: 64px 40px 50px 45px;
}
.outline_plan_remarks.campaign {
    color: #092f90;
}
.price_wrap.campaign .border {
    font-size: 16px;
    color: #042a8d;
    border: 1px solid #042a8d;
    border-radius: 6px;
    display: inline-block;
    padding: 0 20px;
    margin-top: 18px;
}
.outline_plice .price_wrap.campaign {
    height: 300px;
    position: relative;
    margin-bottom: 16px;
    color: var(--color_dark_blue);
}
.outline_plice .price.campaign {
    top: 83px;
    left: 118px;
    font-size: 80px;
}
.outline_plice.campaign .price_yen {
    top: 135px;
    left: 299px;
    font-size: 26px;
}
.outline_plice.campaign .price_tax {
    top: 118px;
    left: 306px;
    font-size: 17px;
}
.outline_plice.campaign .price_intax {
    position: absolute;
    top: 170px;
    font-size: 40px;
}
.outline_plice .price_wrap.campaign::after {
    content: "";
    position: absolute;
    width: 410px;
    height: 2px;
    left: calc(50% - 205px);
    bottom: 54px;
    background-image: linear-gradient(to right,
            #083090,
            #083090 7px,
            transparent 7px);
    background-size: 11px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
}
.outline_plice.campaign .note {
    position: absolute;
    top: 260px;
    left: 0;
    right: 0;
    margin: auto;
}
.c-accordion.campaign.first {
    margin-top: 48px;
}
.c-accordion.campaign {
    margin-top: 0;
}
.c-accordion.campaign .last {
    margin-top: 0;
}
.c-accordion.campaign .plan__accordion {
    margin-left: unset;
    width: auto;
}
.c-accordion.campaign .c-accordion__link {
    justify-content: space-between;
    padding: 14px 0;
}
.c-accordion.campaign .c-accordion__inner {
    border-top: 1px solid #022b8d;
}
.c-accordion.campaign.last .c-accordion__inner {
    border-bottom: 1px solid #022b8d;
}
.notes-more-wrapper.campaign .plan__price--bold {
    font-weight: 700;
}
.notes-more-wrapper.campaign .plan__price--text {
    font-size: 12px;
    margin: 18px 0 0;
}
.c-accordion__close.campaign {
    display: flex;
    font-size: 22px;
    color: #fff;
    justify-content: end;
    background-color: #a5a5a5;
    width: 200px;
    line-height: 48px;
    border-radius: 6px;
    margin: auto;
    align-items: center;
    margin-top: 30px;
    cursor: pointer;
    margin-bottom: 40px;
}
.c-accordion__close.campaign .c-icon-minus {
    margin-left: 30px;
    margin-right: 10px;
    background-color: #fff;
    height: 28px;
    width: 28px;
}
.c-accordion__close.campaign .c-icon-minus::before {
    background-color: #a5a5a5;
}
.c-accordion__header.campaign .ttl {
    letter-spacing: 0;
    color: #083090 !important;
}
.outline_detail_heading.campaign {
    margin: auto;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: -0.01em;
    margin-top: 76px;
}
.outline_detail_subheading.campaign {
    text-align: center;
    margin: auto;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    background-color: var(--color_red);
    display: block;
    width: 298px;
}
.pluss .content_wrap .content_set.outline.example {
    padding: 33px 40px 47px 40px !important;
}
section.section_outline .content_wrap .content_set.example img[src*="homerouter"] {
    top: 11.5%;
}
section.section_outline .content_wrap .content_set.example img[src*="mobilerouter"] {
    top: 19%;
}
section.section_outline .content_wrap .content_set.example .outline_merit_1 {
    left: 20%;
    top: 68.6%;
}
section.section_outline .content_wrap .content_set.example .outline_merit_2 {
    top: 69%;
}
section.section_outline .content_wrap .content_set.example .outline_merit_3 {
    left: 61.8%;
    top: 69%;
}
.plan__application-body.pluss.campaign.example {
    margin-top: 32px;
    margin-bottom: 72px;
    padding-top: 0;
}
.c-icon-plus.campaign:after,
.c-icon-plus.campaign:before {
    background-color: #083090;
}
.c-icon-plus.campaign {
    background: #fff;
}
.total-wrap .price-wrap .in_tax .tax_en {
    font-weight: 500;
}
.en {
    font-weight: bold !important;
}
#planTabwrap .plan__price--text,
#planTabwrap .plan__price--text1,
#planTabwrap .plan__price--text2 {
    line-height: calc(36 / 28);
}
section.section_kv.campaign .kv_remarks {
    margin: 20px 10px;
    padding: 0;
}
.left_price_wrap .price-wrap {
    border: 2px solid #059eda;
    position: relative;
    border-radius: 10px;
    width: 322px;
    margin: auto;
    margin-top: 150px;
}
.left_price_wrap .price-wrap {
    border: 2px solid #059eda;
    border-radius: 10px;
    width: 322px;
    margin: auto;
    margin-top: 150px;
    overflow: hidden;
    position: relative;
    position: relative;
    color: #059eda;
    height: 78px;
}
.left_price_wrap .price-wrap .head {
    background-color: #059eda;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}
.left_price_wrap .price-wrap .en {
    position: absolute;
    top: 28px;
    left: 38px;
    font-size: 36px;
}
.left_price_wrap .price-wrap .tax {
    font-size: 10px;
    top: 38px;
    left: 120px;
}
.left_price_wrap .price-wrap .yen {
    font-size: 14px;
    top: 48px;
    left: 122px;
}
.left_price_wrap .price-wrap .in_tax {
    font-size: 26px;
    letter-spacing: -1px;
    top: 35px;
    right: -34px;
}
.left_price_wrap .price-wrap .in_tax .tax_en:first-child {
    margin-right: 4px;
}
.left_price_wrap .price-wrap .in_tax .small {
    font-size: 14px;
}
.contents_all_wrap p .red {
    color: #e61f1a;
}
#planTabwrap .c-accordion__close.static {
    position: static;
}

.pack-campaign {
    background: #fff;
    width: 100%;
    max-width: 852px;
    margin: 24px auto 0;
}
.pack-campaign-header {
    font-weight: bold;
    color: #fff;
    padding: 10px 7px 5px;
    background-color: #e42018;
    text-align: center;
    font-size: 16px;
}
.pack-campaign-contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "left right"
        "center center";
    gap: 20px 40px ;
    padding: 30px 40px;
}
.pack-campaign-contents .left,
.pack-campaign-contents .right {}
.pack-campaign-contents .left {
    grid-area: left;
}
.pack-campaign-contents .left .hd {
    font-size: 18px;
    color: #000;
}
.pack-campaign-contents .plan-price {
    max-width: 346px;
    margin: 10px auto;
    grid-area: price;
    color: #e42018;
    font-weight: bold;
    line-height: 1;
    display: grid;
    grid-template-columns: auto 190px 66px;
    align-items: flex-end;
    grid-template-rows: auto 30px;
    grid-template-areas:
        "txt num tax"
        "txt num yen"
        ". tax-in tax-in";
        
}
.pack-campaign-contents .plan-price .txt {
    grid-area: txt;
    font-size: 18px;
    align-self: center;
    justify-self: flex-end;
}
.pack-campaign-contents .plan-price .num {
    grid-area: num;
    font-family: Price;
    font-weight: 700;
    letter-spacing: -0.06em;
    font-size: 80px;
    height: 64px;
    line-height: 1;
    
}
.pack-campaign-contents .plan-price .yen {
    grid-area: yen;
    font-size: 24px;
}
.pack-campaign-contents .plan-price .tax {
    grid-area: tax;
    font-size: 17px;
}
.pack-campaign-contents .plan-price .tax-in {
    grid-area: tax-in;
    color: #e42018;
    font-size: 32px;
    margin-top: 15px;
    padding-left: 10px;
    display: flex;
    align-items: baseline;
}
.pack-campaign-contents .plan-price .tax-in .num {
    font-family: Price;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.04em;
    margin: 0 5px;
    height: 0;
}
.pack-campaign-contents .plan-price .tax-in .yen {
    font-size: 17px;
    line-height: 1;
}

.pack-campaign-contents .discount-total{
    border: 2px solid #059eda;
    border-radius: 10px;

    margin: 0 auto;
    color: #059eda;
    overflow: hidden;
}
.pack-campaign-contents .discount-total .ttl{
    color: #fff;
    background: #059eda;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;

}


.pack-campaign-contents .discount-price {
    max-width: 370px;
    margin: 10px auto;
    color: #059eda;
    font-weight: bold;
    line-height: 1;
    display: grid;
    grid-template-columns: auto 82px 52px auto;
    grid-template-rows: 14px auto;
    align-items: baseline;
    height: 40px;
    grid-template-areas:
        "txt num tax tax-in"
        "txt num yen tax-in";
}
.pack-campaign-contents .discount-price .txt {
    grid-area: txt;
    font-size: 10px;
    align-self: center;
    justify-self: flex-end;
    line-height: 1.2;
}
.pack-campaign-contents .discount-price .num {
    grid-area: num;
    font-family: Price;
    font-weight: 700;
    letter-spacing: -0.06em;
    font-size: 36px;
    height: 30px;
    line-height: 1;
    position: relative;
    
    
}
.pack-campaign-contents .discount-price .yen {
    grid-area: yen;
    font-size: 14px;
    

    
}
.pack-campaign-contents .discount-price .tax {
    grid-area: tax;
    font-size: 10px;
    margin-top: auto;
}
.pack-campaign-contents .discount-price .tax-in {
    grid-area: tax-in;
    font-size: 26px;
    margin-left: 5px;
    display: flex;
    align-items: baseline;
}
.pack-campaign-contents .discount-price .tax-in .num {
    font-family: Price;
    font-size: inherit;
    font-weight: 500;
    letter-spacing: -0.04em;
    margin: 0 2px;
}
.pack-campaign-contents  .left .notice-text{
    margin-top: 16px;
    font-size: 14px;
}
.pack-campaign-contents .discount-price .tax-in .yen {
    font-size: 14px;
    line-height: 1;
}

.pack-campaign-contents .right {
    grid-area: right;
}

.pack-campaign-contents .right .price-list>dt {
    background-color: #f1f1f1;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    border-top: 1px solid #333;
}

.pack-campaign-contents .right .price-list>dd {
    background-color: #fff;
    font-size: 16px;
    text-align: right;
    padding: 7px 0 ;
    font-weight: 300;
}
.pack-campaign-contents .right .price-list>dd .num{
    font-size: 27px;
    line-height: 1;
}

.pack-campaign-contents .right .price-list.total dt {
    border-top: none;
    background-color: #737373;
    color: #fff;
}
.pack-campaign-contents .right .price-list.total dd {
    font-weight: bold;
}
.pack-campaign-contents .giga-notice-text {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 3px;
}
.pack-campaign-contents .center {
    grid-area: center;
}
.pack-campaign-contents .center.large {
    font-size: 20px;
}
.pack-campaign-footer {
    color: #000;
    padding: 12px 10px 8px;
    background-color: #f1f1f1;
    text-align: center;
    font-size: 16px;
}
.path-link{
    margin-top: -60px;
    padding-top: 60px;
    display: block;
}
