/* =====================================================================
 *  tf2020 v2 共通スタイル
 *
 *  対応テンプレート / template-parts:
 *    taxonomy-buying_type.php / single-buying.php
 *    template-parts/hero-v2.php
 *    template-parts/buying-results-v2.php
 *    template-parts/size-pricing-v2.php
 *    template-parts/shapes-makers-v2.php
 *    template-parts/cst-voice-v2.php
 *    template-parts/buy-flow-v2.php
 *    template-parts/tf-features-v2.php
 *    template-parts/tf-reasons-v2.php
 *
 *  読込: functions.php で wp_enqueue_style('tf2020-v2', ...)
 * ===================================================================== */


/* ----------------------------------------------------------------------
 *  共通
 * ---------------------------------------------------------------------- */
.sc_60 { padding: 60px 0; }
.sc_60_fir { padding-bottom: 60px; }
.tfv2_section.alt { background: #f3f4f6; }
.tfv2_intro_section { padding: 0 0 30px; }
.tfv2_intro_lead {
    text-align: center;
    color: #444;
    font-size: 1.5rem;
    line-height: 1.9;
    max-width: 920px;
    margin: 0 auto 20px;
}

/* buying_type ページ用 イントロ見出し / 説明 (area_stt_ttl / area_itr_desc と同デザイン) */
.bt_stt_ttl {
    padding: 3rem 0 1rem 0;
}
.bt_itr_desc {
    font-size: 1.5rem;
    line-height: 1.9;
    color: #333;
    text-align: center;
    max-width: 920px;
    margin: 0 auto 30px;
    padding: 0 15px;
}
.bt_itr_desc span {
    font-weight: 500;
    color: #000;
}
@media screen and (max-width: 768px) {
    .bt_itr_desc {
        font-size: 1.35rem;
        line-height: 1.75;
        text-align: left;
        margin: 0 auto 20px;
    }
}


/* ----------------------------------------------------------------------
 *  ヒーロー (hero-v2)
 *  都道府県/形状/車種ページ共通。背景画像 + オーバーレイ + 左テキスト + 右検索。
 *  500px以下で縦並び、それ以上で横並び。
 * ---------------------------------------------------------------------- */
.tfv2_hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6rem 0 7rem;
    color: #fff;
    overflow: hidden;
}
.tfv2_hero_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.tfv2_hero_inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    flex-wrap: wrap;
}
.tfv2_hero_left {
    flex: 1 1 0;
    min-width: 0;
    color: #fff;
}
.tfv2_hero_label {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    background: rgba(239, 90, 36, 0.85);
    padding: 0.3rem 1.2rem;
    border-radius: 3px;
    margin: 0 0 1rem 0;
    letter-spacing: 0.05em;
    vertical-align: middle;
}
.tfv2_hero_en {
    display: inline-block;
    font-family: 'Barlow Semi Condensed', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0 0 1rem 1rem;
    vertical-align: middle;
    line-height: 1;
}
.tfv2_hero_ttl {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    letter-spacing: 0.05em;
    margin: 0 0 2rem;
}
.tfv2_hero_ttl .accent {
    color: #0d99ff;
    background: #fff;
    padding: 0 0.6rem;
}
.tfv2_hero_lead {
    font-size: 1.4rem;
    line-height: 1.6em;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}
