  /* ---- RAGシミュレーターLP (rag_simulator.html) 固有。共通は article.css ---- */

  /* CTA 2ボタン(S1 / S8) */
  .rg-ctas { display:flex; flex-wrap:wrap; align-items:center; gap:16px; margin-top:26px; }
  .pagehead .rg-ctas { margin-bottom:6px; }
  .glcta .rg-ctas { justify-content:center; }
  .btn-sub {
    display:inline-block; background:#fff; color:var(--blue); font-weight:900;
    padding:13.5px 36px; border-radius:999px; text-decoration:none; font-size:16px;
    letter-spacing:.06em; border:1.5px solid var(--blue); transition:background .15s, color .15s;
  }
  .btn-sub:hover { background:var(--blue); color:#fff; }
  .glcta .btn-sub { background:transparent; color:#fff; border-color:#fff; }
  .glcta .btn-sub:hover { background:#fff; color:var(--navy); }

  /* S1 ヒーロー図(本文冒頭) */
  .article figure.rg-hero { margin-top:0; }

  /* S4 小見出し */
  .article h3.rg-sub {
    font-size:18px; font-weight:900; color:var(--navy); line-height:1.6;
    margin:38px 0 12px; padding-bottom:6px; border-bottom:2px solid #DDE6F5;
  }
  .rg-sub .n { color:var(--blue); margin-right:8px; }

  /* 補足・出典 */
  .rg-note { font-size:14px; color:#4A5A75; background:var(--pale); border-radius:12px; padding:14px 18px; }

  /* 箇条書き */
  .article ul.rg-list { padding-left:1.4em; margin-bottom:20px; }
  .article ul.rg-list li { margin-bottom:10px; }
  .article ul.rg-list li::marker { color:var(--blue); }

  /* 外部テキストリンク */
  .rg-extlink { color:var(--blue); font-weight:700; text-decoration:none; }
  .rg-extlink:hover { text-decoration:underline; }

  /* S7 FAQ */
  .rg-faq { border:1px solid #DDE6F5; border-radius:14px; padding:20px 22px 4px; margin-bottom:16px; }
  .rg-faq h3 { font-size:16.5px; font-weight:900; color:var(--navy); margin-bottom:10px; line-height:1.6; }
  .rg-faq h3::before { content:"Q. "; color:var(--blue); }
  .rg-faq a { color:var(--blue); font-weight:700; }

  @media (max-width: 860px) {
    .rg-ctas a { width:100%; text-align:center; }
  }
