/* お届けの流れ・期間について（delivery）ページ用 */
/* ページ内の文字が確実に見えるように調整 */
.cmn_cont01 {
    color: #333;
}
.cmn_cont01 h2,
.cmn_cont01 h3 {
    margin: 1em 0 .7em;
}
/* 1. 基本設定：黄色背景の強調を廃止し、シンプルに */
strong {
    font-weight: bold;
    font-size: 1.1em;
    background: transparent; /* 黄色背景を削除 */
    color: #2dbcc4; /* テキスト色で強調 */
}

/* 比較表のスタイル（添付画像準拠） */
.comparison-container {
    max-width: 1000px;
    margin: 0 auto 0;
    padding: 20px;
    text-align: center;
}
.comparison-container .comparison-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: none !important;
    color: #222;
    text-align: left;
    position: relative;
    display: block !important;
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}
/* タイトル下の線：コンテナ幅いっぱい・1本線・均一2px */
.comparison-container .comparison-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
    right: -20px;
    height: 2px;
    min-height: 2px;
    background-color: #2dbcc4;
    background-clip: padding-box;
}
.comparison-table-wrap {
    margin-bottom: 20px;
    display: inline-block;
}
.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
/* 比較表：separateでCLAT-JAPAN列の右線が確実に表示されるようにする */
.comparison-container .comparison-table {
    width: auto;
    min-width: 480px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    overflow: hidden;
}
.comparison-container .comparison-table th,
.comparison-container .comparison-table td {
    padding: 16px 18px;
    vertical-align: middle;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
    text-align: center;
}
/* 3列目（A社）の左線は出さない＝CLAT-JAPAN列の右線だけ見せる */
.comparison-container .comparison-table th:nth-child(3),
.comparison-container .comparison-table td:nth-child(3) {
    border-left: none;
}
.comparison-container .comparison-table th:last-child,
.comparison-container .comparison-table td:last-child {
    border-right: none;
}
.comparison-container .comparison-table th span {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-top: 4px;
    color: #666;
}
/* 1列目：空セル・項目列は薄グレー背景 */
.comparison-container .comparison-table th.empty-cell,
.comparison-container .comparison-table__category {
    background-color: #f7f7f7;        
    font-weight: 500;
    text-align: left;
    color: #222;
}
.comparison-container .comparison-table__category {
    font-size: 15px;
}
/* A社・B社ヘッダー：薄グレー背景 */
.comparison-container .comparison-table__company {
    background-color: #f7f7f7;
    font-size: 15px;
    font-weight: bold;
    color: #222;
}
/* CLAT-JAPAN列ヘッダー：ティール背景・白文字・四辺ティール枠 */
.comparison-container .comparison-table thead .comparison-table__company--highlight {
    background-color: #2dbcc4;
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: bold;
    border: 2px solid #2dbcc4 !important;
    border-right: 2px solid #2dbcc4 !important;
}
/* CLAT-JAPAN列データ：白背景・左右ティール枠 */
.comparison-container .comparison-table__cell--highlight {
    background-color: #fff;
    color: #333;
    border-left: 2px solid #2dbcc4 !important;
    border-right: 2px solid #2dbcc4 !important;
    font-weight: normal;
}
/* CLAT-JAPAN列の最後のセル：下端をティールで囲む */
.comparison-container .comparison-table tbody tr:last-child .comparison-table__cell--highlight {
    border-bottom: 2px solid #2dbcc4 !important;
    border-right: 2px solid #2dbcc4 !important;
}
.comparison-table__cell--highlight a {
    color: #333;
    text-decoration: underline;
}
.comparison-table__cell--highlight a:hover {
    color: #2dbcc4;
}
.comparison-table .price {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 4px;
}
.comparison-table .currency {
    font-size: 0.85em;
    font-weight: normal;
}
.comparison-container .comparison-table__sub {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-top: 4px;
    color: #666;
}
.notes {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 40px;
    color: #444;
}
.notes p {
    margin: 0;
}
.footer-text {
    text-align: center;
    font-size: 24px;
    line-height: 1.6;
    color: #333;
}
.footer-text strong {
    font-size: 30px;
    font-weight: bold;
    color: #2dbcc4;
    background: transparent;
}
.sp-only {
    display: none;
}
.pc-only {
    display: block;
}
@media (max-width: 768px) {
    .comparison-title {
        font-size: 20px;
    }
    .footer-text {
        font-size: 18px;
    }
    .footer-text strong {
        font-size: 24px;
        color: #2dbcc4;
    }
    .notes {
        font-size: 13px;
    }
    .sp-only {
        display: block;
    }
    .pc-only {
        display: none;
    }
}