.tfv2_hero_right {
    flex-shrink: 0;
    width: 55%;
    max-width: 550px;
}
.tfv2_hero_right .souba_search_box {
    margin: 0;
    max-width: none;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

/* PC中間 */
@media screen and (max-width: 1024px) {
    .tfv2_hero_ttl { font-size: 2.8rem; }
    .tfv2_hero_right { width: 55%; }
}

/* 500px以下: 縦並び */
@media screen and (max-width: 500px) {
    .tfv2_hero {
        padding: 4rem 0 2.5rem;
        margin: 0 0 25px 0;
    }
    .tfv2_hero_inner {
        flex-direction: column;
        gap: 2rem;
    }
    .tfv2_hero_label {
        font-size: 1.2rem;
    }
    .tfv2_hero_en {
        font-size: 1.4rem;
        margin: 0 0 0.8rem 0.6rem;
        letter-spacing: 0.12em;
    }
    .tfv2_hero_ttl {
        font-size: 2.2rem;
        margin: 0 0 1.5rem;
    }
    .tfv2_hero_lead {
        font-size: 1.3rem;
    }
    .tfv2_hero_right {
        width: 100%;
        max-width: none;
    }
    .tfv2_hero_right .souba_search_box {
        margin: 0 auto;
    }
}

/* ヒーロー直下のパンくず (独立セクション・通常フロー) */
.tfv2_breadcrumb {
    display: block;
    width: 100%;
    padding: 1rem 0;
    background: #fff;
}
.tfv2_breadcrumb_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 1.3rem;
    line-height: 1.6;
    color: #555;
}
.tfv2_breadcrumb_list li {
    position: relative;
    padding: 2px 0;
}
.tfv2_breadcrumb_list li + li {
    padding-left: 28px;
}
.tfv2_breadcrumb_list li + li:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    width: 14px;
    height: 1px;
    background: #ef5a24;
}
.tfv2_breadcrumb_list a {
    color: #555;
    text-decoration: none;
}
.tfv2_breadcrumb_list a:hover {
    color: #ef5a24;
    text-decoration: underline;
}
.tfv2_breadcrumb_list li:last-child a {
    color: #1a2235;
    font-weight: 600;
    pointer-events: none;
}
@media screen and (max-width: 500px) {
    .tfv2_breadcrumb {
        padding: 8px 0;
    }
    .tfv2_breadcrumb_list {
        font-size: 1.1rem;
    }
    .tfv2_breadcrumb_list li + li {
        padding-left: 22px;
    }
    .tfv2_breadcrumb_list li + li:before {
        left: 4px;
        width: 12px;
    }
}


/* ----------------------------------------------------------------------
 *  買取実績一覧 (buying-results-v2)
 * ---------------------------------------------------------------------- */
.tfv2_rslt_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.tfv2_rslt_card {
    background: #fff;
    border: 1px solid #e3e6eb;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.tfv2_rslt_card .img {
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #f3f4f6;
}
.tfv2_rslt_card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.tfv2_rslt_card .body {
    padding: 12px 14px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.tfv2_rslt_card .ttl {
    font-size: 1.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
}
.tfv2_rslt_card .area {
    color: #6b6b6b;
    font-size: 1.2rem;
    margin-bottom: auto;
}
.tfv2_rslt_card .price {
    color: #ef5a24;
    font-size: 1.8rem;
    font-weight: 800;
    text-align: right;
    border-top: 1px solid #eef0f3;
    padding-top: 10px;
    margin-top: 12px;
}
.tfv2_rslt_more {
    text-align: center;
    margin-top: 24px;
}
.tfv2_rslt_more a {
    display: inline-block;
    padding: 12px 32px;
    background: #fff;
    color: #0d99ff;
    border: 1px solid #0d99ff;
    border-radius: 99px;
    text-decoration: none;
    font-weight: 700;
}
.tfv2_rslt_more a:hover { background: #0d99ff; color: #fff; }
@media (max-width: 768px) {
    .tfv2_rslt_grid { grid-template-columns: repeat(2, 1fr); }
}


/* ----------------------------------------------------------------------
 *  サイズ別買取相場 (size-pricing-v2)
 * ---------------------------------------------------------------------- */
.tfv2_size_intro {
    text-align: center;
    color: #444;
    font-size: 1.4rem;
    line-height: 1.8;
    max-width: 920px;
    margin: 0 auto 20px;
}
.tfv2_size_table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e3e6eb;
}
.tfv2_size_table th,
.tfv2_size_table td {
    padding: 10px 5px;
    border: 1px solid #e3e6eb;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.6;
    vertical-align: middle;
}
.tfv2_size_table thead th {
    background: #1a2235;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.tfv2_size_table .cls {
    width: 22%;
    background: #f8f9fb;
    font-weight: 700;
    color: #222;
}
.tfv2_size_table .price {
    width: 22%;
    color: #ef5a24;
    font-weight: 800;
    text-align: right;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .tfv2_size_table thead { display: none; }
    .tfv2_size_table,
    .tfv2_size_table tbody {
        display: block;
        width: 100%;
        border: none;
    }
    .tfv2_size_table tr {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 12px;
        border: 1px solid #e3e6eb;
        background: #fff;
    }
    .tfv2_size_table td {
        display: block;
        width: auto;
        border: none;
        padding: 10px 12px;
    }
    .tfv2_size_table td.cls {
        grid-column: 1 / 2;
        grid-row: 1;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-right: 1px solid #e3e6eb;
        border-bottom: 1px solid #e3e6eb;
    }
    .tfv2_size_table td.price {
        grid-column: 2 / 3;
        grid-row: 1;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-bottom: 1px solid #e3e6eb;
    }
    .tfv2_size_table td:not(.cls):not(.price) {
        grid-column: 1 / -1;
        grid-row: 2;
    }
}
.tfv2_price_examples {
    margin-top: 24px;
    background: #fff;
    border: 1px solid #e3e6eb;
    padding: 18px 22px;
}
.tfv2_price_examples_ttl {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a2235;
    border-left: 4px solid #ef5a24;
    padding-left: 10px;
    margin-bottom: 10px;
}
.tfv2_price_examples ul { list-style: none; padding: 0; margin: 0; }
.tfv2_price_examples li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px dashed #eef0f3;
    font-size: 1.3rem;
    color: #444;
}
.tfv2_price_examples li:last-child { border-bottom: none; }
.tfv2_price_examples .price { color: #ef5a24; font-weight: 700; }


/* ----------------------------------------------------------------------
 *  買取可能なコンディション 3カード (taxonomy 用)
 * ---------------------------------------------------------------------- */
.tfv2_tough_wrap {
    background: #fff7ec;
}
.tfv2_tough_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.tfv2_tough_card {
    background: #fff;
    border: 1px solid #ffd9b5;
    border-radius: 4px;
    padding: 24px 20px;
    text-align: center;
}
.tfv2_tough_card .icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ef5a24;
}
.tfv2_tough_card .icon svg { width: 56px; height: 56px; }
.tfv2_tough_card .icon img { max-width: 100%; height: auto; }
.tfv2_tough_card .ttl {
    color: #ef5a24;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 8px;
}
.tfv2_tough_card .desc {
    color: #555;
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: left;
}
@media (max-width: 768px) {
    .tfv2_tough_grid { grid-template-columns: 1fr; }
}


