

@charset "UTF-8";

/*
    医療保険 - 保険料シミュレーション しっかり充実医療
*/
/*---- simulation.css -------------------------------------------*/
/* .bloSimulation
----------------------------------------------- */
.bloSimulation, .simOption {
    display: block;
    background: #ffffff;
}

@media print,
screen and (min-width: 768px) {

    /* PC */
    #jqSimTarget_form {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
        background: #FFF;
    }

    
    .bloSimulation {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 64px;
        flex-direction: column;
        align-self: stretch;
    }

    .simOption {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        align-self: stretch;
        border-bottom: solid 1px #d9d9d9;
    }
    

    .hoshou-messagebox {
        width: 706px;
        display: flex;
        padding: 12px 16px;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid #00A5D9;
        background: #F0F5F9;
    }

}
/* SP表示時の保障一覧メッセージボックスのスタイル */
@media only screen and (max-width: 767px) {
    .hoshou-messagebox {
        display: flex;
        align-items: center;
        padding: 12px;
        border: 1px solid #00A5D9;
        background: #F0F5F9;
        border-radius: 4px;
    }
    .hoshou-messagebox .hBox {
        margin-right: 8px;
    }
}
@media print, screen and (min-width: 768px) {   /* PC */
    
    .hoshou-messagebox {
        display: flex;
        padding: 12px 16px;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid #00A5D9;
        background: #F0F5F9;
    }

}
@media only screen and (max-width: 767px) {     /* SP */
    .bloSimulation {
        align-items: flex-start;
        gap: 24px;
    }
    .simOption {
        align-items: flex-start;
        padding: 0;
        border-bottom: solid 1px #d9d9d9;
    }

}

.bloSimulation .inputRadio,
.bloSimulation .inputCheckbox,
.simOption .inputRadio,
.simOption .inputCheckbox {
    display: none;
}

/* .bloCommonRadio 共通ラジオボタン設定
----------------------------------------------- */
.bloCommonRadio {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 44px;
    border: 2px solid #b2b2b2;
    background: #ffffff;
    cursor: pointer;
}

.bloCommonRadio::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    top: calc(50% - var(--radio-outer-radius) /2);
    left: var(--radio-outer-offset);
    width: var(--radio-outer-radius);
    height: var(--radio-outer-radius);
    border: 2px solid #b2b2b2;
    border-radius: 50%;
    background: #ffffff;
}

/* ハイライト設定 */
.inputRadio:checked + .bloCommonRadio {
    border-color: #249441;
}
.inputRadio:checked + .bloCommonRadio::before {
    border-color: #249441;
}
.inputRadio:checked + .bloCommonRadio::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(var(--radio-outer-offset) + (var(--radio-outer-radius) / 2));
    width: 15px;
    height: 15px;
    background: #249441;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 0.2s ease;
}


/* 選択不可 */
.inputRadio:disabled+.bloCommonRadio {
    border-color: #d9d9d9;
    background: #d9d9d9;
    color: #787976;
    cursor: not-allowed;
}

.inputRadio:disabled+.bloCommonRadio::before {
    border-color: #787976;
    background: #d9d9d9;
}

/* #txtLargeInputLabel
----------------------------------------------- */
@media print,
screen and (min-width: 768px) {

    /* PC */
    #txtLargeInputLabelMitsu {
        color: #333;
        width: 706px;
        font-family: "Noto Sans JP";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
        /* 44.8px */
        background-color: #ffffff;
        gap: 10px;
        margin-bottom: 40px;
    }
    #txtLargeInputLabel {
        color: #333;
        width: 706px;
        font-family: "Noto Sans JP";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
        /* 44.8px */
        background-color: #ffffff;
        gap: 10px;
        margin-bottom: 16px;
    }
}

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

    #txtLargeInputLabelMitsu {
        color: #333;
        /* Pattern/Mobile H2：見出しM */
        font-family: "Noto Sans JP";
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
        margin: 20px 0 24px;
        background-color: #ffffff;
    }
    #txtLargeInputLabel {
        color: #333;
        /* Pattern/Mobile H2：見出しM */
        font-family: "Noto Sans JP";
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
        margin: 16px 0;
        background-color: #ffffff;
    }
    .chuui {
        border-top: solid 1px #d9d9d9;
        border-bottom: solid 1px #d9d9d9;
    }
}
/* エリア間の余白調整 
----------------------------------------------- */
.select-area1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;

}
@media print,
screen and (min-width: 768px) {
    .select-area1 {
        padding: 24px 0px;
        height: 224px;
    }
}
@media only screen and (max-width: 767px) {
    .select-area1 {
        padding: 0px 16px;
        height: 176px;
    }
}

/* .txtInputLabel 性別・年齢・プランラベル
----------------------------------------------- */
.txtInputLabel .txtInputLabelMust {
    display: block;
}

@media print,
screen and (min-width: 768px) {

    /* PC */
    .txtInputLabel {
        color: #000;
        font-family: "Noto Sans JP";
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 135% !important;
        /* 24px */
    }

    .txtInputLabelMust {
        color: #E2242C;
        font-family: "Noto Sans JP";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        /* 13.2px */
    }
}

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

    /* SP */
    .txtInputLabel {
        color: #000;
        font-family: "Noto Sans JP";
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 135% !important;
        /* 24px */
    }

    .txtInputLabelMust {
        color: #E2242C;
        font-family: "Noto Sans JP";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
    }
}

@media print,
screen and (min-width: 768px) {

    /* PC */
    .labelGroup {
        width: 706px;
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 8px;
    }

    .txtInputLabel {
        color: #000;
        font-family: "Noto Sans JP";
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
    }
}

@media only screen and (max-width: 767px) {
    .labelGroup {
        display: flex;
        gap: 6px;
        margin-bottom: 8px;
    }

    .txtInputLabel {
        font-size: 14px;
    }
}

/* #bloSimSex 性別エリア
----------------------------------------------- */

@media print,
screen and (min-width: 768px) {
    #bloSimSex {
        width: 706px;
        gap: 12px;
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 767px) {
    #bloSimSex {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        align-self: stretch;
        margin-bottom: 16px;
    }
}


/* .bloInputSex 性別ラジオボタン
----------------------------------------------- */
.bloInputSex {

    border-radius: 4px;
    color: black;
}

@media print,
screen and (min-width: 768px) {

    /* PC */
    .bloInputSex {
        text-align: left;
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 17.6px */
        width: 328px;
        height: 48px;
        display: flex;
        min-width: 140px;
        align-items: center;
        gap: 8px;
        flex: 1 0 0;
        --radio-outer-radius: 24px;
        --radio-inner-radius: 24px;
        --radio-outer-offset: 12px;
    }
}
@media only screen and (max-width: 767px) {

    /* SP */
    .bloInputSex {
        width: 100%;
        height: 48px;
        font-size: 16px;
        --radio-outer-radius: 24px;
        --radio-inner-radius: 14px;
        --radio-outer-offset: 8px;
    }
}
/* #bloInputAge 年齢セレクトボックスラッパー
----------------------------------------------- */
#bloInputAge {
    position: relative;
    display: inline-block;
    border: 2px solid #D9D9D9;
    border-radius: 4px;
    background: #FFF;
    color: black;
    margin-bottom: 40px;
}

.simOption .price-card {
    margin: 0 0 8px 0;
}

@media print,
screen and (min-width: 768px) {

    #bloInputAge {
        width: 706px;
        height: 48px;
    }

    .label-senden {
        color: #333333;
        font-weight: 700;
        line-height: 19.60px;
    }
    .label-jiko {
        width: 374px;
        font-weight: 700;
        font-size: 20px;
        font-family: "Noto Sans JP", sans-serif;
    }