/* お届けまでの流れ（横並びフロー） */
.delivery-flow-ttl {
    font-size: 1.5rem;
    font-weight: normal;
    margin: 2rem 0 1.5rem;
    text-align: left;
    color: #222;
}
.delivery-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    margin-bottom: 2.5rem;
    max-width: 100%;
}
.delivery-flow__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 140px;
    max-width: 220px;
    padding: 1rem 0.5rem;
    color: inherit;
    border-radius: 8px;
    transition: background 0.2s;
    box-sizing: border-box;
    overflow: hidden;
}
@media (min-width: 769px) {
    .delivery-flow__step {
        max-width: 280px;
    }
}
.delivery-flow__step:hover {
    background: rgba(45, 188, 196, 0.06);
}
.delivery-flow__step--orange:hover {
    background: rgba(45, 188, 196, 0.06);
}
.delivery-flow__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #2dbcc4;
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
/* 3. お届けフロー：オレンジ背景を廃止し、統一感を出す */
.delivery-flow__step--orange {
    background: #fff; /* オレンジ背景を白へ */
    border: 1px solid #eee; /* 目立たせない境界線 */
    border-radius: 8px;
}
.delivery-flow__step--orange .delivery-flow__num {
    background: #2dbcc4; /* オレンジをメインカラーに統一 */
    color: #fff;
}
.delivery-flow__day {
    font-size: 0.85rem;
    color: #444;
    margin-bottom: 0.25rem;
}
.delivery-flow__label {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #333;
    min-width: 0;
    max-width: 100%;
    text-align: center;
}
.delivery-flow__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 0.5rem;
    color: #2dbcc4;
}
.delivery-flow__step--orange .delivery-flow__icon {
    color: #2dbcc4;
}
.delivery-flow__icon .material-icons {
    font-size: 1.75rem;
}
.delivery-flow__highlight {
    display: inline-block;
    padding: 0.35rem 0.6rem;
    margin-bottom: 0.5rem;
    background: #f0fafa; /* 薄いティール系へ変更 */
    border: 1px solid #2dbcc4;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: bold;
    color: #1a9490;
    max-width: 100%;
    box-sizing: border-box;
}
.delivery-flow__desc {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    color: #444;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: break-word;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}
.delivery-flow__desc br {
    display: block;
}
.delivery-flow__connector {
    display: block;
    width: 1.5rem;
    min-width: 1.5rem;
    align-self: center;
    border-top: 2px solid #ddd;
    margin: 0 0.25rem;
}
@media (max-width: 768px) {
    .delivery-flow {
        flex-direction: column;
        align-items: center;
    }
    .delivery-flow__connector {
        width: 0;
        height: 1rem;
        border-top: none;
        border-left: 2px solid #ddd;
        margin: 0.25rem 0;
    }
    .delivery-flow__step {
        max-width: 100%;
    }
}

/* TOP：h1（他ページと同じ緑帯）の下にバナー画像 */
.delivery-top-banner {
    margin-bottom: 0;
}
.delivery-top-banner__ttl.cmn_pageTtl01 {
    margin-bottom: 0;
}
.delivery-top-banner__ttl h1 {
    white-space: normal !important;
    display: block !important;
    flex-wrap: unset !important;
}
.delivery-top-banner__img-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .delivery-top-banner__img-wrap {
        padding: 0 15px;
    }
}
.delivery-top-banner__img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.delivery-top-banner__lead {
    max-width: 1000px;
    margin: 1rem auto 0;
    padding: 0 30px;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
}
.delivery-top-banner__message {
    max-width: 1000px;
    margin: 1.2rem auto 0;
    padding: 0;
    text-align: left;
    font-size: 1.05rem;
    line-height: 1.9;
    color: #555;
}
@media (max-width: 767px) {
    .delivery-top-banner__lead {
        margin-top: 1rem;
        padding: 0 15px;
        font-size: 1rem;
    }
    .delivery-top-banner__message {
        padding: 0;
        font-size: 0.95rem;
        line-height: 1.8;
    }
}
.delivery-top-banner__main-ttl {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 1.5rem;
    color: #222;
    line-height: 1.3;
}
@media (min-width: 769px) {
    .delivery-top-banner__main-ttl {
        font-size: 2.75rem;
    }
}
.delivery-top-banner__highlights {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.delivery-top-banner__tag {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #ff9800;
    color: #222;
    font-weight: bold;
    line-height: 1.4;
}
.delivery-top-banner__tag--multi {
    font-size: 1.1rem;
    padding: 0.6rem 1.2rem;
}
.delivery-top-banner__tag--large {
    font-size: 1.25rem;
    padding: 0.7rem 1.4rem;
}
@media (min-width: 769px) {
    .delivery-top-banner__tag--multi {
        font-size: 1.25rem;
        padding: 0.75rem 1.5rem;
    }
    .delivery-top-banner__tag--large {
        font-size: 1.5rem;
        padding: 0.85rem 1.8rem;
    }
}

/* 2025年度の出荷・お届け実績 */
.delivery-stats {
    margin-bottom: 2.5rem;
}
.delivery-stats__ttl {
    font-size: 1.25rem;
    font-weight: normal;
    margin: 0 0 1.25rem;
    text-align: left;
    color: #222;
}
.delivery-stats__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}
.delivery-stats__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 160px;
    max-width: 220px;
    flex: 1;
    padding: 1.25rem 1rem;
    background: #f8f8f8;
    border-radius: 8px;
    border: 1px solid #eee;
}
.delivery-stats__label {
    font-size: 0.9rem;
    color: #444;
    margin-bottom: 0.5rem;
}
.delivery-stats__value {
    font-size: 1.5rem;
    font-weight: bold;
    color: #222;
}