/* ----------------------------------------------------------------------
 *  買取可能なコンディション 6項目チェックリスト (single-buying 用)
 * ---------------------------------------------------------------------- */
.tfv2_cond_wrap {
    background: #fff7ec;
}
.tfv2_cond_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.tfv2_cond_item {
    background: #fff;
    border: 1px solid #ffd9b5;
    border-radius: 4px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.35rem;
    color: #333;
    font-weight: 600;
}
.tfv2_cond_item::before {
    content: "";
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #2bbf6f url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='5 12 10 17 19 7'/></svg>") center/14px no-repeat;
}
@media (max-width: 768px) {
    .tfv2_cond_grid { grid-template-columns: 1fr; }
}


/* ----------------------------------------------------------------------
 *  高く買い取ってもらうコツ (4カード)
 * ---------------------------------------------------------------------- */
.tfv2_tips_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.tfv2_tips_card {
    background: #fff;
    border-left: 4px solid #ef5a24;
    border-top: 1px solid #eef0f3;
    border-right: 1px solid #eef0f3;
    border-bottom: 1px solid #eef0f3;
    padding: 20px 22px;
}
.tfv2_tips_card .ttl {
    color: #1a2235;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 8px;
}
.tfv2_tips_card .ttl .no {
    color: #ef5a24;
    margin-right: 6px;
}
.tfv2_tips_card .desc {
    color: #555;
    font-size: 1.3rem;
    line-height: 1.7;
}
@media (max-width: 768px) {
    .tfv2_tips_grid { grid-template-columns: 1fr; }
}


/* ----------------------------------------------------------------------
 *  お客様の声 (cst-voice-v2)
 * ---------------------------------------------------------------------- */
