@charset "UTF-8";/* 全体コンテナ */
.dental-comparison-section {
    margin: 40px auto;
    padding-left: 0 !important;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
}

/* ヘッダータイトル部分 */
.treatment-header {
    background-color: #1a3a4d;
    text-align: center;
    padding: 25px 20px;
}
.treatment-header h2 {
    margin: 0 0 10px 0;
    font-size: 22px;
    letter-spacing: 1px;
    color: #fff;
}
.treatment-header p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
    color: #fff;
}

/* テーブルのレスポンシブ対応 */
.treatment-table-container {
    width: 100%;
    overflow-x: auto;
    background: #fff;
}

/* テーブル本体 */
.treatment-comparison {
    width: 100%;
    min-width: 700px; /* スマホで崩れないよう最低幅を確保 */
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid #e1eef4;
}

/* ヘッダーセル */
.treatment-comparison thead th {
    background-color: #fff;
    padding: 20px 10px;
    border: 1px solid #e1eef4;
    vertical-align: middle;
}
.treatment-comparison thead th:first-child {
    background-color: #f7fbfe;
    text-align: center;
}

/* ヘッダー内アイコンとテキスト */
.header-content .icon-main {
    display: block;
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
}
.header-content strong {
    display: block;
    font-size: 18px;
    color: #1a3a4d;
    margin-bottom: 5px;
}
.header-content .sub-text {
    font-size: 11px;
    color: #6a8ca3;
    font-weight: normal;
}

/* 各行の項目ラベル（左端） */
.treatment-comparison td.row-label {
    background-color: #f7fbfe;
    font-weight: bold;
    color: #445;
    width: 130px;
    padding: 15px;
    font-size: 14px;
    border: 1px solid #e1eef4;
}

/* 各セルの基本スタイル */
.treatment-comparison td {
    padding: 20px 10px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e1eef4;
}

/* ◎ 〇 △ の記号 */
.treatment-comparison .symbol {
    display: block;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1;
}
.treatment-comparison .color-blue { color: #6bb6d1; }
.treatment-comparison .color-orange { color: #d19a7d; }

/* カプセルラベル（バッジ） */
.treatment-comparison .badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 8px;
}
.treatment-comparison .badge-blue { background-color: #e2f2f9; color: #4a8ca3; }
.treatment-comparison .badge-gray { background-color: #f0f0f0; color: #666; }
.treatment-comparison .badge-orange { background-color: #f9f1e8; color: #a67c52; }

/* 説明文テキスト */
.treatment-comparison p {
    margin: 0;
    font-size: 13px;
    color: #666;
}

/* テーブル下の注釈 */
.table-note {
    font-size: 12px;
    color: #888;
    padding: 15px;
}

/* スクロールバーのデザイン（任意） */
.treatment-table-container::-webkit-scrollbar { height: 8px; }
.treatment-table-container::-webkit-scrollbar-thumb { background: #d0dee5; border-radius: 4px; }

.header-content{text-align: center;}
.header-content > svg{width: 2.4rem; height: 2.4rem;}


/* インプラント料金表のスタイル再現 */
.implant-price-list-wrapper {
    max-width: 100%;
    margin: 40px 0;
    padding-left: 0 !important;
    background: #fff;
    border: 1px solid #d1e3e9;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.price-list-header {
    background-color: #3a8da4; /* 画像のメインブルー */
    color: #fff;
    padding: 20px 25px;
}
.price-list-header h2,.price-list-header p{text-align: center; color: #fff;}

.price-list-header h2 {
    margin: 0;
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.price-list-header p {
    margin: 5px 0 0;
    font-size: 13px;
    opacity: 0.9;
}

.price-category-title {
    background-color: #eaf4f8; /* 薄い水色の背景 */
    padding: 12px 20px;
    font-weight: bold;
    color: #333;
    font-size: 15px;
    border-top: 1px solid #d1e3e9;
    border-bottom: 2px solid #3a8da4;
    display: flex;
    align-items: center;
}

.price-category-title .icon {
    margin-right: 10px;
    font-size: 18px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

.price-label {
    font-size: 15px;
    color: #444;
}

/* 上部構造のドットインデント再現 */
.price-row.indent .price-label::before {
    content: "●";
    color: #a0c4d1;
    font-size: 10px;
    margin-right: 12px;
}

.price-value {
    font-size: 18px;
    font-weight: bold;
    color: #005c6e; /* 価格の濃い青緑 */
    font-family: Arial, sans-serif;
}

.price-sub {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    margin-left: 5px;
}

.price-unit {
    font-size: 13px;
    color: #a0c4d1;
    font-weight: normal;
    margin-left: 5px;
}

.price-list-footer {
    padding: 20px 25px;
    background-color: #fff;
    font-size: 13px;
    color: #555;
    line-height: 1.8;
}

.price-list-footer p {
    margin: 0;
}

.icon > img{width: 1rem;}

/* スマホ対応 */
@media screen and (max-width: 600px) {
    .price-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 20px;
    }
    .price-value {
        align-self: flex-end;
        margin-top: 5px;
    }
}