/* 翌日発送を可能にする仕組み */
.delivery-mechanism {
    margin-top: 0;
    margin-bottom: 2.5rem;
}
.delivery-mechanism__ttl {
    font-size: 1.25rem;
    font-weight: normal;
    margin: 0 0 1.5rem;
    padding-bottom: 0.3em;
    text-align: left;
    color: #222;
    border-bottom: 1px solid #222;
    border-top: none;
}
.delivery-mechanism__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}
.delivery-mechanism__block {
    flex: 1;
    min-width: 280px;
    max-width: 420px;
    padding: 0.2rem 1rem 0.35rem;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}
.delivery-mechanism__header {
    display: block;
    margin-top: 0;
    margin-bottom: 0.4rem;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    box-sizing: border-box;
}
.delivery-mechanism__label-nowrap {
    white-space: nowrap;
}
.delivery-mechanism__label {
    min-width: 0;
    flex: 1;
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    color: #222;
    line-height: 1.4;
}
@media (min-width: 769px) {
    .delivery-mechanism__label {
        font-size: 1.1rem;
    }
}
.delivery-mechanism__desc {
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
    padding-top: 0;
    color: #444;
}
@media (max-width: 768px) {
    .delivery-mechanism__block {
        max-width: 100%;
    }
}

.delivery-area-section {
    margin-bottom: 2.5rem;
}
.delivery-area-section h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0 0 0.75rem;
    color: #222;
}
.delivery-area-section p {
    margin: 0 0 1rem;
    line-height: 1.6;
    color: #444;
}
ul#sendpref {
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
}
ul#sendpref li {
    display: inline-block;
}
ul#sendpref li:after {
    content:"｜";
    margin : 0 0.2em ;
}
ul#sendpref li:last-child:after {
    content : none ;
}

/* ===== 緑の線（ティール）：最優先・他スタイルより確実に適用 ===== */
.cmn_cont01 .comparison-container h2.comparison-title {
    display: block !important;
    width: 100% !important;
    position: relative !important;
    border-bottom: none !important;
    padding-bottom: 12px !important;
}
.cmn_cont01 .comparison-container h2.comparison-title::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: -20px !important;
    right: -20px !important;
    height: 2px !important;
    min-height: 2px !important;
    background: #2dbcc4 !important;
    background-color: #2dbcc4 !important;
    border: none !important;
    box-shadow: none !important;
}
/* CLAT-JAPAN列：右のティール線を確実に表示 */
.cmn_cont01 .comparison-container .comparison-table thead .comparison-table__company--highlight,
.cmn_cont01 .comparison-container .comparison-table .comparison-table__cell--highlight {
    border-right: 2px solid #2dbcc4 !important;
}

