/* =====================================
  全体ベース設定
===================================== */
body {
  margin: 0 auto;
  text-align: left;
  padding: 0;
  background: linear-gradient(rgba(0, 20, 40, 0.65), rgba(0, 20, 40, 0.8)),
    url(/mnt/data/bg.jpeg);
  background-image: url(../../../../images/project/okcj/fislp/bg.jpeg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-y: auto; /* ← 縦スクロールを有効にする */
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Helvetica, Arial, sans-serif;
  color: #000000;
  font-weight: bold;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

p {
  font-size: 25px;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../../../../images/project/okcj/fislp/bg.jpeg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

#wrapper {
  max-width: 100%;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  height: 0;
  margin: 2rem 0;
}

/* =====================================
  画像
===================================== */
#header {
  position: relative;
  margin: 0;
  padding: 0;
}

#header .FV2 {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block; /* ← inline要素からblockに変更 */
  margin: 0; /* 下の余白を消す */
  padding: 0;
  margin-bottom: -20px;
}

.img30 {
  width: 30%;
  max-width: 30%;
  height: auto;
  display: block;
  margin: 5px auto;
}

.img50 {
  width: 50%;
  max-width: 50%;
  height: auto;
  display: block;
  margin: 5px auto;
}

.img80 {
  width: 80%;
  max-width: 80%;
  height: auto;
  display: block;
  margin: 5px auto;
}
.img100 {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 5px auto;
}

/* =====================================
  改行制御
===================================== */
.sp {
  display: none;
}
.pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: inline;
  }
}
@media screen and (min-width: 769px) {
  .pc {
    display: inline;
  }
}

.center {
  text-align: center;
}

/* カラー */
.red {
  color: red !important;
}

.orange {
  color: rgb(255, 81, 0);
}

.blue {
  color: blue;
}
.white {
  color: white;
}
.yellow {
  color: rgb(255, 251, 0);
}
.black {
  color: black;
}

/* フォントサイズ・太字 */
.b {
  font-weight: bold;
}
.fs20 {
  font-size: 20px;
}
.fs25 {
  font-size: 25px;
}
.fs30 {
  font-size: 30px;
}
.fs35 {
  font-size: 35px;
}

.fs40 {
  font-size: 40px;
}

.fs45 {
  font-size: 45px;
}

.fs50 {
  font-size: 50px;
}

/* 下線 */
.unye {
  border-bottom: 10px solid #f0ff1e;
  display: inline;
}
.unwh {
  border-bottom: 3px solid #ffffff;
  display: inline;
}

.unbl {
  border-bottom: 3px solid #000000;
  display: inline;
}

.unred {
  border-bottom: 3px solid #ff0000;
  display: inline;
}

/* =====================================
  バナー・見出し装飾系
===================================== */
/* =====================================
   銅メタル × 黄金枠の荘厳バナー
===================================== */
.copper-banner {
  position: relative;
  width: 100vw; /* 画面端まで広げる */
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 20px;
  margin-bottom: 25px;

  /* 背景：アップされた銅メタル画像を使用 */
  background-image: url(../../../../images/project/okcj/fislp/wide.bg.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 15px 5px;
  text-align: center;
  box-sizing: border-box;

  /* 豪華な黄金フレーム */
  border: 10px solid transparent;
  border-image: linear-gradient(
      135deg,
      #fff5c8 0%,
      #f9e07c 10%,
      #e4c458 25%,
      #d4af37 45%,
      #b98c0a 60%,
      #d4af37 80%,
      #f9e07c 95%,
      #fff5c8 100%
    )
    1;

  /* 外側の柔らかい光 */
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.6),
    0 0 30px rgba(255, 230, 140, 0.35), inset 0 0 10px rgba(255, 255, 255, 0.4),
    inset 0 3px 8px rgba(255, 200, 40, 0.4);
}

/* === バナー内テキストエリア（横幅制御） === */
.copper-banner-inner {
  max-width: 820px; /* 文章エリアの最大幅を制限 */
  margin: 0 auto; /* 完全中央寄せ */
  padding: 20px 10px;
}

/* === 共通調整：行間を整える === */
.copper-banner-inner p {
  line-height: 1.5; /* 行間の統一 */
  margin: 8px 0; /* 読みやすい間隔 */
  white-space: nowrap; /* 変な折り返しを防ぐ */
}

/* 最上段タイトル（少し小さめ） */
.copper-banner-inner .title-top {
  font-size: 32px;
  font-weight: 900;
}

/* メインタイトル（中央の『最適解目』） */
.copper-banner-inner .title-main {
  font-size: 42px;
  font-weight: 900;
  color: #0f5e4d; /* 深めのエメラルドグリーン */

  /* 金色グロー（外側の幻想的な輝き） */
  text-shadow: 0 0 6px rgba(255, 230, 160, 0.9),
    0 0 14px rgba(255, 200, 120, 0.8), 0 0 24px rgba(255, 175, 60, 0.55),
    0 0 40px rgba(255, 150, 30, 0.45), 0 2px 4px rgba(0, 0, 0, 0.6); /* 下方向の立体影 */
}

/* 赤のサブキャッチ */
.copper-banner-inner .title-sub {
  font-size: 30px;
  font-weight: 900;
  color: #ff2a2a;
}
/* スマホ対応 */
@media screen and (max-width: 767px) {
  .copper-banner {
    padding: 30px 15px;
    border-width: 6px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .copper-line {
    font-size: 24px;
    margin-bottom: 6px;
  }
}

/* =====================================
  コンテンツボックス
===================================== */
.frame-box {
  width: 90%;
  margin: 0 auto;

  background-color: #555;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: #fff;
  padding: 45px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;

  /* 内側シルバー線 */
  border: 2px solid #c0c0c0;

  /* 外側の金×銀×金フレーム（既存のまま） */
  box-shadow: 0 0 0 4px #d4af37, 0 0 0 8px #e8e8e8, 0 0 0 12px #b8860b,
    0 10px 28px rgba(0, 0, 0, 0.8);
}

.frame-box::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;
}

@media screen and (min-width: 1025px) {
  .frame-box {
    max-width: 55%;
  }
}

/* ===========================================
   要綱セクション（frame-box と同等幅で広げる）
=========================================== */

.outline-section {
  width: 60%;
  max-width: 1200px;
  margin: 0px auto;
  background: #ffffff;
  padding: 0;
  border: 4px solid #d4af37; /* ゴールドの枠 */
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.45);
  border-radius: 0;
}

/* テーブル構造 */
.outline-table {
  width: 100%;
  border-collapse: collapse;
}

/* 左カラム（背景模様＋青系） */
.outline-left {
  width: 260px;
  padding: 25px 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;

  /* 背景画像（あなたのアップ画像） */
  background: linear-gradient(rgba(0, 20, 40, 0.65), rgba(0, 20, 40, 0.8)),
    url("/mnt/data/bg.jpeg");
  background-size: cover;
  background-position: center;
  border-right: 1px solid #cfcfcf;
}

/* 右カラム（見やすい白背景） */
.outline-right {
  padding: 30px 26px;
  background: #ffffff;
  font-size: 18px;
  color: #000;
}

/* 罫線 */
.outline-table tr {
  border-bottom: 1px solid #ddd;
}

.outline-table tr:last-child {
  border-bottom: none;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .outline-left {
    width: 100%;
    text-align: center;
    padding: 18px;
  }

  .outline-right {
    padding: 20px 15px;
  }

  .outline-table,
  .outline-section {
    width: 100%;
  }
}

/* =====================================================
   新・シャープ＆流線形フォーム
   ※ 角丸を完全排除、デザインを直線的に再構築
===================================================== */

/* ▼ フォーム全体をシャープに */
.main-content {
  max-width: 880px;
  margin: 50px auto;
  padding: 0;
  background: transparent;
  border: none;
}

/* =====================================================
   豪華フォーム見出し（横幅は控えめ）
===================================================== */

.form-ribbon {
  max-width: 900px;
  margin: 0 auto 40px auto;
  padding: 22px 10px;

  /* 背景：金属の流線グラデ */
  background: linear-gradient(
    120deg,
    #fff6d8 0%,
    #f3d77a 25%,
    #d4af37 50%,
    #ba8c1f 75%,
    #f8e7a6 100%
  );

  /* 豪華な上下の金ライン */
  border-top: 4px solid #b8860b;
  border-bottom: 4px solid #b8860b;

  /* シャープ（角丸なし） */
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);

  /* テキスト */
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  color: #8b0000;
  letter-spacing: 1.8px;

  /* 光沢のある影 */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4), 0 0 8px rgba(255, 255, 255, 0.7);

  /* 全体に軽い浮遊感 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35),
    inset 0 -4px 8px rgba(255, 255, 255, 0.4);
}

/* SP対応 */
@media screen and (max-width: 768px) {
  .form-ribbon {
    font-size: 24px;
    padding: 16px 6px;
    margin-bottom: 30px;
  }
}

