@charset "UTF-8";
/* simulation?indexid=20251014
----------------------------------------------- */
/* 商品の特徴-ココがおすすめ 共通 */
.product_list :is(.features, details) sup {
    padding: 0 2px;
    font-size: 10px;
}
/* 商品の特徴 */
.product_list .features {
    width: 100%;
    margin: 20px 0 0;
}
.product_list .features dt {
    font-weight: bold;
    font-size: 14px;
}
.product_list .features dd {
    position: relative;
    margin: 10px 0;
    padding: 0 0 0 10px;
    font-size: 14px;
}
.product_list .features dd:last-child {
    margin-bottom: 0;
}
.product_list .features dd::before {
    position: absolute;
    left: 0;
    top: 0.5em;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #888;
}
.product_list .features dd mark {
    background: linear-gradient(transparent 57%, #f9f183 0, #f9f183 38px, transparent 0);
    color: #e31732;
    font-weight: bold;
}
/* もっと見る */
.product_list details {
    width: 100%;
}
.product_list details::details-content {
    content-visibility: unset;
    display: grid;
    transition: 0.3s;
    grid-template-rows: 0fr;
}
.product_list details[open]::details-content {
    grid-template-rows: 1fr;
}
.product_list details > div {
    overflow: hidden;
}
.product_list details summary::-webkit-details-marker {
	display: none;
}
.product_list details summary {
    font-size: 12px;
    text-decoration: underline;
    list-style: none;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    padding-right: 20px;
}
.product_list details summary::after {
    font-family: "icomoon";
    content: "\e92f";
    color: #666;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.product_list details[open] summary::after {
    content: "\e92e";
}
/* ココがおすすめ */
.product_list .recommend {
    margin: 20px 0 0;
    padding: 15px;
    border-radius: 8px;
    background: #faf4e1;
    font-size: 14px;
}
.product_list .recommend .head_ttl {
    margin: 10px 0 15px;
    color: #fd5925;
    font-weight: bold;
    line-height: 1.3;
}
.product_list .recommend .head_ttl strong {
    display: block;
    font-weight: bold;
    font-size: 24px;
}
#simulation-result .cp_bnr {
  margin: 8px 0;
}