@charset "utf-8";
/* =============================================
   全額返金保証ページ 女性版専用CSS
   対象ページ: zengaku_woman
   .refund-page-new 系（ピンク配色）
   ============================================= */

.zengaku_color01 { color: #ffff00; }
.zengaku_color02 { color: #d6368f; }

.refund-page-new {
  background: #fdf6f9;
  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, #d6368f 0%, #f088bb 100%);
  color: #fff;
  border-radius: 24px;
  padding: 48px 40px 40px;
  box-shadow: 0 14px 40px rgba(214,54,143,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.2);
  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: #d6368f;
  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: #d6368f;
}

.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: #fdf0f6;
  border: 1px solid #f6d5e6;
  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: #d6368f;
  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: #fef8fb;
  border: 1px solid #f6d5e6;
  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: #d6368f;
  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, #fef4f8 0%, #fff 100%);
  border: 2px solid #f6d5e6;
  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: #d6368f;
  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;
}
