/* ============================================================
   add202604.css — 中絶LP追加セクション (2026年04月)
   対象: lp-aus-2-2/index.html
   注意: クラス名はすべて add2604- プレフィックスで競合防止
   ============================================================ */

/* ---- セクション全体 ---- */
.add2604-section {
  width: 100%;
  background-color: #f7f0f0;
  padding-bottom: 48px;
}

/* ---- ヘッダーバー ---- */
.add2604-header {
  width: 100%;
  background-color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 6%;
  text-align: center;
}
.add2604-header p {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(1rem, 3vw, 1.5rem);
  line-height: 1.35;
  margin: 0;
}

/* ---- メイン見出しエリア ---- */
.add2604-main-heading {
  text-align: center;
  padding: 40px 6% 20px;
}
.add2604-main-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  color: #c86262;
  line-height: 1.35;
  margin: 0 0 10px;
}
.add2604-main-subtitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(0.8rem, 2.5vw, 1rem);
  color: #666;
  letter-spacing: -0.02em;
  margin: 0;
}

/* ---- CTAボタンエリア ---- */
.add2604-cta-wrap {
  max-width: 896px;
  margin: 12px auto 16px;
  padding: 0 6%;
}
.add2604-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 16px;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .add2604-cta-grid {
    grid-template-columns: 1fr;
    margin: 30px 0;
  }
}
.add2604-cta-grid a {
  display: block;
  width: 100%;
  transition: opacity 0.3s;
}
.add2604-cta-grid a:hover {
  opacity: 0.6;
}
.add2604-cta-grid img {
  width: 100%;
  display: block;
}

/* ---- 漫画ラッパー ---- */
.add2604-manga-wrap {
  max-width: 896px;
  margin: 24px auto;
  padding: 0 6%;
}
.add2604-manga-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---- 術前検査カード ---- */
.add2604-pretest-wrap {
  max-width: 896px;
  margin: 16px auto 24px;
  padding: 0 6%;
}
.add2604-pretest-card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  overflow: visible;
  padding: 30px;
}

@media (max-width: 768px) {
  .add2604-pretest-card {
    padding: 20px;
  }
}

/* ヒーロー：画像+見出しオーバーレイ */
.add2604-pretest-hero {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 5px 5px 0 0;
}

/* 背景画像ブロック（タイトル＋ステップ）
   横幅はadd2604-risk-bannerに合わせて margin: 0 20px */
.add2604-pretest-bg {
  background: url(../images/bg-pretest.jpg) center center / cover no-repeat;
  border-radius: 8px;
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(328px, 86vw, 644px);
}
.add2604-pretest-bg-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(32px, 8.5vw, 70px);
  line-height: 1.35;
  color: #666;
  margin: 0;
  padding: 0 20px;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8);
}
.add2604-pretest-bg-title span {
  color: #c86262;
}
@media (max-width: 768px) {
  .add2604-pretest-bg-title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .add2604-pretest-hero {
    aspect-ratio: 21 / 9;
  }
}
.add2604-pretest-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.add2604-pretest-hero-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 6vw, 3.5rem);
  color: #666;
  line-height: 1.35;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8);
}
.add2604-pretest-hero-text span {
  color: #c86262;
}

/* ステップフロー */
.add2604-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 28px 16px 16px;
  flex-wrap: nowrap;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .add2604-steps {
    padding: 28px 0px 0px;
    gap: 2px;
  }
}

.add2604-step-item {
  position: relative;
  flex-shrink: 0;
  width: clamp(56px, 15vw, 119px);
  height: clamp(56px, 15vw, 119px);
  border-radius: 50%;
  background: #c86262;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 3vw, 23px);
  color: #fff;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.add2604-step-item span {
  padding-top: 4%;
}
.add2604-step-badge {
  position: absolute;
  top: clamp(-16px, -2.1vw, -7px);
  left: 50%;
  transform: translateX(-50%);
  width: clamp(18px, 4.5vw, 36px);
  height: clamp(18px, 4.5vw, 36px);
  border-radius: 50%;
  border: clamp(1.5px, 0.4vw, 3.5px) solid #c86262;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(13px, 3.5vw, 27px);
  color: #c86262;
  font-family: Arial, sans-serif;
}
.add2604-step-arrow {
  flex-shrink: 0;
  width: clamp(9px, 2.5vw, 20px);
  height: auto;
  opacity: 0.7;
}

