/* ==========================================================
   サービス比較(hikaku) - archive-hikaku.php / single-hikaku.php
   CAREER COMPASS トンマナー(ティール系)に合わせたスタイル
   ========================================================== */

/* :root{
  --hikaku-main: #2FA79B;
  --hikaku-main-dark: #23897E;
  --hikaku-accent: #FFD84D;
  --hikaku-bg-soft: #F8FAF9;
  --hikaku-border: #eee;
  --hikaku-text: #1c1c1c;
  --hikaku-text-sub: #777;
} */

:root{
  --hikaku-main: #17324D;
  --hikaku-main-dark: #102336;
  --hikaku-accent: #FFD34D;
  --hikaku-orange: #F28C28;
  --hikaku-bg-soft: #F5F7F8;
  --hikaku-border: #D9E2E8;
  --hikaku-text: #102336;
  --hikaku-text-sub: #6B7280;
}

.hikaku-hero-bleed{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}
.hikaku-hero{
  position:relative;
  height:clamp(220px,55vw,720px);
  overflow:hidden;
  max-width:1440px;
  margin:0 auto;
}
.hikaku-hero .ph{ position:absolute; inset:0; }
.hikaku-hero .ph img{ width:100%; height:100%; object-fit:cover; display:block;opacity: 0.7; }
.hikaku-hero .hero-overlay{
  position:absolute; inset:0;
  background:linear-gradient(90deg, rgba(20,60,58,.55), rgba(20,60,58,.1));
}
.hikaku-hero .hero-copy{
  position:absolute; left:clamp(20px,5vw,56px); top:50%; transform:translateY(-50%);
  color:#333;
}
.hikaku-hero .hero-copy h1{ font-weight:900; font-size:clamp(28px,5vw,46px); line-height:1.2; margin-bottom:10px; }
.hikaku-hero .hero-copy p{ font-size:clamp(13px,1.6vw,17px); font-weight:700; letter-spacing:.06em; }
.hikaku-hero .hero-copy span{ font-weight:900; letter-spacing:.06em; color: #333;}
.hikaku-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(255 252 247 / 55%), rgb(255 255 255 / 10%));
}

.hikaku-hero .ph { 
  position: absolute;
  inset: 0;
}

