/* =========================================================
   Info blocks: 再生医療 / U-Signal
   既存 renewal トーンに合わせる（#937E46 / #F3F2EA / #333）
   ========================================================= */

.p-info-block {
  box-sizing: border-box;
  background: transparent;
  border: none;
  box-shadow: none;
}

.p-info-block *,
.p-info-block *::before,
.p-info-block *::after {
  box-sizing: border-box;
}

.p-info-block__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

/* ---------- Top (renewal): 親セクション背景を継承し境界を出さない ---------- */
.p-info-block--renewal {
  padding: 40px 0 10px;
  background: transparent;
  position: relative;
  z-index: 1;
  width: 100%;
}

.p-info-block--renewal.p-info-block--usignal {
  padding: 40px 0 10px;
  background: transparent;
}

/* 「上清液とは」との境の実線を消し、自然につなぐ */
.renewal-top .mechanismArea {
  border-bottom: none;
  padding-bottom: 40px;
}

.renewal-top .p-info-block--renewal .p-info-block__inner {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

/* 既存 c-heading-deco と同系の縦線。通常フローにしてテキストと重ねない */
.renewal-top .p-info-block__lead {
  display: block;
  width: 2px;
  height: 80px;
  margin: 24px auto 40px;
  background-color: #937E46;
}

/* l-new-contents 内の h2::before と二重になるため無効化（lead のみ使用） */
.renewal-top .l-new-contents .p-info-block__title::before,
.renewal-top .l-new-contents #about-regenerative-medicine h2::before {
  content: none !important;
  display: none !important;
}

.renewal-top .p-info-block--renewal .p-info-block__title {
  color: #333;
  font-weight: 400;
  text-align: center;
  margin: 0 0 2em;
  padding: 0;
  line-height: 1.4;
}

.renewal-top .p-info-block--renewal .p-info-block__body {
  text-align: center;
}

.renewal-top .p-info-block--renewal .p-info-block__subtitle {
  display: block;
  justify-content: center;
  color: #937E46;
  font-size: 22px;
  font-weight: 400;
  margin: 2.2em 0 1em;
  line-height: 1.5;
  text-align: center;
}

.renewal-top .p-info-block--renewal.is-mid-icons .p-info-block__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.renewal-top .p-info-block--renewal .p-info-block__subtitle:first-child {
  margin-top: 0;
}

.renewal-top .p-info-block--renewal .p-info-block__body p {
  color: #333;
  margin-bottom: 1.2em;
  letter-spacing: 1.2px;
}

