@charset "UTF-8";
/* ==========================================================================
   SOICO 記事用 共通コンポーネントCSS
   ==========================================================================
   役割: カードローン比較記事で使用する装飾コンポーネントを一元管理
   方針:
     - 記事内の <style> を無くし、ライターは HTML クラス指定だけで装飾可能に
     - 既存記事の見た目を維持（クラス名・構造を変更しない）
     - 真=美の原則に従い、同じ見た目は1定義に統合
   ========================================================================== */


/* ==========================================================================
   0. フォント読み込み（1回のみ）
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Bebas+Neue&family=DM+Sans:wght@400;600;700&display=swap');


/* ==========================================================================
   1. 記事共通 Global Fix（SP対応）
   記事内で繰り返し定義されていたものを1箇所に統合
   ========================================================================== */
.entry-content * { box-sizing: border-box; }
.entry-content img { max-width: 100%; height: auto; }
.entry-content table { max-width: 100%; }
.entry-content td,
.entry-content th,
.entry-content span,
.entry-content p,
.entry-content li,
.entry-content div {
  word-break: break-word;
  overflow-wrap: break-word;
}

/* テーブル横スクロール共通クラス */
.entry-content .scroll-wrap,
.entry-content .table-scroll,
.entry-content .compare-scroll,
.entry-content .top3-scroll,
.entry-content .info-table-wrap,
.entry-content .scroll-wrapper,
.entry-content .shinsa-scroll,
.entry-content .murisoku-scroll,
.entry-content .priv-scroll,
.entry-content .tbl-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


/* ==========================================================================
   2. 冒頭データボックス（.lead-data）
   ========================================================================== */
