/* =========================================================
   terms.css — サイトのご利用にあたって（汎用下層テンプレート）Display Runtime v1
   正本: pt10-generic.html（URL /terms/）
   スコープ: 全セレクタを .terms 配下へ限定（汎用 class の global／他 Runtime 波及回避）。
   共通基盤（:root / body / .container / reset）は common.css 既存のため取り込まない。
   .page-hero 群は正本 DOM（.lhero）に非マッチ＝不活性だが、統合元を忠実に取り込むため保持しスコープ。
   RULE-01/03/04: 面・DOM・条項を増減しない忠実 Runtime 化。
   ========================================================= */

.terms a { color: var(--blue-600); text-decoration: none; }

.terms .btn--block { width: 100%; }
.terms .page-hero { background: linear-gradient(180deg, var(--navy-900), var(--navy-700)); color: #fff; padding: 48px 0 40px; }
.terms .page-hero .en-label { font-family: var(--font-en); font-weight: 700; color: var(--blue-400); letter-spacing: .08em; font-size: 14px; }
.terms .page-hero h1 { font-size: 32px; font-weight: 700; line-height: 1.4; margin-top: 4px; }
.terms .page-hero p { color: #cfe0f2; margin-top: 8px; max-width: 760px; }
.terms .section { padding: 56px 0; }
.terms .narrow { max-width: 840px; }
.terms .card { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.terms .card:hover { transform: none; }  /* Legal 本文カードのリフト解除（transform のみ・box-shadow は据え置き）。specificity 0,2,1 で共通 .card:hover(0,1,1) に勝つ・common.css 不変 */
/* 汎用下層テンプレの本文（プレーンな法務/説明文書） */
.terms .doc { padding: 40px 44px; }
@media (max-width: 600px) { .terms .doc { padding: 28px 22px; } }
.terms .doc .intro { color: var(--gray-700); margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--gray-200); }
.terms .doc section { margin-bottom: 28px; scroll-margin-top: 100px; }
.terms .doc h2 { font-size: 19px; color: var(--navy-900); line-height: 1.5; padding-left: 14px; border-left: 4px solid var(--blue-500); margin-bottom: 12px; }
.terms .doc h3 { font-size: 15px; color: var(--navy-800); margin: 14px 0 6px; }
.terms .doc p { margin-bottom: 10px; }
.terms .doc ul, .terms .doc ol { margin: 8px 0 12px 1.4em; }
.terms .doc li { margin-bottom: 6px; }
.terms .doc .muted { color: var(--text-muted); font-size: 13px; }
.terms .check { display: inline-block; background: #fffbe6; border: 1px solid #ffe28a; color: #8a6d00; font-size: 11px; font-weight: 700; border-radius: var(--radius-sm); padding: 1px 7px; margin-left: 6px; vertical-align: middle; }
.terms .tpl-note { background: #eaf4fd; border: 1px solid var(--blue-400); border-radius: var(--radius-sm); padding: 14px 16px; font-size: 13.5px; color: var(--navy-800); margin-top: 20px; }