.renewal-top .p-info-block--renewal .p-info-block__icon {
  color: #937E46;
  font-size: 26px !important;
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

/* U-Signal ポイント：重要事項(p-notice-card) + 選ばれる理由 と同系 */
.renewal-top .p-info-block__points {
  text-align: left;
  margin: 40px auto;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.renewal-top .p-info-block__point {
  background: #F3F2EA;
  border-radius: 12px;
  padding: 35px 30px; /* .p-notice-card と同値 */
  border: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

/* .p-notice-card__head をベースに、見出しは中央揃えの縦積み */
.renewal-top .p-info-block__point-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px; /* .mb42 */
  text-align: center;
}

.renewal-top .p-info-block__point-head h4 {
  color: #937E46;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  line-height: 1.45;
  text-align: center;
  width: 100%;
  min-width: 0;
}

.renewal-top .p-info-block__num {
  display: inline;
  margin-right: 0.1em;
}

.renewal-top .p-info-block__point-icon {
  color: #937E46;
  font-size: 36px !important;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 0;
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

.renewal-top .p-info-block__point p {
  text-align: left;
  color: #333;
  margin-bottom: 0.8em;
  line-height: 1.8;
}

.renewal-top .p-info-block__point p:last-child {
  margin-bottom: 0;
}

.renewal-top .p-info-block__note {
  font-size: 12px;
  color: #666;
  line-height: 1.7;
  text-align: left;
  margin-top: 0.4em;
}

/* CTA：既存 c-moreBtn をそのまま利用（右寄せ気味はサイト踏襲） */
.renewal-top .p-info-block__cta {
  margin-top: 2.5em;
  display: flex;
  justify-content: flex-end;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.renewal-top .p-info-block__cta .c-moreBtn {
  width: 340px;
  max-width: 100%;
  height: 70px;
  min-height: 70px;
  margin: 0;
  background: #142F72;
  border-radius: 0 20px 0 0;
}

.renewal-top .p-info-block__cta .c-moreBtn a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 70px;
  line-height: 70px;
  padding: 0;
  text-align: center;
  position: relative;
}

.renewal-top .p-info-block__cta .c-moreBtn a::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #B49531;
}

/* 長文CTA（指定テキスト） */
.renewal-top .p-info-block.is-cta-long .p-info-block__cta .c-moreBtn,
.p-info-block--page.is-cta-long .p-info-block__cta .c-moreBtn {
  width: min(100%, 560px);
  height: auto;
  min-height: 70px;
}

.renewal-top .p-info-block.is-cta-long .p-info-block__cta .c-moreBtn a,
.p-info-block--page.is-cta-long .p-info-block__cta .c-moreBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 70px;
  line-height: 1.45;
  padding: 0.85em 2.4em 0.85em 2.8em;
  white-space: normal;
}

/* ---------- Lower pages ---------- */
.p-info-block--page {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.p-info-block--page .p-info-block__title {
  text-align: center;
  margin-bottom: 1.5em;
}

.p-info-block--page .p-info-block__body {
  text-align: left;
}

.p-info-block--page .p-info-block__subtitle {
  display: block;
  color: rgb(147, 126, 70);
  font-size: 1.15em;
  font-weight: 700;
  margin: 1.8em 0 0.8em;
  line-height: 1.5;
}

.p-info-block--page.is-mid-icons .p-info-block__subtitle {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.p-info-block--page .p-info-block__subtitle:first-child {
  margin-top: 0;
}

.p-info-block--page .p-info-block__icon {
  color: rgb(147, 126, 70);
  font-size: 26px !important;
}

.p-info-block--page .p-info-block__body p {
  color: rgb(55, 52, 49);
  margin-bottom: 1em;
}

.p-info-block--page .p-info-block__points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2em;
  margin: 1.8em 0;
}

.p-info-block--page .p-info-block__point {
  background: rgb(243, 242, 234);
  border-radius: 12px;
  padding: 1.4em 1.3em;
  display: flex;
  flex-direction: column;
  text-align: left;
  height: 100%;
}

.p-info-block--page .p-info-block__point-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  margin-bottom: 0.85em;
  text-align: center;
}

.p-info-block--page .p-info-block__point-icon {
  color: rgb(147, 126, 70);
  font-size: 32px !important;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 0;
}

.p-info-block--page .p-info-block__point-head h4 {
  margin: 0;
  color: rgb(147, 126, 70) !important;
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.45;
  width: 100%;
  min-width: 0;
  text-align: center;
}

.p-info-block--page .p-info-block__note {
  font-size: 12px;
  color: rgb(148, 148, 148);
  line-height: 1.7;
}

.p-info-block--page .p-info-block__cta {
  margin-top: 1.8em;
  display: flex;
  justify-content: flex-end;
}

.p-info-block--page .p-info-block__cta .c-moreBtn {
  width: 340px;
  max-width: 100%;
  height: 70px;
  background: #142F72;
  border-radius: 0 20px 0 0;
  margin: 0;
}

.p-info-block--page .p-info-block__cta .c-moreBtn a {
  color: #fff;
  display: block;
  height: 100%;
  line-height: 70px;
  text-align: center;
  position: relative;
  padding: 0;
}

.p-info-block--page .p-info-block__cta .c-moreBtn a::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 1px;
  top: 35px;
  left: 0;
  background: #B49531;
}

/* shared layout helpers */
.p-info-block__subtitle {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.p-info-block__points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2em;
}

.p-info-block__point-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  margin-bottom: 0.7em;
}