/* rowTableSim left-top
----------------------------------------------- */

    .benefit-card-left-top .benefit-card-top-row {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .left-bottom {
        text-align: right;
    }


    .price-card-pmen .benefit-card-top-row,
    .price-card-kaipmen .benefit-card-top-row {
        width: 280px;
    }

    /* ========================================= */
    /* 保険オプションカードのスタイル（活性化状態用） */
    /* ========================================= */


    
    .price-card {
        width: 706px;
        min-height: 56px;
        padding: 16px;
        border-radius: 8px;
        border: 1px solid #D9D9D9;
        display: inline-flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .price-card .benefit-card {
        flex: 1 1 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;

    }
    .benefit-card.green { background: #F0F9F2; }
    .benefit-card.bluegreen { background: #EDFCFA; }
    .benefit-card.blue { background: #EEF9FC; }
    .benefit-card.beige { background: #FAF6EF; }
    .benefit-card.pink { background: #FDF6F8; }
    .benefit-card.yellow { background: #FDFAE7; }
    .benefit-card.yellowgreen { background: #FAFDED; }

    .price-card .benefit-card-content {
        flex: 1 1 0;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 12px;
    }

    .price-card .benefit-card-header {
        align-self: stretch;
        display: inline-flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .price-card .benefit-card-body {
        align-self: stretch;
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
    }

    .price-card .benefit-card-body-left {
        width: 260px;
        display: inline-flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 16px;
    }

    .price-card .benefit-card-left-top {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .price-card .label-day {
        width: 100%;
        align-self: stretch;
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        word-wrap: break-word;
        color: #333333;
        font-size: 14px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        line-height: 19.60px;
    }

    .benefit-card-amount {
        display: flex;
        align-items: baseline;
    }

    .price-card .benefit-card-amount-value {
        width: max-content;
        font-weight: 700;
        font-size: 20px;
        font-family: "Noto Sans JP", sans-serif;
    }

    .price-card .benefit-card-amount-unit {
        width: auto;
        font-size: 20px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        white-space: nowrap;
    }

    .price-card .left-bottom {
        width:100%;
        color: #333333;
        font-size: 14px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
        line-height: 19.60px;
        word-wrap: break-word;
    }

    .price-card-senshin .left-bottom{
        padding-top: 16px;
    }

    .price-card .benefit-card-body-right {
        width:100%;
        flex: 1 1 0;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 12px;
    }

    .price-card .bloBasePremium {
        display: flex;
        align-self: stretch;
        justify-content: flex-end;
        color:  #333333;
        font-size: 20px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        line-height: 28px;
        word-wrap: break-word;
        
    }

    .price-card .optionBenefitNote {
        align-self: stretch;
        display: inline-flex;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
    }

    .price-card .optionBenefitNote a {
        font-size: 13px;
        display: flex;
        gap: 8px;
        cursor: pointer;
        color: #333333;
        text-decoration: none;
    }

    .price-card .feature-icon-badge {
        width: 21px;
        height: 21px;
        position: relative;
        mix-blend-mode: luminosity;
        display: flex;
        justify-content: center;
        align-items: center;
        background:  #5D665F;
        border-radius: 9999px;
        /* 円形 */
        color: white;
        font-size: 14px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        line-height: 22.40px;
    }

    .price-card .option-note {
        display: inline-block;   /* 内容幅に収まるブロック化 */
        margin-left: auto;       /* 親の中で右寄せを維持 */
        text-align: left;        /* ブロック内部は左揃え（行頭が揃う） */
        box-sizing: border-box;
        width: 130px;              /* ここを調整して左端の位置を微調整（例: 50% / 55% / 65%） */
        max-width: 100%;
        white-space: normal;
        word-wrap: break-word;
        color: #333333;
        font-size: 13px;
        line-height: 19.5px;
    }
    
    .price-card .payment-period,
    .price-card .benefit-rate {
        display: inline-block;   /* 内容幅に収まるブロック化 */
        margin-left: auto;       /* 親の中で右寄せを維持 */
        text-align: right;        /* ブロック内部は左揃え（行頭が揃う） */
        box-sizing: border-box;
        width: 50%;              /* ここを調整して左端の位置を微調整（例: 50% / 55% / 65%） */
        max-width: 100%;
        white-space: normal;
        word-wrap: break-word;
        color: #333333;
        font-size: 13px;
        line-height: 19.5px;
    }


    /* チェックマーク (内部白いチェック) */
    .checkbox-icon-inner {
        width: 16.66px;
        height: 11.54px;
        position: absolute;
        left: 3.62px;
        top: 6.71px;
        background: white;
    }

    /* コンテンツ部のスタイル */
    .price-card .benefit-card-content {
        flex: 1 1 0;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    /* 上部部分：タイトルと選択中ラベル */
    .price-card .benefit-card-header {
        display: inline-flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }

    .price-card .title {
        flex: 1 1 0;
        height: 25px;
        font-size: 16px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        line-height: 22.4px;
        word-wrap: break-word;
    }
    .price-card .title-sup {
        vertical-align: super;
        font-size: 12px;
    }

    .price-card .required-label {
        padding: 4px 8px;
        background: #D94935;
        border-radius: 5px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 12px;
        font-weight: 700;
        line-height: 16.8px;
        margin: 0;
        white-space: nowrap;
        width: 52px;
    }

    /* 本文部：左エリア + 右エリア */
    .price-card .benefit-card-body {
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

    .label-count {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        color: var(--Typography-Text, #333333);
        font-size: 14px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        line-height: 19.6px;
    }

    /* 右側部分 */

    .bloBasePremium {
        width: 100%;
        justify-content: flex-end;
        color: var(--Typography-Text, #333333);
        font-size: 20px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        line-height: 28px;
    }

    .optionBenefitNote {
        display: inline-flex;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

    .feature-icon-badge {
        width: 21px;
        height: 21px;
        position: relative;
        background: var(--key, #009B43);
        border-radius: 9999px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 14px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        line-height: 22.4px;
    }

    /* ハイライト設定 */
    #bloInputAge.isSelected {
        border-color: #249441;
    }

    #bloInputAge.isSelected::after {
        border-top-color: #249441;
    }

}



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

    #bloInputAge {
        width: 100%;
        height: 48px;
        margin-bottom: 24px;
    }

    .price-card .benefit-card-body {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .price-card .benefit-card-top-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    
    .price-card .left-bottom {
        text-align: right;
        width: 100%;
        margin-top: 8px;
        font-size: 14px;
    }
    .price-card .benefit-card-body-right {
        align-items: flex-end;
    }



    

    /* ========================================= */
    /* 保険オプションカードのスタイル（活性化状態用） */
    /* ========================================= */
    .price-card {
        width: 100%;
        min-width: 320px;
        min-height: 56px;
        padding: 16px;
        border-radius: 8px;
        border: 1px solid #D9D9D9;
        display: inline-flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 12px;
        margin-left: auto;
        margin-right: auto;
    }

    .price-card .benefit-card {
        flex: 1 1 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .price-card .benefit-card-content {
        flex: 1 1 0;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 12px;
    }

    .price-card .benefit-card-header {
        align-self: stretch;
        display: inline-flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .price-card .benefit-card-body {
        align-self: stretch;
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
    }

    .price-card .benefit-card-body-left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 16px;
        flex-grow: 1;
        width: 100%;
        padding: 10px 0;
    }

    .price-card .benefit-card-body-left .label-senden{
        align-self: stretch;
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        word-wrap: break-word;
        color: #333333;
        font-size: 14px;
        font-weight: 700;
        line-height: 19.60px;
    }
    
    .price-card .benefit-card-body-left .label-jiko {
        font-size: 20px !important;   /* 20pxを強制適用 */
        font-weight: 700;
        line-height: 28px;
        color: #333333;
    }
    .price-card .benefit-card-body-left .label-jiko-break {
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    .price-card .benefit-card-left-top {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .price-card .label-day {
        align-self: stretch;
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        word-wrap: break-word;
        color: #333333;
        font-size: 14px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        line-height: 19.60px;
    }


    .benefit-card-amount {
        display: flex;
        align-items: baseline;
    }

    .price-card .benefit-card-amount-value {
        width: max-content;
        font-weight: 700;
        font-size: 20px;
        font-family: "Noto Sans JP", sans-serif;
    }

    .price-card .benefit-card-amount-unit {
        width: auto;
        font-size: 20px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        white-space: nowrap;
    }

    .price-card .left-bottom {
        text-align: right;
        color: #333333;
        font-size: 14px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
        line-height: 19.60px;
        word-wrap: break-word;
    }

    .price-card .benefit-card-body-right {
        flex: 1 1 0;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 12px;
        width: 100%;
    }

    .price-card .bloBasePremium {
        display: flex;
        align-self: stretch;
        justify-content: flex-end;
        color: #333333;
        font-size: 20px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        line-height: 28px;
        word-wrap: break-word;
    }

    .price-card .optionBenefitNote {
        align-self: stretch;
        display: inline-flex;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
    }

    .price-card .optionBenefitNote a {
        font-size: 13px;
        display: flex;
        gap: 8px;
        cursor: pointer;
        color: #333333;
        text-decoration: none;
    }

    .price-card .feature-icon-badge {
        width: 21px;
        height: 21px;
        position: relative;
        mix-blend-mode: luminosity;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #5D665F;
        border-radius: 9999px;
        /* 円形 */
        color: white;
        font-size: 14px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        line-height: 22.40px;
    }
    
    .price-card .option-note {
        display: flex;   /* 内容幅に収まるブロック化 */
        margin-left: auto;       /* 親の中で右寄せを維持 */
        text-align: left;        /* ブロック内部は左揃え（行頭が揃う） */
        box-sizing: border-box;
        width: 130px;              /* ここを調整して左端の位置を微調整（例: 50% / 55% / 65%） */
        max-width: 100%;
        white-space: normal;
        word-wrap: break-word;
        color: #333333;
        font-size: 13px;
        line-height: 19.5px;
    }
    .price-card .payment-period,
    .price-card .benefit-rate {
        display: flex;   /* 内容幅に収まるブロック化 */
        margin-left: auto;       /* 親の中で右寄せを維持 */
        text-align: right;        /* ブロック内部は左揃え（行頭が揃う） */
        box-sizing: border-box;
        max-width: 100%;
        white-space: normal;
        word-wrap: break-word;
        color: #333333;
        font-size: 13px;
        line-height: 19.5px;
    }

    /* ========================================= */
    /* 保険オプションカードのスタイル（活性化状態用） */
    /* ========================================= */


    /* チェックマーク (内部白いチェック) */
    .checkbox-icon-inner {
        width: 16.66px;
        height: 11.54px;
        position: absolute;
        left: 3.62px;
        top: 6.71px;
        background: white;
    }

    /* コンテンツ部のスタイル */
    .price-card .benefit-card-content {
        flex: 1 1 0;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 12px;
    }

    /* 上部部分：タイトルと選択中ラベル */
    .price-card .benefit-card-header {
        display: inline-flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }

    .price-card .title {
        flex: 1 1 0;
        height: 25px;
        font-size: 16px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        line-height: 22.4px;
        word-wrap: break-word;
    }

    .price-card .title-sup {
        font-size: 12px;
        vertical-align: super;
    }

    .price-card .required-label {
        padding: 4px 8px;
        background: #D94935;
        border-radius: 5px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 12px;
        font-weight: 700;
        line-height: 16.8px;
        margin: 0;
        white-space: nowrap;
        width: 52px;
    }

    /* 本文部：左エリア + 右エリア */
    .price-card .benefit-card-body {
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

    .label-count {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        color:  #333333;
        font-size: 14px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        line-height: 19.6px;
    }

    /* 右側部分 */
    .benefit-card-body-right {
        flex: 1 1 0;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 12px;
        width: 100%;
    }

    .bloBasePremium {
        width: 100%;
        justify-content: flex-end;
        color: var(--Typography-Text, #333333);
        font-size: 20px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        line-height: 28px;
    }

    .optionBenefitNote {
        display: inline-flex;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

    .optionBenefitNote a {
        display: flex;
        gap: 8px;
    }

    .feature-icon-badge {
        width: 21px;
        height: 21px;
        position: relative;
        background: var(--key, #009B43);
        border-radius: 9999px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 14px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        line-height: 22.4px;
    }

    /* ハイライト設定 */
    #bloInputAge.isSelected {
        border-color: #249441;
    }

    #bloInputAge.isSelected::after {
        border-top-color: #249441;
    }

}

.price-card-senshin .benefit-card-body-left {
    gap: 0;
}

/* #inputAge 年齢セレクトボックス
----------------------------------------------- */
#bloInputAge select {
    width: 100%;
    padding: 10px 32px 10px 16px;
    font-size: 14px;
    background-image: linear-gradient(45deg, transparent 50%, #808080 50%),
        linear-gradient(-45deg, transparent 50%, #808080 50%);
    background-position: right 16px center, right 10px center;
    background-size: 7px 7px;
    background-repeat: no-repeat;
    flex: 1;
    /* 矢印のためのスペースを確保する */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.bloBaseSelect {
    min-width: 140px;
    height: 48px;
    font-weight: 700;
    font-size: 20px;
    outline: 2px #D9D9D9 solid;
    outline-offset: -2px;
    background: white;
    border-radius: 4px;
}    

.bloBaseSelect select {
    width: 100%;
    height: 48px;
    background-image: linear-gradient(45deg, transparent 50%, #808080 50%),
        linear-gradient(-45deg, transparent 50%, #808080 50%);
    background-position: right 24px center, right 18.2px center;
    background-size: 6px 6px;
    background-repeat: no-repeat;
    flex: 1 0 0;
    /* 残りのスペースを埋める */
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

#inputCureAmt {
    padding-left: 32px;
}

#inputTuu25Amt {
    padding-left: 18px;
}

#inputNyuuin60Amt {
    padding-left: 18px;
}

/* フォーカス時の黒い枠線とハイライトを削除 */
#bloInputAge select:focus {
    outline: none;
    border-color: #ccc;
    box-shadow: none;
}

#inputCureAmt, #inputTuu25Amt, #inputNyuuin60Amt:focus {
    outline: none;
    border-color: #ccc;
    box-shadow: none;
}

.price-card .feature-name-left {
    width: 100%;
    height: 17px;
    color:  #333333;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 19.50px;
    justify-content: flex-end;
}

.price-card.price-card-kega .feature-name-left {
    font-size: 14px;
}

.price-card-cureamt {
    border-color: #009B43;
    background-color: #F0F9F2;
}

.price-card-cureamt .title, .title-sup{
    color: #009B43;
}
    

/* background color */
.price-card-cureamt, .price-card-senshin, .price-card-tuuin, .price-card-nyuuin {
    background: #F0F9F2;
}

.price-card-cureex, .price-card-3sipnyu, 
.price-card-3siptuu, .price-card-3siplsp {
    background: #EDFCF9;
}
.price-card-kailsp {
    background: #EEF9FC;
}

.price-card-pmen, .price-card-kaipmen {
    position: relative;
    background: #FAF6EF;
}

.price-card-jyonyu, .price-card-jyoope {
    position: relative;
    background: #FDF6F8;
}

.price-card-child {
    position: relative;
    background: #FDFAE7;
}

.price-card-kega, .price-card-syu, .price-card-curehealth {
    position: relative;
    background: #FAFDED;
}

.inputCheckbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    left: 16px;
    border-radius: 4px;
    border: 2px solid #B3B3B3;
    background: #FFF;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
}
/* 入院/通院/先進チェックボックス カラー */
.green:checked {
    background: #009B43;
    border: none;
}

/* 三大疾病チェックボックス カラー */
.bluegreen:checked {
    background: #009994;
    border: none;
}

/* 介護チェックボックス カラー */
.blue:checked {
    background: #007D99;
    border: none;
}
/* いざという時チェックボックス カラー */
.beige:checked {
    background: #A7804E;
    border: none;
}

/* 女性チェックボックス カラー */
.pink:checked {
    background: #F9788D;
    border: none;
}
/* 骨折チェックボックス カラー */
.yellowgreen:checked {
    background: #6A8000;
    border: none;
}

.checkbox-icon, 
label .selected-label {
    position: relative;
    width: 36px;
    height: 24px;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    opacity: 1;
}

.dummy-icon {
    width: 24px;
    height: 24px;
}

/* 入院に手厚く備えたいチック制御 */
.price-card:has(.checkbox-icon input.inputCheckbox .green:checked) .selected-label {
    opacity: 1;
}

.price-card:has(.checkbox-icon input.inputCheckbox .green:checked) .title {
    color: #009B43;
}
/* 三大疾病 */
.price-card:has(.checkbox-icon input.inputCheckbox .bluegreen:checked) .selected-label {
    opacity: 1;
}
.price-card:has(.checkbox-icon input.inputCheckbox .bluegreen:checked) .title {
    color: #009994;
}

/* 介護 */
.price-card:has(.checkbox-icon input.inputCheckbox .blue:checked) .selected-label {
    opacity: 1;
}
.price-card:has(.checkbox-icon input.inputCheckbox .blue:checked) .title {
    color: #007D99;
}
/* いざという */
.price-card:has(.checkbox-icon input.inputCheckbox .beige:checked) .selected-label {
    opacity: 1;
}
.price-card:has(.checkbox-icon input.inputCheckbox .beige:checked) .title {
    color: #A7804E;
}

/* 女性特有 */
.price-card:has(.checkbox-icon input.inputCheckbox .pink:checked) .selected-label {
    opacity: 1;
}
.price-card:has(.checkbox-icon input.inputCheckbox .pink:checked) .title {
    color: #F9788D;
}

/* 骨折 */
.price-card:has(.checkbox-icon input.inputCheckbox .yellowgreen:checked) .selected-label {
    opacity: 1;
}
.price-card:has(.checkbox-icon input.inputCheckbox .yellowgreen:checked) .title {
    color: #6A8000;
}

/* 入院チェックボックス */
.price-card.green:has(input[type="checkbox"]:checked) {
    border-color: #009B43;
}

/* 三大疾病に備えたい */
.price-card.bluegreen:has(input[type="checkbox"]:checked) {
    border-color: #009994;
}

/* 介護に備えたい */
.price-card.blue:has(input[type="checkbox"]:checked) {
    border-color: #007D99;
}
/* いざという時 */
.price-card.beige:has(input[type="checkbox"]:checked) {
    border-color: #A7804E;
}

/* 女性特有 */
.price-card.pink:has(input[type="checkbox"]:checked) {
    border-color: #F9788D;
}

/* 骨折 */
.price-card.yellowgreen:has(input[type="checkbox"]:checked) {
    border-color: #6A8000;
}

input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 8px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
    transition: opacity 0.2s ease-in;
    opacity: 1;
}

@media print,
screen and (min-width: 768px) {

    /* PC */
    #bloInputAge select {
        /*color: rgba(51, 51, 51, 0.50);*/
        font-size: 16px;
    }

    #bloInputAge option {
        color: black;
    }

    #inputCureAmt select {
        margin-left:42px;
    }
    #inputTuu25Amt select {
        margin-left:42px;
    }
    #inputNyuuin60Amt select {
        margin-left:42px;
    }

}

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

    /* SP */
    #bloInputAge select {
        /*color: rgba(51, 51, 51, 0.50); */
        font-size: 16px;
    }

    #bloInputAge option {
        color: black;
    }

    #inputCureAmt select {
        margin-left:21px;
    }
    #inputTuu25Amt select {
        margin-left:21px;
    }
    #inputNyuuin60Amt select {
        margin-left:21px;
    }
}

/* チェック時設定 */
.inputRadio:checked+.bloInputPlan {
    color: #ffffff;
    cursor: default;
}

#inputPlan01:checked+.bloInputPlan {
    border-color: #009DE1;
    background: #009DE1;
}

#inputPlan02:checked+.bloInputPlan {
    border-color: #F9788E;
    background: #F9788E;
}

#inputPlan03:checked+.bloInputPlan {
    border-color: #C27BB0;
    background: #C27BB0;
}

#inputPlan01:checked+.bloInputPlan::after {
    border-top-color: #009DE1;
}

#inputPlan02:checked+.bloInputPlan::after {
    border-top-color: #F9788E;
}