/* ===== なぜCLAT JAPANは翌日出荷できるのか セクション ===== */
.why-section {
    margin-bottom: 2.5rem;
    padding: 0 20px;
}
.why-section .badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 2px 9px;
    border-radius: 3px;
    margin-bottom: 8px;
}
.why-section .badge-new {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffc107;
}
.why-section .section-ttl {
    font-size: 1.2rem;
    font-weight: 400;
    color: #222;
    border-bottom: 2px solid #2dbcc4;
    padding-bottom: 0.3em;
    margin-bottom: 1.2rem;
}
.why-section .section-lead {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

/* 業界構造の問題提起 */
.industry-problem {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}
.industry-problem__col {
    flex: 1 1 300px;
    border-radius: 8px;
    padding: 1rem 1.1rem;
}
.industry-problem__col--bad {
    background: #fff5f5;
    border: 1px solid #f5c6cb;
}
.industry-problem__col--good {
    background: #e8f9f9;
    border: 1px solid #a0dede;
}
.industry-problem__label {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 0.6rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.industry-problem__col--bad .industry-problem__label {
    color: #c0392b;
}
.industry-problem__col--good .industry-problem__label {
    color: #1a9490;
}
.industry-problem__flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.3rem;
    margin-bottom: 0.6rem;
}
.ipf-step {
    font-size: 0.95rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.35rem 0.65rem;
    line-height: 1.5;
    text-align: center;
}
.ipf-step--bad {
    background: #fff0f0;
    border-color: #f5a0a6;
    color: #c0392b;
    font-weight: 700;
}
.ipf-step--good {
    background: #d4f3f0;
    border-color: #7ed4cf;
    color: #1a9490;
    font-weight: 700;
}
.ipf-arr {
    font-size: 0.8rem;
    color: #bbb;
}
.industry-problem__note {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
    margin: 0;
}
.industry-problem__note--good {
    color: #1a9490;
}

/* 4. なぜカード：色の主張を抑え、左のアクセント線のみに */
.why-cards {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 0.5rem;
}
.why-card {
    border: 1px solid #eee;
    border-left: 4px solid #2dbcc4;
    border-radius: 0 8px 8px 0;
    padding: 1.1rem 1.3rem;
    background: #fff; /* 背景を白で統一 */
}
.why-card--red,
.why-card--orange {
    border-left-color: #ccc; /* 自社以外の理由はグレーで統一してノイズを減らす */
}
.why-card__tag {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2dbcc4 !important;
    letter-spacing: 0.05em;
    margin: 0.5em 0 0.5em;
}
.why-card__title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.6rem;
    line-height: 1.5;
}
.why-card p {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.8;
}

/* ミニフロー（他社との違い） */
.mini-flow {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 0.6rem 0.8rem;
    margin-top: 0.6rem;
}
.mini-flow__ttl {
    font-size: 0.72rem;
    font-weight: 700;
    color: #aaa;
    margin-bottom: 0.4rem;
}
.mini-flow__row {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
    align-items: center;
}
.mfb {
    font-size: 0.8rem;
    padding: 0.2rem 0.6rem;
    border-radius: 3px;
    border: 1px solid #ddd;
    background: #fff;
    color: #555;
}
.mfb--bad {
    background: #fff0f1;
    border-color: #f5a0a6;
    color: #e64552;
}
.mfb--good {
    background: #e8f9f9;
    border-color: #a0dede;
    color: #1a9490;
}
.mfa {
    font-size: 0.8rem;
    color: #ccc;
}

/* 100%保証ボックスのクリーンアップ */
.guarantee-box {
    background: transparent !important;
    border: none !important;
    color: #333 !important;
    padding: 1rem 0 !important;
    box-shadow: none !important;
    border-radius: 0;
    margin-top: 0.6rem;
}
.guarantee-box__title {
    color: #333 !important;
    font-size: 1.1rem !important;
    text-align: left;
    border-bottom: none;
    padding-bottom: 0.5rem;
    margin-bottom: 0.8rem !important;
    font-weight: 700;
}
.guarantee-box__title em {
    color: #2dbcc4 !important; /* 黄色を廃止 */
    font-size: 1.4rem;
    font-weight: bold;
    font-style: normal;
}

/* チェックリストの整理 */
.gcond {
    background: transparent !important;
    color: #444 !important;
    border: none !important;
    list-style: none;
    border-radius: 0;
    padding: 0;
    font-size: 0.9rem;
    line-height: 2;
    margin: 0;
    padding-left: 0;
}
.gcond li::before {
    content: "✔";
    color: #2dbcc4 !important; /* チェックマークもティールに統一 */
    margin-right: 0.5rem;
}

@media (max-width: 768px) {
    .why-section {
        padding: 0 12px;
    }
    .why-card {
        padding: 0.85rem 0.9rem;
    }
}

/* ===== レビューセクション ===== */
.review-section {
    padding: 1.5rem 24px 2.5rem;
    background: #f9f9f9;
}

