@charset "utf-8";
/* アンカーリンク */
[id] {
  scroll-margin-top: 88px;
}

/* common */
.mt50 {
  margin-top: 50px;
}
.lower-h2 {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: var(--main-color) 3px solid;
  padding-left: 20px;
}
.lower-h2__small {
  font-size: 16px;
}
.fwb {
  font-weight: bold;
}
.pink {
  color: var(--main-color);
}
@media (max-width: 850px) {
  .mt50 {
    margin-top: 30px;
  }
  .lower-h2 {
    font-size: 24px;
    padding-left: 0;
  }
}
@media (max-width: 440px) {
  .lower-h2__small {
    font-size: 14px;
  }
}

/* Fv */
.lower-fv {
  background-image: url("../img/lower-fv.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  text-align: center;
}
.lower-title-jp {
  padding-top: 160px;
  font-size: 48px;
  font-weight: 600;
}
.lower-title-jp-small {
  font-size: 24px;
}
.lower-title-en {
  font-size: 24px;
  color: var(--main-color);
}
@media (max-width: 1024px) {
  .lower-title-jp {
    font-size: 40px;
  }
  .lower-title-en {
    font-size: 20px;
  }
}
@media (max-width: 440px) {
  .lower-title-jp {
    font-size: 32px;
  }
  .lower-title-en {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .lower-title-jp {
    font-size: 24px;
  }
}

/* Contents */
.contents_inner {
  max-width: 65.3%;
  width: 100%;
  margin-inline: auto;
}
/* .breadcrumb {
  margin-top: 20px;
}
.breadcrumb__list {
  display: flex;
  justify-content: start;
  align-items: center;
}
.breadcrumb__item:nth-child(2),
.breadcrumb__item:nth-child(3),
.breadcrumb__item:nth-child(4),
.breadcrumb__item:nth-child(5),
.breadcrumb__item:nth-child(6),
.breadcrumb__item:nth-child(7) {
  margin-left: 15px;
}
.breadcrumb__link {
  color: var(--border-color);
  font-family: var(--third-font);
}
.breadcrumb__item:nth-child(2) {
  color: var(--border-color);
  margin-bottom: 2px;
}
.breadcrumb__current {
  font-size: 16px;
  color: var(--border-color);
} */
.breadcrumbsWrap {
  font-size: 16px;
  color: var(--border-color);
  font-family: var(--third-font);
  margin-top: 20px;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumbs {
  display: flex;
  align-items: center;
}
.breadcrumbs {
  display: flex;
  align-items: center;
}
.breadcrumbs span {
  margin: 0 5px;
}
.breadcrumbs span:first-child {
  margin-left: 0;
}
.breadcrumbs span:first-child a {
  color: var(--border-color);
}
@media (max-width: 1024px) {
  .contents_inner {
    max-width: 90%;
  }
}
@media (max-width: 850px) {
  .breadcrumbsWrap {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .breadcrumbsWrap {
    font-size: 12px;
  }
}

/* クリニック紹介 */
.about_clinic {
  margin-top: 40px;
}
.about_clinic-img {
  margin-top: 30px;
  padding: 0 8.5%;
  height: 400px;
}
.about_clinic-detail {
  margin-top: 50px;
  padding: 0 8.5%;
}
.about_clinic-item {
  display: flex;
  justify-content: start;
  align-items: start;
  border-bottom: 1px var(--border-color) solid;
  padding: 20px 0 20px 20px;
  gap: 137px;
}
.about_clinic-item:nth-child(1) {
  padding: 0 0 20px 20px;
}
.about_clinic-label {
  width: 80px;
  font-size: 20px;
  font-weight: bold;
}
.about_clinic-item:nth-child(5) .about_clinic-text {
  width: 460px;
  line-height: 1.62;
}
.sp-br {
  display: none;
}
.spc-br {
  display: none;
}
.sm-sp-br {
  display: none;
}

@media (max-width: 1024px) {
  .spc-br {
    display: block;
  }
}

@media (max-width: 850px) {
  .about_clinic {
    margin-top: 20px;
  }
  .about_clinic-img {
    padding: 0 6.5%;
  }
  .about_clinic-detail {
    padding: 0 6.5%;
  }
  .about_clinic-item:nth-child(5) .about_clinic-text {
    width: 350px;
  }
  .sp-br {
    display: block;
  }
  .pc-br {
    display: none;
  }
}

@media (max-width: 440px) {
  .about_clinic-img {
    padding: 0;
  }
  .about_clinic-detail {
    padding: 0;
    margin-top: 30px;
  }
  .about_clinic-item {
    flex-direction: column;
    gap: 10px;
    padding: 10px 0 10px 15px;
  }
  .about_clinic-item:nth-child(1) {
    padding: 0 0 10px 15px;
  }
  .about_clinic-item:nth-child(5) .about_clinic-text {
    width: auto;
  }
  .about_clinic-label {
    font-size: 18px;
  }
}
@media (max-width: 390px) {
  .sm-sp-br {
    display: block;
  }
}

/* 医師紹介 */
.about_doctor-profile {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 0 5%;
  gap: 84px;
}
.about_doctor-profile-left {
  position: relative;
}
.about_doctor-img {
  width: 400px;
  height: 355px;
}
.about_doctor-name {
  position: absolute;
  bottom: -5%;
  right: -5%;
  padding: 15px 45px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 24px;
  box-shadow: 4px 7px 20px 0px rgba(78, 69, 74, 0.1);
}
.small {
  font-size: 20px;
}
.about_doctor-name-plate {
  position: absolute;
  bottom: -10%;
  right: -10%;
  width: 60px;
  height: auto;
}
.about_doctor-profile-right {
  margin-top: 1%;
}
.about_doctor-profile-label {
  font-weight: 800;
}
.about_doctor-profile-text {
  margin-top: 5px;
  line-height: 1.62;
}
.about_doctor-profile-label:nth-of-type(2) {
  margin-top: 15px;
}
.about_doctor-message {
  margin-top: 50px;
  line-height: 1.7;
  padding: 0 8%;
}
@media (max-width: 1024px) {
  .about_doctor-profile {
    gap: 77px;
  }
}

@media (max-width: 850px) {
  .about_doctor-profile {
    gap: 60px;
  }
  .about_doctor-img {
    width: 300px;
    height: 320px;
  }
  .about_doctor-name {
    font-size: 20px;
  }
  .small {
    font-size: 18px;
  }
  .about_doctor-name-plate {
    bottom: -11%;
    right: -12%;
  }
  .about_doctor-profile-text {
    font-size: 14px;
  }
  .about_doctor-message {
    margin-top: 30px;
  }
}
@media (max-width: 440px) {
  .about_doctor-profile {
    flex-direction: column;
    gap: 30px;
  }
  .about_doctor-img {
    width: 100%;
  }
  .about_doctor-name {
    font-size: 18px;
  }
  .small {
    font-size: 14px;
  }
  .about_doctor-profile-right {
    padding-bottom: 15px;
    border-bottom: 0.5px solid var(--border-color);
    width: 100%;
  }
  .about_doctor-message {
    padding: 0 4.5%;
    margin-top: 15px;
  }
}

/* 診察時間 */
.about_schedule-img {
  margin-top: 30px;
  padding: 0 2%;
  max-width: 80%;
  width: 100%;
  margin-inline: auto;
  display: block;
}
.about_schedule-detail {
  margin-top: 5px;
  font-family: var(--second-font);
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  padding-right: 12%;
}
@media (max-width: 850px) {
  .about_schedule-detail {
    font-size: 18px;
  }
}
@media (max-width: 440px) {
  .about_schedule-img {
    margin-top: 15px;
    padding: 0;
    max-width: 100%;
  }
  .about_schedule-detail {
    font-size: 12px;
    padding: 0;
  }
}

/* アクセス */
.about_access-detail {
  padding: 0 8.5%;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
}
.about_access-map {
  position: relative;
  width: 83%;
  padding-top: 40%;
  margin-top: 30px;
  margin-inline: auto;
}
@media (max-width: 850px) {
  .about_access-detail {
    font-size: 18px;
    padding: 0 60px;
  }
}
@media (max-width: 440px) {
  .about_access-detail {
    font-size: 16px;
    padding: 0;
    margin-top: 15px;
  }
  .about_access-map {
    width: 100%;
    margin-top: 20px;
    padding-top: 60%;
  }
}

/* 導入機器 */
.about_equipment {
  margin-bottom: 30px;
}
.about_equipment-list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.about_equipment-item-img {
  border-radius: 30px 30px 0 0;
}
.about_equipment-item-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 0;
  background-color: var(--sub-color);
  border-radius: 0 0 30px 30px;
  position: relative;
  transition: all 0.8s ease;
}
.about_equipment-item-link-text {
  color: #fff;
  font-family: var(--second-font);
  font-weight: 700;
  transition: all 0.8s ease;
}
.about_equipment-item-link-arrow {
  position: absolute;
  bottom: 29%;
  right: 5%;
  color: #fff;
  transition: all 0.8s ease;
}
.about_equipment-item-link:hover .about_equipment-item-bottom {
  background-color: #fff;
}
.about_equipment-item-link:hover .about_equipment-item-link-text {
  color: var(--main-color);
}
.about_equipment-item-link:hover .about_equipment-item-link-arrow {
  color: var(--main-color);
}
@media (max-width: 850px) {
  .about_equipment-list {
    flex-direction: column;
  }
  .about_equipment-item-bottom {
    background-color: var(--main-color);
  }
  .about_equipment-item-link-arrow svg {
    width: 25px;
  }
  .arrow-path {
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
  }
  .circle {
    stroke-width: 1.5;
  }
}

/* News */
.news-list {
  margin-top: 85px;
  max-width: 74.5%;
  width: 100%;
  margin-inline: auto;
}
.news-list__item-link {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 20px 0 20px 40px;
  gap: 135px;
  border-bottom: 1px solid var(--border-color);
  transition: all 0.5s ease;
}
.news-list__item-link:nth-of-type() {
  padding: 0 0 20px 40px;
}
.news-list__item-link:hover {
  background-color: var(--main-color);
}
.news-list__date {
  width: 81px;
  font-family: var(--third-font);
  color: var(--main-color);
  transition: all 0.5s ease;
}
.news-list__item-link:hover .news-list__date {
  color: #fff;
}
.news-list__title {
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s ease;
}
.news-list__item-link:hover .news-list__title {
  color: #fff;
}
.pagination {
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.page-numbers {
  font-family: var(--third-font);
}
.page-numbers.current {
  color: var(--main-color);
}
@media (max-width: 850px) {
  .news-list {
    max-width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 440px) {
  .news-list {
    margin-top: 30px;
  }
  .news-list__item-link {
    padding: 10px 0 10px 15px;
    gap: 80px;
  }
  .news-list__date {
    font-size: 14px;
    width: 40px;
  }
}

/* news-detail */
.news__detail {
  padding: 50px 0 50px;
}
.news__detail-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--main-color);
}
.news__detail-date {
  text-align: right;
  margin-top: 20px;
  margin-right: 20px;
}
.news__detail-text {
  margin-inline: auto;
  max-width: 650px;
  margin-top: 40px;
}
.news__detail-text p {
  margin-top: 40px;
  line-height: 1.5;
}
.news__detail-text h2,
.news__detail-text h3 {
  line-height: 1.5;
}
@media (max-width: 440px) {
  .news__detail {
    padding: 30px 0 50px;
  }
  .news__detail-title {
    font-size: 24px;
  }
}

/* 美容皮膚科 */
.cosmetic-dermatology__machine {
  margin-top: 30px;
  margin-inline: auto;
  padding: 3% 2%;
  width: 95%;
  background-color: #ffeaea;
  border-radius: 20px;
}
.cosmetic-dermatology__machine-title {
  font-size: 24px;
  padding-bottom: 10px;
  width: 50%;
  border-bottom: 2px solid #fff;
  font-weight: bold;
}
.detail {
  font-size: 16px;
}
.cosmetic-dermatology__machine-content {
  margin-top: 20px;
  display: flex;
  gap: 30px;
}
.cosmetic-dermatology__machine-text {
  flex: 1;
}
.cosmetic-dermatology__machine-paragraph {
  line-height: 2;
}
.cosmetic-dermatology__machine-image {
  flex: 1;
}
.cosmetic-dermatology__machine-subheading {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
.note-pc {
  display: none;
}
@media (max-width: 1440px) {
  .big-pc {
    display: none;
  }
  .note-pc {
    display: block;
  }
}
@media (max-width: 850px) {
  .cosmetic-dermatology__machine-content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 440px) {
  .cosmetic-dermatology__machine-title {
    font-size: 20px;
    width: 300px;
  }
  .cosmetic-dermatology__machine {
    width: 100%;
  }
}

.lower-subheading {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  padding-left: 60px;
}

@media (max-width: 850px) {
  .lower-subheading {
    padding-left: 40px;
  }
}
@media (max-width: 440px) {
  .lower-subheading {
    padding-left: 0px;
  }
}

/* 共通目次 */
.info-links__list {
  padding: 40px 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 50px;
  row-gap: 40px;
  margin-top: 20px;
  background-color: var(--main-color);
  flex-wrap: wrap;
}
.info-links__link {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 850px) {
  .info-links__list {
    padding: 20px 25px;
    column-gap: 30px;
  }
  .info-links__link {
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  .info-links__list {
    flex-direction: column;
    row-gap: 20px;
    align-items: start;
    padding: 20px;
  }
}

/* 下層共通部位 */
.info {
  margin: 50px 0;
}
.info__section {
  margin-top: 30px;
}
.info__text {
  margin: 20px 20px 0;
  line-height: 2;
}
.info__block {
  margin-top: 20px;
}
.lower-subtitle {
  font-size: 24px;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 2px;
  border-left: 5px solid var(--main-color);
}
.lower-subtitle__small {
  font-size: 16px;
}
.info__text-pink-title:nth-of-type(2) {
  margin-top: 20px;
}
.pink-title {
  font-size: 20px;
  line-height: 1.6;
  color: var(--main-color);
  font-weight: bold;
  margin-top: 10px;
  padding: 0 20px;
}
.black-bold-title {
  margin: 0 20px;
  font-weight: bold;
  line-height: 2;
}
.title-detail {
  font-size: 14px;
  line-height: 2;
  padding: 0 20px;
}
.info__btn-box {
  text-align: center;
}
.info__btn {
  display: inline-block;
  padding: 10px 30px;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 20px;
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.6;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 0px;
}
.price-table {
  margin: 0 4.5%;
  margin-top: 20px;
  width: 90%;
  margin-inline: auto;
}
.price-table__header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-table__heading {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  background-color: var(--main-color);
  line-height: 2;
  font-weight: bold;
}
.price-table__row {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--sub-color);
}
.price-table__name {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  line-height: 2;
}
.price-table__price {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  line-height: 2;
}
.price-table__price-small {
  font-size: 14px;
}
.price-table__detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-inline: auto;
  margin: 0 4.5%;
}
.info-table {
  margin: 0 4.5%;
  margin-top: 20px;
  width: 90%;
  margin-inline: auto;
}
.info-table__header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-table__heading {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  background-color: var(--main-color);
  line-height: 2;
  font-weight: bold;
}
.info-table__row {
  display: flex;
  justify-content: center;
}
.info-table__name {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  background-color: var(--sub-color);
  line-height: 2;
}
.info-table__price {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  background-color: var(--sub-color);
  line-height: 2;
}
.info-table__detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-inline: auto;
  margin: 0 4.5%;
}
.info__item {
  position: relative;
}
.pink-arrow {
  position: absolute;
  left: 4%;
  bottom: -20%;
  width: 2px;
  height: 65%;
  background-color: var(--main-color);
}
.pink-arrow::after {
  content: "";
  position: absolute;
  left: -5px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid var(--main-color);
}
.ml-50 {
  margin-left: 50px;
}
.table__right {
  flex: 3;
}
@media (max-width: 1767px) {
  .pink-arrow {
    left: 4.5%;
    bottom: -5%;
  }
}
@media (max-width: 850px) {
  .pink-title {
    font-size: 18px;
  }
  .price-table {
    margin: 0;
    margin-top: 10px;
    width: 100%;
  }
  .info-table {
    margin: 0;
    margin-top: 10px;
    width: 100%;
  }
  .price-table__detail {
    margin: 0;
  }
  .long__name {
    padding: 26px 0;
  }
  .pink-arrow {
    left: 6.5%;
    height: 67%;
    bottom: -7%;
  }
}
@media (max-width: 440px) {
  .info {
    margin: 30px 0;
  }
  .info__block {
    margin: 15px 0 0;
  }
  .lower-subtitle {
    font-size: 20px;
  }
  .info__text {
    line-height: 1.7;
    margin: 10px 0 0;
  }
  .info__btn {
    font-size: 16px;
  }
  .lower-subtitle__small {
    font-size: 14px;
  }
  .price-table__name {
    font-size: 14px;
  }
  .price-table__price {
    font-size: 14px;
  }
  .price-table__detail {
    line-height: 1.5;
    font-size: 14px;
  }
  .long__name {
    padding: 24px 0;
  }
  .price-long__name {
    font-size: 15px;
  }
  .pink-arrow {
    left: 11.5%;
    height: 83%;
  }
  .price-table__price-small {
    font-size: 11px;
  }
}
@media (max-width: 375px) {
  .long__name {
    padding: 39px 0;
  }
  .price-table__name {
    font-size: 13px;
  }
  .price-table__detail {
    font-size: 13px;
  }
}

/* FAQ */
.faq-info__list {
  margin: 30px 0 50px;
  padding: 0 20px;
}
.faq-info__item {
  padding: 20px 70px 20px 30px;
  border: 1px var(--main-color) solid;
  border-radius: 10px;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
}
.faq-info__item:not(:first-child) {
  margin-top: 20px;
}
.faq-info__item-content {
  width: 100%;
}
.faq-info__item-q {
  font-size: 24px;
  color: var(--main-color);
}
.faq-info__item-title {
  font-size: 24px;
  font-weight: bold;
  font-family: var(--second-font);
  padding-bottom: 15px;
  border-bottom: 1px var(--border-color) solid;
}
.faq-info__item-text {
  margin-top: 15px;
  font-family: var(--second-font);
  line-height: 1.5;
}
.faq-info__item-title-small {
  font-size: 16px;
  font-family: var(--second-font);
}

@media (max-width: 1024px) {
  .faq-info__item-title {
    font-size: 22px;
  }
}
@media (max-width: 440px) {
  .faq-info__list {
    padding: 0;
  }
  .faq-info__item {
    padding: 10px;
    gap: 10px;
  }
  .faq-info__item-title {
    padding-bottom: 10px;
    font-size: 20px;
  }
  .faq-info__item-text {
    margin-top: 10px;
  }
}

/* Spectra */
.spectra-info__img {
  margin-top: 30px;
}
.spectra__pink-arrow {
  bottom: -19%;
}
.spectra-info__table__name {
  padding-left: 30px;
  text-align: start;
}
.spectra-info__price-table__name:not(:last-child) {
  border-right: 0.5px solid var(--border-color);
}
.spectra-info__table__name:not(:last-child) {
  border-right: 0.5px solid var(--border-color);
}
.spectra-info__table__row:not(:first-child) {
  border-top: 0.5px solid var(--border-color);
}

@media (max-width: 850px) {
  .spectra__pink-arrow {
    bottom: -8%;
  }
  .spectra__pink-arrow2 {
    bottom: -24%;
  }
}
@media (max-width: 440px) {
  .spectra__pink-arrow {
    bottom: -13%;
  }
  .spectra__pink-arrow2 {
    bottom: -19%;
  }
  .spectra-info__table__row {
    display: block;
  }
  .spectra-info__table__name {
    padding-left: 15px;
    padding-right: 5px;
    width: 100%;
    display: block;
  }
  .spectra-info__table__name:not(:last-child) {
    border-right: none;
  }
}
@media (max-width: 375px) {
  .spectra__pink-arrow {
    bottom: -7%;
  }
  .spectra__pink-arrow2 {
    bottom: -16%;
  }
}

/* eco2-evolution */
.eco2-evolution__pink-arrow {
  bottom: -18%;
}
.eco2-evolution__pink-arrow2 {
  bottom: -10%;
}
.eco2-evolution-info__table__row:not(:first-child) {
  border-top: 0.5px solid var(--border-color);
}
.eco2-evolution-info__table__name:not(:last-child) {
  border-right: 0.5px solid var(--border-color);
}
.eco2-evolution-info__table__name {
  padding-left: 30px;
  text-align: start;
}
@media (max-width: 850px) {
  .eco2-evolution__pink-arrow {
    bottom: -20%;
  }
  .eco2-evolution__pink-arrow2 {
    bottom: -2%;
  }
  .eco2-evolution__pink-arrow3 {
    bottom: -10%;
  }
}
@media (max-width: 440px) {
  .eco2-evolution__pink-arrow {
    bottom: -16%;
  }
  .eco2-evolution__pink-arrow2 {
    bottom: -1%;
  }
  .eco2-evolution__pink-arrow3 {
    bottom: -13%;
  }
  .eco2-evolution-info__table__row {
    display: block;
  }
  .eco2-evolution-info__table__name {
    padding-left: 15px;
    padding-right: 5px;
    width: 100%;
    display: block;
  }
  .eco2-evolution-info__table__name:not(:last-child) {
    border-right: none;
  }
}

.white {
  background-color: #fff;
}

/* patch-test */
.patch-test-arrow1,
.patch-test-arrow2 {
  bottom: -18%;
}
.patch-test-arrow3 {
  bottom: -6%;
  height: 75%;
}
.fz16 {
  font-size: 16px;
}
@media (max-width: 440px) {
  .patch-test-arrow2 {
    bottom: -11%;
  }
  .patch-test-arrow3 {
    height: 90%;
  }
}
@media (max-width: 375px) {
  .patch-test-info__text-pink-title {
    font-size: 16px;
  }
  .patch-test-arrow1 {
    bottom: -10%;
  }
  .patch-test-arrow3 {
    bottom: -4%;
  }
  .patch-test-arrow4 {
    bottom: -3%;
  }
}

/* botox */
.botox-injection-info__arrow {
  bottom: -7%;
}
@media (max-width: 1468px) {
  .botox-injection-info__arrow {
    bottom: 0;
  }
}

/* price */
.price-info__price-table__row {
  align-items: start;
}

/* ------------------------------------------------------------------
   ブロックエディタ本文（page.php / .info--blocks）
   従来テンプレートのクラス指定を、core ブロックが出力する素の要素で再現する。
   全ページ移行が済んだら上の .lower-h2 / .info__* 系と統合して削除する。
   ------------------------------------------------------------------ */
.info--blocks h2 {
  margin-top: 30px; /* 旧 .info__section */
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: var(--main-color) 3px solid;
  padding-left: 20px;
}
.info--blocks h3 {
  margin-top: 20px; /* 旧 .info__block */
  font-size: 24px;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 2px;
  border-left: 5px solid var(--main-color);
}
.info--blocks h4 {
  font-size: 20px;
  line-height: 1.6;
  color: var(--main-color);
  font-weight: bold;
  margin-top: 10px;
  padding: 0 20px;
}
.info--blocks p {
  margin: 20px 20px 0;
  line-height: 2;
}
.info--blocks p.is-style-title-detail {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  padding: 0 20px;
}
.info--blocks .wp-block-table {
  margin: 0 4.5%;
  margin-top: 20px;
  width: 90%;
  margin-inline: auto;
}
.info--blocks .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.info--blocks .wp-block-table tr {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--sub-color);
}
.info--blocks .wp-block-table th,
.info--blocks .wp-block-table td {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  line-height: 2;
  border: none;
}
.info--blocks .wp-block-table th {
  background-color: var(--main-color);
  font-weight: bold;
}

@media (max-width: 850px) {
  .info--blocks h2 {
    font-size: 24px;
    padding-left: 0;
  }
  .info--blocks h4 {
    font-size: 18px;
  }
  .info--blocks .wp-block-table {
    margin: 0;
    margin-top: 10px;
    width: 100%;
  }
}

@media (max-width: 440px) {
  .info--blocks h3 {
    margin: 15px 0 0;
    font-size: 20px;
  }
  .info--blocks p {
    line-height: 1.7;
    margin: 10px 0 0;
  }
  .info--blocks .wp-block-table td {
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .info--blocks .wp-block-table td {
    font-size: 13px;
  }
}

/* ------------------------------------------------------------------
   ブロック本文の追加要素。旧テンプレートのクラスを core ブロックで再現する。
   ボタン = 旧 .info__btn-box / .info__btn、h5 = 旧 .black-bold-title
   ------------------------------------------------------------------ */
.info--blocks .wp-block-buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.info--blocks .wp-block-button__link {
  display: inline-block;
  padding: 10px 30px;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 20px;
  font-size: 20px;
  line-height: 1.6;
}
.info--blocks h5 {
  margin: 0 20px;
  font-weight: bold;
  line-height: 2;
}
.info--blocks .wp-block-image {
  margin: 30px 4.5% 0;
}

@media (max-width: 850px) {
  .info--blocks .wp-block-button__link {
    font-size: 16px;
  }
}
