@charset "UTF-8";

/* 共通
------------------------------------------------------------ */
.item_page {
    margin: 0 auto;
    padding: 0;
    max-width: 800px;
    font-size: 16px;
    line-height: 1.7;
}

.item_page *,
.item_page *:before,
.item_page *:after {
    text-wrap: auto;
}

/* 見出し */
.main_heading {
    margin: 0 0 24px;
    padding: 24px 0 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
}

.sub_heading {
    margin: 0 0 16px;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
}

.main_heading span,
.sub_heading span {
    font-size: 14px;
    font-weight: normal;
}

/* リンク：ホバーアクション */
a.toggle_plan_details:hover {
    opacity: 1;
}

/* 矢印 */
.item_page .arrow_right {
    display: block;
    position: relative;
    padding: 0 24px 0 0;
}

.item_page .arrow_right::after {
    content: "\e933";
    position: absolute;
    right: 0;
    top: 50%;
    color: #333;
    font-family: "icomoon";
    font-size: 30px;
    transform: translateY(-50%);
}

/* スクロール */
.item_page .scroll_wrap {
    overflow-x: scroll;
    margin: 0 0 16px;
    padding: 16px 0;
}

.item_page .product_list {
    display: flex;
    justify-content: space-between;
    width: max-content;
    gap: 10px;
}

.item_page .product_list li {
    display: flex;
    flex-direction: column;
}

.item_page .product_list li a {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 130px;
    text-decoration: none;
    text-align: center;
    background: #F2F2F2;
    border-radius: 24px;
    padding: 13px 15px;
}

.item_page .product_list li:last-child a {
    margin-right: 16px;
}

.item_page .product_list li .product_companyname {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    font-size: 12px;
}

.item_page .product_list li .logo {
    width: 90px;
    padding: 5px;
    border: 1px solid #D1D1D1;
    margin: 5px auto;
    background: #FFF;
}

.item_page .product_list li .txt {
    font-size: 12px;
}

.item_page .product_list li .txt.arrow_right::after {
    font-size: 20px;
}

.item_page sup {
    font-size: 12px;
}

/* コンテンツ
------------------------------------------------------------ */
.ct_box {
    padding: 0 16px;
}

.item_head {
    margin: 0 0 16px;
}

.item_head:has( + .ranking_text_wrap) {
    margin-bottom: 4px;
}

/* 商品ロゴ・商品名
---------------------------------------------- */
.item_detail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 16px 0 8px;
}

.item_detail .item_logo_wrap {
    width: 110px;
    padding: 1px 4px;
    border: 1px solid #D1D1D1;
}

.item_name_wrap {
    width: calc(100% - 110px);
    padding-left: 16px;
}

.item_name_wrap .company_name {
    font-size: 14px;
}

.item_name_wrap .product_name {
    line-height: 1.4;
    font-weight: bold;
    font-size: 24px;
}

/* ランキング */
.ranking_list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: flex-start;
    align-content: flex-start;
}

.ranking_list_item {
    position: relative;
    padding: 0 0 0 24px;
    font-size: min(3.8vw, 14px);
}

.ranking_list_item::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    background: none;
    font-family: "icomoon";
    font-size: 22px;
    line-height: 0;
}

.ranking_list_item.no1::before {
    content: "\e921";
    color: #F6AC00;
}

.ranking_list_item.no2::before {
    content: "\e922";
    color: #8197bb;
}

.ranking_list_item.no3::before {
    content: "\e923";
    color: #bf6f55;
}

.ranking_list_item.no4::before,
.ranking_list_item.no5::before {
    content: "\e920";
    color: #999;
}

.ranking_list_item em {
    font-weight: bold;
}

.ranking_text {
    color: #666;
    font-size: 10px;
}

.ranking_text a {
    color: #1A26B3;
    font-size: 12px;
}

.ranking_text span {
    line-height: 1.3;
    text-align: center;
}

/* 保険料シミュレーション
---------------------------------------------- */
.simulation_wrap {
    margin: 0 auto 32px;
}

.simulation_wrap .ct_box{
    margin: 0 0 8px;
}

.simulation_area {
    padding: 32px 24px 8px;
    border-radius: 24px;
    background: #D3F8E3;
}

.simulation_area .price_area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: min(12.8vw, 48px);
    margin: 0 0 16px;
    padding: 16px 8px;
    border-radius: 8px;
    background: #fff;
    font-weight: bold;
    text-align: center;
}