/* 総合評価サマリー */
.rv-summary {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 1.2rem 1.4rem;
    margin-bottom: 1.2rem;
    flex-wrap: wrap;
}
.rv-summary__score {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 90px;
    border-right: 1px solid #eee;
    padding-right: 1.4rem;
}
.rv-summary__num {
    font-size: 2.8rem;
    font-weight: 900;
    color: #222;
    line-height: 1;
}
.rv-summary__stars {
    color: #ff9800;
    font-size: 1rem;
    margin: 0.25rem 0;
}
.rv-summary__count {
    font-size: 0.75rem;
    color: #aaa;
}
.rv-summary__bars {
    flex: 1;
    min-width: 160px;
}
.rv-bar-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.35rem;
}
.rv-bar-label {
    font-size: 0.75rem;
    color: #555;
    width: 90px;
    flex-shrink: 0;
}
.rv-bar-track {
    flex: 1;
    height: 7px;
    background: #eee;
    border-radius: 4px;
    overflow: hidden;
}
.rv-bar-fill {
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(90deg, #24bbb7, #1a9490);
}
.rv-bar-val {
    font-size: 0.75rem;
    color: #888;
    width: 2.5em;
    text-align: right;
}
.rv-summary__tags {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    justify-content: center;
    padding-left: 0.5rem;
}
.rv-tag-good {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.75rem;
    background: #e8f9f9;
    color: #1a9490;
    border: 1px solid #b2e5e4;
    border-radius: 20px;
    padding: 0.2rem 0.65rem;
}

/* レビューグリッド */
.review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    margin-top: 1.5rem;
}
.review-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.rv-card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.3rem;
}
.rv-stars {
    color: #ff9800;
    font-size: 0.9rem;
    letter-spacing: 1px;
}
.rv-product-tag {
    font-size: 0.7rem;
    background: #5b9bd5;
    color: #fff;
    border-radius: 3px;
    padding: 0.15rem 0.55rem;
    white-space: nowrap;
    font-weight: normal;
}
.rv-quote {
    font-size: 0.82rem;
    font-weight: 700;
    color: #222;
    border-left: 3px solid #e8f9f9;
    padding-left: 0.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}
.rv-body {
    font-size: 0.82rem;
    color: #333;
    line-height: 1.85;
    flex: 1;
}
.rv-author {
    font-size: 0.78rem;
    color: #888;
    margin-top: 0.8rem;
    padding-top: 0.6rem;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.rv-author-date {
    font-size: 0.75rem;
    color: #999;
}
.review-note {
    font-size: 0.75rem;
    color: #aaa;
    text-align: center;
    margin-top: 0.6rem;
}

/* もっと見るボタン */
.rv-more-wrap {
    text-align: center;
    margin-top: 1rem;
}
.rv-more-btn {
    display: inline-block;
    padding: 0.55rem 2rem;
    border: 1px solid #24bbb7;
    color: #24bbb7;
    border-radius: 4px;
    font-size: 0.85rem;
    background: #fff;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.15s;
}
.rv-more-btn:hover {
    background: #24bbb7;
    color: #fff;
}

@media (max-width: 768px) {
    .review-section {
        padding: 1.2rem 12px 2rem;
    }
    .rv-summary {
        flex-direction: column;
        padding: 1rem;
    }
    .rv-summary__score {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding-right: 0;
        padding-bottom: 1rem;
        width: 100%;
    }
    .rv-summary__bars {
        width: 100%;
    }
    .rv-summary__tags {
        padding-left: 0;
        width: 100%;
    }
    .review-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }
}

/* 他社との比較：緑の線を最優先で表示 */
.cmn_cont01 .comparison-container h2.comparison-title { display: block !important; width: 100% !important; position: relative !important; border-bottom: none !important; }
.cmn_cont01 .comparison-container h2.comparison-title::after {
    content: "" !important; position: absolute !important; bottom: 0 !important;
    left: -20px !important; right: -20px !important;
    height: 2px !important; background: #2dbcc4 !important; border: none !important;
}
/* CLAT-JAPAN列ヘッダーの緑背景と緑枠を強制適用 */
.comparison-container .comparison-table thead .comparison-table__company--highlight {
    background-color: #2dbcc4 !important;
    color: #fff !important;
    border: 2px solid #2dbcc4 !important;
    border-bottom: 2px solid #2dbcc4 !important;
}
/* CLAT-JAPAN列データセルの緑枠を強制適用 */
.comparison-container .comparison-table__cell--highlight {
    border-left: 2px solid #2dbcc4 !important;
    border-right: 2px solid #2dbcc4 !important;
    border-top: 1px solid #e6e6e6 !important;
}
/* CLAT-JAPAN列の最後のセルの下線を緑に */
.comparison-container .comparison-table tbody tr:last-child .comparison-table__cell--highlight {
    border-bottom: 2px solid #2dbcc4 !important;
}