.tfv2_voice_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.tfv2_voice_card {
    background: #fff;
    border: 1px solid #e3e6eb;
    border-radius: 4px;
    padding: 22px 22px 18px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.tfv2_voice_card::before {
    content: "“";
    position: absolute;
    top: 0;
    left: 14px;
    font-size: 4.4rem;
    line-height: 1;
    color: #ef5a24;
    font-family: Georgia, serif;
    font-weight: 700;
}
.tfv2_voice_card .quote {
    color: #444;
    font-size: 1.35rem;
    line-height: 1.85;
    padding-top: 18px;
    flex: 1;
}
.tfv2_voice_card .label {
    color: #888;
    font-size: 1.2rem;
    text-align: right;
    margin-top: 14px;
    border-top: 1px dashed #eef0f3;
    padding-top: 10px;
}
@media (max-width: 768px) {
    .tfv2_voice_grid { grid-template-columns: 1fr; }
}


/* ----------------------------------------------------------------------
 *  スタッフワンポイント
 * ---------------------------------------------------------------------- */
.tfv2_voice_grid + .tfv2_staff_card { margin-top: 24px; }
.tfv2_staff_card {
    background: #eef4fb;
    border-left: 4px solid #2b6cb0;
    border-radius: 4px;
    padding: 22px 26px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.tfv2_staff_avatar {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #cdd9e5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
}
.tfv2_staff_body {
    flex: 1;
    color: #333;
    font-size: 1.35rem;
    line-height: 1.8;
}
.tfv2_staff_body h3 {
    font-size: 1.6rem;
    color: #1a2235;
    margin-bottom: 6px;
}


/* ----------------------------------------------------------------------
 *  〇〇とは
 * ---------------------------------------------------------------------- */
.tfv2_whatis_body {
    background: #fff;
    border: 1px solid #e3e6eb;
    padding: 22px 26px;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.95;
}


/* ----------------------------------------------------------------------
 *  形状一覧 / メーカー一覧 (shapes-makers-v2)
 * ---------------------------------------------------------------------- */
.tfv2_shapes_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.tfv2_shapes_wrap h3 {
    font-size: 1.5rem;
    color: #1a2235;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 2px solid #1a2235;
}
.tfv2_shapes_list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.tfv2_shapes_list li {
    background: #fff;
    border: 1px solid #e3e6eb;
    border-radius: 2px;
}
.tfv2_shapes_list li a {
    display: inline-block;
    padding: 6px 14px;
    font-size: 1.3rem;
    color: #333;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}
.tfv2_shapes_list li a:hover {
    background: #f3f4f6;
    color: #ef5a24;
}
.tfv2_shapes_list li.on {
    background: #ef5a24;
    border-color: #ef5a24;
}
.tfv2_shapes_list li.on a { color: #fff; }
.tfv2_shapes_list li.on a:hover { background: transparent; color: #fff; }
@media (max-width: 768px) {
    .tfv2_shapes_wrap { grid-template-columns: 1fr; }
}


/* ----------------------------------------------------------------------
 *  中古販売
 * ---------------------------------------------------------------------- */
.tfv2_used_card {
    background: #1a2235;
    color: #fff;
    text-align: center;
    padding: 36px 24px;
    border-radius: 4px;
}
.tfv2_used_card p {
    font-size: 1.35rem;
    line-height: 1.8;
    color: #e5e9f0;
    max-width: 800px;
    margin: 0 auto 20px;
}
.tfv2_used_btn {
    display: inline-block;
    background: #ef5a24;
    color: #fff;
    padding: 12px 36px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
}
.tfv2_used_btn:hover { opacity: 0.9; }


/* ----------------------------------------------------------------------
 *  出張買取の流れ (buy-flow-v2) ※ 既存クラスのv2上書き
 * ---------------------------------------------------------------------- */
.gd_flw_itr {
    align-items: center;
    justify-content: center;
    display: flex;
}
.gd_fl_itr_li li {
    padding: 14px 16px;
}
.gd_fl_itli_num {
    margin-top: -28px;
    padding: 0 0 10px 0;
    font-size: 4rem;
}
.gd_fl_itli_tx {
    min-height: 2.6em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.gd_fl_itli_tx2 {
    color: #6b6b6b;
    line-height: 1.4em;
}


/* ----------------------------------------------------------------------
 *  トラックファイブの特徴 (tf-features-v2) ※ 既存クラスのv2上書き
 * ---------------------------------------------------------------------- */
.gd_ab_st li {
    padding: 18px 20px;
}
.gd_ab_st_img {
    margin: 10px auto;
}
.gd_ab_st_ttl {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.gd_fl_itli_icon {
    margin: 0 auto 5px auto;
    height: auto;
}


/* ----------------------------------------------------------------------
 *  メーカーページ (taxonomy-buying_maker.php)
 *    - 買取車種一覧 (model-list)
 *    - 高く売れる理由 (tfv2_maker_reasons)
 *    - 海外での人気傾向 (tfv2_maker_overseas)
 * ---------------------------------------------------------------------- */

/* 買取車種一覧 */
.model-list {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.model-list li {
    background: #fff;
    border: 1px solid #64748b;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: background 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.model-list li:hover {
    background: #ef5a24;
    border-color: #ef5a24;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(239, 90, 36, 0.3);
}
.model-list li a {
    display: block;
    padding: 16px 18px;
    color: #222;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}
.model-list li:hover a {
    color: #fff;
}
@media screen and (max-width: 768px) {
    .model-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .model-list li a {
        padding: 12px 14px;
        font-size: 1.35rem;
    }
}
@media screen and (max-width: 480px) {
    .model-list {
        grid-template-columns: 1fr;
    }
}

/* 大分類カードの下に細かい形状名を並べるサブエリア (archive-juki 用) */
.model-list li .model-list_sub {
    padding: 0 18px 14px;
    margin: -6px 0 0;
    font-size: 1.2rem;
    color: #64748b;
    line-height: 1.65;
    text-align: center;
}
.model-list li .model-list_sub > * + * {
    margin-top: 4px;
}
.model-list li:hover .model-list_sub {
    color: #fff;
}
@media screen and (max-width: 768px) {
    .model-list li .model-list_sub {
        padding: 0 14px 10px;
        font-size: 1.1rem;
    }
}

/* 個別ページを持たない車種 (非リンクの文字列表示) */
.model-list-extras {
    margin: 28px 0 0;
    padding: 18px 22px;
    background: #f9fafb;
    border-left: 3px solid #ef5a24;
    border-radius: 0 4px 4px 0;
}
.model-list-extras_lbl {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a2235;
    margin: 0 0 10px;
    letter-spacing: 0.04em;
}
.model-list-extras_items {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.35rem;
    color: #1a2235;
    line-height: 1.9;
}
.model-list-extras_items li {
    display: inline;
}
.model-list-extras_items li + li::before {
    content: "・";
    margin: 0 4px;
    color: #9ca3af;
}
@media screen and (max-width: 480px) {
    .model-list-extras {
        margin: 20px 0 0;
        padding: 14px 16px;
    }
    .model-list-extras_items {
        font-size: 1.25rem;
    }
}

/* 高く売れる理由 (3カード) */
.tfv2_maker_reasons {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.tfv2_maker_reasons li {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-top: 4px solid #ef5a24;
    border-radius: 6px;
    padding: 24px 22px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.tfv2_maker_reasons_num {
    display: inline-block;
    color: #ef5a24;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
}
.tfv2_maker_reasons_ttl {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #1f2937;
    margin: 0 0 12px;
}
.tfv2_maker_reasons_txt {
    font-size: 1.45rem;
    line-height: 1.6;
    color: #374151;
    margin: 0;
}
@media screen and (max-width: 768px) {
    .tfv2_maker_reasons {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .tfv2_maker_reasons li {
        padding: 20px 18px;
    }
    .tfv2_maker_reasons_ttl { font-size: 1.65rem; }
    .tfv2_maker_reasons_txt { font-size: 1.35rem; }
}

/* 海外での人気傾向 (テーブル) */
.tfv2_maker_overseas {
    margin: 30px 0 0;
}
.tfv2_maker_overseas table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e5e7eb;
}
.tfv2_maker_overseas col.col_region  { width: 35%; }
.tfv2_maker_overseas col.col_model   { width: 25%; }
.tfv2_maker_overseas col.col_trend   { width: 40%; }
.tfv2_maker_overseas th,
.tfv2_maker_overseas td {
    padding: 14px 18px;
    text-align: left;
    background: #fff;
    border: 1px solid #e5e7eb;
    font-size: 1.45rem;
    line-height: 1.6;
    vertical-align: top;
    word-break: break-word;
}
.tfv2_maker_overseas thead th {
    background: #1a2235;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.tfv2_maker_overseas th[scope="row"] {
    background: #f9fafb;
    font-weight: 600;
    color: #1a2235;
}

/* タブレット (size-pricing-v2 と同じ 2x2 グリッド形式) */
@media screen and (max-width: 768px) {
    .tfv2_maker_overseas table { table-layout: auto; }
    .tfv2_maker_overseas thead { display: none; }
    .tfv2_maker_overseas table,
    .tfv2_maker_overseas tbody {
        display: block;
        width: 100%;
        border: none;
    }
    .tfv2_maker_overseas tr {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 12px;
        border: 1px solid #e5e7eb;
        background: #fff;
    }
    .tfv2_maker_overseas tbody tr:nth-child(even) {
        background: #fff;
    }
    .tfv2_maker_overseas th,
    .tfv2_maker_overseas td {
        display: block;
        width: auto;
        border: none;
        padding: 10px 12px;
        font-size: 1.35rem;
    }
    .tfv2_maker_overseas th[scope="row"] {
        grid-column: 1 / 2;
        grid-row: 1;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        background: #f8f9fb;
        border-right: 1px solid #e5e7eb;
        border-bottom: 1px solid #e5e7eb;
    }
    .tfv2_maker_overseas td:nth-of-type(1) {
        grid-column: 2 / 3;
        grid-row: 1;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        font-weight: 600;
        color: #ef5a24;
        border-bottom: 1px solid #e5e7eb;
    }
    .tfv2_maker_overseas td:nth-of-type(2) {
        grid-column: 1 / -1;
        grid-row: 2;
    }
}
