@charset "UTF-8";

/* 比較表調整(2026/04/30) */
#comparison-table + div.block_table_6 .outer {
    padding-top: 30px;
}
#comparison-table + div thead th:nth-child(3) {
    background: var(--i_btn_color);
}
#comparison-table + div thead th:nth-child(4) {
    position: relative;
    background: var(--i_sub_color);
}
#comparison-table + div thead th:nth-child(4)::before {
    content: '＼おすすめ／';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -80%);
    min-width: 90px;
    padding: 0.2rem 1.5rem;
    <!-- border: 2px solid var(--i_btn_color); -->
    border-radius: 10px;
    background: #eb431b;
    white-space: nowrap;
}
#comparison-table + div thead th:nth-child(4) {
    color: #fff;
}