.lead-data { font-family: 'Noto Sans JP', sans-serif; }
.lead-data .data-box {
  background: #fff; border: 1.5px solid #e2e8f2;
  border-radius: 12px; overflow: hidden;
}
.lead-data .data-head {
  background: #1a3a5c; color: #fff;
  padding: 10px 16px; font-size: 11.5px; font-weight: 700;
}
.lead-data .data-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
}
@media (max-width: 480px) {
  .lead-data .data-grid { grid-template-columns: 1fr; }
  .lead-data .data-item { border-right: none; border-bottom: 1px solid #e2e8f2; }
  .lead-data .data-item:last-child { border-bottom: none; }
}
.lead-data .data-item {
  padding: 14px 16px; text-align: center;
  border-right: 1px solid #e2e8f2;
}
.lead-data .data-item:last-child { border-right: none; }
.lead-data .data-num {
  display: block; font-size: 26px; font-weight: 900;
  color: #1a3a5c; line-height: 1; margin-bottom: 4px;
}
.lead-data .data-num span { font-size: 14px; font-weight: 700; }
.lead-data .data-label {
  display: block; font-size: 11px; color: #6b7a8d;
  line-height: 1.5; margin-bottom: 4px;
}
.lead-data .data-source { display: block; font-size: 9.5px; color: #a0b0c0; }
.lead-data .data-source a { color: #a0b0c0; text-decoration: none; }


/* ==========================================================================
   3. 銀行 vs 消費者金融の比較テーブル（.lead-compare）
   ========================================================================== */
.lead-compare { font-family: 'Noto Sans JP', sans-serif; }
.lead-compare .compare-title {
  font-size: 13px; font-weight: 700; color: #1e2a38;
  margin-bottom: 10px; padding-left: 10px;
  border-left: 3px solid #1a3a5c; line-height: 1.5;
}
.lead-compare .compare-scroll {
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  border-radius: 10px; border: 1.5px solid #444441;
}
.lead-compare .compare-table {
  width: 100%; border-collapse: collapse; background: #fff;
  min-width: 420px; font-size: 11.5px;
}
.lead-compare .compare-table thead th {
  padding: 10px 14px; text-align: center; font-weight: 700;
  font-size: 11px; border-right: 1px solid #444441;
}
.lead-compare .compare-table thead th:last-child { border-right: none; }
.lead-compare .compare-table thead th.th-label {
  background: #0f2a50; color: #000; text-align: left; width: 110px;
}
.lead-compare .compare-table thead th.th-bank { background: #2a7a48; color: #000; }
.lead-compare .compare-table thead th.th-cf   { background: #1a3a5c; color: #000; }
.lead-compare .compare-table tbody td {
  padding: 10px 14px; border-bottom: 1px solid #444441;
  border-right: 1px solid #444441;
  color: #1e2a38; text-align: center; line-height: 1.6;
}
.lead-compare .compare-table tbody td:last-child { border-right: none; }
.lead-compare .compare-table tbody tr:last-child td { border-bottom: none; }
.lead-compare .compare-table tbody td.td-label {
  text-align: left; font-weight: 700; font-size: 11px;
  color: #000; background: #0f2a50; white-space: nowrap;
}
.lead-compare .tag-good { background: #e4f6ec; color: #2a7a48; font-weight: 700; font-size: 10.5px; padding: 1px 7px; border-radius: 4px; }
.lead-compare .tag-bad  { background: #fdeaea; color: #c03030; font-weight: 700; font-size: 10.5px; padding: 1px 7px; border-radius: 4px; }
.lead-compare .tag-mid  { background: #fdf0d8; color: #c47f00; font-weight: 700; font-size: 10.5px; padding: 1px 7px; border-radius: 4px; }
.lead-compare .inner-link-box {
  margin-top: 8px; padding: 8px 12px;
  background: #f7f9fc; border-radius: 7px;
  border-left: 3px solid #2a7a48; font-size: 11px; color: #334; line-height: 1.7;
}
.lead-compare .inner-link-box a { color: #1a5aaa; font-weight: 700; text-decoration: none; }
.lead-compare .inner-link-box a:hover { text-decoration: underline; }


/* ==========================================================================
   4. トップ3ランキングカード（.lt3）※ファーストビューのメインカード群
   ========================================================================== */
.lt3 { font-family: 'Noto Sans JP', sans-serif; }
.lt3 .block-title {
  font-size: 13px; font-weight: 700; color: #1e2a38;
  margin-bottom: 16px; padding-left: 10px;
  border-left: 3px solid #1a3a5c; line-height: 1.5;
}
.lt3 .cards { display: flex; flex-direction: column; gap: 14px; }

.lt3 .card {
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.10); position: relative;
}
.lt3 .card-1 { border: 2px solid #d4a000; }
.lt3 .card-1 .card-hero { background: linear-gradient(135deg, #1a3460 0%, #2a5298 60%, #1a3460 100%); }
.lt3 .card-1 .accent { color: #f0c030; }
.lt3 .card-1 .score-bar-fill { background: linear-gradient(90deg, #d4a000, #f0c030); }
.lt3 .card-1 .cta-btn { background: linear-gradient(135deg, #d4a000, #f0b800); color: #1a2a00; }
.lt3 .card-2 { border: 2px solid #3a8c50; }
.lt3 .card-2 .card-hero { background: linear-gradient(135deg, #1a3a28 0%, #2d6e44 60%, #1a3a28 100%); }
.lt3 .card-2 .accent { color: #6de890; }
.lt3 .card-2 .score-bar-fill { background: linear-gradient(90deg, #2a7a48, #50c878); }
.lt3 .card-2 .cta-btn { background: linear-gradient(135deg, #2a7a48, #3aaa60); color: #fff; }
.lt3 .card-3 { border: 2px solid #9a6020; }
.lt3 .card-3 .card-hero { background: linear-gradient(135deg, #2a1a08 0%, #6a3c10 60%, #2a1a08 100%); }
.lt3 .card-3 .accent { color: #f0a850; }
.lt3 .card-3 .score-bar-fill { background: linear-gradient(90deg, #c47000, #f0a030); }
.lt3 .card-3 .cta-btn { background: linear-gradient(135deg, #c47000, #e89030); color: #fff; }

.lt3 .card-hero {
  padding: 16px 18px 14px;
  display: flex; align-items: center; gap: 14px;
  position: relative; overflow: hidden;
}
.lt3 .card-hero::before {
  content: ''; position: absolute; top: -30px; right: -20px;
  width: 120px; height: 120px; border-radius: 50%;
  background: rgba(255,255,255,0.04);
}
.lt3 .medal {
  font-size: 36px; flex-shrink: 0; line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}
.lt3 .hero-info { flex: 1; min-width: 0; }
.lt3 .hero-rank {
  font-size: 10px; font-weight: 700; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.7); margin-bottom: 3px; display: block;
}
.lt3 .hero-name {
  font-size: 22px; font-weight: 900; color: #fff;
  line-height: 1.1; display: block; margin-bottom: 3px;
}
.lt3 .hero-type {
  font-size: 10px; font-weight: 700; padding: 2px 8px;
  border-radius: 3px; background: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.9); display: inline-block;
}
.lt3 .hero-score { text-align: right; flex-shrink: 0; }
.lt3 .score-label {
  display: block; font-size: 9px; color: rgba(255,255,255,0.6);
  font-weight: 700; letter-spacing: 0.08em; margin-bottom: 2px;
}
.lt3 .score-value {
  display: block; font-size: 28px; font-weight: 900;
  font-family: 'Bebas Neue', 'Noto Sans JP', sans-serif;
  letter-spacing: 0.04em; line-height: 1;
}
.lt3 .card-catch {
  padding: 10px 18px;
  background: rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.lt3 .catch-text {
  font-size: 11.5px; color: rgba(255,255,255,0.85);
  line-height: 1.6; font-weight: 500;
}
.lt3 .card-body { background: #fff; padding: 14px 16px; }
.lt3 .spec-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 8px; margin-bottom: 12px;
}
@media (max-width: 400px) {
  .lt3 .spec-grid { grid-template-columns: repeat(2, 1fr); }
}
.lt3 .spec-item {
  background: #f7f9fc; border-radius: 8px;
  padding: 9px 10px; text-align: center;
}
.lt3 .spec-label {
  display: block; font-size: 9.5px; color: #8a9ab0;
  font-weight: 700; margin-bottom: 4px; letter-spacing: 0.03em;
}
.lt3 .spec-val {
  display: block; font-size: 14px; font-weight: 900;
  color: #1e2a38; line-height: 1.2;
}
.lt3 .spec-val small {
  font-size: 10px; font-weight: 500; color: #6b7a8d;
  display: block; margin-top: 2px;
}
.lt3 .spec-badge {
  display: inline-block; font-size: 9.5px; font-weight: 700;
  padding: 2px 7px; border-radius: 4px; margin-top: 3px;
}
.lt3 .badge-ok  { background: #e4f6ec; color: #2a7a48; }
.lt3 .badge-ng  { background: #fdeaea; color: #c03030; }
.lt3 .badge-mid { background: #fdf0d8; color: #c47f00; }
.lt3 .score-bars { margin-bottom: 12px; }
.lt3 .bar-row {
  display: flex; align-items: center; gap: 8px; margin-bottom: 5px;
}
.lt3 .bar-label {
  font-size: 10px; font-weight: 700; color: #6b7a8d;
  width: 68px; flex-shrink: 0; text-align: right;
}
.lt3 .bar-track {
  flex: 1; height: 7px; background: #eef0f4; border-radius: 4px; overflow: hidden;
}
.lt3 .score-bar-fill { height: 100%; border-radius: 4px; }
.lt3 .bar-score {
  font-size: 10px; font-weight: 700; color: #1e2a38;
  width: 28px; flex-shrink: 0; text-align: right;
}
.lt3 .reason-tags {
  display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 12px;
}
.lt3 .rtag {
  font-size: 10px; font-weight: 700; padding: 3px 9px;
  border-radius: 4px; background: #e8f0f8; color: #1a3a5c;
}
.lt3 .card-2 .rtag { background: #e4f6ec; color: #1a5a30; }
.lt3 .card-3 .rtag { background: #fdf0d8; color: #7a4000; }
.lt3 .cta-btn {
  display: block; text-decoration: none; text-align: center;
  font-size: 13px; font-weight: 700; padding: 12px;
  border-radius: 8px; letter-spacing: 0.04em;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.lt3 .cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 16px rgba(0,0,0,0.2);
}
.lt3 .footnotes { padding: 8px 0 10px; line-height: 1.8; }
.lt3 .logo-wrap { margin-bottom: 12px; }
.lt3 .logo-wrap img {
  width: 100%; max-height: 140px;
  object-fit: contain; object-position: center center;
  border-radius: 8px; display: block; background: #f0f4f8;
}


/* ==========================================================================
   5. 総合TOP3（.top3-ac）※ミニカード型
   ========================================================================== */
.top3-ac { font-family: 'Noto Sans JP', sans-serif; margin-bottom: 22px; }
.top3-ac .section-title {
  font-size: 13px; font-weight: 700; color: #1e2a38;
  margin-bottom: 12px; padding-left: 10px;
  border-left: 3px solid #1a3a5c; line-height: 1.5;
}
.top3-ac .card-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
@media (max-width: 600px) {
  .top3-ac .card-grid { grid-template-columns: 1fr; }
}
.top3-ac .mini-card {
  background: #fff; border: 1.5px solid #e2e8f2;
  border-radius: 10px; overflow: hidden; text-align: center;
  display: flex; flex-direction: column;
}
.top3-ac .mini-head { padding: 10px 10px 8px; }
.top3-ac .mini-head.c1 { background: #eef3f9; border-bottom: 1.5px solid #c8d8ec; }
.top3-ac .mini-head.c2 { background: #f4f4f4; border-bottom: 1.5px solid #d0d0d0; }
.top3-ac .mini-head.c3 { background: #fdf8ee; border-bottom: 1.5px solid #ecd8a0; }
.top3-ac .mini-medal { font-size: 22px; display: block; margin-bottom: 4px; }
.top3-ac .mini-type {
  display: inline-block; font-size: 9px; font-weight: 700;
  padding: 1px 6px; border-radius: 3px; margin-bottom: 4px;
}
.top3-ac .t1 { background: #1a3a5c; color: #fff; }
.top3-ac .t2 { background: #444441; color: #fff; }
.top3-ac .t3 { background: #c47f00; color: #fff; }
.top3-ac .mini-name {
  display: block; font-size: 13px; font-weight: 900; color: #1e2a38;
}
.top3-ac .mini-body {
  padding: 10px 12px 12px; text-align: left;
  display: flex; flex-direction: column; flex: 1;
}
.top3-ac .reason-label {
  font-size: 9.5px; font-weight: 700; display: block; margin-bottom: 5px;
}
.top3-ac .c1 .reason-label { color: #1a3a5c; }
.top3-ac .c2 .reason-label { color: #444441; }
.top3-ac .c3 .reason-label { color: #c47f00; }
.top3-ac .reason-list { list-style: none; padding: 0; margin: 0 0 8px; flex: 1; }
.top3-ac .reason-list li {
  font-size: 10.5px; color: #334; line-height: 1.6;
  padding-left: 13px; position: relative; margin-bottom: 2px;
}
.top3-ac .reason-list li::before {
  content: "\2713"; position: absolute; left: 0; font-weight: 700;
}
.top3-ac .c1 .reason-list li::before { color: #1a3a5c; }
.top3-ac .c2 .reason-list li::before { color: #444441; }
.top3-ac .c3 .reason-list li::before { color: #c47f00; }
.top3-ac .footnote {
  font-size: 10px; color: #888;
  line-height: 1.6; margin-bottom: 8px; display: block;
}
.top3-ac .mini-btn {
  display: block; text-decoration: none;
  font-size: 11px; font-weight: 700;
  padding: 7px 0; border-radius: 6px;
  text-align: center; transition: opacity 0.15s;
  margin-top: auto;
}
.top3-ac .mini-btn:hover { opacity: 0.82; }
.top3-ac .btn-1 { background: #1a3a5c; color: #fff; }
.top3-ac .btn-2 { background: #444441; color: #fff; }
.top3-ac .btn-3 { background: #c47f00; color: #fff; }
.top3-ac .logo-img {
  width: 100%; height: 70px; object-fit: contain;
  object-position: center; display: block;
  border-radius: 6px; margin-bottom: 8px;
  background: #f0f4f8; padding: 4px;
}


/* ==========================================================================
   6. 目次ナビゲーション（.mokuteki-nav / .zokusei-nav / .kingaku-nav / .shinsa-nav / .flow-nav / .kiso-nav / .hensai-nav / .merit-nav / .kuchikomi-nav）
   ========================================================================== */
.mokuteki-nav, .zokusei-nav, .kingaku-nav,
.shinsa-nav, .flow-nav, .kiso-nav,
.hensai-nav, .merit-nav, .kuchikomi-nav {
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 22px;
}
.mokuteki-nav .nav-box, .zokusei-nav .nav-box, .kingaku-nav .nav-box,
.shinsa-nav .nav-box, .flow-nav .nav-box, .kiso-nav .nav-box,
.hensai-nav .nav-box, .merit-nav .nav-box, .kuchikomi-nav .nav-box {
  background: #fff; border: 1.5px solid #e2e8f2;
  border-radius: 12px; padding: 18px 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.kingaku-nav .nav-box { padding: 0; overflow: hidden; }
.kingaku-nav .nav-head {
  background: #1a3a5c; color: #fff;
  padding: 12px 18px; font-size: 11.5px; font-weight: 700;
  display: flex; align-items: center; gap: 8px;
}
.kingaku-nav .nav-body { padding: 14px 18px; }
.kingaku-nav .sim-note {
  font-size: 11px; color: #6b7a8d; line-height: 1.6;
  margin-bottom: 14px; padding: 8px 10px;
  background: #f7f9fc; border-radius: 6px;
  border-left: 3px solid #1a3a5c;
}

.mokuteki-nav .nav-title, .zokusei-nav .nav-title,
.shinsa-nav .nav-title, .flow-nav .nav-title, .kiso-nav .nav-title,
.hensai-nav .nav-title, .merit-nav .nav-title, .kuchikomi-nav .nav-title {
  font-size: 12px; font-weight: 700; color: #6b7a8d;
  margin-bottom: 14px; padding-bottom: 10px;
  border-bottom: 1px solid #e2e8f2;
  display: flex; align-items: center; gap: 6px;
}
.mokuteki-nav .nav-list, .zokusei-nav .nav-list, .kingaku-nav .nav-list,
.shinsa-nav .nav-list, .flow-nav .nav-list, .kiso-nav .nav-list,
.hensai-nav .nav-list, .merit-nav .nav-list, .kuchikomi-nav .nav-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 6px;
}
.mokuteki-nav .nav-list li, .zokusei-nav .nav-list li, .kingaku-nav .nav-list li,
.shinsa-nav .nav-list li, .flow-nav .nav-list li, .kiso-nav .nav-list li,
.hensai-nav .nav-list li, .kuchikomi-nav .nav-list li {
  display: flex; align-items: center; gap: 8px;
}
.merit-nav .nav-list li {
  display: flex; align-items: flex-start; gap: 8px;
}
.mokuteki-nav .nav-num, .zokusei-nav .nav-num,
.shinsa-nav .nav-num, .flow-nav .nav-num, .kiso-nav .nav-num,
.kuchikomi-nav .nav-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 20px; height: 20px; border-radius: 50%;
  background: #1a3a5c; color: #fff;
  font-size: 10px; font-weight: 700; flex-shrink: 0;
}
.hensai-nav .nav-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 20px; height: 20px; border-radius: 50%;
  background: #1a7a7a; color: #fff;
  font-size: 10px; font-weight: 700; flex-shrink: 0; margin-top: 2px;
}
.mokuteki-nav .nav-link, .zokusei-nav .nav-link, .kingaku-nav .nav-link,
.shinsa-nav .nav-link, .flow-nav .nav-link, .kiso-nav .nav-link,
.hensai-nav .nav-link, .merit-nav .nav-link, .kuchikomi-nav .nav-link {
  font-size: 12px; color: #1a5aaa; text-decoration: none;
  line-height: 1.6; font-weight: 500; flex: 1;
  border-bottom: 1px solid transparent; transition: border-color 0.15s;
}
.mokuteki-nav .nav-link:hover, .zokusei-nav .nav-link:hover, .kingaku-nav .nav-link:hover,
.shinsa-nav .nav-link:hover, .flow-nav .nav-link:hover, .kiso-nav .nav-link:hover,
.hensai-nav .nav-link:hover, .merit-nav .nav-link:hover, .kuchikomi-nav .nav-link:hover {
  border-bottom-color: #1a5aaa;
}
.mokuteki-nav .nav-tag, .zokusei-nav .nav-tag,
.shinsa-nav .nav-tag, .flow-nav .nav-tag, .kiso-nav .nav-tag,
.hensai-nav .nav-tag, .kuchikomi-nav .nav-tag {
  display: inline-block; font-size: 9.5px; font-weight: 700;
  padding: 1px 7px; border-radius: 3px; flex-shrink: 0;
}

/* 目次用カラータグのバリエーション */
.mokuteki-nav .tag-sokujitsu { background: #e8f0f8; color: #1a3a5c; }
.mokuteki-nav .tag-shinsa    { background: #e4f6ec; color: #2a7a48; }
.mokuteki-nav .tag-murisoku  { background: #f0eafa; color: #6a3aaa; }
.mokuteki-nav .tag-kinri     { background: #fdf0d8; color: #c47f00; }
.mokuteki-nav .tag-privacy   { background: #fdeaea; color: #c03030; }
.zokusei-nav .tag-shufu    { background: #fdf0f4; color: #c04060; }
.zokusei-nav .tag-gakusei  { background: #e8f0f8; color: #1a3a5c; }
.zokusei-nav .tag-freeter  { background: #fdf0d8; color: #c47f00; }
.zokusei-nav .tag-kojin    { background: #e4f6ec; color: #2a7a48; }
.zokusei-nav .tag-koumuin  { background: #f0eafa; color: #6a3aaa; }
.zokusei-nav .tag-foreign  { background: #e1f5ee; color: #1a7a7a; }
.flow-nav .tag-doc   { background: #e8f0f8; color: #1a3a5c; }
.flow-nav .tag-check { background: #fdf0d8; color: #c47f00; }
.flow-nav .tag-web   { background: #e4f6ec; color: #2a7a48; }
.flow-nav .tag-atm   { background: #f0eafa; color: #6a3aaa; }
.flow-nav .tag-bank  { background: #fdeaea; color: #c03030; }
.flow-nav .tag-limit { background: #e1f5ee; color: #1a7a7a; }
.kiso-nav .tag-basic  { background: #e8f0f8; color: #1a3a5c; }
.kiso-nav .tag-type   { background: #f0eafa; color: #6a3aaa; }
.kiso-nav .tag-diff   { background: #e4f6ec; color: #2a7a48; }
.kiso-nav .tag-kaigai { background: #fdf0d8; color: #c47f00; }
.kiso-nav .tag-jutaku { background: #fdeaea; color: #c03030; }
.hensai-nav .tag-calc  { background: #e8f0f8; color: #1a3a5c; }
.hensai-nav .tag-cycle { background: #e4f6ec; color: #2a7a48; }
.hensai-nav .tag-tips  { background: #fdf0d8; color: #c47f00; }
.hensai-nav .tag-ribo  { background: #f0eafa; color: #6a3aaa; }
.hensai-nav .tag-warn  { background: #fdeaea; color: #c03030; }
.kuchikomi-nav .tag-chiebukuro { background: #fff0e0; color: #c04a00; }
.kuchikomi-nav .tag-5ch        { background: #f0f0f0; color: #444441; }
.kuchikomi-nav .tag-x          { background: #e8f4ff; color: #1a6aaa; }
.kuchikomi-nav .tag-mybest     { background: #e4f6ec; color: #2a7a48; }
.kuchikomi-nav .tag-kakaku     { background: #fdf0d8; color: #c47f00; }

/* merit-nav は独自デザイン */
.merit-nav .nav-section { padding: 14px 18px; }
.merit-nav .nav-section-head {
  font-size: 11px; font-weight: 700; letter-spacing: 0.05em;
  margin-bottom: 10px; padding: 6px 10px; border-radius: 6px;
  display: flex; align-items: center; gap: 6px;
}
.merit-nav .nav-section-head.c-green { background: #e4f6ec; color: #2a7a48; }
.merit-nav .nav-section-head.c-red   { background: #fdeaea; color: #c03030; }
.merit-nav .nav-list { gap: 5px; }
.merit-nav .nav-dot {
  width: 8px; height: 8px; border-radius: 50%;
  flex-shrink: 0; margin-top: 5px;
}
.merit-nav .dot-green { background: #2a7a48; }
.merit-nav .dot-red   { background: #c03030; }
.merit-nav .divider { border: none; border-top: 1px solid #e2e8f2; margin: 0; }

/* kingaku-nav 固有 */
.kingaku-nav .amount-badge {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 80px; padding: 4px 10px;
  border-radius: 6px; font-size: 11.5px; font-weight: 700;
  flex-shrink: 0; font-family: 'DM Sans', 'Noto Sans JP', sans-serif;
  text-align: center;
}
.kingaku-nav .badge-s { background: #e8f0f8; color: #1a3a5c; }
.kingaku-nav .badge-m { background: #e4f6ec; color: #2a7a48; }
.kingaku-nav .badge-l { background: #fdf0d8; color: #c47f00; }


/* ==========================================================================
   7. ページナビゲーション用「あなたの状況に合ったカード選び」（.nav-box / .nav-grid / .nav-card）
   ========================================================================== */
.nav-box {
  background: #fff; border-radius: 14px;
  border: 1.5px solid #e2e8f2;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  padding: 24px 20px 20px; max-width: 720px;
}
.nav-box-title {
  font-size: 13px; font-weight: 700; color: #1a2f4e;
  margin-bottom: 4px; letter-spacing: 0.02em;
}
.nav-box-sub {
  font-size: 11px; color: #8a9ab0;
  margin-bottom: 18px; line-height: 1.5;
}
.nav-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
@media (max-width: 480px) {
  .nav-grid { grid-template-columns: repeat(2, 1fr); }
}
.nav-card {
  display: flex; flex-direction: column; align-items: flex-start;
  text-decoration: none; background: #f7f9fc;
  border: 1.5px solid #e4eaf4; border-radius: 10px;
  padding: 12px 12px 10px;
  transition: background 0.15s, border-color 0.15s, transform 0.1s;
  position: relative;
}
.nav-card:hover {
  background: #eef4fb; border-color: #a8c8e8;
  transform: translateY(-2px);
}
.nav-card-icon { font-size: 20px; margin-bottom: 7px; line-height: 1; }
.nav-card-text {
  font-size: 11.5px; font-weight: 700; color: #1a2f4e;
  line-height: 1.5; margin-bottom: 6px;
}
.nav-card-arrow {
  font-size: 10px; color: #2d7dd2; font-weight: 700;
  letter-spacing: 0.02em; margin-top: auto;
}
.nav-card.type-speed  { border-left: 3px solid #e85020; }
.nav-card.type-cost   { border-left: 3px solid #2a8a50; }
.nav-card.type-rate   { border-left: 3px solid #1a5aaa; }
.nav-card.type-priv   { border-left: 3px solid #6a3aaa; }
.nav-card.type-repay  { border-left: 3px solid #c47f00; }
.nav-card.type-attr   { border-left: 3px solid #c04060; }
.nav-card.type-attr2  { border-left: 3px solid #c04060; }
.nav-card.type-web    { border-left: 3px solid #1a8a8a; }
.nav-card.type-method { border-left: 3px solid #4a6aaa; }


/* ==========================================================================
   8. ランキング比較テーブル共通基盤（.scroll-wrapper / 目的別・属性別・金額別で使用）
   ========================================================================== */
.scroll-wrapper,
.shinsa-scroll,
.murisoku-scroll,
.priv-scroll,
.tbl-scroll {
  width: 100%; overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
}
.scroll-wrapper::-webkit-scrollbar,
.shinsa-scroll::-webkit-scrollbar,
.murisoku-scroll::-webkit-scrollbar,
.priv-scroll::-webkit-scrollbar,
.tbl-scroll::-webkit-scrollbar { height: 6px; }
.scroll-wrapper::-webkit-scrollbar-track,
.shinsa-scroll::-webkit-scrollbar-track,
.murisoku-scroll::-webkit-scrollbar-track,
.priv-scroll::-webkit-scrollbar-track,
.tbl-scroll::-webkit-scrollbar-track { background: #dde4ee; border-radius: 3px; }
.scroll-wrapper::-webkit-scrollbar-thumb,
.shinsa-scroll::-webkit-scrollbar-thumb,
.murisoku-scroll::-webkit-scrollbar-thumb,
.priv-scroll::-webkit-scrollbar-thumb,
.tbl-scroll::-webkit-scrollbar-thumb { background: #7fa8d0; border-radius: 3px; }

.scroll-wrapper table,
.shinsa-scroll table,
.murisoku-scroll table,
.priv-scroll table {
  border-collapse: collapse; background: #fff;
  font-size: 12.5px; min-width: 560px; width: 100%;
}

/* 共通ヘッダー */
.scroll-wrapper thead th,
.shinsa-scroll thead th,
.murisoku-scroll thead th,
.priv-scroll thead th {
  padding: 14px 10px 12px; text-align: center;
  border-right: 1px solid #444441;
  vertical-align: middle; line-height: 1.5;
}
.scroll-wrapper thead th.item-head,
.shinsa-scroll thead th.item-head,
.murisoku-scroll thead th.item-head,
.priv-scroll thead th.item-head {
  background: #0f2a50; color: #fff; font-size: 11px; font-weight: 700;
  min-width: 90px; width: 90px; border-right: 2px solid #444441;
}
.scroll-wrapper thead th.col-1,
.shinsa-scroll thead th.col-1,
.murisoku-scroll thead th.col-1,
.priv-scroll thead th.col-1 { background: linear-gradient(160deg,#c8970a,#e8b800); min-width: 190px; }
.scroll-wrapper thead th.col-2,
.shinsa-scroll thead th.col-2,
.murisoku-scroll thead th.col-2,
.priv-scroll thead th.col-2 { background: linear-gradient(160deg,#5a5a5a,#8a8a8a); min-width: 190px; }
.scroll-wrapper thead th.col-3,
.shinsa-scroll thead th.col-3,
.murisoku-scroll thead th.col-3,
.priv-scroll thead th.col-3 { background: linear-gradient(160deg,#7a4010,#b06030); min-width: 190px; border-right: none; }

.scroll-wrapper .rank-medal,
.shinsa-scroll .rank-medal,
.murisoku-scroll .rank-medal,
.priv-scroll .rank-medal { display: block; font-size: 22px; margin-bottom: 2px; }
.scroll-wrapper .rank-num,
.shinsa-scroll .rank-num,
.murisoku-scroll .rank-num,
.priv-scroll .rank-num { display: block; font-size: 10px; font-weight: 700; color: rgba(255,255,255,0.85); margin-bottom: 3px; }
.scroll-wrapper .rank-name,
.shinsa-scroll .rank-name,
.murisoku-scroll .rank-name,
.priv-scroll .rank-name { display: block; font-size: 17px; font-weight: 900; color: #fff; }
.scroll-wrapper .rank-catch,
.shinsa-scroll .rank-catch,
.murisoku-scroll .rank-catch,
.priv-scroll .rank-catch { display: block; font-size: 9.5px; color: rgba(255,255,255,0.85); margin-top: 4px; line-height: 1.4; }

/* 共通セル */
.scroll-wrapper td.item-col,
.shinsa-scroll td.item-col,
.murisoku-scroll td.item-col,
.priv-scroll td.item-col {
  background: #0f2a50; color: #fff; font-weight: 700; font-size: 10.5px;
  text-align: center; padding: 12px 8px;
  border-right: 2px solid #444441; border-bottom: 1px solid #444441;
  white-space: nowrap; vertical-align: middle;
}
.scroll-wrapper tbody td,
.shinsa-scroll tbody td,
.murisoku-scroll tbody td,
.priv-scroll tbody td {
  padding: 11px 12px; vertical-align: top;
  border-bottom: 1px solid #444441; line-height: 1.65; text-align: left;
}
.scroll-wrapper tbody td.col-1,
.shinsa-scroll tbody td.col-1,
.murisoku-scroll tbody td.col-1,
.priv-scroll tbody td.col-1 { background: #fffdf0; border-right: 1px solid #444441; border-left: 2px solid #444441; }
.scroll-wrapper tbody td.col-2,
.shinsa-scroll tbody td.col-2,
.murisoku-scroll tbody td.col-2,
.priv-scroll tbody td.col-2 { background: #f8f8f8; border-right: 1px solid #444441; border-left: 2px solid #444441; }
.scroll-wrapper tbody td.col-3,
.shinsa-scroll tbody td.col-3,
.murisoku-scroll tbody td.col-3,
.priv-scroll tbody td.col-3 { background: #fff8f3; border-right: none; border-left: 2px solid #444441; }

/* 共通バッジ */
.scroll-wrapper .badge,
.shinsa-scroll .badge,
.murisoku-scroll .badge,
.priv-scroll .badge {
  display: inline-block; font-size: 10px; font-weight: 700;
  border-radius: 4px; padding: 2px 7px; margin-bottom: 4px;
}
.scroll-wrapper .badge-blue,
.shinsa-scroll .badge-blue,
.murisoku-scroll .badge-blue,
.priv-scroll .badge-blue { background: #1a5aaa; color: #fff; }
.scroll-wrapper .badge-green,
.shinsa-scroll .badge-green,
.murisoku-scroll .badge-green,
.priv-scroll .badge-green { background: #2a8a50; color: #fff; }
.scroll-wrapper .badge-purple,
.shinsa-scroll .badge-purple { background: #6a3aaa; color: #fff; }
.scroll-wrapper .badge-red,
.murisoku-scroll .badge-red { background: #c0392b; color: #fff; }
.scroll-wrapper .badge-teal,
.murisoku-scroll .badge-teal { background: #1a8a8a; color: #fff; }
.scroll-wrapper .badge-amber,
.murisoku-scroll .badge-amber { background: #c47f00; color: #fff; }
.priv-scroll .badge-gold { background: #e8b800; color: #fff; }

/* 共通値表示 */
.scroll-wrapper .main-val,
.shinsa-scroll .main-val,
.murisoku-scroll .main-val,
.priv-scroll .main-val {
  display: block; font-size: 14px; font-weight: 700;
  color: #1a2f4e; margin-bottom: 2px;
}
.shinsa-scroll .main-val { font-size: 13.5px; }
.scroll-wrapper .sub-val,
.shinsa-scroll .sub-val,
.murisoku-scroll .sub-val,
.priv-scroll .sub-val {
  display: block; font-size: 10.5px; color: #555; line-height: 1.6;
}
.scroll-wrapper .check,
.shinsa-scroll .check,
.murisoku-scroll .check,
.priv-scroll .check { color: #2a8a50; font-weight: 700; }
.scroll-wrapper .warn,
.shinsa-scroll .warn,
.murisoku-scroll .warn,
.priv-scroll .warn { color: #c0392b; font-weight: 700; }

/* おすすめリスト */
.scroll-wrapper .recommend-list,
.shinsa-scroll .recommend-list,
.murisoku-scroll .recommend-list,
.priv-scroll .recommend-list { list-style: none; padding: 0; }
.scroll-wrapper .recommend-list li,
.shinsa-scroll .recommend-list li,
.murisoku-scroll .recommend-list li,
.priv-scroll .recommend-list li {
  font-size: 11px; color: #334;
  padding: 3px 0 3px 14px; position: relative; line-height: 1.5;
}
.scroll-wrapper .recommend-list li::before,
.shinsa-scroll .recommend-list li::before,
.murisoku-scroll .recommend-list li::before,
.priv-scroll .recommend-list li::before {
  content: "\2713"; position: absolute; left: 0;
  color: #2a8a50; font-weight: 700;
}

/* 詳細行 */
.scroll-wrapper tr.detail-row td,
.shinsa-scroll tr.detail-row td,
.murisoku-scroll tr.detail-row td,
.priv-scroll tr.detail-row td {
  text-align: center; padding: 14px 10px; background: #f7f9fc;
  border-top: 2px solid #444441; border-bottom: none;
}
.scroll-wrapper tr.detail-row td.item-col,
.shinsa-scroll tr.detail-row td.item-col,
.murisoku-scroll tr.detail-row td.item-col,
.priv-scroll tr.detail-row td.item-col {
  background: #0f2a50; color: #fff; border-right: 2px solid #444441;
}
.scroll-wrapper tr.detail-row td.col-1,
.scroll-wrapper tr.detail-row td.col-2,
.scroll-wrapper tr.detail-row td.col-3,
.shinsa-scroll tr.detail-row td.col-1,
.shinsa-scroll tr.detail-row td.col-2,
.shinsa-scroll tr.detail-row td.col-3,
.murisoku-scroll tr.detail-row td.col-1,
.murisoku-scroll tr.detail-row td.col-2,
.murisoku-scroll tr.detail-row td.col-3,
.priv-scroll tr.detail-row td.col-1,
.priv-scroll tr.detail-row td.col-2,
.priv-scroll tr.detail-row td.col-3 {
  border-left: 2px solid #444441;
}

/* 公式サイトボタン */
.scroll-wrapper .btn-site,
.shinsa-scroll .btn-site,
.murisoku-scroll .btn-site,
.priv-scroll .btn-site {
  display: inline-block; text-decoration: none;
  font-size: 12px; font-weight: 700;
  padding: 9px 22px; border-radius: 6px;
  transition: opacity 0.15s;
}
.scroll-wrapper .btn-site:hover,
.shinsa-scroll .btn-site:hover,
.murisoku-scroll .btn-site:hover,
.priv-scroll .btn-site:hover { opacity: 0.82; }
.scroll-wrapper .btn-gold,
.shinsa-scroll .btn-gold,
.murisoku-scroll .btn-gold,
.priv-scroll .btn-gold { background: #d4a000; color: #fff; }
.scroll-wrapper .btn-silver,
.shinsa-scroll .btn-silver,
.murisoku-scroll .btn-silver,
.priv-scroll .btn-silver { background: #6a6a6a; color: #fff; }
.scroll-wrapper .btn-bronze,
.shinsa-scroll .btn-bronze,
.murisoku-scroll .btn-bronze,
.priv-scroll .btn-bronze { background: #9a5020; color: #fff; }

.tbl-footnotes-murisoku { margin-top: 10px; line-height: 1.9; }


/* ==========================================================================
   9. 76社カード比較表用（巨大テーブル）
   左固定列 item-col / 奇数偶数行の塗り分け
   ========================================================================== */
/* 注：この部分は既存 table ベースと共存。記事内の class を保持 */

/* ランキング上位1-3色分け */
.scroll-wrapper thead th.rank-1 { background: #b8860b; }
.scroll-wrapper thead th.rank-2 { background: #6e6e6e; }
.scroll-wrapper thead th.rank-3 { background: #7a4a1e; }

/* 順位バッジ（順位番号表示） */
.scroll-wrapper .rank-badge {
  display: block; font-size: 10px; font-weight: 700;
  color: #000; margin-bottom: 2px;
}
.scroll-wrapper .rank-badge.gold   { color: #fff; font-size: 14px; }
.scroll-wrapper .rank-badge.silver { color: #fff; font-size: 14px; }
.scroll-wrapper .rank-badge.bronze { color: #fff; font-size: 14px; }
.scroll-wrapper .company-name {
  display: block; font-size: 11.5px; color: #fff; font-weight: 700;
}

/* 76社比較テーブルのカラム塗り分け */
.scroll-wrapper tbody td.col-1 { background: #fffbef; border-right: 2px solid #d4a800; }
.scroll-wrapper tbody td.col-2 { background: #f5f5f5; border-right: 2px solid #aaa; }
.scroll-wrapper tbody td.col-3 { background: #fff5ef; border-right: 2px solid #b87040; }
.scroll-wrapper tbody tr:nth-child(odd) td:not(.item-col):not(.col-1):not(.col-2):not(.col-3) { background: #f8fafd; }
.scroll-wrapper tbody tr:nth-child(even) td:not(.item-col):not(.col-1):not(.col-2):not(.col-3) { background: #fff; }
.scroll-wrapper tr.detail-row td:not(.item-col) { background: #eef4fb; padding: 8px 6px; }
.scroll-wrapper tr.detail-row td.col-1 { background: #fdf5d0; }
.scroll-wrapper tr.detail-row td.col-2 { background: #efefef; }
.scroll-wrapper tr.detail-row td.col-3 { background: #fdebd8; }
.scroll-wrapper tr.detail-row td:not(.item-col) a {
  display: inline-block; background: #1a3c6e; color: #fff;
  text-decoration: none; padding: 4px 10px; border-radius: 4px;
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.03em;
}
.scroll-wrapper tr.detail-row td.col-1 a { background: #b8860b; }
.scroll-wrapper tr.detail-row td.col-2 a { background: #6e6e6e; }
.scroll-wrapper tr.detail-row td.col-3 a { background: #7a4a1e; }
.scroll-wrapper tr.detail-row td:not(.item-col) a:hover { opacity: 0.85; }

/* スコアバッジ */
.scroll-wrapper .score {
  display: inline-block; font-weight: 700; font-size: 11.5px;
  border-radius: 4px; padding: 1px 5px; margin-bottom: 2px;
}
.scroll-wrapper .score-5 { background: #1a3c6e; color: #fff; }
.scroll-wrapper .score-4 { background: #2d7dd2; color: #fff; }
.scroll-wrapper .score-3 { background: #4a90b8; color: #fff; }
.scroll-wrapper .score-2 { background: #c49a00; color: #fff; }
.scroll-wrapper .score-1 { background: #c0392b; color: #fff; }
.scroll-wrapper .cell-note {
  display: block; font-size: 10px; color: #555;
  margin-top: 1px; line-height: 1.4;
}
.scroll-wrapper .caution { color: #c0392b; font-weight: 700; }

/* 76社比較表のテーブルタイトル */
.scroll-wrapper .table-title,
.table-title {
  font-size: 15px; font-weight: 700; color: #1a2f4e;
  margin-bottom: 12px; letter-spacing: 0.03em;
}


/* ==========================================================================
   10. 評価基準テーブル（5段階評価表）
   ========================================================================== */
.scroll-wrapper th.col-star,
.scroll-wrapper td.col-star { width: 60px; min-width: 60px; }
.scroll-wrapper tbody { border-top: 3px solid #7fa8d0; }
.scroll-wrapper td.col-star {
  text-align: center; font-weight: 700; font-size: 14px;
  vertical-align: middle; padding: 10px 6px;
}
.scroll-wrapper .row-5 { background: #ffffff; }
.scroll-wrapper .row-5 td.col-star { color: #1a6bbf; }
.scroll-wrapper .row-4 { background: #f0f7ff; }
.scroll-wrapper .row-4 td.col-star { color: #2d7dd2; }
.scroll-wrapper .row-3 { background: #fff; }
.scroll-wrapper .row-3 td.col-star { color: #4a90b8; }
.scroll-wrapper .row-2 { background: #fffbf0; }
.scroll-wrapper .row-2 td.col-star { color: #b07a00; }
.scroll-wrapper .row-1 { background: #fff5f5; }
.scroll-wrapper .row-1 td.col-star { color: #c0392b; }
.scroll-wrapper .star-label {
  display: inline-block; background: #1a3c6e; color: #fff;
  border-radius: 6px; padding: 3px 8px;
  font-size: 12px; font-weight: 700;
  white-space: nowrap; letter-spacing: 0.04em;
}
.scroll-wrapper .row-4 .star-label { background: #2d7dd2; }
.scroll-wrapper .row-3 .star-label { background: #4a90b8; }
.scroll-wrapper .row-2 .star-label { background: #c49a00; }
.scroll-wrapper .row-1 .star-label { background: #c0392b; }


/* ==========================================================================
   11. アコーディオン（.acc-group）
   ========================================================================== */
.acc-group {
  font-family: 'Noto Sans JP', sans-serif;
  display: flex; flex-direction: column; gap: 8px;
}
.acc-wrap { margin: 0; }
.acc-btn {
  width: 100%; background: #f0f4f9;
  border: 1.5px solid #1a3a5c; border-radius: 8px;
  padding: 12px 16px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 10px; cursor: pointer; text-align: left;
  transition: background 0.2s; box-sizing: border-box;
}
.acc-btn:hover { background: #e2eaf5; }
.acc-btn[aria-expanded="true"] {
  background: #1a3a5c; border-radius: 8px 8px 0 0;
}
.acc-label {
  font-size: 13px; font-weight: 700; color: #1a3a5c;
  line-height: 1.5; display: flex; align-items: center; gap: 8px;
}
.acc-btn[aria-expanded="true"] .acc-label { color: #fff; }
.acc-label-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; background: #1a3a5c;
  border-radius: 4px; font-size: 11px; color: #fff;
  flex-shrink: 0; font-weight: 700;
}
.acc-btn[aria-expanded="true"] .acc-label-num { background: rgba(255,255,255,0.25); }
.acc-arrow {
  width: 20px; height: 20px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; background: rgba(26,58,92,0.12);
  transition: transform 0.25s;
  color: #1a3a5c; font-size: 11px; font-weight: 700;
}
.acc-btn[aria-expanded="true"] .acc-arrow {
  transform: rotate(180deg);
  background: rgba(255,255,255,0.2);
  color: #fff;
}
.acc-body {
  max-height: 0; overflow: hidden;
  transition: max-height 0.3s ease;
  border: 1.5px solid #1a3a5c; border-top: none;
  border-radius: 0 0 8px 8px; background: #fff;
}
.acc-body.open { max-height: 600px; }
.acc-inner {
  padding: 14px 16px; font-size: 12.5px;
  color: #334; line-height: 1.9;
}
.acc-inner .acc-point {
  display: inline-block; font-size: 10.5px; font-weight: 700;
  background: #e8f0f8; color: #1a3a5c;
  border-radius: 4px; padding: 2px 8px; margin-bottom: 8px;
}
.acc-inner p { margin: 0; }
.acc-inner p + p { margin-top: 8px; }


/* ==========================================================================
   12. インフォグラフィック型情報ボックス（.sk-info / .mr-info / .kn-info / .hr-info / .pt-info / .sf-info / .wb-info / .hs-info / .om-info）
   ========================================================================== */
.sk-info, .mr-info, .kn-info, .hr-info,
.pt-info, .sf-info, .wb-info, .hs-info, .om-info {
  font-family: 'Noto Sans JP', sans-serif;
  background: #edf3fa;
  border-radius: 12px; padding: 16px;
  margin-bottom: 22px;
}

.sk-info .info-title { background: #1a3a5c; }
.mr-info .info-title { background: #1a5a40; }
.kn-info .info-title { background: #1a4a1a; }
.hr-info .info-title { background: #4a1a6a; }
.pt-info .info-title { background: #8a4a10; }
.sf-info .info-title { background: #7a2a50; }
.wb-info .info-title { background: #1a6a6a; }
.hs-info .info-title { background: #2a4a1a; }
.om-info .info-title { background: #1a3a5c; }

.sk-info .info-title, .mr-info .info-title, .kn-info .info-title,
.hr-info .info-title, .pt-info .info-title, .sf-info .info-title,
.wb-info .info-title, .hs-info .info-title, .om-info .info-title {
  color: #fff; font-size: 12.5px; font-weight: 900;
  text-align: center; padding: 10px 14px;
  border-radius: 6px; margin-bottom: 14px; line-height: 1.6;
}

.sk-info .result-box { background: #1a3a5c; }
.mr-info .result-box { background: #1a5a40; }
.kn-info .result-box { background: #1a4a1a; }
.hr-info .result-box { background: #4a1a6a; }
.pt-info .result-box { background: #8a4a10; }
.sf-info .result-box { background: #7a2a50; }
.wb-info .result-box { background: #1a6a6a; }
.hs-info .result-box { background: #2a4a1a; }
.om-info .result-box { background: #1a3a5c; }

.sk-info .result-box, .mr-info .result-box, .kn-info .result-box,
.hr-info .result-box, .pt-info .result-box, .sf-info .result-box,
.wb-info .result-box, .hs-info .result-box, .om-info .result-box {
  border-radius: 8px; padding: 11px 16px;
  display: flex; align-items: center; gap: 10px;
}
.sk-info .result-icon, .mr-info .result-icon, .kn-info .result-icon,
.hr-info .result-icon, .pt-info .result-icon, .sf-info .result-icon,
.wb-info .result-icon, .hs-info .result-icon, .om-info .result-icon {
  font-size: 22px; flex-shrink: 0;
}
.sk-info .result-text, .mr-info .result-text, .kn-info .result-text,
.hr-info .result-text, .pt-info .result-text, .sf-info .result-text,
.wb-info .result-text, .hs-info .result-text, .om-info .result-text {
  font-size: 12px; font-weight: 700;
  color: #fff; line-height: 1.65;
}
.sk-info .result-text em { color: #7dd4f8; font-style: normal; }
.mr-info .result-text em { color: #ffe066; font-style: normal; }
.kn-info .result-text em { color: #a8e6a0; font-style: normal; }
.hr-info .result-text em { color: #d4b4f8; font-style: normal; }
.pt-info .result-text em { color: #ffd080; font-style: normal; }
.sf-info .result-text em { color: #ffb8d4; font-style: normal; }
.wb-info .result-text em { color: #a0f0e0; font-style: normal; }
.hs-info .result-text em { color: #a8e6a0; font-style: normal; }
.om-info .result-text em { color: #7dd4f8; font-style: normal; }

/* 以下、各インフォ共通の内部レイアウト */
.sk-info .speed-row, .sk-info .check-row,
.mr-info .period-row, .mr-info .kizan-row,
.kn-info .type-row,
.hr-info .check-row, .hr-info .warn-row,
.pt-info .check-row, .pt-info .vs-row,
.sf-info .point-row,
.wb-info .merit-row, .wb-info .support-row,
.hs-info .type-row, .hs-info .check-row,
.om-info .type-row, .om-info .choose-row {
  display: flex; gap: 8px; margin-bottom: 14px;
}

.sk-info .speed-card, .sk-info .check-card,
.mr-info .period-card, .mr-info .kizan-card,
.kn-info .type-card,
.hr-info .check-card,
.pt-info .check-card, .pt-info .vs-col,
.sf-info .point-card,
.wb-info .merit-card, .wb-info .support-card,
.hs-info .type-card, .hs-info .check-card,
.om-info .type-card {
  flex: 1; min-width: 0;
  background: #fff;
  border-radius: 10px;
  padding: 12px 8px;
  text-align: center;
}
.hr-info .check-card { padding: 12px 10px; }

/* 枠線のみ色違い（色コードはページの目的色と一致） */
.sk-info .speed-card { border-bottom: 3px solid #1a3a5c; }
.sk-info .check-card { border-left: 4px solid #1a3a5c; text-align: left; padding: 10px 12px; }
.mr-info .period-card { border-bottom: 3px solid #1a5a40; }
.mr-info .kizan-card.k-green { background: #e8f6ee; border: 1.5px solid #1a5a40; }
.mr-info .kizan-card.k-amber { background: #fdf0d8; border: 1.5px solid #c47f00; }
.kn-info .type-card.c1 { border-bottom: 3px solid #1a5aaa; }
.kn-info .type-card.c2 { border-bottom: 3px solid #e07820; }
.kn-info .type-card.c3 { border-bottom: 3px solid #8a3aaa; }
.hr-info .check-card { border-bottom: 3px solid #6a3aaa; }
.pt-info .check-card.c1 { border-bottom: 3px solid #8a4a10; }
.pt-info .check-card.c2 { border-bottom: 3px solid #1a5aaa; }
.sf-info .point-card.c1 { border-top: 3px solid #e07820; }
.sf-info .point-card.c2 { border-top: 3px solid #1a5aaa; }
.wb-info .merit-card { border-bottom: 3px solid #1a6a6a; }
.wb-info .support-card.c-beginner { border-top: 3px solid #e07820; }
.wb-info .support-card.c-women   { border-top: 3px solid #c04080; }
.hs-info .type-card.c-slide { border-top: 3px solid #e07820; }
.hs-info .type-card.c-fixed { border-top: 3px solid #1a5aaa; }
.hs-info .check-card { border-left: 4px solid #1a3a5c; text-align: left; padding: 10px 10px; }
.om-info .type-card.c-karikae { border-top: 3px solid #e07820; }
.om-info .type-card.c-omatome { border-top: 3px solid #1a5aaa; }

/* 数値・強調 */
.sk-info .speed-prefix { font-size: 10px; font-weight: 700; color: #6b7a8d; display: block; margin-bottom: 2px; }
.sk-info .speed-num { font-size: 24px; font-weight: 900; color: #1a3a5c; line-height: 1; display: block; margin-bottom: 2px; }
.sk-info .speed-unit { font-size: 11px; font-weight: 700; color: #1a3a5c; }
.sk-info .speed-note { font-size: 9px; color: #6b7a8d; margin-top: 4px; display: block; line-height: 1.4; }
.sk-info .speed-company { font-size: 10px; font-weight: 700; color: #1e2a38; margin-top: 4px; display: block; }
.sk-info .check-label { font-size: 11px; font-weight: 700; color: #1a3a5c; display: block; margin-bottom: 4px; }
.sk-info .check-desc { font-size: 10px; color: #556; line-height: 1.65; }

.mr-info .period-num { font-size: 28px; font-weight: 900; color: #1a5a40; line-height: 1; display: block; margin-bottom: 2px; }
.mr-info .period-unit { font-size: 12px; font-weight: 700; color: #1a5a40; }
.mr-info .period-company { font-size: 9.5px; color: #6b7a8d; margin-top: 6px; display: block; line-height: 1.5; }
.mr-info .kizan-card { text-align: left; padding: 11px 12px; }
.mr-info .kizan-type { font-size: 11px; font-weight: 700; display: block; margin-bottom: 4px; }
.mr-info .k-green .kizan-type { color: #1a5a40; }
.mr-info .k-amber .kizan-type { color: #c47f00; }
.mr-info .kizan-company { font-size: 10.5px; font-weight: 700; color: #1e2a38; display: block; margin-bottom: 5px; }
.mr-info .kizan-point { font-size: 10px; color: #334; line-height: 1.65; display: block; padding-left: 12px; position: relative; }
.mr-info .kizan-point::before { content: "\2713"; position: absolute; left: 0; font-weight: 700; font-size: 11px; }
.mr-info .k-green .kizan-point::before { color: #1a5a40; }
.mr-info .k-amber .kizan-point::before { color: #c47f00; }

.kn-info .type-label { font-size: 9.5px; font-weight: 700; color: #6b7a8d; display: block; margin-bottom: 4px; line-height: 1.4; }
.kn-info .type-rate { font-size: 20px; font-weight: 900; line-height: 1; display: block; margin-bottom: 4px; }
.kn-info .c1 .type-rate { color: #1a5aaa; }
.kn-info .c2 .type-rate { color: #e07820; }
.kn-info .c3 .type-rate { color: #8a3aaa; }
.kn-info .type-tag { display: inline-block; font-size: 9px; font-weight: 700; border-radius: 3px; padding: 1px 6px; }
.kn-info .c1 .type-tag { background: #e8f0f8; color: #1a5aaa; }
.kn-info .c2 .type-tag { background: #fdeedd; color: #e07820; }
.kn-info .c3 .type-tag { background: #f0e8f8; color: #8a3aaa; }
.kn-info .reason-box { background: #fff; border-radius: 8px; padding: 11px 14px; margin-bottom: 14px; border-left: 4px solid #e07820; }
.kn-info .reason-title { font-size: 11px; font-weight: 700; color: #e07820; display: block; margin-bottom: 6px; }
.kn-info .reason-flow { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; color: #1e2a38; flex-wrap: wrap; }
.kn-info .r-badge { background: #fdeedd; border: 1px solid #e07820; border-radius: 4px; padding: 3px 8px; font-size: 10.5px; font-weight: 700; color: #b05010; white-space: nowrap; }
.kn-info .r-arrow { color: #e07820; font-size: 16px; font-weight: 900; }
.kn-info .r-result { font-size: 12px; font-weight: 900; color: #e07820; }

.hr-info .check-icon { font-size: 24px; display: block; margin-bottom: 6px; }
.hr-info .check-name { font-size: 12px; font-weight: 700; color: #1e2a38; display: block; margin-bottom: 4px; }
.hr-info .check-badge { display: inline-block; font-size: 10px; font-weight: 700; background: #f0eafa; color: #6a3aaa; border-radius: 4px; padding: 2px 7px; }
.hr-info .warn-box { background: #fff; border-radius: 8px; padding: 10px 14px; margin-bottom: 14px; border-left: 4px solid #e07820; }
.hr-info .warn-title { font-size: 11px; font-weight: 700; color: #e07820; display: block; margin-bottom: 5px; }
.hr-info .warn-item { flex: 1; font-size: 10px; color: #334; line-height: 1.65; padding-left: 12px; position: relative; }
.hr-info .warn-item::before { content: "\00B7"; position: absolute; left: 2px; font-weight: 700; font-size: 16px; color: #e07820; line-height: 1.2; }

.pt-info .check-icon { font-size: 22px; display: block; margin-bottom: 5px; }
.pt-info .check-name { font-size: 11.5px; font-weight: 700; color: #1e2a38; display: block; margin-bottom: 5px; line-height: 1.4; }
.pt-info .check-badge { display: inline-block; font-size: 10px; font-weight: 700; border-radius: 4px; padding: 2px 7px; }
.pt-info .c1 .check-badge { background: #fdeedd; color: #8a4a10; }
.pt-info .c2 .check-badge { background: #e8f0f8; color: #1a5aaa; }
.pt-info .check-sub { font-size: 9.5px; color: #6b7a8d; margin-top: 5px; display: block; line-height: 1.5; }
.pt-info .vs-box { background: #fff; border-radius: 8px; padding: 11px 14px; margin-bottom: 14px; border-left: 4px solid #1a3a5c; }
.pt-info .vs-title { font-size: 11px; font-weight: 700; color: #1a3a5c; display: block; margin-bottom: 8px; }
.pt-info .vs-col { flex: 1; border-radius: 6px; padding: 8px 10px; text-align: center; min-width: 0; }
.pt-info .vs-col.bank { background: #f0f4fa; border: 1px solid #c0d4ea; }
.pt-info .vs-col.consumer { background: #e8f6ee; border: 1px solid #2a9a50; }
.pt-info .vs-label { font-size: 11px; font-weight: 700; display: block; margin-bottom: 3px; }
.pt-info .bank .vs-label { color: #1a3a5c; }
.pt-info .consumer .vs-label { color: #1a5a40; }
.pt-info .vs-note { font-size: 10px; line-height: 1.5; }
.pt-info .bank .vs-note { color: #e04040; font-weight: 700; }
.pt-info .consumer .vs-note { color: #1a5a40; font-weight: 700; }
.pt-info .vs-mark { font-size: 16px; font-weight: 900; color: #6b7a8d; flex-shrink: 0; }

.sf-info .calc-box { background: #fff; border-radius: 10px; padding: 12px 14px; margin-bottom: 14px; border-left: 4px solid #7a2a50; }
.sf-info .calc-title { font-size: 11px; font-weight: 700; color: #7a2a50; display: block; margin-bottom: 10px; }
.sf-info .calc-row { display: flex; align-items: center; gap: 6px; justify-content: center; flex-wrap: wrap; }
.sf-info .calc-item { text-align: center; }
.sf-info .calc-label { font-size: 9.5px; color: #6b7a8d; display: block; margin-bottom: 2px; }
.sf-info .calc-num { font-size: 22px; font-weight: 900; color: #1a3a5c; line-height: 1; display: block; }
.sf-info .calc-num.accent { color: #7a2a50; font-size: 26px; }
.sf-info .calc-unit { font-size: 11px; font-weight: 700; color: #1a3a5c; }
.sf-info .calc-op { font-size: 20px; font-weight: 900; color: #6b7a8d; flex-shrink: 0; }
.sf-info .calc-arrow { font-size: 20px; font-weight: 900; color: #7a2a50; flex-shrink: 0; }
.sf-info .calc-note { font-size: 9.5px; color: #6b7a8d; text-align: center; display: block; margin-top: 6px; }
.sf-info .point-icon { font-size: 20px; display: block; text-align: center; margin-bottom: 5px; }
.sf-info .point-name { font-size: 11px; font-weight: 700; display: block; text-align: center; margin-bottom: 5px; line-height: 1.4; }
.sf-info .c1 .point-name { color: #e07820; }
.sf-info .c2 .point-name { color: #1a5aaa; }
.sf-info .point-item { font-size: 10px; color: #334; line-height: 1.65; padding-left: 12px; position: relative; display: block; }
.sf-info .point-item::before { content: "\00B7"; position: absolute; left: 1px; font-size: 16px; line-height: 1.2; font-weight: 700; }
.sf-info .c1 .point-item::before { color: #e07820; }
.sf-info .c2 .point-item::before { color: #1a5aaa; }

.wb-info .merit-icon { font-size: 20px; display: block; margin-bottom: 5px; }
.wb-info .merit-name { font-size: 11px; font-weight: 700; color: #1a6a6a; display: block; margin-bottom: 4px; line-height: 1.3; }
.wb-info .merit-desc { font-size: 9.5px; color: #556; line-height: 1.6; }
.wb-info .support-card { padding: 11px 10px; }
.wb-info .support-head { font-size: 11px; font-weight: 700; display: block; text-align: center; margin-bottom: 6px; padding-bottom: 5px; border-bottom: 1px solid #e8edf5; }
.wb-info .c-beginner .support-head { color: #e07820; }
.wb-info .c-women .support-head { color: #c04080; }
.wb-info .support-item { font-size: 10px; color: #334; line-height: 1.7; padding-left: 12px; position: relative; display: block; }
.wb-info .support-item::before { content: "\2713"; position: absolute; left: 0; font-weight: 700; font-size: 11px; }
.wb-info .c-beginner .support-item::before { color: #e07820; }
.wb-info .c-women .support-item::before { color: #c04080; }

.hs-info .type-icon { font-size: 18px; display: block; text-align: center; margin-bottom: 5px; }
.hs-info .type-name { font-size: 11px; font-weight: 700; display: block; text-align: center; margin-bottom: 3px; line-height: 1.4; }
.hs-info .c-slide .type-name { color: #e07820; }
.hs-info .c-fixed .type-name { color: #1a5aaa; }
.hs-info .type-who { font-size: 9.5px; color: #6b7a8d; text-align: center; display: block; margin-bottom: 6px; }
.hs-info .type-item { font-size: 10px; color: #334; line-height: 1.65; padding-left: 12px; position: relative; display: block; }
.hs-info .type-item::before { content: "\00B7"; position: absolute; left: 1px; font-size: 16px; line-height: 1.2; font-weight: 700; }
.hs-info .c-slide .type-item::before { color: #e07820; }
.hs-info .c-fixed .type-item::before { color: #1a5aaa; }
.hs-info .common-box { background: #fff; border-radius: 8px; padding: 9px 14px; margin-bottom: 14px; border-left: 4px solid #2a9a50; display: flex; align-items: center; gap: 8px; }
.hs-info .common-icon { font-size: 18px; flex-shrink: 0; }
.hs-info .common-text { font-size: 11px; color: #1e2a38; line-height: 1.65; font-weight: 700; }
.hs-info .common-text em { font-style: normal; color: #2a9a50; }
.hs-info .check-label { font-size: 11px; font-weight: 700; color: #1a3a5c; display: block; margin-bottom: 5px; }
.hs-info .check-item { font-size: 10px; color: #334; line-height: 1.65; padding-left: 12px; position: relative; display: block; }
.hs-info .check-item::before { content: "\2713"; position: absolute; left: 0; font-weight: 700; color: #1a3a5c; font-size: 11px; }

.om-info .type-name { font-size: 12px; font-weight: 700; display: block; text-align: center; margin-bottom: 6px; padding-bottom: 6px; border-bottom: 1px solid #e8edf5; }
.om-info .c-karikae .type-name { color: #e07820; }
.om-info .c-omatome .type-name { color: #1a5aaa; }
.om-info .type-flow { display: flex; align-items: center; gap: 4px; justify-content: center; margin-bottom: 7px; flex-wrap: wrap; }
.om-info .fl-badge { font-size: 10px; font-weight: 700; background: #f0f4fa; border: 1px solid #c0d4ea; border-radius: 4px; padding: 2px 6px; color: #1a3a5c; white-space: nowrap; }
.om-info .fl-arrow { font-size: 14px; font-weight: 900; color: #e07820; }
.om-info .fl-arrow-blue { font-size: 14px; font-weight: 900; color: #1a5aaa; }
.om-info .type-merit { font-size: 10px; color: #334; line-height: 1.65; padding-left: 13px; position: relative; display: block; }
.om-info .type-merit::before { content: "\2713"; position: absolute; left: 0; font-weight: 700; color: #2a9a50; }
.om-info .choose-box { background: #fff; border-radius: 8px; padding: 10px 14px; margin-bottom: 14px; border-left: 4px solid #1a3a5c; }
.om-info .choose-title { font-size: 11px; font-weight: 700; color: #1a3a5c; display: block; margin-bottom: 8px; }
.om-info .choose-item { flex: 1; font-size: 10px; color: #334; line-height: 1.65; }
.om-info .choose-tag { display: block; font-size: 10.5px; font-weight: 700; color: #fff; border-radius: 4px; padding: 3px 6px; text-align: center; margin-bottom: 4px; }
.om-info .ct-orange { background: #e07820; }
.om-info .ct-blue { background: #1a5aaa; }


/* ==========================================================================
   13. 著者の見解ボックス（.author-box）
   ========================================================================== */
.author-box {
  font-family: 'Noto Sans JP', sans-serif;
  background: #f7fafd;
  border: 1.5px solid #c0d4ea;
  border-left: 4px solid #1a3a5c;
  border-radius: 10px;
  padding: 16px 18px; margin-bottom: 22px;
}
.author-box .author-head {
  display: flex; align-items: center; gap: 8px; margin-bottom: 10px;
}
.author-box .author-icon {
  width: 28px; height: 28px; background: #1a3a5c; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 13px; color: #fff;
}
.author-box .author-label {
  font-size: 11px; font-weight: 700; color: #1a3a5c;
  letter-spacing: 0.05em;
}
.author-box .author-body {
  font-size: 12px; color: #334; line-height: 1.85;
}



/* ==========================================================================
   14-A. Block共通サブコンポーネント（完全統一）
   複数blockで使用され、全block同じ宣言のもののみを共通化。
   差分のあるものは article-block-patterns.css に block 単位で格納。
   ========================================================================== */

.murisoku-block3 .check-grid,
.sokujitsu-block3 .check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.murisoku-block3 .check-item-icon,
.sokujitsu-block3 .check-item-icon {
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 1px;
}

.shinyou-block1 .info-table tbody td:last-child,
.shorui-block2 .info-table tbody td:last-child,
.shufu-block2 .info-table tbody td:last-child,
.souryou-block2 .info-table tbody td:last-child {
  border-right: none !important;
}

.shinyou-block1 .info-table thead th:last-child,
.shorui-block2 .info-table thead th:last-child,
.shufu-block2 .info-table thead th:last-child,
.souryou-block2 .info-table thead th:last-child {
  border-right: none !important;
}

.kinri-block2 .law-note a:hover,
.omatome-block2 .law-note a:hover {
  text-decoration: underline;
}

.omatome-block3 .note-body a,
.part-block2 .note-body a {
  color: #1a5aaa;
  text-decoration: none;
}

.omatome-block3 .note-body a:hover,
.part-block2 .note-body a:hover {
  text-decoration: underline;
}

.omatome-block3 .note-body.warn strong,
.priv-block3 .note-body.warn strong {
  color: #c03030;
}

.omatome-block3 .note-box,
.priv-block3 .note-box {
  background: #fff;
  border: 1.5px solid #e2e8f2;
  border-radius: 10px;
  padding: 14px 16px;
}

.omatome-block3 .note-box.warn,
.priv-block3 .note-box.warn {
  border-left: 4px solid #c03030;
}

.omatome-block3 .note-title.warn,
.priv-block3 .note-title.warn {
  color: #c03030;
}

.atmflow-block1 .step-body,
.bankflow-block1 .step-body,
.webflow-block1 .step-body {
  padding: 11px 14px;
  font-size: 11.5px;
  color: #334;
  line-height: 1.8;
}

.atmflow-block1 .step-list,
.bankflow-block1 .step-list,
.webflow-block1 .step-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 0;
}

.atmflow-block1 .step-tag.good,
.bankflow-block1 .step-tag.good {
  background: #e4f6ec;
  color: #2a7a48;
}

.atmflow-block1 .step-tag.warn,
.bankflow-block1 .step-tag.warn,
.webflow-block1 .step-tag.warn {
  background: #fdf0d8;
  color: #c47f00;
}

.atmflow-block1 .step-tags,
.bankflow-block1 .step-tags,
.webflow-block1 .step-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 7px;
}

.atmflow-block1 .step-time,
.bankflow-block1 .step-time,
.webflow-block1 .step-time {
  margin-left: auto;
  font-size: 10px;
  color: rgba(255,255,255,0.8);
  flex-shrink: 0;
  white-space: nowrap;
}

.atmflow-block1 .step-title,
.bankflow-block1 .step-title,
.webflow-block1 .step-title {
  font-size: 12.5px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

.kinri-block1 .tag-amber,
.murisoku-block1 .tag-amber,
.sokujitsu-block1 .tag-amber {
  background: #fdf0d8;
  color: #c47f00;
}

.kinri-block1 .tag-blue,
.murisoku-block1 .tag-blue {
  background: #e8f0f8;
  color: #1a3a5c;
}

.kinri-block1 .tag-gray,
.murisoku-block1 .tag-gray,
.sokujitsu-block1 .tag-gray {
  background: #f0f2f5;
  color: #5a6a7a;
}

.murisoku-block1 .tag-green,
.priv-block2 .tag-green,
.sokujitsu-block1 .tag-green {
  background: #e4f6ec;
  color: #2a7a48;
}

.murisoku-block1 .tag-red,
.sokujitsu-block1 .tag-red {
  background: #fdeaea;
  color: #c03030;
}

.atmflow-block1 .total-icon,
.bankflow-block1 .total-icon,
.webflow-block1 .total-icon {
  font-size: 22px;
  flex-shrink: 0;
}

@media (max-width: 480px) {
.murisoku-block3 .check-grid,
.sokujitsu-block3 .check-grid {
  grid-template-columns: 1fr;
}
}


/* ==========================================================================
   15. 元style復元パッチ（安全版）
   --------------------------------------------------------------------------
   裸の要素セレクタ（table, td.item-col, tr:nth-child 等）は
   他テーブルへの干渉を避けるため、新CSSに含めない。
   これらは記事内の <style> が引き続き担当する。

   将来クリーンHTML（記事内<style>削除）に移行する際は、
   必要なルールを個別テーブル用にスコープ化して追加する必要がある。
   ========================================================================== */

/* --- 15-A. メディアクエリなし --- */

.app-tbl .ex-tag {
  background: #e0f5f2 !important;
  border-radius: 4px !important;
  color: #1a7a6a !important;
  display: inline-block !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  margin: 2px 3px 2px 0 !important;
  padding: 2px 9px !important;
}

.app-tbl .item {
  display: block !important;
  margin-bottom: 3px !important;
  padding-left: 14px !important;
  position: relative !important;
}

.app-tbl .item-dot::before {
  color: #1a7a6a !important;
  content: "\00B7" !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.app-tbl .item-ok::before {
  color: #2a7a48 !important;
  content: "\2713" !important;
  font-weight: 700 !important;
}

.app-tbl .item::before {
  left: 0 !important;
  position: absolute !important;
}

.app-tbl .item:last-child {
  margin-bottom: 0 !important;
}

.app-tbl table {
  background: #fff !important;
  border-collapse: collapse !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 14px rgba(0,0,0,0.07) !important;
  font-size: 12px !important;
  overflow: hidden !important;
  width: 100% !important;
}

.app-tbl tbody td {
  background: #fff !important;
  border-bottom: 1px solid #e8edf5 !important;
  border-right: 1px solid #e8edf5 !important;
  color: #1e2a38 !important;
  line-height: 1.75 !important;
  padding: 13px 16px !important;
  vertical-align: top !important;
}

.app-tbl tbody td:first-child {
  background: #f0faf8 !important;
  border-right: 2px solid #1a7a6a !important;
  color: #1a7a6a !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  min-width: 100px !important;
  text-align: center !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  width: 100px !important;
}

.app-tbl tbody td:last-child {
  border-right: none !important;
}

.app-tbl tbody tr:last-child td {
  border-bottom: none !important;
}

.app-tbl thead th {
  background: #1a7a6a !important;
  border-right: 1px solid rgba(255,255,255,0.12) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  padding: 11px 16px !important;
  text-align: left !important;
}

.app-tbl thead th:first-child {
  width: 100px !important;
}

.app-tbl thead th:last-child {
  border-right: none !important;
}

.app-tbl tr.row-demerit td:first-child {
  background: #fdf5f5 !important;
  border-right-color: #c03030 !important;
  color: #c03030 !important;
}

.app-tbl tr.row-demerit td:last-child {
  background: #fff9f9 !important;
}

.app-tbl tr.row-merit td:first-child {
  background: #f2faf5 !important;
  border-right-color: #2a7a48 !important;
  color: #2a7a48 !important;
}

.app-tbl tr.row-merit td:last-child {
  background: #f9fdf9 !important;
}

.author-box {
  background: #f7fafd !important;
  border: 1.5px solid #c0d4ea !important;
  border-left: 4px solid #1a3a5c !important;
  border-radius: 10px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  margin-bottom: 22px !important;
  padding: 16px 18px !important;
}

.author-box .author-body {
  color: #334 !important;
  font-size: 12px !important;
  line-height: 1.85 !important;
}

.author-box .author-head {
  -webkit-align-items: center !important;
  align-items: center !important;
  display: -webkit-flex !important;
  display: flex !important;
  gap: 8px !important;
  margin-bottom: 10px !important;
}

.author-box .author-icon {
  -webkit-align-items: center !important;
  -webkit-flex-shrink: 0 !important;
  -webkit-justify-content: center !important;
  align-items: center !important;
  background: #1a3a5c !important;
  border-radius: 50% !important;
  color: #fff !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-shrink: 0 !important;
  font-size: 13px !important;
  height: 28px !important;
  justify-content: center !important;
  width: 28px !important;
}

.author-box .author-label {
  color: #1a3a5c !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
}

.badge {
  border-radius: 4px;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
  padding: 2px 7px;
}

.badge-1 {
  background: #d4a000;
  color: #fff;
}

.badge-2 {
  background: #6a6a6a;
  color: #fff;
}

.badge-3 {
  background: #9a5020;
  color: #fff;
}

.badge-blue {
  background: #1a5aaa;
  color: #fff;
}

.badge-bronze {
  background: #9a5020;
  color: #fff;
}

.badge-gold {
  background: #e8b800;
  color: #fff;
}

.badge-green {
  background: #2a8a50;
  color: #fff;
}

.badge-purple {
  background: #6a3aaa;
  color: #fff;
}

.badge-red {
  background: #c0392b;
  color: #fff;
}

.badge-silver {
  background: #7a7a7a;
  color: #fff;
}

.badge-teal {
  background: #1a8a8a;
  color: #fff;
}

.bank-tbl .check {
  color: #2a7a48 !important;
  font-weight: 700 !important;
  margin-right: 3px !important;
}

.bank-tbl .cross {
  color: #c03030 !important;
  font-weight: 700 !important;
  margin-right: 3px !important;
}

.bank-tbl .ex-tag {
  background: #e8f0f8 !important;
  border-radius: 4px !important;
  color: #1a3a5c !important;
  display: inline-block !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  margin: 2px 3px 2px 0 !important;
  padding: 2px 9px !important;
}

.bank-tbl .item {
  display: block !important;
  margin-bottom: 3px !important;
  padding-left: 14px !important;
  position: relative !important;
}

.bank-tbl .item-bad::before {
  color: #c03030 !important;
  content: "\00B7" !important;
  font-weight: 700 !important;
}

.bank-tbl .item-dot::before {
  color: #1a3a5c !important;
  content: "\00B7" !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.bank-tbl .item-ok::before {
  color: #2a7a48 !important;
  content: "\2713" !important;
  font-weight: 700 !important;
}

.bank-tbl .item::before {
  left: 0 !important;
  position: absolute !important;
}

.bank-tbl .item:last-child {
  margin-bottom: 0 !important;
}

.bank-tbl table {
  background: #fff !important;
  border-collapse: collapse !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 14px rgba(0,0,0,0.07) !important;
  font-size: 12px !important;
  overflow: hidden !important;
  width: 100% !important;
}

.bank-tbl tbody td {
  background: #fff !important;
  border-bottom: 1px solid #e8edf5 !important;
  border-right: 1px solid #e8edf5 !important;
  color: #1e2a38 !important;
  line-height: 1.75 !important;
  padding: 13px 16px !important;
  vertical-align: top !important;
}

.bank-tbl tbody td:first-child {
  background: #f3f6fb !important;
  border-right: 2px solid #1a3a5c !important;
  color: #1a3a5c !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  min-width: 100px !important;
  text-align: center !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  width: 100px !important;
}

.bank-tbl tbody td:last-child {
  border-right: none !important;
}

.bank-tbl tbody tr:last-child td {
  border-bottom: none !important;
}

.bank-tbl thead th {
  background: #1a3a5c !important;
  border-right: 1px solid rgba(255,255,255,0.12) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  padding: 11px 16px !important;
  text-align: left !important;
}

.bank-tbl thead th:first-child {
  width: 100px !important;
}

.bank-tbl thead th:last-child {
  border-right: none !important;
}

.bank-tbl tr.row-demerit td:first-child {
  background: #fdf5f5 !important;
  border-right-color: #c03030 !important;
  color: #c03030 !important;
}

.bank-tbl tr.row-demerit td:last-child {
  background: #fff9f9 !important;
}

.bank-tbl tr.row-merit td:first-child {
  background: #f2faf5 !important;
  border-right-color: #2a7a48 !important;
  color: #2a7a48 !important;
}

.bank-tbl tr.row-merit td:last-child {
  background: #f9fdf9 !important;
}

.btn-1 {
  background: #d4a000;
  background: var(--col1);
  color: #fff;
}

.btn-2 {
  background: #6a6a6a;
  background: var(--col2);
  color: #fff;
}

.btn-3 {
  background: #9a5020;
  background: var(--col3);
  color: #fff;
}

.btn-bronze {
  background: #9a5020;
  color: #fff;
}

.btn-gold {
  background: #d4a000;
  color: #fff;
}

.btn-silver {
  background: #6a6a6a;
  color: #fff;
}

.btn-site {
  border-radius: 6px;
  border-radius: 8px;
  display: inline-block;
  font-size: 11.5px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  letter-spacing: 0.05em;
  padding: 8px 20px;
  padding: 9px 22px;
  text-decoration: none;
  transition: opacity 0.15s;
  transition: opacity 0.15s, transform 0.1s;
}

.btn-site:hover {
  opacity: 0.8;
  opacity: 0.82;
  opacity: 0.85;
  transform: translateY(-1px);
}

.caution {
  color: #c0392b;
  font-weight: 700;
}

.caution-box {
  background: #fff8e8;
  border-left: 3px solid #e8a020;
  border-radius: 4px;
  color: #664400;
  font-size: 10.5px;
  line-height: 1.6;
  margin-bottom: 7px;
  margin-bottom: 8px;
  padding: 7px 10px;
  padding: 8px 10px;
}

.cc-tbl .ex-tag {
  background: #ede8f8 !important;
  border-radius: 4px !important;
  color: #6a3aaa !important;
  display: inline-block !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  margin: 2px 3px 2px 0 !important;
  padding: 2px 9px !important;
}

.cc-tbl .item {
  display: block !important;
  margin-bottom: 3px !important;
  padding-left: 14px !important;
  position: relative !important;
}

.cc-tbl .item-dot::before {
  color: #6a3aaa !important;
  content: "\00B7" !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.cc-tbl .item-ok::before {
  color: #2a7a48 !important;
  content: "\2713" !important;
  font-weight: 700 !important;
}

.cc-tbl .item::before {
  left: 0 !important;
  position: absolute !important;
}

.cc-tbl .item:last-child {
  margin-bottom: 0 !important;
}

.cc-tbl table {
  background: #fff !important;
  border-collapse: collapse !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 14px rgba(0,0,0,0.07) !important;
  font-size: 12px !important;
  overflow: hidden !important;
  width: 100% !important;
}

.cc-tbl tbody td {
  background: #fff !important;
  border-bottom: 1px solid #e8edf5 !important;
  border-right: 1px solid #e8edf5 !important;
  color: #1e2a38 !important;
  line-height: 1.75 !important;
  padding: 13px 16px !important;
  vertical-align: top !important;
}

.cc-tbl tbody td:first-child {
  background: #f5f0fa !important;
  border-right: 2px solid #6a3aaa !important;
  color: #6a3aaa !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  min-width: 100px !important;
  text-align: center !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  width: 100px !important;
}

.cc-tbl tbody td:last-child {
  border-right: none !important;
}

.cc-tbl tbody tr:last-child td {
  border-bottom: none !important;
}

.cc-tbl thead th {
  background: #6a3aaa !important;
  border-right: 1px solid rgba(255,255,255,0.12) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  padding: 11px 16px !important;
  text-align: left !important;
}

.cc-tbl thead th:first-child {
  width: 100px !important;
}

.cc-tbl thead th:last-child {
  border-right: none !important;
}

.cc-tbl tr.row-demerit td:first-child {
  background: #fdf5f5 !important;
  border-right-color: #c03030 !important;
  color: #c03030 !important;
}

.cc-tbl tr.row-demerit td:last-child {
  background: #fff9f9 !important;
}

.cc-tbl tr.row-merit td:first-child {
  background: #f2faf5 !important;
  border-right-color: #2a7a48 !important;
  color: #2a7a48 !important;
}

.cc-tbl tr.row-merit td:last-child {
  background: #f9fdf9 !important;
}

.cell-label {
  border-radius: 3px;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 1px 6px;
}

.cell-main {
  color: #1a2f4e;
  display: block;
  font-size: 12.5px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 3px;
}

.cell-note {
  color: #555;
  display: block;
  font-size: 10px;
  line-height: 1.4;
  margin-top: 1px;
}

.cell-sub {
  color: #556;
  display: block;
  font-size: 11px;
  line-height: 1.6;
}

.check {
  color: #2a8a50;
  font-weight: 700;
}

.cl-type .rate-low {
  background: #e4f6ec !important;
  color: #2a7a48 !important;
}

.cl-type .rate-mid {
  background: #fdf0d8 !important;
  color: #c47f00 !important;
}

.cl-type .rate-tag {
  border-radius: 20px !important;
  display: inline-block !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  padding: 2px 8px !important;
  white-space: nowrap !important;
}

.cl-type .speed-fast {
  background: #e8f0f8 !important;
  color: #1a3a5c !important;
}

.cl-type .speed-slow {
  background: #f0f2f5 !important;
  color: #5a6a7a !important;
}

.cl-type .speed-vfast {
  background: #e1f5ee !important;
  color: #1a7a7a !important;
}

.cl-type .tbl-scroll {
  -webkit-overflow-scrolling: touch !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08) !important;
  overflow-x: auto !important;
}

.cl-type .tbl-scroll::-webkit-scrollbar {
  height: 5px;
}

.cl-type .tbl-scroll::-webkit-scrollbar-thumb {
  background: #a0bcd8;
  border-radius: 3px;
}

.cl-type .tbl-scroll::-webkit-scrollbar-track {
  background: #e4eaf2;
  border-radius: 3px;
}

.cl-type table {
  background: #fff !important;
  border-collapse: collapse !important;
  font-size: 12px !important;
  min-width: 560px !important;
  width: 100% !important;
}

.cl-type tbody td {
  background: #fff !important;
  border-bottom: 1px solid #e8edf5 !important;
  border-right: 1px solid #e8edf5 !important;
  color: #1e2a38 !important;
  line-height: 1.65 !important;
  padding: 12px 14px !important;
  vertical-align: middle !important;
}

.cl-type tbody td:first-child {
  border-left: 4px solid transparent !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  padding-left: 16px !important;
  white-space: nowrap !important;
}

.cl-type tbody td:last-child {
  border-right: none !important;
}

.cl-type tbody tr:last-child td {
  border-bottom: none !important;
}

.cl-type tbody tr:nth-child(1) td:first-child {
  border-left-color: #1a3a5c !important;
}

.cl-type tbody tr:nth-child(2) td:first-child {
  border-left-color: #e05a2b !important;
}

.cl-type tbody tr:nth-child(3) td:first-child {
  border-left-color: #8a5aaa !important;
}

.cl-type tbody tr:nth-child(4) td:first-child {
  border-left-color: #1a8a6a !important;
}

.cl-type tbody tr:nth-child(even) td {
  background: #f7fafd !important;
}

.cl-type thead th {
  background: #1a3a5c !important;
  border-right: 1px solid rgba(255,255,255,0.12) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  padding: 11px 14px !important;
  text-align: left !important;
  white-space: nowrap !important;
}

.cl-type thead th:last-child {
  border-right: none !important;
}

.company-name {
  color: #fff;
  display: block;
  font-size: 11.5px;
  font-weight: 700;
}

.compare-scroll {
  -webkit-overflow-scrolling: touch !important;
  overflow-x: auto !important;
}

.cs-tbl .ex-tag {
  background: #fdeee8 !important;
  border-radius: 4px !important;
  color: #8a3a1a !important;
  display: inline-block !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  margin: 2px 3px 2px 0 !important;
  padding: 2px 9px !important;
}

.cs-tbl .item {
  display: block !important;
  margin-bottom: 3px !important;
  padding-left: 14px !important;
  position: relative !important;
}

.cs-tbl .item-dot::before {
  color: #8a3a1a !important;
  content: "\00B7" !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.cs-tbl .item-ok::before {
  color: #2a7a48 !important;
  content: "\2713" !important;
  font-weight: 700 !important;
}

.cs-tbl .item::before {
  left: 0 !important;
  position: absolute !important;
}

.cs-tbl .item:last-child {
  margin-bottom: 0 !important;
}

.cs-tbl table {
  background: #fff !important;
  border-collapse: collapse !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 14px rgba(0,0,0,0.07) !important;
  font-size: 12px !important;
  overflow: hidden !important;
  width: 100% !important;
}

.cs-tbl tbody td {
  background: #fff !important;
  border-bottom: 1px solid #e8edf5 !important;
  border-right: 1px solid #e8edf5 !important;
  color: #1e2a38 !important;
  line-height: 1.75 !important;
  padding: 13px 16px !important;
  vertical-align: top !important;
}

.cs-tbl tbody td:first-child {
  background: #faf4f2 !important;
  border-right: 2px solid #8a3a1a !important;
  color: #8a3a1a !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  min-width: 100px !important;
  text-align: center !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  width: 100px !important;
}

.cs-tbl tbody td:last-child {
  border-right: none !important;
}

.cs-tbl tbody tr:last-child td {
  border-bottom: none !important;
}

.cs-tbl thead th {
  background: #8a3a1a !important;
  border-right: 1px solid rgba(255,255,255,0.12) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  padding: 11px 16px !important;
  text-align: left !important;
}

.cs-tbl thead th:first-child {
  width: 100px !important;
}

.cs-tbl thead th:last-child {
  border-right: none !important;
}

.cs-tbl tr.row-demerit td:first-child {
  background: #fdf5f5 !important;
  border-right-color: #c03030 !important;
  color: #c03030 !important;
}

.cs-tbl tr.row-demerit td:last-child {
  background: #fff9f9 !important;
}

.cs-tbl tr.row-merit td:first-child {
  background: #f2faf5 !important;
  border-right-color: #2a7a48 !important;
  color: #2a7a48 !important;
}

.cs-tbl tr.row-merit td:last-child {
  background: #f9fdf9 !important;
}

.flow-nav .nav-list {
  display: flex !important;
  flex-direction: column !important;
}

.flow-nav .nav-list li {
  align-items: flex-start;
}

.flow-nav .nav-num {
  margin-top: 2px;
}

.flow-nav .nav-tag {
  margin-left: 4px;
  padding: 1px 6px;
  vertical-align: middle;
}

.hensai-nav .nav-list {
  display: flex !important;
  flex-direction: column !important;
}

.hensai-nav .nav-list li {
  align-items: flex-start;
}

.hensai-nav .nav-tag {
  margin-left: 4px;
  padding: 1px 6px;
  vertical-align: middle;
}

.hg1 {
  font-family: 'Noto Sans JP', sans-serif;
}

.hg1 .method-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  border-top: 3px solid var(--blue);
  padding: 14px 14px 12px;
}

.hg1 .method-card-desc {
  color: var(--muted);
  display: block;
  font-size: 10.5px;
  line-height: 1.6;
}

.hg1 .method-card-icon {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

.hg1 .method-card-name {
  color: var(--text);
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}

.hg1 .method-card-note {
  border-radius: 4px;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  margin-top: 7px;
  padding: 2px 7px;
}

.hg1 .method-card.c-teal {
  border-top-color: var(--teal);
}

.hg1 .method-grid {
  display: grid !important;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr) !important;
}

.hg1 .note-box {
  background: #f7f9fc;
  border-left: 3px solid var(--teal);
  border-radius: 8px;
  color: #334;
  font-size: 11px;
  line-height: 1.7;
  margin-top: 10px;
  padding: 10px 13px;
}

.hg1 .note-ok {
  background: #e4f6ec;
  color: var(--green);
}

.hg2 {
  font-family: 'Noto Sans JP', sans-serif !important;
}

.hg2 .info-table {
  background: #fff !important;
  border: 1.5px solid #444441 !important;
  border-collapse: collapse !important;
  border-radius: 10px !important;
  font-size: 11.5px !important;
  overflow: hidden !important;
  width: 100% !important;
}

.hg2 .info-table td {
  background: #fff !important;
  border-bottom: 1px solid #444441 !important;
  border-right: 1px solid #444441 !important;
  color: #1e2a38 !important;
  line-height: 1.6 !important;
  padding: 11px 14px !important;
  vertical-align: top !important;
}

.hg2 .info-table td:first-child {
  background: #0f2a50 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  min-width: 110px !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  width: 110px !important;
}

.hg2 .info-table td:last-child {
  border-right: none !important;
}

.hg2 .info-table th {
  background: #1a3a5c !important;
  border-right: 1px solid #444441 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 10px 14px !important;
  text-align: left !important;
  white-space: nowrap !important;
}

.hg2 .info-table th:first-child {
  width: 110px !important;
}

.hg2 .info-table th:last-child {
  border-right: none !important;
}

.hg2 .info-table tr:last-child td {
  border-bottom: none !important;
}

.hg2 .tag-amber {
  background: #fdf0d8 !important;
  color: #c47f00 !important;
}

.hg2 .tag-blue {
  background: #e8f0f8 !important;
  color: #1a3a5c !important;
}

.hg2 .tag-gray {
  background: #f0f2f5 !important;
  color: #5a6a7a !important;
}

.hg2 .tag-green {
  background: #e4f6ec !important;
  color: #2a7a48 !important;
}

.hg2 .tag-s {
  border-radius: 3px !important;
  display: inline-block !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  margin-bottom: 2px !important;
  margin-right: 3px !important;
  padding: 1px 6px !important;
}

.hg3 {
  font-family: 'Noto Sans JP', sans-serif;
}

.hg3 .check-box {
  background: #fff;
  border: 1.5px solid var(--border);
  border-left: 4px solid var(--teal);
  border-radius: 10px;
  padding: 16px 18px;
}

.hg3 .check-box-title {
  align-items: center;
  color: var(--teal);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 5px;
  margin-bottom: 10px;
}

.hg3 .check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hg3 .check-list li {
  border-bottom: 1px solid var(--border);
  color: var(--text);
  font-size: 11.5px;
  line-height: 1.6;
  padding: 6px 0 6px 20px;
  position: relative;
}

.hg3 .check-list li::before {
  color: var(--teal);
  content: "\2713";
  font-weight: 700;
  left: 0;
  position: absolute;
}

.hg3 .check-list li:last-child {
  border-bottom: none;
}

.hr-info .check-badge {
  background: #f0eafa !important;
  border-radius: 4px !important;
  color: #6a3aaa !important;
  display: inline-block !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  padding: 2px 7px !important;
}

.hr-info .check-card {
  -webkit-flex: 1 !important;
  background: #fff !important;
  border-bottom: 3px solid #6a3aaa !important;
  border-radius: 10px !important;
  flex: 1 !important;
  min-width: 0 !important;
  padding: 12px 10px !important;
  text-align: center !important;
}

.hr-info .check-icon {
  display: block !important;
  font-size: 24px !important;
  margin-bottom: 6px !important;
}

.hr-info .check-name {
  color: #1e2a38 !important;
  display: block !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
}

.hr-info .check-row {
  display: -webkit-flex !important;
  display: flex !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
}

.hr-info .info-title {
  background: #4a1a6a !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  line-height: 1.6 !important;
  margin-bottom: 14px !important;
  padding: 10px 14px !important;
  text-align: center !important;
}

.hr-info .result-box {
  -webkit-align-items: center !important;
  align-items: center !important;
  background: #4a1a6a !important;
  border-radius: 8px !important;
  display: -webkit-flex !important;
  display: flex !important;
  gap: 10px !important;
  padding: 11px 16px !important;
}

.hr-info .result-icon {
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
  font-size: 22px !important;
}

.hr-info .result-text {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
}

.hr-info .result-text em {
  color: #d4b4f8 !important;
  font-style: normal !important;
}

.hr-info .warn-box {
  background: #fff !important;
  border-left: 4px solid #e07820 !important;
  border-radius: 8px !important;
  margin-bottom: 14px !important;
  padding: 10px 14px !important;
}

.hr-info .warn-item {
  -webkit-flex: 1 !important;
  color: #334 !important;
  flex: 1 !important;
  font-size: 10px !important;
  line-height: 1.65 !important;
  padding-left: 12px !important;
  position: relative !important;
}

.hr-info .warn-item::before {
  color: #e07820 !important;
  content: "\00B7" !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  left: 2px !important;
  line-height: 1.2 !important;
  position: absolute !important;
}

.hr-info .warn-row {
  display: -webkit-flex !important;
  display: flex !important;
  gap: 10px !important;
}

.hr-info .warn-title {
  color: #e07820 !important;
  display: block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  margin-bottom: 5px !important;
}

.hs-info .c-fixed .type-item::before {
  color: #1a5aaa !important;
}

.hs-info .c-fixed .type-name {
  color: #1a5aaa !important;
}

.hs-info .c-slide .type-item::before {
  color: #e07820 !important;
}

.hs-info .c-slide .type-name {
  color: #e07820 !important;
}

.hs-info .check-card {
  -webkit-flex: 1 !important;
  background: #fff !important;
  border-left: 4px solid #1a3a5c !important;
  border-radius: 8px !important;
  flex: 1 !important;
  min-width: 0 !important;
  padding: 10px 10px !important;
}

.hs-info .check-item {
  color: #334 !important;
  display: block !important;
  font-size: 10px !important;
  line-height: 1.65 !important;
  padding-left: 12px !important;
  position: relative !important;
}

.hs-info .check-item::before {
  color: #1a3a5c !important;
  content: "\2713" !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  left: 0 !important;
  position: absolute !important;
}

.hs-info .check-label {
  color: #1a3a5c !important;
  display: block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  margin-bottom: 5px !important;
}

.hs-info .check-row {
  display: -webkit-flex !important;
  display: flex !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
}

.hs-info .common-box {
  -webkit-align-items: center !important;
  align-items: center !important;
  background: #fff !important;
  border-left: 4px solid #2a9a50 !important;
  border-radius: 8px !important;
  display: -webkit-flex !important;
  display: flex !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
  padding: 9px 14px !important;
}

.hs-info .common-icon {
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
  font-size: 18px !important;
}

.hs-info .common-text {
  color: #1e2a38 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
}

.hs-info .common-text em {
  color: #2a9a50 !important;
  font-style: normal !important;
}

.hs-info .info-title {
  background: #2a4a1a !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  line-height: 1.6 !important;
  margin-bottom: 14px !important;
  padding: 10px 14px !important;
  text-align: center !important;
}

.hs-info .result-box {
  -webkit-align-items: center !important;
  align-items: center !important;
  background: #2a4a1a !important;
  border-radius: 8px !important;
  display: -webkit-flex !important;
  display: flex !important;
  gap: 10px !important;
  padding: 11px 16px !important;
}

.hs-info .result-icon {
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
  font-size: 22px !important;
}

.hs-info .result-text {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
}

.hs-info .result-text em {
  color: #a8e6a0 !important;
  font-style: normal !important;
}

.hs-info .type-card {
  -webkit-flex: 1 !important;
  background: #fff !important;
  border-radius: 10px !important;
  flex: 1 !important;
  min-width: 0 !important;
  padding: 12px 10px !important;
}

.hs-info .type-card.c-fixed {
  border-top: 3px solid #1a5aaa !important;
}

.hs-info .type-card.c-slide {
  border-top: 3px solid #e07820 !important;
}

.hs-info .type-icon {
  display: block !important;
  font-size: 18px !important;
  margin-bottom: 5px !important;
  text-align: center !important;
}

.hs-info .type-item {
  color: #334 !important;
  display: block !important;
  font-size: 10px !important;
  line-height: 1.65 !important;
  padding-left: 12px !important;
  position: relative !important;
}

.hs-info .type-item::before {
  content: "\00B7" !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  left: 1px !important;
  line-height: 1.2 !important;
  position: absolute !important;
}

.hs-info .type-name {
  display: block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin-bottom: 3px !important;
  text-align: center !important;
}

.hs-info .type-row {
  display: -webkit-flex !important;
  display: flex !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
}

.hs-info .type-who {
  color: #6b7a8d !important;
  display: block !important;
  font-size: 9.5px !important;
  margin-bottom: 6px !important;
  text-align: center !important;
}

.info-table-wrap {
  -webkit-overflow-scrolling: touch !important;
  overflow-x: auto !important;
}

.kingaku-nav .nav-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px;
}

.kingaku-nav .nav-list li {
  gap: 10px;
}

.kingaku-nav .nav-note {
  background: #f7f9fc;
  border-left: 3px solid #1a3a5c;
  border-radius: 6px;
  color: #6b7a8d;
  font-size: 11px;
  line-height: 1.6;
  margin-bottom: 14px;
  padding: 8px 10px;
}

.kiso-nav .nav-list {
  display: flex !important;
  flex-direction: column !important;
}

.kiso-nav .nav-list li {
  align-items: flex-start;
}

.kiso-nav .nav-num {
  margin-top: 2px;
}

.kiso-nav .nav-tag {
  margin-left: 4px;
  padding: 1px 6px;
  vertical-align: middle;
}

.kn-info .c1 .type-rate {
  color: #1a5aaa !important;
}

.kn-info .c1 .type-tag {
  background: #e8f0f8 !important;
  color: #1a5aaa !important;
}

.kn-info .c2 .type-rate {
  color: #e07820 !important;
}

.kn-info .c2 .type-tag {
  background: #fdeedd !important;
  color: #e07820 !important;
}

.kn-info .c3 .type-rate {
  color: #8a3aaa !important;
}

.kn-info .c3 .type-tag {
  background: #f0e8f8 !important;
  color: #8a3aaa !important;
}

.kn-info .info-title {
  background: #1a4a1a !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  line-height: 1.6 !important;
  margin-bottom: 14px !important;
  padding: 10px 14px !important;
  text-align: center !important;
}

.kn-info .r-arrow {
  color: #e07820 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

.kn-info .r-badge {
  background: #fdeedd !important;
  border: 1px solid #e07820 !important;
  border-radius: 4px !important;
  color: #b05010 !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  padding: 3px 8px !important;
  white-space: nowrap !important;
}

.kn-info .r-result {
  color: #e07820 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.kn-info .reason-box {
  background: #fff !important;
  border-left: 4px solid #e07820 !important;
  border-radius: 8px !important;
  margin-bottom: 14px !important;
  padding: 11px 14px !important;
}

.kn-info .reason-flow {
  -webkit-align-items: center !important;
  -webkit-flex-wrap: wrap !important;
  align-items: center !important;
  color: #1e2a38 !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  gap: 8px !important;
}

.kn-info .reason-title {
  color: #e07820 !important;
  display: block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
}

.kn-info .result-box {
  -webkit-align-items: center !important;
  align-items: center !important;
  background: #1a4a1a !important;
  border-radius: 8px !important;
  display: -webkit-flex !important;
  display: flex !important;
  gap: 10px !important;
  padding: 11px 16px !important;
}

.kn-info .result-icon {
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
  font-size: 22px !important;
}

.kn-info .result-text {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
}

.kn-info .result-text em {
  color: #a8e6a0 !important;
  font-style: normal !important;
}

.kn-info .type-card {
  -webkit-flex: 1 !important;
  background: #fff !important;
  border-radius: 10px !important;
  flex: 1 !important;
  min-width: 0 !important;
  padding: 12px 8px !important;
  text-align: center !important;
}

.kn-info .type-card.c1 {
  border-bottom: 3px solid #1a5aaa !important;
}

.kn-info .type-card.c2 {
  border-bottom: 3px solid #e07820 !important;
}

.kn-info .type-card.c3 {
  border-bottom: 3px solid #8a3aaa !important;
}

.kn-info .type-label {
  color: #6b7a8d !important;
  display: block !important;
  font-size: 9.5px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin-bottom: 4px !important;
}

.kn-info .type-rate {
  display: block !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}

.kn-info .type-row {
  display: -webkit-flex !important;
  display: flex !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
}

.kn-info .type-tag {
  border-radius: 3px !important;
  display: inline-block !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  padding: 1px 6px !important;
}

.kuchikomi-nav .nav-list {
  display: flex !important;
  flex-direction: column !important;
}

.label-blue {
  background: #e6f0fb;
  color: #1a5aaa;
}

.label-green {
  background: #e8f6ee;
  color: #2a7a48;
}

.label-orange {
  background: #fff0e0;
  color: #c06010;
}

.label-purple {
  background: #f0eafa;
  color: #6a3aaa;
}

.label-red {
  background: #fdeaea;
  color: #c03030;
}

.lead-compare .compare-table tbody td {
  border-bottom: 1px solid #444441 !important;
  border-right: 1px solid #444441 !important;
}

.lead-compare .compare-table tbody td:last-child {
  border-right: none !important;
}

.lead-compare .compare-table tbody tr:last-child td {
  border-bottom: none !important;
}

.lead-compare .compare-table thead th {
  border-right: 1px solid #444441 !important;
}

.lead-compare .compare-table thead th:last-child {
  border-right: none !important;
}

.lead-data .data-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
}

.lt3 .cards {
  display: flex !important;
  flex-direction: column !important;
}

.lt3 .spec-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
}

.main-val {
  color: #1a2f4e;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}

.matome-wrap .ic-free {
  background: #fdf0d8 !important;
}

.matome-wrap .ic-priv {
  background: #f0eafa !important;
}

.matome-wrap .ic-rate {
  background: #e4f6ec !important;
}

.matome-wrap .ic-result {
  background: #fdeaea !important;
}

.matome-wrap .ic-speed {
  background: #e8f0f8 !important;
}

.matome-wrap .lead {
  color: #1e2a38 !important;
  font-size: 12.5px !important;
  line-height: 1.9 !important;
  margin-bottom: 18px !important;
}

.matome-wrap .point-body {
  -webkit-flex: 1 !important;
  flex: 1 !important;
}

.matome-wrap .point-card {
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
  background: #fff !important;
  border: 1.5px solid #e2e8f2 !important;
  border-radius: 10px !important;
  display: -webkit-flex !important;
  display: flex !important;
  gap: 12px !important;
  padding: 12px 16px !important;
}

.matome-wrap .point-desc {
  color: #556 !important;
  font-size: 11px !important;
  line-height: 1.7 !important;
}

.matome-wrap .point-desc a {
  border-bottom: 1px solid rgba(26,90,170,0.3) !important;
  color: #1a5aaa !important;
  text-decoration: none !important;
}

.matome-wrap .point-desc a:hover {
  border-bottom-color: #1a5aaa !important;
}

.matome-wrap .point-grid {
  -webkit-flex-direction: column !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  margin-bottom: 18px !important;
}

.matome-wrap .point-icon {
  -webkit-align-items: center !important;
  -webkit-flex-shrink: 0 !important;
  -webkit-justify-content: center !important;
  align-items: center !important;
  border-radius: 8px !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-shrink: 0 !important;
  font-size: 15px !important;
  height: 32px !important;
  justify-content: center !important;
  width: 32px !important;
}

.matome-wrap .point-title {
  color: #1a3a5c !important;
  display: block !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
}

.matome-wrap .result-body {
  color: #1e2a38 !important;
  font-size: 11.5px !important;
  line-height: 1.8 !important;
}

.matome-wrap .result-body a {
  border-bottom: 1px solid rgba(26,90,170,0.3) !important;
  color: #1a5aaa !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.matome-wrap .result-box {
  background: #f3f7fc !important;
  border: 1.5px solid #c0d4ea !important;
  border-left: 4px solid #1a3a5c !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
}

.matome-wrap .result-title {
  color: #1a3a5c !important;
  display: block !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
}

.merit-nav .nav-box {
  overflow: hidden;
}

.merit-nav .nav-list {
  display: flex !important;
  flex-direction: column !important;
}

.mokuteki-nav .nav-list {
  display: flex !important;
  flex-direction: column !important;
}

.mr-info .info-title {
  background: #1a5a40 !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  line-height: 1.6 !important;
  margin-bottom: 14px !important;
  padding: 10px 14px !important;
  text-align: center !important;
}

.mr-info .k-amber .kizan-point::before {
  color: #c47f00 !important;
}

.mr-info .k-amber .kizan-type {
  color: #c47f00 !important;
}

.mr-info .k-green .kizan-point::before {
  color: #1a5a40 !important;
}

.mr-info .k-green .kizan-type {
  color: #1a5a40 !important;
}

.mr-info .kizan-card {
  -webkit-flex: 1 !important;
  border-radius: 8px !important;
  flex: 1 !important;
  min-width: 0 !important;
  padding: 11px 12px !important;
}

.mr-info .kizan-card.k-amber {
  background: #fdf0d8 !important;
  border: 1.5px solid #c47f00 !important;
}

.mr-info .kizan-card.k-green {
  background: #e8f6ee !important;
  border: 1.5px solid #1a5a40 !important;
}

.mr-info .kizan-company {
  color: #1e2a38 !important;
  display: block !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  margin-bottom: 5px !important;
}

.mr-info .kizan-point {
  color: #334 !important;
  display: block !important;
  font-size: 10px !important;
  line-height: 1.65 !important;
  padding-left: 12px !important;
  position: relative !important;
}

.mr-info .kizan-point::before {
  content: "\2713" !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  left: 0 !important;
  position: absolute !important;
}

.mr-info .kizan-row {
  display: -webkit-flex !important;
  display: flex !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
}

.mr-info .kizan-type {
  display: block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
}

.mr-info .period-card {
  -webkit-flex: 1 !important;
  background: #fff !important;
  border-bottom: 3px solid #1a5a40 !important;
  border-radius: 10px !important;
  flex: 1 !important;
  min-width: 0 !important;
  padding: 12px 8px !important;
  text-align: center !important;
}

.mr-info .period-company {
  color: #6b7a8d !important;
  display: block !important;
  font-size: 9.5px !important;
  line-height: 1.5 !important;
  margin-top: 6px !important;
}

.mr-info .period-num {
  color: #1a5a40 !important;
  display: block !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  margin-bottom: 2px !important;
}

.mr-info .period-row {
  display: -webkit-flex !important;
  display: flex !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
}

.mr-info .period-unit {
  color: #1a5a40 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.mr-info .result-box {
  -webkit-align-items: center !important;
  align-items: center !important;
  background: #1a5a40 !important;
  border-radius: 8px !important;
  display: -webkit-flex !important;
  display: flex !important;
  gap: 10px !important;
  padding: 11px 16px !important;
}

.mr-info .result-icon {
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
  font-size: 22px !important;
}

.mr-info .result-text {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
}

.mr-info .result-text em {
  color: #ffe066 !important;
  font-style: normal !important;
}

.mt3 .btn-bronze {
  background: #9a5020 !important;
  color: #fff !important;
}

.mt3 .btn-cta {
  border-radius: 6px !important;
  display: inline-block !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  padding: 9px 16px !important;
  text-decoration: none !important;
  transition: opacity 0.15s !important;
}

.mt3 .btn-cta:hover {
  opacity: 0.82 !important;
}

.mt3 .btn-gold {
  background: #d4a000 !important;
  color: #fff !important;
}

.mt3 .btn-silver {
  background: #6a6a6a !important;
  color: #fff !important;
}

.mt3 .rank-catch {
  color: rgba(255,255,255,0.85) !important;
  display: block !important;
  font-size: 9.5px !important;
  line-height: 1.4 !important;
  margin-top: 4px !important;
}

.mt3 .rank-medal {
  display: block !important;
  font-size: 22px !important;
  margin-bottom: 2px !important;
}

.mt3 .rank-name {
  color: #fff !important;
  display: block !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

.mt3 .rank-num {
  color: rgba(255,255,255,0.85) !important;
  display: block !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  margin-bottom: 2px !important;
}

.mt3 .tag {
  border-radius: 4px !important;
  display: inline-block !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  margin-bottom: 2px !important;
  padding: 1px 6px !important;
}

.mt3 .tag-blue {
  background: #e8f0f8 !important;
  color: #1a3a5c !important;
}

.mt3 .tag-green {
  background: #e4f6ec !important;
  color: #2a7a48 !important;
}

.mt3 .tbl-scroll {
  -webkit-overflow-scrolling: touch !important;
  border-radius: 14px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.10) !important;
  overflow-x: auto !important;
}

.mt3 .tbl-scroll::-webkit-scrollbar {
  height: 5px;
}

.mt3 .tbl-scroll::-webkit-scrollbar-thumb {
  background: #7fa8d0;
  border-radius: 3px;
}

.mt3 .tbl-scroll::-webkit-scrollbar-track {
  background: #dde4ee;
  border-radius: 3px;
}

.mt3 table {
  background: #fff !important;
  border-collapse: collapse !important;
  font-size: 11.5px !important;
  min-width: 480px !important;
  width: 100% !important;
}

.mt3 tbody td {
  background: #fff !important;
  border-bottom: 1px solid #444441 !important;
  border-right: 1px solid #444441 !important;
  color: #1a2f4e !important;
  font-size: 11.5px !important;
  line-height: 1.6 !important;
  padding: 10px 12px !important;
  text-align: center !important;
  vertical-align: middle !important;
}

.mt3 tbody td.col-1 {
  background: #fffdf0 !important;
  border-left: 2px solid #444441 !important;
}

.mt3 tbody td.col-2 {
  background: #f8f8f8 !important;
  border-left: 2px solid #444441 !important;
}

.mt3 tbody td.col-3 {
  background: #fff8f3 !important;
  border-left: 2px solid #444441 !important;
  border-right: none !important;
}

.mt3 tbody tr:last-child td {
  border-bottom: none !important;
}

.mt3 td.item-col {
  background: #0f2a50 !important;
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
  border-right: 2px solid #444441 !important;
  color: #fff !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  padding: 11px 8px !important;
  text-align: center !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
}

.mt3 thead th {
  border-right: 1px solid #444441 !important;
  line-height: 1.5 !important;
  padding: 14px 12px !important;
  text-align: center !important;
  vertical-align: middle !important;
}

.mt3 thead th.col-1 {
  background: linear-gradient(160deg,#c8970a,#e8b800) !important;
  min-width: 170px !important;
}

.mt3 thead th.col-2 {
  background: linear-gradient(160deg,#5a5a5a,#8a8a8a) !important;
  min-width: 170px !important;
}

.mt3 thead th.col-3 {
  background: linear-gradient(160deg,#7a4010,#b06030) !important;
  border-right: none !important;
  min-width: 170px !important;
}

.mt3 thead th.item-head {
  background: #0f2a50 !important;
  border-right: 2px solid #444441 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  min-width: 80px !important;
  width: 80px !important;
}

.mt3 thead th:last-child {
  border-right: none !important;
}

.mt3 tr.cta-row td {
  border-bottom: none !important;
  border-top: 2px solid #444441 !important;
  padding: 14px 10px !important;
  text-align: center !important;
}

.mt3 tr.cta-row td.item-col {
  background: #0f2a50 !important;
  border-bottom: none !important;
}

.murisoku-scroll tbody td {
  border-bottom: 1px solid #444441 !important;
}

.murisoku-scroll tbody td.col-1 {
  border-left: 2px solid #444441 !important;
  border-right: 1px solid #444441 !important;
}

.murisoku-scroll tbody td.col-2 {
  border-left: 2px solid #444441 !important;
  border-right: 1px solid #444441 !important;
}

.murisoku-scroll tbody td.col-3 {
  border-left: 2px solid #444441 !important;
}

.murisoku-scroll td.item-col {
  border-bottom: 1px solid #444441 !important;
  border-right: 2px solid #444441 !important;
}

.murisoku-scroll thead th {
  border-right: 1px solid #444441 !important;
}

.murisoku-scroll thead th.item-head {
  border-right: 2px solid #444441 !important;
}

.murisoku-scroll tr.detail-row td {
  background: #f7f9fc !important;
  border-bottom: none !important;
  border-top: 2px solid #444441 !important;
}

.murisoku-scroll tr.detail-row td.col-1 {
  border-left: 2px solid #444441 !important;
}

.murisoku-scroll tr.detail-row td.col-2 {
  border-left: 2px solid #444441 !important;
}

.murisoku-scroll tr.detail-row td.col-3 {
  border-left: 2px solid #444441 !important;
}

.murisoku-scroll tr.detail-row td.item-col {
  background: #0f2a50 !important;
  border-right: 2px solid #444441 !important;
  color: #fff !important;
}

.note {
  color: #1a5aaa;
  font-weight: 700;
}

.om-info .c-karikae .type-name {
  color: #e07820 !important;
}

.om-info .c-omatome .type-name {
  color: #1a5aaa !important;
}

.om-info .choose-box {
  background: #fff !important;
  border-left: 4px solid #1a3a5c !important;
  border-radius: 8px !important;
  margin-bottom: 14px !important;
  padding: 10px 14px !important;
}

.om-info .choose-item {
  -webkit-flex: 1 !important;
  color: #334 !important;
  flex: 1 !important;
  font-size: 10px !important;
  line-height: 1.65 !important;
}

.om-info .choose-row {
  display: -webkit-flex !important;
  display: flex !important;
  gap: 8px !important;
}

.om-info .choose-tag {
  border-radius: 4px !important;
  color: #fff !important;
  display: block !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
  padding: 3px 6px !important;
  text-align: center !important;
}

.om-info .choose-title {
  color: #1a3a5c !important;
  display: block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
}

.om-info .ct-blue {
  background: #1a5aaa !important;
}

.om-info .ct-orange {
  background: #e07820 !important;
}

.om-info .fl-arrow {
  color: #e07820 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.om-info .fl-arrow-blue {
  color: #1a5aaa !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.om-info .fl-badge {
  background: #f0f4fa !important;
  border: 1px solid #c0d4ea !important;
  border-radius: 4px !important;
  color: #1a3a5c !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  padding: 2px 6px !important;
  white-space: nowrap !important;
}

.om-info .info-title {
  background: #1a3a5c !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  line-height: 1.6 !important;
  margin-bottom: 14px !important;
  padding: 10px 14px !important;
  text-align: center !important;
}

.om-info .result-box {
  -webkit-align-items: center !important;
  align-items: center !important;
  background: #1a3a5c !important;
  border-radius: 8px !important;
  display: -webkit-flex !important;
  display: flex !important;
  gap: 10px !important;
  padding: 11px 16px !important;
}

.om-info .result-icon {
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
  font-size: 22px !important;
}

.om-info .result-text {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
}

.om-info .result-text em {
  color: #7dd4f8 !important;
  font-style: normal !important;
}

.om-info .type-card {
  -webkit-flex: 1 !important;
  background: #fff !important;
  border-radius: 10px !important;
  flex: 1 !important;
  min-width: 0 !important;
  padding: 12px 10px !important;
}

.om-info .type-card.c-karikae {
  border-top: 3px solid #e07820 !important;
}

.om-info .type-card.c-omatome {
  border-top: 3px solid #1a5aaa !important;
}

.om-info .type-flow {
  -webkit-align-items: center !important;
  -webkit-flex-wrap: wrap !important;
  -webkit-justify-content: center !important;
  align-items: center !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
  justify-content: center !important;
  margin-bottom: 7px !important;
}

.om-info .type-merit {
  color: #334 !important;
  display: block !important;
  font-size: 10px !important;
  line-height: 1.65 !important;
  padding-left: 13px !important;
  position: relative !important;
}

.om-info .type-merit::before {
  color: #2a9a50 !important;
  content: "\2713" !important;
  font-weight: 700 !important;
  left: 0 !important;
  position: absolute !important;
}

.om-info .type-name {
  border-bottom: 1px solid #e8edf5 !important;
  display: block !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
  padding-bottom: 6px !important;
  text-align: center !important;
}

.om-info .type-row {
  display: -webkit-flex !important;
  display: flex !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
}

.priv-scroll .badge-teal {
  background: #1a8a8a;
  color: #fff;
}

.priv-scroll tbody td {
  border-bottom: 1px solid #444441 !important;
}

.priv-scroll tbody td.col-1 {
  border-left: 2px solid #444441 !important;
  border-right: 1px solid #444441 !important;
}

.priv-scroll tbody td.col-2 {
  border-left: 2px solid #444441 !important;
  border-right: 1px solid #444441 !important;
}

.priv-scroll tbody td.col-3 {
  border-left: 2px solid #444441 !important;
}

.priv-scroll td.item-col {
  border-bottom: 1px solid #444441 !important;
  border-right: 2px solid #444441 !important;
}

.priv-scroll thead th {
  border-right: 1px solid #444441 !important;
}

.priv-scroll thead th.item-head {
  border-right: 2px solid #444441 !important;
}

.priv-scroll tr.detail-row td {
  background: #f7f9fc !important;
  border-bottom: none !important;
  border-top: 2px solid #444441 !important;
}

.priv-scroll tr.detail-row td.col-1 {
  border-left: 2px solid #444441 !important;
}

.priv-scroll tr.detail-row td.col-2 {
  border-left: 2px solid #444441 !important;
}

.priv-scroll tr.detail-row td.col-3 {
  border-left: 2px solid #444441 !important;
}

.priv-scroll tr.detail-row td.item-col {
  background: #0f2a50 !important;
  border-right: 2px solid #444441 !important;
  color: #fff !important;
}

.pt-info .bank .vs-label {
  color: #1a3a5c !important;
}

.pt-info .bank .vs-note {
  color: #e04040 !important;
  font-weight: 700 !important;
}

.pt-info .c1 .check-badge {
  background: #fdeedd !important;
  color: #8a4a10 !important;
}

.pt-info .c2 .check-badge {
  background: #e8f0f8 !important;
  color: #1a5aaa !important;
}

.pt-info .check-badge {
  border-radius: 4px !important;
  display: inline-block !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  padding: 2px 7px !important;
}

.pt-info .check-card {
  -webkit-flex: 1 !important;
  background: #fff !important;
  border-radius: 10px !important;
  flex: 1 !important;
  min-width: 0 !important;
  padding: 12px 10px !important;
  text-align: center !important;
}

.pt-info .check-card.c1 {
  border-bottom: 3px solid #8a4a10 !important;
}

.pt-info .check-card.c2 {
  border-bottom: 3px solid #1a5aaa !important;
}

.pt-info .check-icon {
  display: block !important;
  font-size: 22px !important;
  margin-bottom: 5px !important;
}

.pt-info .check-name {
  color: #1e2a38 !important;
  display: block !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin-bottom: 5px !important;
}

.pt-info .check-row {
  display: -webkit-flex !important;
  display: flex !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
}

.pt-info .check-sub {
  color: #6b7a8d !important;
  display: block !important;
  font-size: 9.5px !important;
  line-height: 1.5 !important;
  margin-top: 5px !important;
}

.pt-info .consumer .vs-label {
  color: #1a5a40 !important;
}

.pt-info .consumer .vs-note {
  color: #1a5a40 !important;
  font-weight: 700 !important;
}

.pt-info .info-title {
  background: #8a4a10 !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  line-height: 1.6 !important;
  margin-bottom: 14px !important;
  padding: 10px 14px !important;
  text-align: center !important;
}

.pt-info .result-box {
  -webkit-align-items: center !important;
  align-items: center !important;
  background: #8a4a10 !important;
  border-radius: 8px !important;
  display: -webkit-flex !important;
  display: flex !important;
  gap: 10px !important;
  padding: 11px 16px !important;
}

.pt-info .result-icon {
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
  font-size: 22px !important;
}

.pt-info .result-text {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
}

.pt-info .result-text em {
  color: #ffd080 !important;
  font-style: normal !important;
}

.pt-info .vs-box {
  background: #fff !important;
  border-left: 4px solid #1a3a5c !important;
  border-radius: 8px !important;
  margin-bottom: 14px !important;
  padding: 11px 14px !important;
}

.pt-info .vs-col {
  -webkit-flex: 1 !important;
  border-radius: 6px !important;
  flex: 1 !important;
  min-width: 0 !important;
  padding: 8px 10px !important;
  text-align: center !important;
}

.pt-info .vs-col.bank {
  background: #f0f4fa !important;
  border: 1px solid #c0d4ea !important;
}

.pt-info .vs-col.consumer {
  background: #e8f6ee !important;
  border: 1px solid #2a9a50 !important;
}

.pt-info .vs-label {
  display: block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  margin-bottom: 3px !important;
}

.pt-info .vs-mark {
  -webkit-flex-shrink: 0 !important;
  color: #6b7a8d !important;
  flex-shrink: 0 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

.pt-info .vs-note {
  font-size: 10px !important;
  line-height: 1.5 !important;
}

.pt-info .vs-row {
  -webkit-align-items: center !important;
  align-items: center !important;
  display: -webkit-flex !important;
  display: flex !important;
  gap: 8px !important;
}

.pt-info .vs-title {
  color: #1a3a5c !important;
  display: block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
}

.rank-badge {
  border-radius: 20px;
  color: #000;
  color: #000000;
  display: block;
  display: inline-block;
  font-size: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
  margin-bottom: 5px;
  padding: 2px 10px;
}

.rank-badge.bronze {
  color: #fff;
  font-size: 14px;
}

.rank-badge.gold {
  color: #fff;
  font-size: 14px;
}

.rank-badge.silver {
  color: #fff;
  font-size: 14px;
}

.rank-catch {
  color: rgba(255,255,255,0.85);
  color: var(--muted);
  display: block;
  font-size: 10px;
  font-size: 9.5px;
  line-height: 1.4;
  line-height: 1.5;
  margin-top: 4px;
}

.rank-medal {
  display: block;
  font-size: 22px;
  margin-bottom: 2px;
}

.rank-name {
  color: #fff;
  color: var(--text);
  display: block;
  font-size: 15px;
  font-size: 16px;
  font-size: 17px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.01em;
  letter-spacing: 0.04em;
  margin: 4px 0 3px;
  margin-bottom: 4px;
}

.rank-num {
  border-radius: 20px;
  color: rgba(255,255,255,0.85);
  display: block;
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
  margin-bottom: 7px;
  margin-bottom: 8px;
  padding: 2px 10px;
  padding: 2px 8px;
}

.recommend-list {
  list-style: none;
  padding: 0;
}

.recommend-list li {
  color: #334;
  font-size: 11px;
  line-height: 1.5;
  padding: 3px 0 3px 14px;
  position: relative;
}

.recommend-list li::before {
  color: #2a8a50;
  content: "✓";
  font-weight: 700;
  left: 0;
  position: absolute;
}

.rn-1 {
  background: #d8e8f5;
  background: #eef3f9;
  color: var(--col1);
}

.rn-2 {
  background: #cce0f5;
  background: #e6f0fb;
  color: var(--col2);
}

.rn-3 {
  background: #fae8c0;
  background: #fdf2e0;
  color: var(--col3);
}

.row-1 {
  background: #fff5f5;
}

.row-1 .star-label {
  background: #c0392b;
}

.row-1 td.col-star {
  color: #c0392b;
}

.row-2 {
  background: #fffbf0;
}

.row-2 .star-label {
  background: #c49a00;
}

.row-2 td.col-star {
  color: #b07a00;
}

.row-3 {
  background: #fff;
}

.row-3 .star-label {
  background: #4a90b8;
}

.row-3 td.col-star {
  color: #4a90b8;
}

.row-4 {
  background: #f0f7ff;
}

.row-4 .star-label {
  background: #2d7dd2;
}

.row-4 td.col-star {
  color: #2d7dd2;
}

.row-5 {
  background: #ffffff;
}

.row-5 td.col-star {
  color: #1a6bbf;
}

.score {
  border-radius: 4px;
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  margin-bottom: 2px;
  padding: 1px 5px;
}

.score-1 {
  background: #c0392b;
  color: #fff;
}

.score-2 {
  background: #c49a00;
  color: #fff;
}

.score-3 {
  background: #4a90b8;
  color: #fff;
}

.score-4 {
  background: #2d7dd2;
  color: #fff;
}

.score-5 {
  background: #1a3c6e;
  color: #fff;
}

.scroll-wrap {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto !important;
}

.scroll-wrapper {
  -webkit-overflow-scrolling: touch !important;
  border-radius: 10px;
  border-radius: 12px;
  border-radius: 12px !important;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.10);
  box-shadow: 0 2px 16px rgba(0,0,0,0.10) !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  display: block !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  width: 100% !important;
}

.scroll-wrapper .sub-val {
  line-height: 1.5;
}

.scroll-wrapper tbody td {
  border-bottom: 1px solid #444441 !important;
}

.scroll-wrapper tbody td.col-1 {
  border-left: 2px solid #444441 !important;
  border-right: 1px solid #444441 !important;
}

.scroll-wrapper tbody td.col-2 {
  border-left: 2px solid #444441 !important;
  border-right: 1px solid #444441 !important;
}

.scroll-wrapper tbody td.col-3 {
  border-left: 2px solid #444441 !important;
  border-right: none !important;
}

.scroll-wrapper td.item-col {
  border-bottom: 1px solid #444441 !important;
  border-right: 2px solid #444441 !important;
}

.scroll-wrapper thead th {
  border-right: 1px solid #444441 !important;
}

.scroll-wrapper thead th.item-head {
  border-right: 2px solid #444441 !important;
}

.scroll-wrapper tr.detail-row td {
  background: #f7f9fc !important;
  border-bottom: none !important;
  border-top: 2px solid #444441 !important;
}

.scroll-wrapper tr.detail-row td.col-1 {
  border-left: 2px solid #444441 !important;
}

.scroll-wrapper tr.detail-row td.col-2 {
  border-left: 2px solid #444441 !important;
}

.scroll-wrapper tr.detail-row td.col-3 {
  border-left: 2px solid #444441 !important;
}

.scroll-wrapper tr.detail-row td.item-col {
  background: #0f2a50 !important;
  border-right: 2px solid #444441 !important;
  color: #fff !important;
}

.scroll-wrapper::-webkit-scrollbar {
  height: 4px;
  height: 5px;
}

.scroll-wrapper::-webkit-scrollbar-thumb {
  background: #a0bcd8;
  border-radius: 2px;
}

.scroll-wrapper::-webkit-scrollbar-track {
  background: #e4eaf2;
  background: #e8edf3;
}

.sf-info .c1 .point-item::before {
  color: #e07820 !important;
}

.sf-info .c1 .point-name {
  color: #e07820 !important;
}

.sf-info .c2 .point-item::before {
  color: #1a5aaa !important;
}

.sf-info .c2 .point-name {
  color: #1a5aaa !important;
}

.sf-info .calc-arrow {
  -webkit-flex-shrink: 0 !important;
  color: #7a2a50 !important;
  flex-shrink: 0 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}

.sf-info .calc-box {
  background: #fff !important;
  border-left: 4px solid #7a2a50 !important;
  border-radius: 10px !important;
  margin-bottom: 14px !important;
  padding: 12px 14px !important;
}

.sf-info .calc-item {
  text-align: center !important;
}

.sf-info .calc-label {
  color: #6b7a8d !important;
  display: block !important;
  font-size: 9.5px !important;
  margin-bottom: 2px !important;
}

.sf-info .calc-note {
  color: #6b7a8d !important;
  display: block !important;
  font-size: 9.5px !important;
  margin-top: 6px !important;
  text-align: center !important;
}

.sf-info .calc-num {
  color: #1a3a5c !important;
  display: block !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.sf-info .calc-num.accent {
  color: #7a2a50 !important;
  font-size: 26px !important;
}

.sf-info .calc-op {
  -webkit-flex-shrink: 0 !important;
  color: #6b7a8d !important;
  flex-shrink: 0 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}

.sf-info .calc-row {
  -webkit-align-items: center !important;
  -webkit-flex-wrap: wrap !important;
  -webkit-justify-content: center !important;
  align-items: center !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  justify-content: center !important;
}

.sf-info .calc-title {
  color: #7a2a50 !important;
  display: block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}

.sf-info .calc-unit {
  color: #1a3a5c !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

.sf-info .info-title {
  background: #7a2a50 !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  line-height: 1.6 !important;
  margin-bottom: 14px !important;
  padding: 10px 14px !important;
  text-align: center !important;
}

.sf-info .point-card {
  -webkit-flex: 1 !important;
  background: #fff !important;
  border-radius: 10px !important;
  flex: 1 !important;
  min-width: 0 !important;
  padding: 11px 10px !important;
}

.sf-info .point-card.c1 {
  border-top: 3px solid #e07820 !important;
}

.sf-info .point-card.c2 {
  border-top: 3px solid #1a5aaa !important;
}

.sf-info .point-icon {
  display: block !important;
  font-size: 20px !important;
  margin-bottom: 5px !important;
  text-align: center !important;
}

.sf-info .point-item {
  color: #334 !important;
  display: block !important;
  font-size: 10px !important;
  line-height: 1.65 !important;
  padding-left: 12px !important;
  position: relative !important;
}

.sf-info .point-item::before {
  content: "\00B7" !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  left: 1px !important;
  line-height: 1.2 !important;
  position: absolute !important;
}

.sf-info .point-name {
  display: block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin-bottom: 5px !important;
  text-align: center !important;
}

.sf-info .point-row {
  display: -webkit-flex !important;
  display: flex !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
}

.sf-info .result-box {
  -webkit-align-items: center !important;
  align-items: center !important;
  background: #7a2a50 !important;
  border-radius: 8px !important;
  display: -webkit-flex !important;
  display: flex !important;
  gap: 10px !important;
  padding: 11px 16px !important;
}

.sf-info .result-icon {
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
  font-size: 22px !important;
}

.sf-info .result-text {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
}

.sf-info .result-text em {
  color: #ffb8d4 !important;
  font-style: normal !important;
}

.shinsa-nav .nav-list {
  display: flex !important;
  flex-direction: column !important;
}

.shinsa-nav .nav-list li {
  align-items: flex-start;
}

.shinsa-nav .nav-num {
  margin-top: 1px;
}

.shinsa-scroll tbody td {
  border-bottom: 1px solid #444441 !important;
}

.shinsa-scroll tbody td.col-1 {
  border-left: 2px solid #444441 !important;
  border-right: 1px solid #444441 !important;
}

.shinsa-scroll tbody td.col-2 {
  border-left: 2px solid #444441 !important;
  border-right: 1px solid #444441 !important;
}

.shinsa-scroll tbody td.col-3 {
  border-left: 2px solid #444441 !important;
}

.shinsa-scroll td.item-col {
  border-bottom: 1px solid #444441 !important;
  border-right: 2px solid #444441 !important;
}

.shinsa-scroll thead th {
  border-right: 1px solid #444441 !important;
}

.shinsa-scroll thead th.item-head {
  border-right: 2px solid #444441 !important;
}

.shinsa-scroll tr.detail-row td {
  background: #f7f9fc !important;
  border-bottom: none !important;
  border-top: 2px solid #444441 !important;
}

.shinsa-scroll tr.detail-row td.col-1 {
  border-left: 2px solid #444441 !important;
}

.shinsa-scroll tr.detail-row td.col-2 {
  border-left: 2px solid #444441 !important;
}

.shinsa-scroll tr.detail-row td.col-3 {
  border-left: 2px solid #444441 !important;
}

.shinsa-scroll tr.detail-row td.item-col {
  background: #0f2a50 !important;
  border-right: 2px solid #444441 !important;
  color: #fff !important;
}

.sim-nav {
  font-family: 'Noto Sans JP', sans-serif !important;
  margin-bottom: 22px !important;
}

.sim-nav .amount-badge {
  -webkit-align-items: center !important;
  -webkit-flex-shrink: 0 !important;
  -webkit-justify-content: center !important;
  align-items: center !important;
  background: #1a3a5c !important;
  border-radius: 6px !important;
  color: #fff !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
  flex-shrink: 0 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  justify-content: center !important;
  min-width: 72px !important;
  padding: 4px 10px !important;
}

.sim-nav .min-tag {
  -webkit-flex-shrink: 0 !important;
  background: #fdf0d8 !important;
  border-radius: 4px !important;
  color: #c47f00 !important;
  display: inline-block !important;
  flex-shrink: 0 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  padding: 2px 7px !important;
}

.sim-nav .nav-body {
  padding: 14px 18px !important;
}

.sim-nav .nav-box {
  background: #fff !important;
  border: 1.5px solid #e2e8f2 !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
  overflow: hidden !important;
}

.sim-nav .nav-head {
  -webkit-align-items: center !important;
  align-items: center !important;
  background: #1a3a5c !important;
  color: #fff !important;
  display: -webkit-flex !important;
  display: flex !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  gap: 8px !important;
  padding: 12px 18px !important;
}

.sim-nav .nav-link {
  -webkit-flex: 1 !important;
  color: #1a5aaa !important;
  flex: 1 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  min-width: 0 !important;
  text-decoration: none !important;
}

.sim-nav .nav-link:hover {
  text-decoration: underline !important;
}

.sim-nav .nav-list {
  -webkit-flex-direction: column !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sim-nav .nav-list li {
  -webkit-align-items: center !important;
  -webkit-flex-wrap: wrap !important;
  align-items: center !important;
  border-bottom: 1px solid #f0f2f5 !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  padding: 6px 0 !important;
}

.sim-nav .nav-list li:last-child {
  border-bottom: none !important;
}

.sim-nav .sim-note {
  background: #f7f9fc !important;
  border-left: 3px solid #1a3a5c !important;
  border-radius: 6px !important;
  color: #6b7a8d !important;
  font-size: 11px !important;
  line-height: 1.6 !important;
  margin-bottom: 14px !important;
  padding: 8px 10px !important;
}

.sk-info .check-card {
  -webkit-flex: 1 !important;
  background: #fff !important;
  border-left: 4px solid #1a3a5c !important;
  border-radius: 8px !important;
  flex: 1 !important;
  min-width: 0 !important;
  padding: 10px 12px !important;
}

.sk-info .check-desc {
  color: #556 !important;
  font-size: 10px !important;
  line-height: 1.65 !important;
}

.sk-info .check-label {
  color: #1a3a5c !important;
  display: block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
}

.sk-info .check-row {
  display: -webkit-flex !important;
  display: flex !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
}

.sk-info .info-title {
  background: #1a3a5c !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  line-height: 1.6 !important;
  margin-bottom: 14px !important;
  padding: 10px 14px !important;
  text-align: center !important;
}

.sk-info .result-box {
  -webkit-align-items: center !important;
  align-items: center !important;
  background: #1a3a5c !important;
  border-radius: 8px !important;
  display: -webkit-flex !important;
  display: flex !important;
  gap: 10px !important;
  padding: 11px 16px !important;
}

.sk-info .result-icon {
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
  font-size: 22px !important;
}

.sk-info .result-text {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
}

.sk-info .result-text em {
  color: #7dd4f8 !important;
  font-style: normal !important;
}

.sk-info .speed-card {
  -webkit-flex: 1 !important;
  background: #fff !important;
  border-bottom: 3px solid #1a3a5c !important;
  border-radius: 10px !important;
  flex: 1 !important;
  min-width: 0 !important;
  padding: 12px 8px !important;
  text-align: center !important;
}

.sk-info .speed-company {
  color: #1e2a38 !important;
  display: block !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  margin-top: 4px !important;
}

.sk-info .speed-note {
  color: #6b7a8d !important;
  display: block !important;
  font-size: 9px !important;
  line-height: 1.4 !important;
  margin-top: 4px !important;
}

.sk-info .speed-num {
  color: #1a3a5c !important;
  display: block !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  margin-bottom: 2px !important;
}

.sk-info .speed-prefix {
  color: #6b7a8d !important;
  display: block !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  margin-bottom: 2px !important;
}

.sk-info .speed-row {
  display: -webkit-flex !important;
  display: flex !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
}

.sk-info .speed-unit {
  color: #1a3a5c !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

.star-label {
  background: #1a3c6e;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 3px 8px;
  white-space: nowrap;
}

.sub-val {
  color: #555;
  display: block;
  font-size: 10.5px;
  line-height: 1.6;
}

.table-scroll {
  -webkit-overflow-scrolling: touch !important;
  overflow-x: auto !important;
}

.table-title {
  margin-bottom: 10px;
}

.tag {
  border-radius: 4px;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
  padding: 2px 8px;
}

.tag-1 {
  background: #e8f0f8;
  background: #eef3f9;
  color: var(--col1);
}

.tag-2 {
  background: #deedfb;
  background: #e6f0fb;
  color: var(--col2);
}

.tag-3 {
  background: #fdf0d8;
  background: #fdf2e0;
  color: var(--col3);
}

.tag-gray {
  background: #f0f2f5;
  color: #5a6a7a;
}

.tag-green {
  background: #e4f6ec;
  color: #1e7a42;
}

.tag-red {
  background: #fdeaea;
  color: #b03030;
}

.top3-ac .card-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
}

.top3-ac .footnote {
  color: #888 !important;
  font-size: 10px !important;
}

.top3-ac .mini-body {
  display: flex !important;
  flex-direction: column !important;
}

.top3-ac .mini-card {
  display: flex !important;
  flex-direction: column !important;
}

.top3-scroll {
  -webkit-overflow-scrolling: touch !important;
  overflow-x: auto !important;
}

.val-big {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 5px;
  margin-bottom: 6px;
}

.val-big.c1 {
  color: var(--col1);
}

.val-big.c2 {
  color: var(--col2);
}

.val-big.c3 {
  color: var(--col3);
}

.val-label {
  color: var(--muted);
  display: block;
  font-size: 10.5px;
  line-height: 1.6;
}

.warn {
  color: #c0392b;
  color: #c05020;
  font-weight: 700;
}

.wb-info .c-beginner .support-head {
  color: #e07820 !important;
}

.wb-info .c-beginner .support-item::before {
  color: #e07820 !important;
}

.wb-info .c-women .support-head {
  color: #c04080 !important;
}

.wb-info .c-women .support-item::before {
  color: #c04080 !important;
}

.wb-info .info-title {
  background: #1a6a6a !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  line-height: 1.6 !important;
  margin-bottom: 14px !important;
  padding: 10px 14px !important;
  text-align: center !important;
}

.wb-info .merit-card {
  -webkit-flex: 1 !important;
  background: #fff !important;
  border-bottom: 3px solid #1a6a6a !important;
  border-radius: 10px !important;
  flex: 1 !important;
  min-width: 0 !important;
  padding: 11px 8px !important;
  text-align: center !important;
}

.wb-info .merit-desc {
  color: #556 !important;
  font-size: 9.5px !important;
  line-height: 1.6 !important;
}

.wb-info .merit-icon {
  display: block !important;
  font-size: 20px !important;
  margin-bottom: 5px !important;
}

.wb-info .merit-name {
  color: #1a6a6a !important;
  display: block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin-bottom: 4px !important;
}

.wb-info .merit-row {
  display: -webkit-flex !important;
  display: flex !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
}

.wb-info .result-box {
  -webkit-align-items: center !important;
  align-items: center !important;
  background: #1a6a6a !important;
  border-radius: 8px !important;
  display: -webkit-flex !important;
  display: flex !important;
  gap: 10px !important;
  padding: 11px 16px !important;
}

.wb-info .result-icon {
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
  font-size: 22px !important;
}

.wb-info .result-text {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
}

.wb-info .result-text em {
  color: #a0f0e0 !important;
  font-style: normal !important;
}

.wb-info .support-card {
  -webkit-flex: 1 !important;
  background: #fff !important;
  border-radius: 10px !important;
  flex: 1 !important;
  min-width: 0 !important;
  padding: 11px 10px !important;
}

.wb-info .support-card.c-beginner {
  border-top: 3px solid #e07820 !important;
}

.wb-info .support-card.c-women {
  border-top: 3px solid #c04080 !important;
}

.wb-info .support-head {
  border-bottom: 1px solid #e8edf5 !important;
  display: block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
  padding-bottom: 5px !important;
  text-align: center !important;
}

.wb-info .support-item {
  color: #334 !important;
  display: block !important;
  font-size: 10px !important;
  line-height: 1.7 !important;
  padding-left: 12px !important;
  position: relative !important;
}

.wb-info .support-item::before {
  content: "\2713" !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  left: 0 !important;
  position: absolute !important;
}

.wb-info .support-row {
  display: -webkit-flex !important;
  display: flex !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
}

.zokusei-nav .nav-list {
  display: flex !important;
  flex-direction: column !important;
}


/* --- 15-B. @media (max-width: 400px) --- */

@media (max-width: 400px) {
  .lt3 .spec-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

}

/* --- 15-B. @media (max-width: 480px) --- */

@media (max-width: 480px) {
  .lead-data .data-grid {
    grid-template-columns: 1fr !important;
  }

  .lead-data .data-item {
    border-bottom: 1px solid #e2e8f2 !important;
    border-right: none !important;
  }

  .lead-data .data-item:last-child {
    border-bottom: none !important;
  }

  .sim-nav .min-tag {
    margin-left: 80px !important;
    margin-top: 4px !important;
    width: auto !important;
  }

  .sim-nav .nav-link {
    -webkit-flex: 1 !important;
    flex: 1 !important;
    font-size: 11.5px !important;
    width: calc(100% - 80px) !important;
  }

  .sim-nav .nav-list li {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
    padding: 8px 0 !important;
  }

}

/* --- 15-B. @media (max-width: 500px) --- */

@media (max-width: 500px) {
  .hg1 .method-grid {
    grid-template-columns: 1fr !important;
  }

}

/* --- 15-B. @media (max-width: 600px) --- */

@media (max-width: 600px) {
  .top3-ac .card-grid {
    grid-template-columns: 1fr !important;
  }

}


/* ==========================================================================
   16. 元記事の裸セレクタバグ修正
   --------------------------------------------------------------------------
   元記事の裸セレクタ（table, td.item-col 等）が他テーブルに意図せず
   干渉していた問題を修正する。
   .scroll-wrapper 内に限定してスコープを絞り、本来の動作を取り戻す。
   ========================================================================== */

/* 問題1修正: .scroll-wrapper 内のテーブル圧縮を解除 */
/* 元: table { max-width: 100% !important; } が全テーブルを親幅に縮める */
/* 対策: .scroll-wrapper 内の table では max-width を無効化 */
.scroll-wrapper table {
  max-width: none !important;
}

/* 問題2修正: .scroll-wrapper 内の item-col で sticky positioning を無効化 */
/* 元: th.item-col, td.item-col { position: sticky; z-index: 3; background: #1a3c6e; } が */
/*     学生セクションなどのランキングテーブルでも効き、表示異常を引き起こす */
/* 対策: sticky を解除し、通常のセル表示に戻す */
.scroll-wrapper td.item-col,
.scroll-wrapper th.item-col {
  position: static !important;
  z-index: auto !important;
}

/* ==========================================================================
   17. 問題1追加修正(v3): 評価基準テーブルの幅を列数非依存で自動算出
   --------------------------------------------------------------------------
   v2まで min-width: 2400px の固定値で指定していたが、これは列数と内容に
   依存するマジックナンバーであり、将来の列数変更(例: 35位→50位)や
   内容変更(例: 長いセル文言の追加)で再調整が必要になる対症療法だった。
   
   真=美の解: ブラウザの内在サイズキーワード max-content を使い、
   コンテンツが折り返さずに収まる最小幅をブラウザに自動算出させる。
   これにより列数・内容問わず常に最適幅が確保される。
   
   対となる仕掛け: 各セル(th/td)の white-space を nowrap にする。
   これで自動折り返しが抑制され、max-content の計算がコンテンツの
   1行幅(または <br> で明示改行された複数行幅)で確定する。
   <br>による意図的な改行は nowrap でも尊重されるため損なわない。
   
   評価基準テーブルの識別子: th.rank-1 を持つ唯一のテーブル。
   (ランキングテーブル shinsa/murisoku/priv は th.col-1 を使うため重複しない)
   v2時点の識別子 th.col-star は実HTMLに存在せず、全ての :has() ルールが
   無効化されていた。v3で th.rank-1 に修正。
   :has() セレクタで自動識別する（Chrome/Edge 105+, Firefox 121+, Safari 15.4+）。
   ========================================================================== */

/* 17-A. テーブル幅: コンテンツ最小幅で自動算出(列数非依存)
   max-width: none → テーマの .editor-content table { max-width: 596px } を打ち消す
   table-layout: auto → global の table { table-layout: fixed } を打ち消す
      (fixed だと列幅が均等に丸められ max-content が機能しない) */
.scroll-wrapper:has(th.rank-1) table {
  min-width: max-content !important;
  width: max-content !important;
  max-width: none !important;
  table-layout: auto !important;
}

/* 17-B. セル内テキストの自動折り返しを抑制
   <br>による意図的改行は残る(例: company-name の「ファミペイ<br>ローン」) */
.scroll-wrapper:has(th.rank-1) thead th,
.scroll-wrapper:has(th.rank-1) tbody td {
  white-space: nowrap !important;
}


/* ==========================================================================
   18. 問題2追加修正: テーマCSS tr:nth-of-type(1) の汎用背景上書き対策
   --------------------------------------------------------------------------
   テーマ側 _editor-content.scss:296 に
     .editor-content table tr:nth-of-type(1) th,
     .editor-content table tr:nth-of-type(1) td {
       background-color: var(--color-3rd);  ← 薄いネイビー
       color: #fff;
     }
   という全テーブル1行目への汎用塗りがある。
   
   特異度が同一(0,2,3)のため、source-orderで後勝ちすると
   ランキングテーブルの「項目」セル(th.item-head)の本来色 #0f2a50 が
   薄いネイビーに打ち消される現象が発生する。
   
   対策: !important で明示的に上書きする。
   これはテーマ側の汎用デフォルトを、このテーブルでは意図的に上書きする
   という意図を表現するもので、!importantの使用が妥当なケース。
   ========================================================================== */

.scroll-wrapper thead th.item-head,
.shinsa-scroll thead th.item-head,
.murisoku-scroll thead th.item-head,
.priv-scroll thead th.item-head {
  background: #0f2a50 !important;
  color: #fff !important;
}

/* col-1/col-2/col-3 (金/銀/銅グラデ)も念のため保護
   linear-gradient は background-color より優先されるので現状は効いているが、
   将来テーマ側の指定が変わった際の安全策 */
.scroll-wrapper thead th.col-1,
.shinsa-scroll thead th.col-1,
.murisoku-scroll thead th.col-1,
.priv-scroll thead th.col-1 {
  background: linear-gradient(160deg, #c8970a, #e8b800) !important;
  color: #fff !important;
}
.scroll-wrapper thead th.col-2,
.shinsa-scroll thead th.col-2,
.murisoku-scroll thead th.col-2,
.priv-scroll thead th.col-2 {
  background: linear-gradient(160deg, #5a5a5a, #8a8a8a) !important;
  color: #fff !important;
}
.scroll-wrapper thead th.col-3,
.shinsa-scroll thead th.col-3,
.murisoku-scroll thead th.col-3,
.priv-scroll thead th.col-3 {
  background: linear-gradient(160deg, #7a4010, #b06030) !important;
  color: #fff !important;
}


/* ==========================================================================
   19. 問題2追加修正(v2): 評価基準テーブルのヘッダー保護 + tbody 1行目汚染打ち消し
   --------------------------------------------------------------------------
   Image解析で判明した三つの追加汚染:
   
   【A】評価基準テーブルはヘッダーのクラス体系がランキングテーブルと別
        ランキングテーブル:  th.item-head / th.col-1 / th.col-2 / th.col-3
        評価基準テーブル:    th.item-col  / th.rank-1 / th.rank-2 / th.rank-3
        → セクション18は前者のみ保護していた。
   
   【B】評価基準テーブルの 4位〜35位のヘッダーは class属性を持たない裸の <th>
        → [class*="rank-"] 等では拾えない。
        → :has(th.rank-1) で評価基準テーブル自体を識別し、thead th を
          一律濃ネイビーで塗る → 1/2/3位だけ金/銀/銅で後置上書き。
   
   【C】テーマの .editor-content table tr:nth-of-type(1) は thead だけでなく
        tbody の最初の行にも誤発動する（:nth-of-type は親要素ごとに再カウント）
        → Image 1 で「融資スピード」行全体が薄水色で塗られていた真犯人。
        → スクロールテーブル内の tbody 1行目では打ち消す(19-D〜F)。
   
   色: rank-1=金, rank-2=銀, rank-3=銅, それ以外=濃ネイビー #0f2a50
   ========================================================================== */

/* 19-A. 評価基準テーブル 項目列ヘッダー(th.item-col) を濃ネイビーに
   ※下の19-Bでも同色指定されるが、Phase2整理までは両方残して安全側に倒す */
.scroll-wrapper thead th.item-col {
  background: #0f2a50 !important;
  color: #fff !important;
}

/* 19-B. 評価基準テーブルの thead th を全て濃ネイビーで一括保護
   ------------------------------------------------------------
   4位以降のヘッダーは HTML上 class 属性を持たない裸の <th> になっており、
   属性セレクタ [class*="rank-"] では拾えない(真犯人)。
   
   :has(th.rank-1) で評価基準テーブル自体を識別し、その thead 内の
   全 th を一律濃ネイビーで塗る → 1/2/3位だけ後(19-C)で金/銀/銅に上書き。
   
   特異度: .scroll-wrapper(0,1,0) + :has(th.rank-1)(0,1,1)
           + thead(0,0,1) + th(0,0,1) = (0, 2, 3) !important
   → テーマCSS (.editor-content table tr:nth-of-type(1) th) = (0,2,2) に勝つ */
.scroll-wrapper:has(th.rank-1) thead th {
  background: #0f2a50 !important;
  color: #fff !important;
}

/* 19-C. 1位=金、2位=銀、3位=銅 グラデ
   ------------------------------------------------------------
   特異度: .scroll-wrapper + :has(th.rank-1) + thead + th.rank-1
         = (0, 3, 3) !important
   → 19-Bの (0,2,3) !important より特異度が高いため必ず勝つ */
.scroll-wrapper:has(th.rank-1) thead th.rank-1 {
  background: linear-gradient(160deg, #c8970a, #e8b800) !important;
  color: #fff !important;
}
.scroll-wrapper:has(th.rank-1) thead th.rank-2 {
  background: linear-gradient(160deg, #5a5a5a, #8a8a8a) !important;
  color: #fff !important;
}
.scroll-wrapper:has(th.rank-1) thead th.rank-3 {
  background: linear-gradient(160deg, #7a4010, #b06030) !important;
  color: #fff !important;
}

/* 19-D. tbody 1行目汚染の打ち消し
   テーマCSS `.editor-content table tr:nth-of-type(1) th/td` が
   tbody > tr:first-child にも誤発動する件を無効化する。
   thead 側は上記19-A〜C および セクション18 で個別指定済みなので、
   ここでは tbody 側のみを明示的に無効化。
   inherit で親(tbody/table)のデフォルト値に戻し、
   以降の奇数偶数ゼブラ等の個別指定に判断を委ねる。 */
.editor-content .scroll-wrapper table tbody tr:nth-of-type(1) td,
.editor-content .shinsa-scroll table tbody tr:nth-of-type(1) td,
.editor-content .murisoku-scroll table tbody tr:nth-of-type(1) td,
.editor-content .priv-scroll table tbody tr:nth-of-type(1) td {
  background-color: transparent !important;
  color: inherit !important;
}

/* 19-E. 19-D実行後、tbody 1行目の「項目列セル(td.item-col)」だけは
   本来 濃ネイビー #0f2a50 + 白文字 なので個別に復元する
   (セクション8 行662-670 の元指定と一致)
   
   特異度対策: .editor-content を先頭に付けて (0, 4, 3) にし、
   19-D (0, 3, 4) !important transparent に勝たせる。
   .editor-content はプレビュー限定なので本番環境には影響なし
   (本番では 19-D 自体も発動しないため、この復元も発動不要) */
.editor-content .scroll-wrapper tbody tr:nth-of-type(1) td.item-col,
.editor-content .shinsa-scroll tbody tr:nth-of-type(1) td.item-col,
.editor-content .murisoku-scroll tbody tr:nth-of-type(1) td.item-col,
.editor-content .priv-scroll tbody tr:nth-of-type(1) td.item-col {
  background: #0f2a50 !important;
  color: #fff !important;
}

/* 19-F. ランキングテーブルの1/2/3位値セル(td.col-1/2/3)の薄色背景も復元
   (セクション8 行678-689 の元指定と一致)
   評価基準テーブルの1/2/3位値セルも同じクラス(.col-1/2/3)を使うので
   両テーブルに適用される。特異度対策は 19-E と同じ理由。 */
.editor-content .scroll-wrapper tbody tr:nth-of-type(1) td.col-1,
.editor-content .shinsa-scroll tbody tr:nth-of-type(1) td.col-1,
.editor-content .murisoku-scroll tbody tr:nth-of-type(1) td.col-1,
.editor-content .priv-scroll tbody tr:nth-of-type(1) td.col-1 {
  background: #fffdf0 !important;
}
.editor-content .scroll-wrapper tbody tr:nth-of-type(1) td.col-2,
.editor-content .shinsa-scroll tbody tr:nth-of-type(1) td.col-2,
.editor-content .murisoku-scroll tbody tr:nth-of-type(1) td.col-2,
.editor-content .priv-scroll tbody tr:nth-of-type(1) td.col-2 {
  background: #f8f8f8 !important;
}
.editor-content .scroll-wrapper tbody tr:nth-of-type(1) td.col-3,
.editor-content .shinsa-scroll tbody tr:nth-of-type(1) td.col-3,
.editor-content .murisoku-scroll tbody tr:nth-of-type(1) td.col-3,
.editor-content .priv-scroll tbody tr:nth-of-type(1) td.col-3 {
  background: #fff8f3 !important;
}
