@charset "UTF-8";
/* 共通
---------------------------------------------------------------- */
.container {
    max-width: 1040px;
    margin: auto;
}

.container img {
    max-width: 100%;
    height: auto;
}

.container sup {
    font-size: 11px;
    line-height: 1;
}

.container a {
    transition: 0.3s;
}

.container strong,
.container em {
    font-weight: bold;
}

/* mvランキング */
.mv_wrap {
    background: #F2F2F2;
    padding: 8px 16px 16px;
}

.mv_wrap .head_txt {
    background: #fff;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
}

.mv_wrap .head_txt p:last-of-type {
    font-weight: bold;
}

.mv_wrap .head_txt span {
    font-size: 12px;
}

.mv_wrap .head_txt em {
    font-weight: bold;
    color: #EC0000;
}

.mv_wrap .head_ttl {
    text-align: center;
    font-weight: bold;
}

.mv_wrap .head_ttl strong {
    position: relative;
    padding-left: 30px;
    font-size: 28px;
    font-weight: bold;
}

.mv_wrap .head_ttl strong::before {
    font-family: "icomoon";
    content: "\e920";
    color: #F6AC00;
    font-size: 26px;
    position: absolute;
    left: 0;
    top: 0;
}

.mv_ranking_wrap .ranking {
    display: flex;
    gap: 8px;
}

.mv_ranking_wrap .ranking li {
    width: calc((100% - 16px) / 3);
}

.mv_ranking_wrap .ranking a {
    display: block;
    height: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #CCC;
    box-shadow: 0px 3px 0px #CCC;
    text-decoration: none;
    font-size: 12px;
}

.mv_ranking_wrap .rank_icon {
    text-align: center;
    font-size: 38px;
    line-height: 1;
}

.mv_ranking_wrap .rank_icon .icon-rank01 {
    color: #F6AC00;
}

.mv_ranking_wrap .rank_icon .icon-rank02 {
    color: #8197BB;
}

.mv_ranking_wrap .rank_icon .icon-rank03 {
    color: #BF6F55;
}

.mv_ranking_wrap figure {
    text-align: center;
}

.mv_ranking_wrap .company_name {
    text-align: center;
    margin-top: 5px;
    font-size: min(2.9vw, 12px);
}

.mv_ranking_wrap .btn {
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    margin: 5px 0;
    text-align: center;
    line-height: 1;
}

.mv_ranking_wrap .att {
    font-size: 11px;
    line-height: 1.2;
}

.mv_ranking_wrap .attention {
    margin-top: 10px;
    padding: 0;
    font-size: 12px;
    text-align: right;
}

.cv_btn_wrap {
    padding: 40px 20px 30px;
    text-align: center;
}