#inputPlan03:checked+.bloInputPlan::after {
    border-top-color: #C27BB0;
}

#inputPlan01:checked+.bloInputPlan .imgInputPlanSelected,
#inputPlan02:checked+.bloInputPlan .imgInputPlanSelected,
#inputPlan03:checked+.bloInputPlan .imgInputPlanSelected {
    display: block;
}

#inputPlan01:not(:checked)+.bloInputPlan .imgInputPlanSelected,
#inputPlan02:not(:checked)+.bloInputPlan .imgInputPlanSelected,
#inputPlan03:not(:checked)+.bloInputPlan .imgInputPlanSelected {
    display: none;
}

#inputPlan01:checked+.bloInputPlan .imgInputPlan,
#inputPlan02:checked+.bloInputPlan .imgInputPlan,
#inputPlan03:checked+.bloInputPlan .imgInputPlan {
    display: none;
}

/* 無効か設定 */
.inputRadio:disabled+.bloInputPlan {
    cursor: not-allowed;
}

/* 保障内容ボタン
----------------------------------------------- */

.inputRadio:checked+.bloInputPlan {
    color: #ffffff;
    cursor: default;
}

#inputPlan01:checked+.bloInputPlan {
    border-color: #009DE1;
    background: #009DE1;
}

#inputPlan02:checked+.bloInputPlan {
    border-color: #F9788E;
    background: #F9788E;
}