.simulation_area .price_area span:not([class]) {
    white-space: nowrap;
}

.simulation_area .price_area span.price {
    color: #eb2a0b;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

.simulation_area .price_area span.price .number {
    font-size: 38px;
}

.simulation_area .price_area span.price .unit {
    color: #333;
    font-weight: normal;
    font-size: 18px;
}

.simulation_area .select_area {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 16px;
    font-weight: bold;
}

.simulation_area .select_area .select_item {
    margin: 0 0 8px;
    width: calc((100% - 16px) /2);
}

.simulation_area .select_area .select_item p {
    font-size: 14px;
}

.simulation_area .select_area .select_item select {
    outline: none;
    position: relative;
    padding: 8px 24px 8px 8px;
    width: 100%;
    border: 1px solid #D1D1D1;
    border-radius: 8px;
    appearance: none;
    background: #FFF url(images/ico_select.svg) no-repeat scroll calc(100% - 10px) center / 10px auto;
    text-align: center;
    color: #333;
    cursor: pointer;
    font-weight: bold;
}

.simulation_area .btn_wrap {
    margin: 0;
    padding: 0;
}

.simulation_area .simulation_plan {
    font-size: 12px;
    line-height: 1.4;
    color: #888;
}

.simulation_condition .detail_link {
    padding: 16px 0;
    font-weight: bold;
    text-align: center;
}

.simulation_condition .detail_link a {
    text-decoration: none;
}

.simulation_condition .simulation_input {
    display: none;
}

.simulation_area .coverage_link {
    text-align: center;
}

.simulation_area .coverage_link.hide {
    display: none;
}

.simulation_area .coverage_link a {
    text-decoration: none;
}

.simulation_area .coverage_link a::after {
    content: "\e932";
    color: #666;
    font-family: "icomoon";
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
}

.simulation_wrap .ranking_text_wrap {
    padding: 0 16px;
}

.simulation_condition .detail_link .toggle_simulation_input span,
.simulation_wrap .detail_link .toggle_plan_details span {
    position: relative;
    text-align: center;
    cursor: pointer;
    padding: 0 25px 0 0;
}

.simulation_condition .detail_link .toggle_simulation_input span::after,
.simulation_wrap .detail_link .toggle_plan_details span::after {
    content: "\e92f";
    position: absolute;
    right: 0;
    top: 50%;
    color: #666;
    font-family: "icomoon";
    font-weight: normal;
    font-size: 20px;
    transform: translateY(-50%);
}

.simulation_condition .detail_link .toggle_simulation_input.open span::after,
.simulation_wrap .detail_link .toggle_plan_details.open span::after {
    content: "\e92e";
}

/* 保険料例 */
.simulation_wrap:has( + .ranking_text_wrap) {
    margin: 0 0 8px;
}
.simulation_wrap .price_example_area {
    margin: 0 0 8px;
}
.price_example_area dl {
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    background: #d1d1d1;
    padding: 1px;
    gap: 1px;
    margin: 0 0 8px;
}
.price_example_area dl :is(dt, dd) {
    padding: 10px;
    background: #fff;
}
.price_example_area dl dt {
    width: 100%;
}
.price_example_area dl dt span {
    margin-right: 20px;
}
.price_example_area dl dd {
    width: calc((100% - 1px) / 2);
}
.price_example_area dl dd span {
    display: block;
}
.price_example_area dl dd span strong {
    font-size: 24px;
    color: #eb2a0b;
}
.price_example_area .price_example_att {
    font-size: 12px;
}
.ranking_text_wrap {
    padding: 0 16px;
}
.ranking_text_wrap:has(+ .btn_wrap) {
    margin: 0 0 16px;
}
.ranking_text_wrap:has(+ .consul_link) {
    margin: 0 0 32px;
}

/* 相談導線
---------------------------------------------- */
.consul_link {
    text-align: center;
}

.consul_link em {
    display: block;
    font-weight: bold;
    font-size: 12px;
}

.consul_link a.comparison_link {
    color: #3460FB;
}

.consul_link a.comparison_link span {
    text-decoration: underline;
    font-size: 18px;
    font-weight: bold;
}

/* 保障内容
---------------------------------------------- */
.coverage_wrap {
    margin: 0 0 32px;
    padding: 0 20px 32px;
    background: #F2F2F2;
}

.coverage_wrap.hide {
    display: none;
}

.coverage_wrap.hide + .btn_wrap {
    padding-top: 32px;
}

.coverage .main_heading {
    padding: 0;
}

.coverage_wrap .coverage .condition_wrap {
    padding: 16px 8px;
    background: #FFF;
    border-radius: 24px;
}

.coverage_wrap .coverage .condition_wrap .condition_wrap_inner {
    display: flex;
    align-items: center;
    gap: min(1vw, 12px);
    padding: 12px 8px;
    border-bottom: 1px solid #D1D1D1;
}

.coverage_wrap .coverage .condition_wrap .condition_wrap_inner:last-child {
    border-bottom: none;
}

.coverage_wrap .coverage .condition_wrap dt {
    line-height: 1.4;
    width: 55%;
    font-weight: bold;
}

.coverage_wrap .coverage .condition_wrap dt span {
    display: block;
    color: #666;
    font-weight: normal;
    font-size: 12px;
}

.coverage_wrap .coverage .condition_wrap dd {
    width: 45%;
    color: #EE3008;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    text-align: right;
}

.coverage_wrap .coverage .condition_wrap dd .number {
    font-size: 32px;
}

.coverage_wrap .coverage .condition_wrap dd .unit {
    color: #333;
    font-weight: normal;
    font-size: 16px;
}

/* かんたん解説
---------------------------------------------- */
.explanation_wrap {
    padding: 16px 0 0;
    background: #F2F2F2;
}
.explanation_wrap:not(:has( + .recommend_wrap)) {
    padding: 0 0 24px;
    margin: 0 0 24px;
}
:not(.recommend_wrap) + .explanation_wrap:not(:has( + .recommend_wrap)) {
    padding: 16px 0 24px;
}

.explanation_wrap .main_heading {
    width: calc(100% - 88px);
    max-width: fit-content;
    margin: 0 auto;
    padding: 16px 0 16px 116px;
    text-align: left;
    background: url(images/explanation_head.webp) no-repeat left bottom / 100px;
}

.explanation_wrap .main_heading span {
    display: block;
    padding: 2px 2px 0;
    width: fit-content;
    border-bottom: 3px solid #333;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
}

.explanation_wrap .ct_box {
    margin: 0 20px;
    padding: 24px;
    background: #FFF;
    border-radius: 24px;
}

.explanation_wrap .ct_box p:not(:last-child) {
    margin: 0 0 8px;
}

.explanation_wrap .ct_box p span.point {
    padding: 0 2px;
    background: #FFFF88;
    font-weight: bold;
}

/* おすすめのポイント
---------------------------------------------- */
.recommend_wrap {
    padding: 0 0 24px;
    background: #F2F2F2;
}

.recommend_wrap + .btn_wrap {
    padding-top: 32px;
}

.recommend_wrap .ct_box {
    padding: 0 20px;
}

.item_point {
    padding: 24px;
    background: #FFF;
    border-radius: 24px;
}

.item_point .point_list {
    position: relative;
    margin: 0 0 8px;
    padding: 0 0 0 28px;
}

.item_point .point_list::before {
    content: "\e92d";
    position: absolute;
    top: -5px;
    left: 0;
    color: #333;
    font-family: "icomoon";
    font-size: 24px;
    font-weight: bold;
}

.item_point .point_list:last-child {
    margin-bottom: 0;
}

.item_point .point_list .text_highlight {
    font-weight: bold;
    color: #eb2a0b;
}

/* この保険を選んだ人は、こんな商品も比較しています
----------------------------------------- */
.sc_combination_products.ct_box {
    padding-right: 0;
}

.recommendarea {
    margin-bottom: 30px;
    padding: 32px 0 0;
}

.recommendarea .sub_index {
    position: relative;
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
}

.recommendarea .sub_index::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 0;
    display: block;
    width: 25px;
    height: 25px;
    background: url(images/ico_recommend.svg) 0 / 24px 24px no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.recommendarea .recommendarea_wrap .btn_wrap {
    padding: 0 20px 0 4px;
}

/* 基本情報
----------------------------------------- */
.basic_info_area {
    background: #F2F2F2;
}

.basic_info_area .ct_box {
    padding: 0;
}

.basic_info {
    width: 100%;
    border: solid 1px #d1d1d1;
    border-spacing: 0;
}

.basic_info .basic_index {
    padding: 11px 16px;
    background: #f2f2f2;
    border-bottom: solid 1px #d1d1d1;
    border-right: solid 1px #d1d1d1;
    width: 180px;
    font-weight: bold;
    line-height: 1.5;
}

.basic_info .basic_text {
    padding: 11px 16px;
    border-bottom: solid 1px #d1d1d1;
    background: #FFF;
    line-height: 1.4;
}

.basic_info tr:last-of-type .basic_index,
.basic_info tr:last-of-type .basic_text {
    border-bottom: 0;
}

/* モーダル */
.basic_info_modal_open {
    position: relative;
}

.basic_info_modal_open::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(images/ico_question.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
}

.basic_info_modal_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    padding: 100px 12px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 1000;
}