/* リスク警告バナー */
.add2604-risk-banner {
  margin-top: 30px;
  background: #fbd8d8;
  border-radius: 16px;
  text-align: center;
  padding: 38px 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #666;
}
.add2604-risk-banner-title {
  font-size: clamp(24px, 4vw, 32px);
  letter-spacing: -0.02em;
  margin: 0 0 6px;
  line-height: 1.5;
}
.add2604-risk-banner-sub {
  font-size: clamp(0.75rem, 2.5vw, 0.9rem);
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .add2604-risk-banner-title {
    white-space: nowrap;
  }
  .add2604-risk-banner-sub {
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .add2604-risk-banner {
    padding: 20px 30px;
  }
}

/* 三角矢印 */
.add2604-triangle {
  display: flex;
  justify-content: center;
  margin-top: -2px;
  transform: rotate(180deg);
}
.add2604-triangle img {
  width: 44px;
  height: 30px;
}
@media (max-width: 768px) {
  .add2604-triangle img {
    width: 24px;
    height: 20px;
  }
}

/* リスクアイテム */
.add2604-risk-items {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.add2604-risk-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.add2604-risk-icon-wrap {
  flex-shrink: 0;
  position: relative;
  width: clamp(56px, 14vw, 80px);
  height: clamp(56px, 14vw, 80px);
}
.add2604-risk-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.add2604-risk-icon-bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #c86262;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.add2604-risk-icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52%;
  height: 52%;
}
.add2604-risk-icon-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.add2604-risk-content {
  flex: 1;
}
.add2604-risk-title {
  font-family: Arial, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 3.5vw, 1.4rem);
  color: #c86262;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
  line-height: 1.5;
}
.add2604-risk-body {
  font-family: Arial, sans-serif;
  font-size: clamp(0.8rem, 2.5vw, 1rem);
  color: #666;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.5;
}
.add2604-risk-divider {
  width: 100%;
  height: 1px;
  background: #e0d0d0;
  border: none;
  margin: 0;
}

/* まとめボックス（赤） — SP: 縦並び、医師は下中央 */
.add2604-summary-box {
  margin: 30px 0px;
  background: #c86262;
  border-radius: 20px;
  padding: 20px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  overflow: visible;
}
.add2604-summary-content {
  order: 1;
  padding-bottom: 20px;
}
.add2604-summary-heading {
  display: block;
  margin: 0 0 12px;
}
.add2604-summary-line {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(1.1rem, 5vw, 1.875rem);
  color: #fff;
  letter-spacing: -0.022em;
  line-height: 1.5;
}
.add2604-summary-ul {
  text-decoration: underline;
  text-decoration-color: #fef9c2;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}
.add2604-summary-body {
  font-family: Arial, sans-serif;
  font-size: clamp(0.8rem, 3.5vw, 0.875rem);
  color: #fff;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 1.5;
}
/* SP: 医師イラストを上に上げて赤ボックスに重ね、下にはみ出させる */
.add2604-summary-doctor {
  order: 2;
  flex-shrink: 0;
  width: 116px;
  align-self: center;
  margin-top: -40px;
  margin-bottom: -110px;
}
.add2604-summary-doctor img {
  width: 100%;
  height: auto;
  display: block;
}
/* PC: 医師を左、コンテンツを右 */
@media (min-width: 768px) {
  .add2604-summary-box {
    flex-direction: row;
    padding: 30px 30px 30px 0;
    align-items: stretch;
  }
  .add2604-summary-content {
    order: 2;
    padding-bottom: 0;
    padding-left: 16px;
  }
  .add2604-summary-doctor {
    order: 1;
    width: clamp(140px, 30%, 200px);
    margin-bottom: -50px;
    align-self: flex-end;
  }
}

/* PC版でsticky予約バーを非表示（@container/mainのフォールバック） */
@media (min-width: 1024px) {
  .sticky.bottom-0.z-40 {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .br-none-min {
    display: none;
  }
}
@media (max-width: 768px) {
  .br-none-max {
    display: none;
  }
  .mt-10-max {
    margin-top: 100px;
  }
}

/* ============================================================
   アンカーリンクボタン (add2604-anchor-*)
   ============================================================ */

.add2604-anchor-buttons {
  display: flex;
  gap: 16px;
  /* justify-content: center; */
  /* flex-wrap: wrap; */
  /* max-width: 100%; */
  /* position: relative; */
  z-index: 10;
}

.add2604-anchor-btn {
  background-color: #7c91b8;
  color: #fff;
  text-decoration: none;
  width: 31%;
  border-radius: 16px;
  padding: 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.52px;
  transition: opacity 0.3s;
}

.add2604-anchor-btn:hover {
  opacity: 0.8;
}

.add2604-anchor-btn p {
  margin: 0;
  padding: 0;
}

.add2604-anchor-btn p:first-child {
  line-height: 1.6;
}

@media (max-width: 768px) {
  .add2604-anchor-buttons {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .add2604-anchor-btn {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 26px;
    border-radius: 31px;
    letter-spacing: -0.36px;
    flex-direction: row;
    justify-content: space-between;
  }

  .add2604-anchor-btn p {
    flex: 0 0 auto;
  }

  .add2604-anchor-btn p:first-child {
    flex: 1;
    text-align: left;
  }

  .add2604-anchor-btn p:last-child {
    margin-left: 10px;
    flex: 0 0 auto;
  }
}

/* ============================================================
   経口中絶薬セクション (add2604-oral-*)
   ============================================================ */

/* ラッパーとカード */
.add2604-oral-wrap {
  max-width: 896px;
  margin: 16px auto 24px;
  padding: 0 6%;
}
.add2604-oral-card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  overflow: visible;
  padding: 30px;
}
@media (max-width: 768px) {
  .add2604-oral-card {
    padding: 20px;
  }
}

/* ヘッダー部分 */
.add2604-oral-header-bg {
  background: url(../images/bg-onsultation-pc.jpg) center center / cover no-repeat;
  border-radius: 8px;
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 907px;
}

@media (max-width: 768px) {
  .add2604-oral-header-bg {
    background: url(../images/bg-onsultation-sp.jpg) center center / cover no-repeat;
    min-height: 487px;
  }
}
.add2604-oral-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(32px, 7vw, 70px);
  color: #666;
  line-height: 1.35;
  margin: 0 0 -10px;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8);
  padding: 0 20px;
}
.add2604-title-emphasis {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(32px, 8vw, 70px);
  line-height: 1.35;
  margin: 0 0 20px;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8);
  padding: 0 20px;
}
.add2604-title-emphasis .add2604-title-normal {
  color: #666;
}
.add2604-title-emphasis {
  color: #c86262;
}