#inputPlan03:checked+.bloInputPlan {
    border-color: #C27BB0;
    background: #C27BB0;
}

#inputPlan01:checked+.bloInputPlan::after {
    border-top-color: #009DE1;
}

#inputPlan02:checked+.bloInputPlan::after {
    border-top-color: #F9788E;
}

#inputPlan03:checked+.bloInputPlan::after {
    border-top-color: #C27BB0;
}

#inputPlan01:checked+.bloInputPlan .imgInputPlanSelected,
#inputPlan02:checked+.bloInputPlan .imgInputPlanSelected,
#inputPlan03:checked+.bloInputPlan .imgInputPlanSelected {
    display: block;
}

#inputPlan01:not(:checked)+.bloInputPlan .imgInputPlanSelected,
#inputPlan02:not(:checked)+.bloInputPlan .imgInputPlanSelected,
#inputPlan03:not(:checked)+.bloInputPlan .imgInputPlanSelected {
    display: none;
}

#inputPlan01:checked+.bloInputPlan .imgInputPlan,
#inputPlan02:checked+.bloInputPlan .imgInputPlan,
#inputPlan03:checked+.bloInputPlan .imgInputPlan {
    display: none;
}

/* 無効か設定 */
.inputRadio:disabled+.bloInputPlan {
    cursor: not-allowed;
}

/* .bloOuterBanner バナー外側デザイン
----------------------------------------------- */
.bloOuterBanner {
    display: none;
}