/* ▼ シャープな三重枠フォーム */
#form-area.new-form-box {
  background: #e2e2e2;
  padding: 40px 35px;

  /* シャープ三重枠（角丸なし）*/
  border: 4px solid #b8860b; /* 金 */
  box-shadow: 0 0 0 10px #2b1a0e, /* 黒茶 */ 0 0 0 18px #d4af37; /* 金 */

  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* ▼ 各項目の白ボックス（直線の箱） */
.new-block {
  background: #ffffff;
  padding: 22px 24px;
  margin-bottom: 28px;

  border: 2px solid #8a8a8a;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);

  /* 内側の光の流線形（傾きのあるハイライト） */
  background-image: linear-gradient(
    135deg,
    rgba(255, 255, 255, 1),
    rgba(240, 240, 240, 1)
  );
}

/* ▼ ラベル行（シャープでスッキリ） */
.new-label-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.new-label-row label {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
}

.req {
  font-size: 17px;
  font-weight: 900;
  color: #c00000;
}

/* ▼ テキスト入力も直線 */
.form-group input[type="email"],
.form-group input[type="text"] {
  width: 100%;
  padding: 14px 0px;
  font-size: 18px;
  text-align: center;
  border: 2px solid #555;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  background: #fff;
  color: #000;

  transition: 0.2s;
}

.form-group input:focus {
  border-color: #b8860b;
  box-shadow: 0 0 6px rgba(255, 200, 50, 0.5);
}

/* =====================================================
   入金方法（シャープなタブ型）
===================================================== */

.radio-label-title {
  font-size: 20px;
  font-weight: 700;
}

.radio-btns {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.radio-btn-custom {
  display: inline-block;
  min-width: 200px;
  padding: 14px 0;
  text-align: center;

  background: #fff;
  border: 2px solid #666;

  font-weight: 700;
  font-size: 18px;
  cursor: pointer;

  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: 0.25s;
}

.radio-btn-custom:hover {
  background: #f0f0f0;
}

/* 銀行振込（選択時） */
.radio-btn-label input[type="radio"]:checked + .radio-btn-custom.bank {
  background: #1e5cd6;
  border-color: #163d9b;
  color: #ffffff;
}

/* クレジット（選択時） */
.radio-btn-label input[type="radio"]:checked + .radio-btn-custom.credit {
  background: #c62828;
  border-color: #8a1c1c;
  color: #ffffff;
}

/* =====================================================
   送信ボタン（楕円 × 立体 × 深緑 × 金）
===================================================== */
.btn {
  display: inline-block;
  width: 100%;
  padding: 22px 0;

  font-size: 26px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.08em;

  /* ▼ 深緑の楕円グラデーション */
  background: radial-gradient(
    circle at 50% 30%,
    #0d7c67 0%,
    #065244 45%,
    #043d33 100%
  );

  /* ▼ 金の縁 */
  border: 3px solid #d4af37;
  border-radius: 60px; /* ここで楕円化 */

  color: #fffdf5;

  /* ▼ 立体感（初期） */
  box-shadow: 0 6px 0 #0a2c25,
    /* 下方向の濃い影：押し出し */ 0 0 14px rgba(212, 175, 55, 0.45),
    /* 金光 */ inset 0 0 12px rgba(255, 255, 255, 0.15);

  cursor: pointer;
  transition: 0.25s ease;
}

/* =====================================================
   Hover：くっきり3Dで浮き上がる
===================================================== */
.btn:hover {
  transform: translateY(-5px);

  box-shadow: 0 10px 0 #06231d,
    /* さらに深い影で浮く */ 0 0 25px rgba(255, 220, 90, 0.85),
    /* 金光が一段階強く */ 0 0 45px rgba(255, 200, 50, 0.55),
    /* 外側リングの発光 */ inset 0 0 18px rgba(255, 255, 255, 0.28); /* 内部の光も強め */
}
/* =====================================================
   ▼ 中央寄せ調整（全入力・タイトル・ボタン・ラジオ）
===================================================== */

/* 全体中央寄せ */
#form-area.new-form-box {
  text-align: center;
}

/* ラベル行の左右配置を解消して中央に */
.new-label-row {
  display: block;
  text-align: center;
}

/* ラベル位置 */
.new-label-row label {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 6px;
}

/* 必須マークも中央へ */
.req {
  display: inline-block;
  text-align: center;
  margin: 0 auto 10px auto;
}

/* テキスト入力を中央寄せ */
.form-group input[type="email"],
.form-group input[type="text"] {
  margin: 0 auto;
  text-align: center;
}

/* ラジオボタンコンテナを中央寄せ */
.radio-btns {
  justify-content: center;
  align-items: center;
}

/* ラジオボタン（中身のテキストも中央寄せ） */
.radio-btn-custom {
  text-align: center;
}

/* ボタンを中央寄せ */
.btn {
  text-align: center;
  margin: 0 auto;
}
/* =====================================================
   サポートリンク
===================================================== */
.support-link {
  margin-top: 35px;
  text-align: center;
}

.support-btn {
  display: inline-block;
  padding: 12px 22px;
  background: #222;
  color: #fff;
  font-size: 16px;
  text-decoration: none;

  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  border: 2px solid #444;
  transition: 0.2s;
}

.support-btn:hover {
  background: #444;
}

/* =====================================================
   スマホ最適化（角丸は付けない）
===================================================== */
@media screen and (max-width: 768px) {
  #form-area.new-form-box {
    padding: 30px 18px;
  }

  .new-block {
    padding: 18px 14px;
  }

  .radio-btn-custom {
    min-width: 100%;
  }

  .btn {
    font-size: 20px;
    padding: 18px 0;
  }
}

/* ===========================
   Section1：特別メッセージ枠
   =========================== */
.section1 {
  width: 90%;
  max-width: 900px;
  margin: 60px auto;
  padding: 40px 35px;
  background: linear-gradient(135deg, #1a1a1a, #000000);
  color: #fff;
  text-align: center;
  position: relative;
  box-sizing: border-box;

  /* ゴールド多重フレーム */
  border: 4px solid #d4af37;
  box-shadow: 0 0 0 6px #000, 0 0 0 10px #d4af37,
    0 0 30px rgba(255, 200, 50, 0.45);

  /* 選ばれた感の輝き */
  overflow: hidden;
  margin-top: -100px;
}

/* 内側のゆる発光グラデーション */
.section1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top center,
    rgba(255, 230, 120, 0.15),
    transparent 70%
  );
  z-index: 0;
}

.section1 p {
  position: relative;
  z-index: 2;
  line-height: 1.75;
  margin-bottom: 28px;
}

/* ===========================
   YouTube動画ボックス
   =========================== */
.video-box {
  position: relative;
  z-index: 2;
  margin-top: 35px;
  width: 100%;
  overflow: hidden;
  border: 3px solid #d4af37;

  /* 内側光沢 */
  box-shadow: 0 0 12px rgba(255, 200, 60, 0.45),
    inset 0 0 10px rgba(255, 255, 255, 0.25);
}

.video-box iframe {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
}

/* スマホ調整 */
@media screen and (max-width: 767px) {
  .section1 {
    padding: 30px 15px;
    margin: 40px auto;
  }

  .section1 p {
    font-size: 22px;
  }
}

/* ===========================
   「おめでとうございます！」装飾
   =========================== */
.text-congrats {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  color: #ffe27a; /* 黄金寄り */
  margin-bottom: 25px;

  /* 光の縁取り */
  text-shadow: 0 0 8px rgba(255, 140, 0, 0.7), 0 0 14px rgba(255, 80, 0, 0.6),
    0 2px 4px rgba(0, 0, 0, 0.7);
}

/* ================================
   ▼ おめでとうございます！ （派手めに強調）
   ================================ */
.text-congrats {
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 25px;
  color: #ffe28a;

  text-shadow: 0 0 10px rgba(255, 120, 0, 0.9), 0 0 20px rgba(255, 70, 0, 0.8),
    0 0 35px rgba(255, 30, 0, 0.6), 0 4px 8px rgba(0, 0, 0, 0.8);
}

/* ================================
   ▼ 極上当選：炎の枠で囲む（本命）
   ================================ */
