@charset "UTF-8";
/* ============================================
   粘液嚢胞LP 追加スタイル
   style.min.css の後に読み込むこと
   ============================================ */

/* --------------------------------------------
   MV：キャッチコピー（SVG画像の代わりのテキスト）
-------------------------------------------- */
.p-mv__heading--mucocele {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 36px;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.2;
  max-width: 760px;
}
.p-mv__heading-small {
  font-size: 30px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-mv__heading-small::before {
  content: "＼";
  opacity: 0.8;
}
.p-mv__heading-small::after {
  content: "／";
  opacity: 0.8;
}
.p-mv__heading-large {
  font-size: 42px;
  letter-spacing: 0.04em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.p-mv__heading-large br {
  display: none;
}
.p-mv__heading-em {
  font-style: normal;
  color: #E5FF00;
  font-size: 84px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}
.p-mv__heading-sub {
  background-color: #E5FF00;
  color: #054B77;
  font-size: 24px;
  letter-spacing: 0.08em;
  padding: 12px 20px;
  border-radius: 6px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-mv__heading--mucocele {
    gap: 8px;
    margin-top: 16px;
    margin-bottom: 18px;
    max-width: 335px;
  }
  .p-mv__heading-small {
    font-size: 15px;
    gap: 6px;
  }
  .p-mv__heading-large {
    font-size: 20px;
  }
  .p-mv__heading-em {
    font-size: 42px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  }
  .p-mv__heading-sub {
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 4px;
  }
}

/* --------------------------------------------
   粘液嚢胞とは？（費用セクション内）
-------------------------------------------- */
.p-about {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 960px;
  margin-inline: auto;
}
.p-about__heading {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.p-about__heading-strong {
  background: linear-gradient(transparent 60%, #E5FF00 60%);
}
.p-about__lead {
  color: #333333;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-about__lead-strong {
  background: linear-gradient(transparent 70%, #E5FF00 70%);
  font-size: 18px;
}
.p-about-cards {
  display: flex;
  gap: 24px;
  margin-top: 8px;
}
.p-about-cards__item {
  flex: 1;
  background-color: #F2F6F9;
  border-radius: 12px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.p-about-cards__label {
  font-family: "Amiri", "Noto Serif JP", serif;
  color: #054B77;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 6px;
}
.p-about-cards__label::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #E5FF00;
}
.p-about-cards__label::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #E5FF00;
}
.p-about-cards__label-number {
  font-size: 24px;
  line-height: 1;
}
.p-about-cards__title {
  font-size: 20px;
  font-weight: 700;
  color: #054B77;
  line-height: 1.5;
}
.p-about-cards__text {
  font-size: 15px;
  color: #333333;
  line-height: 1.9;
  text-align: left;
}
.p-about-conclusion {
  margin-top: 8px;
  background-color: #054B77;
  border-radius: 12px;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.p-about-conclusion__text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.8;
}
.p-about-conclusion__badge {
  background-color: #E5FF00;
  color: #054B77;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .p-about {
    gap: 14px;
    padding-inline: 20px;
  }
  .p-about__heading {
    font-size: 18px;
  }
  .p-about__lead {
    font-size: 13px;
    text-align: left;
  }
  .p-about__lead-strong {
    font-size: 15px;
  }
  .p-about-cards {
    flex-direction: column;
    gap: 12px;
    margin-top: 4px;
  }
  .p-about-cards__item {
    padding: 18px 16px;
    gap: 8px;
  }
  .p-about-cards__title {
    font-size: 17px;
  }
  .p-about-cards__text {
    font-size: 13px;
  }
  .p-about-conclusion {
    padding: 18px 16px;
    gap: 10px;
    border-radius: 10px;
  }
  .p-about-conclusion__text {
    font-size: 14px;
  }
  .p-about-conclusion__badge {
    font-size: 13px;
    padding: 8px 16px;
  }
}

/* 費用カードを1枚центрに */
.p-price-list--single {
  justify-content: center;
}
.p-price-list__item--single {
  max-width: 560px;
}

/* --------------------------------------------
   症状セクション：見出しテキスト（SVGの代わり）
-------------------------------------------- */
.p-worry__heading--text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: "Noto Serif JP", serif;
  color: #054B77;
  font-weight: 700;
  line-height: 1.4;
}
.p-worry__heading-line1 {
  font-size: 28px;
  letter-spacing: 0.08em;
}
.p-worry__heading-line2 {
  font-size: 40px;
  letter-spacing: 0.06em;
  width: fit-content;
  background: linear-gradient(transparent 72%, #E5FF00 72%);
}
@media screen and (max-width: 768px) {
  .p-worry__heading-line1 {
    font-size: 17px;
  }
  .p-worry__heading-line2 {
    font-size: 27px;
  }
}

/* --------------------------------------------
   口内炎と粘液嚢胞の違い
-------------------------------------------- */
.p-diff {
  padding-block: 80px 48px;
  background-color: #fff;
}
.p-diff__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.p-diff__heading {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.p-diff__heading-strong {
  background: linear-gradient(transparent 60%, #E5FF00 60%);
}
.p-diff__lead {
  text-align: center;
  color: #333333;
  line-height: 2;
  letter-spacing: 0.04em;
}
.p-diff-table-wrap {
  width: 100%;
  max-width: 960px;
}
.p-diff-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.p-diff-table__blank {
  border: none;
  width: 18%;
}
.p-diff-table__head {
  border: 1px solid #C9D5DE;
  background-color: #054B77;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 10px;
  text-align: center;
}
.p-diff-table__head--accent {
  background-color: #E5FF00;
  color: #054B77;
  border-color: #C9D5DE;
}
.p-diff-table__th {
  border: 1px solid #C9D5DE;
  background-color: #F2F6F9;
  color: #054B77;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 10px;
  text-align: center;
  vertical-align: middle;
}
.p-diff-table__td {
  border: 1px solid #C9D5DE;
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  line-height: 1.7;
  padding: 18px 14px;
  text-align: center;
  vertical-align: middle;
}
.p-diff-table__td--accent {
  background-color: #FDFFE0;
  color: #054B77;
  font-weight: 700;
}
.p-diff__note {
  max-width: 960px;
  font-size: 14px;
  color: #333333;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .p-diff {
    padding-block: 36px 24px;
  }
  .p-diff__inner {
    gap: 20px;
    padding-inline: 15px;
  }
  .p-diff__heading {
    font-size: 22px;
  }
  .p-diff__lead {
    font-size: 13px;
    text-align: left;
  }
  .p-diff-table__blank {
    width: 22%;
  }
  .p-diff-table__head {
    font-size: 14px;
    padding: 10px 4px;
  }
  .p-diff-table__th {
    font-size: 11px;
    padding: 10px 4px;
  }
  .p-diff-table__td {
    font-size: 11px;
    padding: 10px 6px;
  }
  .p-diff__note {
    font-size: 11px;
  }
}

/* --------------------------------------------
   治療の流れ
-------------------------------------------- */
.p-flow-list {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  padding: 20px 48px;
}
.p-flow-list__item {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding-block: 28px;
}
.p-flow-list__item + .p-flow-list__item {
  border-top: 1px dashed rgba(5, 75, 119, 0.35);
}
.p-flow-list__step {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #054B77;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-family: "Amiri", serif;
  font-size: 16px;
  line-height: 1;
}
.p-flow-list__step-number {
  font-size: 40px;
  font-weight: 400;
}
.p-flow-list__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-flow-list__heading {
  font-size: 24px;
  font-weight: 700;
  color: #054B77;
  width: fit-content;
  background: linear-gradient(transparent 68%, #E5FF00 68%);
}
.p-flow-list__text {
  color: #333333;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-flow-list {
    padding: 8px 18px;
    border-radius: 10px;
  }
  .p-flow-list__item {
    gap: 14px;
    padding-block: 18px;
  }
  .p-flow-list__step {
    width: 60px;
    height: 60px;
    font-size: 11px;
  }
  .p-flow-list__step-number {
    font-size: 24px;
  }
  .p-flow-list__heading {
    font-size: 17px;
  }
  .p-flow-list__text {
    font-size: 13px;
  }
}

/* --------------------------------------------
   構成変更に伴う調整
-------------------------------------------- */
/* 「とは？」と「違い」の間に余白を確保 */
.p-diff .p-diff__heading {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-diff .p-diff__heading {
    margin-top: 16px;
  }
}
/* SPのMV：写真に文字が重なった際の可読性確保 */
@media screen and (max-width: 768px) {
  .p-mv-tag {
    position: relative;
    z-index: 1;
  }
  .p-mv__text {
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 10px rgba(3, 40, 64, 0.9), 0 0 4px rgba(3, 40, 64, 0.8);
  }
}

/* 縦リズム調整（実測ベース） */
.p-price {
  padding-top: 90px;
}
.p-cases {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-price {
    padding-top: 40px;
  }
  .p-cases {
    padding-top: 40px;
  }
}

/* 料金注釈をカード幅（560px）に揃える */
.p-price-notes {
  width: 100%;
  max-width: 560px;
  align-self: center;
}