@media print,
screen and (min-width: 768px) {

    .sougouDisplay {
        font-size: 14px;
        width: 706px;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    /* .bloCalaBaseDate 計算基準日
    ----------------------------------------------- */
    .bloCalaBaseDate {
        color: #333;
        display: inline-flex;
        justify-content: end;
        justify-items: end;
        grid-template: auto / auto 15px auto repeat(2, 19px auto);
        gap: 2.5px;
        width: 706px;
        font-size: 14px;
        margin-bottom: 16px;
    }

    /* .txtSimSectionLabel
    ----------------------------------------------- */
    .txtSimSectionFlex {
        color: #333;
        width: 706px;
        font-family: "Noto Sans JP";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
    }

    .txtSimSectionLabel {
        display: flex;
        width: 668px;
        flex-direction: column;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    
	/* .bloOuterBanner バナー外側デザイン
	----------------------------------------------- */
	.bloOuterBanner.isVisibility {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
        position: fixed;
	    bottom: 0;
	    left: 0;
	    z-index: 999;
	    width: 100%;
	    margin: 0;
	    background: #f6e8a8;
        justify-content: center;
        height: 110px;
	}

	.jqSimPriceOutput .bloInnerBanner {
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}

	.jqSimPriceOutput .bloTotalPremium {
	    width: 320px;
	    height: 39px;
	    display: flex;
	    font-family: "Noto Sans JP";
	    font-size: 16px;
	    font-weight: 700;
	    justify-content: space-between;
	    flex-direction: row;
	    align-items: center;
	    margin-bottom: 8px;
		overflow: hidden;
	}

}

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

    .sougouDisplay {
        font-size: 14px;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .sougouDisplay.bottomNote{
        margin-top: 16px;
        margin-bottom: 16px;
    }
    
    /* .bloCalaBaseDate 計算基準日
    ----------------------------------------------- */
    .bloCalaBaseDate {
        justify-content: flex-end;
        align-items: center;
        display: grid;
        justify-items: end;
        grid-auto-flow: column;
        grid-template: auto / auto 35px auto repeat(2, 19px auto);
        gap: 2.5px;
        color: #333;
        text-align: right;
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        margin-bottom: 24px;
        /* 22.4px */
    }

    /* .txtSimSectionLabel
    ----------------------------------------------- */
    .txtSimSectionFlex {
        color: #333333;
        /* PC_h3 */
        font-family: "Noto Sans JP";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
        /* 38.4px */
        display: flex;
        align-items: center;
    }

    .txtSimSectionLabel {
        display: flex;
        flex-direction: column;
        margin-top: 24px;
        margin-bottom: 8px;
    }

    .simOption .txtSimSectionLabel {
        margin-top: 16px;
        margin-bottom: 16px;
    }

	/* .bloOuterBanner バナー外側デザイン
	----------------------------------------------- */
	.bloOuterBanner.isVisibility {
		position: fixed;
	    bottom: 0;
	    left: 0;
	    z-index: 999;
	    display: grid;
	    width: 100%;
	    margin: 0;
	    background: #f6e8a8;
        align-content: center;
        justify-content: center;
        grid-template: auto / 748px minmax(auto, 262px);
        padding-top: 4px;
        padding-bottom: 10px;
	}

	.jqSimPriceOutput .bloInnerBanner {
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	
	.jqSimPriceOutput .bloTotalPremium {
	    width: 320px;
	    height: 39px;
	    display: flex;
	    font-family: "Noto Sans JP";
	    font-size: 16px;
	    font-weight: 700;
	    justify-content: space-between;
	    flex-direction: row;
	    align-items: center;
		overflow: hidden;
	}

}

@media print,
screen and (min-width: 768px) {

    /* PC */
    .bloTotalPremium {
        padding-top: 5px;
		overflow: hidden;
    }

    .bloTotalPremium>.labelTotalPremium {
        font-size: 16px;
		margin: 0;
		padding: 0;
		white-space: nowrap;
    }
}

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

    /* SP */
    .bloTotalPremium>.labelTotalPremium {
        font-size: 16px;
        text-align: left;
    }
}

.bloTotalPremium>.bloPremium {
    width: 126px;
    height: 26px;
    align-items: end;
    justify-content: end;
    margin-left: 18px;
    display: inline-flex;
    white-space: nowrap;
    flex-shrink: 0;
    gap: 2px;
}

.bloTotalPremium>.bloPremium>.valuePremium {
    line-height: 1;
	display: inline-block;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

@media print,
screen and (min-width: 768px) {

    /* PC */
    .bloTotalPremium>.bloPremium>.valuePremium {
        font-family: "Noto Sans JP";
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
    }

    .bloTotalPremium>.bloPremium>.unitPremium {
        width: 43px;
        height: 22px;
		margin: 0;
		padding: 0;
        font-size: 18px;
        font-weight: 700;
        line-height: 120%;
		white-space: nowrap;
		vertical-align: baseline;
		display: inline-block;
    }
}

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

    /* SP */
    .bloTotalPremium>.bloPremium>.valuePremium {
        font-size: 30px;
    }

    .bloTotalPremium>.bloPremium>.unitPremium {
        font-size: 16px;
    }
}


/* .buttonBanner バナー用ボタン
----------------------------------------------- */
.buttonBanner {
    justify-self: center;
    display: grid;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50px;
    background: #e98300;
    color: #ffffff !important;
    letter-spacing: 0.01em;
    cursor: pointer;
    text-decoration: none !important;
}
/* プラン選択に応じて資料請求ボタンを表示する */
body[data-select-plan="2"] .buttonBanner.shikkariWoman,
body[data-select-plan="3"] .buttonBanner.shikkariJok {
    display: flex !important; /* ボタンのスタイルに合わせて flex を指定 */
}

@media print,
screen and (min-width: 768px) {

    /* PC */
    .buttonBanner {
        grid-template: auto / auto auto;
        gap: 10px;
        width: 340px;
        height: 44px;
        font-size: 16px;
        font-weight: 700;
    }

    .iconButtonBanner {
        width: 20px;
        height: 20px;
    }

    /* .buttonBanner バナー用ボタン
	----------------------------------------------- */
    .buttonBannerFooter {
        width: 320px;
        height: 69px;
        display: flex;
        gap: 10px;
        font-size: 20px;
        align-items: center;
        justify-content: center;
        border-radius: 40px;
        background: #e98300;
        color: #ffffff !important;
        text-decoration: none !important;
        margin-top: 10px;
        margin-bottom: 15px;
    }

}

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

    /* SP */
    .buttonBanner {
        width: 320px;
        min-width: 160px;
        height: 44px;
        min-height: 40px;
        padding: 8px 24px;
        gap: 10px;
        display: flex;
        font-size: 16px;
        letter-spacing: 0.1em;
    }

    .iconButtonBanner {
        width: 32px;
        height: 32px;
    }

    /* .buttonBanner バナー用ボタン
	----------------------------------------------- */
    .buttonBannerFooter {
        width: 320px;
        height: 69px;
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        border-radius: 40px;
        background: #e98300;
        color: #ffffff !important;
        text-decoration: none !important;
        padding: 16px 24px;
    }

    .buttonBannerFooter strong {
        font-weight: 700;
        font-family: "Noto Sans JP";
        line-height: 120%;
        width: 144px;
        height: 22px;
        background: #e98300;
        font-size: 18px;
        gap: 10px;
        padding-left: 10px;
    }

}

/* .bloWarningMessage
----------------------------------------------- */
.bloWarningMessage {
    display: none;
    padding-left: 15px;
    font-size: 12px;
    color: #e11901;
}
.bloWarningMessage.isVisibility {
    display: block;
    background-size: 16px auto;
    position: unset;
    padding-left: 20px;
    background-image: url(/content/dam/aflac/jp/ja/static/iryo/shikkari/images/icon_exclamation_circle.png);
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: top left;
}
/* 個別設定 */
#bloPlanWarning.bloWarningMessage.isVisibility {
    margin-bottom: 10px;
}
.bloOptionWarning.bloWarningMessage.isVisibility {
    margin-top: 20px;
}

.additionalCoverageGuide{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px 0px;
    gap: 16px;
    width: 706px;
    height: 144px;
    margin-bottom: 16px;
}

.union {
    width: 32px;
    height: 32px;
}

.additionalCoverageText{
    height: 76px;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    align-items: center;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .additionalCoverageGuide {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 24px;
        margin-bottom: 16px;
    }

}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

figure {
	margin: 0;
}

html {
	height: 100%;
}

/* .description */
.description {
	color: #333;
	font-size: 12px;
	font-weight: normal;
}

.boxContent+.description {
	margin-top: 10px;
}

.description.float {
	float: left;
}

.description .pamphlist {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-left: 13px;
}

.description.modFontSize .list {
	padding-left: 1.3em;
}

.description .list .bullet {
	position: absolute;
	left: 0;
}

.description sup {
	font-size: 60%;
	vertical-align: top;
}

@media print,
screen and (min-width: 768px) {
	.description a:hover {
		text-decoration: none;
	}
}

.btnRow2-cardProd {
    display: flex;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
}

.btnRow2-cardProd:after {
    display: none;
}

/***************************************************
* jqDrawerMenu Setting
***************************************************/
#jqDrawerMenuWrapper.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

/* #bloDownArrowIcon
----------------------------------------------- */
#bloDownArrowIcon {
    padding: 24px 0;
}
#bloDownArrowIcon::before {
    content: "";
    display: block;
    width: 0;
    border-top: 50px solid #249441;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {     /* SP */
    #bloDownArrowIcon {
        padding: 24px 0;
    }
}

/***************************************************
* sp-style
***************************************************/
@media only screen and (max-width: 767px) {

    /* .duckButtonBox-sp */
	.duckButtonBox {
		margin: 0 0 20px;
		background: #fff;
	}

	.duckButtonBanner {
		text-align: center;
	}

	.duckButtonBox.white .duckButtonBanner {
		background: #fff;
		padding: 24px 47.5px;
		margin: 0;
	}

	.duckButtonBox .description {
		padding: 5px 10px 10px;
	}

	.duckButtonBanner .image {
		margin-bottom: 20px;
	}
    
    .duckButtonBanner .pamphBox .pamphPop {
        margin-right: 0;
    }

    .duckButtonBanner .pamphBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 0;
        margin-bottom: 21px;
    }

	.duckButtonBanner .duckButton {
		display: inline-block;
		width: 100%;
		background: #f49e00;
		box-shadow: 0px 2px 3px 0px rgba(4, 0, 0, 0.25);
		border-radius: 3px;
		padding: 18px 50px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}

	.duckButton:before {
		display: inline-block;
		width: 25px;
		height: 27px;
		background: url(/content/dam/aflac/jp/ja/static/iryo/shikkari/images/icon_link_book_white.png) 0 0 no-repeat;
		background-size: contain;
		margin-right: 20px;
		vertical-align: middle;
		content: "";
	}

    .siryoButtom {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .siryoButtom .description,
    .siryoButtom .buttonBannerFooter {
        display: inline-block;
    }

}

/* --- プラン選択に応じた資料請求バナーの表示切り替え --- */

/* 女性プラン選択時に女性プランバナーを表示 */
body[data-select-plan="2"] .duckButtonBanner.shikkariWoman {
    display: block !important;
}

/* JOKENプラン選択時にJOKENプランバナーを表示 */
body[data-select-plan="3"] .duckButtonBanner.shikkariJok {
    display: block !important;
}

/* --- 不要なバナーを非表示 --- */

/* 女性プランまたはJOKENプラン選択時に標準バナーを非表示 */
body[data-select-plan="2"] .duckButtonBanner.shikkari,
body[data-select-plan="3"] .duckButtonBanner.shikkari {
    display: none !important;
}

/* 標準プランまたはJOKENプラン選択時に女性プランバナーを非表示 */
body[data-select-plan="1"] .duckButtonBanner.shikkariWoman,
body[data-select-plan="3"] .duckButtonBanner.shikkariWoman {
    display: none !important;
}

