@charset "UTF-8";
/* --------------------------------------------------
　おトクな割引　モジュール　discount_price.html　※下記併用
　1. .price_tab ul li（ホームタイプ/マンションタイプ タブ切り替え）
　2. renew2026_price.js
-------------------------------------------------- */

.price_discount_wrap {
    padding: 4rem 2.4rem;
    background-color: #f2f2f2;

    display: none;
}

.price_discount_wrap.active {
    display: block;
}

.price_discount_item {
    position: relative;
}

.price_discount_flex .price_discount_item {
    display: grid;
    grid-row: span 2;
    row-gap: 0;
    grid-template-rows: subgrid;
}

.price_discount_item .point {
    background: url(/common/img/renew2026/ico_price_point.svg) center / contain no-repeat;
    width: 80px;
    height: 55px;
    position: absolute;
    top: -20px;
    left: 16px;
}

.price_discount_item .point p {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
    translate: -5px 14px;
}

.price_discount_item .ttl {
    background-color: #444;
    padding: .5em 1em;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price_discount_item .ttl p {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 2.4rem;
}

.price_discount_item .ttl p .ff_en {
    font-family: "Manrope", sans-serif;
}

.price_discount_item .amount {
    background-color: #fff;
    padding: .5em 1em;
    border-radius: 0 0 10px 10px;
}

.price_discount_item .amount p {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2;
}

.price_discount_item .amount p.txt_red {
    color: #D5343B;
}

.price_discount_item .amount p span:not([class]) {
    font-family: "Manrope", sans-serif;
    font-weight: 900;
    font-size: 2.9em;
}

.price_discount_flex>.price_discount_item .amount p span:not([class]) {
    font-size: 2em;
}

.price_discount_wrap .txt_bw {
    font-weight: 700;
    font-size: 3.2rem;
    text-align: center;
    margin: 0.5em 0 0.8em;
}

.price_discount_flex {
    display: grid;
    gap: 1rem;
}

.price_discount_flex.flex_02 {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.price_discount_flex.flex_03 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.price_discount_total {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    position: relative;
    padding-top: 72px;
}

.price_discount_total::before {
    content: "";
    width: 80px;
    height: 32px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: rgba(68, 68, 68, .4);
    position: absolute;
    top: 10px;
    left: 50%;
    translate: -50% 50%;
}

.price_discount_total_txt01 {
    text-align: center;
    width: fit-content;
    font-size: 3.2rem;
    margin-top: 0.4em;
    margin-right: 0.4em;
}

.price_discount_total_txt01>span:last-child {
    font-weight: 700;
    font-size: 1.3em;
}

.price_discount_flex_sp {
    flex-direction: column;
}

.price_discount_total_txt02 {
    color: #D5343B;
    font-weight: 700;
    font-size: 4rem;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: .2em;
}

.price_discount_total_txt02>span.num {
    font-size: 3em;
    font-weight: 900;
    font-family: "Manrope", sans-serif;
}

.price_discount_total_txt02>span.unit {
    display: block;
    margin: 0 0 .4em;
}

.price_discount_notes {
    max-width: fit-content;
    margin: 1rem auto 0;
}

@media screen and (max-width: 768px) {

    .price_discount_total {
        padding-top: 72px;
    }

    .price_discount_flex.flex_03,
    .price_discount_flex.flex_02 {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .price_discount_total_txt01 {
        margin: 0;
    }

    .price_discount_item .point {
        width: 64px;
        height: 43px;
        top: -16px;
        left: 4%;
    }

    .price_discount_item .point p {
        font-size: 1.4rem;
        translate: -3px 10px;
    }

    .price_discount_item .ttl p {
        font-size: 2rem;
        line-height: 1.4;
    }

    .price_discount_item .amount p {
        font-size: 2rem;
        line-height: 1;
    }

    .price_discount_wrap .txt_bw {
        font-size: 2.4rem;
    }

    .price_discount_total_txt01 {
        font-size: 2.4rem;
        margin: 0 0 .3em;
    }

    .price_discount_total_txt01.price_discount_max_sp {
        width: 100%;
    }

    .price_discount_total_txt01>br {
        display: none;
    }

    .price_discount_total_txt02 {
        font-size: min(6.2vw, 2.4rem);
        text-align: left;
    }

    .price_discount_total_txt02 br {
        display: block;
    }

    .price_discount_total_txt02>span.unit {
        font-size: 1.4em;
    }

    .price_discount_notes {
        font-size: 1.2rem;
    }

    .price_discount_item .amount p span:not([class]) {
        font-size: 1.9em;
    }
}

/* --------------------------------------------------
　10ギガコース　/hikari/internet/10giga/
-------------------------------------------------- */
/* 共通 */
.cmn_10giga .c_red {
    color: #D5343B;
}

.cmn_10giga .c_bk {
    color: #302B29;
}

.cmn_10giga .link_line {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .cmn_10giga .inline_block_sp {
        display: inline-block;
    }
}

/* FV */
.giga_fv {
    background: url(/hikari/internet/10giga/img/giga_ten_fv.png) center / cover no-repeat;
    padding: 3rem 1rem 0;
    margin-bottom: 4rem;
    overflow: clip;
}

.giga_fv .inner {
    position: relative;
    padding: 0 0 4rem;
    z-index: 0;
}

.giga_fv .fv_txt_wrap {
    padding-left: var(--fv-txt-wrap-pad);
    color: #fff;
}

:root {
    --fv-sub-top-width: 330px;
    --fv-txt-wrap-pad: 4rem;
}

.giga_fv .fv_sub_top {
    width: var(--fv-sub-top-width);
    height: 80px;
    padding: .2em;
    position: relative;
    text-align: right;
    z-index: 0;
}

.giga_fv .fv_sub_top .bg {
    width: calc(var(--fv-sub-top-width) + var(--fv-txt-wrap-pad) + ((100vw - 1080px) / 2));
    height: 100%;
    background: #444444;
    filter: drop-shadow(16px 8px 0 #fff);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.giga_fv .fv_sub_top .bg::before {
    content: "";
    height: 100%;
    width: 80px;
    background-color: #444444;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    position: absolute;
    top: 0;
    right: 1px;
    translate: 100% 0;
    z-index: -1;
}

.giga_fv .fv_sub_top p {
    height: 100%;
    font-size: 3.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: .5em;
}

.giga_fv .fv_sub_top p img {
    width: 160px;
}

.giga_fv .fv_main_catch {
    font-size: 3.2rem;
    margin: .5em 0 .0;
    font-weight: 700;
}

.giga_fv .fv_giga_gbps {
    font-weight: 700;
    line-height: 1;
}

.giga_fv .fv_giga_gbps .max,
.giga_fv .fv_giga_gbps .gbps {
    font-size: 5rem;
}

.giga_fv .fv_giga_gbps .ten {
    font-size: 10rem;
    font-family: "Manrope", sans-serif;
}

.giga_fv .fv_sub_bottom {
    font-size: 2rem;
    margin-top: 0.5em;
    font-weight: 700;
}

.giga_fv .btn_block {
    margin: 2rem 0 0 4rem;
    background: #f9f9f978;
    padding: 2rem;
    border-radius: 8px;
    width: 45%;
    gap: 1rem;
}


.btn_block.sp_only {
    display: none;
}

.giga_fv .btn_block>p {
    width: 100%;
}

.giga_fv .fv_img_bg {
    position: absolute;
    width: 560px;
    bottom: 0;
    right: -80px;
    z-index: -1;
}

@media screen and (max-width: 1280px) {
    .giga_fv .inner {
        width: 80%;
    }

    .giga_fv .fv_sub_top .bg {
        width: calc(var(--fv-sub-top-width) + var(--fv-txt-wrap-pad) + ((1280px - (1280px - 2rem) * 0.8) / 2));
    }

    .giga_fv .fv_sub_bottom {
        width: 560px;
    }
}

@media screen and (max-width: 768px) {
    .giga_fv {
        padding: 4rem 1rem 0;
        margin: 0;
    }

    .giga_fv .inner {
        width: 100%;
        padding: 0 1.6rem 10rem;
    }

    .giga_fv .fv_txt_wrap {
        padding: 0;
    }

    .giga_fv .fv_sub_top {
        width: max-content;
        height: 56px;
    }

    .giga_fv .fv_sub_top .bg {
        width: calc(100% + 1.6rem + 1rem);
        filter: drop-shadow(8px 4px 0 #fff);
    }

    .giga_fv .fv_sub_top .bg::before {
        width: 48px;
    }

    .giga_fv .fv_sub_top p {
        font-size: 2rem;
    }

    .giga_fv .fv_sub_top p img {
        width: 110px;
    }

    .giga_fv .fv_main_catch {
        font-size: min(5.3vw, 2rem);
        margin: .5em 0 .3em;
    }

    .giga_fv .fv_giga_gbps {
        width: 68%;
    }

    .giga_fv .fv_giga_gbps .max,
    .giga_fv .fv_giga_gbps .gbps {
        font-size: min(7vw, 3rem);
    }

    .giga_fv .fv_giga_gbps .ten {
        font-size: min(21.3vw, 8rem);
    }

    .giga_fv .fv_sub_bottom {
        font-size: 1.6rem;
        width: 50%;
        margin-top: 1em;
    }

    .giga_fv .btn_block.pc_only {
        display: none;
    }

    .giga_fv .fv_img_bg {
        width: min(71%, 372px);
        right: max(-20%, -95px);
    }

    .giga_fv_bottom_cta.sp_only {
        display: flex;
        gap: 1rem;
        padding: 1rem;
        background-color: #F9F9F9;
    }

    .giga_fv_bottom_cta>p {
        width: calc((100% - 1rem) / 2);
    }

    .giga_fv_bottom_cta .btn_base,
    .giga_fv_bottom_cta .btn_base.border {
        font-size: min(1.6rem, 3vw);
        padding: min(2.13vw, 1rem) min(9.6vw, 4.8rem) min(2.13vw, 1rem) 1.6rem;
    }

    .giga_fv_bottom_cta .btn_base[target="_blank"]::after,
    .giga_fv_bottom_cta .btn_base::after {
        width: min(6.6vw, 34px);
    }


}

@media (max-width: 450px) {
    .giga_fv .fv_img_bg {
        width: 280px;
        right: -74px;
        bottom: -4%;
    }
}

/* 速度比較 */
.giga_comparision_img {
    background: #F9F9F9;
    padding: 6rem 4rem;
}

.sec_comparision_giga .list_modal {
    background: #F9F9F9;
    padding: 0 4rem;
    margin: 0;
}

.sec_comparision_giga .list_modal li {
    margin: 0;
}

.sec_comparision_giga .tab_contents {
    padding: 0;
}

.sec_comparision_giga .tab_contents_inner {
    display: block;
}

.sec_comparision_giga .price_giga_tab_contents {
    display: flex;
    background: #F9F9F9;
}


.sec_comparision_giga .price_giga_tab_contents .price_card {
    display: grid;
    grid-template-rows: auto auto 1fr;
}

.sec_comparision_giga .price_card.recommend {
    border: 2px solid #D9383F;
    position: relative;
}

.sec_comparision_giga .price_card.card_c_bk *:not(.price_card_intro) {
    color: #302B29;
    border-color: #302B29;

}

.sec_comparision_giga .price_card.recommend .recommend_txt {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -50%;
    color: #fff;
    background-color: #D9383F;
    border-radius: 999px;
    padding: .2em 1em .3em;
    white-space: nowrap;
}

.sec_comparision_giga .price_card .price_card_ttl {
    margin-bottom: 1rem;
    display: block;
}

.sec_comparision_giga .price_card .card_c_bk .price_card_intro {
    color: #D5343B;
    font-size: 1.8rem;
}

.sec_comparision_giga .price_card .list_num_square {
    font-weight: 700;
    margin: 0;
}

.sec_comparision_giga .price_example_amount {
    background: #E6F2F9;
    padding: 1rem 1.6rem;
    margin-top: 1rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.sec_comparision_giga .price_example_amount img {
    width: 56px;
}

.sec_comparision_giga .price_example_amount p {
    font-weight: 700;
}

.sec_comparision_giga .price_example_amount .amount {
    color: #D5343B;
    line-height: 1.1;
}

.sec_comparision_giga .price_example_amount .amount .unit {
    font-size: 1.6rem;
}

.sec_comparision_giga .price_example_amount .amount .num {
    font-size: 3.2rem;
    margin: 0 .1em;
    font-family: "Manrope", sans-serif;
}

@media screen and (max-width: 768px) {

    .sec_comparision_giga .giga_comparision_img {
        padding: 3rem 1rem 1rem;
    }

    .sec_comparision_giga .list_modal {
        padding: 1rem 1.6rem 2rem;
        font-size: 1.4rem;
    }

    .sec_comparision_giga .tab_contents_inner {
        margin: 0;
        width: 100%;
    }

    .sec_comparision_giga .giga_tab_block .giga_tabs li a {
        font-size: 1.4rem;
        padding: 1.6rem .8rem;
    }

    .sec_comparision_giga .price_block .giga_tab_block {
        margin: 0;
        background: #f9f9f9;
    }

    .sec_comparision_giga .price_block .giga_tab_block .giga_tabs {
        gap: 0;
    }

    .sec_comparision_giga .price_block .giga_tab_block .giga_tabs li {
        position: relative;
    }

    .sec_comparision_giga .price_block .giga_tab_block .giga_tabs li a {
        background: #e0e0e0;
        border: 2px solid #F2F2F2;
        border-bottom: none;
        border-radius: 10px 10px 0 0;
        box-shadow: none;
        font-weight: 700;
        color: #302B29;
        text-align: center;
        padding: 1.6rem 0.8rem;
        display: block;
        position: inherit;
        font-size: 1.4rem;
        padding: 1.6rem .8rem;
    }

    .sec_comparision_giga .price_block .giga_tab_block .giga_tabs li.active a {
        color: #D5343B;
        background: #fff;
        border: 2px solid #D5343B;
        border-bottom: none;
    }

    .sec_comparision_giga .price_block .giga_tab_block .giga_tabs li::after {
        content: "";
        width: 100%;
        height: 2px;
        background: #D5343B;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: rotate(0);
    }

    .sec_comparision_giga .price_block .giga_tab_block .giga_tabs li.active::after {
        background: transparent;
    }

    .sec_comparision_giga .price_block .giga_tab_block .giga_tabs li a::before,
    .sec_comparision_giga .price_block .giga_tab_block .giga_tabs li a::after {
        content: none;
    }

    .sec_comparision_giga .price_giga_tab_contents .price_card {
        display: none;
    }

    .sec_comparision_giga .price_card.recommend {
        margin-top: 1em;
        padding: 2.8rem 2rem 2.4rem;
    }

    .sec_comparision_giga .price_giga_tab_contents .price_card.active {
        display: block;
    }

    .sec_comparision_giga .price_example_amount {
        margin-top: 2.4rem;
    }

    .sec_comparision_giga .txt_notes {
        font-size: 1.4rem;
    }
}

/* 料金プラン */
.sec_plan_giga .price_card_price:last-of-type .price_main_num {
    font-size: 7.2rem;
}

.sec_plan_giga .price_card .price_card_intro span.fs_sp_ctl {
    color: #302B29;
}


@media screen and (max-width: 768px) {

    .sec_plan_giga .price_giga_tab_contents {
        padding: 1.6rem;
        gap: 1rem;
    }

    .sec_plan_giga .price_giga_tab_contents .price_card {
        padding: 1.4rem 0.8rem;
    }

    .sec_plan_giga .price_card .price_card_ttl {
        display: block;
        font-size: 1.6rem;
        margin-bottom: 1rem;
        padding: .8rem 0rem;
    }

    .sec_plan_giga .price_card .price_card_ttl span {
        font-size: 3rem;
    }

    .sec_plan_giga .price_card_intro {
        font-size: min(1.4rem, 3vw);
        margin-bottom: 1rem;
    }

    .sec_plan_giga .price_card .price_card_img {
        margin-bottom: 2rem;
    }

    .sec_plan_giga .price_block .price_sttl_block {
        margin-bottom: 2rem;
        position: unset;
    }

    .sec_plan_giga .price_block .price_sttl_block .price_sttl {
        font-size: 2rem;
        padding-right: 0;
    }

    .sec_plan_giga .price_block .price_sttl_block .price_limit {
        position: unset;
    }

    .sec_plan_giga .price_card_price {
        padding: 1.2rem 1rem 1.6rem;
    }

    .sec_plan_giga .price_card_price.first .price_sub {
        margin-bottom: -2rem;
        font-size: 1.2rem;
    }

    .sec_plan_giga .price_card_price .price_main .price_main_num.price_single {
        font-size: 4.8rem;
        margin-top: 1.8rem;
        margin-left: 2rem;
    }

    .sec_plan_giga .price_card_price .price_main .price_main_unit {
        font-size: 1.2rem;
    }

    .sec_plan_giga .price_card_price .price_sub {
        font-size: 1.2rem;
        margin-bottom: 1.2rem;
    }

    .sec_plan_giga .price_card_price:last-of-type .price_main_num {
        font-size: min(7.8vw, 3rem);
    }

    .sec_plan_giga .price_card_price:last-of-type .price_main_num.price_range {
        font-size: 2rem;
        line-height: 1.2;
        max-width: 5em;
        width: 100%;
        margin: 0 auto;
    }

    .sec_plan_giga .price_card .price_card_note {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .sec_plan_giga .price_card .price_card_list li {
        font-size: 1.2rem;
        padding-left: 2rem;
    }

    .sec_plan_giga .price_card .price_card_list li::before {
        top: 4px;
    }

    .sec_plan_giga .price_card_price .price_main .price_main_note {
        font-size: 1rem;
    }
}

/* こんな方におすすめ */
.cmn_10giga .giga_target_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.4rem;
    margin-bottom: 8em;
}

.cmn_10giga .giga_target_list>li {
    width: calc((100% - 2.4rem * 3) / 4);
    background: #F9F9F9;
    border-radius: 8px;
    font-size: 1.6rem;
    text-align: center;
    padding: 3.2rem 1.6rem 2.4rem;
    font-weight: 700;
}

.cmn_10giga .giga_target_list>li img {
    width: min(50%, 240px);
    height: 64px;
    object-fit: contain;
}

.cmn_10giga .giga_target_list>li .ttl {
    font-weight: 700;
    margin: 1.5em 0 1em;
}

.cmn_10giga .giga_target_list>li .txt {
    font-weight: 400;
    color: #6D7186;
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .cmn_10giga .giga_target_list>li {
        width: calc((100% - 2.4rem) / 2);
    }
}

/* 初期費用 */
.cmn_10giga .table-initial-cost-wrap {
    max-width: 900px;
    margin: 0 auto;
}

.cmn_10giga .table-initial-cost-wrap .table-tax {
    text-align: right;
}

.cmn_10giga .table-initial-cost-wrap .table-initial-cost {
    width: 100%;
    border: 3px solid #302B29;
    border-collapse: separate;
    border-radius: 20px;
    overflow: hidden;
}

.cmn_10giga .table-initial-cost .c_red {
    color: #D5343B;
}

.cmn_10giga .table-initial-cost-wrap .table-initial-cost thead th {
    background: #302B29;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    padding: 12px 5px;
}

.cmn_10giga .table-initial-cost-wrap .table-initial-cost td {
    font-weight: bold;
    background: #fff;
    border-right: 3px solid #302B29;
    text-align: center;
    padding: 12px 5px;
}

.cmn_10giga .table-initial-cost-wrap .table-initial-cost td:last-child {
    border-right: none;
}

.cmn_10giga .table-initial-cost-wrap .table-initial-cost td .bold {
    font-weight: 900;
    font-family: "Manrope", sans-serif;
    margin-top: .1em;
    display: block;
}

.cmn_10giga .table-initial-cost-wrap .table-initial-cost td .cost_frame01 {
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1.2;
}

.cmn_10giga .table-initial-cost-wrap .table-initial-cost td .cost_frame01 .s-bold-red {
    text-decoration: line-through 3px solid #D5343B;
}

.cmn_10giga .table-initial-cost-wrap .table-initial-cost td .arrow_mini {
    position: relative;
}

.cmn_10giga .table-initial-cost-wrap .table-initial-cost td .arrow_mini:after {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 1.5rem;
    background: url(/common/img/ico_arrow_mini.png) center no-repeat;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .cmn_10giga .table-initial-cost-wrap .table-initial-cost thead th {
        font-size: 3.8vw;
    }

    .cmn_10giga .table-initial-cost-wrap .table-initial-cost td .cost_frame01 {
        font-size: 3.5vw;
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .cmn_10giga .table-initial-cost-wrap .table-initial-cost td .cost_frame02 {
        padding-left: 25px;
    }
}




/* --------------------------------------------------
　BBIQをご検討中の方　/hikari/
-------------------------------------------------- */

/* FV */
.hikari_fv {
    background: url(/hikari/img/hikari_fv.png) center / cover no-repeat;
    padding: 3rem 1rem 0;
    margin-bottom: 10rem;
    overflow: clip;
}

.hikari_fv .inner {
    position: relative;
    padding: 0 0 4rem;
    z-index: 0;
}

.hikari_fv .fv_txt_wrap {
    padding-left: var(--fv-txt-wrap-pad);
    color: #fff;
}

.hikari_fv .fv_sub_top {
    width: 460px;
    height: 80px;
    padding: .2em;
    position: relative;
    text-align: right;
    z-index: 0;
}

.hikari_fv .fv_sub_top .bg {
    width: calc(460px + 4rem + ((100vw - 1080px) / 2));
    height: 100%;
    background: #444444;
    filter: drop-shadow(16px 8px 0 #fff);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.hikari_fv .fv_sub_top .bg::before {
    content: "";
    height: 100%;
    width: 80px;
    background-color: #444444;
    clip-path: polygon(0 0, 74% 0, 0 100%);
    position: absolute;
    top: 0;
    right: 1px;
    translate: 100% 0;
    z-index: -1;
}

.hikari_fv .fv_sub_top p {
    height: 100%;
    font-size: 3.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: .5em;
    text-align: left;
}

.hikari_fv .fv_sub_top p img {
    width: 160px;
}

.hikari_fv .fv_main_catch {
    font-size: 4.8rem;
    margin: .6em 0 .3em;
    font-weight: 700;
}

.hikari_fv .fv_main_catch span {
    margin: 0 8px;
}

.hikari_fv .fv_main_catch span.bg {
    background: #fff;
    font-size: 5.6rem;
    padding: 0 8px 4px;
    color: #d5343b;
    margin: 0;
    border-radius: 4px;
}

.hikari_fv .btn_block {
    margin: 4rem 0 0 4rem;
    background: #f9f9f978;
    padding: 2rem;
    border-radius: 8px;
    width: 45%;
    gap: 2rem;
}

.hikari_fv .btn_block>p {
    width: 100%;
}

.hikari_fv .fv_img_bg {
    position: absolute;
    width: 520px;
    bottom: 0;
    right: -3%;
    z-index: -1;
}

.hikari_fv_bottom_cta {
    display: none;
}

@media screen and (max-width: 1280px) {
    .hikari_fv .inner {
        width: 80%;
    }

    .hikari_fv .fv_sub_top .bg {
        width: calc(460px + 4rem + ((1280px - (1280px - 2rem) * 0.8) / 2));
    }
}

@media screen and (max-width: 768px) {
    .hikari_fv {
        padding: 4rem 1rem 0;
        margin: 0;
    }

    .hikari_fv .inner {
        width: 512px;
        padding: 0 1.6rem 6rem;
    }

    .hikari_fv .fv_txt_wrap {
        padding: 0;
    }

    .hikari_fv .fv_sub_top {
        width: max-content;
        height: 56px;
    }

    .hikari_fv .fv_sub_top .bg {
        filter: drop-shadow(8px 4px 0 #fff);
    }

    .hikari_fv .fv_sub_top .bg::before {
        width: 48px;
    }

    .hikari_fv .fv_sub_top p {
        font-size: 2rem;
    }

    .hikari_fv .fv_sub_top p img {
        width: 110px;
    }

    .hikari_fv .fv_main_catch {
        font-size: 3.2rem;
        line-height: 1.8;
        text-align: center;
    }

    .hikari_fv .fv_main_catch span {
        margin: 0 .2em;
    }

    .hikari_fv .fv_main_catch span.bg {
        font-size: 3.8rem;
        padding: 0 .2em .1em;
    }

    .hikari_fv .btn_block.pc_only {
        display: none;
    }

    .hikari_fv .fv_img_bg {
        width: min(60%, 372px);
        right: max(-8%, -80px);
    }

    .hikari_fv_bottom_cta.sp_only {
        display: flex;
        gap: 1rem;
        padding: 1rem;
        background-color: #F9F9F9;
    }

    .hikari_fv_bottom_cta>p {
        width: calc((100% - 1rem) / 2);
    }

    .hikari_fv_bottom_cta .btn_base,
    .hikari_fv_bottom_cta .btn_base.border {
        font-size: min(1.6rem, 3.2vw);
        padding: min(2.13vw, 1rem) min(9.6vw, 4.8rem) min(2.13vw, 1rem) 1.6rem;
    }

    .hikari_fv_bottom_cta .btn_base[target="_blank"]::after,
    .hikari_fv_bottom_cta .btn_base::after {
        width: min(6.6vw, 34px);
    }

    .hikari_fv .fv_img_bg {
        display: none;
    }
}

@media (max-width: 450px) {
    .hikari_fv .inner {
        width: 100%;
    }

    .hikari_fv .fv_img_bg {
        width: 260px;
        right: -74px;
        bottom: -4%;
    }

    .hikari_fv .fv_sub_top .bg {
        width: calc(100% + 1.6rem + 1rem);
    }

    .hikari_fv .fv_sub_top p {
        font-size: 1.8rem;
    }

    .hikari_fv .fv_main_catch {
        font-size: 2.4rem;
        margin: 1.6em 0 0;
        line-height: 1.8;
    }

    .hikari_fv .fv_main_catch span {
        margin: 0 .2em;
    }

    .hikari_fv .fv_main_catch span.bg {
        font-size: 3rem;
        padding: 0 .2em .1em;
    }

}


/* hikari_campaign_area */
.hikari_campaign_area .campaign_tab_contents {
    padding-bottom: 0;
}

/* hikari_reason_area */
.hikari_reason_area .list_thumb {
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
    .hikari_reason_area .list_thumb {
        margin-bottom: 1.6rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .hikari_reason_area .list_thumb>li {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 3;
        padding: 1.6rem;
        gap: 0;
    }

    .hikari_reason_area .list_thumb.point>li .ttl_part .ttl {
        padding: 4rem 0 0;
        font-size: 1.7rem;
        justify-content: center;
        height: 100%;
        text-align: center;
    }

    .hikari_reason_area .list_thumb.point>li .ttl_part .ttl::before {
        top: 0;
        transform: none;
        right: 0;
        font-size: 3.2rem;
        text-align: center;
    }

    .hikari_reason_area .list_thumb.point>li .ph_part {
        aspect-ratio: 2/1;
    }

    .hikari_reason_area .list_thumb.point>li .ph_part img {
        width: auto;
    }

    .hikari_reason_area .list_thumb>li .txt_part .txt {
        font-size: 1.5rem;
    }

    .hikari_reason_area .txt_notes {
        font-size: 1.4rem;
    }
}

/* hikari_step_area */
.hikari_flow_explain {
    margin: 3rem auto 0;
    max-inline-size: max-content;
    display: flex;
}

.hikari_flow_explain li {
    font-size: 1.9rem;
    font-weight: 700;
    padding: 1.6rem 0 1.6rem 5.6rem;
}

.hikari_flow_explain li:nth-child(1) {
    background: url(/hikari/img/hikari_flow_icon01.svg) no-repeat 0 50%;
    background-size: 4.8rem auto;
}

.hikari_flow_explain li:nth-child(2) {
    color: #D9383F;
    background: url(/hikari/img/hikari_flow_icon02.svg) no-repeat 0 50%;
    background-size: 4.8rem auto;
    margin: 0 0 0 3.2rem;
}

.hikari_flow_list {
    margin: 4.8rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 6rem;
}

.hikari_flow_list li {
    width: 30%;
    position: relative;
}

.hikari_flow_list li .hikari_flow_inner {
    font-size: 2rem;
    font-weight: 700;
    border-radius: 8px;
    padding: 4rem 1.6rem 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.6rem;
    border: 3px solid #D9383F;
    position: relative;
    min-height: 6rem;
    height: 100%;
}

.hikari_flow_list li .flow_num {
    color: #D9383F;
}

.hikari_flow_list li:nth-child(-n+3) .hikari_flow_inner {
    border: 3px solid #4d4d4d;
    height: auto;
}

.hikari_flow_list li:nth-child(-n+3) .flow_num {
    color: #4d4d4d;
}

.hikari_flow_list li .flow_num span {
    font-weight: 700;
    line-height: 1;
    font-family: "Manrope", sans-serif;
    text-align: center;
}

.hikari_flow_list li .flow_num span:nth-child(1) {
    font-size: 1.8rem;
}

.hikari_flow_list li .flow_num span:nth-child(2) {
    font-size: 2.6rem;
    margin: 0 0 0 .6rem;
}

.hikari_flow_list li p:last-child span {
    text-align: center;
    font-size: 1.2rem;
    color: #D9383F;
    display: block;
}

.hikari_flow_list li .hikari_flow_inner::before {
    content: "";
    position: absolute;
    display: block;
    width: 4.8rem;
    height: 5.8rem;
    top: -2.9rem;
    left: 0;
    right: 0;
    margin: auto;
    background: url(/hikari/img/hikari_flow_icon02.svg) no-repeat;
    background-size: 100%;
}

.hikari_flow_list li:nth-child(-n+3) .hikari_flow_inner::before {
    background: url(/hikari/img/hikari_flow_icon01.svg) no-repeat;
    background-size: 100%;
}

.hikari_flow_list li .hikari_flow_inner::after {
    content: "";
    position: absolute;
    right: -3.5rem;
    top: 0;
    bottom: 0;
    width: 2rem;
    height: 2rem;
    border-top: 3px solid #D9383F;
    border-right: 3px solid #D9383F;
    transform: rotate(45deg);
    margin: auto;
}

.hikari_flow_list li .flow_icon {
    width: 72px;
}

.hikari_flow_list li .flow_icon img {
    width: 100%;
}

.hikari_flow_list .btn_block {
    margin: 1.6rem 0 0;
}

@media screen and (max-width: 768px) {
    .hikari_flow_explain {
        display: block;
    }

    .hikari_flow_explain li {
        font-size: 1.6rem;
        padding: .5rem 0 .5rem 4rem;
    }

    .hikari_flow_explain li:nth-child(1) {
        background-size: 3rem auto;
    }

    .hikari_flow_explain li:nth-child(2) {
        background-size: 3rem auto;
        margin: 1rem 0 0 0;
    }

    .hikari_flow_list {
        margin: 3rem 0 3rem 1.5rem;
        display: block;
    }

    .hikari_flow_list li {
        width: 100%;
    }

    .hikari_flow_list li .hikari_flow_inner {
        font-size: 1.6rem;
        padding: 8px 8px 8px 24px;
        flex-direction: row;
        column-gap: 1.2rem;
        height: auto;
    }

    .hikari_flow_list li+li {
        margin-top: 3.2rem;
    }

    .hikari_flow_list li .flow_num span:nth-child(1) {
        font-size: 1.4rem;
    }

    .hikari_flow_list li .flow_num span:nth-child(2) {
        font-size: 1.8rem;
        margin: 0.1em 0 0 0;
        display: block;
    }

    .hikari_flow_list li p:last-child span {
        font-size: 1rem;
        text-align: left;
    }

    .hikari_flow_list li .hikari_flow_inner::before {
        width: 3rem;
        height: 3.6rem;
        top: 50%;
        right: auto;
        left: -1.5rem;
        transform: translateY(-50%);
    }

    .hikari_flow_list li:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        bottom: -2rem;
        width: 1.2rem;
        height: 1.2rem;
        border-top: 2px solid #D9383F;
        border-right: 2px solid #D9383F;
        transform: rotate(135deg);
    }

    .hikari_flow_list li .hikari_flow_inner::after {
        content: none;
    }

    .hikari_flow_list li .flow_icon {
        order: 3;
        margin-left: auto;
        width: 38px;
    }
}

/* hikari_cost_area */
.hikari_cost_area .table-initial-cost-wrap {
    max-width: 900px;
    margin: 0 auto;
}

.hikari_cost_area .table-initial-cost-wrap .table-tax {
    text-align: right;
}

.hikari_cost_area .table-initial-cost-wrap .table-initial-cost {
    width: 100%;
    border: 3px solid #302B29;
    border-collapse: separate;
    border-radius: 20px;
    overflow: hidden;
}

.hikari_cost_area .table-initial-cost .c_red {
    color: #D5343B;
}

.hikari_cost_area .table-initial-cost-wrap .table-initial-cost thead th {
    background: #302B29;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    padding: 12px 5px;
}

.hikari_cost_area .table-initial-cost-wrap .table-initial-cost td {
    font-weight: bold;
    background: #fff;
    border-right: 3px solid #302B29;
    text-align: center;
    padding: 12px 5px;
}

.hikari_cost_area .table-initial-cost-wrap .table-initial-cost td:last-child {
    border-right: none;
}

.hikari_cost_area .table-initial-cost-wrap .table-initial-cost td .bold {
    font-weight: 900;
    font-family: "Manrope", sans-serif;
    margin-top: .1em;
    display: block;
}

.hikari_cost_area .table-initial-cost-wrap .table-initial-cost td .cost_frame01 {
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1.2;
}

.hikari_cost_area .table-initial-cost-wrap .table-initial-cost td .cost_frame01 .s-bold-red {
    text-decoration: line-through 3px solid #D5343B;
}

.hikari_cost_area .table-initial-cost-wrap .table-initial-cost td .arrow_mini {
    position: relative;
}

.hikari_cost_area .table-initial-cost-wrap .table-initial-cost td .arrow_mini:after {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 1.5rem;
    background: url(/common/img/ico_arrow_mini.png) center no-repeat;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .hikari_cost_area .table-initial-cost-wrap .table-initial-cost thead th {
        font-size: 3.8vw;
    }

    .hikari_cost_area .table-initial-cost-wrap .table-initial-cost td .cost_frame01 {
        font-size: 3.5vw;
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .hikari_cost_area .table-initial-cost-wrap .table-initial-cost td .cost_frame02 {
        padding-left: 25px;
    }
}

/* hikari_comparision_area */
.hikari_comparision_area .ttl_top {
    margin-bottom: 6rem;
}

.hikari_comparision_area .list_modal {
    background: #F9F9F9;
    padding: 0 4rem;
    margin: 0;
}

.hikari_comparision_area .list_modal li {
    margin: 0;
}

.hikari_comparision_area .tab_contents {
    padding: 0;
}

.hikari_comparision_area .tab_contents_inner {
    display: block;
}

.hikari_comparision_area .price_giga_tab_contents {
    display: flex;
    background: #F9F9F9;
}

.hikari_comparision_area .price_giga_tab_contents .price_card {
    display: grid;
    grid-template-rows: auto auto 1fr;
}

.hikari_comparision_area .price_card.recommend {
    border: 2px solid #D9383F;
    position: relative;
}

.hikari_comparision_area .price_card.card_c_bk *:not(.price_card_intro) {
    color: #302B29;
    border-color: #302B29;

}

.hikari_comparision_area .price_card.recommend .recommend_txt {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -50%;
    color: #fff;
    background-color: #D9383F;
    border-radius: 999px;
    padding: .2em 1em .3em;
    white-space: nowrap;
}

.hikari_comparision_area .price_card .price_card_ttl {
    margin-bottom: 1rem;
    display: block;
}

.hikari_comparision_area .price_card .card_c_bk .price_card_intro {
    color: #D5343B;
    font-size: 1.8rem;
}

.hikari_comparision_area .price_card .list_num_square {
    font-weight: 700;
    margin: 0;
}

.hikari_comparision_area .price_example_amount {
    background: #E6F2F9;
    padding: 1rem 1.6rem;
    margin-top: 1rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.hikari_comparision_area .price_example_amount img {
    width: 56px;
}

.hikari_comparision_area .price_example_amount p {
    font-weight: 700;
}

.hikari_comparision_area .price_example_amount .amount {
    color: #D5343B;
    line-height: 1.1;
}

.hikari_comparision_area .price_example_amount .amount .unit {
    font-size: 1.6rem;
}

.hikari_comparision_area .price_example_amount .amount .num {
    font-size: 3.2rem;
    margin: 0 .1em;
    font-family: "Manrope", sans-serif;
}

@media screen and (max-width: 768px) {
    .hikari_comparision_area .ttl_top {
        margin-bottom: 3.2rem;
    }

    .hikari_comparision_area .giga_comparision_img {
        padding: 3rem 1rem 1rem;
    }

    .hikari_comparision_area .list_modal {
        padding: 1rem 1.6rem 2rem;
        font-size: 1.4rem;
    }

    .hikari_comparision_area .tab_contents_inner {
        margin: 0;
        width: 100%;
    }

    .hikari_comparision_area .giga_tab_block .giga_tabs li a {
        font-size: 1.4rem;
        padding: 1.6rem .8rem;
    }

    .hikari_comparision_area .price_block .giga_tab_block {
        margin: 0;
        background: #f9f9f9;
    }

    .hikari_comparision_area .price_block .giga_tab_block .giga_tabs {
        gap: 0;
    }

    .hikari_comparision_area .price_block .giga_tab_block .giga_tabs li {
        position: relative;
    }

    .hikari_comparision_area .price_block .giga_tab_block .giga_tabs li a {
        background: #e0e0e0;
        border: 2px solid #F2F2F2;
        border-bottom: none;
        border-radius: 10px 10px 0 0;
        box-shadow: none;
        font-weight: 700;
        color: #302B29;
        text-align: center;
        padding: 1.6rem 0.8rem;
        display: block;
        position: inherit;
        font-size: 1.4rem;
        padding: 1.6rem .8rem;
    }

    .hikari_comparision_area .price_block .giga_tab_block .giga_tabs li.active a {
        color: #D5343B;
        background: #fff;
        border: 2px solid #D5343B;
        border-bottom: none;
    }

    .hikari_comparision_area .price_block .giga_tab_block .giga_tabs li::after {
        content: "";
        width: 100%;
        height: 2px;
        background: #D5343B;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: rotate(0);
    }

    .hikari_comparision_area .price_block .giga_tab_block .giga_tabs li.active::after {
        background: transparent;
    }

    .hikari_comparision_area .price_block .giga_tab_block .giga_tabs li a::before,
    .hikari_comparision_area .price_block .giga_tab_block .giga_tabs li a::after {
        content: none;
    }

    .hikari_comparision_area .price_giga_tab_contents .price_card {
        display: none;
    }

    .hikari_comparision_area .price_card.recommend {
        margin-top: 1em;
        padding: 2.8rem 2rem 2.4rem;
    }

    .hikari_comparision_area .price_giga_tab_contents .price_card.active {
        display: block;
    }

    .hikari_comparision_area .price_example_amount {
        margin-top: 2.4rem;
    }

    .hikari_comparision_area .txt_notes {
        font-size: 1.4rem;
    }
}



/* --------------------------------------------------
　1ギガコース　/hikari/internet/giga/
-------------------------------------------------- */
/* FV */
.giga_1_fv {
    background: url(/hikari/internet/giga/img/giga_fv.png) center / cover no-repeat;
    padding: 3rem 1rem 0;
    margin-bottom: 4rem;
    overflow: clip;
}

.giga_1_fv .inner {
    position: relative;
    padding: 0 0 4rem;
    z-index: 0;
}

.giga_1_fv .fv_txt_wrap {
    padding-left: var(--fv-txt-wrap-pad);
    color: #fff;
}

.giga_1_fv .fv_sub_top {
    width: var(--fv-sub-top-width);
    height: 80px;
    padding: .2em;
    position: relative;
    text-align: right;
    z-index: 0;
}

.giga_1_fv .fv_sub_top .bg {
    width: calc(var(--fv-sub-top-width) + var(--fv-txt-wrap-pad) + ((100vw - 1080px) / 2));
    height: 100%;
    background: #444444;
    filter: drop-shadow(16px 8px 0 #fff);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.giga_1_fv .fv_sub_top .bg::before {
    content: "";
    height: 100%;
    width: 80px;
    background-color: #444444;
    clip-path: polygon(0 0, 74% 0, 0 100%);
    position: absolute;
    top: 0;
    right: 1px;
    translate: 100% 0;
    z-index: -1;
}

.giga_1_fv .fv_sub_top p {
    height: 100%;
    font-size: 3.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: .2em;
    text-align: left;
}

.giga_1_fv .fv_sub_top p span {
    font-size: 4rem;
    font-family: "Manrope", sans-serif;
}

.giga_1_fv .fv_main_catch {
    font-size: 3.6rem;
    margin: .5em 0 0;
    font-weight: 700;
    display: inline-block;
    position: relative;
}


.giga_1_fv .fv_main_catch::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
    bottom: -11px;
    background-image: linear-gradient(90deg, transparent, #ffffff, transparent);
}

.giga_1_fv .fv_main_catch span:first-child {
    font-size: 6rem;
    margin-right: .2em;
    position: relative;
    color: #D5343B;
    background: #fff;
    padding: 0 17px 0 13px;
    border-radius: 3px;
}

/*
.giga_1_fv .fv_main_catch span:last-child {
    font-size: 4.8rem;
    margin-left: .1em;
    position: relative;
}*/

.giga_1_fv .fv_sub_bottom {
    font-size: 2rem;
    margin-top: 1em;
    font-weight: 700;
}

.giga_1_fv .fv_sub_bottom span {
    font-size: 3rem;
    margin: 0 .1em;
}

.giga_1_fv .fv_sub_bottom br {
    display: none;
}

.giga_1_fv .btn_block {
    margin: 3.2rem 0 0 4rem;
    background: #f9f9f978;
    padding: 2rem;
    border-radius: 8px;
    width: 45%;
    gap: 2rem;
}

.giga_1_fv .btn_block>p {
    width: 100%;
}

.giga_1_fv .fv_img_bg {
    position: absolute;
    width: 500px;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.giga_1_fv_bottom_cta {
    display: none;
}

.giga_1_fv .fv_main_catch br {
    display: none;
}

@media screen and (max-width: 1280px) {
    .giga_1_fv .inner {
        width: 80%;
    }

    .giga_1_fv .fv_sub_top .bg {
        width: calc(var(--fv-sub-top-width) + var(--fv-txt-wrap-pad) + ((1280px - (1280px - 2rem) * 0.8) / 2));
    }
}

@media screen and (max-width: 768px) {
    .giga_1_fv {
        padding: 2rem 1rem 0;
        margin: 0;
    }

    .giga_1_fv .inner {
        width: 100%;
        padding-bottom: 4rem;
    }

    .giga_1_fv .fv_txt_wrap {
        padding: 0;
    }

    .giga_1_fv .fv_sub_top {
        width: max-content;
        height: 56px;
    }

    .giga_1_fv .fv_sub_top .bg {
        width: calc(100% + 1.6rem + 1rem);
        filter: drop-shadow(8px 4px 0 #fff);
    }

    .giga_1_fv .fv_sub_top .bg::before {
        width: 48px;
    }

    .giga_1_fv .fv_sub_top p {
        font-size: 2rem;
    }

    .giga_1_fv .fv_sub_top p span {
        font-size: 2.4rem;
    }

    .giga_1_fv .fv_main_catch {
        font-size: 2.4rem;
        margin: 1em 0 .3em;
    }

    .giga_1_fv .fv_main_catch span:first-child {
        font-size: 3.8rem;
    }

    /*
    .giga_1_fv .fv_main_catch span:last-child {
        font-size: 3.2rem;
        line-height: 1;
    }*/

    .giga_1_fv .fv_main_catch::after {
        width: 120px;
        height: 4px;
        bottom: -1rem;
        background-image: linear-gradient(90deg, #ffffff, transparent);
    }

    .giga_1_fv .fv_main_catch br {
        display: block;
    }

    .giga_1_fv .fv_sub_bottom {
        font-size: 1.6rem;
        width: 59%;
        margin-top: 1em;
    }

    .giga_1_fv .fv_sub_bottom span {
        font-size: 2rem;
    }

    .giga_1_fv .fv_sub_bottom br {
        display: block;
    }

    .giga_1_fv .btn_block.pc_only {
        display: none;
    }

    .giga_1_fv .fv_img_bg {
        width: min(72%, 372px);
        right: max(-20%, -95px);
    }

    .giga_1_fv_bottom_cta {
        display: flex;
        gap: 1rem;
        padding: 1rem;
        background-color: #F9F9F9;
    }

    .giga_1_fv_bottom_cta>p {
        width: calc((100% - 1rem) / 2);
    }

    .giga_1_fv_bottom_cta .btn_base,
    .giga_1_fv_bottom_cta .btn_base.border {
        font-size: min(1.6rem, 3.2vw);
        padding: min(2.13vw, 1rem) min(9.6vw, 4.8rem) min(2.13vw, 1rem) 1.6rem;
    }

    .giga_1_fv_bottom_cta .btn_base[target="_blank"]::after,
    .giga_1_fv_bottom_cta .btn_base::after {
        width: min(6.6vw, 34px);
    }
}

@media (max-width: 450px) {
    .giga_1_fv .fv_img_bg {
        width: 280px;
        right: -74px;
        bottom: -4%;
    }
}


/* giga_1_cost_area */
.giga_1_cost_area .table-initial-cost-wrap {
    max-width: 900px;
    margin: 0 auto;
}

.giga_1_cost_area .table-initial-cost-wrap .table-tax {
    text-align: right;
}

.giga_1_cost_area .table-initial-cost-wrap .table-initial-cost {
    width: 100%;
    border: 3px solid #302B29;
    border-collapse: separate;
    border-radius: 20px;
    overflow: hidden;
}

.giga_1_cost_area .table-initial-cost .c_red {
    color: #D5343B;
}

.giga_1_cost_area .table-initial-cost-wrap .table-initial-cost thead th {
    background: #302B29;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    padding: 12px 5px;
}

.giga_1_cost_area .table-initial-cost-wrap .table-initial-cost td {
    font-weight: bold;
    background: #fff;
    border-right: 3px solid #302B29;
    text-align: center;
    padding: 12px 5px;
}

.giga_1_cost_area .table-initial-cost-wrap .table-initial-cost td:last-child {
    border-right: none;
}

.giga_1_cost_area .table-initial-cost-wrap .table-initial-cost td .bold {
    font-weight: 900;
    font-family: "Manrope", sans-serif;
    margin-top: .1em;
    display: block;
}

.giga_1_cost_area .table-initial-cost-wrap .table-initial-cost td .cost_frame01 {
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1.2;
}

.giga_1_cost_area .table-initial-cost-wrap .table-initial-cost td .cost_frame01 .s-bold-red {
    text-decoration: line-through 3px solid #D5343B;
}

.giga_1_cost_area .table-initial-cost-wrap .table-initial-cost td .arrow_mini {
    position: relative;
}

.giga_1_cost_area .table-initial-cost-wrap .table-initial-cost td .arrow_mini:after {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 1.5rem;
    background: url(/common/img/ico_arrow_mini.png) center no-repeat;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .giga_1_cost_area .table-initial-cost-wrap .table-initial-cost thead th {
        font-size: 3.8vw;
    }

    .giga_1_cost_area .table-initial-cost-wrap .table-initial-cost td .cost_frame01 {
        font-size: 3.5vw;
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .giga_1_cost_area .table-initial-cost-wrap .table-initial-cost td .cost_frame02 {
        padding-left: 25px;
    }
}

/* giga_1_flow_area */
.giga_1_flow_explain {
    margin: 3rem auto 0;
    max-inline-size: max-content;
    display: flex;
}

.giga_1_flow_explain li {
    font-size: 1.9rem;
    font-weight: 700;
    padding: 1.6rem 0 1.6rem 5.6rem;
}

.giga_1_flow_explain li:nth-child(1) {
    background: url(/hikari/internet/giga/img/giga_1_flow_icon01.svg) no-repeat 0 50%;
    background-size: 4.8rem auto;
}

.giga_1_flow_explain li:nth-child(2) {
    color: #D9383F;
    background: url(/hikari/internet/giga/img/giga_1_flow_icon02.svg) no-repeat 0 50%;
    background-size: 4.8rem auto;
    margin: 0 0 0 3.2rem;
}

.giga_1_flow_list {
    margin: 4.8rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 6rem;
}

.giga_1_flow_list li {
    width: 30%;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 8px;
    padding: 4rem 1.6rem 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.6rem;
    border: 3px solid #D9383F;
    position: relative;
    min-height: 6rem;
}

.giga_1_flow_list li .flow_num {
    color: #D9383F;
}

.giga_1_flow_list li:nth-child(-n+3) {
    border: 3px solid #4d4d4d;
}

.giga_1_flow_list li:nth-child(-n+3) .flow_num {
    color: #4d4d4d;
}

.giga_1_flow_list li .flow_num span {
    font-weight: 700;
    line-height: 1;
    font-family: "Manrope", sans-serif;
    text-align: center;
}

.giga_1_flow_list li .flow_num span:nth-child(1) {
    font-size: 1.8rem;
}

.giga_1_flow_list li .flow_num span:nth-child(2) {
    font-size: 2.6rem;
    margin: 0 0 0 .6rem;
}

.giga_1_flow_list li p:last-child span {
    text-align: center;
    font-size: 1.2rem;
    color: #D9383F;
    display: block;
}

.giga_1_flow_list li::before {
    content: "";
    position: absolute;
    display: block;
    width: 4.8rem;
    height: 5.8rem;
    top: -2.9rem;
    left: 0;
    right: 0;
    margin: auto;
    background: url(/hikari/internet/giga/img/giga_1_flow_icon02.svg) no-repeat;
    background-size: 100%;
}

.giga_1_flow_list li:nth-child(-n+3)::before {
    background: url(/hikari/internet/giga/img/giga_1_flow_icon01.svg) no-repeat;
    background-size: 100%;
}

.giga_1_flow_list li:after {
    content: "";
    position: absolute;
    right: -3.5rem;
    top: 0;
    bottom: 0;
    width: 2rem;
    height: 2rem;
    border-top: 3px solid #D9383F;
    border-right: 3px solid #D9383F;
    transform: rotate(45deg);
    margin: auto;
}

.giga_1_flow_list li .flow_icon {
    width: 72px;
}

.giga_1_flow_list li .flow_icon img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .giga_1_flow_explain {
        display: block;
    }

    .giga_1_flow_explain li {
        font-size: 1.6rem;
        padding: .5rem 0 .5rem 4rem;
    }

    .giga_1_flow_explain li:nth-child(1) {
        background-size: 3rem auto;
    }

    .giga_1_flow_explain li:nth-child(2) {
        background-size: 3rem auto;
        margin: 1rem 0 0 0;
    }

    .giga_1_flow_list {
        margin: 3rem 0 3rem 1.5rem;
        display: block;
    }

    .giga_1_flow_list li {
        width: 100%;
        font-size: 1.6rem;
        padding: 8px 8px 8px 24px;
        flex-direction: row;
        column-gap: 1.2rem;
    }

    .giga_1_flow_list li+li {
        margin-top: 3.2rem;
    }

    .giga_1_flow_list li .flow_num span:nth-child(1) {
        font-size: 1.4rem;
    }

    .giga_1_flow_list li .flow_num span:nth-child(2) {
        font-size: 1.8rem;
        margin: 0.1em 0 0 0;
        display: block;
    }

    .giga_1_flow_list li p:last-child span {
        font-size: 1rem;
        text-align: left;
    }

    .giga_1_flow_list li::before {
        width: 3rem;
        height: 3.6rem;
        top: 50%;
        right: auto;
        left: -1.5rem;
        transform: translateY(-50%);
    }

    .giga_1_flow_list li:not(:last-child)::after {
        right: 0;
        left: 0;
        top: auto;
        bottom: -2rem;
        width: 1.2rem;
        height: 1.2rem;
        border-top: 2px solid #D9383F;
        border-right: 2px solid #D9383F;
        transform: rotate(135deg);
    }

    .giga_1_flow_list li:last-child::after {
        content: none;
    }

    .giga_1_flow_list li .flow_icon {
        order: 3;
        margin-left: auto;
        width: 38px;
    }


}

/* giga_1_check */
.giga_1_check_area .pht_single {
    max-width: 560px;
    margin: 0 auto;
}

/* --------------------------------------------------
　料金表　/hikari/internet/price/
-------------------------------------------------- */
/* 共通 */
.cmn_price .c_red {
    color: #D5343B;
}

.cmn_price .c_bk {
    color: #302B29;
}

.cmn_price .link_line {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .cmn_price .inline_block_sp {
        display: inline-block;
    }
}

/* FV */
.price_fv {
    background: url(/hikari/internet/price/img/price_fv.png) center / cover no-repeat;
    padding: 4rem 1rem 0;
    margin-bottom: 4rem;
    overflow: clip;
}

.price_fv .inner {
    position: relative;
    width: 1200px;
    padding: 0 0 4rem;
    z-index: 0;
}

.price_fv .fv_txt_wrap {
    padding-left: 4rem;
    color: #fff;
}

.price_fv .fv_sub_top {
    position: relative;
    padding: 0.6em 1em 0.6em 0.3em;
    width: fit-content;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.05em;
}

.price_fv .fv_sub_top::before {
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 25%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.price_fv .fv_sub_top::after {
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #fff 25%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.price_fv .fv_sub_top>img {
    position: absolute;
    width: 1.2em;
    height: 1.2em;
}

.price_fv .fv_sub_top>img:first-of-type {
    top: 0;
    left: 0;
    translate: -100% 0;
}

.price_fv .fv_sub_top>img:last-of-type {
    bottom: 0;
    right: 0;
    translate: 100% 0;
}

.price_fv .fv_sub_top p>span {
    font-size: 1.75em;
    font-family: "Manrope", sans-serif;
}

.price_fv .fv_main_catch {
    font-size: 3rem;
    margin: .5em 0 .3em;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.price_fv .fv_main_catch span:not([class]) {
    font-size: 5.4rem;
    color: #D5343B;
    background: #fff;
    padding: 0 14px;
    margin-right: 10px;
    border-radius: 3px;
}

.price_fv .fv_main_catch p:nth-child(2) {
    margin: .3em 0;
    display: inline;
}

.price_fv .fv_main_catch p:nth-child(3) {
    display: inline;
}

.price_fv .btn_block {
    margin: 2rem 0 0 4rem;
    background: #f9f9f978;
    padding: 2rem;
    border-radius: 8px;
    width: 45%;
    gap: 1rem;
}

.price_fv .btn_block>p {
    width: 100%;
}

.price_fv .btn_block>p>span {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    display: block;
    margin: 0 0 .1em;
}

.price_fv .fv_img_bg {
    position: absolute;
    width: 546px;
    bottom: -110px;
    right: 0;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .price_fv {
        padding: 3rem 1rem 0;
        margin: 0;
    }

    .price_fv .inner {
        width: 512px;
        padding: 0 1.6rem 6rem;
    }

    .price_fv .fv_txt_wrap {
        padding: 0;
    }

    .price_fv .fv_sub_top {
        font-size: 1.6rem;
        padding: 0.8em 0.3em;
    }

    .price_fv .fv_sub_top::before,
    .price_fv .fv_sub_top::after {
        height: 3px;
    }

    .price_fv .fv_main_catch {
        font-size: 2.6rem;
        width: 80%;
        margin-top: 1em;
    }

    .price_fv .fv_main_catch span:not([class]) {
        font-size: 3.4rem;
        padding: 0 10px;
    }

    .price_fv .fv_main_catch p:nth-child(2) {
        display: block;
    }

    .price_fv .fv_main_catch p:nth-child(3) {
        display: block;
    }

    .price_fv .btn_block.pc_only {
        display: none;
    }

    .price_fv .fv_img_bg {
        width: 279px;
        right: -18px;
        bottom: -15%;
    }

    .price_fv_bottom_cta.sp_only {
        display: flex;
        gap: 1rem;
        padding: 1rem;
        background-color: #F9F9F9;
    }

    .price_fv_bottom_cta>p {
        width: calc((100% - 1rem) / 2);
    }

    .price_fv_bottom_cta .btn_base,
    .price_fv_bottom_cta .btn_base.border {
        font-size: min(1.6rem, 3vw);
        padding: min(2.13vw, 1rem) min(9.6vw, 4.8rem) min(2.13vw, 1rem) 1.6rem;
    }

    .price_fv_bottom_cta .btn_base.red {
        border: 3px solid transparent;
    }

    .price_fv_bottom_cta .btn_base[target="_blank"]::after,
    .price_fv_bottom_cta .btn_base::after {
        width: min(6.6vw, 34px);
    }

    .price_fv_bottom_cta>p>span {
        font-weight: 700;
        font-size: min(3.2vw, 1.4rem);
        text-align: center;
        display: block;
        margin: 0 0 .1em;
    }
}

@media (max-width: 450px) {
    .price_fv .inner {
        padding: 0 1.6rem 3rem;
    }

    .price_fv .fv_img_bg {
        width: 248px;
        right: 84px;
        bottom: -6%;
    }

    .price_fv .fv_main_catch {
        width: 238px;
    }
}


/* 初期費用 */

.cmn_price .table-initial-cost-wrap {
    max-width: 900px;
    margin: 0 auto;
}

.cmn_price .table-initial-cost-wrap .table-tax {
    text-align: right;
}

.cmn_price .table-initial-cost-wrap .table-initial-cost {
    width: 100%;
    border: 3px solid #302B29;
    border-collapse: separate;
    border-radius: 20px;
    overflow: hidden;
}

.cmn_price .table-initial-cost-wrap .table-initial-cost thead th {
    background: #302B29;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    padding: 12px 5px;
}

.cmn_price .table-initial-cost-wrap .table-initial-cost td {
    font-weight: bold;
    background: #fff;
    border-right: 3px solid #302B29;
    text-align: center;
    padding: 12px 5px;
}

.cmn_price .table-initial-cost-wrap .table-initial-cost td:last-child {
    border-right: none;
}

.cmn_price .table-initial-cost-wrap .table-initial-cost td .bold {
    font-weight: 900;
    font-family: "Manrope", sans-serif;
    margin-top: .1em;
    display: block;
}

.cmn_price .table-initial-cost-wrap .table-initial-cost td .cost_frame01 {
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1.2;
}

.cmn_price .table-initial-cost-wrap .table-initial-cost td .cost_frame01 .s-bold-red {
    text-decoration: line-through 3px solid #D5343B;
}

.cmn_price .table-initial-cost-wrap .table-initial-cost td .arrow_mini {
    position: relative;
}

.cmn_price .table-initial-cost-wrap .table-initial-cost td .arrow_mini:after {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 1.5rem;
    background: url(/common/img/ico_arrow_mini.png) center no-repeat;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .cmn_price .table-initial-cost-wrap .table-initial-cost thead th {
        font-size: 3.8vw;
    }

    .cmn_price .table-initial-cost-wrap .table-initial-cost td .cost_frame01 {
        font-size: 3.5vw;
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .cmn_price .table-initial-cost-wrap .table-initial-cost td .cost_frame02 {
        padding-left: 25px;
    }
}


/* 開通までの流れ */

.price_flow_explain {
    margin: 3rem auto 0;
    max-inline-size: max-content;
    display: flex;
}

.price_flow_explain li {
    font-size: 1.9rem;
    font-weight: 700;
    padding: 1.6rem 0 1.6rem 5.6rem;
}

.price_flow_explain li:nth-child(1) {
    background: url(/hikari/internet/price/img/price_flow_icon01.svg) no-repeat 0 50%;
    background-size: 4.8rem auto;
}

.price_flow_explain li:nth-child(2) {
    color: #D9383F;
    background: url(/hikari/internet/price/img/price_flow_icon02.svg) no-repeat 0 50%;
    background-size: 4.8rem auto;
    margin: 0 0 0 3.2rem;
}

.price_flow_list {
    margin: 4.8rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 6rem;
}

.price_flow_list li {
    width: 30%;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 8px;
    padding: 4rem 1.6rem 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.6rem;
    border: 3px solid #D9383F;
    position: relative;
    min-height: 6rem;
}

.price_flow_list li .flow_num {
    color: #D9383F;
}

.price_flow_list li:nth-child(-n+3) {
    border: 3px solid #4d4d4d;
}

.price_flow_list li:nth-child(-n+3) .flow_num {
    color: #4d4d4d;
}

.price_flow_list li .flow_num span {
    font-weight: 700;
    line-height: 1;
    font-family: "Manrope", sans-serif;
    text-align: center;
}

.price_flow_list li .flow_num span:nth-child(1) {
    font-size: 1.8rem;
}

.price_flow_list li .flow_num span:nth-child(2) {
    font-size: 2.6rem;
    margin: 0 0 0 .6rem;
}

.price_flow_list li p:last-child span {
    text-align: center;
    font-size: 1.2rem;
    color: #D9383F;
    display: block;
}

.price_flow_list li::before {
    content: "";
    position: absolute;
    display: block;
    width: 4.8rem;
    height: 5.8rem;
    top: -2.9rem;
    left: 0;
    right: 0;
    margin: auto;
    background: url(/hikari/internet/price/img/price_flow_icon02.svg) no-repeat;
    background-size: 100%;
}

.price_flow_list li:nth-child(-n+3)::before {
    background: url(/hikari/internet/price/img/price_flow_icon01.svg) no-repeat;
    background-size: 100%;
}

.price_flow_list li:after {
    content: "";
    position: absolute;
    right: -3.5rem;
    top: 0;
    bottom: 0;
    width: 2rem;
    height: 2rem;
    border-top: 3px solid #D9383F;
    border-right: 3px solid #D9383F;
    transform: rotate(45deg);
    margin: auto;
}

.price_flow_list li .flow_icon {
    width: 72px;
}

.price_flow_list li .flow_icon img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .price_flow_explain {
        display: block;
    }

    .price_flow_explain li {
        font-size: 1.6rem;
        padding: .5rem 0 .5rem 4rem;
    }

    .price_flow_explain li:nth-child(1) {
        background-size: 3rem auto;
    }

    .price_flow_explain li:nth-child(2) {
        background-size: 3rem auto;
        margin: 1rem 0 0 0;
    }

    .price_flow_list {
        margin: 3rem 0 3rem 1.5rem;
        display: block;
    }

    .price_flow_list li {
        width: 100%;
        font-size: 1.6rem;
        padding: 8px 8px 8px 24px;
        flex-direction: row;
        column-gap: 1.2rem;
    }

    .price_flow_list li+li {
        margin-top: 3.2rem;
    }

    .price_flow_list li .flow_num span:nth-child(1) {
        font-size: 1.4rem;
    }

    .price_flow_list li .flow_num span:nth-child(2) {
        font-size: 1.8rem;
        margin: 0.1em 0 0 0;
        display: block;
    }

    .price_flow_list li p:last-child span {
        font-size: 1rem;
        text-align: left;
    }

    .price_flow_list li::before {
        width: 3rem;
        height: 3.6rem;
        top: 50%;
        right: auto;
        left: -1.5rem;
        transform: translateY(-50%);
    }

    .price_flow_list li:not(:last-child)::after {
        right: 0;
        left: 0;
        top: auto;
        bottom: -2rem;
        width: 1.2rem;
        height: 1.2rem;
        border-top: 2px solid #D9383F;
        border-right: 2px solid #D9383F;
        transform: rotate(135deg);
    }

    .price_flow_list li:last-child::after {
        content: none;
    }

    .price_flow_list li .flow_icon {
        order: 3;
        margin-left: auto;
        width: 38px;
    }
}

/* よくある質問 */
.sec_price_faq {
    margin-bottom: 6.4rem;
    padding-bottom: 3.2rem;
}

/* --------------------------------------------------
　Webキャンペーン　/hikari/recommend/start/
-------------------------------------------------- */
/* 共通 */
.cmn_start .c_red {
    color: #D5343B;
}

.cmn_start .c_bk {
    color: #302B29;
}

.cmn_start .link_line {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .cmn_start .inline_block_sp {
        display: inline-block;
    }
}

/* FV */
.start_fv {
    background: url(/hikari/recommend/start/img/start_fv.png) center / cover no-repeat;
    padding: 4rem 1rem 0;
    margin-bottom: 100px;
    overflow: clip;
}

.start_fv .inner {
    position: relative;
    width: 1200px;
    padding: 0 0 4rem;
    z-index: 0;
}

.start_fv .fv_txt_wrap {
    padding-left: 4rem;
    color: #fff;
}

.start_fv .fv_main_catch {
    position: relative;
    padding: 0.6em 1em 0.6em 0.3em;
    width: min(70%, 12em);
    font-size: 5.6rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.05em;
}

.start_fv .fv_main_catch::before {
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 25%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.start_fv .fv_main_catch::after {
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #fff 25%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}


.start_fv .fv_main_catch p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .3em;
    max-width: 13em;
}

.start_fv .fv_main_catch p>.ff_en {
    font-family: "Manrope", sans-serif;
}

.start_fv .fv_main_catch p>.square {
    display: flex;
    align-items: center;
    padding: 0 .2em;
    height: 1.6em;
    border-radius: 3px;
    border: 3px solid #fff;
    background: #fff;
    color: #D5343B;
    line-height: 1;
    font-weight: 800;
}

.start_fv .fv_main_catch p>.ff_ja.square {
    padding-bottom: .1em;
}

.start_fv .fv_main_catch>img:nth-of-type(1) {
    position: absolute;
    width: 0.8em;
    height: 0.8em;
    top: 0.3em;
    right: 1.3em;
    translate: 100% 0;
}

.start_fv .fv_main_catch>img:nth-of-type(2) {
    position: absolute;
    width: 0.6em;
    height: 0.6em;
    top: 2.3em;
    right: -6em;
    translate: 100% 0;
}

.start_fv .fv_main_catch>img:nth-of-type(3) {
    position: absolute;
    width: 0.8em;
    height: 0.8em;
    top: 6.3em;
    right: -8em;
    translate: 100% 0;
}

.start_fv .btn_block {
    margin: 2rem 0 0 4rem;
    background: #f9f9f978;
    padding: 2rem;
    border-radius: 8px;
    width: 45%;
    gap: 1rem;
}

.start_fv .btn_block>p {
    width: 100%;
}

.start_fv .btn_block>p>span {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    display: block;
    margin: 0 0 .1em;
}

.start_fv .fv_img_bg {
    position: absolute;
    width: 500px;
    bottom: 0;
    right: 72px;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .start_fv {
        padding: 3rem 1rem 0;
        margin: 0;
    }

    .start_fv .inner {
        width: min(100%, 512px);
        padding: 0 1.6rem 7rem 0;
    }

    .start_fv .fv_txt_wrap {
        padding: 0;
    }

    .start_fv .fv_main_catch {
        font-size: 3.2rem;
        padding: 0.8em 0.3em;
        width: 320px;
    }

    .start_fv .fv_main_catch::before,
    .start_fv .fv_main_catch::after {
        height: 3px;
        width: 80%;
    }

    .start_fv .fv_main_catch>img:nth-of-type(2) {
        width: 0.8em;
        height: 0.8em;
        right: 7.5em;
        top: 7em;
    }

    .start_fv .btn_block.pc_only {
        display: none;
    }

    .start_fv .fv_img_bg {
        width: 235px;
        left: 340px;
        bottom: 0;
        translate: -33% 0;
    }

    .start_fv_bottom_cta.sp_only {
        display: flex;
        gap: 1rem;
        padding: 1rem;
        background-color: #F9F9F9;
        margin-bottom: 13.33333vw;
    }

    .start_fv_bottom_cta>p {
        width: calc((100% - 1rem) / 2);
    }

    .start_fv_bottom_cta .btn_base,
    .start_fv_bottom_cta .btn_base.border {
        font-size: min(1.6rem, 3vw);
        padding: min(2.13vw, 1rem) min(9.6vw, 4.8rem) min(2.13vw, 1rem) 1.6rem;
    }

    .start_fv_bottom_cta .btn_base.red {
        border: 3px solid transparent;
    }

    .start_fv_bottom_cta .btn_base[target="_blank"]::after,
    .start_fv_bottom_cta .btn_base::after {
        width: min(6.6vw, 34px);
    }

    .start_fv_bottom_cta>p>span {
        font-weight: 700;
        font-size: min(3.2vw, 1.4rem);
        text-align: center;
        display: block;
        margin: 0 0 .1em;
    }
}

@media (max-width: 450px) {
    .start_fv .inner {
        padding: 0 1.6rem 9rem 0;
    }

    .start_fv .fv_img_bg {
        width: 258px;
        left: 248px;
        bottom: -13%;
    }

    .start_fv .fv_main_catch {
        width: 256px;
    }
}

/* コースの比較 */

.sec_start_discount .tab_contents {
    padding: 0;
}

.sec_start_discount .tab_contents_inner {
    display: block;
}

.sec_start_discount .price_giga_tab_contents {
    display: flex;
    background: #F9F9F9;
}


.sec_start_discount .price_giga_tab_contents .price_card {
    display: grid;
    grid-template-rows: auto auto 1fr;
}

.sec_start_discount .price_card.recommend {
    border: 2px solid #D9383F;
    position: relative;
}

.sec_start_discount .price_card.card_c_bk *:not(.price_card_intro) {
    color: #302B29;
    border-color: #302B29;

}

.sec_start_discount .price_card.recommend .recommend_txt {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -50%;
    color: #fff;
    background-color: #D9383F;
    border-radius: 999px;
    padding: .2em 1em .3em;
    white-space: nowrap;
}

.sec_start_discount .price_card .price_card_ttl {
    margin-bottom: 1rem;
    display: block;
}

.sec_start_discount .price_card .card_c_bk .price_card_intro {
    color: #D5343B;
    font-size: 1.8rem;
}

.sec_start_discount .price_card .list_num_square {
    font-weight: 700;
    margin: 0;
}

.sec_start_discount .price_example_amount {
    background: #E6F2F9;
    padding: 1rem 1.6rem;
    margin-top: 1rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.sec_start_discount .price_example_amount img {
    width: 56px;
}

.sec_start_discount .price_example_amount p {
    font-weight: 700;
}

.sec_start_discount .price_example_amount .amount {
    color: #D5343B;
    line-height: 1.1;
}

.sec_start_discount .price_example_amount .amount .unit {
    font-size: 1.6rem;
}

.sec_start_discount .price_example_amount .amount .num {
    font-size: 3.2rem;
    margin: 0 .1em;
    font-family: "Manrope", sans-serif;
}

@media screen and (max-width: 768px) {

    .sec_start_discount .tab_contents_inner {
        margin: 0;
        width: 100%;
    }

    .sec_start_discount .giga_tab_block .giga_tabs li a {
        font-size: 1.4rem;
        padding: 1.6rem .8rem;
    }

    .sec_start_discount .price_block .giga_tab_block .giga_tabs {
        gap: 0;
    }

    .sec_start_discount .price_block .giga_tab_block .giga_tabs li {
        position: relative;
    }

    .sec_start_discount .price_block .giga_tab_block .giga_tabs li a {
        background: #e0e0e0;
        border: 2px solid #F2F2F2;
        border-bottom: none;
        border-radius: 10px 10px 0 0;
        box-shadow: none;
        font-weight: 700;
        color: #302B29;
        text-align: center;
        padding: 1.6rem 0.8rem;
        display: block;
        position: inherit;
        font-size: 1.4rem;
        padding: 1.6rem .8rem;
    }

    .sec_start_discount .price_block .giga_tab_block .giga_tabs li.active a {
        color: #D5343B;
        background: #fff;
        border: 2px solid #D5343B;
        border-bottom: none;
    }

    .sec_start_discount .price_block .giga_tab_block .giga_tabs li::after {
        content: "";
        width: 100%;
        height: 2px;
        background: #D5343B;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: rotate(0);
    }

    .sec_start_discount .price_block .giga_tab_block .giga_tabs li.active::after {
        background: transparent;
    }

    .sec_start_discount .price_block .giga_tab_block .giga_tabs li a::before,
    .sec_start_discount .price_block .giga_tab_block .giga_tabs li a::after {
        content: none;
    }

    .sec_start_discount .price_giga_tab_contents .price_card {
        display: none;
    }

    .sec_start_discount .price_card.recommend {
        margin-top: 1em;
        padding: 2.8rem 2rem 2.4rem;
    }

    .sec_start_discount .price_giga_tab_contents .price_card.active {
        display: block;
    }

    .sec_start_discount .price_example_amount {
        margin-top: 2.4rem;
    }

    .sec_start_discount .txt_notes {
        font-size: 1.4rem;
    }
}

/* 対象エリア */
.cmn_start .pht_single {
    max-width: 560px;
    margin: 0 auto;
}

/* --------------------------------------------------
　九電グループまとめてあんしん割　/hikari/recommend/kyudensetwari/
-------------------------------------------------- */

/* FV */
.kyudensetwari_fv {
    background: url(/hikari/recommend/kyudensetwari/img/kyudensetwari_fv.webp) center / cover no-repeat;
    padding: 3rem 1rem 0;
    margin-bottom: 12rem;
    /* overflow: clip; */
}

.kyudensetwari_fv .inner {
    position: relative;
    padding: 0 0 6rem;
    z-index: 0;
}

.kyudensetwari_fv .fv_txt_wrap {
    padding-left: var(--fv-txt-wrap-pad);
    color: #fff;
}

.kyudensetwari_fv .fv_sub_top {
    width: 430px;
    height: 80px;
    padding: .2em;
    position: relative;
    text-align: right;
    z-index: 0;
}

.kyudensetwari_fv .fv_sub_top .bg {
    width: calc(430px + var(--fv-txt-wrap-pad) + ((100vw - 1080px) / 2));
    height: 100%;
    background: #444444;
    filter: drop-shadow(16px 8px 0 #fff);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.kyudensetwari_fv .fv_sub_top .bg::before {
    content: "";
    height: 100%;
    width: 80px;
    background-color: #444444;
    clip-path: polygon(0 0, 74% 0, 0 100%);
    position: absolute;
    top: 0;
    right: 1px;
    translate: 100% 0;
    z-index: -1;
}

.kyudensetwari_fv .fv_sub_top p {
    height: 100%;
    font-size: 3.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: .2em;
    text-align: left;
}

.kyudensetwari_fv .fv_sub_top p span {
    font-size: 4rem;
    font-family: "Manrope", sans-serif;
}

.kyudensetwari_fv .fv_main_logo {
    width: 440px;
    margin: 3.2rem 0 0;
}

.kyudensetwari_fv .fv_sub_bottom {
    font-size: 2rem;
    margin: 0.5em 0 .3em;
    font-weight: 700;
}

.kyudensetwari_fv .fv_sub_bottom span {
    font-family: "Manrope", sans-serif;
}

.kyudensetwari_fv .fv_img_bg {
    position: absolute;
    width: 500px;
    bottom: 0;
    right: 8%;
    z-index: -1;
}

.kyudensetwari_fv .fv_discount {
    background: #fff;
    border-radius: 8px;
    padding: 1.6rem;
    width: 440px;
    color: #302b29;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.kyudensetwari_fv .fv_discount_sub {
    font-size: 2.8rem;
    margin: .2em 0;
    writing-mode: vertical-rl;
}

.kyudensetwari_fv .fv_discount_main {
    display: flex;
    align-items: flex-end;
}

.kyudensetwari_fv .fv_discount_price {
    color: #d5343b;
    font-size: 7.2rem;
    line-height: 1;
    font-family: "Manrope", sans-serif;
}

.kyudensetwari_fv .fv_discount_price span {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    background: #d5343b;
    padding: .2em;
}

.kyudensetwari_fv .fv_discount_txt {
    font-size: 3.2rem;
}

.kyudensetwari_fv .fv_discount_txt span {
    color: #d5343b;
    font-size: 2.4rem;
}

.kyudensetwari_fv .fv_discount_txt span b {
    font-size: 3.2rem;
}

.kyudensetwari_fv .fv_discount_txt sup {
    font-size: 1.8rem;
}

.kyudensetwari_fv .fv_badge {
    border-radius: 50%;
    background: #fff;
    color: #302B29;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    position: absolute;
    right: 4rem;
    top: 1rem;
    font-weight: 700;
    text-align: center;
    border: solid 3px #0077BF;
}

.kyudensetwari_fv .fv_badge span {
    color: #0077BF;
    font-size: 1.8rem;
}

.kyudensetwari_fv .fv_badge span:nth-of-type(2) {
    font-family: "Manrope", sans-serif;
}

.kyudensetwari_fv .fv_badge span:last-child {
    color: #d5343b;
}

.kyudensetwari_fv .fv_point {
    position: absolute;
    width: calc(100% - 8rem);
    bottom: -8rem;
    left: 4rem;
}

.kyudensetwari_fv .fv_point_list {
    border-radius: 8px;
    background: #f9f9f9;
    padding: 1.6rem 3.2rem;
    display: flex;
    justify-content: space-evenly;
}

.kyudensetwari_fv .fv_point_list li {
    display: flex;
    font-weight: 700;
    align-items: center;
    font-size: 2rem;
}

.kyudensetwari_fv .fv_point_list li span {
    color: #d5343b;
    font-size: 2.4rem;
    margin-left: .2em;
}

.kyudensetwari_fv .fv_point_list li img {
    margin-right: 0.8rem;
}

.kyudensetwari_fv .txt_notes {
    margin: .8rem;
}

@media screen and (max-width: 1280px) {
    .kyudensetwari_fv .inner {
        width: 80%;
    }

    .kyudensetwari_fv .fv_sub_top .bg {
        width: calc(430px + var(--fv-txt-wrap-pad) + ((1280px - (1280px - 2rem) * 0.8) / 2));
    }
}

@media screen and (max-width: 768px) {
    .kyudensetwari_fv {
        padding: 4rem 1rem 0;
        margin-bottom: calc(13.33333vw + 6rem);
        overflow-x: clip;
    }

    .kyudensetwari_fv .inner {
        width: 100%;
        padding: 0 1.6rem 10rem;
    }

    .kyudensetwari_fv .fv_txt_wrap {
        padding: 0;
    }

    .kyudensetwari_fv .fv_sub_top {
        width: max-content;
        height: 56px;
    }

    .kyudensetwari_fv .fv_sub_top .bg {
        width: calc(100% + 1.6rem + 1rem);
        filter: drop-shadow(8px 4px 0 #fff);
    }

    .kyudensetwari_fv .fv_sub_top .bg::before {
        width: 48px;
    }

    .kyudensetwari_fv .fv_sub_top p {
        font-size: 1.4rem;
    }

    .kyudensetwari_fv .fv_sub_top p span {
        font-size: 1.4rem;
    }


    .kyudensetwari_fv .fv_main_logo {
        width: 64%;
        margin: 4rem 0 0;
    }

    .kyudensetwari_fv .fv_sub_bottom {
        font-size: 1.6rem;
        width: 58%;
    }

    .kyudensetwari_fv .fv_sub_bottom span {
        font-size: 2rem;
    }

    .kyudensetwari_fv .fv_img_bg {
        width: min(72%, 372px);
        right: max(-20%, -95px);
    }

    .kyudensetwari_fv .fv_discount {
        padding: 1rem;
        width: 64%;
    }

    .kyudensetwari_fv .fv_discount_sub {
        font-size: 1.6rem;
        margin: .2em 0;
        margin: 1vw 0;
        font-size: 4vw;
    }

    .kyudensetwari_fv .fv_discount_price {
        font-size: 4rem;
        font-size: 11.2vw;
    }

    .kyudensetwari_fv .fv_discount_price span {
        font-size: 1.2rem;
    }

    .kyudensetwari_fv .fv_discount_txt {
        font-size: 1.4rem;
        line-height: 1.2;
        font-size: 3.6vw;

    }

    .kyudensetwari_fv .fv_discount_txt span {
        font-size: 1.4rem;
        font-size: 3.6vw;
        display: block;
    }

    .kyudensetwari_fv .fv_discount_txt span b {
        font-size: 1.6rem;
        font-size: 4vw;
    }

    .kyudensetwari_fv .fv_discount_txt sup {
        font-size: 1rem;
    }


    .kyudensetwari_fv .fv_badge {
        width: 96px;
        height: 96px;
        right: .8rem;
        top: 0;
        border: solid 2px #0077BF;
        font-size: 1rem;
    }

    .kyudensetwari_fv .fv_badge span {
        color: #0077BF;
        font-size: 1.2rem;
    }

    .kyudensetwari_fv .fv_point {
        width: calc(100% - 3.2rem);
        bottom: -10rem;
        left: 1.6rem;
    }

    .kyudensetwari_fv .fv_point_list {
        padding: 1.2rem;
    }

    .kyudensetwari_fv .fv_point_list li {
        font-size: 1.3rem;
    }

    .kyudensetwari_fv .fv_point_list li span {
        font-size: 1.6rem;
        display: block;
    }

    .kyudensetwari_fv .fv_point_list li img {
        margin-right: 0.4rem;
        width: 3rem;
    }

    .kyudensetwari_fv .fv_point .txt_notes {
        font-size: 1.2rem;
        font-size: 2.4vw;
    }

}

@media (max-width: 450px) {
    .kyudensetwari_fv .fv_img_bg {
        width: 280px;
        right: -74px;
        bottom: -4%;
    }
}

/* kyudensetwari_comparision_area */
.kyudensetwari_comparision_area .ttl_top {
    margin-bottom: 6rem;
}

.kyudensetwari_comparision_area .list_modal {
    background: #F9F9F9;
    padding: 0 4rem;
    margin: 0;
}

.kyudensetwari_comparision_area .list_modal li {
    margin: 0;
}

.kyudensetwari_comparision_area .tab_contents {
    padding: 0;
}

.kyudensetwari_comparision_area .tab_contents_inner {
    display: block;
}

.kyudensetwari_comparision_area .price_giga_tab_contents {
    display: flex;
    background: #F9F9F9;
}

.kyudensetwari_comparision_area .price_giga_tab_contents .price_card {
    display: grid;
    grid-template-rows: auto auto 1fr;
}

.kyudensetwari_comparision_area .price_card.recommend {
    border: 2px solid #D9383F;
    position: relative;
}

.kyudensetwari_comparision_area .price_card.card_c_bk *:not(.price_card_intro) {
    color: #302B29;
    border-color: #302B29;

}

.kyudensetwari_comparision_area .price_card.recommend .recommend_txt {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -50%;
    color: #fff;
    background-color: #D9383F;
    border-radius: 999px;
    padding: .2em 1em .3em;
    white-space: nowrap;
}

.kyudensetwari_comparision_area .price_card .price_card_ttl {
    margin-bottom: 1rem;
    display: block;
}

.kyudensetwari_comparision_area .price_card .card_c_bk .price_card_intro {
    color: #D5343B;
    font-size: 1.8rem;
}

.kyudensetwari_comparision_area .price_card .list_num_square {
    font-weight: 700;
    margin: 0;
}

.kyudensetwari_comparision_area .price_example_amount {
    background: #E6F2F9;
    padding: 1rem 1.6rem;
    margin-top: 1rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.kyudensetwari_comparision_area .price_example_amount img {
    width: 56px;
}

.kyudensetwari_comparision_area .price_example_amount p {
    font-weight: 700;
}

.kyudensetwari_comparision_area .price_example_amount .amount {
    color: #D5343B;
    line-height: 1.1;
}

.kyudensetwari_comparision_area .price_example_amount .amount .unit {
    font-size: 1.6rem;
}

.kyudensetwari_comparision_area .price_example_amount .amount .num {
    font-size: 3.2rem;
    margin: 0 .1em;
    font-family: "Manrope", sans-serif;
}

@media screen and (max-width: 768px) {
    .kyudensetwari_comparision_area .ttl_top {
        margin-bottom: 3.2rem;
    }

    .kyudensetwari_comparision_area .giga_comparision_img {
        padding: 3rem 1rem 1rem;
    }

    .kyudensetwari_comparision_area .list_modal {
        padding: 1rem 1.6rem 2rem;
        font-size: 1.4rem;
    }

    .kyudensetwari_comparision_area .tab_contents_inner {
        margin: 0;
        width: 100%;
    }

    .kyudensetwari_comparision_area .giga_tab_block .giga_tabs li a {
        font-size: 1.4rem;
        padding: 1.6rem .8rem;
    }

    .kyudensetwari_comparision_area .price_block .giga_tab_block {
        margin: 0;
        background: #f9f9f9;
    }

    .kyudensetwari_comparision_area .price_block .giga_tab_block .giga_tabs {
        gap: 0;
    }

    .kyudensetwari_comparision_area .price_block .giga_tab_block .giga_tabs li {
        position: relative;
    }

    .kyudensetwari_comparision_area .price_block .giga_tab_block .giga_tabs li a {
        background: #e0e0e0;
        border: 2px solid #F2F2F2;
        border-bottom: none;
        border-radius: 10px 10px 0 0;
        box-shadow: none;
        font-weight: 700;
        color: #302B29;
        text-align: center;
        padding: 1.6rem 0.8rem;
        display: block;
        position: inherit;
        font-size: 1.4rem;
        padding: 1.6rem .8rem;
    }

    .kyudensetwari_comparision_area .price_block .giga_tab_block .giga_tabs li.active a {
        color: #D5343B;
        background: #fff;
        border: 2px solid #D5343B;
        border-bottom: none;
    }

    .kyudensetwari_comparision_area .price_block .giga_tab_block .giga_tabs li::after {
        content: "";
        width: 100%;
        height: 2px;
        background: #D5343B;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: rotate(0);
    }

    .kyudensetwari_comparision_area .price_block .giga_tab_block .giga_tabs li.active::after {
        background: transparent;
    }

    .kyudensetwari_comparision_area .price_block .giga_tab_block .giga_tabs li a::before,
    .kyudensetwari_comparision_area .price_block .giga_tab_block .giga_tabs li a::after {
        content: none;
    }

    .kyudensetwari_comparision_area .price_giga_tab_contents .price_card {
        display: none;
    }

    .kyudensetwari_comparision_area .price_card.recommend {
        margin-top: 1em;
        padding: 2.8rem 2rem 2.4rem;
    }

    .kyudensetwari_comparision_area .price_giga_tab_contents .price_card.active {
        display: block;
    }

    .kyudensetwari_comparision_area .price_example_amount {
        margin-top: 2.4rem;
    }

    .kyudensetwari_comparision_area .txt_notes {
        font-size: 1.4rem;
    }
}

/* kyudensetwari_flow_area */
.kyudensetwari_flow_explain {
    margin: 3rem auto 0;
    max-inline-size: max-content;
    display: flex;
}

.kyudensetwari_flow_explain li {
    font-size: 1.9rem;
    font-weight: 700;
    padding: 1.6rem 0 1.6rem 5.6rem;
}

.kyudensetwari_flow_explain li:nth-child(1) {
    background: url(/hikari/recommend/kyudensetwari/img/kyudensetwari_flow_icon01.svg) no-repeat 0 50%;
    background-size: 4.8rem auto;
}

.kyudensetwari_flow_explain li:nth-child(2) {
    color: #D9383F;
    background: url(/hikari/recommend/kyudensetwari/img/kyudensetwari_flow_icon02.svg) no-repeat 0 50%;
    background-size: 4.8rem auto;
    margin: 0 0 0 3.2rem;
}

.kyudensetwari_flow_list {
    margin: 4.8rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 6rem;
}

.kyudensetwari_flow_list li {
    width: 30%;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 8px;
    padding: 4rem 1.6rem 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.6rem;
    border: 3px solid #D9383F;
    position: relative;
    min-height: 6rem;
}

.kyudensetwari_flow_list li .flow_num {
    color: #D9383F;
}

.kyudensetwari_flow_list li:nth-child(-n+3) {
    border: 3px solid #4d4d4d;
}

.kyudensetwari_flow_list li:nth-child(-n+3) .flow_num {
    color: #4d4d4d;
}

.kyudensetwari_flow_list li .flow_num span {
    font-weight: 700;
    line-height: 1;
    font-family: "Manrope", sans-serif;
    text-align: center;
}

.kyudensetwari_flow_list li .flow_num span:nth-child(1) {
    font-size: 1.8rem;
}

.kyudensetwari_flow_list li .flow_num span:nth-child(2) {
    font-size: 2.6rem;
    margin: 0 0 0 .6rem;
}

.kyudensetwari_flow_list li p:last-child span {
    text-align: center;
    font-size: 1.2rem;
    color: #D9383F;
    display: block;
}

.kyudensetwari_flow_list li::before {
    content: "";
    position: absolute;
    display: block;
    width: 4.8rem;
    height: 5.8rem;
    top: -2.9rem;
    left: 0;
    right: 0;
    margin: auto;
    background: url(/hikari/recommend/kyudensetwari/img/kyudensetwari_flow_icon02.svg) no-repeat;
    background-size: 100%;
}

.kyudensetwari_flow_list li:nth-child(-n+3)::before {
    background: url(/hikari/recommend/kyudensetwari/img/kyudensetwari_flow_icon01.svg) no-repeat;
    background-size: 100%;
}

.kyudensetwari_flow_list li:after {
    content: "";
    position: absolute;
    right: -3.5rem;
    top: 0;
    bottom: 0;
    width: 2rem;
    height: 2rem;
    border-top: 3px solid #D9383F;
    border-right: 3px solid #D9383F;
    transform: rotate(45deg);
    margin: auto;
}

.kyudensetwari_flow_list li .flow_icon {
    width: 72px;
}

.kyudensetwari_flow_list li .flow_icon img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .kyudensetwari_flow_explain {
        display: block;
    }

    .kyudensetwari_flow_explain li {
        font-size: 1.6rem;
        padding: .5rem 0 .5rem 4rem;
    }

    .kyudensetwari_flow_explain li:nth-child(1) {
        background-size: 3rem auto;
    }

    .kyudensetwari_flow_explain li:nth-child(2) {
        background-size: 3rem auto;
        margin: 1rem 0 0 0;
    }

    .kyudensetwari_flow_list {
        margin: 3rem 0 3rem 1.5rem;
        display: block;
    }

    .kyudensetwari_flow_list li {
        width: 100%;
        font-size: 1.6rem;
        padding: 8px 8px 8px 24px;
        flex-direction: row;
        column-gap: 1.2rem;
    }

    .kyudensetwari_flow_list li+li {
        margin-top: 3.2rem;
    }

    .kyudensetwari_flow_list li .flow_num span:nth-child(1) {
        font-size: 1.4rem;
    }

    .kyudensetwari_flow_list li .flow_num span:nth-child(2) {
        font-size: 1.8rem;
        margin: 0.1em 0 0 0;
        display: block;
    }

    .kyudensetwari_flow_list li p:last-child span {
        font-size: 1rem;
        text-align: left;
    }

    .kyudensetwari_flow_list li::before {
        width: 3rem;
        height: 3.6rem;
        top: 50%;
        right: auto;
        left: -1.5rem;
        transform: translateY(-50%);
    }

    .kyudensetwari_flow_list li:not(:last-child)::after {
        right: 0;
        left: 0;
        top: auto;
        bottom: -2rem;
        width: 1.2rem;
        height: 1.2rem;
        border-top: 2px solid #D9383F;
        border-right: 2px solid #D9383F;
        transform: rotate(135deg);
    }

    .kyudensetwari_flow_list li:last-child::after {
        content: none;
    }

    .kyudensetwari_flow_list li .flow_icon {
        order: 3;
        margin-left: auto;
        width: 38px;
    }


}

/* kyudensetwari_check */
.kyudensetwari_check_area .pht_single {
    max-width: 560px;
    margin: 0 auto;
}

/* kyudensetwari_notes */
.kyudensetwari_notes_area .scroll_text .sentence_block {
    margin: 0;
    height: auto;
    overflow-y: auto;
    padding: 0;
}

.kyudensetwari_notes_area .scroll_text .sentence_block p {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .kyudensetwari_notes_area .scroll_text .sentence_block {
        overflow-y: scroll;
        padding-right: 1em;
        height: 380px;
    }

    .kyudensetwari_notes_area .scroll_text .sentence_block p {
        margin-bottom: 1.6rem;
    }
}

/* kyudensetwari_discount */
.kyudensetwari_discount_area {
    padding: 10rem 0;
}

.kyudensetwari_discount_area .sentence_block .num {
    font-family: "Manrope", sans-serif;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .kyudensetwari_discount_area {
        padding: 13.33333vw 0;
    }

    .kyudensetwari_discount_area .sentence_block .font_l {
        font-size: 1.6rem !important;
    }

    .kyudensetwari_discount_area .sentence_block .font_lll {
        font-size: 1.8rem !important;
    }

    .kyudensetwari_discount_area .sentence_block .num {
        font-size: 2.6rem !important;
    }
}

/* kyudensetwari_top */
.kyudensetwari_top .sentence_block {
    margin: 0;
}

.kyudensetwari_top .sentence_block p {
    font-size: 2.2rem;
}

.kyudensetwari_top .sentence_block p em {
    position: relative;
    letter-spacing: 0.1em;
}

.kyudensetwari_top .sentence_block p em::before,
.kyudensetwari_top .sentence_block p em::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #302b29;
    top: 0;
    left: -.5em;
    transform: rotate(-30deg);
}

.kyudensetwari_top .sentence_block p em::after {
    right: -.5em;
    left: auto;
    transform: rotate(30deg);
}

.kyudensetwari_top .sentence_block p em span {
    font-family: "Manrope", sans-serif;
    font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
    .kyudensetwari_top .sentence_block p {
        font-size: 1.6rem;
        margin-bottom: .8rem;
    }

    .kyudensetwari_top .sentence_block p em span {
        font-size: 1.8rem;

    }
}