.gokujou-fire-wrap {
  display: inline-block;
  margin: 20px auto 25px auto;
  padding: 25px 40px;
  border-radius: 12px;

  /* 枠の炎グラデ */
  background: linear-gradient(
    180deg,
    #ffea4a 0%,
    #ffb300 35%,
    #ff6a00 60%,
    #ff1a00 100%
  );

  /* 外枠の炎 */
  box-shadow: 0 0 15px rgba(255, 100, 0, 0.9), 0 0 35px rgba(255, 60, 0, 0.8),
    0 0 60px rgba(255, 10, 0, 0.7);

  position: relative;
  animation: firePulse 1.8s infinite ease-in-out;
}

/* 炎のゆらぎアニメーション */
@keyframes firePulse {
  0% {
    box-shadow: 0 0 18px rgba(255, 100, 0, 0.85),
      0 0 35px rgba(255, 60, 0, 0.75), 0 0 60px rgba(255, 10, 0, 0.6);
  }
  50% {
    box-shadow: 0 0 28px rgba(255, 120, 0, 0.95),
      0 0 55px rgba(255, 80, 0, 0.85), 0 0 90px rgba(255, 20, 0, 0.75);
  }
  100% {
    box-shadow: 0 0 18px rgba(255, 100, 0, 0.85),
      0 0 35px rgba(255, 60, 0, 0.75), 0 0 60px rgba(255, 10, 0, 0.6);
  }
}

/* 文字自体に金グラデ＋発光 */
.text-gokujou {
  font-size: 52px;
  font-weight: 900;
  letter-spacing: 4px;
  display: inline-block;

  background: linear-gradient(
    180deg,
    #fff7b0 0%,
    #ffdf52 30%,
    #ffb100 60%,
    #ff7100 100%
  );
  -webkit-background-clip: text;
  color: rgb(255, 255, 255);
}

/* ▼ スマホ調整 */
@media screen and (max-width: 768px) {
  .text-congrats {
    font-size: 32px;
  }

  .gokujou-fire-wrap {
    padding: 18px 30px;
  }

  .text-gokujou {
    font-size: 38px;
    letter-spacing: 2px;
  }
}

/* ============================================
   ▼ 手紙内用「極上当選」背景透けない版（30px）
   ============================================ */
.gokujou-inline {
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 2px;
  padding: 6px 14px;
  position: relative;
  display: inline-block;
  color: #ff1414; /* はっきり読める金色 */

  /* 少しだけ文字に光を追加 */
  text-shadow: 0 0 4px rgba(255, 200, 50, 0.9), 0 0 8px rgba(255, 140, 0, 0.7),
    0 2px 4px rgba(0, 0, 0, 0.4);
}

/* ▼ 炎風の枠（背景ありでもしっかり見える） */
.gokujou-inline::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 6px;

  background: linear-gradient(
    180deg,
    #ffe27e 0%,
    #ffba34 35%,
    #ff7e00 70%,
    #ff4500 100%
  );

  z-index: -1;

  /* 光の演出（控えめ） */
  box-shadow: 0 0 8px rgba(255, 140, 0, 0.7), 0 0 14px rgba(255, 70, 0, 0.6);

  /* ゆらぎ炎（弱め） */
  animation: fireSoftInline 1.8s infinite ease-in-out;
}

/* 炎アニメ */
@keyframes fireSoftInline {
  0% {
    box-shadow: 0 0 8px rgba(255, 140, 0, 0.7), 0 0 14px rgba(255, 70, 0, 0.55);
  }
  50% {
    box-shadow: 0 0 12px rgba(255, 160, 0, 0.85),
      0 0 22px rgba(255, 90, 0, 0.65);
  }
  100% {
    box-shadow: 0 0 8px rgba(255, 140, 0, 0.7), 0 0 14px rgba(255, 70, 0, 0.55);
  }
}
/* ============================================
   ▼ 緑文字 × 金の幻想的グロー（最適解目用）
   ============================================ */
.saiteki-green {
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 3px;
  display: inline-block;
  position: relative;

  /* 深緑の主文字（ロゴ寄せ） */
  color: #0f5e4d; /* 深めのエメラルドグリーン */

  /* 金色グロー（外側の幻想的な輝き） */
  text-shadow: 0 0 6px rgba(255, 230, 160, 0.9),
    0 0 14px rgba(255, 200, 120, 0.8), 0 0 24px rgba(255, 175, 60, 0.55),
    0 0 40px rgba(255, 150, 30, 0.45), 0 2px 4px rgba(0, 0, 0, 0.6); /* 下方向の立体影 */
}

.saiteki-green2 {
  font-weight: 900 !important;
  letter-spacing: 3px !important;
  display: inline-block !important;
  position: relative !important;

  /* 深緑の主文字（ロゴ寄せ） */
  color: #0f5e4d !important; /* 深めのエメラルドグリーン */

  /* 金色グロー（外側の幻想的な輝き） */
  text-shadow: 0 0 6px rgba(255, 230, 160, 0.9),
    0 0 14px rgba(255, 200, 120, 0.8), 0 0 24px rgba(255, 175, 60, 0.55),
    0 0 40px rgba(255, 150, 30, 0.45), 0 2px 4px rgba(0, 0, 0, 0.6) !important; /* 下方向の立体影 */
}

.saiteki-green3 {
  font-weight: 900 !important;
  letter-spacing: 3px !important;
  display: inline-block !important;
  position: relative !important;
  /* ▼ 主文字：視認性の高い黄色 */
  color: #fff59f !important; /* 柔らかい黄金イエロー */

  /* ▼ 発光：黄緑寄りのやわらかなグロー */
  text-shadow: 0 0 6px rgba(180, 255, 180, 0.9),
    /* 明るい黄緑の光 */ 0 0 14px rgba(120, 255, 160, 0.7),
    0 0 22px rgba(80, 255, 120, 0.55), 0 0 32px rgba(60, 220, 110, 0.45),
    /* ▼ 立体感：暗い影で引き締める */ 0 2px 4px rgba(0, 0, 0, 0.55) !important;
}

/* ▼ 微妙に光が揺らぐアニメーション */
@keyframes saitekiSpark {
  0% {
    opacity: 0.2;
    transform: translate(-5%, -5%) scale(1);
  }
  50% {
    opacity: 0.55;
    transform: translate(4%, 3%) scale(1.07);
  }
  100% {
    opacity: 0.2;
    transform: translate(-5%, -5%) scale(1);
  }
}

/* スマホ向け */
@media screen and (max-width: 768px) {
  .saiteki-green {
    font-size: 32px;
    letter-spacing: 2px;
  }
}

/* ================================
   ▼ セクション全体の余白
   ================================ */
.section2-letters {
  width: 100%;
  max-width: 950px;
  padding: 0;
}

/* ================================
   ▼ 基本レターボックスデザイン
   ================================ */
.letter-box {
  background-image: url(../../../../images/project/okcj/fislp/letter.jpeg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #f2e2c0; /* 画像が足りない部分は紙色で補完 */

  /* 既存プロパティのまま */
  padding: 45px 40px 10px;
  margin-bottom: 60px;

  border: 4px solid #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35),
    inset 0 0 12px rgba(255, 255, 255, 0.3);
  border-radius: 6px;

  /* ★ブレンド削除（ぼけの原因） */
  background-blend-mode: normal;
}

/* ================================
   ▼ テキスト（手紙の書体風）
   ================================ */
.letter-box p {
  font-size: 24px;
  line-height: 1.85;
  font-weight: 600;
  color: #000000; /* 羊皮紙×インク色 */
  margin-bottom: 22px;
}

/* ================================
   ▼ 木村専用の少し濃い目の強調
   ================================ */
.kimura-box {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45),
    inset 0 0 15px rgba(255, 230, 140, 0.25);
}

/* ================================
   ▼ 小松兄弟の柔らかいゴールド枠
   ================================ */
.komatsu-box {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4),
    inset 0 0 15px rgba(255, 255, 255, 0.25);
}

/* ================================
   ▼ スマホ対応
   ================================ */
@media screen and (max-width: 768px) {
  .letter-box {
    padding: 30px 22px;
  }

  .letter-box p {
    font-size: 19px;
    line-height: 1.7;
  }
}

/* ================================
   ▼ 予想家画像の表示スタイル
   ================================ */
.letter-img-wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

.letter-img-wrap img {
  width: 60%;
  max-width: 320px;
  height: auto;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .letter-img-wrap img {
    width: 80%;
    max-width: 260px;
  }
}

/* ================================
   ▼ 名前のネームタグ（画像下）
   ================================ */