/* 標準プランまたは女性プラン選択時にJOKENプランバナーを非表示 */
body[data-select-plan="1"] .duckButtonBanner.shikkariJok,
body[data-select-plan="2"] .duckButtonBanner.shikkariJok {
    display: none !important;
}



#contents {
    background-color: #FFF !important;
    margin: 0 auto;
}

.container .containerMain {
    font-family: 'Noto Sans JP', sans-serif;
}

@media print,
screen and (min-width: 768px) {

    body {
        min-width: 1442px !important;
    }

    #mainContainerCmpWrap {
        min-width: 1256px;
    }

    .container .containerMain {
        width: 994px !important;
        padding: 0 0 100px 0;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        background-color: #FFF !important;
        padding: 0!important;
    }
    .container .containerMain {
        padding: 24px 10px 50px !important;
        width: 100% !important;
    }
}

/***************************************************
* pc-style
***************************************************/
@media print,
screen and (min-width: 768px) {

     /* .duckButtonBox-pc */
    .duckButtonBox {
        margin: 20px 0;
    }

    .parent {
        align-content: end;
    }

    .siryoButtom {
        align-self: end;
    }

	.duckButtonBox.white .duckButtonBanner {
        background: #fff;
        padding: 15px 20px;
    }

    /* .duckButtonBanner-pc */
    .duckButtonBanner {
        position: relative;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }

    .duckButtonBanner .image {
        width: 290px;
    }

    .duckButtonBanner .pamphBox .pamphPop {
        margin-right: 0;
    }

    .duckButtonBanner .pamphBox .pamphLogo {
        width: 240px;
    }

    .duckButtonBanner .pamphBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-right: 20px;
    }

    /* .duckButton-px */
    .duckButtonBanner .duckButton {
        position: relative;
        top: -15px;
        display: inline-block;
        width: 300px;
        background: #f49e00;
        box-shadow: 0px 2px 3px 0px rgba(4, 0, 0, 0.25);
        border-radius: 3px;
        padding: 28px 50px;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        transform: translateY(-50%);
    }

    .duckButtonBanner .duckButton:hover {
        opacity: .8;
    }

    .duckButton:before {
        display: inline-block;
        width: 25px;
        height: 27px;
        background: url(/content/dam/aflac/jp/ja/static/iryo/shikkari/images/icon_link_book_white.png) 0 0 no-repeat;
        background-size: contain;
        margin-right: 20px;
        vertical-align: middle;
        content: "";
    }

    /* .modalContent-pc */
    .modalContent {
        width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .modalContent .cardProd a {
        display: block;
    }

    .modalContent .ulLinkList a:hover {
        text-decoration: underline;
    }

    .modalFooter a.btnStd:hover,
    .modalContent .cardProd a:hover {
        opacity: .8;
    }

    .modalFooter a.btnStd:hover {
        cursor: pointer;
    }

    .topicPath {
        margin: 0 !important;
        padding: 24px 0 15px 2px !important;
        display: inline-flex;
        width: 994px;
        gap: 3px;
    }
}



/* .listTabLinks タブ型リンクリスト
----------------------------------------------- */
.listTabLinks {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 8px; */
}

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

    /* SP */
    .listTabLinks {
        margin: 0 -10px 0 -10px;
    }
}

.listTabLinks.modUpperSide {
    border-bottom: 2px solid #249441;
}


.listTabLinks>a {
    display: flex;
    width: 50%;
    height: 64px;
    justify-content: center;
    align-items: center;
    border: 2px solid #D9D9D9;
    padding: 8px;
    color: black;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    background: #ffffff;
}

@media print,
screen and (min-width: 768px) {

    /* PC */
    .listTabLinks>a {
        border-radius: 8px 0 0 0;
    }

    .listTabLinks.modLinkIndex>a.tabLinkIndex,
    .listTabLinks.modLinkSimulation>a.tabLinkSimulation {
        border-radius: 0 8px 0 0;
    }
}

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

    /* SP */
    .listTabLinks>a {
        font-size: 16px;  
    }
}

.listTabLinks.modUpperSide>a {
    border-bottom: none;
}

.listTabLinks.modLinkIndex>a.tabLinkIndex,
.listTabLinks.modLinkSimulation>a.tabLinkSimulation {
    border-color: #249441;
    background: #249441;
    color: #ffffff;
    pointer-events: none;
    word-break: keep-all;
    overflow-wrap: anywhere;
}


/* #bloProductBanner 商品ロゴバナー
----------------------------------------------- */
#bloProductBanner {
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}
#imgProductLogo {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#bloProductBannerTxt,
#bloProductBannerTxtWoman,
#bloProductBannerTxtJok {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    font-weight: bold;
    line-height: 1.7;
    padding-top: 10px;
    margin-right: 0;
    box-sizing: border-box;
    text-align: left;
}
#imgProductLogo .newText {
    display: flex;
    align-items: center;
    color: red;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 14px;
}

#imgProductLogo .newText:before,
#imgProductLogo .newText:after {
    width: 2px;
    height: 26px;
    background: red;
    content: "";
}

#imgProductLogo .newText:before {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
    margin-right: 10px;
}

#imgProductLogo .newText:after {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
    margin-left: 10px;
}



@media print, screen and (min-width: 768px) {   /* PC */
    #bloProductBanner {
        display: flex;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        margin-top: 24px;
    }

    #bloProductBanner>#imgProductLogo {
        display: flex;
        width: 412px;
        padding: 0 16px;
        justify-content: center;
        align-items: center;
    }
    
    #bloProductBannerTxt,
    #bloProductBannerTxtWoman,
    #bloProductBannerTxtJok {
        font-size: 24px;
        width: auto;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    #bloProductBanner {
        padding: 20px 0 0 0;
        flex-direction: column;
        height: auto;
    }
    #imgProductLogo {
        flex: none;
        width: 100%;
    }
    #bloProductBannerTxt,
    #bloProductBannerTxtWoman,
    #bloProductBannerTxtJok {
        flex: none;
        font-size: 16px;
        line-height: 1.35;
        padding-top: 16px;
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    #imgProductLogo img {
        height: auto;
    }
    #imgProductLogo img.shikkari {
        aspect-ratio: 412 / 181;
        width: 270px;
    }
    #imgProductLogo img.shikkariWoman {
        aspect-ratio: 206 / 77;
        width: 250px;
    }
    #imgProductLogo img.shikkariJok  {
        aspect-ratio: 27 / 13;
        width: 270px;
    }
}

#bloProductBanner > #imgProductDuck {
    width: 110px;
}
@media only screen and (max-width: 767px) {     /* SP */
    #bloProductBanner > #imgProductDuck {
        display: none;
    }
}

/* 保障内容を確認ボタン 共通 */
.planLinkButton {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin: 24px 0;
}
.planLinkBtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 22px 26px;
    gap: 10px;
    width: 272px;
    height: 66px;
    background: #00A5D9; /* デフォルト青 */
    box-shadow: 0px 2px 3px rgba(4, 0, 0, 0.25);
    border-radius: 96px;
    transition: background 0.2s;
}

a.planLinkBtn {
    text-decoration: none;
}

.planLinkBtn .planLinkText {
    width: 220px;
    height: 22px;
    font-weight: 700 !important;
    font-size: 18.1px;
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-align: center;
}