.basic_info_modal_container.active {
    opacity: 1;
    visibility: visible;
}

.basic_info_modal_body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 500px;
    width: 100%;
}

.basic_info_modal_close {
    position: absolute;
    right: 20px;
    top: -40px;
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.basic_info_modal_close::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e930";
    color: #fff;
    font-family: "icomoon";
    font-size: 32px;
    line-height: 1;
}

.basic_info_modal_content {
    background: #FFF;
    text-align: left;
    padding: 24px;
    border-radius: 24px;
    font-weight: normal;
    line-height: 1.7;
    overflow-y: auto;
}

.basic_info_modal_content p:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D1D1D1;
}

.basic_info_modal_content .marker2 {
    padding: 2px 5px;
    background: #D3F8E3;
    font-weight: bold;
}

/* ハッシュタグ風のアイコン */
.tag_list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 15px 20px;
    border-bottom: solid 1px #D1D1D1;
    background: #F2F2F2;
}

.tag_list_item {
    padding: 2px 5px 2px 20px;
    border-radius: 4px;
    background: #fff;
    font-size: 12px;
    text-indent: -15px;
}

/* 注意事項
----------------------------------------- */
.basic_info_area .attention {
    padding: 0 20px 20px;
    max-width: initial;
}

.attention p,
.point_attention {
    display: table;
    font-size: 12px;
}