.cv_btn_wrap a.cv_btn {
    position: relative;
    display: block;
    padding: 16px 0 10px;
    margin: auto;
    border-radius: 100px;
    box-shadow: 0px 4px 8px rgba(51, 51, 51, 0.2);
    background: #FD5925;
    max-width: 500px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.4;
}
.cv_btn_wrap a.cv_btn span {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    border: 1px solid #FD5925;
    color: #FD5925;
    background: #fff;
    border-radius: 18px;
    padding: 5px 30px;
    line-height: 1;
}
.cv_btn_wrap a.cv_btn em {
    display: block;
    font-weight: bold;
    font-size: 16px;
}
.cv_btn_wrap a.cv_btn::after {
    font-family: "icomoon";
    content: "\e92c";
    line-height: 1;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.cv_btn_wrap a.cv_btn + p {
    margin-top: 8px;
    font-size: 12px;
}

/*  シュミレーション  */
.simulation_wrap a.btn {
    display: block;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
}
.simulation_wrap .request_btn {
    background: #03A9F4;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    max-width: 310px;
    margin: auto;
}
.simulation_wrap .request_btn span {
    background: url(images/ico_linkout.svg) no-repeat center right/min(4vw, 16px);
    padding-right: 20px;
}
.simulation_wrap a.txt_link {
    color: #1A26B3;
}
.simulation_wrap a.detail_link {
    text-decoration: none;
    background: url(images/ico_arrow.svg) no-repeat center right/14px;
    padding: 0 16px 5px 0;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;
}
.simulation_wrap .product_list {
    padding: 16px;
}
.simulation_wrap .product_list > li {
    background: #fff;
    padding: 16px;
    margin: 0 auto 16px;
    max-width: 560px;
}
.simulation_wrap .product_list > li:last-child {
    margin-bottom: 0;
}
.simulation_wrap .product_list .detail_link,
.simulation_wrap .product_list .detail_link figure {
    display: flex;
    align-items: center;
    gap: 10px;
}
.simulation_wrap .product_list .detail_link figure {
    width: calc(100% - 48px);
}
.simulation_wrap .product_list .detail_link figure .logo {
    width: min(22.4vw, 93px);
}
.simulation_wrap .product_list .detail_link figcaption {
    font-size: 14px;
}
.simulation_wrap .product_list .detail_link figcaption span {
    font-weight: bold;
    font-size: 1.143em;
    display: block;
}
.simulation_wrap .note {
    font-size: 12px;
    color: #666;
}
.simulation_wrap .note li {
    margin-bottom: 5px;
}
.simulation_wrap .note .num_list {
    text-indent: -2em;
    padding-left: 2em;
}
.simulation_wrap section h2 {
    font-weight: bold;
    text-align: center;
}
.simulation_wrap .main_ttl {
    padding: 15px 20px 40px;
}
.simulation_wrap .main_ttl {
    font-weight: bold;
    font-size: min(4.8vw, 22px);
    text-align: center;
    line-height: 1.3;
}
.simulation_wrap .main_ttl strong {
    font-size: 1.333em;
    color: #E27100;
}
.simulation_wrap .main_ttl span {
    font-size: 1.222em;
}
.simulation_wrap .ranking_wrap {
    background: #FFFEE5;
    padding: 0 16px 24px;
}
.simulation_wrap .ranking_wrap .simulation_area {
    max-width: 560px;
    margin: auto;
}
.simulation_wrap .ranking_wrap .simulation_area {
    box-shadow: 1px 6px 20px rgba(0, 0, 0, 0.1019607843);
    border-radius: 16px;
    background: #fff;
    padding: 16px;
    transform: translateY(-30px);
}
.simulation_wrap .select_area li {
    display: table;
    width: 100%;
    margin: 0 0 10px;
}
.simulation_wrap .select_area .select_ttl {
    width: 32%;
    font-size: min(3.73vw, 14px);
    line-height: 1.2;
    padding: 0 10px 0 0;
}
.simulation_wrap .select_area .select_ttl,
.simulation_wrap .select_area .select_box {
    display: table-cell;
    vertical-align: middle;
}
.simulation_wrap .select_area select,
.simulation_wrap .select_area label {
    font-size: min(4.26vw, 16px);
}
.simulation_wrap .select_area select {
    width: 100%;
    padding: 11px 0 11px 15px;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    background: #fff url(images/ico_arrow_down.svg) no-repeat scroll 95% center/12px auto;
    appearance: none;
    cursor: pointer;
    color: #333;
    outline: none;
}
.simulation_wrap .select_area .gender_box {
    width: 100%;
}
.simulation_wrap .select_area .gender_box li {
    display: table-cell;
    position: relative;
    z-index: 1;
    line-height: 1;
    width: 50%;
    float: left;
    border: 1px solid #d1d1d1;
    margin: 0;
}
.simulation_wrap .select_area .gender_box li:first-child {
    border-right: none;
    border-radius: 3px 0 0 3px;
}
.simulation_wrap .select_area .gender_box li:last-child {
    border-left: dashed 1px #ccc;
    border-radius: 0 3px 3px 0;
}
.simulation_wrap .select_area .gender_box li input[type=radio] {
    position: absolute;
    left: 16px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 0;
    outline: 0;
    z-index: 1;
}
.simulation_wrap .select_area .gender_box li input[type=radio] + label {
    display: block;
    background: #fff;
    text-align: left;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.simulation_wrap .select_area .gender_box li input[type=radio] + label span.inner {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 12px 12px 12px 24px;
    font-weight: normal;
    text-align: center;
    height: 40px;
}
.simulation_wrap .select_area .gender_box li input[type=radio] + label span.inner span:not([class*=inner]) {
    display: block;
    font-weight: normal;
}
.simulation_wrap .select_area .gender_box li input[type=radio] + label span.icon,
.simulation_wrap .select_area .gender_box li input[type=radio]:checked + label span.icon {
    position: absolute;
    top: 11px;
    left: 12px;
    width: 19px;
    height: 19px;
    background: url(images/ico_no_select.svg) 0px/19px auto;
}
.simulation_wrap .select_area .gender_box li input[type=radio]:checked + label span.icon {
    background: url(images/ico_select.svg) 0px/19px auto;
}
.simulation_wrap .ranking_wrap .tab {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    gap: 10px;
    margin-bottom: 15px;
}
.simulation_wrap .ranking_wrap .tab li {
    width: fit-content;
    white-space: nowrap;
    color: #666;
    cursor: pointer;
    padding: 0 20px;
}
.simulation_wrap .ranking_wrap .tab li.active {
    color: #E27100;
    font-weight: bold;
    font-size: 1.125em;
    border-bottom: 3px solid #E27100;
}
.simulation_wrap .ranking_wrap .product_list {
    padding: 0;
}
.simulation_wrap .ranking_wrap .ranking .rank_icon img {
    width: 48px;
}
.simulation_wrap .product_list .detail_link figcaption {
    width: calc(100% - 58px);
}
.simulation_wrap .product_list .detail {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.simulation_wrap .product_list .detail .amount,
.simulation_wrap .product_list .detail .request_btn {
    text-align: center;
    width: calc(50% - 5px);
}
.simulation_wrap .product_list .amount {
    line-height: 1;
    font-size: 14px;
}
.simulation_wrap .product_list .amount .num {
    font-size: 2.286em;
    padding-right: 5px;
    color: #CE0000;
    font-weight: bold;
}
.simulation_wrap .product_list .detail .request_btn {
    font-size: min(4vw, 16px);
    padding: 10px 3px;
}
.simulation_wrap .ranking_wrap .product_list li .note {
    padding-top: 8px;
    border-top: 1px solid #d1d1d1;
    width: 100%;
    text-align: center;
    line-height: 1.3;
}

/* おすすめポイントをFPが解説
--------------------------------------- */
.product_info {
    margin-bottom: 30px;
}

.product_info .speech {
    position: relative;
    width: fit-content;
    white-space: nowrap;
    font-size: min(5.33vw, 26px);
    border-bottom: 1px solid #E27100;
    padding: 5px;
    margin: 0 auto 20px;
}

.product_info .speech::before,
.product_info .speech::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 9px solid transparent;
}

.product_info .speech::before {
    bottom: -18px;
    border-top: 10px solid #fff;
    z-index: 2;
}

.product_info .speech::after {
    bottom: -19px;
    border-top: 9px solid #E27100;
    z-index: 1;
}

.product_info .speech em {
    color: #E27100;
}

.product_info .product_list {
    background: #F2F2F2;
}

.product_info .product_list em {
    color: #FF5722;
}

.product_info .product_list > li {
    border-radius: 16px;
    box-shadow: 1px 6px 20px #CCC;
}

.product_info .product_list .logo {
    margin: 0 10px;
}

.product_info .product_list .feature {
    counter-reset: number 0;
}

.product_info .product_list .feature dt {
    font-size: 14px;
    color: #666;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
}

.product_info .product_list .feature dd {
    position: relative;
    padding-left: 48px;
    min-height: 40px;
    margin-bottom: 8px;
    line-height: 1.3;
}

.product_info .product_list .feature dd::before,
.product_info .product_list .feature dd::after {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    left: 0;
    top: 0;
    color: #FF5722;
}

.product_info .product_list .feature dd::before {
    content: "特徴";
    background: #FFFEE5;
    font-size: 11px;
    padding-top: 4px;
}

.product_info .product_list .feature dd::after {
    counter-increment: number 1;
    content: counter(number) "";
    font-weight: bold;
    padding-top: 15px;
}

.product_info .product_list .fp_comment {
    background: #FFFEE5;
    border-radius: 12px;
    padding: 16px;
    font-size: 14px;
    margin-bottom: 16px;
}

.product_info .product_list .fp_comment .ttl {
    background: url(images/ico_fp_talk.webp) no-repeat left center/38px;
    padding-left: 48px;
    margin-bottom: 8px;
    line-height: 1.3;
}

.product_info .product_list .fp_comment .ttl em {
    font-size: 1.143em;
}

.product_info .product_list .fp_comment .ttl em span {
    color: #333;
}

.product_info .product_list .btn_wrap {
    margin-bottom: 16px;
    text-align: center;
}

.product_info .product_list .btn_wrap a.request_btn + p {
    margin-top: -10px;
    margin-bottom: 16px;
    font-size: 12px;
}

.product_info .product_list .request_btn {
    margin-bottom: 16px;
}

.product_info .product_list .txt_link {
    margin: auto;
}

/* 募文番号 */
.document-box {
    text-align: right;
    max-width: 1040px;
    margin: 0 auto;
    padding: 10px 0 10px 10px;
}

.document-box .document-number {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
}

/* FP相談テキストリンク */
.consul_link {
    text-align: center;
}
.simulation_wrap .ranking_wrap .product_list li .consul_link,
.product_info .product_list .btn_wrap .consul_link {
    padding: 16px 0 8px;
}
.consul_link em {
    display: block;
    font-weight: bold;
    font-size: 12px;
    color: #333 !important;
}
.consul_link a.comparison_link {
    color: #1A26B3;
}

/* PC
---------------------------------------------------------------- */
@media screen and (min-width: 768px) {
    .container a:hover {
        opacity: 0.8;
    }
    .container .sp_br {
        display: none;
    }
    /* mv、ランキング */
    .mv_wrap {
        padding: 16px 40px;
    }
    .mv_wrap .head_txt {
        width: 690px;
        margin: 0 auto 10px;
    }
    .mv_wrap .head_txt p {
        font-size: 16px;
    }
    .mv_wrap .head_txt p:last-of-type {
        font-size: 18px;
    }
    .mv_ranking_wrap .ranking {
        gap: 16px;
        justify-content: center;
        margin: 20px auto;
    }
    .mv_ranking_wrap .ranking li {
        width: 200px;
    }
    .mv_ranking_wrap .ranking a {
        text-align: center;
    }
    .mv_ranking_wrap .company_name {
        font-size: 14px;
    }
    .product_list > li {
        padding: 16px 50px 24px;
    }
    .container a.detail_link {
        background-size: 16px;
    }
    .product_list .detail_link,
    .product_list .detail_link figure {
        gap: 26px;
    }
    .product_list .detail_link figure .logo {
        width: 100px;
    }
    .ranking_wrap .tab {
        font-size: 18px;
    }
    .ranking_wrap .simulation_area {
        padding: 24px 32px 16px;
    }
    .ranking_wrap .simulation_area .select_area {
        display: flex;
        flex-flow: row wrap;
        gap: 16px;
    }
    .ranking_wrap .simulation_area .select_area > li {
        width: calc(50% - 8px);
    }
    .container .select_area .select_ttl,
    .container .select_area .select_box {
        display: block;
        width: auto;
    }
    .container .select_area .select_ttl {
        padding: 0 0 4px;
    }
    .product_list .detail_link figcaption,
    .ranking_wrap .ranking .amount {
        font-size: 16px;
    }
    .product_info .product_list {
        padding: 40px 16px;
    }
    .product_info .product_list .logo {
        margin: 0 18px;
    }
    .product_info .product_list .feature dt,
    .product_info .product_list .feature dd {
        font-size: 16px;
    }
    .product_info .product_list .feature dd {
        margin-bottom: 16px;
    }
    .product_info .product_list .fp_comment {
        font-size: 16px;
        padding: 24px;
        margin-bottom: 24px;
    }
    .product_info .product_list .fp_comment .ttl {
        background-size: 48px;
        padding-left: 56px;
        margin-bottom: 16px;
    }
    .product_info .product_list > li {
        padding: 24px 48px;
        margin-bottom: 32px;
    }
    .product_info .product_list .request_btn {
        font-size: 18px;
    }
}