.p-info-block__icon,
.p-info-block__point-icon {
  flex-shrink: 0;
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

@media screen and (min-width: 960px) {
  .p-info-block__points,
  .renewal-top .p-info-block__points {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
  }

  .p-info-block__point {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  /* 選ばれる理由と同様、見出しを2行で揃え本文開始位置を揃える */
  .renewal-top .p-info-block__point-head h4 {
    min-height: calc(1.45em * 2);
  }

  .p-info-block--page .p-info-block__point-head h4 {
    min-height: calc(1.45em * 2);
  }
}

/* サイト共通の SP ブレークポイント（959px）に合わせる */
@media screen and (max-width: 959px) {
  /* mechanismArea / reasonArea と同系の縦リズム */
  .p-info-block--renewal {
    padding: 40px 0 20px;
  }

  .p-info-block--renewal.p-info-block--usignal {
    padding: 40px 0 20px;
  }

  .renewal-top .mechanismArea {
    padding-bottom: 40px;
  }

  .renewal-top .p-info-block--renewal .p-info-block__inner {
    max-width: 100%;
    padding: 0;
  }

  /* c-heading-deco SP（45px）+ 周辺 mb4(25px) に相当 */
  .renewal-top .p-info-block__lead {
    height: 45px;
    margin: 0 auto 25px;
  }

  .renewal-top .p-info-block--renewal .p-info-block__title {
    margin-bottom: 25px; /* .mb4 SP */
    line-height: 1.35;
  }

  .renewal-top .p-info-block--renewal .p-info-block__subtitle {
    font-size: 16px;
    font-weight: 400;
    margin: 30px 0 15px;
    line-height: 1.5;
    text-align: center;
  }

  .renewal-top .p-info-block--renewal .p-info-block__subtitle:first-child {
    margin-top: 0;
  }

  .renewal-top .p-info-block--renewal.is-mid-icons .p-info-block__subtitle {
    align-items: flex-start;
    gap: 0.35em;
    justify-content: center;
    flex-wrap: wrap;
  }

  .renewal-top .p-info-block--renewal.is-mid-icons .p-info-block__subtitle > span:last-child {
    max-width: calc(100% - 1.8em);
    text-align: left;
  }

  .renewal-top .p-info-block--renewal .p-info-block__icon {
    font-size: 20px !important;
    margin-top: 0.1em;
  }

  .renewal-top .p-info-block--renewal .p-info-block__body p {
    margin-bottom: 1em;
    letter-spacing: 0.8px;
  }

  .renewal-top .p-info-block__points {
    margin: 25px auto 30px;
    gap: 16px;
  }

  .renewal-top .p-info-block__point {
    padding: 25px 20px; /* .p-notice-card SP */
    border-radius: 12px;
  }

  .renewal-top .p-info-block__point-head {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
    text-align: center;
  }

  .renewal-top .p-info-block__point-head h4 {
    font-size: 16px; /* .fz26 SP */
    line-height: 1.5;
    min-height: 0;
    text-align: center;
  }

  .renewal-top .p-info-block__point-icon {
    font-size: 28px !important;
    margin-top: 0;
  }

  .renewal-top .p-info-block__point p {
    margin-bottom: 0.65em;
    letter-spacing: 0.8px;
  }

  .renewal-top .p-info-block__note {
    font-size: 10px;
    line-height: 1.6;
  }

  /* 既存 .renewal-top .c-moreBtn SP を踏襲 */
  .renewal-top .p-info-block__cta {
    margin-top: 30px;
    justify-content: center;
  }

  .renewal-top .p-info-block__cta .c-moreBtn {
    width: 70%;
    height: 50px;
    min-height: 50px;
    border-radius: 0 10px 0 0;
    margin: 0 auto;
  }

  .renewal-top .p-info-block__cta .c-moreBtn a {
    min-height: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px !important;
    padding: 0;
  }

  .renewal-top .p-info-block__cta .c-moreBtn a::before {
    width: 35px;
    top: 50%;
    transform: translateY(-50%);
  }

  .renewal-top .p-info-block.is-cta-long .p-info-block__cta .c-moreBtn,
  .p-info-block--page.is-cta-long .p-info-block__cta .c-moreBtn {
    width: 86%;
    max-width: 340px;
    height: auto;
    min-height: 50px;
  }

  .renewal-top .p-info-block.is-cta-long .p-info-block__cta .c-moreBtn a,
  .p-info-block--page.is-cta-long .p-info-block__cta .c-moreBtn a {
    min-height: 50px;
    height: auto;
    line-height: 1.4;
    font-size: 13px !important;
    padding: 0.7em 1.6em 0.7em 2em;
  }

  /* --- Lower pages SP --- */
  .p-info-block--page.u-mt3 {
    margin-top: 1.5em;
  }

  .p-info-block--page.u-mb3 {
    margin-bottom: 1.5em;
  }

  .p-info-block--page .p-info-block__title {
    margin-bottom: 1.1em;
  }

  .p-info-block--page .p-info-block__subtitle {
    font-size: 1em;
    margin: 1.4em 0 0.65em;
    align-items: flex-start;
    gap: 0.35em;
  }

  .p-info-block--page .p-info-block__icon {
    font-size: 20px !important;
    margin-top: 0.1em;
  }

  .p-info-block--page .p-info-block__body p {
    font-size: 0.875rem;
    line-height: 1.9;
    margin-bottom: 0.9em;
  }

  .p-info-block--page .p-info-block__points {
    gap: 12px;
    margin: 1.3em 0;
  }

  .p-info-block--page .p-info-block__point {
    padding: 1.1em 1em;
  }

  .p-info-block--page .p-info-block__point-head {
    align-items: flex-start;
  }

  .p-info-block--page .p-info-block__point-head h4 {
    font-size: 0.95em;
    min-height: 0;
  }

  .p-info-block--page .p-info-block__point-icon {
    font-size: 26px !important;
  }

  .p-info-block--page .p-info-block__point p {
    font-size: 0.8125rem;
    line-height: 1.85;
  }

  .p-info-block--page .p-info-block__note {
    font-size: 11px;
  }

  .p-info-block--page .p-info-block__cta {
    margin-top: 1.4em;
    justify-content: center;
  }

  .p-info-block--page .p-info-block__cta .c-moreBtn {
    width: 70%;
    max-width: 280px;
    height: 50px;
    border-radius: 0 10px 0 0;
    margin: 0 auto;
  }

  .p-info-block--page .p-info-block__cta .c-moreBtn a {
    height: 50px;
    line-height: 50px;
    font-size: 14px !important;
  }

  .p-info-block--page .p-info-block__cta .c-moreBtn a::before {
    width: 28px;
    top: 25px;
  }
}

@media screen and (max-width: 599px) {
  .renewal-top .p-info-block--renewal .p-info-block__subtitle {
    font-size: 15px;
  }

  .renewal-top .p-info-block__cta .c-moreBtn,
  .p-info-block--page .p-info-block__cta .c-moreBtn {
    width: 82%;
  }

  .renewal-top .p-info-block__point {
    padding: 20px 16px;
  }
}
