/* ============================================================
   lp-style.css — LP ページ専用スタイル
   functions.php で is_page('lp') のときのみエンキュー
   ・CSS 変数不使用（wpautop 破壊対策）
   ・body .jt-lp-wrap プレフィックスで Cocoon を上書き
   ・position:fixed のため transform 非使用 → margin-left 方式
   ============================================================ */

/* ---- リセット ---- */
body .jt-lp-wrap *,
body .jt-lp-wrap *::before,
body .jt-lp-wrap *::after {
  box-sizing: border-box !important;
}

/* ---- Cocoon / 子テーマ style.css のコンテンツ要素スタイルを LP 内でリセット ----

   原因：style.css に下記が定義されており LP 内に漏れ込む
     .entry-content p       { margin: 0 0 1.4em }         → 行間が広がる
     .entry-content h3      { margin: 1.8em 0 1em !important; border-left: ... }
     .entry-content h2::after { position:absolute; gold bar }
     .entry-content         { line-height: 1.9 }           → 行間が広がる      */

/* ① 見出し擬似要素（金色バー等）を完全抑制 */
body .jt-lp-wrap h1::before, body .jt-lp-wrap h1::after,
body .jt-lp-wrap h2::before, body .jt-lp-wrap h2::after,
body .jt-lp-wrap h3::before, body .jt-lp-wrap h3::after,
body .jt-lp-wrap h4::before, body .jt-lp-wrap h4::after {
  display: none !important;
  content: none !important;
  background: none !important;
  border: none !important;
}

/* ② LP 内の全見出しのマージン・ボーダー・パディングをリセット
      ※ 各セクション固有の値は後続の具体的なセレクターで上書き */
body .jt-lp-wrap h1,
body .jt-lp-wrap h2,
body .jt-lp-wrap h3,
body .jt-lp-wrap h4,
body .jt-lp-wrap h5,
body .jt-lp-wrap h6 {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-left: none !important;
  line-height: 1.4 !important;
}

/* ③ LP 内の全 p のマージンをリセット（.entry-content p { margin:0 0 1.4em } 対策）
      ※ 各セクション固有の margin は後続セレクターで上書き */
body .jt-lp-wrap p {
  margin: 0 !important;
  padding: 0 !important;
}

/* ④ LP ラッパーの line-height を 1.7 に固定（.entry-content { line-height:1.9 } 対策） */
body .jt-lp-wrap {
  line-height: 1.7 !important;
}
body .jt-lp-wrap img { max-width: 100%; height: auto; }

/* ---- ラッパー全幅（margin-left 方式 ＝ transform を使わない） ---- */
body .jt-lp-wrap {
  display: block !important;
  width: 100vw !important;
  max-width: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif !important;
  color: #1e2532 !important;
  line-height: 1.7 !important;
  background: #ffffff !important;
}
body .jt-lp-wrap > section,
body .jt-lp-wrap > header,
body .jt-lp-wrap > footer,
body .jt-lp-wrap > div.sticky-cta {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

/* ============================================================
   HEADER
   ============================================================ */
body .jt-lp-wrap .jt-lp-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  background: #1a2f4e !important;
  padding: 0 24px !important;
  height: 56px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.3) !important;
  border: none !important;
  margin: 0 !important;
}
.admin-bar body .jt-lp-wrap .jt-lp-header { top: 32px !important; }
@media (max-width: 782px) {
  .admin-bar body .jt-lp-wrap .jt-lp-header { top: 46px !important; }
}