.hikaku-ph{
  width:100%; height:100%;
  display:flex; align-items:center; justify-content:center;
  background: repeating-linear-gradient(45deg,#EAF3F1,#EAF3F1 10px,#DFEDEA 10px,#DFEDEA 20px);
  color:#8AA6A2; font-size:11px; font-weight:700;
}

/* ---------- 共通見出し ---------- */
.hikaku-eyebrow{
  color: var(--hikaku-main);
  font-weight:700;
  font-size:12.5px;
  letter-spacing:.08em;
  margin-bottom:6px;
}

/* ---------- アーカイブ(ランキング) ---------- */
.hikaku-archive-head{ text-align:center; margin-bottom:28px; }
.hikaku-archive-title{ font-weight:900; font-size:clamp(22px,4vw,28px); margin-bottom:8px; }
.hikaku-archive-lead{ font-size:13px; color: var(--hikaku-text-sub); }

.hikaku-ranking-list{
  display:flex;
  flex-direction:column;
  border:1px solid var(--hikaku-border);
  border-radius:12px;
  overflow:hidden;
  max-width:900px;
  margin:0 auto;
  background:#fff;
}

.hikaku-row{
  display:flex;
  align-items:center;
  gap:16px;
  padding:16px 20px;
  border-bottom:1px solid #f2f2f2;
  color:inherit;
  text-decoration:none;
  transition:background .15s ease;
}
.hikaku-row:last-child{ border-bottom:none; }
.hikaku-row:hover{ background: var(--hikaku-bg-soft); }

.hikaku-rank-num{
  width:30px; height:30px;
  border-radius:50%;
  color:#fff;
  font-weight:900;
  font-size:13px;
  text-align:center;
  line-height:30px;
  flex:none;
  background:#c7cccb;
}
.hikaku-rank-num.rank-1{ background: var(--hikaku-main); }
.hikaku-rank-num.rank-2{ background:#8fa19e; }
.hikaku-rank-num.rank-3{ background:#b7bfbd; }
.hikaku-rank-num.rank-4{ background:#c7cccb; }
.hikaku-rank-num.rank-5{ background:#d5d9d8; }

.hikaku-thumb{
  width:96px; height:64px;
  flex:none;
  border-radius:8px;
  overflow:hidden;
}
.hikaku-thumb img{ width:100%; height:100%; object-fit:cover; display:block; }

.hikaku-row-body{
  flex:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.hikaku-row-title{
  font-size:14.5px;
  font-weight:700;
  line-height:1.5;
}
.hikaku-target{
  display:inline-block;
  font-size:11px;
  color: var(--hikaku-main-dark);
  background:#E4F7F4;
  padding:2px 9px;
  border-radius:10px;
  width:fit-content;
}
.hikaku-pros-preview{
  font-size:11.5px;
  color: var(--hikaku-text-sub);
}

.hikaku-rating{
  color:#F5A623;
  font-size:13px;
  font-weight:700;
  letter-spacing:.02em;
}
.hikaku-rating-num{
  color: var(--hikaku-text-sub);
  font-size:11px;
  font-weight:700;
  margin-left:2px;
}

.hikaku-official-btn{
  flex:none;
  background: var(--hikaku-main);
  color:#fff !important;
  font-weight:700;
  font-size:12px;
  padding:10px 18px;
  border-radius:20px;
  white-space:nowrap;
  text-decoration:none;
  text-align:center;
  cursor:pointer;
}
.hikaku-official-btn:hover{ background: var(--hikaku-main-dark); }
.hikaku-official-btn-lg{
  display:inline-block;
  padding:14px 34px;
  font-size:14px;
  border-radius:8px;
}

.hikaku-pagination{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:28px;
  flex-wrap:wrap;
}
.hikaku-pagination .page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:36px;
  height:36px;
  padding:0 10px;
  border-radius:8px;
  border:1px solid var(--hikaku-border);
  color: var(--hikaku-text);
  text-decoration:none;
  font-size:13px;
  font-weight:700;
}
.hikaku-pagination .page-numbers.current{
  background: var(--hikaku-main);
  color:#fff;
  border-color: var(--hikaku-main);
}

.hikaku-empty{ text-align:center; color: var(--hikaku-text-sub); padding:60px 0; }

/* ---------- シングルページ ---------- */
.hikaku-single-head{ text-align:center; margin-bottom:24px; }
.hikaku-single-title{
  font-weight:900;
  font-size:clamp(22px,4vw,30px);
  line-height:1.4;
  margin-bottom:14px;
}
.hikaku-single-meta{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}
.hikaku-rating-lg{ font-size:17px; }
.hikaku-target-badge{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  color: var(--hikaku-main-dark);
  background:#E4F7F4;
  padding:5px 14px;
  border-radius:14px;
}

.hikaku-single-thumb{
  width:100%;
  max-height:420px;
  overflow:hidden;
  border-radius:14px;
  margin-bottom:24px;
}
.hikaku-single-thumb img{ width:100%; height:100%; object-fit:cover; display:block; }

.hikaku-cta-top{
  text-align:center;
  margin-bottom:32px;
}

.hikaku-proscons{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:18px;
  margin-bottom:36px;
}
.hikaku-pros-box, .hikaku-cons-box{
  border-radius:12px;
  padding:20px 22px;
}
.hikaku-pros-box{ background:#EAFAF7; border:1px solid #CFECE7; }
.hikaku-cons-box{ background:#FBF1F1; border:1px solid #F2D9D9; }
.hikaku-proscons-title{
  font-weight:900;
  font-size:15px;
  margin-bottom:12px;
}
.hikaku-pros-title{ color: var(--hikaku-main-dark); }
.hikaku-cons-title{ color:#A6453E; }
.hikaku-pros-box ul, .hikaku-cons-box ul{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:8px;
  font-size:13.5px;
  line-height:1.6;
}

.hikaku-single-body{
  font-size:15px;
  line-height:1.9;
  margin-bottom:36px;
}
.hikaku-single-body p{ margin-bottom:1.4em; }
.hikaku-single-body h2{
  font-weight:900;
  font-size:20px;
  margin:2em 0 .8em;
  padding-left:12px;
  border-left:4px solid var(--hikaku-main);
}
.hikaku-single-body h3{
  font-weight:800;
  font-size:17px;
  margin:1.8em 0 .6em;
}
.hikaku-single-body img{ max-width:100%; height:auto; border-radius:10px; }

.hikaku-cta-bottom{
  text-align:center;
  background:linear-gradient(135deg, var(--hikaku-main-dark), var(--hikaku-main));
  color:#fff;
  border-radius:14px;
  padding:36px 24px;
  margin-bottom:32px;
}
.hikaku-cta-lead{ font-size:14px; margin-bottom:16px; font-weight:700; }
.hikaku-cta-bottom .hikaku-official-btn-lg{
  background: var(--hikaku-accent);
  color: var(--hikaku-text) !important;
}
.hikaku-cta-bottom .hikaku-official-btn-lg:hover{ opacity:.9; background: var(--hikaku-accent); }

.hikaku-single-nav{
  text-align:center;
  padding-top:16px;
  border-top:1px solid var(--hikaku-border);
}
.hikaku-single-nav a{
  color: var(--hikaku-main-dark);
  font-weight:700;
  font-size:13px;
  text-decoration:none;
}

/* ---------- レスポンシブ ---------- */
@media (max-width:640px){
  .hikaku-row{ flex-wrap:wrap; }
  .hikaku-thumb{ width:76px; height:52px; }
  .hikaku-official-btn{ width:100%; margin-top:8px; }
}




  /* 固定ヘッダー(ロゴ・ナビ) */
  .hikaku-fixed-header{
    position: sticky;
    top: 0;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px clamp(16px,5vw,40px);
    background: #fff;
    border-bottom: 1px solid #eee;
  }

  .logo-group img {
    max-width: 240px;
  }

  .nav-group {
    margin-left: auto;
  }


  .hikaku-fixed-header .logo-mark{ width:32px; height:32px; border-radius:8px; background:var(--hikaku-main); flex:none; }
  .hikaku-fixed-header .logo-text{ font-weight:900; font-size:15px; }
  .hikaku-fixed-header nav{ display:flex; gap:16px; flex-wrap: nowrap;
    justify-content: flex-start;
   }
  .hikaku-fixed-header nav a{ font-size:12.5px; font-weight:700; color:#444; text-decoration:none; }
  .hikaku-fixed-header .btn-consult{
    background:var(--hikaku-main); color:#fff !important; font-weight:700; font-size:12.5px;
    padding:10px 20px; border-radius:20px; white-space:nowrap; text-decoration:none;
  }

  /* フッター固定CTAバー */
  .hikaku-fixed-cta{
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 600;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 -4px 16px rgba(20,60,58,.12);
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hikaku-fixed-cta a{
    display: block;
    width: 100%;
    max-width: 480px;
    text-align: center;
    background:var(--hikaku-orange);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 14px;
    border-radius: 8px;
    text-decoration: none;
  }
  body{ padding-bottom: 64px; }

  @media (max-width: 600px){
    .logo-group img {
      max-width: 180px;
    }
    .hikaku-fixed-header {
      display: flex;
      justify-content: space-between;
    }
    .hikaku-fixed-header nav{ display:none; }
    .hikaku-fixed-cta a{ font-size: 13px; padding: 12px; }
  }

  .hikaku-top-wrap *{ box-sizing:border-box; }
  .hikaku-top-wrap{
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    color: var(--hikaku-text);
    width:100%;
    max-width:1180px;
    margin:0 auto;
    background:#fff;
  }
  .hikaku-top-wrap a{ color:inherit; text-decoration:none; }
  .hikaku-top-wrap img{ display:block; max-width:100%; height:100%; object-fit:cover; }

  .hikaku-top-wrap .ph{
    width:100%; height:100%;
    display:flex; align-items:center; justify-content:center;
    background: repeating-linear-gradient(45deg,#EAF3F1,#EAF3F1 10px,#DFEDEA 10px,#DFEDEA 20px);
    color:#8AA6A2; font-size:12px; font-weight:700;
  }

  /* HERO */
  .hikaku-top-wrap .hero{ position:relative; height:clamp(220px,34vw,360px); overflow:hidden; }
  .hikaku-top-wrap .hero .ph{ position:absolute; inset:0; }
  .hikaku-top-wrap .hero .ph img{ width:100%; height:100%; object-fit:cover; }
  .hikaku-top-wrap .hero-overlay{
    position:absolute; inset:0;
    background:linear-gradient(90deg, rgba(20,60,58,.55), rgba(20,60,58,.1));
  }
  .hikaku-top-wrap .hero-copy{
    position:absolute; left:clamp(20px,5vw,56px); top:50%; transform:translateY(-50%);
    color:#fff;
  }
  .hikaku-top-wrap .hero-copy h1{ font-weight:900; font-size:clamp(28px,5vw,46px); line-height:1.2; margin-bottom:10px; }
  .hikaku-top-wrap .hero-copy p{ font-size:clamp(13px,1.6vw,17px); font-weight:700; letter-spacing:.06em; }

  /* SECTION shared */
  .hikaku-top-wrap .section{ padding: clamp(28px,5vw,44px) clamp(16px,5vw,40px); }
  .hikaku-top-wrap .section-head{
    display:flex; align-items:center; justify-content:space-between; margin-bottom:20px;
  }
  .hikaku-top-wrap .section-title{ font-weight:900; font-size:20px; }
  .hikaku-top-wrap .section-link{ font-size:12.5px; color:var(--hikaku-main); font-weight:700; }
  .hikaku-top-wrap .tag{
    display:inline-block; font-size:10.5px; font-weight:700;
    padding:3px 10px; border-radius:12px; margin-bottom:8px;
  }
  .hikaku-top-wrap .tag-learn{ background:#E4F7F4; color:#23897E; }
  .hikaku-top-wrap .tag-work{ background:#F5EAD8; color:#8A6D1F; }
  .hikaku-top-wrap .tag-remote{ background:#EAF0F7; color:#3E6FA6; }
  .hikaku-top-wrap .tag-high{ background:#E4F7F4; color:#23897E; }
  .hikaku-top-wrap .tag-female{ background:#F7E1E6; color:#A63E5C; }
  .hikaku-top-wrap .tag-interview{ background:#F5EAD8; color:#8A6D1F; }
  .hikaku-top-wrap .tag-life{ background:#E4F7F4; color:#23897E; }
  .hikaku-top-wrap .tag-interview2{ background:#E9EEFB; color:#3E5FA6; }
  .hikaku-top-wrap .tag-target{ background:#EAF0F7; color:#3E6FA6; }

  /* GENRE + POPULAR */
  .hikaku-top-wrap .genre-popular{ display:flex; gap:28px; flex-wrap:wrap; }
  .hikaku-top-wrap .genre-block{ flex:2 1 460px; min-width:280px; }
  .hikaku-top-wrap .genre-heading{
    display:flex; align-items:baseline; gap:10px;
    border-left:4px solid var(--hikaku-main); padding-left:12px; margin-bottom:4px;
  }
  .hikaku-top-wrap .genre-heading h2{ font-weight:900; font-size:19px; }
  .hikaku-top-wrap .genre-sub{ font-size:12px; color:#888; margin:6px 0 16px 16px; }
  .hikaku-top-wrap .genre-grid{
    display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:12px;
  }
  .hikaku-top-wrap .genre-item{
    display:flex; align-items:center; gap:12px;
    background:var(--hikaku-bg-soft); border:1px solid var(--hikaku-border);
    border-radius:10px; padding:16px;
  }
  .hikaku-top-wrap .genre-item .emoji{ font-size:22px; }
  .hikaku-top-wrap .genre-item .label{ font-weight:700; font-size:14px; }

  .hikaku-top-wrap .popular-block{ flex:1 1 300px; min-width:260px; }
  .hikaku-top-wrap .popular-head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:2px; }
  .hikaku-top-wrap .popular-head h2{ font-weight:900; font-size:19px; }
  .hikaku-top-wrap .popular-head .arrow{ color:var(--hikaku-main); font-size:16px; }
  .hikaku-top-wrap .popular-sub{ font-size:12px; color:#888; margin-bottom:14px; }
  .hikaku-top-wrap .popular-list{ display:flex; flex-direction:column; gap:14px; }
  .hikaku-top-wrap .popular-item{ display:flex; gap:12px; align-items:flex-start; }
  .hikaku-top-wrap .popular-thumb{ width:82px; height:60px; flex:none; border-radius:6px; overflow:hidden; }
  .hikaku-top-wrap .popular-body{ flex:1; min-width:0; }
  .hikaku-top-wrap .popular-body .title{ font-size:12.5px; line-height:1.6; font-weight:700; margin-bottom:6px; }

  /* RANKING */
  .hikaku-top-wrap .ranking-head{ text-align:center; margin-bottom:22px; }
  .hikaku-top-wrap .ranking-eyebrow{ color:var(--hikaku-main); font-weight:700; font-size:12.5px; letter-spacing:.08em; margin-bottom:6px; }
  .hikaku-top-wrap .ranking-title{ font-weight:900; font-size:22px; }
  .hikaku-top-wrap .ranking-list{
    display:flex; flex-direction:column;
    border:1px solid var(--hikaku-border); border-radius:12px; overflow:hidden;
    max-width:820px; margin:0 auto;
  }
  .hikaku-top-wrap .ranking-row{
    display:flex; align-items:center; gap:16px; padding:14px 20px;
    border-bottom:1px solid #f2f2f2;
  }
  .hikaku-top-wrap .ranking-row:last-child{ border-bottom:none; }
  .hikaku-top-wrap .rank-num{
    width:26px; height:26px; border-radius:50%; color:#fff; font-weight:900;
    font-size:12px; text-align:center; line-height:26px; flex:none;
  }
  .hikaku-top-wrap .rank-1{ background:var(--hikaku-main); }
  .hikaku-top-wrap .rank-2{ background:#8fa19e; }
  .hikaku-top-wrap .rank-3{ background:#b7bfbd; }
  .hikaku-top-wrap .rank-4{ background:#c7cccb; }
  .hikaku-top-wrap .rank-5{ background:#d5d9d8; }
  .hikaku-top-wrap .ranking-thumb{ width:64px; height:48px; flex:none; border-radius:6px; overflow:hidden; }
  .hikaku-top-wrap .ranking-row .row-body{ flex:1; min-width:0; display:flex; flex-direction:column; gap:4px; }
  .hikaku-top-wrap .ranking-row .title{ font-size:13.5px; font-weight:700; }
  .hikaku-top-wrap .ranking-row .tag{ flex:none; margin-bottom:0; width:fit-content; }
  .hikaku-top-wrap .ranking-rating{ color:#F5A623; font-size:12px; font-weight:700; }
  .hikaku-top-wrap .ranking-rating .num{ color:#999; font-weight:700; margin-left:2px; }
  .hikaku-top-wrap .ranking-official-btn{
    flex:none; background:var(--hikaku-main); color:#fff !important; font-weight:700; font-size:11.5px;
    padding:9px 16px; border-radius:18px; white-space:nowrap;
  }

  /* SERIES BANNER */
  .hikaku-top-wrap .series-banner{
    display:flex; align-items:center; gap:22px; flex-wrap:wrap;
    background:#eaedf3; border-radius:14px; padding:24px 28px;
  }
  .hikaku-top-wrap .series-thumb{ width:140px; height:90px; flex:none; border-radius:10px; overflow:hidden; }
  .hikaku-top-wrap .series-body{ flex:1; min-width:220px; }
  .hikaku-top-wrap .series-badge{
    display:inline-block; background:var(--hikaku-accent); color:var(--hikaku-text);
    font-weight:700; font-size:10.5px; padding:3px 11px; border-radius:12px; margin-bottom:8px;
  }
  .hikaku-top-wrap .series-body h3{ font-weight:900; font-size:17px; margin-bottom:6px; }
  .hikaku-top-wrap .series-body p{ font-size:12.5px; color:var(--hikaku-text-sub); line-height:1.7; }
  .hikaku-top-wrap .series-cta{
    background:var(--hikaku-main); color:#fff; font-weight:700; font-size:12px;
    padding:10px 22px; border-radius:8px; white-space:nowrap; border:none; cursor:pointer;
  }

  /* FEATURED PICK */
  .hikaku-top-wrap .feature-photos{
    display:grid; grid-template-columns:1.4fr 1fr; gap:2px;
    border-radius:12px; overflow:hidden; background:#eee;
  }
  .hikaku-top-wrap .feature-photo{ height:clamp(200px,26vw,300px); }
  .hikaku-top-wrap .feature-badge{
    display:inline-block; background:var(--hikaku-accent); color:var(--hikaku-text);
    font-weight:700; font-size:11px; padding:4px 12px; border-radius:14px; margin:16px 0 8px;
  }
  .hikaku-top-wrap .feature-title{ font-weight:900; font-size:clamp(18px,2.6vw,22px); margin-bottom:8px; }
  .hikaku-top-wrap .feature-desc{ font-size:13px; color:var(--hikaku-text-sub); line-height:1.7; max-width:640px; }

  /* ARTICLE GRID */
  .hikaku-top-wrap .article-section{ 
    background-color: #fff1e3; 
    margin-bottom: 56px;
  }
  .hikaku-top-wrap .article-grid{
    display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:18px;
  }
  .hikaku-top-wrap .article-card{
    background:#fff; border:1px solid var(--hikaku-border); border-radius:12px; overflow:hidden;
    display:flex; flex-direction:column;
  }
  .hikaku-top-wrap .article-thumb{ width:100%; height:auto; }
  .hikaku-top-wrap .article-thumb img {
    width: 100%;
  }
  .hikaku-top-wrap .article-body{ padding:14px; }
  .hikaku-top-wrap .article-body .title{ font-size:13.5px; font-weight:700; line-height:1.6; }

  /* CLOSING CTA */
  .hikaku-top-wrap .closing-cta{
    background:linear-gradient(135deg, var(--hikaku-main-dark), var(--hikaku-main));
    padding: clamp(40px,8vw,60px) clamp(16px,5vw,40px);
    text-align:center; color:#fff;
  }
  .hikaku-top-wrap .closing-cta h2{ font-weight:900; font-size:clamp(20px,4vw,26px); margin-bottom:10px; }
  .hikaku-top-wrap .closing-cta p{ font-size:12.5px; opacity:.9; margin-bottom:20px; }
  .hikaku-top-wrap .closing-cta .btn{
    display:inline-block; background:var(--hikaku-accent); color:var(--hikaku-text);
    font-weight:700; font-size:13.5px; padding:14px 30px; border-radius:8px; border:none; cursor:pointer;
  }

  .hikaku-top-wrap .exp-empty{ text-align:center; color:var(--hikaku-text-sub); padding:40px 0; }

  @media (max-width:600px){
    .hikaku-top-wrap .ranking-row{ flex-wrap:wrap; }
    .hikaku-top-wrap .ranking-official-btn{ width:100%; text-align:center; }
  }

  header.bar {
    display: none;  
  }

  /* 小見出し（おすすめポイント／こんな人におすすめ／注意点 共通） */
.detail-card-subheading {
  margin: 24px 0 12px;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-navy, #1a2b4c);
  display: flex;
  align-items: center;
  gap: 8px;
}

/* 小見出しの前に色付きの短いバーを置く */
.detail-card-subheading::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  border-radius: 2px;
  background: var(--color-accent, #6b4ce0);
}

/* おすすめポイント：チェックリスト形式 */
.detail-card-points {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.detail-card-points li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-text, #333);
}

.detail-card-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-accent-light, #ece7fb);
  color: var(--color-accent, #6b4ce0);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* こんな人におすすめ：やわらかいカラーの背景ボックス */
.detail-card-recommend {
  margin: 0 0 8px;
  padding: 14px 16px;
  background: var(--color-accent-light, #f4f2fc);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-text, #333);
}

/* 注意点：警告トーンの背景ボックス（左に太めのボーダー） */
.detail-card-caution {
  margin: 0 0 8px;
  padding: 14px 16px;
  background: #fdf6ec;
  border-left: 4px solid #e0a020;
  border-radius: 4px;
  font-size: 13.5px;
  line-height: 1.8;
  color: #6b5326;
}

/* ランキング4位以降の順位バッジ
   （1〜3位は絵文字クラウン、4位以降はHTML側で crown-icon--number クラスを付与する運用） */
.crown-icon--number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #d9d9d9;
  color: #555;
  font-size: 14px;
  font-weight: 700;
}

/* スマホ表示時の余白調整 */
@media (max-width: 768px) {
  .detail-card-subheading {
    margin: 20px 0 10px;
    font-size: 14px;
  }
  .detail-card-recommend,
  .detail-card-caution {
    padding: 12px 14px;
    font-size: 13px;
  }
}