.name-tag {
  display: inline-block;
  margin: 0 auto 28px auto;
  padding: 10px 28px;

  background: #faf2dc; /* 手紙風の紙色 */
  border: 2px solid #d4af37; /* ゴールド枠 */

  border-radius: 4px;
  text-align: center;

  /* 浮かせた質感 */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25),
    inset 0 0 8px rgba(255, 255, 255, 0.4);

  /* 中央に強制配置 */
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* テキスト */
.name-tag span {
  font-size: 22px;
  font-weight: 700;
  color: #4a3500;
  letter-spacing: 1px;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .name-tag {
    padding: 8px 20px;
  }

  .name-tag span {
    font-size: 18px;
  }
}

/* ==========================================
   ▼ 20% 下線マーカー（灰色背景に馴染む上品カラー）
   ========================================== */
.marker-gray {
  background: linear-gradient(
    to bottom,
    transparent 80%,
    rgba(255, 251, 0, 0.55) 80%
  );
  padding: 2px 0;
}

/* ==========================================
   ▼ 実績2行をカッコよく強調
   ========================================== */
.result-strong {
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #ffd76a; /* 金寄りの色 */
  text-align: center;
  margin-top: 25px;

  text-shadow: 0 0 6px rgba(255, 190, 80, 0.75),
    0 0 12px rgba(255, 150, 40, 0.55), 0 2px 4px rgba(0, 0, 0, 0.6);
}

/* ============================================
   ▼ 全体のテーブル共通デザイン
   ============================================ */
.result-section {
  width: 100%;
  max-width: 1100px;
  margin: 60px auto;
  padding: 20px 0;
}

/* タイトル */
.table-title {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #ffffff; /* 深緑 */
}

/* 画像の中央寄せ */
.table-image {
  text-align: center;
  margin-bottom: 20px;
}

.table-image img {
  width: 300px;
  max-width: 60%;
  height: auto;
}

/* ============================================
   ▼ テーブル本体：薄い緑背景 × 金の細枠
   ============================================ */
.result-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  background: #005f3b; /* 薄い緑（最適解目寄り） */
  border: 2px solid #d4af37; /* 金の細枠 */
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

.result-table th,
.result-table td {
  padding: 12px 10px;
  text-align: center;
  border: 1px solid rgba(212, 175, 55, 0.45); /* 薄金ライン */
  font-weight: 600;
}

.result-table th {
  background: #d1e9e2; /* 少し濃い緑 */
  color: #063e2f;
  font-weight: 900;
}

/* ============================================
   ▼ 的中行（赤背景＋文字強調）
   ============================================ */
.result-table tr.hit td {
  background: linear-gradient(180deg, #ff6363, #d90000);
  color: #fff;
  font-weight: 900;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

/* “的中”セルだけさらに目立たせる */
.result-table tr.hit td:last-child {
  background: #8b0000;
  color: #fff300;
  font-size: 20px;
  font-weight: 900;
  text-shadow: 0 0 8px rgba(255, 250, 180, 0.7), 0 0 12px rgba(0, 0, 0, 0.7);
}

/* ============================================
   ▼ 下のサマリー
   ============================================ */
.summary {
  margin-top: 20px;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: #0f5e4d;
  background: #d1e9e2;
  border: 2px solid #d4af37;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}

/* ============================================
   ▼ スマホ調整
   ============================================ */
@media screen and (max-width: 768px) {
  .result-table th,
  .result-table td {
    font-size: 14px;
    padding: 8px 6px;
  }

  .table-title {
    font-size: 24px;
  }

  .summary {
    font-size: 16px;
  }
}

/* ============================================
   ▼ 全体は落ち着いた黒（濃いグレー）
   ============================================ */
.strong-summary {
  font-size: 26px;
  font-weight: 700;
  color: #222; /* 黒に近い濃グレー */
  background: #fff5d9;
  border: 3px solid #d4af37;
  padding: 20px 15px;
  border-radius: 6px;

  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6),
    0 0 12px rgba(0, 0, 0, 0.35);
}

/* ============================================
   ▼ 数字強調（赤 × 金の光輪）
   ============================================ */
.num-strong {
  color: #ff1a1a;
  font-weight: 900;
  font-size: 30px;
  text-shadow: 0 0 4px rgba(255, 235, 140, 0.95),
    0 0 8px rgba(255, 210, 90, 0.75), 0 0 14px rgba(255, 180, 60, 0.55),
    0 2px 4px rgba(0, 0, 0, 0.65);
}

.num-strong2 {
  color: #ff1a1a !important;
  font-weight: 900 !important;
  font-size: 50px !important;
  text-shadow: 0 0 4px rgba(255, 235, 140, 0.95),
    0 0 8px rgba(255, 210, 90, 0.75), 0 0 14px rgba(255, 180, 60, 0.55),
    0 2px 4px rgba(0, 0, 0, 0.65) !important;
}
.num-strong3 {
  color: #ff1a1a;
  font-weight: 900;
  font-size: 50px !important;
  text-shadow: 0 0 4px rgba(255, 235, 140, 0.95),
    0 0 8px rgba(255, 210, 90, 0.75), 0 0 14px rgba(255, 180, 60, 0.55),
    0 2px 4px rgba(0, 0, 0, 0.65);
}

/* スマホ */
@media screen and (max-width: 768px) {
  .strong-summary {
    font-size: 20px;
    padding: 16px 12px;
  }
}

/* ==================================================
   ▼ 黒背景用：summaryの白文字×金縁ボックス
   ================================================== */
.black-summary {
  background: rgba(119, 162, 211, 0.55); /* 黒背景に溶ける透明黒 */
  color: #fff; /* ベース白 */

  border: 2px solid #d4af37; /* 金枠 */
  border-radius: 6px;
  padding: 25px 18px;

  box-shadow: 0 0 12px rgba(0, 0, 0, 0.75),
    inset 0 0 12px rgba(255, 255, 255, 0.2);
}

/* 見出しを白文字に */
.table-title.white {
  color: #fff;
}

/* 数字強調（既存の num-strong をそのまま流用OK） */
.num-strong1 {
  color: #ff1a1a;
  font-weight: 900;
  text-shadow: 0 0 4px rgba(255, 235, 140, 1), 0 0 10px rgba(255, 200, 90, 0.85),
    0 0 18px rgba(255, 150, 60, 0.6);
  font-size: 40px;
}

/* ============================================
   ▼ セクション強調メッセージ（枠なし・光演出）
   ============================================ */
.strong-message {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  color: #ffffff;

  /* 軽い光で浮かせる */
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7),
    0 0 12px rgba(200, 200, 200, 0.5), 0 2px 6px rgba(0, 0, 0, 0.9);
  line-height: 1.6;
  margin: 45px 0 20px;
}

/* ============================================
   ▼ 「最適買い目」だけ金色の強調（枠なし）
   ============================================ */
.strong-gold {
  display: inline-block;
  padding: 2px 4px;

  /* 金グラデーション */
  background: linear-gradient(
    180deg,
    #fff8d0 0%,
    #ffe07a 30%,
    #ffbf3f 60%,
    #c48a14 100%
  );
  -webkit-background-clip: text;
  color: transparent;

  font-weight: 900;
  letter-spacing: 1px;

  /* 外側に広がる金の光 */
  text-shadow: 0 0 6px rgba(255, 215, 80, 0.9), 0 0 14px rgba(255, 180, 50, 0.7),
    0 0 24px rgba(255, 140, 0, 0.6);
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .strong-message {
    font-size: 24px;
  }
}

/* ======================================================
   ▼ ディバイダー（上下ラインで挟む強調帯）
   ====================================================== */
.divider-message {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  color: #fff;

  padding: 25px 10px;
  margin: 45px 0 40px;

  /* 上下のゴールドライン */
  border-top: 4px solid #d4af37;
  border-bottom: 4px solid #d4af37;

  /* 全体をほんのり光らせる */
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8),
    0 0 14px rgba(200, 200, 200, 0.5);

  /* バナーに近づけるため背景少し暗く */
  background: rgba(0, 0, 0, 0.35);

  letter-spacing: 1.5px;
}

/* スマホ調整 */
@media screen and (max-width: 768px) {
  .divider-message {
    font-size: 22px;
    padding: 18px 6px;
  }
}

/* ======================================
   ▼ コメントボックス全体
====================================== */
.voice-section {
  width: 95%;
  max-width: 900px;
  margin: 50px auto;
}

/* ======================================
   ▼ 各ボックス外枠（手紙・巻物風）
====================================== */
.voice-box {
  background: #f8f4e8; /* 薄い和紙色 */
  border: 4px double #bfa878; /* 金寄りの枠線 */
  padding: 35px 28px;
  margin-bottom: 60px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35), inset 0 0 8px rgba(0, 0, 0, 0.15);
  position: relative;
}
.voice-box2 {
  background: #d6be75; /* 薄い和紙色 */
  border: 4px double #000000; /* 金寄りの枠線 */
  padding: 35px 28px;
  margin-bottom: 60px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35), inset 0 0 8px rgba(0, 0, 0, 0.15);
  position: relative;
}