/* プランごとの色切り替え */
body[data-select-plan="1"] .planLinkBtn { background: #00A5D9; }   /* 青 */
body[data-select-plan="2"] .planLinkBtn { background: #F9788E; }   /* ピンク */
body[data-select-plan="3"] .planLinkBtn { background: #C27BB0; }   /* 紫 */

/* ホバー時の色（任意） */
.planLinkBtn:hover { opacity: 0.85; }


/* 出しわけ制御
----------------------------------------------- */
.shikkariWoman.disNone,
.shikkariJok.disNone,
.shikkariJokGrid.disNone,
.shikkariJokInline.disNone,
.shikkariJokFlex.disNone,
.shikkariWomanFlex.disNone,
.shikkariWomanGrid.disNone,
.planDescriptionJok.disNone,
.syuCheckJok.disNone{
    display:none !important;
}
body[data-select-plan="2"] a.planLinkBtn.shikkariWoman,
body[data-select-plan="2"] p#bloProductBannerTxtWoman.shikkariWoman,
body[data-select-plan="2"] img.shikkariWoman,
body[data-select-plan="2"] li.shikkariWoman {
    display: block !important;
}
body[data-select-plan="3"] .shikkariJok{
	display: block !important;
}
body[data-select-plan="3"] .shikkariJokGrid,
body[data-select-plan="2"] .shikkariWomanGrid{
	display:grid !important;
}
body[data-select-plan="3"] .shikkariJokFlex,
body[data-select-plan="2"] .shikkariWomanFlex{
	display:flex !important;
}
body[data-select-plan="3"] .shikkariJokInline{
	display:inline-block !important;
}
body[data-select-plan="3"] .shikkariJokNone{
	display:none !important;
}
body[data-select-plan="2"] .shikkari,
body[data-select-plan="3"] .shikkari{
	display:none !important;
}
body[data-select-plan="3"] .planDescriptionJok{
	display:block !important;
}
body[data-select-plan="3"] .planDescription{
	display:none !important;
}
body[data-select-plan="3"] .syuCheckJok{
	display:block !important;
}
body[data-select-plan="3"] .syuCheck{
	display:none !important;
}
@media only screen and (max-width: 767px) {     /* SP */
body[data-select-plan="2"] .btnRowCol.shikkariWoman.showSP {
		display:inline-block !important;
	}
body[data-select-plan="3"] .btnRowCol.shikkariJok.showPC {
		display:none !important;
	}
}
@media print, screen and (min-width: 768px) {   /* PC */
body[data-select-plan="2"] .btnRowCol.shikkariWoman.showPC {
		display:inline-block !important;
	}
body[data-select-plan="3"] .btnRowCol.shikkariJok.showSP {
		display:none !important;
	}
}
.rowTableSim.jqBaseRowTarget.isInvisibility {
  display: none !important;
}






/* 注意事項リスト Frame 630145 デザイン */
/* 注意事項リスト Frame 630145 デザイン */
@media print,
screen and (min-width: 768px) {

    /* PC */
    .warning {
        display: flex;
        width: 706px;
        padding: 24px;
        margin-bottom: 30px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background: rgba(217, 217, 217, 0.50);
    }

    /* ol.listAsteriskNumeric
	----------------------------------------------- */
    ol.listAsteriskNumeric>li {
        position: relative;
        padding-left: 1em;
    }

    ol.listAsteriskNumeric>li::before {
        position: absolute;
        left: 0;
        content: "・";
    }

}

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

    /* SP */
    .warning {
		border-top: 2px solid rgba(217, 217, 217, 0.50);
        display: flex;
        width: 100%;
        padding: 24px;
        margin-bottom: 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background: rgba(217, 217, 217, 0.50);
    }

    /* ol.listAsteriskNumeric
	----------------------------------------------- */
    ol.listAsteriskNumeric>li {
        position: relative;
        padding-left: 1em;
    }

    ol.listAsteriskNumeric>li::before {
        position: absolute;
        left: 0;
        content: "・";
    }
}



.description .pamphlist {
    display: flex;
    justify-content: center;
    width: 320px;
    height: 32px;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
}


/* プランタブ */

.plan-tabs {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  border-bottom: 2px #009DE1 solid;
  justify-content: center;
  gap: 8px;
  display: inline-flex;
}
.bloInputPlan {
  height: 64px;
  min-width: 176px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: var(--BackGround-White, white);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-left: 2px var(--Master-Unique-Natural-N300-D9, #D9D9D9) solid;
  border-top: 2px var(--Master-Unique-Natural-N300-D9, #D9D9D9) solid;
  border-right: 2px var(--Master-Unique-Natural-N300-D9, #D9D9D9) solid;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  color: var(--Typography-Text, #333333);
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 25.2px;
  word-wrap: break-word;
  position: relative;
}
@media only screen and (max-width: 767px) {

    /* ... 他のSP版スタイル ... */

    .plan-tabs {
        display: flex; /* 横並びのフレックスボックスにする */
        width: 100%;   /* 親要素の幅いっぱいに広がる */
        box-sizing: border-box; /* paddingを含めて幅を100%にする */
        gap: 8px;      /* タブ間の隙間を8pxに設定 */
        justify-content: center; /* 中央揃え */
        border-bottom-width: 2px; /* 下線の太さを維持 */
        border-bottom-style: solid; /* 下線のスタイルを維持 */
    }

    .bloInputPlan {
        flex: 1; /* 3つのタブが均等な幅を持つようにする */
        min-width: 0; /* flex: 1; を正しく機能させるためのおまじない */
        
        /* 文字のスタイル */
        font-size: 14px; /* SP向けに少し小さく */
        text-align: center; /* 文字を中央揃え */
        
        /* 高さ・余白の調整 */
        height: auto; /* 高さをコンテンツに合わせる */
        min-height: 56px; /* 最低限の高さを確保し、文字が2行になっても対応 */
        padding: 8px 4px; /* 上下の余白を確保し、左右は少し詰める */

        /* 枠線の調整 */
        border-width: 2px;
        border-style: solid;
        border-bottom: none; /* 下線は親要素で引くので不要 */
        border-radius: 8px 8px 0 0; /* 上部の角を丸くする */

        /* 改行の調整 */
        word-break: keep-all;
        overflow-wrap: anywhere;
    }
}
.bloInputPlan.active {
  background: #009DE1;
  color: var(--Interface-Text-White, white);
  font-weight: 700;
  overflow: hidden;
}
.bloInputPlan:not(.active)::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 62px;
  height: 2px;
}

/* plan-tabsのデフォルトのborder-bottom-colorを設定 */
.plan-tabs {
  border-bottom: 2px solid #009DE1; /* 標準プランの色 */
}

/* 選択されたプランに応じてborder-bottom-colorを変更 */
.plan-tabs:has(#inputPlan02:checked) {
  border-bottom-color: #F9788E; /* 女性プランの色 */
}

.plan-tabs:has(#inputPlan03:checked) {
  border-bottom-color: #C27BB0; /* 持病プランの色 */
}

.bloInputPlan:nth-child(2):not(.active)::after { width: 206px; }
.bloInputPlan:nth-child(3):not(.active)::after { width: 260px; }


.grid-item-error {
    grid-row: 3;
    grid-column: 1 / -1;
    color: red;
    font-size: 0.9em;
    padding: 4px 0;
}



@media print, screen and (min-width: 768px) {
    .mb15.rectangle {
        width: 994px;
        height: 2px;
        align-self: center;
        margin-top: 16px !important;
        background: #D9D9D9;
    }

    /* #Rectangle 31 保障の選び方
    ----------------------------------------------- */
    .mb15.rectangle {
        width: 706px;
        height: 1px;
        align-self: center;
        margin-top: 16px !important;
        background: #D9D9D9;
    }

    .mb16.rectangle {
        display: none;
    }

    .mb17.rectangle {
        display: none;
    }
}

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

    /* SP */
    /* #Rectangle 31 保障の選び方
    ----------------------------------------------- */
    .mb15.rectangle {
        height: 1px;
        align-self: center;
        background: #D9D9D9;
    }

    .mb16.rectangle {
		width: 100vw;
		height: 2px;
		margin: 16px auto 24px auto;
		margin-left: calc(-50vw + 50%);
		background: #D9D9D9;
    }

    .mb17.rectangle {
		width: 100vw;
		height: 2px;
		margin: 16px auto 24px auto;
		margin-left: calc(-50vw + 50%);
		background: #D9D9D9;
    }
}


/* --- Custom Checkbox Styles (Final Design) --- */

.inputCheckbox {
  display: none; /* 元のチェックボックスを非表示に */
}

/* チェックボックスの箱のスタイル */
.bloOptionCheckbox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border: 2px solid #b2b2b2;
    border-radius: 4px;
    background: #ffffff;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    transition: background-color 0.2s, border-color 0.2s;
}

/* チェックマークのスタイル (ご指定のデザインを再現) */
.inputCheckbox:checked + .bloOptionCheckbox:after {
    content: "";
    position: absolute;
    /* ご指定の配置とサイズ感をborderで再現 */
    width: 7px;  /* 幅を調整 */
    height: 12px; /* 高さを調整 */
    border: solid white;
    border-width: 0 3px 3px 0; /* 太さを調整 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%) rotate(45deg); /* 位置を中央寄りに調整 */
}

/* 無効時のスタイル */
.jqCheckboxTarget.isDisabled {
    cursor: not-allowed;
}

.inputCheckbox:disabled + .bloOptionCheckbox {
    border-color: 2px solid #b2b2b2;
    background: #ffffff;
    cursor: not-allowed;
}

.jqCheckboxTarget.isDisabled ~ .benefit-card-content .itemSubject {
    cursor: not-allowed;
}

/* --- チェック時の動的スタイリング (変更なし) --- */

/* Green */
.price-card:has(.inputCheckbox.green:checked) { border-color: #009B43; }
.price-card:has(.inputCheckbox.green:checked) .benefit-card.green { background-color: #F0F9F2; }
.price-card:has(.inputCheckbox.green:checked) .itemSubject .title { color: #009B43; }
.price-card:has(.inputCheckbox.green:checked) .itemSubject .title-sup { color: #009B43; }
.inputCheckbox.green:checked + .bloOptionCheckbox { background-color: #009B43; border-color: #009B43; }

/* Bluegreen */
.price-card:has(.inputCheckbox.bluegreen:checked) { border-color: #009994; }
.price-card:has(.inputCheckbox.bluegreen:checked) .benefit-card.bluegreen { background-color: #EDFCF9; }
.price-card:has(.inputCheckbox.bluegreen:checked) .itemSubject .title { color: #009994; }
.inputCheckbox.bluegreen:checked + .bloOptionCheckbox { background-color: #009994; border-color: #009994; }

/* Blue */
.price-card:has(.inputCheckbox.blue:checked) { border-color: #007D99; }
.price-card:has(.inputCheckbox.blue:checked) .benefit-card.blue { background-color: #EEF9FC; }
.price-card:has(.inputCheckbox.blue:checked) .itemSubject .title { color: #007D99; }
.inputCheckbox.blue:checked + .bloOptionCheckbox { background-color: #007D99; border-color: #007D99; }

/* Beige */
.price-card:has(.inputCheckbox.beige:checked) { border-color: #A7804E; }
.price-card:has(.inputCheckbox.beige:checked) .benefit-card.beige { background-color: #FAF6EF; }
.price-card:has(.inputCheckbox.beige:checked) .itemSubject .title { color: #A7804E; }
.inputCheckbox.beige:checked + .bloOptionCheckbox { background-color: #A7804E; border-color: #A7804E; }

/* Yellow */
.price-card:has(.inputCheckbox.yellow:checked) { border-color: #F29500; }
.price-card:has(.inputCheckbox.yellow:checked) .benefit-card.yellow { background-color: #FDFAE7; }
.price-card:has(.inputCheckbox.yellow:checked) .itemSubject .title { color: #F29500; }
.inputCheckbox.yellow:checked + .bloOptionCheckbox { background-color: #F29500; border-color: #F29500; }

/* Yellowgreen */
.price-card:has(.inputCheckbox.yellowgreen:checked) { border-color: #6A8000; }
.price-card:has(.inputCheckbox.yellowgreen:checked) .benefit-card.yellowgreen { background-color: #FAFDED; }
.price-card:has(.inputCheckbox.yellowgreen:checked) .itemSubject .title { color: #6A8000; }
.inputCheckbox.yellowgreen:checked + .bloOptionCheckbox { background-color: #6A8000; border-color: #6A8000; }

/* Pink */
.price-card:has(.inputCheckbox.pink:checked) { border-color: #F9788D; }
.price-card:has(.inputCheckbox.pink:checked) .benefit-card.pink { background-color: #FDF6F8; }
.price-card:has(.inputCheckbox.pink:checked) .itemSubject .title { color: #F9788D; }
.inputCheckbox.pink:checked + .bloOptionCheckbox { background-color: #F9788D; border-color: #F9788D; }


/* まずはデフォルトでアイコンを非表示にします */
.price-card .checkedIcon {
  opacity: 0;
}

/* チェックボックスがチェックされている場合に、チェックアイコンを表示します */
.price-card:has(.inputCheckbox:checked) .checkedIcon {
  opacity: 1;
}

/* カード内の主チェックボックスが disabled のとき、カード全体を無効化する */
/* カード非活性化スタイル */
.price-card:has(.inputCheckbox:disabled) {
  background-color: rgba(217, 217, 217, 0.6) !important;
  cursor: default;
}

.price-card:has(.inputCheckbox:disabled) .checkbox-icon,
.price-card:has(.inputCheckbox:disabled) .benefit-card-header,
.price-card:has(.inputCheckbox:disabled) .benefit-card-body {
  opacity: 0.6; /* カード全体を少し薄くする */
}

.price-card:has(.inputCheckbox:disabled) .benefit-card {
  background-color: transparent !important;
}

/* .blueNote スタイル */
.blueNote.shikkariJokFlex {
    color: #0C6AC9;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center !important;
    gap: 10px;
    border-radius: 5px;
    margin-top: 40px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.blueNote.shikkariJokFlex span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
    color: #0C6AC9;
    text-align: center;
}

.blueNote.shikkariJokFlex .hBox {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* PC版では <br class="sp-only"> を非表示にする */
.sp-only {
    display: none;
}

/* SP版のスタイル (767px以下) */
@media only screen and (max-width: 767px) {
    .blueNote.shikkariJokFlex {
        margin-top: 24px;
    }

    .blueNote.shikkariJokFlex span {
        font-size: 14px;
        text-align: left;
    }
    
    /* SP版では <br class="sp-only"> を表示して改行させる */
    .sp-only {
        display: block;
    }
}


/* PC表示時のフッター資料請求バナーのレイアウト崩れを修正 */
@media screen and (min-width: 768px) {
  .duckButtonBox .duckButtonBanner.shikkari,
  .duckButtonBox .duckButtonBanner.shikkariWoman,
  .duckButtonBox .duckButtonBanner.shikkariJok {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .duckButtonBox .duckButtonBanner .image {
    max-width: 450px;
  }
}

/* ---フッターバナーのレイアウト--- */
@media screen and (min-width: 768px) {
    body[data-select-plan="2"] .duckButtonBanner.shikkariWoman,
    body[data-select-plan="3"] .duckButtonBanner.shikkariJok {
        display: flex !important;
    }
}

/* acDetail */
.acWrapDetailRsp {
    width: 100%;
    background-position: top 50% right 15px !important;
    background-size: 24px auto !important;
    border-top: solid 1px #d9d9d9;
}
.acBtnDetailRsp {
	background-image: url(/content/dam/aflac/jp/ja/static/iryo/shikkari/images/Arrow-close.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: top 50% right 0;
	font-size: 20px;
	font-weight: bold;
}
.acBtnDetailRsp.open {
	background-image: url(/content/dam/aflac/jp/ja/static/iryo/shikkari/images/Arrow-open.png);
}

@media print, screen and (min-width: 768px) {
/* acDetail */
	.acBtnDetailRsp {
		padding: 0px;
		background-position: top 50% right 0;
		font-size: 24px;
	}
}
@media only screen and (max-width: 767px) {
  .acBtnDetailRsp {
    width: 100%;
    background-position: top 50% right 15px !important;
    background-repeat: no-repeat !important;
    background-size: 24px auto !important;
    padding-right: 40px !important; /* 右側に余白を追加して画像がはみ出さないように */
  }
}

/* price-card のクラスごとに、セクション全体をその色で塗る */
.simOption .rowTableSim:has(.price-card-kailsp .checkbox-icon input[type="checkbox"]:checked) {
  background-color: #EEF9FC; /* カード（blue）と同系の薄い青 — 必要なら色を調整してください */
}

.simOption .rowTableSim:has(.price-card-kega .checkbox-icon input[type="checkbox"]:checked),
.simOption .rowTableSim:has(.price-card-syu .checkbox-icon input[type="checkbox"]:checked),
.simOption .rowTableSim:has(.price-card-curehealth .checkbox-icon input[type="checkbox"]:checked) {
    background-color: #FAFDED;
}

.simOption .rowTableSim:has(.price-card-child .checkbox-icon input[type="checkbox"]:checked) {
    background-color: #FDFAE7;
}

.simOption .rowTableSim:has(.price-card-nyuuin .checkbox-icon input[type="checkbox"]:checked) {
  background-color: #F0F9F2; /* green 系の例色 */
}
.sim-section:has(.price-card-cureex input[type="checkbox"]:checked),
.sim-section:has(.price-card-3sipnyu input[type="checkbox"]:checked),
.sim-section:has(.price-card-3siptuu input[type="checkbox"]:checked),
.sim-section:has(.price-card-3siplsp input[type="checkbox"]:checked) {
  background-color: #EDFCF9; /* bluegreen 系の例色 */
}

.sim-section:has(.price-card-jyonyu input[type="checkbox"]:checked),
.sim-section:has(.price-card-jyoope input[type="checkbox"]:checked) {
  background-color: #FDF6F8; /* pink 系の例色 */
}

.sim-section:has(.price-card-pmen input[type="checkbox"]:checked),
.sim-section:has(.price-card-kaipmen input[type="checkbox"]:checked) {
  background-color: #FAF6EF; 
}

.simBase .jqJyoNyu1 {
  margin-bottom: 16px;
}