@charset "utf-8";
/* =====================================================
   熊本メンズページ 追加CSS
   ※ 既存の style.css / mobile_style.css に追記するか
      WordPress の「追加CSS」に貼り付けてください
   =====================================================*/

/* ===== 共通変数 ===== */
:root {
  --km-blue:      #1a4fa0;
  --km-blue-dark: #1a3d7a;
  --km-blue-light:#dce8f5;
  --km-yellow:    #f5c800;
  --km-yellow-bd: #e6c84a;
  --km-red:       #c0392b;
  --km-radius:    8px;
  --km-max:       650px;
}

/* ===== セクション共通 ===== */
.km-section {
  width: 100%;
  padding: 48px 20px;
  box-sizing: border-box;
}
.km-section.bg-white  { background: #fff; }
.km-section.bg-gray   { background: #f5f8fc; }
.km-inner {
  max-width: var(--km-max);
  margin: 0 auto;
}

/* ===== セクション見出し ===== */
.km-sec-head { text-align: center; margin-bottom: 32px; }
.km-sec-en {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .25em;
  color: var(--km-blue);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.km-sec-ja {
  font-size: clamp(22px, 5.5vw, 32px);
  font-weight: 900;
  color: var(--km-blue-dark);
  line-height: 1.3;
  margin-bottom: 8px;
}
.km-sec-sub {
  font-size: clamp(13px, 3.2vw, 15px);
  color: #444;
  line-height: 1.8;
}

/* ===== 画像ラッパー（差し替え用） ===== */
.km-img-wrap { width: 100%; margin: 0 0 14px; }
.km-img-wrap img { width: 100%; height: auto; display: block; }

/* =====================================================
   3. AGA・薄毛の仕組みと改善（kaizen）
   ===================================================== */
.km-kaizen-staff {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #f5f8fc;
  border-radius: var(--km-radius);
  padding: 16px;
  margin-bottom: 24px;
}
.km-kaizen-staff-img {
  width: 90px;
  flex-shrink: 0;
}
.km-kaizen-staff-img img {
  width: 90px;
  height: auto;
  border-radius: 0;
  object-fit: contain;
  display: block;
}
.km-kaizen-speech-ttl {
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 900;
  color: var(--km-blue-dark);
  line-height: 1.35;
  margin-bottom: 8px;
}
.km-kaizen-speech-ttl em { color: var(--km-red); font-style: normal; }
.km-kaizen-speech-body {
  font-size: clamp(12px, 3vw, 14px);
  color: #444;
  line-height: 1.8;
}
.km-kaizen-cta-mid {
  font-size: clamp(18px, 4.5vw, 24px);
  font-weight: 900;
  color: var(--km-blue-dark);
  text-align: center;
  line-height: 1.4;
  margin: 20px 0 8px;
}
.km-kaizen-cta-sub {
  font-size: clamp(20px, 5vw, 28px);
  font-weight: 900;
  color: var(--km-red);
  text-align: center;
  margin-bottom: 24px;
}
.km-kaizen-q-block {
  background: var(--km-blue-dark);
  border-radius: var(--km-radius);
  padding: 16px 20px;
  text-align: center;
  margin-bottom: 24px;
}
.km-kaizen-q-block p {
  font-size: clamp(20px, 5vw, 28px);
  font-weight: 900;
  color: #fff;
  line-height: 1.35;
}
.km-kaizen-q-block p em { color: var(--km-yellow); font-style: normal; }
.km-kaizen-mech {
  border: 2px solid var(--km-blue);
  border-radius: var(--km-radius);
  overflow: hidden;
  margin-bottom: 24px;
}
.km-kaizen-mech-head {
  background: var(--km-blue);
  padding: 10px 16px;
  font-size: clamp(14px, 3.5vw, 16px);
  font-weight: 900;
  color: #fff;
  text-align: center;
}
.km-kaizen-mech-body { padding: 16px; background: #fff; }
.km-kaizen-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 14px;
}
.km-flow-box {
  background: var(--km-blue-light);
  border: 2px solid var(--km-blue);
  border-radius: var(--km-radius);
  padding: 10px 24px;
  font-size: clamp(14px, 3.5vw, 16px);
  font-weight: 700;
  color: var(--km-blue-dark);
  text-align: center;
  width: 100%;
  max-width: 260px;
}
.km-flow-box.red { background: #fde8e8; border-color: var(--km-red); color: var(--km-red); }
.km-flow-arrow { font-size: 20px; color: var(--km-blue); line-height: 1; }
.km-flow-label { font-size: 11px; color: #666; margin: -2px 0 2px; }
.km-kaizen-body-text {
  font-size: clamp(13px, 3.2vw, 15px);
  color: #444;
  line-height: 1.9;
  margin-bottom: 14px;
}
.km-kaizen-body-text strong { color: var(--km-blue-dark); font-weight: 700; }
.km-kaizen-body-text em { color: var(--km-red); font-style: normal; font-weight: 700; }
.km-kaizen-improve {
  background: #f5f8fc;
  border-radius: var(--km-radius);
  padding: 20px;
  margin-bottom: 24px;
}
.km-kaizen-improve-head {
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 900;
  color: var(--km-blue-dark);
  text-align: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #c8d8ee;
}
.km-kaizen-improve-head em { color: var(--km-red); font-style: normal; }
.km-improve-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 14px;
}
.km-improve-box {
  background: #fff;
  border: 2px solid var(--km-blue);
  border-radius: var(--km-radius);
  padding: 10px 20px;
  font-size: clamp(13px, 3.2vw, 15px);
  font-weight: 700;
  color: var(--km-blue-dark);
  text-align: center;
  width: 100%;
  max-width: 280px;
}
.km-improve-box.green { border-color: #2a8a2a; color: #2a8a2a; background: #f0fff0; }
.km-improve-box.result {
  background: var(--km-blue-dark);
  color: var(--km-yellow);
  border-color: var(--km-blue-dark);
  font-size: clamp(18px, 4.5vw, 22px);
}
.km-x-mark { font-size: 28px; color: var(--km-red); font-weight: 900; line-height: 1; }
.km-kaizen-dht {
  background: var(--km-blue-dark);
  border-radius: var(--km-radius);
  padding: 20px;
  text-align: center;
  margin-bottom: 24px;
}
.km-kaizen-dht-ttl {
  font-size: clamp(18px, 4.5vw, 24px);
  font-weight: 900;
  color: #fff;
  line-height: 1.35;
  margin-bottom: 8px;
}
.km-kaizen-dht-ttl em { color: var(--km-yellow); font-style: normal; }
.km-kaizen-dht-sub {
  font-size: clamp(13px, 3.2vw, 15px);
  color: #cce0ff;
  line-height: 1.8;
}
.km-kaizen-summary {
  background: #fff8e1;
  border: 2px solid var(--km-yellow-bd);
  border-radius: var(--km-radius);
  padding: 20px;
  text-align: center;
}
.km-kaizen-summary .ks-ttl {
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 900;
  color: var(--km-blue-dark);
  line-height: 1.4;
  margin-bottom: 10px;
}
.km-kaizen-summary .ks-ttl em { color: var(--km-red); font-style: normal; }
.km-kaizen-summary .ks-body {
  font-size: clamp(13px, 3.2vw, 15px);
  color: #444;
  line-height: 1.8;
}

/* =====================================================
   1. FAQ
   ===================================================== */
.km-faq-section { background: #f5f8fc; }
.km-faq-item {
  border-radius: var(--km-radius);
  overflow: hidden;
  border: 1px solid #c8d8ee;
  margin-bottom: 12px;
}
.km-faq-q {
  background: var(--km-blue-dark);
  padding: 14px 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.km-faq-badge {
  width: 30px; height: 30px;
  background: var(--km-yellow);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 900; color: var(--km-blue-dark);
  flex-shrink: 0; margin-top: 1px;
}
.km-faq-q-text {
  font-size: clamp(14px, 3.5vw, 16px);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
.km-faq-a {
  background: #fff;
  padding: 14px 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.km-faq-a-badge {
  width: 30px; height: 30px;
  background: #5aaa2a;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 900; color: #fff;
  flex-shrink: 0; margin-top: 1px;
}
.km-faq-a-text {
  font-size: clamp(13px, 3.2vw, 15px);
  color: #444;
  line-height: 1.8;
}
.km-faq-a-text strong { color: var(--km-blue-dark); }

/* =====================================================
   2. AGAの基礎知識
   ===================================================== */
.km-knowledge-block { margin-bottom: 28px; }
.km-k-head {
  background: var(--km-blue);
  border-radius: var(--km-radius) var(--km-radius) 0 0;
  padding: 12px 18px;
}
.km-k-head-ttl {
  font-size: clamp(15px, 3.8vw, 18px);
  font-weight: 900;
  color: #fff;
  line-height: 1.35;
}
.km-k-head-ttl em { color: var(--km-yellow); font-style: normal; }
.km-k-body {
  background: #f8fbff;
  border: 1px solid #c8d8ee;
  border-top: none;
  border-radius: 0 0 var(--km-radius) var(--km-radius);
  padding: 18px;
}
.km-k-body p {
  font-size: clamp(13px, 3.2vw, 15px);
  color: #444;
  line-height: 1.8;
  margin-bottom: 12px;
}
.km-k-body p:last-child { margin-bottom: 0; }
.km-k-body strong { color: var(--km-blue-dark); font-weight: 700; }
.km-k-body em { color: var(--km-red); font-style: normal; font-weight: 700; }
.km-k-pattern-list { list-style: none; padding: 0; margin: 12px 0 0; display: flex; flex-direction: column; gap: 8px; }
.km-k-pattern-list li {
  background: #eef4ff;
  border-left: 4px solid var(--km-blue);
  border-radius: 0 var(--km-radius) var(--km-radius) 0;
  padding: 10px 14px;
  font-size: clamp(13px, 3.2vw, 15px);
  font-weight: 700;
  color: #222;
}
.km-k-selfcare {
  background: #fff8e1;
  border: 2px solid var(--km-yellow-bd);
  border-radius: var(--km-radius);
  padding: 24px 20px;
  text-align: center;
  margin-top: 28px;
}
.km-k-selfcare-ttl {
  font-size: clamp(20px, 5vw, 28px);
  font-weight: 900;
  color: var(--km-blue-dark);
  line-height: 1.35;
  margin-bottom: 16px;
}
.km-k-selfcare-ttl em { color: var(--km-red); font-style: normal; }
.km-k-selfcare-text {
  font-size: clamp(13px, 3.2vw, 15px);
  color: #444;
  line-height: 1.8;
}
.km-k-selfcare-text strong { color: var(--km-blue-dark); font-weight: 700; }

/* =====================================================
   4. 3社比較表
   ===================================================== */
.km-cmp-lead {
  font-size: clamp(13px, 3.2vw, 15px);
  color: #444;
  line-height: 1.8;
  margin-bottom: 28px;
}
.km-cmp-table-wrap { overflow-x: auto; margin-bottom: 24px; }
.km-cmp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(12px, 3vw, 14px);
}
.km-cmp-table thead th { padding: 12px 8px; text-align: center; font-weight: 700; }
.km-cmp-table thead th.th-item { background: #e8edf2; color: #666; width: 22%; }
.km-cmp-table thead th.th-us   { background: var(--km-blue-dark); color: #fff; width: 30%; }
.km-cmp-table thead th.th-cl   { background: #888; color: #fff; width: 24%; }
.km-cmp-table thead th.th-sl   { background: #aaa; color: #fff; width: 24%; }
.km-cmp-table tbody tr:nth-child(even) { background: #f9fbff; }
.km-cmp-table tbody td {
  padding: 11px 10px;
  border-bottom: 1px solid #dde6f0;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5;
}
.km-cmp-table tbody td.td-item {
  font-weight: 700;
  color: #222;
  background: #f0f4f8;
  text-align: left;
  padding-left: 12px;
}
.km-cmp-table tbody td.td-us { color: var(--km-blue-dark); font-weight: 700; background: #eef4ff; }
.km-cmp-table .mark-best { color: var(--km-red); font-size: 16px; font-weight: 900; }
.km-cmp-table .mark-ok   { color: var(--km-blue); font-size: 14px; }
.km-cmp-table .mark-tri  { color: #888; font-size: 14px; }
.km-cmp-footer {
  font-size: clamp(13px, 3.2vw, 15px);
  color: #444;
  line-height: 1.8;
}

/* =====================================================
   5. 発毛のための3つのポイント
   ===================================================== */
.km-therapy-lead {
  font-size: clamp(13px, 3.2vw, 15px);
  color: #444;
  line-height: 1.8;
  margin-bottom: 32px;
  text-align: center;
}
.km-therapy-item { margin-bottom: 36px; }
.km-therapy-item-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.km-therapy-num {
  width: 52px; height: 52px;
  background: var(--km-blue-dark);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; font-weight: 900; color: var(--km-yellow);
  flex-shrink: 0;
}
.km-therapy-ttl {
  font-size: clamp(18px, 4.5vw, 24px);
  font-weight: 900;
  color: var(--km-blue-dark);
  line-height: 1.3;
}
.km-therapy-ttl em { color: var(--km-red); font-style: normal; }
.km-therapy-sub {
  font-size: clamp(14px, 3.5vw, 16px);
  font-weight: 700;
  color: var(--km-blue);
  background: var(--km-blue-light);
  border-radius: var(--km-radius);
  padding: 10px 16px;
  margin-bottom: 14px;
}
.km-therapy-body {
  font-size: clamp(13px, 3.2vw, 15px);
  color: #444;
  line-height: 1.8;
  margin-bottom: 14px;
}
.km-therapy-check {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.km-therapy-check li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: clamp(13px, 3.2vw, 15px);
  color: #222;
}
.km-therapy-check li::before {
  content: "✔";
  color: var(--km-blue);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
.km-therapy-quote {
  background: #fff8e1;
  border-left: 4px solid var(--km-yellow-bd);
  border-radius: 0 var(--km-radius) var(--km-radius) 0;
  padding: 12px 16px;
  font-size: clamp(13px, 3.2vw, 15px);
  color: var(--km-blue-dark);
  font-weight: 700;
  line-height: 1.7;
  margin-top: 12px;
}
.km-therapy-divider {
  border: none;
  border-top: 2px dashed #c8d8ee;
  margin: 32px 0;
}
.km-therapy-summary {
  background: var(--km-blue-dark);
  border-radius: var(--km-radius);
  padding: 20px;
  text-align: center;
}
.km-therapy-summary p {
  font-size: clamp(13px, 3.2vw, 15px);
  color: #cce0ff;
  line-height: 1.8;
}
.km-therapy-summary strong { color: var(--km-yellow); }

/* =====================================================
   6. 選ばれる理由
   ===================================================== */
.km-select-item {
  border: 1px solid #c8d8ee;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
.km-select-head {
  background: var(--km-blue-dark);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.km-select-num {
  width: 36px; height: 36px;
  background: var(--km-yellow);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 900; color: var(--km-blue-dark);
  flex-shrink: 0;
}
.km-select-ttl {
  font-size: clamp(14px, 3.5vw, 17px);
  font-weight: 900;
  color: #fff;
  line-height: 1.35;
}
.km-select-body { padding: 18px; background: #fff; }
.km-select-body p {
  font-size: clamp(13px, 3.2vw, 15px);
  color: #444;
  line-height: 1.8;
  margin-bottom: 14px;
}
.km-select-body p:last-child { margin-bottom: 0; }
.km-select-body strong { color: var(--km-blue-dark); font-weight: 700; }
.km-select-price-box {
  background: none;
  border-radius: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 14px;
}
.km-select-price-box .spb-label { font-size: 12px; color: #cce0ff; margin-bottom: 4px; }
.km-select-price-box .spb-num {
  font-size: clamp(28px, 7vw, 40px);
  font-weight: 900;
  color: var(--km-yellow);
  line-height: 1;
}
.km-select-price-box .spb-unit { font-size: 16px; color: #fff; }
.km-select-price-box .spb-note { font-size: 11px; color: #cce0ff; margin-top: 4px; }
.km-select-refund-box {
  background: #fff8e1;
  border: 2px solid var(--km-yellow-bd);
  border-radius: var(--km-radius);
  padding: 14px 16px;
  text-align: center;
  margin-bottom: 14px;
}
.km-select-refund-box p {
  font-size: clamp(13px, 3.2vw, 15px);
  color: var(--km-blue-dark);
  font-weight: 700;
  margin: 0;
}

/* =====================================================
   7. 当サロンの考え方
   ===================================================== */
.km-features-head {
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid #c8d8ee;
}
.km-features-head-ttl {
  font-size: clamp(20px, 5vw, 28px);
  font-weight: 900;
  color: var(--km-blue-dark);
  line-height: 1.35;
  margin-bottom: 10px;
}
.km-features-head-ttl::before,
.km-features-head-ttl::after {
  content: "──";
  color: #aaa;
  margin: 0 8px;
  font-weight: 400;
}
.km-features-head-sub {
  font-size: clamp(15px, 3.8vw, 18px);
  font-weight: 700;
  color: var(--km-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: var(--km-yellow-bd);
  margin-bottom: 6px;
}
.km-features-body {
  font-size: clamp(13px, 3.2vw, 15px);
  color: #444;
  line-height: 1.9;
  margin-bottom: 20px;
}
.km-features-body strong { color: var(--km-blue-dark); font-weight: 700; }
.km-features-start-note {
  font-size: clamp(14px, 3.5vw, 16px);
  font-weight: 700;
  color: var(--km-blue-dark);
  text-align: center;
  margin-bottom: 24px;
}
.km-features-start-note span {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--km-yellow-bd);
}

/* =====================================================
   9. 価格説明
   ===================================================== */
.km-fees-headline {
  font-size: clamp(24px, 6vw, 36px);
  font-weight: 900;
  color: var(--km-blue);
  line-height: 1.35;
  text-align: center;
  margin-bottom: 20px;
}
.km-fees-lead {
  font-size: clamp(14px, 3.5vw, 16px);
  color: #444;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 20px;
}
.km-fees-box {
  background: #e8f4fd;
  border-radius: var(--km-radius);
  padding: 18px 22px;
}
.km-fees-box p {
  font-size: clamp(13px, 3.2vw, 15px);
  color: var(--km-blue-dark);
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
}

/* =====================================================
   12. アクセス見出し
   ===================================================== */
.km-access-head {
  padding: 36px 20px 24px;
  text-align: center;
}
.km-access-head-ttl {
  font-size: clamp(28px, 7vw, 44px);
  font-weight: 900;
  color: var(--km-blue);
  letter-spacing: .12em;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "游明朝", Georgia, serif;
}

/* =====================================================
   スマホ対応（〜767px）
   ===================================================== */
@media screen and (max-width: 767px) {
  .km-section { padding: 36px 16px; }
  .km-kaizen-staff { flex-direction: column; align-items: center; text-align: center; }
  .km-kaizen-staff-img { margin-bottom: 8px; }
  .km-cmp-table { font-size: 11px; }
  .km-cmp-table thead th,
  .km-cmp-table tbody td { padding: 8px 6px; }
  .km-therapy-item-head { flex-direction: column; align-items: flex-start; }
  .km-features-head-ttl::before,
  .km-features-head-ttl::after { display: none; }
}

/* =============================================
   全額返金保証ページ PC版スタイル
   .refund-page-new 系（/zengaku_men）
   ============================================= */

.zengaku_color01 { color: #ffff00; }
.zengaku_color02 { color: #0f87c9; }

.refund-page-new {
  background: #f7f9fc;
  padding: 60px 24px 80px;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  color: #1f2b3a;
  line-height: 1.8;
}

.refund-page-new .refund-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.refund-page-new .refund-hero {
  background: linear-gradient(135deg, #0f87c9 0%, #34a3df 100%);
  color: #fff;
  border-radius: 24px;
  padding: 48px 40px 40px;
  box-shadow: 0 14px 40px rgba(15,135,201,0.18);
  text-align: center;
}

.refund-page-new .refund-hero .mini {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  background: rgba(255,255,255,0.16);
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.refund-page-new .refund-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.refund-page-new .refund-hero p {
  margin: 0;
  font-size: 17px;
}

.refund-page-new .hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.refund-page-new .hero-point {
  background: #fff;
  color: #0f87c9;
  border-radius: 16px;
  padding: 16px 12px;
  font-weight: 700;
  font-size: 16px;
}

.refund-page-new .section-card {
  background: #fff;
  border-radius: 22px;
  padding: 36px 32px;
  margin-top: 28px;
  box-shadow: 0 10px 28px rgba(31,43,58,0.07);
}

.refund-page-new .section-card h2 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.4;
  color: #10263d;
}

.refund-page-new .section-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #0f87c9;
}

.refund-page-new .section-card p {
  margin: 0 0 16px;
  font-size: 16px;
}

.refund-page-new .section-card img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  display: block;
  margin: 14px 0 22px;
}

.refund-page-new .simple-grid {
  display: grid;
  gap: 16px;
}

.refund-page-new .simple-box {
  background: #f3f8fd;
  border: 1px solid #d9eaf7;
  border-radius: 18px;
  padding: 22px 18px;
}

.refund-page-new .simple-box strong {
  display: block;
  font-size: 17px;
  margin-bottom: 8px;
  color: #10263d;
}

.refund-page-new .simple-box p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.refund-page-new .soft-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.refund-page-new .soft-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  font-size: 16px;
}

.refund-page-new .soft-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #0f87c9;
  color: #fff;
  text-align: center;
  line-height: 22px;
  font-size: 13px;
  font-weight: 700;
}

.refund-page-new .flow {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: refundFlow;
}

.refund-page-new .flow li {
  counter-increment: refundFlow;
  background: #f8fbfe;
  border: 1px solid #dbeaf6;
  border-radius: 18px;
  padding: 16px 18px 16px 60px;
  position: relative;
  margin-bottom: 14px;
}

.refund-page-new .flow li::before {
  content: counter(refundFlow);
  position: absolute;
  left: 16px;
  top: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0f87c9;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
}

.refund-page-new .note {
  margin-top: 14px;
  font-size: 13px;
  color: #5d6b79;
}

.refund-page-new .cta-box {
  margin-top: 28px;
  background: linear-gradient(135deg, #f4fbff 0%, #fff 100%);
  border: 2px solid #d8ecf8;
  border-radius: 24px;
  padding: 40px 32px;
  text-align: center;
}

.refund-page-new .cta-box h2 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.4;
}

.refund-page-new .cta-box p {
  margin: 0 0 22px;
}

.refund-page-new .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.refund-page-new .cta-btn {
  display: inline-block;
  min-width: 240px;
  padding: 16px 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s;
  font-size: 16px;
}

.refund-page-new .cta-btn.web {
  background: #0f87c9;
  color: #fff;
}

.refund-page-new .cta-btn.line {
  background: #12b76a;
  color: #fff;
}

.refund-page-new .cta-btn:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

/* =============================================
   全額返金保証ページ：.flow クラスの上書き
   テーマの .flow { height: 2000px } を無効化
   ============================================= */

.refund-page-new .flow {
  height: auto !important;
  background-image: none !important;
  width: auto !important;
}