.attention p span,
.point_attention span {
    display: table-cell;
    white-space: nowrap;
}

.attention p:not(:last-of-type) {
    margin: 0 0 8px;
}

/* 引受保険会社・募集代理店
----------------------------------------- */
.company_info {
    padding: 0;
}

.company_info_inner {
    padding: 32px 20px 20px;
    border-bottom: 1px dashed #B3B3B3;
}

.company_info_inner h3 {
    font-weight: bold;
    font-size: 18px;
}

.company_info_inner .company_detail dt {
    font-weight: bold;
}

.company_info_inner .company_detail dd:not(.att) {
    width: 95%;
}

.underwriting_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 8px;
}

.underwriting_head p a {
    display: block;
    padding: 14px 17px;
    border-radius: 50px;
    background: #fff;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    background: #F2F2F2;
}

.company_detail {
    font-size: 14px;
}

/* 募集文書番号 */
.document-number {
    font-size: 14px;
    text-align: right;
}

/* 各種ボタン
---------------------------------------------- */
.btn_wrap {
    padding: 0 20px;
}

.btn_wrap p {
    margin: 0 auto 16px;
    text-align: center;
}

.btn_wrap .btn_wrap_inner p:not(:has( a)) {
    margin: 0;
    font-weight: bold;
}

.btn_wrap p a.btn,
.btn_wrap p .request.btn_pattern1,
.btn_wrap p .request.btn_pattern2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    padding: 8px 16px;
    width: 100%;
    min-height: 58px;
    border-radius: 50px;
    line-height: 1.5;
    text-decoration: none;
    border: 1px solid #FD5925;
    box-shadow: 0px 4px 8px #3333331A;
}

.btn_wrap p .consult.btn_pattern1,
.btn_wrap p .estimate.btn_pattern1,
.btn_wrap p .request.btn_pattern1 {
    position: relative;
    background: #FD5925;
    color: #fff;
}

.btn_wrap p .estimate.btn_pattern1::after {
    content: "\e92c";
    position: absolute;
    right: 16px;
    top: 50%;
    font-family: "icomoon";
    font-size: 22px;
    transform: translateY(-50%);
}

.btn_wrap p .estimate.internal.btn_pattern1::after {
    content: "";
}

.btn_wrap p .consult.btn_pattern1,
.btn_wrap p .request.btn_pattern1 {
    background-image: none;
}

.btn_wrap p .btn_pattern2 {
    background: #FFF;
    color: #FD5925;
}