/* 内側の装飾線（スクショの黒細線） */
.voice-box::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 1px solid #2f2f2f;
  pointer-events: none;
}

/* 内側の装飾線（スクショの黒細線） */
.voice-box2::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 1px solid #2f2f2f;
  pointer-events: none;
}

/* ======================================
   ▼ タイトル（名前）
====================================== */
.voice-title {
  text-align: center;
  font-size: 28px;
  font-weight: 900;

  /* 色を深い赤にして存在感アップ */
  color: #b60000;

  margin-bottom: 28px;
  padding-bottom: 6px;

  /* 下線（太め × 金系グラデ） */
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(to right, #d4af37, #f8e28b, #d4af37) 1;

  /* 文字に軽い影で浮かせる */
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.6), 0 1px 3px rgba(0, 0, 0, 0.4);
}

/* ======================================
   ▼ コメント本文（和紙に合うトーン）
====================================== */
.voice-inner p {
  font-size: 20px;
  color: #111;
  line-height: 1.8;
  margin-bottom: 18px;
}

/* ======================================
   ▼ お金写真（中央寄せ）
====================================== */
.voice-image {
  text-align: center;
  margin-top: 25px;
}

.voice-image img {
  max-width: 70%;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

/* スマホ最適化 */
@media screen and (max-width: 768px) {
  .voice-inner p {
    font-size: 17px;
  }

  .voice-title {
    font-size: 22px;
  }
}

.super-title {
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  color: #ffe600;

  text-shadow: 0 0 10px rgba(255, 39, 39, 0.8), 0 0 20px rgba(255, 51, 51, 0.7),
    0 0 30px rgba(255, 220, 220, 0.6);
  margin: 40px 0 25px;
}

.strong-box {
  background: #000000;
  border: 4px solid #d4af37;
  padding: 5px 10px;
  margin: 40px auto;
  max-width: 500px;
  text-align: center;

  box-shadow: 0 0 20px rgba(255, 210, 0, 0.4),
    inset 0 0 10px rgba(255, 255, 255, 0.6);
}

.strong-box-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 0px;
}

.strong-box-number {
  font-size: 70px;
  font-weight: 900;
  color: #ff1a1a;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.9),
    0 0 26px rgba(255, 234, 223, 0.8);
}

.worries-list {
  list-style: none;
  margin: 30px auto;
  max-width: 720px;
  padding: 25px 30px;

  background: linear-gradient(135deg, #0a0f0c, #16241a);
  border: 2px solid #d4af37;
  box-shadow: inset 0 0 12px rgba(212, 175, 55, 0.25),
    0 6px 18px rgba(0, 0, 0, 0.55);
  border-radius: 6px;

  color: #fff;
  font-size: 30px;
  line-height: 1.9;

  text-align: left; /* ← テキストは左揃え */
}

.worries-list li {
  position: relative;
  padding-left: 32px; /* ← ◆のための余白 */
  margin-bottom: 14px;
}

/* ★テキストのすぐ左に菱形を配置★ */
.worries-list li::before {
  content: "◆";
  position: absolute;
  left: 0; /* ← テキストの左側 */
  top: 0.05em; /* テキストと高さを揃える */

  color: #f5c542;
  font-size: 22px;

  /* ほんのり光る演出 */
  text-shadow: 0 0 6px rgba(255, 205, 55, 0.8), 0 0 12px rgba(255, 205, 55, 0.5);
}

.worries-list li:last-child {
  margin-bottom: 0;
}

/* =====================================
   ★ 5000万円専用・プレミアム枠
   重厚ゴールド × 黒 × 赤発光
===================================== */
.gokaku-strong-box {
  margin: 45px auto;
  padding: 28px 20px;
  text-align: center;

  max-width: 720px;

  /* ▼ 背景：黒 × 赤の妖しいグラデ */
  background: linear-gradient(135deg, #1a0000, #3c0000, #1a0000);

  /* ▼ 枠：極太ゴールドフレーム */
  border: 5px solid transparent;
  border-image: linear-gradient(
      45deg,
      #ffe9a6,
      #d4af37,
      #a67c00,
      #d4af37,
      #ffe9a6
    )
    1;

  /* ▼ 立体的に浮かせる影 */
  box-shadow: 0 0 20px rgba(255, 90, 0, 0.4), 0 0 40px rgba(255, 60, 0, 0.3),
    0 12px 28px rgba(0, 0, 0, 0.7), inset 0 0 18px rgba(255, 170, 70, 0.35);
}

/* ▼ テキスト本体（数字を超強調） */
.gokaku-strong-box .gokaku-strong {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 4px;

  color: #fffb00; /* 深い赤 */

  /* ▼ 金縁の発光（強め） */
  text-shadow: 0 0 7px rgba(255, 220, 80, 0.9), 0 0 14px rgba(255, 200, 50, 0.8),
    0 0 22px rgba(255, 150, 0, 0.7), 0 0 36px rgba(255, 80, 0, 0.6),
    0 0 50px rgba(255, 0, 0, 0.4);
}

/* ▼ スマホ版 */
@media screen and (max-width: 768px) {
  .gokaku-strong-box {
    padding: 22px 16px;
  }
  .gokaku-strong-box .gokaku-strong {
    font-size: 36px;
    letter-spacing: 2px;
  }
}

/* =============================
   3人の予想家ボックス
============================= */

.predictor-box {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
  max-width: 900px;
}

.predictor-item {
  width: 32%;
  text-align: center;
  background: #0f0f0f;
  border: 2px solid #d4af37;
  padding: 20px 10px;
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.15),
    0 6px 18px rgba(0, 0, 0, 0.6);
}

/* タイトル */
.predictor-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
}

/* SP（縦並び） */
@media screen and (max-width: 768px) {
  .predictor-box {
    flex-direction: column;
    gap: 25px;
  }

  .predictor-item {
    width: 100%;
  }

  .predictor-title {
    font-size: 18px;
  }
}

/* =====================================
   画像の共通ラッパー
===================================== */
.img-wrapper {
  width: 100%;
  text-align: center;
  margin: 35px auto;
}

.img-wrapper img {
  width: 80%;
  max-width: 700px; /* PCでの最大幅 */
  height: auto;
  display: block;
  margin: 0 auto;

  /* 金×黒の世界観に合わせた軽めの影 */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
  border-radius: 6px; /* 角丸（LPの世界観に合わせ微弱） */
}

/* =====================================
   スマホ対応
===================================== */
@media screen and (max-width: 768px) {
  .img-wrapper {
    margin: 25px auto;
  }

  .img-wrapper img {
    max-width: 92%;
    border-radius: 4px;
  }
}

/* ======================================
   タイトル（深緑 × 金発光）
====================================== */
.result-title-green {
  font-size: 38px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 25px;

  color: #0fe2a4;
  text-shadow: 0 0 10px rgba(255, 255, 200, 0.9),
    0 0 25px rgba(255, 200, 80, 0.6), 0 0 40px rgba(255, 180, 60, 0.4);
}

/* ======================================
   サマリー枠（黒 × 金 × 内側光）
====================================== */
.result-summary-box {
  width: 90%;
  max-width: 900px;
  margin: 20px auto 40px;

  background: #000;
  padding: 25px 20px;
  border: 3px solid #d4af37;
  border-radius: 6px;

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7),
    inset 0 0 12px rgba(255, 255, 255, 0.15);
}

.result-summary-box p {
  font-size: 22px;
  color: #ffe8b0;
  text-align: center;
  line-height: 1.7;
}

/* ======================================
   テーブル（result-section の強化版）
====================================== */
.result-table {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 40px;
  border-collapse: collapse;

  background: #003020;
  border: 3px solid #d4af37;
}

