/* ============================================================
   診療案内 詳細ページ v2 共通スタイル
   ============================================================ */

/* ページタイトルブロック */
.td-hero {
  padding: 2rem 0 3rem;
  background: #fff;
  text-align: center;
}
.td-hero-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
/* 写真入りビジュアルヒーロー(インプラント等のモデルページ) */
.td-hero--media .td-hero-media-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.6rem;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.td-hero--media .td-hero-inner {
  max-width: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.td-hero-media {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(224, 96, 128, 0.18);
  background: #fff;
}
.td-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.td-hero-media-cap {
  background: var(--pop-pink-soft, #FFF0F3);
  color: var(--pop-text-mid, #6B5D55);
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  padding: 0.7rem 1rem;
  letter-spacing: 0.02em;
}
@media (max-width: 860px) {
  .td-hero--media .td-hero-media-grid { grid-template-columns: 1fr; gap: 1.6rem; }
  .td-hero--media .td-hero-inner { text-align: center; }
  .td-hero-media img { aspect-ratio: 16 / 10; }
}

/* Simplant: 写真+テキスト(自己完結・横長スクショ対応) */
.imp-sim {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2.4rem;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  background: linear-gradient(135deg, #F4FAFD 0%, #FFFDF8 100%);
  border: 1px solid #DCEEF6;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 16px 40px rgba(141, 200, 226, 0.18);
}
.imp-sim-photo {
  margin: 0;
  min-width: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(60, 90, 110, 0.18);
  background: #1a1f24;
}
.imp-sim-photo img { display: block; width: 100%; height: auto; }
.imp-sim-photo figcaption {
  font-size: 0.74rem;
  color: var(--pop-text-mid, #6B5D55);
  text-align: center;
  padding: 0.55rem 0.7rem;
  background: #fff;
}
.imp-sim-text { min-width: 0; }
.imp-sim-lead {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--pop-text, #3A2F2A);
  line-height: 1.6;
  margin-bottom: 0.9rem;
}
.imp-sim-lead strong,
.imp-sim-text strong { color: #2E90B8; font-weight: 800; }
.imp-sim-text p:not(.imp-sim-lead) {
  font-size: 0.92rem;
  line-height: 1.95;
  color: var(--pop-text-mid, #6B5D55);
}
@media (max-width: 820px) {
  .imp-sim { grid-template-columns: 1fr; gap: 1.5rem; padding: 1.4rem; }
}

/* よくある質問(FAQ) — ネイティブ details / 角丸なし */
.td-faq { max-width: 760px; margin: 0 auto; }
.td-faq-item {
  border: 1px solid #E5DFDA;
  background: #fff;
  margin-bottom: 0.7rem;
}
.td-faq-item summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 1rem 2.8rem 1rem 1.2rem;
  font-weight: 800;
  font-size: 0.96rem;
  color: var(--pop-text);
}
.td-faq-item summary::-webkit-details-marker { display: none; }
.td-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.1rem; top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem; line-height: 1;
  color: #8A847E; font-weight: 400;
}
.td-faq-item[open] summary::after { content: "−"; }
.td-faq-item > p {
  margin: 0;
  padding: 0 1.2rem 1.1rem;
  font-size: 0.9rem;
  line-height: 1.9;
  color: var(--pop-text-mid);
}
.td-faq-item > p a { color: inherit; text-decoration: underline; font-weight: 700; }
.td-hero-badge {
  display: inline-block;
  padding: 0.32rem 1.1rem;
  background: linear-gradient(135deg, var(--pop-pink) 0%, #FF9874 100%);
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(255,143,160,0.4);
  margin-bottom: 0.9rem;
}
.td-hero[data-color="coral"]  .td-hero-badge { background: linear-gradient(135deg, var(--pop-coral) 0%, #FFB890 100%); box-shadow: 0 6px 14px rgba(255,152,116,0.45); }
.td-hero[data-color="mint"]   .td-hero-badge { background: linear-gradient(135deg, var(--pop-mint) 0%, #8FD9C2 100%); box-shadow: 0 6px 14px rgba(109,207,176,0.4); }
.td-hero[data-color="sky"]    .td-hero-badge { background: linear-gradient(135deg, var(--pop-sky) 0%, #B0DCEF 100%); box-shadow: 0 6px 14px rgba(141,200,226,0.45); }
.td-hero[data-color="yellow"] .td-hero-badge { background: linear-gradient(135deg, var(--pop-yellow) 0%, #FFE08A 100%); color: var(--pop-text); box-shadow: 0 6px 14px rgba(255,203,71,0.5); }
.td-hero-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--pop-text);
  margin: 0 0 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.td-hero-catch {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  font-weight: 700;
  color: var(--pop-text);
  line-height: 1.6;
  margin: 0 0 1.4rem;
  letter-spacing: 0.04em;
}
.td-hero-catch em {
  font-style: normal;
  color: var(--pop-pink);
  position: relative;
  font-size: 1.1em;
}
.td-hero[data-color="coral"] .td-hero-catch em  { color: var(--pop-coral); }
.td-hero[data-color="mint"] .td-hero-catch em   { color: var(--pop-mint); }
.td-hero[data-color="sky"] .td-hero-catch em    { color: #4FA3C7; }
.td-hero[data-color="yellow"] .td-hero-catch em { color: #D4A100; }
.td-hero-catch em::after {
  content: '';
  position: absolute;
  left: -3px; right: -3px; bottom: 2px;
  height: 12px;
  background: var(--pop-yellow);
  opacity: 0.55;
  z-index: -1;
  border-radius: 6px;
}
.td-hero-lead {
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  line-height: 2;
  color: var(--pop-text-mid);
  margin: 0;
  font-weight: 500;
}
.td-hero-lead strong {
  color: var(--pop-pink);
  font-weight: 800;
}

/* セクション共通 */
.td-section {
  padding: 3.5rem 0;
  background: #fff;
}

/* 見出しブロック */
.td-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 2.4rem;
}
.td-head-badge {
  display: inline-block;
  padding: 0.28rem 1rem;
  background: var(--pop-pink-light, #FFE5EA);
  color: var(--pop-pink);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  border-radius: 999px;
  margin-bottom: 0.7rem;
}
.td-head-badge[data-color="coral"]  { background: #FFE5D7; color: var(--pop-coral); }
.td-head-badge[data-color="mint"]   { background: #DCF4E9; color: var(--pop-mint); }
.td-head-badge[data-color="sky"]    { background: #D9EDF7; color: #4FA3C7; }
.td-head-badge[data-color="yellow"] { background: #FFF1B8; color: #D4A100; }
.td-head-badge[data-color="pink"]   { background: var(--pop-pink-light, #FFE5EA); color: var(--pop-pink); }
.td-head-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
  color: var(--pop-text);
  margin: 0 0 0.8rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.td-head-title em {
  font-style: normal;
  color: var(--pop-pink);
  position: relative;
}
.td-head-title em::after {
  content: '';
  position: absolute;
  left: -2px; right: -2px; bottom: 2px;
  height: 10px;
  background: var(--pop-yellow);
  opacity: 0.55;
  z-index: -1;
  border-radius: 5px;
}
.td-head-sub {
  font-size: 0.96rem;
  line-height: 1.95;
  color: var(--pop-text-mid);
  margin: 0;
}

/* 3カードグリッド(予防ケア) */
.td-care-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  max-width: 1100px;
  margin: 0 auto;
}
/* === 小児歯科:プロマイド風(白い写真プリント)カード+イラスト散りばめ === */
.td-care-card {
  position: relative;
  padding: 2.6rem 1.2rem 1.4rem;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #efe7e7;
  box-shadow: 0 12px 28px rgba(60,40,40,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: visible;
}
.td-care-card:hover { transform: translateY(-6px) rotate(-0.6deg); box-shadow: 0 22px 40px rgba(60,40,40,0.22); }
.td-care-card[data-color="mint"]   { box-shadow: 0 12px 28px rgba(60,40,40,0.13); }
.td-care-card[data-color="coral"]  { box-shadow: 0 12px 28px rgba(60,40,40,0.13); }
.td-care-card[data-color="yellow"] { box-shadow: 0 12px 28px rgba(60,40,40,0.13); }
.td-care-card[data-color="sky"]    { box-shadow: 0 12px 28px rgba(60,40,40,0.13); }
.td-care-num {
  position: absolute;
  top: -16px; left: 1.3rem;
  z-index: 2;
  width: 52px; height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pop-pink);
  color: #fff;
  border-radius: 50%;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-style: normal;
  font-size: 1.55rem;
  font-weight: 900;
  border: 4px solid #fff;
  box-shadow: 0 7px 16px rgba(255,143,160,0.5);
  transform: rotate(-7deg);
}
.td-care-card[data-color="mint"]   .td-care-num { background: var(--pop-mint); box-shadow: 0 7px 16px rgba(109,207,176,0.5); }
.td-care-card[data-color="coral"]  .td-care-num { background: var(--pop-coral); box-shadow: 0 7px 16px rgba(255,152,116,0.5); }
.td-care-card[data-color="yellow"] .td-care-num { background: var(--pop-yellow); color: var(--pop-text); box-shadow: 0 7px 16px rgba(255,203,71,0.5); }
.td-care-card[data-color="sky"]    .td-care-num { background: var(--pop-sky); box-shadow: 0 7px 16px rgba(141,200,226,0.5); }
.td-care-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px; height: 72px;
  background: var(--pop-pink-light, #FFE5EA);
  color: var(--pop-pink);
  border-radius: 20px;
  margin: 0.4rem 0 1rem;
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
}
.td-care-icon svg { width: 42px; height: 42px; }
.td-care-card[data-color="mint"]   .td-care-icon { background: #DCF4E9; color: var(--pop-mint); }
.td-care-card[data-color="coral"]  .td-care-icon { background: #FFE5D7; color: var(--pop-coral); }
.td-care-card[data-color="yellow"] .td-care-icon { background: #FFF1B8; color: #D4A100; }
.td-care-card[data-color="sky"]    .td-care-icon { background: #D9EDF7; color: #4FA3C7; }
.td-care-h {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--pop-pink);
  margin: 0 0 0.6rem;
  letter-spacing: 0.04em;
}
.td-care-card[data-color="mint"]   .td-care-h { color: #2FA98A; }
.td-care-card[data-color="coral"]  .td-care-h { color: var(--pop-coral); }
.td-care-card[data-color="yellow"] .td-care-h { color: #D4A100; }
.td-care-card[data-color="sky"]    .td-care-h { color: #4FA3C7; }
/* 予防ケアカードの画像(クリーンな枠に戻す) */
.td-care-photo {
  position: relative;
  z-index: 1;
  margin: 0.2rem 0 0.9rem;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #f2f6f9;
}
/* カードのまわりに散りばめる、小児らしいイラスト */
.td-care-deco { position: absolute; pointer-events: none; z-index: 4; line-height: 0; }
.td-care-deco svg { display: block; width: 100%; height: 100%; }
.td-care-deco-1 { top: -14px; right: 18px; width: 28px; height: 28px; transform: rotate(10deg); }
.td-care-deco-2 { top: 40%; right: -14px; width: 26px; height: 26px; transform: rotate(-8deg); }
.td-care-deco-3 { bottom: -14px; left: 28px; width: 30px; height: 30px; transform: rotate(-12deg); }
.td-care-deco-4 { bottom: 20px; left: -13px; width: 24px; height: 24px; transform: rotate(14deg); }
.td-care-deco-5 { top: 30%; left: -12px; width: 20px; height: 20px; transform: rotate(-6deg); }
.td-care-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.td-care-photo--ph {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pop-text-mid);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
/* 取り組み方カードの画像(正方形で統一) */
.td-policy-photo {
  margin: 0.5rem 0 1rem;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #f2f6f9;
}
.td-policy-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.td-policy-photo--ph {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pop-text-mid);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.td-care-desc {
  font-size: 0.9rem;
  line-height: 1.95;
  color: var(--pop-text-mid);
  margin: 0;
}
.td-care-desc strong {
  color: var(--pop-pink);
  font-weight: 800;
}
.td-care-card[data-color="mint"]   .td-care-desc strong { color: var(--pop-mint); }
.td-care-card[data-color="coral"]  .td-care-desc strong { color: var(--pop-coral); }
.td-care-card[data-color="yellow"] .td-care-desc strong { color: #D4A100; }
.td-care-card[data-color="sky"]    .td-care-desc strong { color: #4FA3C7; }
.td-care-note {
  text-align: center;
  font-size: 0.85rem;
  color: var(--pop-text-mid);
  margin: 1.8rem auto 0;
  max-width: 720px;
}

/* 3カード(取り組み方/方針) */
.td-policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  max-width: 1100px;
  margin: 0 auto;
}
.td-policy-card {
  position: relative;
  padding: 2.6rem 1.6rem 1.6rem;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(80,130,170,0.12);
  border: 2px solid var(--pop-pink-light, #FFE5EA);
  overflow: visible;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.td-policy-card:hover { transform: translateY(-5px); box-shadow: 0 22px 40px rgba(80,130,170,0.18); }
.td-policy-card[data-color="coral"]  { border-color: #FFD9C7; }
.td-policy-card[data-color="yellow"] { border-color: #FFEEA0; }
.td-policy-card[data-color="mint"]   { border-color: #C9EFE0; }
.td-policy-card[data-color="sky"]    { border-color: #D9EDF7; }
.td-policy-num {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px; height: 56px;
  background: var(--pop-pink);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 700;
  border: 4px solid #fff;
  box-shadow: 0 8px 16px rgba(255,143,160,0.4);
}
.td-policy-card[data-color="coral"]  .td-policy-num { background: var(--pop-coral); box-shadow: 0 8px 16px rgba(255,152,116,0.4); }
.td-policy-card[data-color="yellow"] .td-policy-num { background: var(--pop-yellow); color: var(--pop-text); box-shadow: 0 8px 16px rgba(255,203,71,0.5); }
.td-policy-card[data-color="mint"]   .td-policy-num { background: var(--pop-mint); box-shadow: 0 8px 16px rgba(109,207,176,0.4); }
.td-policy-card[data-color="sky"]    .td-policy-num { background: var(--pop-sky); box-shadow: 0 8px 16px rgba(141,200,226,0.45); }
.td-policy-h {
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--pop-text);
  margin: 0.4rem 0 0.7rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
  /* タイトルを常に2行分の高さにして写真位置を揃える */
  min-height: calc(1.1rem * 1.45 * 2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.td-policy-card p {
  font-size: 0.9rem;
  line-height: 1.95;
  color: var(--pop-text-mid);
  margin: 0;
}
.td-policy-card strong {
  color: var(--pop-pink);
  font-weight: 800;
}
.td-policy-card[data-color="coral"]  strong { color: var(--pop-coral); }
.td-policy-card[data-color="yellow"] strong { color: #D4A100; }
.td-policy-card[data-color="mint"]   strong { color: var(--pop-mint); }
.td-policy-card[data-color="sky"]    strong { color: #4FA3C7; }

/* ご褒美ボックス */
.td-section-reward { padding-top: 1rem; padding-bottom: 1rem; }
.td-reward-box {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.6rem;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 2.2rem;
  background: linear-gradient(135deg, #FFF5F0 0%, #FFFBEE 100%);
  border-radius: 24px;
  border: 3px dashed var(--pop-pink);
  box-shadow: 0 14px 30px rgba(255,143,160,0.2);
}
.td-reward-illust {
  width: 88px; height: 88px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
  animation: tdReward-bob 2.6s ease-in-out infinite;
}
@keyframes tdReward-bob {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50%      { transform: translateY(-5px) rotate(3deg); }
}
.td-reward-illust svg { width: 64px; height: 64px; }
.td-reward-tag {
  display: inline-block;
  padding: 0.2rem 0.8rem;
  background: var(--pop-pink);
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  border-radius: 999px;
  margin-bottom: 0.5rem;
}
.td-reward-h {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--pop-text);
  margin: 0 0 0.6rem;
  letter-spacing: 0.04em;
}
.td-reward-body p {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.95;
  color: var(--pop-text);
}
.td-reward-body p strong {
  color: var(--pop-pink);
  font-weight: 900;
}

/* 口腔機能発達不全症 */
.td-oral-card {
  max-width: 900px;
  margin: 0 auto;
  padding: 2.2rem 2rem;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 14px 30px rgba(80,130,170,0.12);
  border-left: 6px solid var(--pop-sky);
}
.td-oral-text {
  font-size: 0.95rem;
  line-height: 2;
  color: var(--pop-text);
  margin: 0 0 1.4rem;
}
.td-oral-text:last-of-type { margin-bottom: 0; }
.td-oral-text strong {
  color: #4FA3C7;
  font-weight: 800;
}
.td-oral-checklist-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--pop-text);
  margin: 1.5rem 0 0.9rem;
  padding-left: 0.6rem;
  border-left: 4px solid var(--pop-sky);
}
.td-oral-checklist {
  list-style: none;
  margin: 0 0 1.4rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
}
.td-oral-checklist li {
  position: relative;
  padding: 0.7rem 0.9rem 0.7rem 2.3rem;
  background: #F2F9FD;
  border-radius: 10px;
  font-size: 0.9rem;
  color: var(--pop-text);
  font-weight: 600;
  line-height: 1.5;
}
.td-oral-checklist li::before {
  content: '';
  position: absolute;
  left: 0.8rem; top: 50%;
  width: 18px; height: 18px;
  transform: translateY(-50%);
  background: var(--pop-sky);
  border-radius: 50%;
}
.td-oral-checklist li::after {
  content: '';
  position: absolute;
  left: 1.15rem; top: 50%;
  margin-top: -4px;
  width: 6px; height: 10px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  transform: rotate(45deg);
}
.td-oral-note {
  margin: 1.4rem 0 0;
  padding: 0.9rem 1.1rem;
  background: #F2F9FD;
  border-radius: 10px;
  font-size: 0.85rem;
  color: var(--pop-text-mid);
  line-height: 1.7;
}
.td-oral-note strong { color: #4FA3C7; font-weight: 900; }

/* 季節のイベント */
.td-events-grid {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  max-width: 1100px;
}
.td-event {
  padding: 1.6rem 1.3rem 1.4rem;
  background: #fff;
  border-radius: 18px;
  border: 2px solid var(--pop-pink-light, #FFE5EA);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.td-event:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.1);
  border-color: var(--pop-pink);
}
.td-event[data-color="mint"]   { border-color: #C9EFE0; }
.td-event[data-color="coral"]  { border-color: #FFD9C7; }
.td-event[data-color="sky"]    { border-color: #D9EDF7; }
.td-event[data-color="yellow"] { border-color: #FFEEA0; }
.td-event[data-color="mint"]:hover   { border-color: var(--pop-mint); }
.td-event[data-color="coral"]:hover  { border-color: var(--pop-coral); }
.td-event[data-color="sky"]:hover    { border-color: var(--pop-sky); }
.td-event[data-color="yellow"]:hover { border-color: var(--pop-yellow); }
.td-event-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--pop-pink-light, #FFE5EA);
  color: var(--pop-pink);
  margin-bottom: 0.7rem;
}
.td-event-icon svg { width: 30px; height: 30px; }
.td-event[data-color="mint"]   .td-event-icon { background: #DCF4E9; color: var(--pop-mint); }
.td-event[data-color="coral"]  .td-event-icon { background: #FFE5D7; color: var(--pop-coral); }
.td-event[data-color="sky"]    .td-event-icon { background: #D9EDF7; color: #4FA3C7; }
.td-event[data-color="yellow"] .td-event-icon { background: #FFF1B8; color: #D4A100; }
.td-event h4 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  color: var(--pop-text);
  margin: 0 0 0.5rem;
  letter-spacing: 0.04em;
}
.td-event p {
  font-size: 0.84rem;
  line-height: 1.8;
  color: var(--pop-text-mid);
  margin: 0;
  text-align: left;
}
.td-events-note {
  text-align: center;
  font-size: 0.88rem;
  color: var(--pop-text-mid);
  margin: 1.6rem auto 0;
  max-width: 720px;
  line-height: 1.7;
}
.td-events-note a {
  color: var(--pop-pink);
  text-decoration: none;
  border-bottom: 2px dashed currentColor;
}
.td-events-note a:hover { color: #FF6B85; }

/* ファクトグリッド(親知らずとは?など) */
.td-fact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 1080px;
  margin: 0 auto;
}
.td-fact {
  padding: 1.6rem 1.1rem 1.4rem;
  background: #fff;
  border-radius: 18px;
  border: 2px solid var(--pop-pink-light, #FFE5EA);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.td-fact:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(80,130,170,0.14); }
.td-fact[data-color="yellow"] { border-color: #FFEEA0; }
.td-fact[data-color="mint"]   { border-color: #C9EFE0; }
.td-fact[data-color="coral"]  { border-color: #FFD9C7; }
.td-fact[data-color="sky"]    { border-color: #D9EDF7; }
.td-fact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px; height: 52px;
  background: var(--pop-pink-light, #FFE5EA);
  color: var(--pop-pink);
  border-radius: 50%;
  margin-bottom: 0.7rem;
}
.td-fact-icon svg { width: 28px; height: 28px; }
.td-fact[data-color="yellow"] .td-fact-icon { background: #FFF1B8; color: #D4A100; }
.td-fact[data-color="mint"]   .td-fact-icon { background: #DCF4E9; color: var(--pop-mint); }
.td-fact[data-color="coral"]  .td-fact-icon { background: #FFE5D7; color: var(--pop-coral); }
.td-fact[data-color="sky"]    .td-fact-icon { background: #D9EDF7; color: #4FA3C7; }
.td-fact h4 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  color: var(--pop-text);
  margin: 0 0 0.45rem;
  letter-spacing: 0.04em;
}
.td-fact p {
  font-size: 0.82rem;
  line-height: 1.7;
  color: var(--pop-text-mid);
  margin: 0;
}

/* 生え方パターングリッド */
.td-pattern-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
  max-width: 980px;
  margin: 0 auto;
}
.td-pattern {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 2px solid #FFE5EA;
  box-shadow: 0 12px 28px rgba(80,130,170,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.td-pattern:hover { transform: translateY(-5px); box-shadow: 0 20px 38px rgba(80,130,170,0.18); }
.td-pattern[data-risk="low"]    { border-color: #C9EFE0; }
.td-pattern[data-risk="mid"]    { border-color: #FFEEA0; }
.td-pattern[data-risk="high"]   { border-color: #FFD9C7; }
.td-pattern[data-risk="varies"] { border-color: #D9EDF7; }
.td-pattern-visual {
  background: linear-gradient(135deg, #FFF9F5 0%, #FFFDF8 100%);
  padding: 1.4rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.td-pattern-visual svg { width: 100%; max-width: 220px; height: auto; }
.td-pattern-body {
  position: relative;
  padding: 2.2rem 1.4rem 1.6rem;
}
.td-pattern-num {
  position: absolute;
  top: -22px; left: 1.4rem;
  width: 44px; height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pop-sky);
  color: #fff;
  border-radius: 50%;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.2rem;
  font-weight: 700;
  border: 4px solid #fff;
  box-shadow: 0 6px 14px rgba(141,200,226,0.45);
}
.td-pattern-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--pop-text);
  margin: 0 0 0.6rem;
  letter-spacing: 0.03em;
}
.td-pattern-title small {
  display: block;
  font-size: 0.72em;
  color: var(--pop-text-mid);
  font-weight: 700;
  margin-top: 0.2rem;
}
.td-pattern-desc {
  font-size: 0.88rem;
  line-height: 1.85;
  color: var(--pop-text-mid);
  margin: 0 0 0.9rem;
}
.td-pattern-desc strong {
  color: var(--pop-pink);
  font-weight: 800;
}
.td-pattern-risk {
  display: inline-block;
  padding: 0.32rem 0.85rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  border-radius: 999px;
  letter-spacing: 0.04em;
}
.td-pattern[data-risk="low"]    .td-pattern-risk { background: #DCF4E9; color: var(--pop-mint); }
.td-pattern[data-risk="mid"]    .td-pattern-risk { background: #FFF1B8; color: #D4A100; }
.td-pattern[data-risk="high"]   .td-pattern-risk { background: #FFE5D7; color: var(--pop-coral); }
.td-pattern[data-risk="varies"] .td-pattern-risk { background: #D9EDF7; color: #4FA3C7; }
.td-pattern-note {
  text-align: center;
  font-size: 0.82rem;
  color: var(--pop-text-mid);
  margin: 1.6rem auto 0;
  max-width: 720px;
  line-height: 1.7;
}

/* リスクカードグリッド */
.td-risk-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 880px;
  margin: 0 auto;
}
.td-risk-grid { align-items: start; }
.td-risk-card {
  padding: 1.8rem 1.7rem 1.6rem;
  background: #fff;
  border-radius: 18px;
  border-top: 4px solid var(--pop-pink);
  text-align: center;
  box-shadow: 0 10px 22px rgba(80,130,170,0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
/* イラスト付きリスクカード(智歯周囲炎など) */
.td-risk-card--img { padding-top: 1.1rem; }
.td-risk-fig {
  margin: 0 0 1.1rem;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(80,130,170,0.14);
}
.td-risk-fig img { display: block; width: 100%; height: auto; }
/* 抜歯を検討する? / 経過観察でOK? の2列比較 */
.td-judge-lead {
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: 1.15rem;
  color: var(--pop-text);
  margin: 2.4rem 0 1.2rem;
  letter-spacing: 0.03em;
}
.td-judge {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.3rem;
  align-items: start;
}
.td-judge-col {
  background: #fff;
  border-radius: 18px;
  padding: 0 1.6rem 1.6rem;
  box-shadow: 0 12px 28px rgba(80,130,170,0.12);
  overflow: hidden;
}
.td-judge-head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 -1.6rem 1.2rem;
  padding: 1.1rem 1.5rem;
  background: #FFF0E9;
}
.td-judge-col--keep .td-judge-head { background: #E3F6EC; }
.td-judge-icon {
  width: 42px; height: 42px;
  flex: none;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--pop-coral); color: #fff;
}
.td-judge-col--keep .td-judge-icon { background: #57C08A; }
.td-judge-icon svg { width: 22px; height: 22px; }
.td-judge-head h3 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.18rem; font-weight: 900; margin: 0;
  color: var(--pop-coral); letter-spacing: 0.03em;
}
.td-judge-col--keep .td-judge-head h3 { color: #3FA877; }
.td-judge-col ul { list-style: none; margin: 0; padding: 0; }
.td-judge-col li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.75rem;
  font-size: 0.94rem; line-height: 1.75; color: var(--pop-text);
}
.td-judge-col li:last-child { margin-bottom: 0; }
.td-judge-col li::before {
  content: "";
  position: absolute; left: 0; top: 0.5em;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--pop-coral);
}
.td-judge-col--keep li::before { background: #57C08A; }
.td-judge-col li strong { color: var(--pop-coral); font-weight: 800; }
.td-judge-col--keep li strong { color: #3FA877; }
.td-judge-note {
  max-width: 920px;
  margin: 1.1rem auto 0;
  font-size: 0.84rem;
  line-height: 1.7;
  color: var(--pop-text-mid);
  text-align: center;
}
@media (max-width: 680px) {
  .td-judge { grid-template-columns: 1fr; }
}
.td-risk-card:hover { transform: translateY(-4px); box-shadow: 0 16px 30px rgba(80,130,170,0.16); }
.td-risk-card[data-color="coral"]  { border-top-color: var(--pop-coral); }
.td-risk-card[data-color="yellow"] { border-top-color: var(--pop-yellow); }
.td-risk-card[data-color="sky"]    { border-top-color: var(--pop-sky); }
.td-risk-card[data-color="mint"]   { border-top-color: var(--pop-mint); }
.td-risk-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  background: var(--pop-pink-light, #FFE5EA);
  color: var(--pop-pink);
  border-radius: 14px;
  margin-bottom: 0.6rem;
}
.td-risk-icon svg { width: 26px; height: 26px; }
.td-risk-card[data-color="coral"]  .td-risk-icon { background: #FFE5D7; color: var(--pop-coral); }
.td-risk-card[data-color="yellow"] .td-risk-icon { background: #FFF1B8; color: #D4A100; }
.td-risk-card[data-color="sky"]    .td-risk-icon { background: #D9EDF7; color: #4FA3C7; }
.td-risk-card[data-color="mint"]   .td-risk-icon { background: #DCF4E9; color: var(--pop-mint); }
.td-risk-card h4 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--pop-text);
  margin: 0 0 0.55rem;
  letter-spacing: 0.03em;
}
.td-risk-card p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--pop-text-mid);
  margin: 0;
}
.td-risk-card p strong {
  color: var(--pop-pink);
  font-weight: 800;
}
.td-risk-card[data-color="coral"]  p strong { color: var(--pop-coral); }
.td-risk-card[data-color="yellow"] p strong { color: #D4A100; }
.td-risk-card[data-color="sky"]    p strong { color: #4FA3C7; }
.td-risk-card[data-color="mint"]   p strong { color: var(--pop-mint); }

@media (max-width: 900px) {
  .td-fact-grid { grid-template-columns: repeat(2, 1fr); }
  .td-pattern-grid { grid-template-columns: 1fr; }
  .td-risk-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .td-risk-grid { grid-template-columns: 1fr; max-width: 420px; }
}
@media (max-width: 520px) {
  .td-fact-grid { grid-template-columns: 1fr; }
  .td-risk-grid { grid-template-columns: 1fr; }
}

/* 文章セクション */
.td-prose {
  max-width: 820px;
  margin: 0 auto;
  font-size: 0.96rem;
  line-height: 2;
  color: var(--pop-text);
}
.td-prose p { margin: 0 0 1.2rem; }
.td-prose p:last-child { margin-bottom: 0; }
.td-prose strong {
  color: var(--pop-pink);
  font-weight: 800;
}

/* ポイントカードリスト(strong + description) */
.td-points {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 820px;
  display: grid;
  gap: 0.8rem;
}
.td-points li {
  position: relative;
  padding: 1.1rem 1.3rem 1.1rem 3rem;
  background: #fff;
  border-radius: 14px;
  border: 2px solid var(--pop-pink-light, #FFE5EA);
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--pop-text);
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(80,130,170,0.06);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.td-points li:hover {
  transform: translateY(-2px);
  border-color: var(--pop-pink);
  box-shadow: 0 10px 22px rgba(255,143,160,0.16);
}
.td-points li::before {
  content: '';
  position: absolute;
  left: 1rem; top: 50%;
  width: 18px; height: 18px;
  transform: translateY(-50%);
  background: var(--pop-pink);
  border-radius: 50%;
}
.td-points li::after {
  content: '';
  position: absolute;
  left: 1.35rem; top: 50%;
  margin-top: -4px;
  width: 6px; height: 10px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  transform: rotate(45deg);
}
.td-points li strong {
  display: inline-block;
  color: var(--pop-pink);
  font-weight: 900;
  margin-right: 0.5em;
}
/* テーマカラー対応 */
.td-points[data-color="mint"] li { border-color: #C9EFE0; }
.td-points[data-color="mint"] li:hover { border-color: var(--pop-mint); box-shadow: 0 10px 22px rgba(109,207,176,0.18); }
.td-points[data-color="mint"] li::before { background: var(--pop-mint); }
.td-points[data-color="mint"] li strong { color: var(--pop-mint); }
.td-points[data-color="sky"] li { border-color: #D9EDF7; }
.td-points[data-color="sky"] li:hover { border-color: var(--pop-sky); box-shadow: 0 10px 22px rgba(141,200,226,0.22); }
.td-points[data-color="sky"] li::before { background: var(--pop-sky); }
.td-points[data-color="sky"] li strong { color: #4FA3C7; }
.td-points[data-color="coral"] li { border-color: #FFD9C7; }
.td-points[data-color="coral"] li:hover { border-color: var(--pop-coral); box-shadow: 0 10px 22px rgba(255,152,116,0.18); }
.td-points[data-color="coral"] li::before { background: var(--pop-coral); }
.td-points[data-color="coral"] li strong { color: var(--pop-coral); }
.td-points[data-color="yellow"] li { border-color: #FFEEA0; }
.td-points[data-color="yellow"] li:hover { border-color: var(--pop-yellow); box-shadow: 0 10px 22px rgba(255,203,71,0.22); }
.td-points[data-color="yellow"] li::before { background: var(--pop-yellow); }
.td-points[data-color="yellow"] li strong { color: #D4A100; }

/* 詳細治療ブロック (CR/インレー/根管治療など) */
.td-detail-grid {
  display: grid;
  gap: 1.8rem;
  max-width: 900px;
  margin: 0 auto;
}
/* 入れ歯(保険)カード:画像ボックスを統一(縦横比固定・全体表示) */
.denture-basic .td-detail-fig { aspect-ratio: 4 / 3; background: #fff; }
.denture-basic .td-detail-fig img { width: 100%; height: 100%; object-fit: contain; }
/* ホワイトニング:オフィス+ホームを横並び、デュアルは下段に全幅 */
.wh-types {
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  max-width: 900px;
  align-items: stretch;
}
.wh-types > article:nth-child(3) { grid-column: 1 / -1; }
@media (max-width: 720px) {
  .wh-types { grid-template-columns: 1fr; }
}
/* 3列横並び(素材の比較レイアウト) */
.td-detail-grid--3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  max-width: 980px;
  align-items: stretch;
}
.td-detail-grid--3 .td-detail-block { padding-top: 2.2rem; }
.td-detail-grid--2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
  max-width: 880px;
  align-items: stretch;
}
@media (max-width: 820px) {
  .td-detail-grid--3 { grid-template-columns: 1fr; max-width: 480px; }
  .td-detail-grid--2 { grid-template-columns: 1fr; max-width: 460px; }
}
.td-detail-block {
  position: relative;
  padding: 2.6rem 1.8rem 1.8rem;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 14px 30px rgba(80,130,170,0.12);
  border-top: 5px solid var(--pop-pink);
}
.td-detail-block[data-color="mint"]   { border-top-color: var(--pop-mint); }
.td-detail-block[data-color="coral"]  { border-top-color: var(--pop-coral); }
.td-detail-block[data-color="sky"]    { border-top-color: var(--pop-sky); }
.td-detail-block[data-color="yellow"] { border-top-color: var(--pop-yellow); }
.td-detail-num {
  position: absolute;
  top: -22px; left: 1.6rem;
  width: 52px; height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pop-pink);
  color: #fff;
  border-radius: 50%;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.35rem;
  font-weight: 700;
  border: 4px solid #fff;
  box-shadow: 0 8px 16px rgba(255,143,160,0.4);
}
.td-detail-block[data-color="mint"]   .td-detail-num { background: var(--pop-mint); box-shadow: 0 8px 16px rgba(109,207,176,0.4); }
.td-detail-block[data-color="coral"]  .td-detail-num { background: var(--pop-coral); box-shadow: 0 8px 16px rgba(255,152,116,0.4); }
.td-detail-block[data-color="sky"]    .td-detail-num { background: var(--pop-sky); box-shadow: 0 8px 16px rgba(141,200,226,0.45); }
.td-detail-block[data-color="yellow"] .td-detail-num { background: var(--pop-yellow); color: var(--pop-text); box-shadow: 0 8px 16px rgba(255,203,71,0.5); }
.td-detail-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--pop-text);
  margin: 0 0 1rem;
  letter-spacing: 0.04em;
}
.td-detail-fig {
  margin: 0 0 1.2rem;
  border-radius: 16px;
  overflow: hidden;
  background: #faf7f4;
  box-shadow: 0 8px 20px rgba(80,130,170,0.14);
}
.td-detail-fig img {
  display: block;
  width: 100%;
  height: auto;
}
/* 画像を少し小さく中央寄せ(床矯正の装置写真など) */
.td-detail-fig--compact {
  width: 76%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
/* なぜ1期治療カード:画像ボックスを統一(縦横比固定・全体表示) */
.why-reasons .td-detail-fig {
  aspect-ratio: 3 / 2;
  background: #fff;
}
.why-reasons .td-detail-fig img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* 1期治療を始めるタイミング:症状の画像+ラベルカード */
.td-symptom-list {
  list-style: none;
  margin: 1.2rem auto 0;
  padding: 0;
  max-width: 880px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.td-symptom {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(80,130,170,0.1);
  text-align: center;
}
.td-symptom-img { display: block; width: 100%; aspect-ratio: 1 / 1; background: #f4f8fb; }
.td-symptom-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.td-symptom-img--ph {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pop-text-mid);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.td-symptom-label {
  margin: 0;
  padding: 0.6rem 0.4rem 0.85rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.td-symptom-label strong {
  display: block;
  font-weight: 900;
  font-size: 0.92rem;
  color: var(--pop-text);
  margin-bottom: 0.15rem;
}
.td-symptom-label small {
  font-size: 0.7rem;
  line-height: 1.4;
  color: var(--pop-text-mid);
}
.td-symptom-list--4 { grid-template-columns: repeat(4, 1fr); max-width: 760px; }
@media (max-width: 760px) {
  .td-symptom-list { grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }
}
/* 保護者へのお願い:一枚のメモ用紙風 */
.kids-memo {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  background: #FFFEF6;
  border: 1px solid #EFE8D4;
  border-radius: 8px;
  padding: 2.1rem 2rem 1.8rem 2.8rem;
  box-shadow: 0 18px 40px rgba(80,130,170,0.18);
  transform: rotate(-0.8deg);
}
.kids-memo::before {
  content: '';
  position: absolute;
  left: 1.7rem; top: 1rem; bottom: 1rem;
  width: 2px;
  background: #F3B8C0;
  opacity: 0.8;
}
.kids-memo-tape {
  position: absolute;
  top: -13px; left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  width: 124px; height: 26px;
  background: rgba(141,200,226,0.45);
  border: 1px solid rgba(141,200,226,0.3);
  box-shadow: 0 3px 7px rgba(0,0,0,0.07);
}
.kids-memo-head {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: 1.12rem;
  color: var(--pop-mint);
  margin: 0 0 1rem;
  letter-spacing: 0.04em;
}
.kids-memo-list { list-style: none; margin: 0; padding: 0; }
.kids-memo-list li {
  position: relative;
  padding-left: 1.9rem;
  margin-bottom: 0.85rem;
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--pop-text);
}
.kids-memo-list li:last-child { margin-bottom: 0; }
.kids-memo-list li::before {
  content: '✓';
  position: absolute;
  left: 0; top: 0.1rem;
  width: 1.3rem; height: 1.3rem;
  background: var(--pop-mint);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 900;
}
.kids-memo-list strong { color: #2FA98A; font-weight: 800; }

/* 知覚過敏「主な原因」をsense-card内で詰めたグリッド表示(汎用ul装飾を無効化) */
.td-sense-card .td-symptom-list { gap: 0.8rem; margin-top: 0.4rem; }
.td-sense-card .td-symptom { padding: 0; }
.td-sense-card .td-symptom::before { content: none; display: none; }
.td-sense-card .td-symptom-label { padding: 0.5rem 0.3rem 0.7rem; }
/* むし歯治療の4つの方針:2×2カード(上に画像・下にテキスト) */
.policy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
  max-width: 940px;
  margin: 0 auto;
}
.policy-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(80,130,170,0.12);
  border-top: 4px solid var(--pop-mint);
  overflow: hidden;
  transition: transform 0.38s cubic-bezier(0.22,0.61,0.36,1), box-shadow 0.38s ease;
}
.policy-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 26px 46px rgba(80,130,170,0.22);
}
.policy-card:hover .policy-fig img { transform: scale(1.08); }
.policy-card:hover .policy-num { transform: translateY(-2px); }
.policy-card[data-color="sky"]    { border-top-color: var(--pop-sky); }
.policy-card[data-color="coral"]  { border-top-color: var(--pop-coral); }
.policy-card[data-color="yellow"] { border-top-color: var(--pop-yellow); }
.policy-fig {
  margin: 0;
  aspect-ratio: 3 / 2;
  background: #F3F7FA;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.policy-fig img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s cubic-bezier(0.22,0.61,0.36,1); }
.policy-fig-ph {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 2.4rem;
  color: #C5D5E0;
  letter-spacing: 0.04em;
}
.policy-body { padding: 0.95rem 1.1rem 1.25rem; }
.policy-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1rem;
  color: var(--pop-mint);
  letter-spacing: 0.08em;
  margin-bottom: 0.3rem;
  transition: transform 0.38s ease;
}
.policy-card[data-color="sky"]    .policy-num { color: #4FA3C7; }
.policy-card[data-color="coral"]  .policy-num { color: var(--pop-coral); }
.policy-card[data-color="yellow"] .policy-num { color: #D4A100; }
.policy-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  color: var(--pop-text);
  margin: 0 0 0.4rem;
  letter-spacing: 0.02em;
}
.policy-desc {
  font-size: 0.82rem;
  line-height: 1.7;
  color: var(--pop-text-mid);
  margin: 0;
}
@media (max-width: 880px) {
  .policy-grid { grid-template-columns: 1fr 1fr; max-width: 560px; }
}
@media (max-width: 480px) {
  .policy-grid { grid-template-columns: 1fr; max-width: 360px; }
}
/* むし歯の進行 C0〜C4 */
.caries-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  max-width: 1120px;
  margin: 0 auto;
  align-items: start;
}
.caries-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.2rem 1rem 1.4rem;
  text-align: center;
  box-shadow: 0 10px 22px rgba(80,130,170,0.1);
  border-top: 4px solid var(--pop-mint);
}
.caries-card[data-color="sky"]    { border-top-color: var(--pop-sky); }
.caries-card[data-color="yellow"] { border-top-color: var(--pop-yellow); }
.caries-card[data-color="coral"]  { border-top-color: var(--pop-coral); }
.caries-card[data-color="pink"]   { border-top-color: var(--pop-pink); }
.caries-fig {
  margin: 0 0 0.9rem;
  aspect-ratio: 3 / 5;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #EDF2F6;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.caries-fig img { width: 100%; height: 100%; object-fit: cover; }
.caries-fig-ph {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 2rem;
  color: #C5D5E0;
  letter-spacing: 0.04em;
}
.caries-stage {
  display: inline-block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: 0.92rem;
  color: #fff;
  background: var(--pop-mint);
  border-radius: 999px;
  padding: 0.12rem 0.85rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.06em;
}
.caries-card[data-color="sky"]    .caries-stage { background: var(--pop-sky); }
.caries-card[data-color="yellow"] .caries-stage { background: var(--pop-yellow); color: var(--pop-text); }
.caries-card[data-color="coral"]  .caries-stage { background: var(--pop-coral); }
.caries-card[data-color="pink"]   .caries-stage { background: var(--pop-pink); }
.caries-name {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  color: var(--pop-text);
  margin: 0 0 0.5rem;
  line-height: 1.4;
}
.caries-desc {
  font-size: 0.82rem;
  line-height: 1.7;
  color: var(--pop-text-mid);
  margin: 0;
}
.caries-desc strong { color: var(--pop-coral); font-weight: 800; }
@media (max-width: 900px) {
  .caries-flow { grid-template-columns: repeat(2, 1fr); max-width: 560px; }
}
@media (max-width: 560px) {
  /* スマホ:縦長画像の積み重ねをやめ、小さい画像＋テキストの横並びカードに */
  .caries-flow { grid-template-columns: 1fr; max-width: 440px; gap: 0.7rem; }
  .caries-card { display: grid; grid-template-columns: 76px 1fr; grid-template-rows: auto auto auto; column-gap: 0.85rem; row-gap: 0.15rem; align-items: center; text-align: left; padding: 0.75rem 0.9rem; border-top: none; border-left: 4px solid var(--pop-mint); border-radius: 12px; }
  .caries-card[data-color="sky"]    { border-left-color: var(--pop-sky); }
  .caries-card[data-color="yellow"] { border-left-color: var(--pop-yellow); }
  .caries-card[data-color="coral"]  { border-left-color: var(--pop-coral); }
  .caries-card[data-color="pink"]   { border-left-color: var(--pop-pink); }
  .caries-fig { grid-column: 1; grid-row: 1 / 4; margin: 0; width: 76px; aspect-ratio: 3/4; border-radius: 9px; align-self: center; }
  .caries-stage { grid-column: 2; grid-row: 1; justify-self: start; margin: 0 0 0.15rem; font-size: 0.8rem; padding: 0.1rem 0.7rem; }
  .caries-name { grid-column: 2; grid-row: 2; font-size: 0.95rem; margin: 0 0 0.2rem; }
  .caries-desc { grid-column: 2; grid-row: 3; font-size: 0.8rem; line-height: 1.65; }
}
/* 流れ見出し下:スクロール誘導の矢印(ふわっと下に動く) */
.flow-cue {
  display: flex;
  justify-content: center;
  margin: 0.2rem 0 1.6rem;
  color: var(--pop-pink);
  animation: flowCueBob 1.8s ease-in-out infinite;
}
.flow-cue svg { width: 40px; height: 48px; }
.flow-cue-c1 { animation: flowCueFade 1.8s ease-in-out infinite; }
.flow-cue-c2 { animation: flowCueFade 1.8s ease-in-out 0.22s infinite; }
@keyframes flowCueBob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(9px); }
}
@keyframes flowCueFade {
  0%, 100% { opacity: 0.35; }
  50%      { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .flow-cue, .flow-cue-c1, .flow-cue-c2 { animation: none; }
}
/* 治療の流れ:カード型(グレー地パネル＋2列、左アクセントバー＋角丸アイコン) */
.flow-cards {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0.5rem 0;
  background: #fff;
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.flow-card {
  position: relative;
  width: 100%;
  max-width: 730px;
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 1.6rem;
  align-items: center;
  background: #fff;
  border-radius: 18px;
  padding: 1.4rem 1.5rem 1.4rem 1.7rem;
  box-shadow: 0 10px 26px rgba(80,130,170,0.10);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.flow-card::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 6px;
  background: var(--pop-pink);
}
.flow-card[data-color="mint"]::before   { background: var(--pop-mint); }
.flow-card[data-color="sky"]::before    { background: var(--pop-sky); }
.flow-card[data-color="coral"]::before  { background: var(--pop-coral); }
.flow-card[data-color="yellow"]::before { background: var(--pop-yellow); }
/* ジグザグ:奇数=左寄せ / 偶数=右寄せ＆ミラー(アイコン右・右寄せ・帯右) */
.flow-card:nth-child(odd)  { margin-right: auto; }
.flow-card:nth-child(even) {
  margin-left: auto;
  grid-template-columns: 1fr 210px;
}
.flow-card:nth-child(even) .flow-icon { grid-column: 2; grid-row: 1; }
.flow-card:nth-child(even) .flow-body { grid-column: 1; grid-row: 1; text-align: right; }
.flow-card:nth-child(even)::before { left: auto; right: 0; }
/* スクロールで左右から滑り込むアニメーション */
.flow-card.reveal {
  opacity: 0;
  transform: translateX(-46px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.flow-card:nth-child(even).reveal { transform: translateX(46px); }
.flow-card.reveal.visible { opacity: 1; transform: none; }
.flow-card.reveal.visible:hover { transform: translateY(-6px); box-shadow: 0 18px 36px rgba(80,130,170,0.16); }
.flow-icon {
  width: 210px; height: 210px;
  border-radius: 22px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.flow-icon img { width: 100%; height: 100%; object-fit: contain; }
.flow-label {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: 0.12em;
  color: var(--pop-pink);
  margin-bottom: 0.15rem;
}
.flow-card[data-color="mint"]   .flow-label { color: var(--pop-mint); }
.flow-card[data-color="sky"]    .flow-label { color: #4FA3C7; }
.flow-card[data-color="coral"]  .flow-label { color: var(--pop-coral); }
.flow-card[data-color="yellow"] .flow-label { color: #D4A100; }
.flow-name {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--pop-text);
  margin: 0 0 0.4rem;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
.flow-desc {
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--pop-text-mid);
  margin: 0;
}
@media (max-width: 820px) {
  .flow-cards { padding: 1.2rem 1rem; gap: 1.1rem; }
  /* モバイルはジグザグ解除:全カード左寄せ・アイコン左・横スライドなし */
  .flow-card,
  .flow-card:nth-child(even) {
    max-width: 100%;
    margin: 0;
    grid-template-columns: 150px 1fr;
  }
  .flow-card:nth-child(even) .flow-icon { grid-column: 1; }
  .flow-card:nth-child(even) .flow-body { grid-column: 2; text-align: left; }
  .flow-card:nth-child(even)::before { left: 0; right: auto; }
  .flow-icon { width: 150px; height: 150px; }
  .flow-card.reveal,
  .flow-card:nth-child(even).reveal { transform: translateY(30px); }
  .flow-card.reveal.visible { transform: none; }
}
@media (max-width: 420px) {
  .flow-card,
  .flow-card:nth-child(even) { grid-template-columns: 120px 1fr; gap: 1rem; padding: 1.1rem 1.1rem 1.1rem 1.3rem; }
  .flow-icon { width: 120px; height: 120px; }
  .flow-name { font-size: 1.3rem; }
}
/* 縦1列の症例リスト(枠なし・画像大きめ、画像サイズを統一) */
.td-detail-grid--rows {
  grid-template-columns: 1fr !important;
  max-width: 860px !important;
  gap: 0 !important;
}
.td-detail-block--row {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 2.6rem;
  align-items: center;
  /* 枠(カード)を外す */
  background: transparent;
  box-shadow: none;
  border-top: none;
  border-radius: 0;
  padding: 2.6rem 0.5rem;
}
.td-detail-block--row + .td-detail-block--row {
  border-top: 1px solid #ececec;
}
.td-detail-block--row .td-detail-fig {
  margin: 0;
  width: 300px;
  height: 300px;
  flex: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.td-detail-block--row .td-detail-fig img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* 番号バッジ:画像の左上に重ねる */
.td-detail-block--row .td-detail-num {
  top: 1.6rem;
  left: 0;
}
.td-detail-block--row .td-detail-title {
  margin-top: 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
}
.td-detail-block--row .td-detail-sub {
  font-size: 1rem;
}
.td-detail-block--row .td-detail-body > p {
  font-size: 1.12rem;
  line-height: 1.95;
}
@media (max-width: 600px) {
  .td-detail-block--row .td-detail-title { font-size: 1.7rem; }
  .td-detail-block--row .td-detail-body > p { font-size: 1.02rem; }
  .td-detail-block--row {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 1.4rem;
    padding: 2.2rem 0;
  }
  .td-detail-block--row .td-detail-fig {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
  .td-detail-block--row .td-detail-num { left: 50%; margin-left: -150px; top: 1.2rem; }
}
/* 5点まとめ図を1枚ずつ分割して表示(上段3・下段2、モバイルは縦積み) */
.health-risks {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.1rem;
  max-width: 1060px;
  margin: 0 auto 1.6rem;
}
.health-risks .hr-item { margin: 0; }
.health-risks .hr-item:nth-child(-n+3) { grid-column: span 2; }
.health-risks .hr-item:nth-child(n+4)  { grid-column: span 3; }
.health-risks .hr-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
@media (max-width: 700px) {
  .health-risks {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    max-width: 460px;
  }
  .health-risks .hr-item { grid-column: 1 / -1 !important; }
}
/* セクション幅の横長フィギュア(説明図など) */
.td-figure {
  max-width: 940px;
  margin: 0 auto 2.2rem;
  padding: 1.4rem;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 14px 30px rgba(80,130,170,0.12);
}
.td-figure img {
  display: block;
  width: 100%;
  height: auto;
}
.td-figure figcaption {
  margin-top: 0.9rem;
  text-align: center;
  font-size: 0.86rem;
  color: var(--pop-text-mid);
}
.td-detail-block p {
  font-size: 0.95rem;
  line-height: 2;
  color: var(--pop-text);
  margin: 0 0 1rem;
}
.td-detail-block p:last-child { margin-bottom: 0; }
.td-detail-block p strong {
  color: var(--pop-pink);
  font-weight: 800;
}
.td-detail-block[data-color="mint"]   p strong { color: var(--pop-mint); }
.td-detail-block[data-color="coral"]  p strong { color: var(--pop-coral); }
.td-detail-block[data-color="sky"]    p strong { color: #4FA3C7; }
.td-detail-block[data-color="yellow"] p strong { color: #D4A100; }
.td-detail-sub {
  display: inline-block;
  margin: 1.4rem 0 0.7rem !important;
  padding: 0.3rem 0.9rem;
  background: var(--pop-pink-light, #FFE5EA);
  color: var(--pop-pink) !important;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.86rem !important;
  font-weight: 900 !important;
  border-radius: 999px;
  line-height: 1.4 !important;
  letter-spacing: 0.04em;
}
.td-detail-block[data-color="mint"]   .td-detail-sub { background: #DCF4E9; color: var(--pop-mint) !important; }
.td-detail-block[data-color="coral"]  .td-detail-sub { background: #FFE5D7; color: var(--pop-coral) !important; }
.td-detail-block[data-color="sky"]    .td-detail-sub { background: #D9EDF7; color: #4FA3C7 !important; }
.td-detail-block[data-color="yellow"] .td-detail-sub { background: #FFF1B8; color: #D4A100 !important; }
.td-detail-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}
.td-detail-block ul li {
  position: relative;
  padding: 0.4rem 0 0.4rem 1.6rem;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--pop-text);
}
.td-detail-block ul li::before {
  content: '';
  position: absolute;
  left: 0.3rem; top: 0.95rem;
  width: 8px; height: 8px;
  background: var(--pop-pink);
  border-radius: 50%;
}
.td-detail-block[data-color="mint"]   ul li::before { background: var(--pop-mint); }
.td-detail-block[data-color="coral"]  ul li::before { background: var(--pop-coral); }
.td-detail-block[data-color="sky"]    ul li::before { background: var(--pop-sky); }
.td-detail-block[data-color="yellow"] ul li::before { background: var(--pop-yellow); }
.td-detail-block ul li strong {
  color: var(--pop-pink);
  font-weight: 800;
}
.td-detail-block[data-color="mint"]   ul li strong { color: var(--pop-mint); }
.td-detail-block[data-color="coral"]  ul li strong { color: var(--pop-coral); }
.td-detail-block[data-color="sky"]    ul li strong { color: #4FA3C7; }
.td-detail-block[data-color="yellow"] ul li strong { color: #D4A100; }

/* 特色推し(院長・吉野の専門外来) */
.td-feature { padding: 4rem 0; }

/* 炎情熱バージョン */
.td-feature-blaze {
  position: relative;
  overflow: hidden;
  background: #fff;
  isolation: isolate;
}
.blaze-deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.blaze-deco svg {
  display: block;
  filter: drop-shadow(0 4px 12px rgba(255,107,51,0.5));
}
.blaze-deco-1 { top: 30px; left: 4%; width: 56px; height: 84px; animation: blaze-flicker 0.55s ease-in-out infinite alternate; }
.blaze-deco-2 { top: 80px; right: 6%; width: 44px; height: 66px; animation: blaze-flicker 0.65s ease-in-out infinite alternate-reverse; animation-delay: -0.2s; }
.blaze-deco-3 { bottom: 60px; left: 8%; width: 48px; height: 72px; animation: blaze-flicker 0.5s ease-in-out infinite alternate; animation-delay: -0.4s; }
@keyframes blaze-flicker {
  0%   { transform: scale(1) rotate(-3deg); }
  100% { transform: scale(1.08) rotate(3deg); }
}

.td-feature-blaze .section-inner { position: relative; z-index: 1; }

.td-head-badge-blaze {
  background: linear-gradient(135deg, #FF3B5C 0%, #FF6B85 50%, #FF8FA0 100%) !important;
  color: #fff !important;
  letter-spacing: 0.2em !important;
  font-size: 0.82rem !important;
  padding: 0.32rem 1.2rem !important;
  box-shadow: 0 8px 20px rgba(255,59,92,0.4) !important;
  animation: blaze-badge-pulse 2s ease-in-out infinite;
}
@keyframes blaze-badge-pulse {
  0%, 100% { box-shadow: 0 8px 20px rgba(255,59,92,0.4); }
  50%      { box-shadow: 0 8px 28px rgba(255,59,92,0.7); }
}

.td-feature-hero.td-feature-hero-blaze {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 2rem;
  align-items: center;
  background: #fff;
  border: 3px solid #FF3B5C;
  box-shadow: 0 18px 38px rgba(255,59,92,0.16);
  padding: 2rem;
  border-radius: 24px;
  max-width: 1020px;
  margin: 2.4rem auto 2rem;
  overflow: visible;
}

/* 院長の写真(横長) + 浮かぶPASSIONバッジ */
.td-feature-photo {
  position: relative;
  margin: 0;
  width: 100%;
  border-radius: 18px;
  overflow: visible;
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
  border: 4px solid #fff;
  background: #fff;
}
.td-feature-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 14px;
}
.td-feature-photo-tag {
  position: absolute;
  bottom: 14px; left: 14px;
  padding: 0.4rem 1rem;
  background: linear-gradient(135deg, #FF3B5C 0%, #FF6B85 100%);
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(255,59,92,0.5);
}
.td-feature-photo .td-feature-badge {
  position: absolute;
  top: -22px;
  right: -22px;
  z-index: 3;
  width: 100px;
  height: 100px;
}
.td-feature-photo .td-feature-badge .td-badge-flame {
  width: 32px;
  height: 48px;
  top: -24px;
}
.td-feature-photo .td-feature-badge .td-feature-badge-no { font-size: 0.95rem; }
.td-feature-photo .td-feature-badge .td-feature-badge-label { font-size: 0.62rem; }
.td-feature-text { min-width: 0; }

/* PASSIONバッジ(明るい赤) */
.td-feature-badge-blaze {
  background: linear-gradient(135deg, #FF3B5C 0%, #FF6B85 60%, #FF8FA0 100%);
  box-shadow: 0 14px 28px rgba(255,59,92,0.55);
}
@keyframes blaze-badge-bob {
  0%, 100% { transform: rotate(-6deg) translateY(0) scale(1); }
  50%      { transform: rotate(6deg) translateY(-6px) scale(1.04); }
}

/* 強み カード(明るい赤・シンプル) */
.td-feature-strengths.td-feature-strengths-blaze {
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
  max-width: 720px;
}
.td-feature-strengths-blaze li {
  border-color: #FFD9DD !important;
  background: #fff;
  box-shadow: none;
  position: relative;
  padding: 0.85rem 1rem 0.85rem 0.85rem;
  column-gap: 0.85rem;
  row-gap: 0.2rem;
  text-align: left;
  justify-items: stretch;
  align-items: center;
}
.td-feature-strengths-blaze li:hover {
  border-color: #FF3B5C !important;
  box-shadow: 0 8px 18px rgba(255,59,92,0.14);
  transform: translateY(-2px);
}
.td-feature-strengths-blaze li[data-color="flame"] .td-fs-icon {
  background: #FFE5EA;
  color: #FF3B5C;
  box-shadow: none;
  width: 40px; height: 40px;
  border-radius: 12px;
}
.td-feature-strengths-blaze li[data-color="flame"] .td-fs-icon svg {
  width: 22px; height: 22px;
}
.td-feature-strengths-blaze li[data-color="flame"] h4 {
  font-size: 0.92rem;
  margin: 0 0 0.25rem;
  line-height: 1.45;
}
.td-feature-strengths-blaze li[data-color="flame"] p {
  font-size: 0.78rem;
  line-height: 1.65;
}
.td-feature-strengths-blaze li[data-color="flame"] p strong { color: #FF3B5C; }

/* 4つの強み 番号バッジ(明るい赤・シンプル) */
.td-fs-num {
  position: absolute;
  top: -10px; left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px; height: 26px;
  background: #FF3B5C;
  color: #fff;
  border-radius: 50%;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.82rem;
  font-weight: 700;
  border: 2px solid #fff;
  box-shadow: 0 3px 8px rgba(255,59,92,0.35);
  z-index: 2;
}

@media (max-width: 900px) {
  .td-feature-strengths.td-feature-strengths-blaze {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .td-feature-strengths.td-feature-strengths-blaze {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .td-feature-hero.td-feature-hero-blaze {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding: 1.4rem;
  }
  .td-feature-photo .td-feature-badge {
    top: -16px;
    right: -10px;
    width: 84px;
    height: 84px;
  }
  .td-feature-photo .td-feature-badge .td-badge-flame {
    width: 26px;
    height: 38px;
    top: -20px;
  }
  .td-feature-photo .td-feature-badge .td-feature-badge-no { font-size: 0.85rem; }
  .td-feature-photo .td-feature-badge .td-feature-badge-label { font-size: 0.58rem; }
}

.td-feature-badge-blaze {
  background: linear-gradient(135deg, #FF4500 0%, #FF8F00 60%, #FFCB47 100%);
  box-shadow: 0 14px 28px rgba(255,69,0,0.5);
  animation: blaze-badge-bob 2.4s ease-in-out infinite;
  position: relative;
  overflow: visible;
}
@keyframes blaze-badge-bob {
  0%, 100% { transform: rotate(-6deg) translateY(0) scale(1); }
  50%      { transform: rotate(6deg) translateY(-6px) scale(1.04); }
}
.td-badge-flame {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 56px;
  filter: drop-shadow(0 4px 8px rgba(255,69,0,0.6));
  animation: blaze-flicker 0.45s ease-in-out infinite alternate;
}
.td-feature-badge-blaze .td-feature-badge-no {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-style: normal;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.td-feature-badge-blaze .td-feature-badge-label {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
}

.td-feature-blaze .td-feature-lead strong {
  color: #FF3B5C;
  background: linear-gradient(transparent 60%, rgba(255,107,133,0.5) 60%);
}
.td-feature-blaze .td-feature-desc strong { color: #FF3B5C; }

/* 強み(炎ver) */
.td-feature-strengths-blaze li {
  border-color: #FFD0B0 !important;
  background: #FFFCF6;
  box-shadow: 0 10px 24px rgba(255,107,51,0.12);
}
.td-feature-strengths-blaze li:hover {
  border-color: #FF6B33 !important;
  box-shadow: 0 16px 32px rgba(255,107,51,0.25);
}
.td-feature-strengths-blaze li[data-color="flame"] .td-fs-icon {
  background: linear-gradient(135deg, #FFCB47 0%, #FF6B33 100%);
  color: #fff;
  box-shadow: 0 6px 14px rgba(255,107,51,0.4);
}
.td-feature-strengths-blaze li[data-color="flame"] p strong { color: #FF4500; }

/* CTA(明るい赤) */
.td-feature-cta-blaze {
  background: linear-gradient(135deg, #FFE5EA 0%, #FFD9DD 50%, #FFE5EA 100%);
  border: 3px dashed #FF3B5C;
  position: relative;
}
.td-feature-cta-blaze .td-feature-cta-text strong { color: #FF3B5C; }
.td-feature-cta-btn-blaze {
  background: linear-gradient(135deg, #FF3B5C 0%, #FF6B85 50%, #FF8FA0 100%) !important;
  box-shadow: 0 14px 30px rgba(255,59,92,0.55) !important;
  animation: blaze-btn-pulse 2s ease-in-out infinite;
}
.td-feature-cta-btn-blaze:hover {
  box-shadow: 0 20px 38px rgba(255,59,92,0.7) !important;
}
@keyframes blaze-btn-pulse {
  0%, 100% { box-shadow: 0 14px 30px rgba(255,59,92,0.55); }
  50%      { box-shadow: 0 14px 36px rgba(255,59,92,0.8); }
}

@media (max-width: 760px) {
  .blaze-deco { display: none; }
  .blaze-deco-1 { display: block; top: 12px; left: 4%; width: 40px; height: 60px; }
}
.td-feature-hero {
  position: relative;
  max-width: 980px;
  margin: 0 auto 2rem;
  padding: 2.4rem 2rem 2rem;
  background: linear-gradient(135deg, #FFF6E5 0%, #FFE5EA 100%);
  border: 4px solid var(--pop-sky);
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(141,200,226,0.25);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.6rem;
  align-items: center;
}
.td-feature-badge {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px; height: 120px;
  background: linear-gradient(135deg, var(--pop-sky) 0%, #6FBFE0 100%);
  border-radius: 50%;
  color: #fff;
  border: 5px solid #fff;
  box-shadow: 0 12px 26px rgba(141,200,226,0.5);
  transform: rotate(-6deg);
  animation: td-badge-bob 3s ease-in-out infinite;
}
@keyframes td-badge-bob {
  0%, 100% { transform: rotate(-6deg) translateY(0); }
  50%      { transform: rotate(6deg) translateY(-4px); }
}
.td-feature-badge-no {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
.td-feature-badge-label {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-top: 0.2rem;
}
.td-feature-text { flex: 1; }
.td-feature-lead {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 800;
  color: var(--pop-text);
  line-height: 1.8;
  margin: 0 0 0.9rem;
  letter-spacing: 0.02em;
}
.td-feature-lead strong {
  color: #4FA3C7;
  font-weight: 900;
  background: linear-gradient(transparent 62%, rgba(255,203,71,0.55) 62%);
  padding: 0 4px;
}
.td-feature-desc {
  font-size: 0.95rem;
  line-height: 2;
  color: var(--pop-text);
  margin: 0;
}
.td-feature-desc strong { color: #4FA3C7; font-weight: 800; }

/* 4つの強み */
.td-feature-strengths {
  list-style: none;
  margin: 0 auto 2.4rem;
  padding: 0;
  max-width: 980px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
}
.td-feature-strengths li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.3rem 1.4rem;
  background: #fff;
  border-radius: 18px;
  border: 2px solid #D9EDF7;
  box-shadow: 0 10px 24px rgba(141,200,226,0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.td-feature-strengths li:hover { transform: translateY(-3px); box-shadow: 0 16px 30px rgba(141,200,226,0.2); }
.td-feature-strengths li[data-color="pink"]   { border-color: #FFD9DD; }
.td-feature-strengths li[data-color="mint"]   { border-color: #C9EFE0; }
.td-feature-strengths li[data-color="yellow"] { border-color: #FFEEA0; }
.td-fs-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px; height: 52px;
  background: #D9EDF7;
  color: #4FA3C7;
  border-radius: 14px;
}
.td-fs-icon svg { width: 28px; height: 28px; }
.td-feature-strengths li[data-color="pink"]   .td-fs-icon { background: #FFE5EA; color: var(--pop-pink); }
.td-feature-strengths li[data-color="mint"]   .td-fs-icon { background: #DCF4E9; color: var(--pop-mint); }
.td-feature-strengths li[data-color="yellow"] .td-fs-icon { background: #FFF1B8; color: #D4A100; }
.td-feature-strengths h4 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.02rem;
  font-weight: 900;
  color: var(--pop-text);
  margin: 0 0 0.4rem;
  letter-spacing: 0.04em;
}
.td-feature-strengths p {
  font-size: 0.86rem;
  line-height: 1.8;
  color: var(--pop-text-mid);
  margin: 0;
}
.td-feature-strengths p strong { color: #4FA3C7; font-weight: 800; }
.td-feature-strengths li[data-color="pink"]   p strong { color: var(--pop-pink); }
.td-feature-strengths li[data-color="mint"]   p strong { color: var(--pop-mint); }
.td-feature-strengths li[data-color="yellow"] p strong { color: #D4A100; }

/* 特色CTA */
.td-feature-cta {
  max-width: 760px;
  margin: 0 auto;
  padding: 2.2rem 1.8rem;
  background: linear-gradient(135deg, #D9EDF7 0%, #FFFBEE 100%);
  border-radius: 24px;
  text-align: center;
  border: 2px dashed var(--pop-sky);
}
.td-feature-cta-text {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--pop-text);
  line-height: 1.95;
  margin: 0 0 1.4rem;
}
.td-feature-cta-text strong {
  color: #4FA3C7;
  font-weight: 900;
}
.td-feature-cta-btn {
  display: inline-block;
  padding: 1rem 2.2rem;
  background: linear-gradient(135deg, var(--pop-sky) 0%, #6FBFE0 100%);
  color: #fff;
  text-decoration: none;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(141,200,226,0.45);
  letter-spacing: 0.04em;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.td-feature-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(141,200,226,0.55);
}
.td-feature-cta-note {
  margin: 1rem 0 0;
  font-size: 0.82rem;
  color: var(--pop-text-mid);
}

@media (max-width: 760px) {
  .td-feature-hero { grid-template-columns: 1fr; text-align: center; gap: 1.2rem; padding: 2rem 1.4rem 1.6rem; }
  .td-feature-badge { margin: 0 auto; width: 100px; height: 100px; }
  .td-feature-badge-no { font-size: 1.8rem; }
  .td-feature-strengths { grid-template-columns: 1fr; }
}

/* 料金テーブル */
.td-price-table-wrap {
  --tp-head1:#243243; --tp-head2:#3E5F80; --tp-price:#2C6A95; --tp-row:#F5F9FC; --tp-hover:#EAF4FB;
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 18px;
  border: none;
  box-shadow: 0 20px 46px rgba(40, 60, 90, 0.16), 0 2px 6px rgba(40, 60, 90, 0.06);
}
/* 上部のアクセントバー(ページのアクセント色) */
.td-price-table-wrap::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--mmc-rainbow); z-index: 3;
}
.td-price-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.td-price-table thead { background: linear-gradient(120deg, var(--tp-head1) 0%, var(--tp-head2) 100%); }
.td-price-table thead th {
  padding: 1.2rem 1.5rem;
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  text-align: left;
  letter-spacing: 0.12em;
}
.td-price-table thead th:last-child { text-align: right; }
.td-price-table tbody td {
  padding: 1.1rem 1.5rem;
  border-bottom: 1px solid #EEF1F4;
  font-size: 0.97rem;
  color: #41454B;
}
.td-price-table tbody tr:nth-child(even) td { background: var(--tp-row); }
.td-price-table tbody td:last-child {
  text-align: right;
  font-weight: 800;
}
.td-price-table tbody td:last-child strong {
  color: var(--tp-price);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.td-price-table tbody tr:last-child td { border-bottom: none; }
.td-price-table tbody tr:hover td { background: var(--tp-hover); }

/* 比較表: シャープでカッコいい仕様(角丸なし・グリッド線・おすすめ列強調) */
.td-compare { border-collapse: collapse; }
.td-compare thead th {
  background: transparent;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  padding: 1.05rem 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.td-compare thead th:last-child { border-right: none; }
.td-compare tbody td {
  text-align: center;
  font-weight: 500;
  color: var(--pop-text);
  padding: 0.95rem 1rem;
  border-right: 1px solid #ECE7E3;
  border-bottom: 1px solid #ECE7E3;
}
.td-compare tbody td:last-child { border-right: none; text-align: center; font-weight: 500; }
.td-compare tbody td:first-child { text-align: left; font-weight: 700; background: #F6F3F0; }
.td-compare tbody tr:last-child td { border-bottom: none; }
.td-compare tbody td strong { font-weight: 800; color: var(--pop-text); }
/* 価格表用の last-child strong(ピンク・セリフ・拡大)を比較表では無効化 */
.td-compare tbody td:last-child strong {
  color: var(--pop-text);
  font-family: inherit;
  font-size: inherit;
  font-weight: 800;
  letter-spacing: normal;
}
/* おすすめ列(インプラント=2列目) */
.td-compare tbody td:nth-child(2) { background: rgba(62, 95, 128, 0.09); font-weight: 700; }
.td-compare-pick {
  display: block;
  width: fit-content;
  margin: 0 auto 0.35rem;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #29231F;
  background: #fff;
  padding: 0.16em 0.7em;
}

/* お知らせ・特記コールアウト */
/* 枠なし・明朝体・黒文字のプレーンな補足文 */
.td-plainnote {
  max-width: 820px;
  margin: 1.6rem auto 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  color: #1a1a1a;
  font-size: 0.96rem;
  line-height: 2;
}
.td-plainnote strong { color: #1a1a1a; font-weight: 700; }

.td-callout {
  max-width: 820px;
  margin: 1.6rem auto 0;
  padding: 1.4rem 1.6rem;
  background: linear-gradient(135deg, #FFFBEE 0%, #FFF5F0 100%);
  border-radius: 18px;
  border: 2px dashed var(--pop-pink);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
}
.td-callout-icon {
  flex-shrink: 0;
  width: 48px; height: 48px;
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--pop-pink);
  box-shadow: 0 6px 14px rgba(255,143,160,0.25);
}
.td-callout-icon svg { width: 26px; height: 26px; }
.td-callout-text {
  font-size: 0.93rem;
  line-height: 1.85;
  color: var(--pop-text);
  margin: 0;
}
.td-callout-text strong {
  color: var(--pop-pink);
  font-weight: 900;
}
.td-callout[data-color="sky"] { border-color: var(--pop-sky); background: linear-gradient(135deg, #F2F9FD 0%, #FFFDF8 100%); }
.td-callout[data-color="sky"] .td-callout-icon { color: #4FA3C7; box-shadow: 0 6px 14px rgba(141,200,226,0.3); }
.td-callout[data-color="sky"] .td-callout-text strong { color: #4FA3C7; }
.td-callout[data-color="mint"] { border-color: var(--pop-mint); background: linear-gradient(135deg, #F2FBF7 0%, #FFFDF8 100%); }
.td-callout[data-color="mint"] .td-callout-icon { color: var(--pop-mint); box-shadow: 0 6px 14px rgba(109,207,176,0.3); }
.td-callout[data-color="mint"] .td-callout-text strong { color: var(--pop-mint); }

/* 戻るリンク */
.td-back-link {
  text-align: center;
  margin: 1.4rem 0 0;
}
.td-back-link a {
  display: inline-block;
  color: var(--pop-text-mid);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border-bottom: 2px dotted var(--pop-pink-light, #FFE5EA);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.td-back-link a:hover { color: var(--pop-pink); border-color: var(--pop-pink); }

/* 治療の流れ (CR/インレー/根管) */
.td-flow-wrap {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 2.6rem;
}
.td-flow-group {
  background: #fff;
  border-radius: 22px;
  padding: 1.8rem 1.6rem 2rem;
  box-shadow: 0 14px 30px rgba(80,130,170,0.1);
  border-top: 5px solid var(--pop-pink);
}
.td-flow-group[data-color="mint"]   { border-top-color: var(--pop-mint); }
.td-flow-group[data-color="coral"]  { border-top-color: var(--pop-coral); }
.td-flow-group[data-color="sky"]    { border-top-color: var(--pop-sky); }
.td-flow-group[data-color="yellow"] { border-top-color: var(--pop-yellow); }
.td-flow-group[data-color="pink"]   { border-top-color: var(--pop-pink); }
.td-flow-h {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--pop-text);
  margin: 0 0 1.4rem;
  letter-spacing: 0.04em;
}
.td-flow-h-tag {
  display: inline-block;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.85rem;
  font-weight: 700;
  background: var(--pop-pink-light, #FFE5EA);
  color: var(--pop-pink);
  letter-spacing: 0.08em;
}
.td-flow-group[data-color="mint"]   .td-flow-h-tag { background: #DCF4E9; color: var(--pop-mint); }
.td-flow-group[data-color="coral"]  .td-flow-h-tag { background: #FFE5D7; color: var(--pop-coral); }
.td-flow-group[data-color="sky"]    .td-flow-h-tag { background: #D9EDF7; color: #4FA3C7; }
.td-flow-group[data-color="yellow"] .td-flow-h-tag { background: #FFF1B8; color: #D4A100; }

.td-flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.6rem;
  align-items: stretch;
}
.td-flow.td-flow-4 { grid-template-columns: repeat(4, 1fr); }
.td-flow.td-flow-3 { grid-template-columns: repeat(3, 1fr); }
.td-flow.td-flow-6 { grid-template-columns: repeat(6, 1fr); }
.td-flow-step {
  position: relative;
  background: linear-gradient(180deg, #FFFCF7 0%, #FFFFFF 100%);
  border: 2px solid #FFE5EA;
  border-radius: 16px;
  padding: 1.6rem 0.7rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.td-flow-step:hover {
  transform: translateY(-3px);
  border-color: var(--pop-pink);
  box-shadow: 0 12px 24px rgba(255,143,160,0.18);
}
.td-flow-group[data-color="mint"]   .td-flow-step { border-color: #C9EFE0; }
.td-flow-group[data-color="mint"]   .td-flow-step:hover { border-color: var(--pop-mint); box-shadow: 0 12px 24px rgba(109,207,176,0.2); }
.td-flow-group[data-color="coral"]  .td-flow-step { border-color: #FFD9C7; }
.td-flow-group[data-color="coral"]  .td-flow-step:hover { border-color: var(--pop-coral); box-shadow: 0 12px 24px rgba(255,152,116,0.2); }
.td-flow-group[data-color="sky"]    .td-flow-step { border-color: #D9EDF7; }
.td-flow-group[data-color="sky"]    .td-flow-step:hover { border-color: var(--pop-sky); box-shadow: 0 12px 24px rgba(141,200,226,0.22); }
.td-flow-group[data-color="yellow"] .td-flow-step { border-color: #FFEEA0; }
.td-flow-group[data-color="yellow"] .td-flow-step:hover { border-color: var(--pop-yellow); box-shadow: 0 12px 24px rgba(255,203,71,0.22); }

.td-flow-step::after {
  content: '';
  position: absolute;
  right: -12px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-top: 3px solid var(--pop-pink);
  border-right: 3px solid var(--pop-pink);
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.7;
  z-index: 2;
}
.td-flow-step:last-child::after { display: none; }
.td-flow-group[data-color="mint"]   .td-flow-step::after { border-color: var(--pop-mint); }
.td-flow-group[data-color="coral"]  .td-flow-step::after { border-color: var(--pop-coral); }
.td-flow-group[data-color="sky"]    .td-flow-step::after { border-color: var(--pop-sky); }
.td-flow-group[data-color="yellow"] .td-flow-step::after { border-color: var(--pop-yellow); }

.td-flow-num {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px; height: 30px;
  background: var(--pop-pink);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 0.95rem;
  border: 3px solid #fff;
  box-shadow: 0 4px 10px rgba(255,143,160,0.4);
}
.td-flow-group[data-color="mint"]   .td-flow-num { background: var(--pop-mint); box-shadow: 0 4px 10px rgba(109,207,176,0.4); }
.td-flow-group[data-color="coral"]  .td-flow-num { background: var(--pop-coral); box-shadow: 0 4px 10px rgba(255,152,116,0.4); }
.td-flow-group[data-color="sky"]    .td-flow-num { background: var(--pop-sky); box-shadow: 0 4px 10px rgba(141,200,226,0.45); }
.td-flow-group[data-color="yellow"] .td-flow-num { background: var(--pop-yellow); color: var(--pop-text); box-shadow: 0 4px 10px rgba(255,203,71,0.5); }

.td-flow-illust {
  width: 76px;
  height: 76px;
  margin: 0.3rem auto 0.7rem;
  background: var(--pop-pink-light, #FFF1F3);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pop-pink);
}
.td-flow-illust svg { width: 52px; height: 52px; }
/* 写真イラスト入りのステップ枠(アイコンより大きく表示) */
.td-flow-illust--photo {
  width: 120px;
  height: 120px;
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  background: #fff;
}
.td-flow-illust--photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.td-flow-group[data-color="mint"]   .td-flow-illust { background: #E4F7EE; color: var(--pop-mint); }
.td-flow-group[data-color="coral"]  .td-flow-illust { background: #FFEFE3; color: var(--pop-coral); }
.td-flow-group[data-color="sky"]    .td-flow-illust { background: #E4F2FA; color: #4FA3C7; }
.td-flow-group[data-color="yellow"] .td-flow-illust { background: #FFF7CC; color: #D4A100; }

.td-flow-step-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: 0.95rem;
  color: var(--pop-text);
  margin: 0 0 0.4rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.td-flow-step-text {
  font-size: 0.78rem;
  line-height: 1.65;
  color: var(--pop-text-mid);
  margin: 0;
}

@media (max-width: 900px) {
  .td-flow,
  .td-flow.td-flow-4,
  .td-flow.td-flow-3,
  .td-flow.td-flow-6 { grid-template-columns: repeat(2, 1fr); gap: 1.4rem 0.6rem; }
  .td-flow-step::after {
    right: 50%;
    top: auto;
    bottom: -14px;
    transform: translateX(50%) rotate(135deg);
  }
  .td-flow-step:nth-last-child(-n+2)::after { display: none; }
}
@media (max-width: 480px) {
  .td-flow,
  .td-flow.td-flow-4,
  .td-flow.td-flow-3,
  .td-flow.td-flow-6 { grid-template-columns: 1fr; }
  .td-flow-step:last-child::after { display: none; }
  .td-flow-step::after { display: block; }
  .td-flow-step:nth-last-child(-n+2)::after { display: block; }
  .td-flow-step:last-child::after { display: none; }
}

/* 知覚過敏セクション */
.td-sense {
  max-width: 920px;
  margin: 0 auto;
  background: linear-gradient(135deg, #F2F9FD 0%, #FFFDF8 100%);
  border-radius: 24px;
  padding: 2.2rem 1.8rem;
  box-shadow: 0 18px 38px rgba(80,130,170,0.12);
  border: 1px solid #D9EDF7;
}
.td-sense-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  align-items: center;
  margin-bottom: 1.4rem;
}
.td-sense-icon {
  width: 76px; height: 76px;
  background: #fff;
  color: #4FA3C7;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(141,200,226,0.35);
  flex-shrink: 0;
}
.td-sense-icon svg { width: 44px; height: 44px; }
.td-sense-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--pop-text);
  margin: 0 0 0.3rem;
  letter-spacing: 0.04em;
}
.td-sense-title em {
  color: #4FA3C7;
  font-style: normal;
}
.td-sense-tag {
  display: inline-block;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  background: #D9EDF7;
  color: #4FA3C7;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.td-sense-lead {
  font-size: 0.96rem;
  line-height: 2;
  color: var(--pop-text);
  margin: 0 0 1.4rem;
}
.td-sense-lead strong { color: #4FA3C7; font-weight: 800; }
.td-sense-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  margin-bottom: 1.4rem;
}
.td-sense-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.2rem 1.2rem 1rem;
  box-shadow: 0 8px 18px rgba(80,130,170,0.08);
  border-left: 4px solid var(--pop-sky);
}
.td-sense-card h4 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  color: #4FA3C7;
  margin: 0 0 0.7rem;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.td-sense-card h4 svg {
  width: 22px; height: 22px;
  flex-shrink: 0;
}
/* 主な原因リスト:項目ごとに小さなイラスト(サムネ)+テキスト */
.td-cause-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}
.td-cause-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.td-cause-thumb {
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
  border-radius: 12px;
  overflow: hidden;
  background: #faf7f4;
  box-shadow: 0 4px 12px rgba(80,130,170,0.12);
}
.td-cause-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.td-cause-text {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--pop-text);
}
.td-cause-text strong { color: #4FA3C7; font-weight: 800; }
/* イラスト無しの項目は青ドットを付けてリストの体裁を保つ */
.td-cause-item--noimg .td-cause-text {
  position: relative;
  padding-left: 1.2rem;
}
.td-cause-item--noimg .td-cause-text::before {
  content: '';
  position: absolute;
  left: 0.2rem; top: 0.6rem;
  width: 7px; height: 7px;
  background: var(--pop-sky);
  border-radius: 50%;
}
/* 汎用 .td-sense-card ul li の余白/ドットを原因リストには適用しない */
.td-sense-card .td-cause-item { padding: 0; }
.td-sense-card .td-cause-item::before { content: none; display: none; }
.td-sense-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}
.td-sense-card ul li {
  position: relative;
  padding: 0.2rem 0 0.2rem 1.2rem;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--pop-text);
}
.td-sense-card ul li::before {
  content: '';
  position: absolute;
  left: 0.2rem; top: 0.65rem;
  width: 7px; height: 7px;
  background: var(--pop-sky);
  border-radius: 50%;
}
.td-sense-callout {
  background: #fff;
  border-radius: 16px;
  padding: 1.2rem 1.4rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  border: 2px dashed var(--pop-sky);
}
.td-sense-callout-icon {
  width: 44px; height: 44px;
  background: #D9EDF7;
  color: #4FA3C7;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.td-sense-callout-icon svg { width: 24px; height: 24px; }
.td-sense-callout p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.85;
  color: var(--pop-text);
}
.td-sense-callout p strong { color: #4FA3C7; font-weight: 800; }

@media (max-width: 700px) {
  .td-sense-grid { grid-template-columns: 1fr; }
  .td-sense-head { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

/* レスポンシブ */
@media (max-width: 1024px) {
  .td-care-grid,
  .td-policy-grid { grid-template-columns: repeat(2, 1fr); }
  .td-events-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .td-care-grid,
  .td-policy-grid,
  .td-events-grid { grid-template-columns: 1fr; }
  .td-oral-checklist { grid-template-columns: 1fr; }
  .td-reward-box { grid-template-columns: 1fr; text-align: center; padding: 1.6rem; }
  .td-reward-illust { margin: 0 auto; }
  .td-section { padding: 2.6rem 0; }
}

/* ============================================================
   主なメニュー(td-detail-block)内に組み込んだ「治療の流れ」
   カード装飾を外し、点線で区切って各メニュー直下に表示。
   汎用 .td-detail-block ul/li/p 装飾が流れ要素へ及ばないよう打ち消す。
   ============================================================ */
.td-detail-block .td-flow-group--inline {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-top: 1px dashed #EADFD5;
  border-radius: 0;
  padding: 1.6rem 0 0;
  margin-top: 1.8rem;
}
.td-flow-group--inline .td-detail-sub { margin-top: 0 !important; }
/* 流れの ul/li/p は専用スタイルに戻す(汎用装飾の上書きを無効化) */
.td-detail-block .td-flow { gap: 0.6rem; }
.td-detail-block .td-flow-step {
  padding: 1.6rem 0.7rem 1rem;
}
.td-detail-block .td-flow-step::before { content: none; display: none; }
.td-detail-block .td-flow-step-title {
  font-size: 0.95rem;
  line-height: 1.4;
  margin: 0 0 0.4rem;
}
.td-detail-block .td-flow-step-text {
  font-size: 0.78rem;
  line-height: 1.65;
  margin: 0;
  color: var(--pop-text-mid);
}
@media (max-width: 900px) {
  .td-detail-block .td-flow { gap: 1.4rem 0.6rem; }
  .td-detail-block .td-flow-step { padding: 1.6rem 0.6rem 1rem; }
}

/* ============================================================
   こんな方に、向いています(マウスピース矯正):中央タイトル+放射状ピル
   ============================================================ */
.aligner-fit { max-width: 920px; margin: 0 auto; }
.aligner-fit-stage {
  position: relative;
  width: min(452px, 94vw);
  aspect-ratio: 1 / 1.28;
  margin: 3rem auto;   /* 上下のカードがはみ出す分の余白 */
}
/* 装飾の点線リング */
/* 装飾の点線リングは非表示(削除) */
.aligner-fit-stage::before,
.aligner-fit-stage::after { content: none; display: none; }

/* 中央ハブ */
.aligner-fit-hub {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 226px; height: 226px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 32%, #FFFFFF 0%, #FFF6FA 100%);
  box-shadow: 0 18px 42px rgba(255,143,160,0.24);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; padding: 0.8rem;
  z-index: 3;
}
.aligner-fit-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--pop-pink);
  font-size: 0.85rem;
  margin-bottom: 0.35rem;
}
.aligner-fit-title {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 700;
  color: var(--pop-text);
  font-size: clamp(1.35rem, 3.6vw, 1.65rem);
  line-height: 1.5; margin: 0;
}
.aligner-fit-title em { font-style: normal; color: var(--pop-pink); }

/* ピル */
.aligner-fit-list { list-style: none; margin: 0; padding: 0; }
.aligner-fit-item {
  position: absolute;
  transform: translate(-50%, -50%);
  width: max-content;
  max-width: 200px;
  display: flex; align-items: center; gap: 0.55rem;
  padding: 0.55rem 0.95rem 0.55rem 0.6rem;
  border-radius: 999px;
  background: #fff;
  border: 2px solid;
  box-shadow: 0 12px 26px rgba(80,130,170,0.16);
  z-index: 2;
}
.aligner-fit-ic {
  flex: 0 0 32px; width: 32px; height: 32px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
}
.aligner-fit-ic svg { width: 18px; height: 18px; }
.aligner-fit-txt {
  display: flex; flex-direction: column; gap: 0.1rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 1.35;
}
.aligner-fit-txt strong {
  font-size: 0.88rem; font-weight: 900; color: var(--pop-text);
}
.aligner-fit-txt small {
  font-size: 0.72rem; font-weight: 600; color: var(--pop-text-mid);
}

/* 4カードを中央ハブの四隅に配置 */
.aligner-fit-item:nth-child(1) { left: 0%;   top: 7%; }   /* 左上 */
.aligner-fit-item:nth-child(2) { left: 100%; top: 7%; }   /* 右上 */
.aligner-fit-item:nth-child(3) { left: 0%;   top: 93%; }  /* 左下 */
.aligner-fit-item:nth-child(4) { left: 100%; top: 93%; }  /* 右下 */

/* カラー(枠線とアイコン) */
.aligner-fit-item[data-color="pink"]   { border-color: var(--pop-pink); }
.aligner-fit-item[data-color="pink"]   .aligner-fit-ic { background: var(--pop-pink); }
.aligner-fit-item[data-color="mint"]   { border-color: var(--pop-mint); }
.aligner-fit-item[data-color="mint"]   .aligner-fit-ic { background: var(--pop-mint); }
.aligner-fit-item[data-color="sky"]    { border-color: var(--pop-sky); }
.aligner-fit-item[data-color="sky"]    .aligner-fit-ic { background: var(--pop-sky); }
.aligner-fit-item[data-color="yellow"] { border-color: var(--pop-yellow); }
.aligner-fit-item[data-color="yellow"] .aligner-fit-ic { background: var(--pop-yellow); color: var(--pop-text); }
.aligner-fit-item[data-color="coral"]  { border-color: var(--pop-coral); }
.aligner-fit-item[data-color="coral"]  .aligner-fit-ic { background: var(--pop-coral); }

/* ポップで目立つカード(アイコン無し・吹き出し無し) */
.aligner-fit-item--feature {
  background: none;
  border: 0;
  box-shadow: none;
  padding: 0;
  max-width: none;
  z-index: 6;
}
.aligner-fit-feature {
  width: 270px;
  background: linear-gradient(140deg, #FF9DAC 0%, #FF6A87 100%);
  border: 3px solid #fff;
  border-radius: 26px;
  padding: 1rem 1.2rem 1.25rem;
  box-shadow: 0 20px 44px rgba(255,106,135,0.45);
  color: var(--pop-text);
  text-align: center;
}
.aligner-fit-feature-badge {
  display: inline-block;
  background: #fff;
  color: var(--pop-pink);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.03em;
  padding: 0.3rem 1.05rem;
  border-radius: 999px;
  margin-bottom: 0.7rem;
  box-shadow: 0 5px 12px rgba(214,51,85,0.18);
}
/* ミント配色バリエーション */
.aligner-fit-item--feature[data-color="mint"] .aligner-fit-feature {
  background: linear-gradient(140deg, #8FE0C6 0%, #4FC4A2 100%);
  box-shadow: 0 20px 44px rgba(79,196,162,0.42);
}
.aligner-fit-item--feature[data-color="mint"] .aligner-fit-feature-badge { color: #3AA98A; }
/* スカイ配色バリエーション */
.aligner-fit-item--feature[data-color="sky"] .aligner-fit-feature {
  background: linear-gradient(140deg, #A9DCF0 0%, #6BB7DC 100%);
  box-shadow: 0 20px 44px rgba(107,183,220,0.42);
}
.aligner-fit-item--feature[data-color="sky"] .aligner-fit-feature-badge { color: #3E94BD; }
/* イエロー配色バリエーション(明るいので文字は濃色) */
.aligner-fit-item--feature[data-color="yellow"] .aligner-fit-feature {
  background: linear-gradient(140deg, #FFD86B 0%, #F5B62B 100%);
  box-shadow: 0 20px 44px rgba(245,182,43,0.42);
  color: var(--pop-text);
}
.aligner-fit-item--feature[data-color="yellow"] .aligner-fit-feature-badge { color: #C98A00; }
.aligner-fit-item--feature[data-color="yellow"] .aligner-fit-feature-desc { color: rgba(58,47,42,0.82); }
/* 横長画像(before/after等)は全体を見せる */
.aligner-fit-feature-img--contain { background: #fff; }
.aligner-fit-feature-img--contain img { object-fit: contain; }
/* 画像プレースホルダー(画像未提供時) */
.aligner-fit-feature-img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.78);
  color: var(--pop-text-mid);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.aligner-fit-feature-img {
  display: block;
  width: 100%;
  height: 148px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 0.7rem;
}
.aligner-fit-feature-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.aligner-fit-feature-lead {
  margin: 0 0 0.4rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: 1.08rem;
  line-height: 1.5;
}
.aligner-fit-feature-desc {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.65;
  color: rgba(58,47,42,0.82);
}

/* おすすめポイント:画像+テキストの横並びハイライトカード */
.aligner-point {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.8rem;
  background: linear-gradient(135deg, #EAF6FC 0%, #FBFDFE 100%);
  border: 2px solid #CDE9F5;
  border-radius: 24px;
  padding: 1.5rem 1.8rem;
  box-shadow: 0 16px 36px rgba(107,183,220,0.18);
}
.aligner-point-img {
  flex: 0 0 250px;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(80,130,170,0.16);
  line-height: 0;
}
.aligner-point-img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.aligner-point-body { flex: 1 1 auto; min-width: 0; }
.aligner-point-badge {
  display: inline-block;
  background: var(--pop-sky);
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  padding: 0.15rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 0.55rem;
}
.aligner-point-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: 1.35rem;
  color: var(--pop-text);
  margin: 0 0 0.6rem;
  letter-spacing: 0.02em;
}
.aligner-point p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.9;
  color: var(--pop-text);
}
.aligner-point p strong { color: #3E94BD; font-weight: 800; }
@media (max-width: 680px) {
  .aligner-point {
    flex-direction: column;
    text-align: center;
    gap: 1.1rem;
    padding: 1.4rem;
  }
  .aligner-point-img { flex-basis: auto; width: 100%; max-width: 340px; }
}

/* 中・小画面:四隅配置をやめて縦並びに */
@media (max-width: 940px) {
  .aligner-fit-stage {
    width: 100%;
    aspect-ratio: auto;
    margin: 0 auto;
    display: flex; flex-direction: column;
    align-items: stretch; gap: 0.9rem;
  }
  .aligner-fit-stage::before,
  .aligner-fit-stage::after { display: none; }
  .aligner-fit-hub {
    position: static; transform: none;
    width: auto; height: auto;
    aspect-ratio: auto;
    border-radius: 22px;
    padding: 1.5rem 1rem;
    margin-bottom: 0.3rem;
  }
  .aligner-fit-list { display: flex; flex-direction: column; gap: 0.7rem; }
  .aligner-fit-item {
    position: static; transform: none;
    max-width: none; width: 100%;
  }
  /* ポップカードは中央寄せで全幅に */
  .aligner-fit-item--feature { justify-content: center; }
  .aligner-fit-feature { width: 100%; max-width: 340px; margin: 0 auto; }
}

/* === 小児ページ:全体に散りばめるイラスト === */
.ped-page { position: relative; }
.ped-decos {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
.ped-deco { position: absolute; opacity: 0.6; }
.ped-deco svg { display: block; width: 100%; height: 100%; }
.pd-1  { top: 7%;  left: 1.5%; width: 40px; height: 40px; transform: rotate(-8deg); }
.pd-2  { top: 13%; right: 2%;  width: 52px; height: 52px; }
.pd-3  { top: 21%; left: 2.5%; width: 30px; height: 30px; transform: rotate(12deg); }
.pd-4  { top: 29%; right: 1.5%;width: 36px; height: 36px; transform: rotate(-10deg); }
.pd-5  { top: 39%; left: 2%;   width: 42px; height: 42px; transform: rotate(6deg); }
.pd-6  { top: 47%; right: 2.5%;width: 52px; height: 52px; }
.pd-7  { top: 56%; left: 1.5%; width: 32px; height: 32px; transform: rotate(-14deg); }
.pd-8  { top: 64%; right: 2%;  width: 40px; height: 40px; transform: rotate(10deg); }
.pd-9  { top: 72%; left: 2.5%; width: 36px; height: 36px; transform: rotate(-6deg); }
.pd-10 { top: 80%; right: 1.5%;width: 52px; height: 52px; }
.pd-11 { top: 88%; left: 2%;   width: 30px; height: 30px; transform: rotate(14deg); }
.pd-12 { top: 94%; right: 2.5%;width: 40px; height: 40px; transform: rotate(-8deg); }
@media (max-width: 900px) {
  .ped-deco { opacity: 0.5; }
  .pd-2, .pd-6, .pd-10 { width: 40px; height: 40px; }
}

/* === ALIGNER「こんな方に向いています」:4枚を横一列に並べる === */
.aligner-fit-stage {
  position: static !important;
  width: 100% !important;
  aspect-ratio: auto !important;
  margin: 0 auto !important;
}
.aligner-fit-hub {
  position: static !important;
  transform: none !important;
  width: auto !important; height: auto !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  margin: 0 auto 2.2rem !important;
  padding: 0 !important;
}
.aligner-fit-list {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1.1rem !important;
}
.aligner-fit-item,
.aligner-fit-item--feature {
  position: static !important;
  transform: none !important;
  max-width: none !important;
  width: auto !important;
  left: auto !important; top: auto !important;
}
.aligner-fit-feature { width: 100% !important; }
@media (max-width: 860px) {
  .aligner-fit-list { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 480px) {
  .aligner-fit-list { grid-template-columns: 1fr !important; }
}

/* === 訪問歯科:持ち運ぶ機材 === */
.hv-gear-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 920px;
  margin: 2.4rem auto 0;
}
.hv-gear-card {
  margin: 0;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(96, 120, 140, 0.16);
  border: 1px solid #eef2f5;
  display: flex;
  flex-direction: column;
}
.hv-gear-photo {
  background: linear-gradient(135deg, #F7FAFC 0%, #FFFFFF 100%);
  padding: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hv-gear-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: contain;
}
.hv-gear-body {
  padding: 1.4rem 1.6rem 1.7rem;
  border-top: 3px solid var(--pop-sky, #8DC8E2);
}
.hv-gear-card[data-color="mint"] .hv-gear-body { border-top-color: var(--pop-mint, #8FD3C0); }
.hv-gear-h {
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--pop-text, #4A3F38);
  margin: 0 0 0.6rem;
}
.hv-gear-text {
  font-size: 0.94rem;
  line-height: 1.85;
  color: var(--pop-text-mid, #6B5D55);
  margin: 0;
}
@media (max-width: 720px) {
  .hv-gear-grid { grid-template-columns: 1fr; gap: 1.6rem; }
}

/* === 訪問歯科:ヒーロー大判バナー === */
.hv-hero-banner {
  margin: 2.4rem auto 0;
  max-width: 900px;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 24px 54px rgba(212, 161, 0, 0.20);
  background: #fff;
}
.hv-hero-banner img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.hv-hero-banner-cap {
  background: var(--pop-yellow-light, #FFF6CC);
  color: var(--pop-text-mid, #6B5D55);
  font-size: 0.92rem;
  font-weight: 700;
  text-align: center;
  padding: 0.95rem 1.2rem;
  letter-spacing: 0.02em;
}
@media (max-width: 640px) {
  .hv-hero-banner-cap { font-size: 0.82rem; }
}

/* === むし歯の進行段階:雲のような吹き出し === */
.td-head--cloud { position: relative; }
.cloud-bubble {
  display: inline-block;
  position: relative;
  margin-bottom: 0.9rem;
  padding: 0.7rem 1.5rem;
  background: #fff;
  color: var(--pop-coral, #FF9874);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(255,152,116,0.22);
  transform: rotate(-3deg);
}
/* 雲っぽいフチ(上のぽこぽこ) */
.cloud-bubble::before {
  content: "";
  position: absolute;
  top: -7px; left: 22px;
  width: 26px; height: 26px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 30px 2px 0 -4px #fff, 56px -1px 0 -7px #fff;
  z-index: -1;
}
/* 下に伸びる思考ドット(雲・吹き出しの尻尾) */
.cloud-bubble::after {
  content: "";
  position: absolute;
  bottom: -9px; left: 50%;
  width: 12px; height: 12px;
  margin-left: -26px;
  background: #fff;
  border-radius: 50%;
  box-shadow: -10px 11px 0 -3px #fff;
}

/* === 訪問:できること 画像枠(統一サイズ) === */
/* カードを2列(上2・下2)に */
.td-detail-grid.hv-can {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 700px) {
  .td-detail-grid.hv-can { grid-template-columns: 1fr; max-width: 460px; }
}
.hv-can-fig {
  aspect-ratio: 2 / 1;
  margin: 0.2rem 0 1.2rem;
  position: relative;
}
.hv-can-fig img { width: 100%; height: 100%; object-fit: cover; }
.hv-can-ph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(45deg, #EFF4F7 0 10px, #F8FBFC 10px 20px);
  border: 1.5px dashed #BFD3DE;
  border-radius: 16px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  color: #9DB6C4;
}

/* === 親知らず:4つの強みカードに画像(横型・写真左/テキスト右) === */
.td-feature-strengths.td-feature-strengths-blaze li {
  grid-template-columns: 92px 1fr !important;
  grid-template-rows: auto auto;
}
/* 写真を削除したヒーロー:テキストを全幅に・枠なし */
.td-feature-hero.td-feature-hero--nophoto {
  grid-template-columns: 1fr;
  text-align: center;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0.5rem 1rem 0;
  margin-bottom: 1.4rem;
}
.td-feature-strengths-blaze li .td-fs-photo {
  grid-row: 1 / 3;
  align-self: center;
  margin: 0;
  width: 84px;
  aspect-ratio: 3 / 4;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.td-feature-strengths-blaze li h4 { align-self: end; margin: 0; }
.td-feature-strengths-blaze li p { align-self: start; margin: 0.2rem 0 0; }
/* 番号バッジを写真の左上角に重ねる */
.td-feature-strengths-blaze li .td-fs-num { top: 0.45rem; left: 0.45rem; transform: none; width: 22px; height: 22px; font-size: 0.72rem; }
.td-feature-strengths-blaze li .td-fs-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.td-fs-ph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(45deg, #FFEDF0 0 9px, #FFF7F9 9px 18px);
  border: 1.5px dashed #FFB3BE;
  border-radius: 12px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  color: #FF7088;
}

/* === 親知らず:院長・吉野 イントロ(明朝体を交えた可読レイアウト) === */
.wt-eyebrow {
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #FF3B5C;
  margin-bottom: 0.8rem;
  padding: 0 0.3rem 0.35rem;
  border-bottom: 2px solid #FFD0D6;
}
.wt-voice {
  max-width: 640px;
  margin: 1.5rem auto 2rem;
  text-align: center;
}
.wt-voice-quotes {
  margin: 0 0 1.1rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 2;
  color: #5b4a45;
}
.wt-voice-quotes span { display: block; }
.wt-voice-quotes em {
  font-style: normal;
  font-weight: 600;
  color: #FF3B5C;
  background: linear-gradient(transparent 62%, #FFE0E5 62%);
  padding: 0 0.1em;
}
.wt-voice-answer {
  margin: 0 0 1.5rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3f342f;
  letter-spacing: 0.03em;
}
.wt-voice-answer em { font-style: normal; color: #FF3B5C; }
.wt-voice-desc {
  max-width: 600px;
  margin: 0 auto;
  font-size: 0.96rem;
  line-height: 2;
  color: #6B5D55;
  text-align: left;
}
.wt-voice-desc strong { color: #FF3B5C; font-weight: 700; }
@media (max-width: 600px) {
  .wt-voice-answer { font-size: 1.25rem; }
  .wt-voice-quotes { font-size: 1.04rem; }
}

/* === 親知らず:4つの強みカード 文字を読みやすく === */
.td-feature-strengths-blaze li[data-color="flame"] h4 {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 0.35rem;
}
.td-feature-strengths-blaze li[data-color="flame"] p {
  font-size: 0.86rem;
  line-height: 1.8;
}
.td-feature-strengths.td-feature-strengths-blaze { gap: 1rem; }
.td-feature-strengths-blaze li { padding: 1rem 1.1rem 1rem 0.95rem; column-gap: 1rem; }

/* === 親知らず:院長・吉野 見出し下のバナー画像 === */
.wt-dr-banner {
  max-width: 760px;
  margin: 1.6rem auto 0.4rem;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(255,59,92,0.16);
  background: #fff;
}
.wt-dr-banner img { display: block; width: 100%; height: auto; }

/* === こんな症状:メモ帳フレーム === */
.memo-frame {
  position: relative;
  max-width: 600px;
  margin: 2.4rem auto 0;
  padding: 2.6rem 2.2rem 2rem 3.4rem;
  background-color: #FFFDF4;
  background-image: repeating-linear-gradient(#FFFDF4 0 41px, #E7E0CB 41px 42px);
  border: 1px solid #ECE4CE;
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(90,70,45,0.16);
  transform: rotate(-0.6deg);
}
/* 左の赤いマージン線 */
.memo-frame::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  left: 2.5rem;
  width: 2px;
  background: #F4A8B0;
  opacity: 0.8;
}
/* マスキングテープ */
.memo-tape {
  position: absolute;
  top: -14px;
  width: 96px; height: 28px;
  background: rgba(255,152,116,0.55);
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
}
.memo-tape-l { left: 26px; transform: rotate(-5deg); }
.memo-tape-r { right: 26px; transform: rotate(4deg); background: rgba(141,200,226,0.55); }
/* タイトルタブ */
.memo-title {
  display: inline-block;
  margin: 0 0 0.4rem 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: #FF7088;
}
.memo-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.memo-list li {
  position: relative;
  padding-left: 2rem;
  line-height: 42px;
  min-height: 42px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #5b4a45;
}
.memo-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #FF7088;
  font-weight: 900;
  font-size: 1.1rem;
}
.memo-list li strong { color: #E0607A; font-weight: 800; }
@media (max-width: 560px) {
  .memo-frame { padding: 2.4rem 1.4rem 1.6rem 2.6rem; }
  .memo-list li { font-size: 0.92rem; }
}

/* === 口臭検査:項目を1つの枠にまとめる === */
.td-points.td-points--boxed {
  display: block;
  background: #fff;
  border: 2px solid #D9EDF7;
  border-radius: 18px;
  padding: 0.4rem 1.6rem;
  box-shadow: 0 12px 28px rgba(80,130,170,0.1);
  max-width: 720px;
}
.td-points--boxed li {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0.9rem 0.2rem 0.9rem 2.2rem;
  border-bottom: 1px dashed #E3EDF4;
}
.td-points--boxed li:last-child { border-bottom: none; }
.td-points--boxed li:hover {
  transform: none;
  box-shadow: none;
  border-color: transparent;
  border-bottom: 1px dashed #E3EDF4;
}
.td-points--boxed li:last-child:hover { border-bottom: none; }
.td-points--boxed li::before { left: 0.3rem; }
.td-points--boxed li::after { left: 0.65rem; }
/* カラー別の枠線・チェック色 */
.td-points--boxed[data-color="mint"]  { border-color: #C9EFE0; }
.td-points--boxed[data-color="coral"] { border-color: #FFD9C7; }
.td-points--boxed[data-color="pink"]  { border-color: #FFE5EA; }
.td-points--boxed[data-color="yellow"]{ border-color: #FFEEA0; }
.td-points--boxed[data-color="mint"]  li::before { background: var(--pop-mint); }
.td-points--boxed[data-color="coral"] li::before { background: var(--pop-coral); }
.td-points--boxed[data-color="yellow"] li::before { background: var(--pop-yellow); }

/* === 口腔ケア:枠内・各項目にアイコン === */
.td-points--icons li {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  padding: 0.95rem 0.3rem;
}
.td-points--icons li::before,
.td-points--icons li::after { display: none !important; }
.td-points--icons .td-ic {
  flex-shrink: 0;
  width: 42px; height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.td-points--icons .td-ic svg { width: 24px; height: 24px; }
.td-ic-pink   { background: #FFE5EA; color: #F06A88; }
.td-ic-sky    { background: #DCEFF8; color: #4FA3C7; }
.td-ic-yellow { background: #FFF1C2; color: #D4A100; }
.td-ic-coral  { background: #FFE5D7; color: #FF7A4D; }
.td-points--icons li > div { font-size: 0.95rem; line-height: 1.7; }

/* === 訪問:こんな方・ご家族に(温かい1枚カード) === */
.hv-target-card {
  position: relative;
  max-width: 680px;
  margin: 3rem auto 0;
  padding: 2.8rem 2.6rem 2.2rem;
  background: linear-gradient(165deg, #FFF6DA 0%, #FFFDF6 60%, #FFFFFF 100%);
  border: 2px solid #FFE6A8;
  border-radius: 26px;
  box-shadow: 0 18px 40px rgba(212,161,0,0.14);
}
.hv-target-badge {
  position: absolute;
  top: -34px; left: 50%;
  transform: translateX(-50%);
  width: 68px; height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFCB47 0%, #FF9874 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(255,152,116,0.4);
  border: 4px solid #fff;
}
.hv-target-badge svg { width: 36px; height: 36px; }
.hv-target-lead {
  margin: 0.6rem 0 1.4rem;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #C98A00;
}
.hv-target-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hv-target-list li {
  position: relative;
  padding: 0.85rem 0.2rem 0.85rem 2.5rem;
  border-bottom: 1px dashed #F0E1B2;
  font-size: 1rem;
  line-height: 1.7;
  color: #5b4a40;
}
.hv-target-list li:last-child { border-bottom: none; }
.hv-target-list li::before {
  content: "";
  position: absolute;
  left: 0.4rem; top: 50%;
  width: 22px; height: 22px;
  margin-top: -11px;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF9874' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 11 L12 5 L20 11'/%3E%3Cpath d='M6 10 V19 H18 V10'/%3E%3C/svg%3E");
}
.hv-target-list li strong { color: #D98200; font-weight: 800; }
@media (max-width: 560px) {
  .hv-target-card { padding: 2.6rem 1.5rem 1.8rem; }
  .hv-target-list li { font-size: 0.94rem; }
}

/* === 入れ歯:こんなお悩み(悩みの吹き出し) === */
.worry-voices {
  list-style: none;
  margin: 2rem auto 0;
  padding: 0;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.worry-voices li {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  max-width: 86%;
}
.worry-voices li:nth-child(even) {
  align-self: flex-end;
  flex-direction: row-reverse;
}
.wv-face {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: #FFE4D5;
  color: #FF7A4D;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(255,120,70,0.18);
}
.wv-face svg { width: 28px; height: 28px; }
.wv-bubble {
  position: relative;
  margin: 0;
  background: #fff;
  border: 2px solid #FFD2BC;
  border-radius: 16px;
  padding: 0.95rem 1.35rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #5b4a45;
  box-shadow: 0 6px 16px rgba(255,120,70,0.1);
}
.wv-bubble strong { color: #E86C3C; font-weight: 800; }
/* 吹き出しのしっぽ(顔の方向へ) */
.worry-voices li .wv-bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -9px;
  margin-top: -8px;
  width: 0; height: 0;
  border: 8px solid transparent;
  border-right-color: #FFD2BC;
  border-left: 0;
}
.worry-voices li .wv-bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -7px;
  width: 0; height: 0;
  border: 7px solid transparent;
  border-right-color: #fff;
  border-left: 0;
}
.worry-voices li:nth-child(even) .wv-bubble::before {
  left: auto; right: -9px;
  border-right-color: transparent;
  border-left-color: #FFD2BC;
  border-right: 0;
}
.worry-voices li:nth-child(even) .wv-bubble::after {
  left: auto; right: -6px;
  border-right-color: transparent;
  border-left-color: #fff;
  border-right: 0;
}
@media (max-width: 560px) {
  .worry-voices li { max-width: 100%; }
  .wv-bubble { font-size: 0.92rem; }
}

/* === 見出しを明朝体に === */
.td-head-title--mincho {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.td-head-title--mincho em { font-style: normal; }

/* ===================================================================
   診療詳細ページ:新デザイン統一オーバーライド (2026-06-11)
   予防歯科/1mm/手帳/診療案内 と同じ言語へ。
   ※ 小児歯科(.ped-page)はポップな色とキラキラ装飾(=かわいさ)を保持
   =================================================================== */

/* ---- HERO:クリームのグラデ + 明朝 + ゴールドのeyebrow + レインボー下線 ---- */
.td-hero {
  background:
    radial-gradient(120% 90% at 16% 0%, #FFF4F7 0%, transparent 55%),
    radial-gradient(120% 90% at 88% 10%, #EEF7F2 0%, transparent 55%),
    linear-gradient(180deg, #FFFDF9 0%, #FBF6EE 100%) !important;
  padding: clamp(3.5rem,7vw,5.5rem) 0 clamp(2.6rem,5vw,3.6rem) !important;
}
.td-hero-badge {
  background: none !important; box-shadow: none !important; color: #B79A6E !important;
  font-family: 'Cormorant Garamond', serif !important; font-weight: 600 !important;
  letter-spacing: 0.26em !important; font-size: 0.98rem !important; text-transform: uppercase;
  padding: 0 !important; margin-bottom: 0.7rem;
}
.td-hero-title {
  font-family: 'Noto Serif JP', serif; font-weight: 500; color: #3a342e;
  letter-spacing: 0.05em; font-size: clamp(2rem,4.4vw,2.9rem); line-height: 1.4;
}
.td-hero-title span { color: #B79A6E !important; }
.td-hero-catch { font-family: 'Noto Serif JP', serif; font-weight: 500; color: #3a342e; }
.td-hero-lead { color: #6b6258; }
.td-hero-lead strong { color: #3a342e; }
.td-hero-media { box-shadow: 0 22px 48px rgba(150,120,90,0.18); }
.td-hero-media-cap { background: #FBF3E8; color: #8a7f72; }

/* em のハイライト → パステルレインボー(全ページ共通) */
.td-hero-catch em, .td-head-title em { color: #3a342e !important; }
.td-hero-catch em::after, .td-head-title em::after {
  background: var(--mmc-rainbow) !important; opacity: 1 !important;
  height: 0.34em !important; bottom: 0.05em !important; border-radius: 4px !important;
}

/* ---- セクション見出し ---- */
.td-section { background: #FFFDFA; }
.td-head-badge {
  background: none !important; color: #B79A6E !important;
  font-family: 'Cormorant Garamond', serif !important; font-weight: 600 !important;
  letter-spacing: 0.26em !important; font-size: 0.92rem !important; text-transform: uppercase;
  padding: 0 !important; margin-bottom: 0.5rem;
}
.td-head-title { font-family: 'Noto Serif JP', serif; font-weight: 500; color: #3a342e; }

/* ============ ここから下は小児ページ以外:ゴールド/レインボーに統一 ============ */
/* タイトル類を明朝に */
body:not(.ped-page) .td-hero-title,
body:not(.ped-page) .td-care-h,
body:not(.ped-page) .td-detail-title,
body:not(.ped-page) .td-policy-h,
body:not(.ped-page) .td-flow-step-title,
body:not(.ped-page) .td-fact h4,
body:not(.ped-page) .td-event h4,
body:not(.ped-page) .td-reward-h {
  font-family: 'Noto Serif JP', serif !important; font-weight: 600 !important; color: #3a342e !important;
}

/* 番号バッジ → ゴールド */
body:not(.ped-page) .td-care-num,
body:not(.ped-page) .td-policy-num,
body:not(.ped-page) .td-detail-num,
body:not(.ped-page) .td-flow-num {
  background: linear-gradient(135deg, #E8C36E, #C9A24C) !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(201,162,76,0.32) !important;
}

/* アイコンチップ → 柔らかいゴールド/クリーム */
body:not(.ped-page) .td-care-icon,
body:not(.ped-page) .td-fact-icon {
  background: linear-gradient(135deg, #FDF3DF, #F6E4C2) !important; color: #B0852F !important;
}
/* 小見出しラベル(td-detail-sub)→ クリーム+ゴールド文字 */
body:not(.ped-page) .td-detail-sub {
  background: #FBF3E3 !important; color: #A8842E !important;
}

/* data-color の見出し/強調色 → インク or ゴールドに統一 */
body:not(.ped-page) .td-care-h,
body:not(.ped-page) .td-policy-h { color: #3a342e !important; }
body:not(.ped-page) .td-care-desc strong,
body:not(.ped-page) .td-policy-card strong,
body:not(.ped-page) .td-detail-block p strong,
body:not(.ped-page) .td-detail-block ul li strong { color: #A8842E !important; }

/* カードの上辺アクセント/ボーダー → ゴールド系 */
body:not(.ped-page) .td-detail-block { border-top-color: #DCBE6E !important; }
body:not(.ped-page) .td-fact,
body:not(.ped-page) .td-policy-card { border-color: #EFE4D5 !important; }
body:not(.ped-page) .td-detail-block ul li::before { background: #DCBE6E !important; }

/* 影をやわらかい暖色に */
body:not(.ped-page) .td-care-card,
body:not(.ped-page) .td-policy-card,
body:not(.ped-page) .td-fact,
body:not(.ped-page) .td-detail-block { box-shadow: 0 14px 30px rgba(150,120,80,0.10) !important; }

/* ---- 小児ページ:かわいさは保持しつつ、見出しの色だけ少しなじませる ---- */
.ped-page .td-hero-title { color: #E8895C; }

/* ===================================================================
   ホワイトニング:ビジュアルHERO (.wh-hero) 画像と文字を一体化
   =================================================================== */
.wh-hero { position: relative; overflow: hidden; min-height: clamp(440px, 50vw, 600px); background: #EEF4F0; display: flex; align-items: center; }
.wh-hero-bg { position: absolute; inset: 0; z-index: 0; }
.wh-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; transform: scale(1.16); transform-origin: 24% 30%; display: block; }
.wh-hero-overlay { position: absolute; inset: 0; z-index: 1; background:
  linear-gradient(100deg, #F2F8F4 0%, #F2F8F4 26%, rgba(242,248,244,0.86) 42%, rgba(242,248,244,0.4) 56%, rgba(242,248,244,0.05) 70%, rgba(242,248,244,0) 80%),
  linear-gradient(0deg, rgba(242,248,244,0.5) 0%, transparent 28%); }
.wh-hero-inner { position: relative; z-index: 3; width: 100%; max-width: 1400px; margin: 0 auto; }
.wh-hero-text { width: min(60%, 660px); padding: clamp(2.6rem,6vw,4.5rem) clamp(1.5rem,4vw,3.5rem); }
.wh-hero-script { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(1.5rem,3vw,2.2rem); color: #8FB7A2; margin: 0 0 0.5rem; letter-spacing: 0.05em; }
.wh-hero-title { font-family: 'Noto Serif JP', serif; font-size: clamp(2.3rem,5.6vw,3.8rem); font-weight: 500; color: #2c352f; margin: 0 0 1.4rem; letter-spacing: 0.07em; line-height: 1.2; }
.wh-hero-title::after { content: ""; display: block; width: 58%; max-width: 360px; height: 6px; margin-top: 0.5rem; background: linear-gradient(90deg, transparent 0%, #E6C879 18%, #C9A24C 55%, #E6C879 80%, transparent 100%); border-radius: 50%; }
.wh-hero-catch { font-family: 'Noto Serif JP', serif; font-size: clamp(1.25rem,2.8vw,1.85rem); font-weight: 500; color: #2c352f; margin: 0 0 1.3rem; line-height: 1.6; letter-spacing: 0.03em; }
.wh-hero-catch em { font-style: normal; color: #4C9377; }
.wh-hero-lead { font-size: 1rem; line-height: 2; color: #4a544d; margin: 0; max-width: 540px; }
.wh-hero-lead .wh-uline { color: #3f8568; font-weight: 600; border-bottom: 2px solid #98CDB5; padding-bottom: 1px; }
.wh-hero-spark { position: absolute; color: #E0C06A; z-index: 2; opacity: 0.85; animation: mmcTwinkle 3.4s ease-in-out infinite; }
.wh-hero-spark.s1 { width: 30px; height: 30px; left: 22%; top: 26%; }
.wh-hero-spark.s2 { width: 18px; height: 18px; left: 9%; bottom: 22%; animation-delay: 1.3s; }
@media (max-width: 860px){
  .wh-hero { min-height: 0; }
  .wh-hero-bg img { object-position: 70% center; }
  .wh-hero-overlay { background: linear-gradient(180deg, rgba(242,248,244,0.92) 0%, rgba(242,248,244,0.82) 45%, rgba(242,248,244,0.5) 100%); }
  .wh-hero-text { width: 100%; padding-top: clamp(2.2rem,6vw,3rem); padding-bottom: clamp(13rem,40vw,16rem); }
}
}

/* 一般歯科 HERO 全面背景画像化 (他HEROと統一) */
.td-hero--bg { position:relative; padding:0 !important; min-height:clamp(330px,36vw,450px); display:flex; align-items:center; overflow:hidden; background:#fff !important; }
.td-hero--bg .td-hero-bg { position:absolute; inset:0; z-index:0; }
.td-hero--bg .td-hero-bg img { width:100%; height:100%; object-fit:cover; object-position:64% 32%; }
.td-hero--bg .td-hero-overlay { position:absolute; inset:0; z-index:1; background:linear-gradient(100deg, rgba(255,253,249,0.97) 0%, rgba(255,253,249,0.92) 30%, rgba(255,253,249,0.6) 50%, rgba(255,253,249,0.15) 72%, rgba(255,253,249,0) 88%); }
.td-hero--bg .section-inner { position:relative; z-index:2; width:100%; }
.td-hero--bg .td-hero-inner { max-width:min(58%,600px); margin:0; text-align:left; }
.td-hero--bg .td-hero-title, .td-hero--bg .td-hero-catch, .td-hero--bg .td-hero-lead { text-align:left; }
.td-hero--bg .td-hero-badge { display:block; margin-bottom:0.5rem; }
.td-hero--bg .td-hero-title { margin:0 0 1.1rem; line-height:1.35; }
.td-hero--bg .td-hero-title span { margin-top:0.55rem !important; }
.td-hero--bg .td-hero-catch { margin:0 0 1.2rem; font-size:clamp(1.2rem,2.5vw,1.6rem); line-height:1.75; }
.td-hero--bg .td-hero-lead { max-width:430px; font-size:0.92rem; line-height:2.05; color:#5d544a; }
.td-hero--bg .td-hero-catch em::after { left:0; transform:none; }
@media (max-width:680px){
  .td-hero--bg { min-height:auto; padding:clamp(2.2rem,7vw,3.2rem) 0 !important; }
  .td-hero--bg .td-hero-inner { max-width:100%; }
  .td-hero--bg .td-hero-overlay { background:linear-gradient(180deg, rgba(255,253,249,0.95) 0%, rgba(255,253,249,0.8) 55%, rgba(255,253,249,0.45) 100%); }
}

/* ===== 医療費控除のご案内(矯正) ===== */
.ortho-dedu { max-width:820px; margin:1.5rem auto 0; background:#fff; border:1px solid #EFE6D8; border-radius:20px; padding:clamp(1.6rem,3.5vw,2.6rem); box-shadow:0 16px 38px rgba(150,120,90,0.10); }
.ortho-dedu-lead { display:flex; align-items:flex-start; gap:1rem; margin-bottom:1.3rem; }
.ortho-dedu-ico { flex:none; width:48px; height:48px; border-radius:50%; background:#FBEFD9; color:#C9A24C; display:flex; align-items:center; justify-content:center; }
.ortho-dedu-ico svg { width:24px; height:24px; }
.ortho-dedu-lead p { margin:0; font-size:0.96rem; line-height:1.95; color:#5a5045; }
.ortho-dedu-lead strong { color:#3a342e; }
.ortho-dedu-list { list-style:none; margin:0 0 1.2rem; padding:0; display:grid; gap:0.75rem; }
.ortho-dedu-list li { position:relative; padding-left:1.5rem; font-size:0.92rem; line-height:1.85; color:#5a5045; }
.ortho-dedu-list li::before { content:''; position:absolute; left:0; top:0.62em; width:8px; height:8px; border-radius:50%; background:#E8B45A; }
.ortho-dedu-list b { color:#3a342e; font-weight:700; }
.ortho-dedu-note { font-size:0.8rem; line-height:1.75; color:#8a7f70; margin:0; padding-top:1.1rem; border-top:1px dashed #E7D7C5; }

/* 医療費控除ボタン */
.td-dedu-btnwrap { text-align:center; margin-top:1.8rem; }
.td-dedu-btn { display:inline-flex; align-items:center; gap:0.6rem; padding:0.85rem 2rem; border-radius:999px; background:linear-gradient(135deg,#E8C36E 0%,#C9A24C 100%); color:#fff; font-family:'Noto Serif JP',serif; font-weight:600; font-size:1rem; letter-spacing:0.04em; text-decoration:none; box-shadow:0 12px 26px rgba(201,162,76,0.30); transition:transform .25s ease, box-shadow .25s ease; }
.td-dedu-btn:hover { transform:translateY(-3px); box-shadow:0 18px 34px rgba(201,162,76,0.42); }
.td-dedu-btn-ico { display:inline-flex; width:22px; height:22px; }
.td-dedu-btn-ico svg { width:100%; height:100%; }
.td-dedu-btn-arr { transition:transform .25s ease; }
.td-dedu-btn:hover .td-dedu-btn-arr { transform:translateY(3px); }

/* ===== 料金表(リデザイン:アイコン+説明) ===== */
.pricecard-head { display:flex; align-items:center; gap:clamp(0.5rem,1.5vw,1rem); max-width:900px; margin:clamp(1.4rem,3vw,2rem) auto clamp(1rem,2vw,1.4rem); }
.pricecard-head:not(:first-of-type) { margin-top:clamp(2.4rem,5vw,3.6rem); }
.pricecard-line { flex:1; height:1px; background:linear-gradient(90deg,transparent,#DBC7A2,transparent); }
.pricecard-pill { flex:none; font-family:'Noto Serif JP',serif; font-weight:600; font-size:clamp(1rem,2.2vw,1.3rem); letter-spacing:0.14em; color:#fff; background:linear-gradient(135deg,#E8C36E,#C9A24C); padding:0.6rem 2.2rem; border-radius:999px; box-shadow:0 8px 20px rgba(201,162,76,0.28); white-space:nowrap; }
.pricecard-leaf { flex:none; width:30px; height:46px; color:#D8C49E; }
.pricecard-leaf svg { width:100%; height:100%; }
.pricecard-leaf--r { transform:scaleX(-1); }
.pricecard { max-width:900px; margin:0 auto; background:linear-gradient(180deg,#FFFDFA,#FCF7F0); border:1px solid #EFE2D0; padding:clamp(0.4rem,1.2vw,0.9rem) clamp(1rem,3vw,2.4rem); box-shadow:0 18px 44px rgba(170,135,95,0.10); }
.pricelist { list-style:none; margin:0; padding:0; }
.pricerow { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:clamp(0.8rem,2vw,1.5rem); padding:clamp(0.9rem,2vw,1.3rem) clamp(0.3rem,1vw,0.6rem); border-bottom:1px solid #EFE2D0; }
.pricerow:last-child { border-bottom:none; }
.pricerow-ico { flex:none; width:clamp(46px,5.5vw,58px); height:clamp(46px,5.5vw,58px); border-radius:50%; background:#FBEFD9; color:#C9A24C; display:flex; align-items:center; justify-content:center; }
.pricerow-ico svg { width:52%; height:52%; }
.pricerow-main b { display:block; font-family:'Noto Serif JP',serif; font-size:clamp(1rem,2vw,1.22rem); font-weight:600; color:#3a342e; }
.pricerow-main em { display:block; font-style:normal; font-size:0.8rem; color:#9a8d78; margin-top:0.25rem; line-height:1.6; }
.pricerow-price { font-family:'Cormorant Garamond','Noto Serif JP',serif; font-size:clamp(1.4rem,3vw,2rem); font-weight:600; color:#5A8A5E; white-space:nowrap; letter-spacing:0.02em; }
.pricecard-note { max-width:900px; margin:clamp(0.9rem,2vw,1.3rem) auto 0; text-align:center; font-size:0.8rem; color:#8a7f70; line-height:1.7; }
@media (max-width:560px){
  .pricerow { gap:0.7rem; }
  .pricerow-main em { font-size:0.74rem; }
  .pricerow-price { font-size:1.25rem; }
  .pricecard-leaf { display:none; }
}

/* ===== リスク・副作用 カードグリッド ===== */
.riskgrid { display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(1rem,2vw,1.5rem); max-width:1040px; margin:clamp(1.5rem,3vw,2.4rem) auto 0; }
.riskcard { background:linear-gradient(180deg,#FFFDF8,#FBF5EA); border:1px solid #F0E5D2; border-radius:18px; padding:clamp(1.4rem,2.8vw,2rem) clamp(1.2rem,2.5vw,1.6rem); text-align:center; box-shadow:0 12px 30px rgba(180,150,90,0.10); }
.riskcard-ico { display:inline-flex; width:64px; height:64px; border-radius:50%; background:radial-gradient(circle at 50% 40%,#FBEEDA,#F5E1C0); color:#C99A4C; align-items:center; justify-content:center; margin-bottom:0.9rem; }
.riskcard-ico svg { width:32px; height:32px; }
.riskcard-title { font-family:'Noto Serif JP',serif; font-size:clamp(1rem,2vw,1.15rem); font-weight:600; color:#B5863E; margin:0 0 0.7rem; padding-bottom:0.7rem; border-bottom:1px solid #EFE3D0; line-height:1.5; }
.riskcard p { font-size:0.86rem; line-height:1.85; color:#6b6258; margin:0; }
.riskcard p .hl { color:#B5863E; font-weight:700; }
.risknote { position:relative; overflow:hidden; display:flex; align-items:center; gap:1.2rem; max-width:1040px; margin:clamp(1.4rem,3vw,2rem) auto 0; background:linear-gradient(135deg,#FDF6EA,#FBEFDA); border:1px solid #F0E2C9; border-radius:18px; padding:clamp(1.2rem,2.5vw,1.7rem) clamp(1.4rem,3vw,2.4rem); }
.risknote-ico { flex:none; width:44px; height:44px; color:#D9B36A; }
.risknote-ico svg { width:100%; height:100%; }
.risknote p { position:relative; z-index:1; margin:0; font-size:0.9rem; line-height:1.85; color:#6b6258; }
.risknote-leaf { position:absolute; right:-6px; bottom:-16px; width:130px; height:108px; color:#E5C49C; opacity:0.55; pointer-events:none; }
.risknote-leaf svg { width:100%; height:100%; }
@media(max-width:820px){ .riskgrid { grid-template-columns:repeat(2,1fr); } }
@media(max-width:520px){ .riskgrid { grid-template-columns:1fr; } .risknote { flex-direction:column; text-align:center; } }

/* ===== ボトックス What is Botox? カード ===== */
.bx-intro { position:relative; max-width:1040px; margin:0 auto; background:linear-gradient(160deg,#FBF6EC,#FFFDF8); border:1.5px solid #DCC9A0; border-radius:26px; padding:clamp(1.8rem,4vw,3rem); box-shadow:0 22px 50px rgba(170,140,90,0.12); overflow:hidden; }
.bx-intro-tag { display:inline-block; font-family:'Cormorant Garamond',serif; letter-spacing:0.14em; font-size:0.84rem; color:#fff; background:linear-gradient(135deg,#B7A06A,#9C8954); padding:0.4rem 1.3rem; border-radius:999px; margin-bottom:1.1rem; }
.bx-intro-h { font-family:'Noto Serif JP',serif; font-size:clamp(1.5rem,3.4vw,2.2rem); font-weight:600; color:#3a342e; line-height:1.5; margin:0 0 1.1rem; }
.bx-intro-h em { font-style:normal; position:relative; }
.bx-intro-h em::after { content:''; position:absolute; left:-2px; right:-2px; bottom:0.08em; height:0.3em; background:linear-gradient(90deg,#E7DAB8,#D8C49A); z-index:-1; border-radius:3px; }
.bx-intro-p { font-size:0.95rem; line-height:1.95; color:#5a5045; margin:0 0 1.5rem; }
.bx-facts { display:flex; align-items:center; gap:clamp(1rem,2.5vw,1.8rem); border:1px solid #EADDC4; border-radius:14px; padding:clamp(0.9rem,2vw,1.3rem) clamp(1rem,2.5vw,1.6rem); background:rgba(255,255,255,0.5); }
.bx-facts-sep { width:1px; align-self:stretch; background:#EADDC4; flex:none; }
.bx-fact { display:flex; align-items:center; gap:0.8rem; flex:1; }
.bx-fact-ico { flex:none; width:42px; height:42px; border-radius:50%; background:#EEF3E5; color:#7FA86A; display:flex; align-items:center; justify-content:center; }
.bx-fact-ico svg { width:22px; height:22px; }
.bx-fact-tx { display:flex; flex-direction:column; }
.bx-fact-tx b { font-family:'Noto Serif JP',serif; font-size:0.95rem; color:#3a342e; }
.bx-fact-tx span { font-size:0.8rem; color:#7a6f62; margin-top:0.1rem; }
.bx-intro-visual { position:relative; display:flex; align-items:center; justify-content:center; min-height:240px; }
.bx-intro-circle { width:clamp(200px,24vw,280px); aspect-ratio:1; border-radius:50%; background:radial-gradient(circle at 50% 45%,#FBF1DC,#F5E7CB); display:flex; align-items:center; justify-content:center; color:#A89968; }
.bx-face { width:82%; height:82%; }
.bx-intro-leaf { position:absolute; right:-4px; bottom:-6px; width:68px; height:118px; color:#9DBE86; }
.bx-intro-leaf svg { width:100%; height:100%; }
.bx-intro-arc { position:absolute; right:2px; top:2px; width:88px; height:88px; color:#D8B86A; }
.bx-intro-arc svg { width:100%; height:100%; }
@media(max-width:760px){ .bx-intro { grid-template-columns:1fr; } .bx-intro-visual { order:-1; min-height:0; } .bx-facts { flex-direction:column; align-items:stretch; gap:0.9rem; } .bx-facts-sep { width:auto; height:1px; } }

/* ============================================================
   訪問歯科「こんな方・ご家族に」4行レイアウト 2026-06-16
   ============================================================ */
.hv-target-lead2 { text-align:center; font-family:'Noto Serif JP',serif; font-size:clamp(.95rem,2vw,1.1rem); line-height:2.15; color:#5a5044; margin:1.6rem auto clamp(2rem,4.5vw,3.2rem); max-width:780px; }
.hv-target-rows { max-width:920px; margin:0 auto; }
.hv-trow { display:grid; grid-template-columns:300px 1fr; gap:clamp(1.4rem,3vw,2.8rem); align-items:center; padding:clamp(1.3rem,2.6vw,1.9rem) 0; border-top:1px solid #E8E0D0; }
.hv-trow:first-child { border-top:none; }
.hv-trow dt { position:relative; font-family:'Noto Serif JP',serif; font-weight:700; font-size:clamp(1.05rem,2.3vw,1.35rem); color:#E08A2C; letter-spacing:.02em; padding-right:clamp(1.4rem,3vw,2.8rem); }
.hv-trow dt::after { content:""; position:absolute; right:0; top:50%; transform:translateY(-50%); width:1px; height:2.4em; background:#DED5C5; }
.hv-trow dd { margin:0; font-family:'Noto Serif JP',serif; font-size:.96rem; line-height:1.95; color:#5a5044; }
@media (max-width:700px){
  .hv-trow { grid-template-columns:1fr; gap:.5rem; text-align:center; padding:1.3rem 0; }
  .hv-trow dt { padding-right:0; }
  .hv-trow dt::after { display:none; }
}

/* 訪問歯科 AREAボックス：点線フレームをやめてすっきり */
.td-reward-box--area { background:#fff !important; border:2px solid #D4A92E !important; box-shadow:0 16px 36px rgba(200,170,80,0.14) !important; }

/* 知覚過敏の見出しを「主なメニュー」(td-head-title)と同じ文字形式・デザインに */
.td-sense-title { font-family:'Noto Serif JP',serif !important; font-weight:500 !important; color:#3a342e !important; font-size:clamp(1.5rem,3vw,2.2rem); line-height:1.4; }
.td-sense-title em { color:#3a342e !important; position:relative; font-style:normal; }
.td-sense-title em::after { content:''; position:absolute; left:-2px; right:-2px; bottom:2px; height:10px; background:var(--pop-yellow); opacity:.55; z-index:-1; border-radius:5px; }

/* 入れ歯「こんなお悩み」吹き出しなし・中央寄せ700px文章ブロック */
.td-worry-prose { max-width:700px; margin:1.6rem auto 0; text-align:center; }
.td-worry-prose p { font-family:'M PLUS Rounded 1c',sans-serif; font-size:1rem; line-height:2.05; color:#5a5044; margin:0 0 1.3rem; }
.td-worry-prose .td-worry-note { font-size:.84rem; color:#9a8f80; margin:.2rem 0 0; }

/* ============================================================
   口臭外来「口臭の原因を科学的に検査・分析」白×黒×ゴールド 2026-06-16
   ============================================================ */
.hal-exam { background:#fff; padding:0 0 clamp(2.6rem,5vw,4rem); }
.hal-exam-hero { position:relative; overflow:hidden; min-height:560px; display:flex; align-items:center; }
.hal-exam-bg { position:absolute; inset:0; z-index:0; }
.hal-exam-bg img { width:100%; height:100%; object-fit:cover; object-position:80% 30%; }
.hal-exam-hero::before { content:""; position:absolute; inset:0; z-index:1; pointer-events:none;
  background:linear-gradient(90deg,#fff 0%,#fff 38%,rgba(255,255,255,.78) 54%,rgba(255,255,255,.15) 78%,rgba(255,255,255,0) 100%); }
.hal-exam-heroinner { position:relative; z-index:2; width:100%; padding-top:clamp(3rem,6vw,5.5rem); padding-bottom:clamp(3rem,6vw,5.5rem); }
.hal-exam-text { max-width:600px; }
.hal-exam-h { font-family:'Noto Serif JP',serif; font-weight:500; font-size:clamp(1.8rem,4vw,2.8rem); line-height:1.55; color:#2b2620; margin:0 0 1.3rem; letter-spacing:.03em; }
.hal-exam-rule { display:block; width:120px; height:2px; margin:0 0 1.7rem; background:linear-gradient(90deg,#C9A24C,#E6CF92,transparent); }
.hal-exam-lead { font-family:'Noto Serif JP',serif; font-size:.97rem; line-height:2.05; color:#3a342e; margin:0; }
/* 5項目 */
.hal-exam-items { list-style:none; margin:clamp(2.6rem,5vw,3.6rem) 0 0; padding:0; display:grid; grid-template-columns:repeat(5,1fr); gap:1.4rem; }
.hal-exam-items li { position:relative; text-align:center; padding:0 .7rem; }
.hal-exam-items li:not(:last-child)::after { content:""; position:absolute; right:0; top:14%; height:66%; width:1px; background:#ECE3CE; }
.hal-exam-ico { display:inline-flex; width:66px; height:66px; border-radius:50%; background:#FBF6EA; color:#C0982F; align-items:center; justify-content:center; margin-bottom:.95rem; }
.hal-exam-ico svg { width:32px; height:32px; }
.hal-exam-items b { display:block; font-family:'Noto Serif JP',serif; font-weight:600; font-size:1.02rem; color:#2b2620; margin-bottom:.55rem; }
.hal-exam-items p { font-size:.78rem; line-height:1.75; color:#6b6358; margin:0; }
/* コールアウト */
.hal-exam-callout { display:flex; align-items:center; justify-content:center; gap:1.1rem; max-width:840px; margin:clamp(2.6rem,5vw,3.6rem) auto 0; padding:1.5rem 2rem; border:1.5px solid #DFC988; border-radius:16px; background:#FFFDF8; }
.hal-exam-callout-ico { flex:none; width:48px; height:48px; border-radius:50%; background:#F6EED5; color:#C0982F; display:flex; align-items:center; justify-content:center; }
.hal-exam-callout-ico svg { width:24px; height:24px; }
.hal-exam-callout p { font-family:'Noto Serif JP',serif; font-size:1.02rem; line-height:1.85; color:#2b2620; margin:0; }
.hal-exam-callout em { font-style:normal; color:#C0982F; font-weight:600; }
@media (max-width:880px){ .hal-exam-items { grid-template-columns:repeat(2,1fr); gap:2rem 1rem; } .hal-exam-items li::after{ display:none; } .hal-exam-hero::before{ background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.86)); } }
@media (max-width:560px){ .hal-exam-items { grid-template-columns:1fr; } .hal-exam-callout{ flex-direction:column; text-align:center; } }

/* 訪問 費用セクションの強調文字をゴールドに */
.hv-cost-sec strong, .hv-cost-sec .td-callout-text strong { color:#C9A24C !important; }
/* 訪問「こんな方・ご家族に」本文を丸ゴシックにして明朝に変化を（見出し・タイトルは明朝のまま） */
.hv-target-lead2, .hv-trow dd { font-family:'M PLUS Rounded 1c', sans-serif !important; }
.hv-trow dd { font-size:0.92rem; }

/* すっきりした情報ボックス（矯正 期間・通院・保定など） */
.td-cleanbox { max-width:840px; margin:0 auto; background:#fff; border:1px solid #E8E0D0; border-radius:16px; padding:clamp(1.2rem,2.6vw,1.9rem) clamp(1.4rem,3vw,2.2rem); box-shadow:0 12px 28px rgba(120,110,90,0.07); }
.td-cleanbox-list { list-style:none; margin:0; padding:0; }
.td-cleanbox-list li { position:relative; padding:.85rem 0 .85rem 1.4rem; font-family:'M PLUS Rounded 1c',sans-serif; font-size:.95rem; line-height:1.9; color:#4a443c; border-top:1px solid #F1EBDF; }
.td-cleanbox-list li:first-child { border-top:none; }
.td-cleanbox-list li::before { content:""; position:absolute; left:0; top:1.4rem; width:7px; height:7px; border-radius:50%; background:#C9A24C; }
.td-cleanbox-list strong { color:#3a342e; }

/* 入れ歯 修理・調整：ブルー/緑をゴールドに、コールアウトを白×ゴールド */
.denture-repair-sec .td-points li::before { background:#C9A24C !important; }
.denture-repair-sec .td-points li strong { color:#C9A24C !important; }
.denture-repair-sec .td-points li { border-color:#EFE4D0 !important; }
.denture-repair-sec .td-points li:hover { border-color:#D4A92E !important; box-shadow:0 10px 22px rgba(200,160,70,0.16) !important; }
.denture-repair-sec .td-callout { background:#fff !important; border:1.5px solid #D4A92E !important; }
.denture-repair-sec .td-callout-icon { color:#C9A24C !important; background:#FBF6EA !important; }
.denture-repair-sec .td-callout-text strong { color:#C9A24C !important; }

/* 口臭 ほんだ式の説明ブロック */
.hal-honda { max-width:860px; margin:clamp(2.6rem,5.5vw,4rem) auto 0; text-align:center; }
.hal-honda-tag { display:inline-block; font-family:'M PLUS Rounded 1c',sans-serif; font-size:.8rem; font-weight:700; letter-spacing:.08em; color:#B98A2A; background:#FBF4E2; border:1px solid #E7D7AE; border-radius:999px; padding:.4rem 1.1rem; margin:0 0 1.2rem; }
.hal-honda-h { font-family:'Noto Serif JP',serif; font-weight:600; font-size:clamp(1.9rem,4.6vw,2.9rem); color:#2b2620; margin:0; line-height:1.3; letter-spacing:.04em; }
.hal-honda-sub { font-family:'Noto Serif JP',serif; font-size:clamp(1.05rem,2.4vw,1.35rem); color:#C0982F; margin:.8rem 0 0; line-height:1.6; }
.hal-honda-sub em { font-style:normal; }
.hal-honda-body { font-family:'M PLUS Rounded 1c',sans-serif; font-size:.96rem; line-height:2.05; color:#4a443c; margin:1.6rem auto 0; max-width:720px; text-align:left; }

/* ============================================================
   インプラントと他の治療法 3カラム比較（白×ゴールド）2026-06-16
   ============================================================ */
.imp-cmp-lead { text-align:center; font-family:'Noto Serif JP',serif; font-size:clamp(.95rem,2vw,1.08rem); line-height:2.1; color:#4a443c; max-width:800px; margin:0 auto clamp(2rem,4.5vw,3rem); }
.imp-cmp-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:0; max-width:1080px; margin:0 auto; }
.imp-cmp-col { padding:0 clamp(1rem,2.6vw,2.2rem); text-align:center; }
.imp-cmp-col:not(:last-child) { border-right:1px solid #ECE3CE; }
.imp-cmp-ico { display:inline-flex; width:94px; height:94px; border-radius:50%; background:radial-gradient(circle,#FCF5E2,#F5EBCF); color:#C0982F; align-items:center; justify-content:center; margin-bottom:1.2rem; }
.imp-cmp-ico svg { width:46px; height:46px; }
.imp-cmp-title { font-family:'Noto Serif JP',serif; font-weight:600; font-size:1.3rem; color:#B98A2A; margin:0; }
.imp-cmp-title::after { content:""; display:block; width:40px; height:2px; background:#E6CF92; margin:.65rem auto 1.1rem; }
.imp-cmp-desc { font-family:'M PLUS Rounded 1c',sans-serif; font-size:.9rem; line-height:1.95; color:#5a5044; margin:0 0 1.3rem; text-align:left; }
.imp-cmp-list { list-style:none; margin:0; padding:1rem 1.1rem; background:#FFFDF8; border:1px solid #ECE0C8; border-radius:12px; text-align:left; }
.imp-cmp-list li { position:relative; padding:.4rem 0 .4rem 1.6rem; font-family:'M PLUS Rounded 1c',sans-serif; font-size:.86rem; line-height:1.55; color:#4a443c; }
.imp-cmp-list li::before { position:absolute; left:0; top:.4rem; font-weight:700; }
.imp-cmp-list li.is-o::before { content:"◎"; color:#C0982F; }
.imp-cmp-list li.is-t::before { content:"△"; color:#A99D86; }
.imp-cmp-note { display:flex; align-items:center; gap:1.1rem; justify-content:center; max-width:920px; margin:clamp(2.4rem,5vw,3.4rem) auto 0; padding:1.4rem 2rem; background:#FBF6EA; border-radius:14px; }
.imp-cmp-note-ico { flex:none; width:42px; height:42px; border-radius:50%; background:#fff; color:#C0982F; display:flex; align-items:center; justify-content:center; font-family:'Cormorant Garamond',serif; font-style:italic; font-weight:700; font-size:1.4rem; border:1.5px solid #E0CE96; }
.imp-cmp-note p { font-family:'M PLUS Rounded 1c',sans-serif; font-size:.92rem; line-height:1.85; color:#4a443c; margin:0; }
@media (max-width:820px){
  .imp-cmp-grid { grid-template-columns:1fr; gap:0; max-width:440px; }
  .imp-cmp-col { padding:1.8rem 0; }
  .imp-cmp-col:not(:last-child) { border-right:none; border-bottom:1px solid #ECE3CE; }
  .imp-cmp-note { flex-direction:column; text-align:center; }
}

/* 訪問歯科 HERO（予防歯科スタイルの全面背景・ゴールド） */
.hv-pvhero .pv-page-label { color:#B98A2A; }
.hv-pvhero .pv-page-en { color:#C9A24C; }
.hv-pvhero .pv-hero-sub { color:#B8862B; }
.hv-pvhero .mmc-mm::after { background:linear-gradient(95deg,#FBEFD6 0%,#F1DBA6 50%,#F7DCC4 100%); }
.hv-pvhero .pv-hero-bg img { object-position:72% center; }

/* 注意コールアウト：白背景＋ゴールド枠 */
.td-callout.td-callout--gold { background:#fff !important; border:1.5px solid #D4A92E !important; }
.td-callout.td-callout--gold .td-callout-icon { background:linear-gradient(135deg,#E6C66A,#C9A24C) !important; color:#fff !important; border-color:#C9A24C !important; }
.td-callout.td-callout--gold .td-callout-text strong { color:#B8862B !important; }

/* 一般歯科：こんな症状（明朝テイストの箇条書き文章） */
.td-checklist-prose { list-style:none; margin:1.6rem auto 0; padding:0; max-width:600px; display:block; }
.td-checklist-prose li { position:relative; padding:.62rem 0 .62rem 1.9rem; font-family:'Noto Serif JP',serif; font-weight:500; font-size:1.05rem; line-height:1.85; color:#3a342e; border-bottom:1px dotted #E4DDD0; }
.td-checklist-prose li:last-child { border-bottom:none; }
.td-checklist-prose li::before { content:""; position:absolute; left:.25rem; top:1.2rem; width:9px; height:9px; border-radius:50%; background:#7FB2E2; box-shadow:0 0 0 3px rgba(127,178,226,.18); }

/* ===== 装着時間カード：スマホで縦並び（2026-06-19） ===== */
@media (max-width: 680px){
  .td-detail-grid { grid-template-columns: 1fr !important; }
}

/* ===== 「こんな方に向いています」：白カード＋パステルレインボーのポイント（2026-06-19） ===== */
.aligner-fit-item--feature .aligner-fit-feature{
  background: #fff !important;
  border: 1px solid #EFE9DD !important;
  box-shadow: 0 16px 36px rgba(150,140,120,0.14) !important;
  color: #3a342f !important;
  position: relative; overflow: hidden;
  --fc: #F098B4; --fcbg: #FCE6EE;
}
.aligner-fit-item--feature[data-color="pink"]   .aligner-fit-feature{ --fc: #F093B0; --fcbg: #FCE5ED; }
.aligner-fit-item--feature[data-color="mint"]   .aligner-fit-feature{ --fc: #57C49A; --fcbg: #E2F5EC; }
.aligner-fit-item--feature[data-color="sky"]    .aligner-fit-feature{ --fc: #7DB7E0; --fcbg: #E7F1FB; }
.aligner-fit-item--feature[data-color="yellow"] .aligner-fit-feature{ --fc: #E3AE45; --fcbg: #FBF0D4; }
/* 上部のパステル・アクセントライン */
.aligner-fit-item--feature .aligner-fit-feature::before{
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px;
  background: var(--fc);
}
/* バッジ：パステルのピル */
.aligner-fit-item--feature .aligner-fit-feature-badge{
  background: var(--fcbg) !important; color: var(--fc) !important; box-shadow: none !important;
}
/* 文字色（白地に合わせて濃色） */
.aligner-fit-item--feature .aligner-fit-feature-lead{ color: #3a342f !important; }
.aligner-fit-item--feature .aligner-fit-feature-lead em{ color: var(--fc) !important; font-style: normal; }
.aligner-fit-item--feature .aligner-fit-feature-desc{ color: #6f6960 !important; }