/* ヘッダー説明文 */
.add2604-oral-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(12px, 2.5vw, 21px);
  color: #777;
  line-height: 1.75;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 0 20px;
}
.add2604-oral-description p {
  margin: 0;
}
.add2604-oral-underline {
  text-decoration: underline;
  text-decoration-color: #c86262;
  text-decoration-thickness: 2pt;
  text-underline-offset: 4px;
}

/* デメリット警告バナー */
.add2604-oral-banner {
  background: #fbd8d8;
  padding: 30px 10px;
  text-align: center;
  border-radius: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-top: 30px;
}
.add2604-oral-banner-title {
  font-size: clamp(24px, 4vw, 32px);
  color: #666;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin: 0;
}

/* 三角矢印 */
.add2604-oral-triangle {
  display: flex;
  justify-content: center;
  margin: 0;
  transform: rotate(180deg);
}
.add2604-oral-triangle img {
  width: 44px;
  height: 30px;
}
@media (max-width: 768px) {
  .add2604-oral-triangle img {
    width: 24px;
    height: 20px;
  }
}

/* デメリット項目 */
.add2604-oral-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .add2604-oral-items {
    margin-top: 16px;
  }
}

.add2604-oral-item {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 768px) {
  .add2604-oral-item {
    gap: 0;
  }
}
.add2604-oral-icon-wrap {
  flex-shrink: 0;
  position: relative;
  width: clamp(80px, 14vw, 120px);
  height: clamp(80px, 14vw, 120px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .add2604-oral-icon-wrap {
    height: auto;
    display: block;
  }
}
.add2604-oral-icon-wrap img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  display: block;
}

/* アイコンの円背景 */
.add2604-oral-icon-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 8px solid #c86262;
  border-radius: 50%;
  opacity: 0.5;
  display: none;
}

.add2604-oral-content {
  flex: 1;
  display: flex;
  align-items: center;
}
.add2604-oral-item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 4vw, 30px);
  color: #777;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin: 0;
}
.add2604-oral-highlight {
  color: #c86262;
  font-weight: 600;
}

/* 区切り線 */
.add2604-oral-divider {
  width: 100%;
  height: 1px;
  background: #e0d0d0;
  border: none;
  margin: 0;
}

/* まとめボックス（赤） */
.add2604-oral-summary-box {
  background: #c86262;
  border-radius: 20px;
  padding: 30px 30px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .add2604-oral-summary-box {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 0;
  }
  .add2604-oral-summary-icon {
    margin-bottom: 16px;
  }
}
.add2604-oral-summary-icon {
  flex-shrink: 0;
  width: clamp(40px, 10vw, 60px);
  height: clamp(40px, 10vw, 60px);
}
.add2604-oral-summary-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.add2604-oral-summary-content {
  flex: 1;
}
.add2604-oral-summary-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 2.5vw, 18px);
  color: #fff;
  line-height: 1.6;
  letter-spacing: -0.02em;
  margin: 0;
}

/* 注釈 */
.add2604-oral-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2vw, 16px);
  color: #000;
  line-height: 1.5;
  margin-top: 10px;
  padding: 0 0 30px;
  text-align: right;
  letter-spacing: -0.05em;
}

/* ユーティリティ */
.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-4 {
  margin-top: 40px;
}
.mt-5 {
  margin-top: 50px;
}
.mt-6 {
  margin-top: 60px;
}