.result-table th,
.result-table td {
  padding: 12px 10px;
  border: 1px solid rgba(255, 255, 160, 0.25);
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.result-table th {
  background: #e2f6ea;
  color: #063e2f;
  font-weight: 900;
}

/* 的中行 */
.result-table tr.hit td {
  background: linear-gradient(180deg, #ff3f3f, #b10000);
  font-weight: 900;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

/* 的中セル */
.hit-yes {
  background: #8b0000 !important;
  color: #ffe600 !important;
  font-size: 18px;
  font-weight: 900;
}

/* 不的中セル */
.miss {
  color: #bbb;
}

/* コメント */
.predictor-comment {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px 25px;

  background: #111;
  border: 3px solid #d4af37;
  border-radius: 6px;

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6),
    inset 0 0 14px rgba(255, 255, 255, 0.15);
}

.predictor-comment p {
  color: #fff;
  font-size: 22px;
  line-height: 1.75;
  margin-bottom: 20px;
}

/* SP */
@media screen and (max-width: 768px) {
  .result-title-green {
    font-size: 28px;
  }
  .predictor-comment p {
    font-size: 18px;
  }
}

/* ============================
   まとめ表ブロック
============================ */
.predictor-summary-table {
  width: 100%;
  max-width: 700px;
  margin: 40px auto;
  padding: 30px 25px;
  background: #6e6f70;

  border: 4px solid #d4af37;
  border-radius: 8px;

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75),
    inset 0 0 12px rgba(255, 255, 255, 0.18);
  text-align: center;
}

/* ============================
   表本体
============================ */
.predictor-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(15, 45, 35, 0.7); /* 深い緑×黒の融合 */
  border: 2px solid #d4af37;
}

.predictor-table th,
.predictor-table td {
  padding: 16px 10px;
  font-size: 20px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  color: #fff;
}

.predictor-table th {
  width: 40%;
  background: rgba(212, 175, 55, 0.15);
  font-weight: 800;
  color: #ffe9a6;
  text-shadow: 0 0 6px rgba(255, 255, 200, 0.7);
}

.predictor-table td {
  font-weight: 700;
}

/* 金強調 */
.gold-strong {
  color: #ffea46;
  font-weight: 900;
  text-shadow: 0 0 6px rgba(255, 220, 140, 1), 0 0 12px rgba(255, 150, 70, 0.8);
  font-size: 25px;
}

/* SP対応 */
@media screen and (max-width: 768px) {
  .predictor-table th,
  .predictor-table td {
    font-size: 16px;
    padding: 10px 6px;
  }
}

/* ======================================
   ▼ voice-box 区切りライン（豪華ゴールド）
====================================== */
.voice-divider {
  border: 0;
  height: 2px;
  width: 85%;
  margin: 60px auto;
  background: linear-gradient(
    to right,
    transparent,
    rgba(212, 175, 55, 0.9),
    #f8e28b,
    rgba(212, 175, 55, 0.9),
    transparent
  );
  box-shadow: 0 0 12px rgba(255, 230, 140, 0.55);
}

/* ======================================
   ▼ 最適解目：3日間総合モニター結果
====================================== */

.section-monitor-total {
  width: 100%;
  max-width: 900px;
  margin: 60px auto;
  text-align: center;
}

.monitor-summary-table {
  width: 90%;
  max-width: 700px;
  margin: 35px auto;
  border-collapse: collapse;
  background: #0b1d14; /* 最適解目の深緑×黒基調 */
  border: 2px solid #d4af37;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.45),
    inset 0 0 10px rgba(255, 255, 255, 0.15);
}

.monitor-summary-table th,
.monitor-summary-table td {
  padding: 18px 14px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  font-size: 22px;
  color: #fff;
}

.monitor-summary-table th {
  background: #134d3c; /* 深緑 */
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .monitor-summary-table th,
  .monitor-summary-table td {
    font-size: 17px;
    padding: 14px 10px;
  }
}

/* ================================
   ▼ 濃い緑デザイン：提供日程
================================ */

.section-schedule-green {
  width: 95%;
  max-width: 900px;
  margin: 80px auto;
}

/* ▼ 濃い緑 × ゴールドの枠 */
.schedule-green-box {
  padding: 35px 25px;
  background: #0a2f1f; /* 深い緑 */
  border: 3px solid #d5b86a; /* ゴールド */
  border-radius: 10px;
}

/* ▼ タイトル（白 × ゴールド下線） */
.schedule-green-title {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 25px;
  color: #ffffff;
  border-bottom: 2px solid #d5b86a;
  display: inline-block;
  padding-bottom: 6px;
}

/* ▼ 日付（白） */
.schedule-green-inner p {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ff114c;
}

/* ▼ 合計レース強調（やや大きく） */
.total-race {
  margin-top: 20px;
  font-size: 50px;
  font-weight: 900;
  color: #ffc82f; /* ゴールドで強調 */
}

/* ▼ SP版 */
@media screen and (max-width: 768px) {
  .schedule-green-title {
    font-size: 26px;
  }
  .schedule-green-inner p {
    font-size: 18px;
  }
  .total-race {
    font-size: 20px;
  }
}

/* ミニ実績テーブル（シンプル・黒背景と相性良） */
.mini-result-table {
  width: 80%;
  margin: 20px auto 30px auto;
  border-collapse: collapse;
  background: #0f2e1f;
  border: 2px solid #d4af37;
  color: #fff;
  font-size: 20px;
}

.mini-result-table th,
.mini-result-table td {
  padding: 12px 14px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  text-align: center;
}

.mini-result-table th {
  background: #174c36;
  font-weight: 900;
}