body .jt-lp-wrap .jt-logo {
  color: #ffffff !important;
  font-size: clamp(0.85rem, 2.5vw, 1.1rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  text-decoration: none !important;
}
body .jt-lp-wrap .jt-logo span { color: #c9a84c !important; }

body .jt-lp-wrap .jt-header-cta {
  background: linear-gradient(135deg, #c9a84c, #e2c06a) !important;
  color: #1a2f4e !important;
  font-size: 0.82rem !important;
  font-weight: 900 !important;
  padding: 8px 18px !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  border: none !important;
}

/* ============================================================
   HERO
   ============================================================ */
body .jt-lp-wrap .hero {
  margin-top: 56px !important;
  background: linear-gradient(135deg, #1a2f4e 0%, #243d63 60%, #2a4a7a 100%) !important;
  padding: clamp(40px, 8vw, 80px) 20px clamp(56px, 10vw, 96px) !important;
  text-align: center !important;
  color: #ffffff !important;
  position: relative !important;
  overflow: hidden !important;
}
/* admin-bar 時は WordPress が html { margin-top: 32px } を自動付与するため
   .jt-lp-wrap 自体がビューポート上 32px 下がった位置から開始する。
   よって hero の margin-top は LP ヘッダー高さ 56px のみで位置が合う。
   ※ 以前の 88px / 102px は二重オフセットになり白帯の原因だったため削除。 */

body .jt-lp-wrap .hero-badge {
  display: inline-block !important;
  background: #c9a84c !important;
  color: #1a2f4e !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  padding: 4px 18px !important;
  border-radius: 20px !important;
  margin-bottom: 20px !important;
  letter-spacing: 0.08em !important;
}
body .jt-lp-wrap .hero h1 {
  font-size: clamp(1.55rem, 5vw, 2.8rem) !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
  margin-bottom: 18px !important;
  letter-spacing: 0.02em !important;
  color: #ffffff !important;
  border: none !important;
  padding: 0 !important;
  background: none !important;
}
body .jt-lp-wrap .hero h1 em { color: #c9a84c !important; font-style: normal !important; }
body .jt-lp-wrap .hero-sub {
  font-size: clamp(0.9rem, 2.2vw, 1.1rem) !important;
  color: #c0cfdf !important;
  max-width: 580px !important;
  margin: 0 auto 32px !important;
  line-height: 1.9 !important;
}
body .jt-lp-wrap .hero-sub strong { color: #ffffff !important; }
body .jt-lp-wrap .hero-points {
  display: flex !important;
  justify-content: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  margin-bottom: 36px !important;
}
body .jt-lp-wrap .hero-point {
  background: rgba(255,255,255,0.1) !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  border-radius: 8px !important;
  padding: 9px 16px !important;
  font-size: clamp(0.78rem, 2vw, 0.9rem) !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}
body .jt-lp-wrap .hero-point span { color: #c9a84c !important; margin-right: 5px !important; }

/* ============================================================
   共通ボタン
   ============================================================ */
body .jt-lp-wrap .btn-primary {
  display: inline-block !important;
  background: linear-gradient(135deg, #c9a84c, #e2c06a) !important;
  color: #1a2f4e !important;
  font-size: clamp(1rem, 3vw, 1.15rem) !important;
  font-weight: 900 !important;
  padding: 18px 40px !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  letter-spacing: 0.05em !important;
  box-shadow: 0 6px 20px rgba(201,168,76,0.45) !important;
  border: none !important;
  cursor: pointer !important;
  width: 100% !important;
  max-width: 400px !important;
  text-align: center !important;
}
body .jt-lp-wrap .btn-primary small {
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  display: block !important;
  opacity: 0.8 !important;
  margin-top: 3px !important;
  color: #1a2f4e !important;
}
body .jt-lp-wrap .cta-note {
  color: #8fa8c4 !important;
  font-size: 0.8rem !important;
  margin-top: 12px !important;
}

/* ============================================================
   共通セクション見出し
   ============================================================ */
body .jt-lp-wrap section {
  padding: clamp(48px, 8vw, 80px) 20px !important;
}
body .jt-lp-wrap .section-label {
  text-align: center !important;
  margin-bottom: clamp(32px, 5vw, 48px) !important;
}
body .jt-lp-wrap .section-label h2 {
  font-size: clamp(1.3rem, 4vw, 2rem) !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
  color: #1a2f4e !important;
  border: none !important;
  padding: 0 !important;
  background: none !important;
  margin: 0 !important;
}
body .jt-lp-wrap .section-label h2 em {
  color: #2e5fa3 !important;
  font-style: normal !important;
  border-bottom: 3px solid #c9a84c !important;
}
body .jt-lp-wrap .section-label p {
  color: #4a5568 !important;
  margin-top: 12px !important;
  font-size: 0.95rem !important;
}

/* ============================================================
   PAIN セクション
   ============================================================ */
body .jt-lp-wrap .pain-section { background: #f4f5f7 !important; }
body .jt-lp-wrap .pain-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)) !important;
  gap: 14px !important;
  max-width: 900px !important;
  margin: 0 auto !important;
}
body .jt-lp-wrap .pain-card {
  background: #ffffff !important;
  border-left: 5px solid #c0392b !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-radius: 8px !important;
  padding: 18px 20px !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06) !important;
}
body .jt-lp-wrap .pain-icon { font-size: 1.5rem !important; flex-shrink: 0 !important; margin-top: 2px !important; }
body .jt-lp-wrap .pain-card h3 {
  font-size: 0.93rem !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
  color: #1e2532 !important;
  border: none !important;
  padding: 0 !important;
  background: none !important;
}
body .jt-lp-wrap .pain-card p { font-size: 0.84rem !important; color: #4a5568 !important; line-height: 1.65 !important; }

/* ============================================================
   SOLUTION セクション
   ============================================================ */
body .jt-lp-wrap .solution-section { background: #ffffff !important; }
body .jt-lp-wrap .solution-lead {
  text-align: center !important;
  max-width: 640px !important;
  margin: 0 auto 44px !important;
  font-size: clamp(1.1rem, 3vw, 1.45rem) !important;
  font-weight: 800 !important;
  color: #1a2f4e !important;
  line-height: 1.55 !important;
}
body .jt-lp-wrap .solution-lead em { color: #2e5fa3 !important; font-style: normal !important; }
body .jt-lp-wrap .features-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)) !important;
  gap: 20px !important;
  max-width: 960px !important;
  margin: 0 auto !important;
}
body .jt-lp-wrap .feature-card {
  border: 2px solid #e8eaed !important;
  border-radius: 12px !important;
  padding: 26px 22px !important;
  text-align: center !important;
  background: #ffffff !important;
}
body .jt-lp-wrap .feature-num {
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  color: #2e5fa3 !important;
  letter-spacing: 0.1em !important;
  margin-bottom: 8px !important;
}
body .jt-lp-wrap .feature-icon { font-size: 2.2rem !important; margin-bottom: 12px !important; }
body .jt-lp-wrap .feature-card h3 {
  font-size: 1rem !important;
  font-weight: 800 !important;
  color: #1a2f4e !important;
  margin-bottom: 10px !important;
  border: none !important;
  padding: 0 !important;
  background: none !important;
}
body .jt-lp-wrap .feature-card p { font-size: 0.86rem !important; color: #4a5568 !important; line-height: 1.7 !important; }
body .jt-lp-wrap .feature-tag {
  display: inline-block !important;
  background: #f4f5f7 !important;
  color: #2e5fa3 !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  padding: 3px 12px !important;
  border-radius: 20px !important;
  margin-top: 12px !important;
}

/* ============================================================
   比較表
   ============================================================ */
body .jt-lp-wrap .compare-section { background: #f4f5f7 !important; }
body .jt-lp-wrap .compare-table-wrap {
  max-width: 760px !important;
  margin: 0 auto !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
}
body .jt-lp-wrap table.compare {
  width: 100% !important;
  border-collapse: collapse !important;
  min-width: 480px !important;
}
body .jt-lp-wrap table.compare th,
body .jt-lp-wrap table.compare td {
  padding: clamp(10px, 2vw, 14px) clamp(10px, 2vw, 16px) !important;
  text-align: center !important;
  font-size: clamp(0.78rem, 2vw, 0.88rem) !important;
  border-bottom: 1px solid #e8eaed !important;
  background: none !important;
  color: #1e2532 !important;
}
body .jt-lp-wrap table.compare thead th {
  background: #1a2f4e !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}
body .jt-lp-wrap table.compare thead th:first-child { text-align: left !important; }
body .jt-lp-wrap table.compare thead th:last-child {
  background: #c9a84c !important;
  color: #1a2f4e !important;
}
body .jt-lp-wrap table.compare tbody tr:nth-child(even) td { background: #f9f9fb !important; }
body .jt-lp-wrap table.compare td:first-child { text-align: left !important; font-weight: 600 !important; color: #1a2f4e !important; }
/* check/cross/tri は td に対して !important の color:#1e2532 が勝つため
   セレクターを td.check 等に変えて特異度（0,3,3）で上回る */
body .jt-lp-wrap table.compare td.check { color: #27ae60 !important; font-size: 1.05rem !important; }
body .jt-lp-wrap table.compare td.cross { color: #c0392b !important; font-size: 1.05rem !important; }
body .jt-lp-wrap table.compare td.tri  { color: #b8860b !important; font-size: 1.05rem !important; }
/* 後方互換（テーブル外で使用する場合） */
body .jt-lp-wrap .check { color: #27ae60 !important; }
body .jt-lp-wrap .cross { color: #c0392b !important; }
body .jt-lp-wrap .tri  { color: #b8860b !important; }

/* ============================================================
   フロー
   ============================================================ */
body .jt-lp-wrap .flow-section {
  background: linear-gradient(180deg, #1a2f4e 0%, #243d63 100%) !important;
  color: #ffffff !important;
}
body .jt-lp-wrap .flow-section .section-label h2 { color: #ffffff !important; }
body .jt-lp-wrap .flow-section .section-label p { color: #8fa8c4 !important; }
body .jt-lp-wrap .flow-steps { max-width: 640px !important; margin: 0 auto !important; }
body .jt-lp-wrap .flow-step {
  display: flex !important;
  align-items: flex-start !important;
  gap: 18px !important;
  padding: 22px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}
body .jt-lp-wrap .flow-step:last-child { border-bottom: none !important; }
body .jt-lp-wrap .step-num {
  flex-shrink: 0 !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
  background: #c9a84c !important;
  color: #1a2f4e !important;
  font-size: 1.15rem !important;
  font-weight: 900 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
body .jt-lp-wrap .step-body h3 {
  font-size: clamp(0.95rem, 2.5vw, 1.05rem) !important;
  font-weight: 800 !important;
  margin: 0 0 6px 0 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 0 !important;
  background: none !important;
}
body .jt-lp-wrap .step-body p { font-size: 0.87rem !important; color: #aab9cc !important; line-height: 1.7 !important; }
body .jt-lp-wrap .step-time {
  display: inline-block !important;
  background: rgba(201,168,76,0.2) !important;
  color: #c9a84c !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  padding: 2px 12px !important;
  border-radius: 20px !important;
  margin-top: 8px !important;
}
body .jt-lp-wrap .flow-arrow {
  text-align: center !important;
  color: #c9a84c !important;
  font-size: 1.2rem !important;
  padding-left: 22px !important;
  margin: -4px 0 !important;
}

/* ============================================================
   選ばれる理由
   ============================================================ */
body .jt-lp-wrap .reasons-section { background: #f4f5f7 !important; }
body .jt-lp-wrap .reasons-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)) !important;
  gap: 20px !important;
  max-width: 960px !important;
  margin: 0 auto !important;
}
body .jt-lp-wrap .reason-card {
  background: #ffffff !important;
  border-radius: 14px !important;
  padding: clamp(22px, 4vw, 32px) 20px !important;
  text-align: center !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07) !important;
  border-top: 4px solid #1a2f4e !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 12px !important;
}
body .jt-lp-wrap .reason-icon { font-size: 2.4rem !important; }
body .jt-lp-wrap .reason-card h3 {
  font-size: 1rem !important;
  font-weight: 800 !important;
  color: #1a2f4e !important;
  line-height: 1.4 !important;
  border: none !important;
  padding: 0 !important;
  background: none !important;
  margin: 0 !important;
}
body .jt-lp-wrap .reason-card p { font-size: 0.86rem !important; color: #4a5568 !important; line-height: 1.75 !important; }

/* ============================================================
   お客様の声
   ============================================================ */
body .jt-lp-wrap .voice-section { background: #ffffff !important; }
body .jt-lp-wrap .voice-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)) !important;
  gap: 18px !important;
  max-width: 960px !important;
  margin: 0 auto !important;
}
body .jt-lp-wrap .voice-card {
  border: 1px solid #e8eaed !important;
  border-radius: 12px !important;
  padding: 22px !important;
  position: relative !important;
  overflow: hidden !important;
  background: #ffffff !important;
}
body .jt-lp-wrap .voice-stars { color: #c9a84c !important; font-size: 0.88rem !important; margin-bottom: 10px !important; }
body .jt-lp-wrap .voice-text {
  font-size: 0.9rem !important;
  color: #1e2532 !important;
  line-height: 1.8 !important;
  margin-bottom: 14px !important;
  position: relative !important;
  z-index: 1 !important;
}
body .jt-lp-wrap .voice-meta { display: flex !important; align-items: center !important; gap: 10px !important; }
body .jt-lp-wrap .voice-avatar {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: #e8eaed !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.2rem !important;
  flex-shrink: 0 !important;
}
body .jt-lp-wrap .voice-name { font-size: 0.84rem !important; font-weight: 700 !important; color: #1e2532 !important; }
body .jt-lp-wrap .voice-name small {
  font-weight: 400 !important;
  color: #8a93a2 !important;
  display: block !important;
  margin-top: 1px !important;
  font-size: 0.76rem !important;
}

/* ============================================================
   実例
   ============================================================ */
body .jt-lp-wrap .jitsurei-section { background: #f4f5f7 !important; }
body .jt-lp-wrap .jitsurei-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)) !important;
  gap: 24px !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
}
body .jt-lp-wrap .jitsurei-card {
  background: #ffffff !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
  display: flex !important;
  flex-direction: column !important;
  border: none !important;
}
body .jt-lp-wrap .jitsurei-illust {
  width: 100% !important;
  background: linear-gradient(135deg, #eef3fa, #dde6f5) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 28px 20px !important;
  min-height: 180px !important;
}
body .jt-lp-wrap .jitsurei-body {
  padding: 22px !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}
body .jt-lp-wrap .jitsurei-q { display: flex !important; align-items: flex-start !important; gap: 10px !important; }
body .jt-lp-wrap .jitsurei-q-badge {
  flex-shrink: 0 !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  background: #1a2f4e !important;
  color: #ffffff !important;
  font-size: 0.8rem !important;
  font-weight: 900 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 1px !important;
}
body .jt-lp-wrap .jitsurei-q p {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: #1e2532 !important;
  line-height: 1.55 !important;
}
body .jt-lp-wrap .jitsurei-a {
  background: linear-gradient(135deg, #e8f4ee, #d4eddf) !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  border: none !important;
}
body .jt-lp-wrap .jitsurei-a-badge {
  flex-shrink: 0 !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  background: #27ae60 !important;
  color: #ffffff !important;
  font-size: 0.8rem !important;
  font-weight: 900 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 1px !important;
}
body .jt-lp-wrap .jitsurei-a p { font-size: 0.88rem !important; color: #1a4a2e !important; line-height: 1.7 !important; }
body .jt-lp-wrap .jitsurei-a strong { font-weight: 800 !important; }

/* ============================================================
   不安解消
   ============================================================ */
body .jt-lp-wrap .fuan-section {
  background: #1a2f4e !important;
  color: #ffffff !important;
}
body .jt-lp-wrap .fuan-section .section-label h2 { color: #ffffff !important; }
body .jt-lp-wrap .fuan-section .section-label p { color: #8fa8c4 !important; }
body .jt-lp-wrap .fuan-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)) !important;
  gap: 20px !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
}
body .jt-lp-wrap .fuan-card {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}
body .jt-lp-wrap .fuan-q {
  padding: 18px 20px !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}
body .jt-lp-wrap .fuan-q-badge {
  flex-shrink: 0 !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.15) !important;
  color: #c0cfdf !important;
  font-size: 0.8rem !important;
  font-weight: 900 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
body .jt-lp-wrap .fuan-q p { font-size: 0.93rem !important; font-weight: 700 !important; color: #ffffff !important; line-height: 1.55 !important; }
body .jt-lp-wrap .fuan-a {
  padding: 18px 20px !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
}
body .jt-lp-wrap .fuan-a-badge {
  flex-shrink: 0 !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background: #c9a84c !important;
  color: #1a2f4e !important;
  font-size: 0.8rem !important;
  font-weight: 900 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
body .jt-lp-wrap .fuan-a p { font-size: 0.87rem !important; color: #c0cfdf !important; line-height: 1.75 !important; }
body .jt-lp-wrap .fuan-a strong { color: #c9a84c !important; }
body .jt-lp-wrap .fuan-cta { text-align: center !important; margin-top: clamp(36px, 6vw, 52px) !important; }
body .jt-lp-wrap .fuan-cta p { color: #8fa8c4 !important; font-size: 0.88rem !important; margin-bottom: 20px !important; }

/* ============================================================
   料金
   ============================================================ */
body .jt-lp-wrap .price-section {
  background: #243d63 !important;
  color: #ffffff !important;
  text-align: center !important;
}
body .jt-lp-wrap .price-section .section-label h2 { color: #ffffff !important; }
body .jt-lp-wrap .price-section .section-label p { color: #8fa8c4 !important; }
body .jt-lp-wrap .price-items {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 24px !important;
  max-width: 720px !important;
  margin: 0 auto 28px !important;
}
body .jt-lp-wrap .price-item { text-align: center !important; min-width: 120px !important; }
body .jt-lp-wrap .price-big {
  font-size: clamp(2rem, 6vw, 3.5rem) !important;
  font-weight: 900 !important;
  color: #c9a84c !important;
  line-height: 1 !important;
}
body .jt-lp-wrap .price-big .yen { font-size: 1.4rem !important; }
body .jt-lp-wrap .price-desc { font-size: 0.84rem !important; color: #8fa8c4 !important; margin-top: 6px !important; }
body .jt-lp-wrap .price-divider {
  width: 1px !important;
  background: rgba(255,255,255,0.15) !important;
  align-self: stretch !important;
}
body .jt-lp-wrap .price-note { font-size: 0.8rem !important; color: #8fa8c4 !important; max-width: 480px !important; margin: 0 auto !important; }

/* ============================================================
   FAQ
   ============================================================ */
body .jt-lp-wrap .faq-section { background: #f4f5f7 !important; }
body .jt-lp-wrap .faq-list {
  max-width: 700px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}
body .jt-lp-wrap .faq-item {
  display: block !important;       /* Cocoon が flex 化するのを防ぐ */
  background: #ffffff !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 1px 6px rgba(0,0,0,0.06) !important;
  border: none !important;
}
body .jt-lp-wrap .faq-q {
  padding: 16px 18px !important;
  font-size: clamp(0.88rem, 2.2vw, 0.95rem) !important;
  font-weight: 700 !important;
  color: #1a2f4e !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  cursor: pointer !important;
  user-select: none !important;
  background: #ffffff !important;
  margin: 0 !important;
}
body .jt-lp-wrap .faq-q-icon {
  color: #2e5fa3 !important;
  font-weight: 900 !important;
  flex-shrink: 0 !important;
  font-size: 1rem !important;
  padding-top: 1px !important;
}
body .jt-lp-wrap .faq-q-arrow {
  margin-left: auto !important;
  color: #8a93a2 !important;
  font-size: 0.78rem !important;
  transition: transform 0.2s;
  flex-shrink: 0 !important;
  padding-top: 4px !important;
}
body .jt-lp-wrap .faq-item.open .faq-q-arrow { transform: rotate(180deg); }
body .jt-lp-wrap .faq-a {
  padding: 0 18px 14px 46px !important;
  font-size: 0.87rem !important;
  color: #4a5568 !important;
  line-height: 1.8 !important;
  display: none !important;
  background: #ffffff !important;
}
body .jt-lp-wrap .faq-item.open .faq-a { display: block !important; }

/* ============================================================
   スティッキーCTA
   ============================================================ */
body .jt-lp-wrap .sticky-cta {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9998 !important;
  background: #1a2f4e !important;
  padding: 10px 16px !important;
  display: none !important;
  justify-content: center !important;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.3) !important;
}
body .jt-lp-wrap .sticky-cta.show { display: flex !important; }
body .jt-lp-wrap .sticky-btn {
  background: linear-gradient(135deg, #c9a84c, #e2c06a) !important;
  color: #1a2f4e !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  padding: 14px 40px !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  display: block !important;
  width: 100% !important;
  max-width: 400px !important;
  text-align: center !important;
  box-shadow: 0 4px 14px rgba(201,168,76,0.4) !important;
}

/* ============================================================
   レスポンシブ
   ============================================================ */
@media (max-width: 480px) {
  body .jt-lp-wrap .hero-point { padding: 7px 12px !important; font-size: 0.75rem !important; }
  body .jt-lp-wrap .price-divider { display: none !important; }
  body .jt-lp-wrap table.compare { font-size: 0.75rem !important; }
  body .jt-lp-wrap table.compare th,
  body .jt-lp-wrap table.compare td { padding: 8px !important; }
}