.btn_wrap p a.btn span,
.btn_wrap p .request.btn_pattern1 span,
.btn_wrap p .request.btn_pattern2 span {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: min(5vw, 18px);
}

.btn_wrap p .btn small {
    font-size: 12px;
}

.btn_area {
    padding-top: 32px;
    text-align: center;
}

.btn_area h3 {
    font-size: 20px;
}

.btn_area .consul_text {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.5;
}

.btn_area .consul_text em {
    font-weight: bold;
}

p .comparison_link {
    display: block;
    margin: 0 auto 32px;
    padding: 0 16px;
    width: fit-content;
    text-align: center;
    text-decoration: none;
}

.btn_wrap p .comparison_link {
    margin: 0 auto;
    padding: 0;
}

/* 最近チェックした保険
---------------------------------------------- */
.history_blk.ct_box {
    margin: 0 auto 32px;
    padding: 32px 0 32px 16px;
    background: #F2F2F2;
}

.history_blk h3 {
    padding-left: 28px;
    background: url(images/ico_history.svg) no-repeat;
    background-size: 20px auto;
    background-position: left 0 top 50%;
    font-size: 18px;
}

.history_blk .titlearea > p {
    text-align: center;
}

.history_blk .titlearea > p .product_history_link {
    display: inline-block;
    line-height: 1;
    margin-top: 12px;
    padding: 14px 17px;
    border-radius: 50px;
    background: #FFF;
    font-size: 12px;
    text-decoration: none;
}

.history_blk .product_list li a {
    background: #FFF;
}

/* キャンペーン
------------------------------------------------------------ */
.campaign_wrap .campaign {
    position: relative;
    margin: 0 auto 8px;
    width: fit-content;
    font-size: 18px;
}

.campaign_wrap .campaign::before,
.campaign_wrap .campaign::after {
    position: absolute;
    top: 4px;
    width: 1px;
    height: 20px;
    content: "";
    background: #333;
}

.campaign_wrap .campaign::before {
    left: -15px;
    transform: rotate(-25deg);
}

.campaign_wrap .campaign::after {
    right: -15px;
    transform: rotate(25deg);
}

.campaign_wrap .consultation_wrap.cp {
    margin-top: 0;
}

.campaign_wrap .folder_wrap {
    display: none;
}

/* 画面サイズ別
------------------------------------------------------------ */
@media screen and (max-width:350px) {
    .simulation_area .price_area {
        gap: 8px;
    }

    .basic_info .basic_index {
        width: 140px;
    }
}

@media screen and (min-width:350px) {
    .recommendarea .recommendarea_wrap .btn_wrap span br {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .campaign_wrap {
        padding: 32px 0 0;
    }
}

@media screen and (min-width:768px) {
    .item_detail .item_logo_wrap {
        width: 186px;
        padding: 2px 7px;
    }

    .item_name_wrap {
        width: calc(100% - 186px);
    }

    .item_name_wrap .company_name {
        font-size: 18px;
    }

    .item_name_wrap .product_name {
        font-size: 26px;
    }

    .ranking_list_item {
        font-size: 16px;
    }

    .ranking_text,
    .ranking_text a {
        font-size: 14px;
    }

    .simulation_area {
        padding: 32px 24px 16px;
    }

    .simulation_area .select_area {
        gap: 8px;
    }

    .simulation_area .select_area .select_item {
        flex: 1;
    }

    .item_page .scroll_wrap {
        overflow-x: auto;
    }

    .explanation_wrap .main_heading {
        padding-bottom: 20px;
        background-position: left top;
    }

    .explanation_wrap .main_heading span {
        display:inline-block;
    }

    .coverage_wrap .coverage .condition_wrap {
        padding: 24px;
    }
    

    /* 各種ボタン
    ---------------------------------------------- */
    .btn_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 0 16px;
    }

    .btn_wrap:not(:has( .btn_wrap_inner)) p,
    .btn_wrap .btn_wrap_inner {
        width: calc((100% - 16px) / 2);
    }

    /* この保険を選んだ人は、こんな商品も比較しています
    ----------------------------------------- */
    .recommendarea .sub_index br {
        display: none;
    }

    /* 引受保険会社・募集代理店
    ----------------------------------------- */
    .company_info.ct_box {
        margin-bottom: 32px;
    }
}

@media screen and (min-width:1020px) {
    .ct_box,
    .ranking_text_wrap {
        padding: 0;
    }
}