/* 参加料金ボックスを最適解目風の緑×金にアレンジ */
.saiteki-price-box {
  background: linear-gradient(135deg, #002a1c, #00442b, #002a1c);
  border-image: linear-gradient(
      45deg,
      #d4ffdf,
      #22ff95,
      #0ad475,
      #22ff95,
      #d4ffdf
    )
    1;
  box-shadow: 0 0 16px rgba(0, 255, 145, 0.4), 0 0 30px rgba(0, 255, 130, 0.3),
    inset 0 0 16px rgba(0, 255, 140, 0.25);
}

.saiteki-price-box .gokaku-strong {
  color: #f1f1f1;
  text-shadow: 0 0 8px rgba(0, 255, 140, 0.85), 0 0 16px rgba(0, 255, 125, 0.6),
    0 0 26px rgba(0, 255, 110, 0.45);
}

/* ▼ ランク比較テーブル（添付画像の再現） */
.rank-compare-table {
  width: 95%;
  max-width: 800px;
  margin: 30px auto 40px auto;
  border-collapse: collapse;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

/* 上段：ランク名 */
.rank-compare-table th {
  padding: 14px 0;
  border: 1px solid #000;
}

/* ランク色 */
.rank-gokujo {
  background: linear-gradient(180deg, #b40000, #650000);
  color: #ffe27a;
}

.rank-joukyu {
  background: linear-gradient(180deg, #0074ff, #00408f);
  color: #ffffff;
}

.rank-normal {
  background: linear-gradient(180deg, #505050, #303030);
  color: #e5e5e5;
}

/* 下段セル */
.rank-compare-table td {
  padding: 16px 0;
  background: #111;
  border: 1px solid #222;
  color: #ffd76a;
}

/* ▼ 金額比較ボックス */
.price-compare-box {
  text-align: center;
  background: #1a0000;
  border: 3px solid #d4af37;
  padding: 25px 15px;
  margin: 40px auto;
  max-width: 650px;
}

.price-compare-box .small-price {
  font-size: 30px;
  color: #fffbd1;
}

.arrow-strong {
  font-size: 32px;
  font-weight: 900;
  color: #ffd200;
  margin: 12px 0;
}

.big-price {
  font-size: 50px;
  font-weight: 900;
  color: #ff3a3a;
  text-shadow: none;
}

/* ▼ 緑バージョン（20万→18万） */
.price-compare-box.green-version {
  background: #00261c;
  border-color: #00d085;
}

.arrow-strong.green {
  color: #00ff9c;
}

.big-price.green-main {
  color: #00ffb2;
}

/* ▼ 最外枠（何もせず中央寄せだけ） */
.tokuten-image-section {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
  text-align: center;
  background-image: url(../../../../images/project/okcj/fislp/tokutenbg.jpeg);
  background-size: cover;
  background-position: center;
}

/* ▼ テクスチャ背景は tokuten-image-box に敷く */
.tokuten-image-box {
  padding: 40px;
  box-sizing: border-box;
  border: 4px solid #d4af37;
}

/* ▼ inner-box：タイトル＆本文用の紺背景エリア */
.tokuten-inner-box {
  background: #0c1320;
  padding: 10px 5px;
  box-sizing: border-box;
}

.tokuten-img-title {
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 2px;
  padding-bottom: 18px;
  margin-bottom: 30px;
  border-bottom: 3px solid #d4af37;

  /* ゴールド系グラデーション */
  background: linear-gradient(90deg, #d6b85a 0%, #f7e9a3 50%, #d6b85a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* 輝き（控えめに） */
  text-shadow: 0 0 5px rgba(255, 219, 112, 0.5),
    0 0 10px rgba(255, 219, 112, 0.3);
}

/* ▼ スマホ対応 */
@media screen and (max-width: 768px) {
  .tokuten-image-box {
    padding: 20px;
  }
  .tokuten-inner-box {
    padding: 30px 15px;
  }
  .tokuten-img-title {
    font-size: 24px;
  }
  .tokuten-inner-box p {
    font-size: 18px;
  }
}

/* ▼ 深緑ゴールドの追従丸ボタン */
.floating-circle-btn {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 9999;

  /* 深緑 → エメラルドのグラデ */
  background: linear-gradient(145deg, #063b32 0%, #0f6a5a 50%, #0a4a3f 100%);

  color: #fffef5;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;

  width: 140px;
  height: 140px;
  padding: 10px;

  border-radius: 50%;

  /* 金の外光 */
  box-shadow: 0 0 15px rgba(255, 210, 80, 0.4),
    0 0 25px rgba(255, 190, 60, 0.35), inset 0 0 12px rgba(255, 240, 180, 0.25);

  border: 2px solid #d4af37;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  transition: 0.25s;
}

/* ▶ を大きくメインに */
.floating-circle-btn::first-line {
  font-size: 32px;
}

/* ホバー時 */
.floating-circle-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 0 18px rgba(255, 220, 90, 0.6), 0 0 35px rgba(255, 180, 60, 0.4);
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .floating-circle-btn {
    width: 110px;
    height: 110px;
    font-size: 13px;
    right: 15px;
    bottom: 15px;
    padding: 8px;
  }

  .floating-circle-btn::first-line {
    font-size: 26px;
  }
}

/* ▼ 背景の黒半透明 */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ▼ 中身のボックス */
.popup-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  aspect-ratio: 16/9;
  background: #000;
  box-shadow: 0 0 20px rgba(255, 190, 60, 0.4);
}

/* ×ボタン */
.popup-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}

/* ▼ 豪華特典・外枠（高級感フレーム） */
.tokuten-frame {
  background: #0a0f12; /* 黒に近い濃紺 */
  padding: 25px 28px;
  border-radius: 8px;

  border: 3px solid transparent;
  border-image: linear-gradient(
      45deg,
      #fff7c3,
      #e5c45a,
      #c8a237,
      #e5c45a,
      #fff7c3
    )
    1;

  box-shadow: 0 0 10px rgba(212, 175, 55, 0.45),
    inset 0 0 12px rgba(255, 240, 180, 0.15);

  margin-top: 12px;
  margin-bottom: 12px;
}

/* ▼ 豪華特典タイトルだけのリスト */
.tokuten-title-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  color: #fff;
}

/* ▼ 各項目 */
.tokuten-title-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

/* ▼ 金の菱形マーカー（発光入り） */
.tokuten-title-list li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0.1em;

  font-size: 20px;
  color: #ffd76a;
  text-shadow: 0 0 6px rgba(255, 220, 120, 0.9),
    0 0 12px rgba(255, 200, 80, 0.6);
}

/* ▼ 料金ボックス内の余白 */
.fee-box p {
  margin: 10px 0;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
}

/* ▼ 旧価格（取り消し線） */
.fee-old {
  color: #000000;
  text-decoration: line-through 3px solid #000000;
  font-size: 22px;
}

/* ▼ 下向き矢印（強調） */
.fee-arrow {
  font-size: 28px;
  font-weight: 900;
  color: #ff1a1a;
  margin: 8px 0;
}

/* ▼ 新価格 */
.fee-new {
  font-size: 35px;
  color: #d4af37;
  font-weight: 900;
}

/* ▼ 新価格を金×赤でさらに強調 */
.fee-highlight {
  color: #ff1a1a;
  font-weight: 900;

  text-shadow: 0 0 6px rgba(255, 210, 80, 0.85),
    0 0 14px rgba(255, 180, 80, 0.6), 0 0 20px rgba(255, 120, 50, 0.5);
}

/* ▼ フォームラベルの強調版 */
.new-label-row label {
  display: block;
  width: 100%;
  text-align: center;

  font-size: 22px;
  font-weight: 800;
  color: #1a1a1a;

  letter-spacing: 1.2px;
  padding: 6px 0 10px;

  /* 下に金ライン */
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(to right, #d4af37, #f5e28c, #d4af37) 1;

  /* うっすら浮かせる */
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

/* 必須マークをより認識しやすく */
.req {
  font-size: 18px;
  font-weight: 900;
  color: #c00000;

  background: #ffe4e4;
  padding: 2px 10px;
  border: 1px solid #ff9a9a;

  border-radius: 2px;
  display: inline-block;

  margin-bottom: 10px;
}

/* SP調整 */
@media screen and (max-width: 768px) {
  .new-label-row label {
    font-size: 18px;
    padding: 4px 0 8px;
  }

  .req {
    font-size: 16px;
    padding: 2px 8px;
  }
}

.fv2 {
  width: 100%;
  display: block;
}

/* ▼ 全体ラッパー */
.highlight-lines {
  margin: 25px 0;
}

/* ▼ ベースデザイン（共通） */
.highlight-item {
  font-size: 22px;
  font-weight: 900;
  padding: 12px 18px;
  margin-bottom: 14px;
  letter-spacing: 1px;
  text-align: center;

  background: rgba(0, 0, 0, 0.45);
  border-left: 4px solid #d4af37;
  border-right: 4px solid #d4af37;
  border-radius: 8px;

  box-shadow: 0 0 10px rgba(212, 175, 55, 0.35),
    inset 0 0 8px rgba(255, 255, 255, 0.08);
}

/* ▼ 色分けルール（文字色だけ変える） */
.color-gold {
  color: #ffe8a8 !important;
  text-shadow: 0 0 6px rgba(255, 230, 150, 0.6);
}

.color-green {
  color: #45ffb0 !important;
  text-shadow: 0 0 6px rgba(0, 255, 150, 0.4);
}

.color-red {
  color: #ff7a7a !important;
  text-shadow: 0 0 6px rgba(255, 80, 80, 0.5);
}

/* ▼ SP */
@media screen and (max-width: 768px) {
  .highlight-item {
    font-size: 18px;
    padding: 10px 14px;
  }
}

.hl-box {
  padding: 25px 20px;
  background: #fff8e8;
  border-left: 6px solid #ff9800;
  font-weight: 600;
  line-height: 1.8;
  color: #000;
  border-radius: 30px;
}

.tokuten-img-title2 {
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 2px;
  padding-bottom: 18px;
  margin-bottom: 30px;
  border-bottom: 3px solid #c28bff; /* 紫に変更 */

  /* パープル系グラデーション（明るく鮮やか） */
  background: linear-gradient(90deg, #d8b8ff 0%, #f0d7ff 50%, #d8b8ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* 輝き（紫の光・控えめ） */
  text-shadow: 0 0 6px rgba(210, 150, 255, 0.6),
    0 0 12px rgba(180, 120, 255, 0.4);
}

.tokuten-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.tokuten-table th,
.tokuten-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.tokuten-table th {
  background: #005a0c;
  font-weight: bold;
}
/* ▼ コメントボックス本体 */
.comment-box {
  position: relative;
  padding: 30px 30px;
  margin-bottom: 40px;
  background: #f8f4e8;
  border: 4px double #bfa878;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

/* ▼ テキスト側に右の余白を確保（画像のぶん） */
.comment-inner {
  padding-right: 200px; /* ←画像幅より少し大きめに（重要） */
}

/* ▼ 右側に固定配置される人物画像 */
.comment-img-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 160px;
  height: auto;
  z-index: 2;
}

/* ▼ スマホで縦並び（崩れ防止） */
@media screen and (max-width: 768px) {
  .comment-inner {
    padding-right: 0;
  }
  .comment-img-right {
    position: static;
    display: block;
    margin: 20px auto 0;
    width: 55%;
  }
}

/* ▼ 高級感のあるカードリスト全体 ▼ */
.race-list {
  width: 100%;
  max-width: 700px;
  margin: 40px auto;
}

/* ▼ 高級カードデザイン ▼ */
.race-item {
  background: #111; /* 深い黒で高級感 */
  border: 1px solid #d4af37; /* ゴールド枠 */
  border-radius: 14px;
  padding: 20px 22px;
  margin-bottom: 25px;

  box-shadow: 0 0 20px rgba(212, 175, 55, 0.15); /* 金の光を纏うような影 */
  backdrop-filter: blur(2px);
}

/* ▼ 日付部分 ▼ */
.race-date {
  font-size: 20px;
  font-weight: 700;
  color: #f5d27a; /* 明るい柔らかい金色 */
  margin-bottom: 12px;
  letter-spacing: 1px;
  text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
}

/* ▼ レース名 ▼ */
.race-name {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  padding-left: 10px;
}

/* ▼ SP 微調整 ▼ */
@media screen and (max-width: 480px) {
  .race-item {
    padding: 18px;
  }
  .race-date {
    font-size: 18px;
  }
  .race-name {
    font-size: 17px;
  }
}

/* ======================================
   木村コメントボックス（和紙 × 金枠 × 右下画像）
====================================== */

.kimura-box-new {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 50px auto;
  padding: 50px 40px 80px; /* 下に画像分の余白 */

  background: #f8f4e8; /* 和紙風 */
  border: 4px double #bfa878; /* 金寄りの枠線 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35), inset 0 0 8px rgba(0, 0, 0, 0.15);

  text-align: center;
}

/* 内側黒枠ライン（画像と同じ装飾） */
.kimura-box-new::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 1px solid #2f2f2f;
  pointer-events: none;
}

/* タイトル */
.kimura-title {
  font-size: 28px;
  font-weight: 900;
  color: #b60000;
  margin-bottom: 25px;
}

/* 本文 */
.kimura-text p {
  font-size: 20px;
  color: #111;
  line-height: 1.9;
  margin-bottom: 22px;
}

/* 右下に人物画像を配置 */
.kimura-img {
  position: absolute;
  bottom: 20px;
  right: 25px;

  width: 250px;
  height: auto;
}

/* ======================================
   スマホ → 画像が下の段に表示され崩れない
====================================== */
@media screen and (max-width: 768px) {
  .kimura-box-new {
    padding: 35px 20px 40px;
  }

  .kimura-img {
    position: static;
    display: block;
    margin: 20px auto 0;
    width: 55%;
  }

  .kimura-title {
    font-size: 22px;
  }

  .kimura-text p {
    font-size: 18px;
    line-height: 1.7;
  }
}

/* =====================================
   ▼ FV直下タイトルの豪華バージョン
===================================== */
.enhanced-top {
  padding: 40px 10px;
  background: linear-gradient(135deg, #001a14, #003629, #001f17);
  border: 3px solid rgba(212, 175, 55, 0.55);
  box-shadow: 0 0 22px rgba(212, 175, 55, 0.35),
    inset 0 0 12px rgba(255, 255, 255, 0.15);
  border-radius: 6px;
}

/* =====================================
   ▼ FV直下タイトル（視認性強化版）
===================================== */

/* メインタイトル：読みやすさ最優先（白 × 金縁） */
.top-main-title {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 18px;

  color: yellow; /* 白で可読性最大化 */

  /* 金色の縁取りシャドウ（強め） */
  text-shadow: 0 0 6px rgba(255, 230, 140, 0.75),
    0 0 12px rgba(255, 210, 120, 0.55), 0 0 18px rgba(255, 190, 90, 0.4),
    0 2px 4px rgba(0, 0, 0, 0.65);
}

/* サブタイトル：白ベースで読みやすく */
.top-sub-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.6;
  color: #ffffff;

  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7), 0 0 16px rgba(0, 0, 0, 0.4);
}

/* “稼げる事”：深緑 × 金グローで視認性UP */
.gold-strong2 {
  display: inline-block;

  /* 深めのエメラルドグリーン（ロゴに寄せる） */
  color: #0fe2a4;

  font-weight: 900;

  text-shadow: 0 0 8px rgba(255, 235, 160, 0.9),
    0 0 14px rgba(255, 210, 100, 0.7), 0 0 22px rgba(255, 170, 60, 0.5),
    0 2px 4px rgba(0, 0, 0, 0.6);
}

/* スマホ調整 */
@media screen and (max-width: 768px) {
  .top-main-title {
    font-size: 24px;
  }
  .top-sub-title {
    font-size: 20px;
  }
}

/* ===============================
   ▼ アンケート全体
================================*/
.survey-section {
  margin: 50px auto;
  max-width: 900px;
  padding: 20px;
}

/* タイトル */
.survey-title {
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.4);
}

/* サマリー */
.survey-summary-box {
  text-align: center;
  padding: 25px;
  border: 2px solid #d4af37;
  background: linear-gradient(135deg, #04261c, #003c2a);
  margin-bottom: 40px;
  border-radius: 6px;
}

.summary-main {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

.summary-percent {
  color: #ffd35f;
  font-size: 32px;
  font-weight: 900;
}

.summary-percent span {
  font-size: 40px;
}

.summary-desc {
  color: #c8f8d2;
  margin-top: 10px;
}

/* ===============================
   ▼ 表（参加者20名）
================================*/
/* ▼ 新デザインアンケートテーブル */
.survey-table-new {
  width: 100%;
  border-collapse: collapse;
  margin: 25px auto 40px;
  background: #ffffff;
  border: 3px solid #d4af37; /* 金の外枠 */
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
}

.survey-table-new th,
.survey-table-new td {
  border: 1px solid #555;
  padding: 14px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

/* ▼ 見出し */
.survey-table-new th {
  background: linear-gradient(180deg, #f8f8f8, #e0e0e0);
  color: #000;
  font-weight: 800;
}

/* ▼ 交互の背景で見やすくする */
.survey-table-new tr:nth-child(even) td {
  background: #fafafa;
}

/* ▼ 色付け */
.ok {
  color: #e60000 !important; /* 真っ赤 */
  font-weight: 900 !important;
}

.mid {
  color: #ff8c00 !important; /* オレンジ */
  font-weight: 800 !important;
}

.wait {
  color: #007aff !important; /* 青（iPhone純正ブルー系） */
  font-weight: 800 !important;
}

/* ▼ スマホ */
@media screen and (max-width: 768px) {
  .survey-table-new th,
  .survey-table-new td {
    font-size: 14px;
    padding: 10px 6px;
  }
}

/* ===============================
   ▼ コメントカード（新デザイン）
================================*/
.comment-card {
  background: linear-gradient(135deg, #0a1e17, #03271c);
  border: 2px solid #d4af37;
  border-radius: 8px;
  padding: 20px 25px;
  margin-bottom: 35px;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.25);
}

.comment-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 12px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

.c-name {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.c-rate {
  font-size: 18px;
  color: #ffd35f;
}

.c-rate span {
  font-size: 22px;
  font-weight: 900;
}

.comment-body p {
  color: #e6fff3;
  line-height: 1.7;
  margin-bottom: 14px;
}

/* SP対応 */
@media screen and (max-width: 768px) {
  .comment-head {
    display: block;
  }
  .c-rate {
    margin-top: 5px;
  }
}

.comment-head {
  text-align: center; /* ← 全体を中央寄せ */
  margin-bottom: 20px;
}

.comment-head .c-name {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 5px;
}

.comment-head .c-rate {
  font-size: 20px;
  font-weight: 700;
}

.comment-head .c-rate span {
  color: #e60000; /* 赤で強調 */
  font-weight: 900;
}

/* ▼ 全体中央寄せ */
.comment-simple {
  text-align: center;
  margin: 30px auto;
  width: 100%;
  max-width: 600px;
}

/* ▼ 名前 */
.cs-name {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 14px;
  color: #fff; /* LPに合わせるなら白推奨 */
}

/* ▼ 境界線 */
.cs-line {
  width: 80%;
  margin: 12px auto;
  border: none;
  border-top: 2px solid rgba(255, 255, 255, 0.3); /* 白系細ライン */
}

/* ▼ 満足度 */
.cs-rate {
  font-size: 24px;
  font-weight: 700;
  margin-top: 12px;
  color: #fff;
}

/* ▼ パーセンテージ（赤強調） */
.cs-rate span {
  color: #ff0000;
  font-weight: 900;
  font-size: 26px;
}

/* ▼ スマホ対応 */
@media screen and (max-width: 768px) {
  .cs-name {
    font-size: 22px;
  }
  .cs-rate {
    font-size: 20px;
  }
  .cs-rate span {
    font-size: 22px;
  }
}

.blue2 {
  color: #1a73e8 !important; /* Google系の視認性高い青 */
  font-weight: 900 !important;
  font-size: 35px !important;
  text-shadow: 0 0 6px rgba(26, 115, 232, 0.4) !important;
}

/* ▼ テーブルタイトルの枠 */
.table-title-box {
  margin: 35px auto 10px;
  text-align: center;
}

/* ▼ タイトル文字（黒×金×光） */
.table-title {
  display: inline-block;
  font-size: 26px;
  font-weight: 900;
  color: #ffe27a; /* 金色 */
  padding: 8px 18px;
  border: 2px solid #d4af37;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.55);
  text-shadow: 0 0 8px rgba(255, 230, 140, 0.8),
    0 0 14px rgba(255, 200, 100, 0.6);
}

/* SP対応 */
@media screen and (max-width: 768px) {
  .table-title {
    font-size: 20px;
    padding: 6px 14px;
  }
}
