﻿@charset "UTF-8";
/* 診療・治療詳細の「特徴」ブロック用css */

/*-------------------------------------------------------------------------------
 共通パーツ
-------------------------------------------------------------------------------*/
.u-hidden-sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-hidden-sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

.u-newline {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* レイアウト */
.p-operation-merit__img {
  margin-bottom: 80px;
  text-align: center;
}
.p-operation-merit__article-item:not(:nth-last-of-type(1)) {
  margin-bottom: 80px;
}
.p-operation-article__inner {
  max-width: 840px;
  margin: auto;
}
.l-page-title-margin:nth-of-type(2) {
  max-width: 1000px;
}
.p-operation-article__inner p {
  font-size: 16px;
  line-height: 1.6;
}
/* .p-operation-article__inner p:not(:last-child) {
  margin-bottom: 40px;
} */
.p-operation-article__inner p strong {
  color: #0fb4ff;
}
.p-block-article:not(:nth-last-of-type(1)) {
  margin-bottom: 24px;
}
.p-block-article.mt-56 {
  margin-top: 56px;
}
.p-block-article:first-child {
  margin-bottom: 16px;
}
p.c-txt-small {
  font-size: 14px;
  line-height: 1.3;
}

.p-block-article picture {
  display: block;
}
.p-picture-inner {
  max-width: 752px;
  margin: 0 auto 8px;
}
.p-block-bg__gray {
  padding: 20px 0;
  background: #f6f6f6;
}
.p-block-article h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 24px;
}
.c-txt-taxin {
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
  max-width: 1000px;
  width: 100%;
  margin: 8px auto 0;
}

@media screen and (max-width: 767px) {
  .c-txt-taxin {
    width: 89vw;
  }
  .p-block-article h5 {
    font-size: 20px;
  }
  .p-operation-merit__img {
    margin-bottom: 10.666vw;
  }
  .p-operation-article__inner {
    max-width: initial;
    margin: auto;
  }
  .p-block-article:not(:nth-last-of-type(1)) {
    margin-bottom: 12.8vw;
  }
  /* .p-operation-article__inner p:not(:nth-last-of-type(1)) {
    margin-bottom: 6.4vw;
  } */
  .p-picture-inner {
    padding: 0 6.4vw;
  }
  .p-operation-merit__article-item:not(:nth-last-of-type(1)) {
    margin-bottom: 5.5rem;
  }
}

/* 薬品 お悩み 2023.09.05追加 */

.p-wrap-operation-problem {
  margin: 48px auto 0;
}

.p-operation-problem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  max-width: 1050px;
  margin: 0 auto;
  padding-top: 0;
  position: relative;
  height: 280px;
  gap: 24px;
}

.c-page-section-title__worries {
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 1.3;
}
.c-list-worries-item {
  margin: 0 auto;
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}
.c-list-worries-item strong,
.c-list-worries-item span {
  font-weight: 700;
  color: #f5907a;
}
.c-list-worries-item:not(:nth-last-of-type(1)) {
  margin-bottom: 12px;
}
#medicine {
  margin-bottom: 4.5rem;
}
#medicine .c-list-worries-item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background-image: url(/common/images/common/check-icon-orange.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-operation-problem {
    width: 100%;
    flex-flow: column;
  }

  .p-img-worries {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  .p-problem-content {
    margin: -4.266vw auto 10.666vw;
    padding: 4.266vw;
    width: 82.933vw;
    height: auto;
  }
}

/* テキストブロック見出し */
.c-heading-article {
  position: relative;
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  background: #f6f6f6;
  padding: 16px 16px 16px 37px;
}
.c-heading-article:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 30px;
  background: linear-gradient(
    180deg,
    #e2d29e 0%,
    #e2d29e 50%,
    #4f4f4f 50%,
    #4f4f4f 100%
  );
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
}
.c-heading-article-block {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  .c-heading-article {
    font-size: 5.333vw;
    padding: 2.4vw 2.4vw 2.4vw 7.466vw;
  }
  .c-heading-article:before {
    left: 2.133vw;
  }
}

/* 見出し番号月リスト */
.p-list-num-count li:not(:nth-last-of-type(1)) {
  margin-bottom: 0px;
}

.p-list-num-count h5 {
  position: relative;
  margin-bottom: 4px;
  padding: 12px 8px;
  font-size: 20px;
  font-weight: 700;
  color: #f5907a;
  line-height: 1.3;
  background-color: #f6e9dd;
  border-radius: 4px;
  height: auto;
  display: flex;
  align-items: center;
  text-indent: 24px;
  /* max-width: 418px; */
}

.p-list-num-count > li {
  position: relative;
  counter-increment: count;
}
.p-list-num-count li:before {
  content: counter(count) ".";
  padding-right: 8px;
  font-size: 28px;
  line-height: 1.3;
  color: #f5907a;
  font-family: "Caveat", cursive;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-list-num-count p {
  font-size: 16px;
  line-height: 1.6;
}
.p-list-num-count p:not(:last-child) {
  margin-bottom: 24px;
}
.p-list-num-count p strong {
  color: #333333;
}

@media screen and (max-width: 767px) {
  .p-list-num-count li:not(:nth-last-of-type(1)) {
    margin-bottom: 32px;
  }
  .p-list-num-count h5 {
    margin-left: 0;
    padding-left: 32px;
    font-size: 4.266vw;
    text-indent: 0;
  }
  .p-list-num-count.p-peptide h5 {
    position: relative;
    margin-top: 4px;
    margin-bottom: 12px;
    padding: 12px 8px;
    font-size: 16px;
    font-weight: 700;
    color: #f5907a;
    line-height: 1.3;
    background-color: #f6e9dd;
    height: auto;
    display: flex;
    align-items: center;
    text-indent: 0;
    padding-left: 2.2rem;
  }
  /* .p-peptide.p-list-num-count:first-child h5 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
  } */
  .p-list-num-count li:before {
    font-size: 28px;
    top: 1vw;
    left: 8px;
  }
  .p-list-num-count p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

/* ポイントブロック */

.p-operation-point {
  position: relative;
  margin-top: 94px;
  margin-bottom: 40px;
  padding: 32px 32px 32px 220px;
  border: 5px solid #4f4f4f;
}
.p-operation-merit__article-item:nth-child(2).p-operation-point {
  margin-top: 24px;
}
.p-operation-point:before {
  content: "";
  width: 164px;
  height: 208px;
  background: url(/common/images/operation/img_deco_operation_point.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 24px;
}
.p-operation-point h4 {
  margin-top: -50px;
  margin-bottom: 16px;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  line-height: 1;
  z-index: 1;
}
.p-operation-point h4::after {
  content: "";
  background-image: url(/common/images/page/operation-point.png);
  background-size: contain;
  width: 112px;
  height: 56px;
  display: block;
  position: absolute;
  left: 24px;
  top: -29.5px;
  z-index: 1;
}
span.c-bg-white {
  position: relative;
  z-index: 1;
}
span.c-bg-white:before {
  content: "";
  display: block;
  width: 4em;
  height: 100%;
  padding: 0 8px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: -8px;
  z-index: -1;
}
.p-operation-point p {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-operation-point {
    position: relative;
    margin-top: 12.8vw;
    margin-bottom: 6.4vw;
    padding: 4.266vw;
    border: 5px solid #4f4f4f;
  }
  .p-operation-point:first-child {
    margin-top: 17.066vw;
  }
  .p-operation-point h4 {
    margin-top: -10.666vw;
    margin-bottom: 5.333vw;
    font-size: 10.666vw;
    text-align: center;
  }
  .p-operation-point:before {
    width: 18.4vw;
    height: 18.4vw;
    background: url(/common/images/operation/img_deco_operation_point_sp.png)
      no-repeat;
    background-size: cover;
    top: -10.666vw;
    bottom: auto;
    left: 5.4vw;
    z-index: 10;
  }
  .p-operation-point p {
    font-size: 4.8vw;
    font-weight: 700;
  }
}

/* （セルブースター） 優れるポイント */

.p-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-block-columns:not(:nth-of-type(1)) {
    position: absolute;
    top: -104px;
    left: 442px;
  }
}
.p-list-num-count li:nth-of-type(5) {
  margin-top: 48px;
}

.p-block-columns__pict {
  width: 360px;
  flex-basis: 360px;
  flex-shrink: 0;
}
.p-block-columns__pict img {
  width: 100%;
  height: auto;
}
.p-block-columns__item:nth-of-type(1) {
  width: 433px;
}
.p-block-columns__item h4 {
  margin-bottom: 0.5em;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .p-block-columns {
    flex-flow: column;
    gap: 1.5rem;
  }
  .p-block-columns:first-child {
    padding-top: 12px;
    padding-bottom: 16px;
    gap: 2.5rem;
  }
  .p-block-columns__pict {
    width: 100%;
    flex-basis: 100%;
  }
  .p-block-columns__pict:first-child img {
    margin-top: 40px;
  }
  .p-block-columns__item {
    width: 100%;
    flex-basis: 100%;
  }
  .p-peptide-wrap-content .p-block-columns {
    flex-flow: row;
  }
  .p-list-num-count .p-block-columns {
    flex-flow: row;
  }
}

/* チェック付きリスト */
.p-list-point {
  padding: 24px 20px;
  background: #f6f6f6;
}

.c-list-point__item {
  position: relative;
  padding-left: 38px;
  line-height: 1.6;
}
.c-list-point__item:not(:nth-last-of-type(1)) {
  margin-bottom: 1em;
}
.c-list-point__item strong {
  color: #0fb4ff;
}
.c-list-point__item:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/common/images/common/check-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -2px;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .c-list-point__item {
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
  }
  .c-list-point__item:before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(/common/images/common/check-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: -2px;
    margin-right: 8px;
  }

  .p-list-point {
    padding: 6.4vw;
  }
}

/* リスト DISC */

.p-list-disc {
  margin-top: 1.5em;
}
.c-list-disc-item {
  margin-left: 1em;
  font-size: 1rem;
  line-height: 1.6;
  list-style-type: disc;
}
.c-list-disc-item::marker {
  width: 30%;
}

/*-------------------------------------------------------------------------------
 ページパーツ
-------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------
AGAメソセラピー（ヘアラインフィラー）
-------------------------------------------------------------------------------*/

/* MPガン ブロック */

.p-block-mpgun {
  width: 100%;
  height: auto;
}
.mesotherapy-mpgun-img01 {
  margin-bottom: 12px;
}
.c-txt-mpgun {
  font-weight: 700;
  text-align: center;
}

.p-list-point-mpgun {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-list-point-mpgun .c-list-point-item {
  padding: 40px 23px 24px;
  width: 248px;
  border: 1px solid #4f4f4f;
  background-color: #fff;
  border-radius: 8px;
}
.p-list-point-mpgun {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
.p-feature-mpgun .p-list-point {
  margin: 0 auto;
  max-width: 504px;
  width: auto;
}
.c-list-point-item h4 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
.c-list-point-item p {
  text-align: start;
}
.c-head-list {
  margin-top: -36px;
  margin-bottom: 22px;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  z-index: 1;
  text-align: center;
  position: relative;
}
.c-head-list span.c-bg-white:before {
  width: 5em;
}
.p-list-point-mpgun .c-list-point-item figure {
  margin: 0 auto 12px;
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .mesotherapy-mpgun-img01 {
    margin-bottom: 20px;
  }
  .c-txt-mpgun {
    margin-top: 2.133vw;
    text-align: left;
  }
  .p-list-point-mpgun {
    flex-flow: column;
  }
  .p-list-point-mpgun {
    padding: 20px;
    width: 100%;
  }
  .c-list-point-item {
    padding: 40px 24px 24px;
    width: 100%;
  }
  .p-list-point-mpgun .c-list-point-item:not(:nth-last-of-type(1)) {
    margin-bottom: 10.666vw;
  }
  .p-list-point-mpgun .c-list-point-item {
    width: 100%;
  }
  .mesotherapy-effect-img01 {
    display: block;
    margin-top: 40px;
    margin-bottom: 32px;
  }
  .p-operation-article__inner
    p:not(:last-child):has(.mesotherapy-effect-img01) {
    margin-bottom: 0;
  }

  .p-operation-merit__article-item:not(:nth-last-of-type(1)):has(
      .movie-mesotherapy
    ) {
    margin-bottom: 64px;
  }

  .p-operation-merit__article-item:not(:nth-last-of-type(1)):has(
      .p-operation__side-effects
    ) {
    margin-bottom: 64px;
  }
  .p-operation-merit__article-item:not(:nth-last-of-type(1)):has(
      .p-operation-system__content-minoxidil
    ) {
    margin-bottom: 40px;
  }

  .p-operation-merit .movie-mesotherapy {
    width: 100%;
    height: auto;
  }
  .p-operation-merit .movie-mesotherapy video {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .p-operation-merit .movie-mesotherapy {
    border-radius: 12px;
    border: 1px solid var(---gray-400, #afb2bd);
    background: #fff;
    padding: 48px 0;
    text-align: center;
  }
}

/* 特質的なメカニズム */

.p-block-chart {
  margin-top: 48px;
}
.p-step.p-block-chart:nth-child(3) {
  margin-top: 80px;
}

.p-block-chart h4 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #0fb4ff;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
}
.p-block-minus {
  margin-top: -20px;
}
.p-figure-tech-03 img {
  width: 453px;
  height: auto;
  margin: 0 auto 32px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-figure-tech-03 img.wp-image-660 {
    width: 660px;
  }
}
.p-light.p-figure-tech-03 img {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .p-figure-tech-03 img {
    width: 480px;
    height: auto;
    margin: 16px auto 32px;
    display: block;
  }
  .p-figure-tech-03 img {
    width: 83.777vw;
    height: auto;
    margin: 36px auto 44px;
    display: block;
  }
  .p-light.p-figure-tech-03 img {
    margin-top: 56px;
  }
}
.p-block-minus {
  overflow: auto;
}

.p-chart img {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-block-chart h4 {
    font-size: 3.733vw;
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 0px;
  }
  .p-block-minus {
    margin-top: 0px;
    padding: 0 0 3vw;
  }
  .p-chart img {
    max-width: 100%;
    min-width: 700px;
    margin-top: 4px;
  }
  .p-figure-tech-03 {
    width: 100%;
    margin: 24px auto 0;
  }
  .p-block-chart {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/*-------------------------------------------------------------------------------
 FAGAメソセラピーEX（DR.CYJヘアフィラー）
-------------------------------------------------------------------------------*/
.p-operation-about__items {
  max-width: 600px;
}

.p-peptide .p-block-columns {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
  align-items: center;
  max-width: 398px;
}
.p-peptide-wrap-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
}
.p-pepoded-wrap-txts {
  max-width: 418px;
}
.p-list-peptide-items {
  display: grid;
  place-items: center;
  height: 235px;
  width: 205px;
  padding: 12px;
  border-radius: 4px;
  border: 0.961px solid var(--border-white, #fff);
}
.p-list-peptide-items .c-peptide-item {
  margin: 0;
  width: 180px;
  height: 66px;
}
.c-peptide-item:nth-of-type(2) {
  margin: 8px 0;
}
.p-peptide .p-block-columns__item {
  width: 587px;
  flex-basis: 587px;
}
.p-peptide .p-peptide-txt h4 {
  margin-top: 1rem;
  margin-bottom: 8px;
  line-height: 1.6;
}
.p-peptide-txt {
  display: block;
  max-width: 418px;
}

.p-peptide .p-block-columns__pict {
  width: 181px;
  flex-basis: 181px;
}
.p-pict-progress {
  position: relative;
  padding-top: 12px;
}
.c-balloon-progress {
  width: 288px;
  height: auto;
  position: absolute;
  top: -30px;
  right: -90px;
}

.p-chart-progress {
  max-width: 752px;
  margin: 0 auto 48px 28px;
}

@media screen and (min-width: 768px) {
  .p-img-ex-application {
    max-width: 678px;
    margin: auto;
    padding-top: 24px;
  }
  .p-operation-about__title-sp {
    display: none;
  }
  .p-operation-about__inner .l-page-title-margin {
    margin-bottom: 0;
  }
  .p-operation-about__title-pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-pict-progress {
    padding-top: 40px;
  }
  .p-chart-progress {
    width: 80.8vw;
    margin: auto;
  }

  .p-operation-about__title {
    display: none;
  }
  .p-operation-about__title-pc {
    display: none;
  }
  .p-operation-about__title-sp {
    color: #f5907a;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 24px;
    width: 89.333vw;
    margin: 0 auto 16px;
  }
  .l-page-title-margin {
    margin-top: 0;
  }
  .p-pepoded-wrap-txts {
    width: 100%;
    margin-bottom: 16px;
  }
  .p-list-peptide-items {
    margin-top: 0;
    padding: 10px;
    width: 172px;
    height: 197px;
  }
  .p-list-peptide-items .c-peptide-item {
    width: 153px;
    height: 54px;
  }
  .c-peptide-item:nth-of-type(2) {
    margin: 8px 0;
  }
  .p-peptide .p-block-columns__item {
    width: auto;
    flex-basis: auto;
    flex-flow: column;
  }
  .c-balloon-progress {
    width: 38.933vw;
    height: auto;
    position: absolute;
    top: 98vw;
    right: 1vw;
  }
  .p-peptide .p-block-columns__pict {
    margin: auto;
    width: 40vw;
    flex-basis: 40vw;
  }
  .p-peptide-wrap-content {
    display: block;
  }
  .p-peptide-wrap-content {
    width: 100%;
  }
  .p-peptide-wrap-content picture img {
    margin-top: 12px;
  }
  .p-operation-case .c-article-title {
    margin-bottom: 12px;
    font-size: clamp(15px, 5.333333333333334vw, 20px);
  }
  .p-cyj.p-picture-inner {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-cyj.p-list-num-count.p-peptide {
    margin-top: 40px;
  }
  .page-cyj.p-block-article {
    padding: 16px 16px 32px;
  }
  .page-cyj.operation-margin {
    margin-top: 40px;
    flex-flow: column-reverse;
    margin-top: 40px;
    flex-flow: column-reverse;
    gap: 1rem;
    padding-top: 0;
  }
}
.page-cyj.p-list-num-count li:nth-of-type(2) {
  margin-top: 48px;
  position: relative;
}
.page-cyj.p-list-num-count li:not(:nth-last-of-type(1)) {
  margin-bottom: 0px;
}

.page-cyj.p-list-num-count h5 {
  position: relative;
  margin-bottom: 4px;
  padding: 4px 8px;
  font-size: 20px;
  font-weight: 700;
  color: #f5907a;
  line-height: 1.3;
  background-color: #f6e9dd;
  border-radius: 4px;
  height: 44px;
  display: flex;
  align-items: center;
  text-indent: 24px;
  max-width: 418px;
}

.page-cyj.p-list-num-count > li {
  position: relative;
  counter-increment: count;
}
.page-cyj.p-list-num-count li:before {
  content: counter(count) ".";
  padding-right: 8px;
  font-size: 28px;
  line-height: 1.3;
  color: #f5907a;
  font-family: "Caveat", cursive;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-cyj.p-list-num-count p {
  font-size: 16px;
  line-height: 1.6;
}
.page-cyj.p-list-num-count p:not(:last-child) {
  margin-bottom: 24px;
}
.page-cyj.p-list-num-count p strong {
  color: #333333;
}

@media screen and (max-width: 767px) {
  .page-cyj.p-list-num-count h5 {
    margin-left: 0;
    padding-left: 32px;
    font-size: 4.266vw;
  }
  .page-cyj.p-list-num-count.p-peptide h5 {
    position: relative;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 12px 8px;
    font-size: 16px;
    font-weight: 700;
    color: #f5907a;
    line-height: 1.3;
    background-color: #f6e9dd;
    height: auto;
    display: flex;
    align-items: center;
    text-indent: 0;
    padding-left: 2.2rem;
  }

  .page-cyj.p-list-num-count li:before {
    font-size: 28px;
    top: 1vw;
    left: 8px;
  }
  .page-cyj.p-list-num-count p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
/* （DR.CYJヘアフィラー） 特徴のテーブル */

@media screen and (min-width: 769px) {
  .page-cyj.p-operation-overview__lists {
    border: none;
    display: block;
    margin-top: 20px;
  }
  .page-cyj.p-operation-overview__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .p-operation-overview__title {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    width: 212px;
    padding: 24px;
    border: 1px solid #4f4f4f;
    border-bottom: none;
  }
  .p-operation-overview__text {
    width: calc(100% - 212px);
    padding: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5714285714;
    border: 1px solid #4f4f4f;
    border-bottom: none;
    border-left: none;
  }
  .p-operation-overview__wrapper:nth-of-type(1) dt {
    border-radius: 8px 0 0 0;
  }
  .p-operation-overview__wrapper:nth-of-type(1) dd {
    border-radius: 0 8px 0 0;
  }
  .p-operation-overview__wrapper:nth-last-of-type(1) dd {
    border-radius: 0 0 8px 0;
    border-bottom: 1px solid #4f4f4f;
  }
  .p-operation-overview__wrapper-cyj:nth-last-of-type(1) dt {
    border-radius: 0 0 0 8px;
    border-bottom: 1px solid #4f4f4f;
  }
}
@media screen and (max-width: 768px) {
  .page-cyj.p-operation-overview__lists {
    border: none;
    display: block;
    margin-top: 24px;
  }
  .page-cyj.p-operation-overview__wrapper {
    display: flex;
    width: 79vw;
  }
  .page-cyj .p-operation-overview__title {
    display: flex;
    font-size: 3.6vw;
    font-weight: 700;
    line-height: 1.6;
    width: 33%;
    padding: 1rem;
    border: 1px solid #4f4f4f;
    border-bottom: none;
    text-align: left;
  }
  .page-cyj .p-operation-overview__text {
    width: 67%;
    padding: 0.875rem;
    font-size: 3.733vw;
    font-weight: 400;
    line-height: 1.6;
    border: 1px solid #4f4f4f;
    border-bottom: none;
    border-left: none;
  }
  .p-operation-overview__wrapper:nth-of-type(1) dt {
    border-radius: 8px 0 0 0;
  }
  .p-operation-overview__wrapper:nth-of-type(1) dd {
    border-radius: 0 8px 0 0;
  }
  .p-operation-overview__wrapper:nth-last-of-type(1) dd {
    border-radius: 0 0 8px 0;
    border-bottom: 1px solid #4f4f4f;
  }
  .p-operation-overview__wrapper:nth-last-of-type(1) dt {
    border-radius: 0 0 0 8px;
    border-bottom: 1px solid #4f4f4f;
  }
}

/* （DR.CYJヘアフィラー） 優れるポイント */

.page-cyj .p-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-cyj .p-block-columns__pict {
  width: 180px;
  height: 234px;
  border-radius: 4px;
  display: grid;
  place-items: center;
  background-color: #f6e9dd;
}
.page-cyj .p-block-columns__pict img {
  width: 100%;
  height: auto;
}
.page-cyj .p-block-columns__pict-2 {
  width: 303px;
  height: 320px;
  border-radius: 4px;
}
.page-cyj .p-block-columns__pict-2 img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.page-cyj .p-block-columns__item:nth-of-type(1) {
  width: 433px;
}
.page-cyj .p-list-point {
  width: 433px;
  height: 320px;
  padding: 24px;
  border-radius: var(--8, 8px);
  border: none;
  background: var(--beige-200, #f6e9dd);
}
.page-cyj .c-list-point__item {
  position: relative;
  padding-left: 32px;
  line-height: 1.6;
}
/* CYJページ「ハイジェッタ」PCで幅が異なる箇所 */
.p-block-article.p-peptid-haijeta {
  display: contents;
}
@media screen and (min-width: 1100px) {
  .p-block-article.p-peptid-haijeta {
    width: 1000px;
    position: relative;
    right: 80px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .page-cyj .p-block-columns {
    flex-flow: row;
    gap: 10px;
  }
  .page-cyj .p-block-columns:first-child {
    padding-top: 12px;
    padding-bottom: 16px;
    gap: 2.5rem;
  }
  .page-cyj .p-block-columns__pict {
    width: 153px;
    height: 197px;
    flex-basis: unset;
  }
  .page-cyj .p-block-columns__pict:first-child img {
    margin-top: 40px;
  }
  .page-cyj .p-block-columns__pict:nth-child(2) img {
    height: 177px;
  }
  .page-cyj .p-block-columns__item {
    width: 100%;
    flex-basis: 100%;
  }
  .page-cyj .p-block-columns__pict-2 {
    width: 89.333vw;
    height: auto;
    border-radius: 8px;
  }
}
.page-cyj .p-block-columns__item:nth-of-type(1) {
  width: 425px;
}
.page-cyj .p-block-columns__item:nth-of-type(1),
.page-cyj .p-list-point {
  width: 100%;
  max-width: 497px;
}
@media screen and (max-width: 767px) {
  .page-cyj .p-block-columns__item:nth-of-type(1),
  .page-cyj .p-list-point {
    width: 89.333vw;
    height: auto;
  }
}
/*-------------------------------------------------------------------------------
 発毛促進セラピー（ヒ―ライトⅡ）
-------------------------------------------------------------------------------*/
.p-operation-article-backblue {
  margin-top: 20px;
  margin-bottom: 24px;
}
.p-operation-article-backblue li {
  background-color: #f6e9dd;
  border-radius: 8px;
  padding: 12px 23px;
  margin-bottom: 8px;
  height: 88px;
  font-size: 20px;
  line-height: 1.3;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-operation-article-backblue li img {
    width: 64px;
    height: 64px;
    margin-right: 16px;
  }
  .wp-image-450 {
    display: flex;
    justify-content: center;
  }
  .wp-image-450 img {
    width: 270px;
    margin: 0;
  }
  /* 特徴CFS内クラス指定 */
  .p-operation-article__inner-sub {
    width: calc(100% + 160px);
    margin: 0 -80px;
  }
  .p-list-num-count {
    margin-top: 48px;
  }
  .p-list-num-count .p-list-num-count-items {
    margin-top: 0;
  }
  .p-list-num-count-items {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
  }
  .p-list-num-count-items li {
    width: 33%;
  }
  .light-tec-wrap {
    width: 100%;
    text-align: center;
    border: 2px solid #4f4f4f;
    border-radius: 16px;
    padding: 36px 0px 28px;
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
  }
  .light-tec-wrap::before {
    content: "";
    width: 32px;
    height: 34px;
    display: block;
    background: #fdf4e9 url(/common/images/operation/p-light-icon-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
  }
  .light-tec-wrap::after {
    content: "";
    width: 50px;
    height: 5px;
    display: block;
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background-color: #fdf4e9;
  }
  .light-tec-wrap p {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    width: 100%;
  }
  .c-heading-article-block-tec {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 8px;
    padding-bottom: 0px;
    border: none;
  }
  .l-page-title-margin {
    margin-top: 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-operation-article__inner-sub {
    margin-top: 40px;
  }
  .p-operation-article-backblue {
    margin: 24px 0;
  }
  .p-operation-article-backblue li {
    background-color: #f6e9dd;
    padding: 16px 0;
    margin-bottom: 8px;
    height: auto;
    font-size: 20px;
    line-height: 1.3;
    display: block;
  }
  .p-operation-article-backblue li img {
    width: 64px;
    height: 64px;
    float: left;
    margin: 10px 18px 0 24px;
  }
  .light-tec-wrap {
    width: 100%;
    text-align: center;
    border: 2px solid #4f4f4f;
    border-radius: 16px;
    padding: 36px 0 28px;
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
  }
  .light-tec-wrap::before {
    content: "";
    width: 32px;
    height: 34px;
    display: block;
    background: #fdf4e9 url(/common/images/operation/p-light-icon-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
  }
  .light-tec-wrap::after {
    content: "";
    width: 50px;
    height: 5px;
    display: block;
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background-color: #fdf4e9;
  }
  .light-tec-wrap p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    width: auto;
  }
  .c-heading-article-block-tec {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
    padding-bottom: 0px;
    border: none;
  }
}

/* 身だしなみ検査 特徴・サンプル部分 追加 */
.kit-image-wrap {
  margin-top: 4.3125rem;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  text-align: center;
  flex-wrap: wrap;
}
.kit-image-item {
  text-align: left;
}
.kit-image-wrap img {
  max-width: 300px;
  height: auto;
  margin-bottom: 20px;
  margin-top: 8px;
}
.report-image-wrap {
  margin-top: 4.3125rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
.report-image-wrap img {
  width: 300px;
  height: auto;
  border: 1px solid #002a65;
}
.all-checklist-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.all-checklist-wrap p {
  width: 47%;
}
.kit-txt-wrap {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  text-align: center;
  flex-wrap: wrap;
}
.kit-txt-item {
  display: block;
  text-align: left;
}
.kit-img-item img {
  display: block;
  width: 300px;
  height: auto;
  margin: 1em 0;
  border: 1px solid #f3f3f3;
}

/* ここから Womanセルブースタ用css 後にstylesへ移行 */

.p-operation-article__inner p strong,
.c-list-point__item strong {
  color: #e55f9f;
  font-weight: 700;
  line-height: 1.6;
}
.p-block-chart h4 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #4f4f4f;
  text-align: center;
  z-index: 1;
  line-height: 1.6;
}
.p-page-head__img {
  background-color: #f5907a;
  width: 100%;
  height: 66px;
}
.p-page-head__title {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
.p-operation-index__container {
  max-width: 890px;
  margin: 1.5rem auto 0;
}

.p-operation-index__title {
  padding: 1rem 1rem 1rem 2.75rem;
  font-size: 1rem;
  font-weight: 700;
  background-color: #f6e9dd;
  border-radius: 8px;
}
.p-operation-index__container.is-active .p-operation-index__title {
  border-radius: 8px 8px 0 0;
}

.p-operation-index__title-img {
  position: relative;
}

.p-operation-index__title-img:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.5rem;
  transform: translate(-100%, -50%);
  background: url(/common/images/common/icon_index.png) center center / cover;
  width: 20px;
  height: 20px;
}

.p-operation-index__title.c-common-accordion__button::before,
.p-operation-index__title.c-common-accordion__button::after {
  right: 1rem;
  background-color: #f5907a;
}

.p-operation-index__items-outer {
  cursor: default;
  margin-top: 1px;
}
.p-operation-index__items::before {
  display: none;
}
.p-operation-index__item {
  width: 100%;
  border-bottom: 1px solid #4f4f4f;
}
.p-operation-index__item a::after {
  display: block;
  content: "";
  background-image: url(/common/images/page/page-price-link-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.p-operation-index__item-fullwidth {
  width: 100%;
  border-bottom: 1px solid #4f4f4f;
}

.page-template-template_operation .p-operation-index__item-fullwidth,
.page-id-1142 .p-operation-index__item-fullwidth,
.page-template-template_operation .p-operation-index__item,
.page-id-1142 .p-operation-index__item {
  width: 100%;
  border-bottom: 1px solid #4f4f4f;
}

@media screen and (min-width: 500px) {
  .page-template-template_operation .p-operation-index__item-fullwidth,
  .page-id-1142 .p-operation-index__item-fullwidth,
  .page-template-template_operation .p-operation-index__item,
  .page-id-1142 .p-operation-index__item {
    width: calc(50% - 0.6rem);
  }
}

@media screen and (min-width: 768px) {
  .page-template-template_operation .p-operation-index__item-fullwidth,
  .page-id-1142 .p-operation-index__item-fullwidth,
  .page-template-template_operation .p-operation-index__item,
  .page-id-1142 .p-operation-index__item {
    width: calc(33.3333% - 1rem);
  }
}
.p-operation-index__item-fullwidth a::after {
  display: block;
  content: "";
  background-image: url(/common/images/page/page-price-link-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.c-page-section-title {
  color: #f5907a;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 0;
}
.c-page-section-title::after {
  display: none;
}

.p-operation-about__img {
  width: 100%;
  aspect-ratio: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-operation-about__text {
  margin-top: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.p-operation-worry {
  background: #f6e9dd;
  padding-top: 64px;
  padding-bottom: 48px;
  margin-bottom: 220px;
  position: relative;
  top: 64px;
}
.p-operation-worry::before,
.p-operation-worry::after {
  content: "";
  width: 100%;
  height: 65px;
  position: absolute;
  left: 0;
  right: 0;
}
.p-operation-worry:before {
  top: -64px;
  background: url(/common/images/page/img_wave_top.png);
  background-size: cover;
  background-position: top;
  transform: rotateY(180deg);
}
.p-operation-worry:after {
  bottom: -65px;
  background: url(/common/images/page/img_wave_bottom.png);
  background-size: cover;
  background-position: bottom;
  transform: rotateY(180deg);
}

.p-operation-worry__item {
  position: relative;
  padding: 16px;
  padding: 1rem;
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  border-radius: 8px;
  border: 1px solid #4f4f4f;
}
.p-operation-worry__item::before {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  display: block;
  content: "";
  background-image: url(/common/images/common/check-icon_orenge.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.p-operation-worry__item::after {
  display: none;
}
.p-operation-worry__item b {
  font-size: 20px;
}

.p-operation-case .c-block-title,
.c-heading-article {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  background: transparent;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 18px;
  color: #f5907a;
}
.p-operation-case .c-block-title:before,
.c-heading-article:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  background: #f5907a;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
}
.p-operation-case .c-block-title:after,
.c-heading-article:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #f6e9dd;
  bottom: -16px;
  left: 0px;
  transform: translateY(-50%);
}
.p-list-point {
  width: 433px;
  margin-right: 40px;
  padding: 24px 20px;
  border-radius: var(--8, 8px);
  border: 1px solid var(--border-black, #4f4f4f);
  background: var(--beige-200, #f6e9dd);
}
.c-list-point__item {
  position: relative;
  padding-left: 28px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-list-point__item {
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
  }
}
.c-heading-article-block {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 0px;
  border: none;
}
.p-block-article {
  border-radius: var(--8, 8px);
  background: var(--beige-200, #f6e9dd);
  padding: 32px;
}
.p-block-article:nth-child(1) {
  border: none;
  background: transparent;
  padding: 0;
}

.p-block-case.l-page-title-margin {
    display: flex;
    flex-direction: column;
    gap: 40px;
    gap: 2.5rem;
}
.p-block-case.l-page-title-margin .p-article-case:not(:first-child) {
  
}
.p-block-case.l-page-title-margin.template-others {
  border-radius: 0;
  background: transparent;
  padding: 0;
}
.p-block-case.l-page-title-margin.template-others
  .p-article-case:not(:first-child) {
  margin-top: 40px;
}
.p-article-case:not(:first-of-type) {

}
.p-operation-case .p-wrap-case-pict {
  margin: 0 auto;
}
.p-operation-case .p-wrap-case-pict .c-pict-case-item {
  position: relative;
  width: auto;
  max-width: 50%;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-pict-case__before:after,
.c-pict-case__after:after {
  display: none;
}
.c-pict-case-item-text {
  font-family: "League Spartan";
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}
.p-operation-case .c-article-title {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  text-align: center;
}

.p-article-case .img-case-pict-scroll {
  display: block;
  max-width: 840px;
  margin-inline: auto;
}
@media (max-width: 767px) {
    .p-article-case .img-case-pict-scroll {
        max-width: unset;
        width: 840px;
    }
}

.p-block-case .p-block-txt-case {
  margin: auto;
  padding: 20px;
  max-width: 840px;
  border: 1px solid #4f4f4f;
  border-radius: 8px;
  margin-top: 24px;
}
.p-block-case .p-block-txt-case.page-others {
  margin-top: 40px;
}
.p-block-columns__item:nth-of-type(1) {
  width: 425px;
}
.p-operation-case .p-movie-wrap {
  margin-bottom: 24px;
}
.case_attention-txt {
  display: block;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-block-case .p-block-txt-case.page-others {
    margin-top: 48px;
  }
  .l-common-margin {
    margin-top: 3rem;
    margin-bottom: 4.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .p-page-head__img {
    background-color: #f5907a;
    width: 100%;
    height: 96px;
  }
  .p-page-head__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    width: 100%;
  }

  .p-operation-index__items {
    margin-top: 0;
    padding: 2.5rem 1.5rem;
    column-gap: 1.25rem;
    row-gap: 1.25rem;
    border-radius: 0 0 16px 16px;
    background: #f6e9dd;
    border: none;
    display: flex;
    justify-content: left;
  }
  .p-operation-index__item {
    max-width: 265px;
  }
  .page-template-template_operation .p-operation-index__items,
  .page-id-1142 .p-operation-index__items {
    padding: 1rem 1.5rem;
    margin-top: 0;
    column-gap: 1.25rem;
    justify-content: flex-start;
    border-radius: 0 0 8px 8px;
  }
  .p-operation-index__item a {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 700;
  }
  .p-operation-index__item-fullwidth {
    width: calc(33.3333% - 1rem);
    max-width: 265px;
  }
  .p-operation-index__item-fullwidth a {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 700;
    display: flex;
    align-items: center;
  }

  .c-page-section-title {
    color: #f5907a;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
  }
  .l-page-title-margin {
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 120px;
  }
  .p-operation-about__img {
    aspect-ratio: auto;
    max-width: 360px;
  }
  .p-operation-worry {
    background: #f6e9dd;
    padding-top: 64px;
    padding-bottom: 48px;
    margin-bottom: 248px;
    position: relative;
    top: 64px;
  }
  .p-operation-worry::before,
  .p-operation-worry::after {
    content: "";
    width: 100%;
    height: 65px;
    position: absolute;
    left: 0;
    right: 0;
  }
  .p-operation-worry:before {
    top: -64px;
    background: url(/common/images/page/img_wave_top.png);
    background-size: cover;
    background-position: top;
    transform: rotateY(180deg);
  }
  .p-operation-worry:after {
    bottom: -65px;
    background: url(/common/images/page/img_wave_bottom.png);
    background-size: cover;
    background-position: bottom;
    transform: rotateY(180deg);
  }

  .p-operation-worry__item {
    padding: 1.5rem;
    width: calc(50% - 18px);
    font-size: 1.25rem;
    line-height: 1.3;
    display: flex;
    align-items: center;
  }
  .p-operation-worry__item p {
    padding-left: 32px;
    font-size: 1rem;
  }
  .p-operation-worry__item::before {
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    display: block;
    content: "";
    background-image: url(/common/images/common/check-icon_orenge.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
  }
  .p-operation-worry__item::after {
    display: none;
  }
  .l-common-margin .p-operation-case {
    padding-top: 120px;
  }

  .l-page-title-margin.p-operation-worry__items {
    margin-bottom: 0;
  }
  .p-operation-merit__article-item:not(:nth-last-of-type(1)) {
    margin-bottom: 80px;
  }
  .p-operation-merit__article-item:nth-of-type(3) {
    margin-bottom: 80px;
  }
  .p-operation-article__inner pc {
    margin-bottom: 24px;
  }

  .p-block-columns__item h4 {
    display: none;
  }
  .for-other .p-block-columns__item h4 {
    display: block;
  }
  .p-block-article:nth-child(2) .p-block-columns__item {
    width: 433px;
  }
  .p-block-article:nth-child(2) .p-block-columns__pict {
    width: 303px;
    flex-basis: auto;
    flex-shrink: 0;
  }

  /* POINT! */
  .p-operation-point {
    display: grid;
    position: relative;
    margin-top: 60px;
    margin-bottom: 24px;
    padding: 32px 32px 24px 32px;
    background-color: #fff;
    border: 1px solid #4f4f4f;
    border-radius: 8px;
  }
  .p-operation-point:before {
    content: none;
  }
  .c-bg-white {
    background-color: transparent;
  }
  .p-operation-point span {
    display: none;
  }
  .p-light.p-operation-point {
    display: grid;
    position: relative;
    margin-top: 40px;
    margin-bottom: 24px;
    padding: 32px 32px 24px 32px;
    background-color: #fff;
    border: 1px solid #4f4f4f;
    border-radius: 8px;
  }

  /* POINT! ここまで*/

  /* POINT 1～3*/
  .c-head-list {
    margin-top: -36px;
    margin-bottom: 22px;
    font-family: "Jost", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    z-index: 1;
    text-align: center;
    position: relative;
  }

  .c-list-point-item .c-head-list:before {
    content: none;
  }
  .c-list-point-item .c-head-list .c-bg-white {
    background-color: transparent;
  }
  .c-list-point-item .c-head-list span {
    display: none;
  }
  .c-list-point-item .c-head-list:after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 143px;
    height: 40px;
    display: block;
    position: absolute;
    left: 50%;
    top: -21px;
    translate: -50%;
  }
}
.c-list-point-item:nth-of-type(1) .c-head-list:after {
  background-image: url(/common/images/page/operation-point01.png);
}
.c-list-point-item:nth-of-type(2) .c-head-list:after {
  background-image: url(/common/images/page/operation-point02.png);
}
.c-list-point-item:nth-of-type(3) .c-head-list:after {
  background-image: url(/common/images/page/operation-point03.png);
}

.p-operation-cause__content-list {
  display: flex;
  gap: 1.5rem;
}

@media screen and (min-width: 600px) {
  .p-operation-cause__content-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-operation-cause__content-item {
  width: 11.625rem;
  min-width: 11.625rem;
  height: auto;
}

@media screen and (min-width: 600px) {
  .p-operation-cause__content-item {
    width: auto;
    min-width: auto;
  }
}

.p-operation-cause__content {
  margin: 1.5rem 0 1rem;
}

.p-operation-cause__content02,
.p-operation-cause__content03 {
  margin-bottom: 1rem;
}

.p-operation-cause__content04 {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-operation-cause__content02,
  .p-operation-cause__content03 {
    margin-bottom: 1.5rem;
  }
}

.p-operation-cause__content03 figure {
  width: 58.59px;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-operation-cause__content03 figure {
    width: 89.5px;
  }
}

.p-operation-cause__content-list02 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-operation-cause__content-list02 {
    flex-direction: unset;
    gap: 0.95%;
  }
}

.p-operation-cause__content-item02 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-operation-cause__content-item02 {
    width: 30.15%;
  }
}

.p-operation-cause__content-item02.p-operation-cause__content-item02--arrow {
  width: 1.1875rem;
}

@media screen and (min-width: 768px) {
  .p-operation-cause__content-item02.p-operation-cause__content-item02--arrow {
    width: 2.85%;
  }
}

.p-operation-treatment__content-list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-operation-treatment__content-list {
    margin-top: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.p-operation-system__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-operation-system__content {
    flex-direction: unset;
  }
}

.p-operation-system__content-img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-operation-system__content-img {
    width: 42.85%;
  }
}

.p-operation-system__content-text {
  width: 100%;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-operation-system__content-text {
    width: 52.38%;
    margin-top: 0;
    padding: 0 2.5rem;
    border: 1px solid #d9d9d9;
  }
}

.p-operation-system__content-text h4 {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.p-operation-aftercare__content-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-operation-aftercare__content-item {
    flex-direction: row;
  }
}

.p-operation-aftercare__content-list
  .p-operation-aftercare__content-item:nth-child(even) {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-operation-aftercare__content-list
    .p-operation-aftercare__content-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.p-operation-aftercare__content-item + .p-operation-aftercare__content-item {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-operation-aftercare__content-item + .p-operation-aftercare__content-item {
    margin-top: 2.5rem;
  }
}

.p-operation-aftercare__content-img {
  width: 100%;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .p-operation-aftercare__content-img {
    width: 50%;
    margin-bottom: 0;
  }
}

.p-operation-aftercare__content-textarea {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-operation-aftercare__content-textarea {
    width: 45.23%;
  }
}

.p-operation-aftercare__content-titlearea {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.p-operation-aftercare__content-textarea
  .p-operation-aftercare__content-titlearea
  .p-operation-aftercare__content-label {
  font-size: 0.875rem;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  padding: 0.25rem;
  background-color: #f5907a;
  margin: 0 8px 0 0;
}

.p-operation-aftercare__content-titlearea h4 {
  font-size: 1.25rem;
  line-height: 1.3;
}

/* 治療の流れ スタイル */
.p-operation-treatment__item {
  position: relative;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .p-operation-treatment__items {
    margin-top: 1.25rem;
    margin-bottom: 156px;
    display: flex;
    flex-direction: row;
    gap: 12px;
  }
  .p-operation-treatment__item {
    width: 31%;
    padding: 0;
  }
}

/* 治療費 スタイル */
.l-common-margin.p-operation-price {
  position: relative;
  margin-bottom: 136px;
  margin-top: 0;
  background: var(--beige-200, #f6e9dd);
}
.p-operation-price__inner.l-inner {
  padding: 0px;
}
.p-operation-price::before,
.p-operation-price::after {
  content: "";
  width: 100%;
  height: 68px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -10;
}
.p-operation-price:before {
  top: -68px;
  background: url(/common/images/page/operation-price-bg_top.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.p-operation-price:after {
  bottom: -68px;
  background: url(/common/images/page/operation-price-bg_bottom.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.p-operation-price__inner .l-page-title-margin {
  margin-top: 24px;
  margin-bottom: 0;
  position: relative;
}
.p-operation-price__wrapper {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--border-black, #4f4f4f);
  background-color: var(--white, #fff);
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.p-operation-price__table th {
  color: #4f4f4f !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  background: unset;
  display: block;
  background-color: unset !important;
}
.p-operation-price__wrapper .row-2 {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
}

.p-operation-price__table td {
  padding-right: 0 !important;
  padding-bottom: 0px !important;
  padding-bottom: 0px;
  font-size: clamp(16px, 4.26vw, 20px) !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  background: #fff !important;
}
.p-operation-price__wrapper table {
  margin-bottom: 0;
}

.p-operation-price__table tr {
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#medicine .p-operation-price__table tr.row-1 {
  display: flex;
}
.p-operation-price__table tbody tr:nth-child(n + 1) {
  padding: 0 0 4px;
}
.p-operation-price__table tbody tr:last-child {
  padding-bottom: 0;
}
.p-operation-price__table tbody td {
  border: none;
  padding: 0;
}
.p-operation-price__table tbody td small {
  font-size: 14px;
}
.p-operation-price__table tbody tr:not(:nth-last-of-type(1)) td {
  border-bottom: none !important;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .p-operation-price__table tbody tr:nth-child(n + 1) {
    padding: 4px 0;
  }

  .case_attention-txt {
    margin-top: 40px;
  }
  .p-operation-price__table tr td:last-of-type {
    text-align: right !important;
  }

  .p-operation-price__table td {
    margin-right: 0px;
    font-size: 4.2666vw;
  }
  .p-operation-price__inner.l-inner {
    padding: 40px 0;
    background: #f6e9dd;
  }
  .p-operation-price__table tr td:last-of-type {
    white-space: initial;
  }
}

.p-block-columns__item:nth-of-type(1),
.p-list-point {
  width: 100%;
  max-width: 600px;
  /* margin-bottom: 16px; */
}

/* 治療の概要 スタイル */
.p-operation-overview__title {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #4f4f4f;
  display: block;
  text-align: center;
  background-color: transparent;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.p-operation-overview__text li::marker {
  font-size: 80%;
}
@media screen and (min-width: 768px) {
  .l-common-margin.p-operation-overview.p-operation-overview {
    margin-bottom: 168px;
  }
}

/* 治療の適応範囲 */
.p-operation-aftercare__inner.l-inner {
  padding-top: 0px;
  padding-bottom: 40px;
  margin-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .p-page-aga-symptoms__img {
    padding: 32px 110px;
    margin: 24px auto 0;
    background-color: #fdf4e9;
  }
  .p-operation-overview__title {
    padding: 20px;
    border-bottom: 2px solid #4f4f4f;
    display: flex;
    text-align: center;
    background-color: transparent;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
  }
  .p-operation-overview__title:first-of-type {
    align-items: baseline;
  }
}
.l-common-margin.p-operation-aftercare {
  position: relative;
  background: #f6e9dd;
}
.p-operation-aftercare::before,
.p-operation-aftercare::after {
  content: "";
  width: 100%;
  height: 82px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -10;
}
.p-operation-aftercare:before {
  top: -82px;
  background: url(/common/images/page/operation-care-bg-top.png);
  background-size: cover;
  background-position: center;
}
.p-operation-aftercare:after {
  bottom: -82px;
  background: url(/common/images/page/operation-care-bg-bottom.png);
  background-size: cover;
  background-position: bottom;
}
.p-operation-items {
  padding: 32px;
  padding: 2rem;
  border-radius: 8px;
  border: 1px solid var(--border-black, #4f4f4f);
}

/* 禁忌事項 */
.l-common-margin .p-operation-caution .p-operation-overview {
  margin-top: 184px;
  margin-bottom: 0;
}

/* FAQ */
@media screen and (min-width: 768px) {
  .c-common-faq__inner {
    padding-top: 0;
    padding-bottom: 3.5rem;
  }
  .c-common-faq__items {
    margin-top: 24px;
  }
}
.c-common-faq {
  background-color: transparent;
}
.c-common-faq__button span::before {
  position: absolute;
  display: inline-block;
  content: "Q.";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "League Spartan", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  color: #4f4f4f;
}
@media screen and (max-width: 768px) {
  .c-common-faq__button span::before {
    position: absolute;
    display: inline-block;
    content: "Q.";
    top: 12px;
    left: 0;
    /* -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
    font-family: "League Spartan", sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #4f4f4f;
    line-height: 1.1;
  }
  .c-common-faq__button {
    padding-left: 1.75rem;
  }
}
.c-common-faq__text::before {
  margin-top: 16px;
  margin-top: 1rem;
  padding-top: 16px;
  padding-top: 1rem;
  position: absolute;
  display: inline-block;
  content: "A.";
  top: 14px;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "League Spartan", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  color: #4f4f4f;
}
@media screen and (max-width: 768px) {
  .c-common-faq__text {
    padding-left: 28px;
  }
  .c-common-faq__text::before {
    margin-top: 0px;
    padding-top: 64px;
    position: absolute;
    display: inline-block;
    content: "A.";
    top: 0px;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "League Spartan", sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #4f4f4f;
  }
}
.c-common-faq__item {
  background-color: #fff;
  border: 1px solid #4f4f4f;
  cursor: pointer;
  border-radius: 16px;
}

/* 安心サポート */
.c-support-card__img {
  margin-left: auto;
  margin-right: auto;
  width: 65px;
  width: 4.0625rem;
  height: 61px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-top-support__items {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .p-top-support__item {
    width: 490px;
  }
  .c-support-card {
    min-height: 295px;
  }
  .c-support-card__title {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .c-support-card__text {
    margin-top: 12px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
  }
}
.c-support-card {
  border-radius: var(--8, 8px);
  border: 1px solid var(--border-black, #4f4f4f);
}
.c-support-card__items li::marker {
  font-size: 80%;
}

.c-support-card__inner {
  padding: 24px 24px 40px 24px;
}

/* SP 追記*/
@media screen and (max-width: 767px) {
  .l-common-margin {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .p-page-head__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-translate: -50% 0;
    /* translate: -50% 0; */
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    width: 100%;
  }
  .c-page-section-title {
    width: 89.333vw;
    margin: 0 auto 20px;
    font-size: 6.4vw;
  }
  .l-common-margin.p-operation-index {
    margin-top: 24px;
  }

  .c-support-card__title {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .c-support-card__text {
    margin-top: 12px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .p-operation-index__items {
    position: relative;
    margin-top: 0px;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.75rem;
    row-gap: 1.25rem;
    border-radius: 0 0 16px 16px;
    background: #f6e9dd;
    border: none;
  }
  .page-template-template_operation .p-operation-index__items,
  .page-id-1142 .p-operation-index__items {
    padding: 1rem;
    margin-top: 0;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    row-gap: 1rem;
    border-radius: 0 0 8px 8px;
  }
  .p-operation-index__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row;
    -webkit-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    height: 100%;
  }
  .p-operation-index__item-fullwidth a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row;
    -webkit-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    height: 100%;
  }
  .page-template-template_operation .p-operation-index__item-fullwidth a,
  .page-id-1142 .p-operation-index__item-fullwidth a {
    -webkit-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .p-operation-worry__item p {
    padding-left: 32px;
  }
  .p-operation-worry__item b {
    font-size: 18px;
  }
  .c-page-section-title {
    color: #f5907a;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    font-size: 7.4666vw;
  }
  .p-block-article {
    border-radius: var(--8, 8px);
    background: var(--beige-200, #f6e9dd);
    padding: 32px 20px;
  }
  .c-support-card__items li::marker {
    font-size: 80%;
  }
  .p-operation-overview__text li::marker {
    font-size: 80%;
  }
  .p-block-article:not(:nth-last-of-type(1)) {
    margin-bottom: 24px;
  }
  .c-txt-mpgun.c-txt-small {
    padding: 16px 0;
    margin: 20px 0 0px;
    background-color: #fdf4e9;
    border-radius: 8px;
    text-align: center;
  }

  .p-block-case.l-page-title-margin {
    padding: 0;
    background: none;
  }
  .p-block-case.l-page-title-margin:not(:first-of-type) {
    margin-top: 56px;
  }
  .p-block-case.l-page-title-margin .p-article-case:not(:first-child) {
    margin-top: 20px;
  }
  .p-block-case.l-page-title-margin.template-others
    .p-article-case:not(:first-child) {
    margin-top: 24px;
  }
  .c-pict-case-item-text {
    font-size: 16px;
  }
  .p-block-case .p-block-txt-case {
    margin: 20px auto 0;
    padding: 20px;
    max-width: 728px;
    border: 1px solid #4f4f4f;
    border-radius: 8px;
  }
  .p-block-txt-case p:not(:nth-last-of-type(1)) {
    margin-bottom: 8px;
  }
  .p-article-case {
    padding-top: 0;
  }
  .p-operation-case .c-block-title,
  .c-heading-article {
    position: relative;
    font-size: 6.3vw;
    font-weight: 700;
    line-height: 1.3;
    background: transparent;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 22px;
    padding-right: 0;
    color: #f5907a;
    margin-bottom: 40px;
  }

  .p-block-chart h4 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #4f4f4f;
    text-align: center;
    z-index: 1;
    line-height: 1.6;
    height: auto;
  }

  .p-block-columns__item h4 {
    display: none;
  }
  .for-other .p-block-columns__item h4 {
    display: block;
  }
  .c-heading-article-block {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
    padding-bottom: 0px;
    border: none;
  }
  .p-operation-treatment__items {
    display: flex;
    flex-direction: row;
    overflow: auto;
    gap: 20px;
    margin-top: 24px;
  }
  .p-operation-treatment__item {
    width: 100%;
    min-width: 250px;
  }
  .p-operation-treatment__sp {
    display: block;
    overflow-x: auto;
    width: 100%;
    position: relative;
  }
  .sp-treatment-scroll {
    width: 790px;
    white-space: nowrap;
    margin-bottom: 24px;
  }
  .sp-treatment-scroll img {
    max-width: fit-content;
    margin-bottom: 1rem;
  }

  .c-common-faq__items {
    margin-top: 0;
  }

  /* POINT! */
  .p-operation-point {
    display: grid;
    position: relative;
    margin-top: 40px;
    margin-bottom: 24px;
    padding: 32px 24px 24px 24px;
    background-color: #fff;
    border: 1px solid #4f4f4f;
    border-radius: 8px;
  }
  .p-operation-point:before {
    content: none;
  }
  .c-bg-white {
    background-color: transparent;
  }
  .p-operation-point span {
    display: none;
  }
  .p-operation-point h4::after {
    content: "";
    background-image: url(/common/images/page/operation-point.png);
    background-size: contain;
    width: 112px;
    height: 56px;
    display: block;
    position: absolute;
    left: 24px;
    top: -29.5px;
    z-index: 1;
  }
  /* POINT! ここまで*/

  /* POINT 1～3*/
  .c-head-list {
    margin-top: -36px;
    margin-bottom: 22px;
    font-family: "Jost", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    z-index: 1;
    text-align: center;
    position: relative;
  }
  .p-list-point-mpgun {
    margin-top: 0;
    padding: 40px 0px 0px;
    width: 100%;
  }
  .c-list-point-item {
    padding: 40px 24px 24px;
    width: 100%;
  }

  .c-list-point-item .c-head-list:before {
    content: none;
  }
  .c-list-point-item .c-head-list .c-bg-white {
    background-color: transparent;
  }
  .c-list-point-item .c-head-list span {
    display: none;
  }
  .c-list-point-item .c-head-list:after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 40px;
    display: block;
    position: absolute;
    left: 50%;
    top: -22px;
    transform: translateX(-50%);
  }
  .c-list-point-item:nth-of-type(1) .c-head-list:after {
    background-image: url(/common/images/page/operation-point01.png);
  }
  .c-list-point-item:nth-of-type(2) .c-head-list:after {
    background-image: url(/common/images/page/operation-point02.png);
  }
  .c-list-point-item:nth-of-type(3) .c-head-list:after {
    background-image: url(/common/images/page/operation-point03.png);
  }

  .p-list-point-mpgun .c-list-point-item h4 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
  }

  /* SPメソセラピーの効果 背景指定 */
  .p-operation-worry {
    background: #f6e9dd;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 34.1333vw;
    position: relative;
    top: 35px;
  }
  .p-operation-worry::before,
  .p-operation-worry::after {
    content: "";
    width: 100%;
    height: 46px;
    position: absolute;
    left: 0;
    right: 0;
  }
  .p-operation-worry:before {
    top: -46px;
    background: url(/common/images/page/img_wave_top-sp.png);
    background-size: cover;
    background-position: top;
    transform: rotateY(0deg);
  }
  .p-operation-worry:after {
    bottom: -46px;
    background: url(/common/images/page/img_wave_bottom-sp.png);
    background-size: cover;
    background-position: bottom;
    transform: rotateY(0deg);
  }

  /* SPメソセラピーの治療費 背景指定 */
  .p-operation-price::before,
  .p-operation-price::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
  }
  .p-operation-price:before {
    top: -8.7vw;
    background: url(/common/images/page/operation-price-bg_top-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
  }
  .p-operation-price:after {
    bottom: -9.7vw;
    background: url(/common/images/page/operation-price-bg_bottom-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .p-operation-price__inner .l-page-title-margin {
    margin-top: 24px;
    margin-bottom: 0;
  }
  .p-operation-price__wrapper {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--border-black, #4f4f4f);
    background: var(--white, #fff);
    max-width: 1000px;
    width: 90vw;
    margin: 0 auto;
  }
  #tablepress-11 {
    font-size: 4.1vw;
  }
  .l-common-margin.p-operation-price {
    margin-bottom: 82px;
  }

  /* SPメソセラピーの適応範囲 背景指定 */
  .l-common-margin.p-operation-aftercare {
    position: relative;
    background: #f6e9dd;
  }
  .p-operation-aftercare::before,
  .p-operation-aftercare::after {
    content: "";
    width: 100%;
    height: 48px;
    position: absolute;
    left: 0;
    right: 0;
  }
  .p-operation-aftercare:before {
    top: -48px;
    background: url(/common/images/page/operation-care-bg-top-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
  .p-operation-aftercare:after {
    bottom: -48px;
    background: url(/common/images/page/operation-care-bg-bottom-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .l-common-margin.p-operation-overview {
    margin-bottom: 120px;
    margin-top: 80px;
  }
  .p-operation-aftercare__inner.l-inner {
    padding: 20px;
    margin-bottom: 116px;
  }
}
/* SP 副作用・リスク */
@media screen and (max-width: 768px) {
  .p-operation-risk .l-inner {
    padding-top: 32px !important;
  }
  /* .p-operation-risk {
    padding-top: 40px;
    padding-top: 2.5rem;
  } */
}
/* SP 禁忌事項 */
@media screen and (max-width: 768px) {
  .p-operation-caution .p-operation-overview {
    margin-top: 4rem;
  }
  .p-operation-overview .l-inner {
    margin-bottom: 88px;
  }
}

/* 代表・監修医師 top.cssから引用 */
.l-layout-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
.l-top-message {
  margin-top: 0px;
}
/* 監修医師 */
.l-top-supervisor {
  padding: 0;
}
.l-top-supervisor .l-inner {
  padding: 0;
}

/* MESSAGE  SP */
@media screen and (max-width: 768px) {
  .p-wrap-s-doctor-profile {
    flex-flow: column;
  }

  .c-message-doctor {
    margin-bottom: 16px;
    line-height: 1.6;
    margin-top: 24px;
  }
}

/* 監修医師 */
.l-top-supervisor {
  padding: 24px 0 60px;
}

.p-wrap-s-doctor-profile {
  padding: 32px 32px 24px 20px;
  background: var(--beige-200);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}

.l-top-supervisor .p-column-txt {
  width: 760px;
  flex-basis: 760px;
}
.l-top-supervisor .p-column-image {
  width: 165px;
  flex-basis: 165px;
}
.l-top-supervisor .p-doctor-profile {
  padding: 0;
}
.l-top-supervisor .p-doctor-profile li {
  padding: 12px 20px 12px 16px;
}
.l-top-supervisor .p-doctor-profile li:nth-of-type(1) {
  width: 385px;
}
.l-top-supervisor .p-doctor-profile li:nth-of-type(2) {
  width: 190px;
}
.l-top-supervisor .p-doctor-profile li:nth-of-type(3) {
  width: 184px;
}
.l-top-supervisor .p-doctor-profile li:not(:nth-last-of-type(1)) {
  border-right: 1px solid #4f4f4f;
}
.p-wrap-s-doctor-profile .p-column-image .c-btn {
  margin: 16px auto 0;
}

/* 監修医師 SP */

@media screen and (max-width: 768px) {
  .l-top-supervisor {
    padding: 0px 0 48px;
  }
  .l-layout-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-wrap-s-doctor-profile {
    flex-flow: column;
  }

  .l-top-supervisor .p-column-txt {
    width: 100%;
    flex-basis: unset;
  }
  .l-top-supervisor .p-doctor-profile {
    padding: 0;
    flex-flow: column;
  }
  .l-top-supervisor .p-doctor-profile li {
    padding: 12px 20px 12px 16px;
  }
  .l-top-supervisor .p-doctor-profile li:nth-of-type(1) {
    width: 100%;
  }
  .l-top-supervisor .p-doctor-profile li:nth-of-type(2) {
    width: 100%;
  }
  .l-top-supervisor .p-doctor-profile li:nth-of-type(3) {
    width: 100%;
  }
  .l-top-supervisor .p-doctor-profile li:not(:nth-last-of-type(1)) {
    border-right: none;
    border-bottom: 1px solid #4f4f4f;
  }
}

@media screen and (min-width: 768px) {
  .p-block-heading {
    position: relative;
  }
}
.l-common-margin.p-operation-index {
  display: none;
}
.page-template-template_operation .l-common-margin.p-operation-index,
.page-id-1142 .l-common-margin.p-operation-index {
  margin-top: 0;
  margin-bottom: 0;
}
.template-medicine.l-common-margin.p-operation-index {
  margin-bottom: 80px;
}
/* SP WOMAN治療の概要 table */
@media screen and (max-width: 768px) {
  .p-operation-overview__lists {
    border: none;
    display: block;
  }
  .p-operation-overview__wrapper {
    display: flex;
  }
  .p-operation-overview__title {
    display: flex;
    font-size: 3.6vw;
    font-weight: 700;
    line-height: 1.6;
    width: 38%;
    padding: 1rem;
    border: 1px solid #4f4f4f;
    border-bottom: none;
    text-align: left;
  }
  .p-operation-overview__text {
    width: calc(100% - 31.4vw);
    padding: 0.875rem;
    font-size: 3.733vw;
    font-weight: 400;
    line-height: 1.6;
    border: 1px solid #4f4f4f;
    border-bottom: none;
    border-left: none;
  }
  .p-operation-overview__wrapper:nth-of-type(1) dt {
    border-radius: 8px 0 0 0;
  }
  .p-operation-overview__wrapper:nth-of-type(1) dd {
    border-radius: 0 8px 0 0;
  }
  .p-operation-overview__wrapper:nth-last-of-type(1) dd {
    border-radius: 0 0 8px 0;
    border-bottom: 1px solid #4f4f4f;
  }
  .p-operation-overview__wrapper:nth-last-of-type(1) dt {
    border-radius: 0 0 0 8px;
    border-bottom: 1px solid #4f4f4f;
  }
}

/* PC WOMAN治療の概要 table角丸 */
@media screen and (min-width: 769px) {
  .p-operation-overview__lists {
    border: none;
    display: block;
    margin-top: 20px;
  }
  .p-operation-overview__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .p-operation-overview__title {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    width: 212px;
    padding: 24px;
    border: 1px solid #4f4f4f;
    border-bottom: none;
  }
  .p-operation-overview__text {
    width: calc(100% - 212px);
    padding: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5714285714;
    border: 1px solid #4f4f4f;
    border-bottom: none;
    border-left: none;
  }
  .p-operation-overview__wrapper:nth-of-type(1) dt {
    border-radius: 8px 0 0 0;
  }
  .p-operation-overview__wrapper:nth-of-type(1) dd {
    border-radius: 0 8px 0 0;
  }
  .p-operation-overview__wrapper:nth-last-of-type(1) dd {
    border-radius: 0 0 8px 0;
    border-bottom: 1px solid #4f4f4f;
  }
  .p-operation-overview__wrapper:nth-last-of-type(1) dt {
    border-radius: 0 0 0 8px;
    border-bottom: 1px solid #4f4f4f;
  }
}

/* 202311001 追記 */

/* 代表医師 */

@media screen and (min-width: 768px) {
  .l-inner-748 {
    max-width: 1000px;
    background: #f6e9dd;
    padding: 80px 126px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-top-message .p-operation-doctor__inner .l-layout-column {
    padding: 20px 20px 24px;
  }
}

/* 監修医師 */
.l-top-supervisor {
  padding: 0px;
}

@media screen and (min-width: 768px) {
  .l-top-supervisor .l-inner {
    padding: 0;
    width: 1000px;
  }
}
.l-top-supervisor .p-doctor-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-wrap-s-doctor-profile {
  padding: 32px 32px 24px 20px;
  background: var(--beige-200);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}

.l-top-supervisor .p-column-txt {
  width: 760px;
  flex-basis: 760px;
}
.l-top-supervisor .p-column-image {
  width: 165px;
  flex-basis: 165px;
}
.l-top-supervisor .p-doctor-profile {
  padding: 0;
}
.l-top-supervisor .p-doctor-profile li {
  padding: 12px 20px 12px 16px;
}
.l-top-supervisor .p-doctor-profile li:nth-of-type(1) {
  width: 385px;
}
.l-top-supervisor .p-doctor-profile li:nth-of-type(2) {
  width: 190px;
}
.l-top-supervisor .p-doctor-profile li:nth-of-type(3) {
  width: 184px;
}
.l-top-supervisor .p-doctor-profile li:not(:nth-last-of-type(1)) {
  border-right: 1px solid #4f4f4f;
}
.p-wrap-s-doctor-profile .p-column-image .c-btn {
  margin: 16px auto 0;
}
.l-top-supervisor .p-doctor-profile {
  margin: 12px 0 0px;
  padding: 0px;
  border: 1px solid #4f4f4f;
  border-radius: 8px;
}

/* 監修医師 SP */

@media screen and (max-width: 768px) {
  .p-operation-doctor__inner .l-inner {
    width: 100%;
    padding: 0;
  }
  .l-top-supervisor {
    padding: 0;
  }
  .l-top-supervisor .p-operation-doctor__inner .l-layout-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 20px 24px;
  }
  .l-top-message .l-inner:before {
    content: none;
    width: 158px;
    height: 234px;
    background: url(/common/images/top/img_deco_about.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: -100px;
    top: -206px;
  }
  .l-top-supervisor .p-column-image {
    margin-bottom: 4.266vw;
    width: 100%;
    flex-basis: unset;
    display: flex;
    align-items: center;
    gap: 5.333vw;
  }
  .p-doctor-name {
    font-size: 3.733vw;
  }
  .l-top-supervisor .c-txt-name-en {
    display: block;
    margin-top: 2.133vw;
  }
  .l-top-supervisor .p-column-image figure {
    width: 32vw;
    flex-basis: 32vw;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-wrap-s-doctor-profile {
    flex-flow: column;
    padding: 32px 20px 24px;
  }

  .l-top-supervisor .p-column-txt {
    width: 100%;
    flex-basis: unset;
  }
  .l-top-supervisor .p-doctor-profile {
    padding: 0;
    margin-bottom: 24px;
    flex-flow: column;
  }
  .l-top-supervisor .p-doctor-profile li {
    padding: 12px 20px 12px 16px;
  }
  .l-top-supervisor .p-doctor-profile li:nth-of-type(1) {
    width: 100%;
  }
  .l-top-supervisor .p-doctor-profile li:nth-of-type(2) {
    width: 100%;
  }
  .l-top-supervisor .p-doctor-profile li:nth-of-type(3) {
    width: 100%;
  }
  .l-top-supervisor .p-doctor-profile li:not(:nth-last-of-type(1)) {
    border-right: none;
    border-bottom: 1px solid #4f4f4f;
  }
}

/* 治療詳細テンプレート 赤色LED */

.p-operation-led__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
  row-gap: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-operation-led__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0px 0 48px;
  }
}

.p-operation-led__img {
  width: 100%;
  aspect-ratio: 360/353;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-operation-led__img {
    max-width: 360px;
  }
}

@media screen and (min-width: 768px) {
  .p-operation-led__items {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.p-operation-led__items > li + li {
  margin-top: 24px;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-operation-led__items > li + li {
    margin-top: 2.5rem;
  }
}

.p-operation-led__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #4f4f4f;
}

@media screen and (min-width: 768px) {
  .p-operation-led__title {
    font-size: 1.5rem;
    line-height: 1.2916666667;
  }
}

.p-operation-led__item p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.p-operation-led__price {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid var(--border-black, #4f4f4f);
  margin-top: 24px;
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}
.p-operation-led__price span {
  position: relative;
}
.p-operation-led__price span::before {
  content: "";
  display: inline-block;
  border-left: 1px solid #4f4f4f;
  position: absolute;
  left: -32px;
  height: 32px;
}

@media screen and (max-width: 767px) {
  .l-common-margin.p-operation-led {
    margin-bottom: 24px;
  }
  .l-common-margin.c-common-faq {
    margin-top: 0px;
  }
  .p-operation-led__price {
    padding: 20px;
    margin-top: 24px;
    margin-bottom: 64px;
    font-size: 16px;
  }
  .p-operation-led__wrap-ditail {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .p-operation-led__price::after {
    content: "※価格は全て税込になります。";
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
    position: absolute;
    bottom: -28px;
    right: 0;
  }
  .p-operation-led__wrap-ditail .p-chart img {
    margin-bottom: 24px;
    border-radius: 16px;
  }
}

@media screen and (min-width: 768px) {
  .p-operation-led__price::after {
    content: "※価格は全て税込になります。";
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
    position: absolute;
    bottom: -20px;
    right: 0;
  }
  .p-operation-led__wrap-ditail {
    margin-bottom: 100px;
    margin-top: 0px;
  }
  .p-operation-led__wrap-ditail .p-chart img {
    border-radius: 16px;
    max-width: 845px;
    margin: 24px auto 0;
    display: block;
  }
}

/*-----------------------------------------------
 シスペラ （template-medicine.php）
------------------------------------------------*/

#medicine .p-img-worries {
  width: 488px;
}
#medicine .p-img-worries img {
  border-radius: 16px;
}
#medicine .p-problem-content {
  width: 488px;
  padding: 32px;
  background: transparent;
  border-radius: 16px;
  border: 1px solid var(--border-black, #4f4f4f);
}
#medicine .c-heading-article:after {
  display: none;
}
#medicine .p-operation-article__inner {
  max-width: 1000px;
}
#medicine.p-wrap-operation-problem,
#medicine.p-operation-merit {
  margin-bottom: 40px;
}

#medicine .p-operation-merit__inner .c-heading-article {
  display: none;
}
#medicine.p-operation-worry {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0px;
  position: unset;
}
#medicine.p-operation-worry::before,
#medicine.p-operation-worry::after {
  display: none;
}
#medicine .p-operation-worry__item p {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}
.c-page-section-title-medicine {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  background: transparent;
  margin-bottom: 40px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 18px;
  color: #f5907a;
}
.c-page-section-title-medicine::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  background: #f5907a;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
}
.c-page-section-title-medicine::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #f6e9dd;
  bottom: -16px;
  left: 0px;
  transform: translateY(-50%);
}
#medicine .p-operation-effect__body {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  margin-top: 48px;
}
#medicine .p-operation-effect__body p:not(:last-child) {
  margin-bottom: 0;
}
.txt-block-cysteamin {
  max-width: 593px;
}
#medicine .p-operation-effect__title {
  padding-bottom: 0;
  border: none;
}
#medicine .block-effect-melamine {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
#medicine .block-effect-melamine ul {
  max-width: 394px;
}
#medicine .block-effect-melamine img {
  max-width: 534.194px;
}

#medicine .block-effect-melamine.u-hidden-sp {
  display: none;
}
#medicine .wrap-effect-melamine {
  background: #f6e9dd;
  padding: 32px 32px 40px;
  border-radius: 16px;
}
#medicine .wrap-effect-melamine li {
  width: 100%;
  padding: 16px 12px;
  border-radius: 4px;
  background: #fdf4e9;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 160%;
  padding-left: 2em;
  position: relative;
}

#medicine .block-effect-melamine .num_pink {
  color: #e55f9f;
  position: absolute;
  left: 0.8em;
}
#medicine .block-effect-melamine-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  margin-bottom: 24px;
}
#medicine .p-operation-worry__item {
  padding: 20px 16px;
}
@media screen and (min-width: 768px) {
  #medicine .p-operation-worry__item::before {
    left: 14px;
  }
}
#medicine .p-operation-effect__items > li + li {
  margin-top: 32px;
}
#medicine .l-page-title-margin {
  margin-bottom: 8px;
}
#medicine .p-operation-free__contents {
  max-width: 840px;
  display: block;
  margin: 24px auto 0;
  border-radius: 8px;
  background: #f6e9dd;
  padding: 32px;
}
#medicine .p-operation-free.l-inner {
  counter-reset: freeNum;
}
#medicine .p-operation-free__contents h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  color: #f5907a;
  height: 42px;
  margin-bottom: 8px;
  padding-left: 33px;
  counter-increment: freeNum;
  position: relative;
}
#medicine .p-operation-free__contents h5::before {
  position: absolute;
  content: counter(freeNum) ". ";
  color: var(---text-orange, var(---orange-300, #f5907a));
  font-family: Caveat;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  top: -8px;
  left: 0;
}
#medicine .p-operation__contents p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
#medicine .p-operation__contents p.txt-xs {
  font-size: 12px;
}
.p-operation__contents p:not(:last-child) {
  margin-bottom: 1.5rem;
}
#medicine .p-operation__contents p img {
  max-width: 776px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}
#medicine .side_effects_wrap {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
#medicine .side_effects_wrap li {
  width: 251px;
  height: 190px;
  padding: 20px 24px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(---border-black, #4f4f4f);
  display: grid;
  place-items: center;
  gap: 4px;
  text-align: center;
  align-items: center;
  font-weight: 700;
}
#medicine .side_effects_wrap li img {
  height: auto;
  width: 120px;
}
#medicine .side_effects_wrap li:nth-of-type(1) img {
  width: 135px;
  height: 96px;
  margin-top: 12px;
}
#medicine .side_effects_wrap p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
#medicine .important_point-time ul {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-bottom: 24px;
}
#medicine .important_point-time ul li {
  display: flex;
  width: 382px;
  padding: 16px 24px;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid var(---border-black, #4f4f4f);
}
#medicine .important_point-time ul li img {
  width: 64px;
  height: 64px;
}
#medicine .important_point-time ul li p {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 130%;
}
#medicine .important_point-time ul li p .txt-pink300 {
  color: #e55f9f;
}
#medicine .important_point-time02 {
  display: flex;
  padding: 24px;
  align-items: center;
  gap: 24px;
  border-radius: var(--8, 8px);
  background: var(---beige-100, #fdf4e9);
}
#medicine .important_point-time02 img {
  width: 358px;
  height: 268px;
}
#medicine .important_point-time02 p.txt-12 {
  font-size: 12px;
  line-height: 1.6;
}
#medicine .p-operation-cause__article-item ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#medicine .p-operation-cause__article-item li {
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  border-radius: 8px;
  border: 1px solid var(---border-black, #4f4f4f);
}
#medicine .p-operation-cause__article-item li img {
  width: 96px;
  height: 96px;
  max-width: 96px;
}
#medicine .p-operation-treatment__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 8px;
}
#medicine .p-operation-treatment__items li h4 {
  text-align: center;
}
#medicine .p-operation-treatment__text.txt-xs {
  font-size: 12px;
}
#medicine .common_use {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  line-height: 1.3;
}
#medicine .common_use_item {
  display: flex;
  width: 431px;
  padding: 20px 24px;
  gap: 20px;
  border-radius: 8px;
  background: #f6e9dd;
  align-items: center;
}
#medicine .common_use_item p {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}
#medicine .common_use_item p .txt-xs {
  font-size: 14px;
}
#medicine .common_use_item img {
  width: 128px;
  height: 121px;
}
#medicine .later_16week {
  width: 90px;
}
#medicine .common_use_txt {
  border-radius: 8px;
  border: 1px solid var(---border-black, #4f4f4f);
  padding: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 48px;
}
#medicine .p-operation-treatment__items {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 120px;
}
#medicine .p-operation-treatment__items li {
  border-radius: 8px;
  border: 1px solid var(---border-black, #4f4f4f);
  width: 306.667px;
  padding: 40px 16px 24px;
  margin-top: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
#medicine .p-operation-treatment__items li img {
  width: 180px;
  height: 120px;
  margin-bottom: 24px;
}
#medicine .p-operation-treatment__items li:nth-of-type(1) img {
  padding-top: 6.5px;
  margin-bottom: 16px;
  aspect-ratio: 180/106;
}
#medicine .p-operation-treatment__items li:not(:last-child)::after {
  content: "";
  background: url(/common/images/operation/howtouse_arrow.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 29px;
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
}
#medicine .p-operation-price__inner.l-inner {
  margin-top: 172px;
}
#medicine .p-operation-items li {
  list-style: disc;
  margin-left: 1.5rem;
}
#medicine .p-operation-treatment__items li {
  counter-increment: step;
}
#medicine .p-operation-treatment__items li::before {
  position: absolute;
  content: "STEP" " 0" counter(step);
  font-family: Caveat;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fdf4e9;
  padding: 0 8px 0 4px;
}
#medicine #flow-use {
  margin-bottom: 36px;
}
#medicine .p-operation__contents p img.u-hidden-sp {
  display: none;
}
#medicine .important_point-time ul li .txt-pink300 {
  color: var(---text-pink, var(---pink-300, #e55f9f));
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  display: contents;
}
@media screen and (min-width: 767px) {
  #medicine .p-block-minus {
    margin-top: 0px;
    overflow: initial !important;
  }
  #medicine.l-common-margin.c-common-faq {
    margin-top: 10rem;
  }
  #medicine .p-operation-treatment__sp {
    display: none;
  }
  .p-medicine.l-common-margin.p-operation-price {
    margin-top: 192px;
  }
}
/* シスペラ SP */
@media screen and (max-width: 768px) {
  #medicine .p-img-worries {
    width: 100%;
  }
  #medicine .p-problem-content {
    width: 100%;
    padding: 6.4vw;
    margin: 0 auto;
  }
  #medicine .p-operation-problem {
    height: auto;
    width: 100%;
  }
  #medicine .p-operation-effect__body {
    flex-direction: column;
    gap: 24px;
    display: contents;
  }
  #medicine .block-effect-melamine {
    flex-direction: column-reverse;
    gap: 20px;
  }
  #medicine .block-effect-melamine ul {
    margin-top: 20px;
  }
  #medicine .block-effect-melamine.u-hidden-sp {
    display: block;
  }
  #medicine .block-effect-melamine.u-hidden-pc {
    display: none;
  }
  #medicine .wrap-effect-melamine {
    padding: 32px 20px;
  }
  #medicine .wrap-effect-melamine li {
    width: 78.6666vw;
  }
  #medicine .p-operation-effect__body p,
  .p-operation-effect__text {
    margin-top: 0;
    line-height: 1.6;
  }
  #medicine .c-page-section-title-medicine {
    font-size: 6.4vw;
  }
  #medicine .p-operation-free__contents {
    padding: 24px 20px;
  }
  #medicine .p-operation-free__contents:nth-last-of-type(1) {
    padding: 32px 20px;
  }
  #medicine .p-operation-free__contents h5 {
    height: auto;
    margin-bottom: 12px;
  }
  #medicine .p-operation-free__contents h5::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #medicine .p-operation-free__contents .side_effects_wrap {
    display: none;
  }
  #medicine .p-operation__contents p img {
    border-radius: 3.041px;
  }
  #medicine .p-operation__contents p img.u-hidden-sp {
    display: block;
    width: 800px;
  }
  #medicine .p-operation__contents p.txt-xs {
    font-size: 3.2vw;
  }
  #medicine .important_point-time ul {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 1rem;
  }
  #medicine .important_point-time ul li {
    width: 78.666vw;
    padding: 12px 20px;
  }
  #medicine .important_point-time ul li img {
    width: 48px;
    height: 48px;
  }
  #medicine .important_point-time02 {
    flex-direction: column-reverse;
    padding: 20px;
  }
  #medicine .important_point-time02 img {
    width: 68vw;
  }
  #medicine {
    margin-bottom: 56px;
  }
  #medicine .p-operation-cause__article-item ul {
    display: flex;
    flex-direction: row;
    gap: 16px;
    overflow: auto;
    padding-bottom: 24px;
  }
  #medicine .p-operation-cause__article-item li {
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    min-width: 280px;
  }
  #medicine .p-operation-treatment__items.u-hidden-sp {
    display: none;
  }
  #medicine .cause__article-item-wrap {
    width: 74.66vw;
    max-width: 320px;
    padding: 0 24px;
  }
  #medicine .p-operation-treatment__title {
    text-align: center;
  }
  #medicine .p-operation-treatment__item:not(:nth-last-of-type(1)) {
    margin-bottom: 0;
  }
  #medicine .common_use {
    overflow: auto;
    gap: 12px;
    justify-content: flex-start;
    padding-bottom: 16px;
  }
  #medicine .common_use_item {
    flex-direction: column;
    align-items: center;
    padding: 16px;
    min-width: 207px;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  #medicine .later_16week {
    display: contents;
  }
  #medicine .later_16week img {
    width: 74px;
    height: 99px;
  }
  #medicine .common_use_item img {
    width: 80px;
    height: 76px;
  }
  #medicine .p-operation-price__table tr.row-1 {
    width: 70%;
  }
  .p-operation-price__table th {
    font-size: clamp(13px, 4.26vw, 16px);
  }
  #medicine .p-operation-price__inner .l-page-title-margin::after {
    height: 84%;
  }
  #medicine .p-operation__contents p {
    overflow-x: auto;
  }

  #medicine .p-operation-price__inner.l-inner {
    margin-top: 104px;
  }
  #medicine .block-effect-melamine img {
    width: 500px;
    height: 645.763px;
  }
  #medicine .p-operation-price__inner.l-inner {
    padding: 16px 0;
  }
  #medicine .p-operation-treatment__sp {
    display: block;
  }
  .p-medicine.l-common-margin.p-operation-price {
    margin-top: 80px;
  }
  .p-medicine .p-operation-price__inner.l-inner {
    padding: 16px 0;
  }
}

/*==================================================
# 2401 FAGA　マイクロスコープ診断　ページ追加
==================================================*/

.page-id-1142 .p-operation-micro {
  margin-top: 0;
}

.l-common-margin-micro {
  margin-top: 56px;
}

.p-operation-index--micro {
  margin-top: 44px;
}

@media screen and (min-width: 768px) {
  .l-common-margin-micro {
    margin-bottom: 80px;
  }
  .l-common-margin-micro {
    margin-top: 80px;
  }
  .p-operation-micro__img-first {
    margin-bottom: 0;
  }
}

/* こんなお悩みの方に */

.p-operation-worry__item--micro {
  color: #f5907a;
  font-size: 18px;
  font-weight: 700;
  padding-top: 19px;
  padding-bottom: 19px;
}

@media screen and (min-width: 768px) {
  .p-operation-worry__item--micro {
    width: calc((100% - 16px) / 3);
  }

  .p-operation-worry__item--micro p {
    font-size: 20px;
  }
}
.p-operation-about__inner {
  padding-top: 0px;
}
/* FAGA マイクロスコープ診断とは */

.p-operation-about__contents {
  margin-top: 32px;
}

.p-operation-micro-about__title {
  color: #f5907a;
  margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
  .p-operation-micro-about__title {
    font-size: 28px;
  }
}

/* 頭皮分析モード */
.l-operation-micro-scalp {
  margin-top: 64px;
}

.l-operation-micro-scalp__contents {
  margin-top: 32px;
}

.p-operation-micro-scalp__description {
  margin-top: 16px;
}

.p-operation-micro-scalp__description p {
  line-height: calc(26 / 16);
}

.p-operation-micro-scalp__items {
  margin-top: 24px;
}

.p-operation-micro-scalp__item + .p-operation-micro-scalp__item {
  margin-top: 16px;
}

.p-operation-micro-scalp__heading {
  font-size: 20px;
  padding-left: 32px;
  position: relative;
  line-height: calc(32 / 20);
}

.p-operation-micro-scalp__heading:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  background-image: url(/common/images/common/check-icon_orenge.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.p-operation-micro-scalp__text {
  color: #f5907a;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .l-operation-micro-scalp__contents {
    display: flex;
    gap: 40px;
  }

  .p-operation-micro-scalp__description {
    margin-top: 0;
  }

  .p-operation-micro-scalp__items {
    margin-top: 32px;
  }

  .p-operation-micro-scalp__heading {
    font-size: 24px;
  }

  .p-operation-micro-scalp__text {
    margin-top: 4px;
  }

  .p-operation-micro-scalp__item + .p-operation-micro-scalp__item {
    margin-top: 24px;
  }
}

/* 健康な頭皮 */
.p-operation-micro-scalp-image {
  margin-top: 40px;
}

.p-operation-micro-block__title {
  font-size: 18px;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: calc(28 / 18);
}

.p-operation-micro-block__title--bg-pink {
  background-color: #f5907a;
  color: #fff;
}

.p-operation-micro-block__title--bg-gray {
  background-color: #f6e9dd;
}

.p-operation-micro-block__title.bg-beige {
  background-color: #f6e9dd;
  color: #4f4f4f;
}
.p-operation-micro-block__title.bg-orangered {
  background-color: #f6544a;
  color: #fff;
}
.p-operation-micro-block img {
  margin-top: 0;
}

.p-operation-micro-block + .p-operation-micro-block {
  margin-top: 40px;
}

.p-operation-micro-scalp-image {
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .p-operation-micro-scalp-image {
    margin-top: 56px;
  }

  .p-operation-micro-block + .p-operation-micro-block {
    margin-top: 0;
  }

  .p-operation-micro-block {
    margin-bottom: 0;
  }
}

/* 抹消血流分析モード */
.p-operation-micro-blood {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #f6e9dd;
}

.p-operation-micro-blood__text {
  margin-top: 20px;
  line-height: calc(26 / 16);
}

.p-operation-micro-blood__item {
  margin-top: 32px;
}

.p-operation-micro-blood__item-title {
  font-size: 20px;
  padding-left: 32px;
  position: relative;
  line-height: calc(26 / 20);
}

.p-operation-micro-blood__item-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  background-image: url(/common/images/common/check-icon_orenge.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.p-operation-analysis__item__text {
  margin-top: 4px;
  font-weight: 700;
  line-height: calc(26 / 16);
}

.p-operation-micro-block__title--bg-beige {
  background-color: #fdf4e9;
}

.p-operation-about--bg-beige {
  background-color: #f6e9dd;
}

.p-operation-micro__block {
  border-bottom: 1px solid #fdf4e9;
}

.p-operation-micro__block-pic img {
  margin-top: 8px;
}

.micro__text-items {
  padding-bottom: 32px;
}

.micro__text-item:first-child {
  margin-top: 4px;
}

.micro__text-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.micro__text-item + .micro__text-item {
  margin-top: 10px;
}

.micro__text-item img {
  width: 24px;
  height: 24px;
}

.p-operation-micro-border {
  margin: 24px 0;
}

.p-operation-micro__innercontent-wrapper {
  padding-top: 32px;
  padding-bottom: 48px;
  background-color: #f6e9dd;
}

.p-operation-micro__contents-items {
  margin-top: 24px;
}

.p-operation-micro__contents-item {
  justify-content: space-between;
}

.p-operation-micro__contents-item:last-child {
  margin-bottom: 0;
}

.p-operation-micro__content-flex {
  margin: 0;
}

.p-operation-micro__content-flex__item {
  padding-left: 1em;
  text-indent: -1em;
}

.p-operation-micro-blood__contents {
  margin-top: 32px;
}

.p-operation-micro__content-flex ul {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .p-operation-micro-blood {
    padding-top: 68px;
    padding-bottom: 48px;
  }

  .p-operation-micro-blood__contents {
    display: flex;
    gap: 40px;
  }

  .p-operation-micro-blood__left-contents {
    width: 100%;
    max-width: 360px;
  }

  .p-operation-micro-blood__left-contents img {
    aspect-ratio: 360 / 202;
    object-fit: cover;
    height: auto;
  }

  .p-operation-micro-blood__right-contents {
    flex: 1;
  }

  .p-operation-micro-blood__text {
    margin-top: 0;
  }

  .p-operation-micro__block {
    display: flex;
    align-items: center;
    padding-bottom: 48px;
  }

  .p-operation-micro__block-left,
  .p-operation-micro__block-right2 {
    min-height: 280px;
  }

  .p-operation-micro__block-pic img {
    margin-top: 22px;
  }

  .p-operation-micro-block__title {
    font-size: 20px;
  }

  .micro__text-items {
    margin-top: 22px;
    padding-bottom: 0;
  }

  .p-operation-micro__innercontent {
    margin-bottom: 0;
  }

  .p-operation-micro__content-flex {
    gap: 12px;
  }

  .p-operation-micro__content-flex img {
    max-width: 203px;
  }

  .p-operation-micro-rightinner {
    gap: 22px;
  }

  .p-operation-micro__content-flex ul,
  .p-operation-micro-rightinner ul {
    font-size: 18px;
    line-height: calc(32 / 20);
  }

  .p-operation-micro__innercontent-wrapper {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .p-operation-micro__contents-item {
    gap: 36px;
  }

  .micro__text-items {
    min-width: 334px;
  }

  .p-operation-micro-blood__item-title {
    font-size: 24px;
    line-height: calc(32 / 24);
  }
}

.p-micro-diagnosis__items {
  margin-top: 32px;
}

.p-micro-diagnosis__title {
  margin-top: 12px;
  line-height: calc(26 / 16);
}

.p-micro-diagnosis__text {
  margin-top: 4px;
  line-height: calc(26 / 16);
}

.p-micro-diagnosis__item + .p-micro-diagnosis__item {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .p-micro-diagnosis__items {
    display: flex;
    gap: 40px;
  }

  .p-micro-diagnosis__item + .p-micro-diagnosis__item {
    margin-top: 0;
  }

  .p-micro-diagnosis__item {
    max-width: 310px;
  }
}

/* 治療費 */
.l-operation-micro-price {
  margin-top: 96px;
  position: relative;
  background-color: #f6e9dd;
  padding-top: 24px;
  padding-bottom: 24px;
}

.p-page-price__table td {
  border-top: none !important;
}
.p-page-price__table {
  font-weight: 700;
}
.p-page-price__table .row-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-page-price__table .column-1 {
  line-height: calc(26 / 16);
}
.p-page-price__table .column-2 {
  text-align: right;
}

/* .p-operation-price__inner .l-page-title-margin::after {
    background-color: #4F4F4F;
    width: 1px;
  } */
@media screen and (min-width: 768px) {
  .l-operation-micro-price {
    margin-top: 168px;
  }

  .p-page-price__table .column-1,
  .p-page-price__table .column-2 {
    font-size: 20px;
    line-height: calc(32 / 20);
  }

  .p-operation-micro-faq {
    margin-top: 160px;
  }
}

/* 診療・治療（その他） */
.p-operation-article__inner.for-other:nth-child(4) .c-list-point__item::before {
  display: none;
}
.for-other .p-block-columns__item:nth-of-type(1),
.p-list-point {
  margin: 0 auto;
  width: 504px;
}
@media screen and (max-width: 768px) {
  .p-operation-article__inner.for-other {
    margin-top: 32px;
  }
  .for-other .p-block-columns__item:nth-of-type(1),
  .p-list-point {
    width: 100%;
  }
}

/* こんなお悩み */
.p-operation-trouble__items-outer {
  padding: 1.5rem 1.5rem 9.875rem 1.5rem;
  background-color: #f6e9dd;
  border-radius: 8px;
  position: relative;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
}
.p-operation-trouble__items {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 0.75rem;
}
.p-operation-trouble__item {
  padding-left: 1.5rem;
  position: relative;
}
.p-operation-trouble__item:before {
  content: "";
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  border: 0.25rem solid #f5907a;
  border-radius: 50%;
  top: 0.25rem;
  left: 0;
}
.p-operation-trouble__item p {
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 400;
}
.p-operation-trouble__items-outer .c-img-effect {
  width: 9.1875rem;
  height: auto;
  position: absolute;
  bottom: 0;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.l-common-margin.p-operation-trouble {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .p-operation-trouble__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1.5rem;
  }
  .p-operation-trouble__items-outer {
    padding: 2.5rem 12rem 2.5rem 2.5rem;
    max-width: 100%;
  }
  .p-operation-trouble__item:before {
    top: 0.5rem;
  }
  .p-operation-trouble__item p {
    font-size: 1.25rem;
    font-weight: 500;
  }
  .p-operation-trouble__items-outer .c-img-effect {
    width: 7.6875rem;
    left: auto;
    right: 1.3125rem;
    transform: translateX(0);
  }
  .l-page-title-margin.p-operation-trouble__items-outer {
    margin-bottom: 80px;
  }
}

/* template_others */
@media (max-width: 768px) {
  .l-common-margin {
    margin-top: 3rem;
  }
}
.p-block-txt-case h4 {
  line-height: 1.6;
  margin-bottom: 0;
}
/* .p-operation-worry.template-ohters {
  background: unset;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 0;
  position: unset;
}
@media screen and (min-width: 769px) {
  .p-operation-worry.template-ohters {
    margin-top: 88px;
    margin-bottom: 88px;
  }
}
.p-operation-worry.template-ohters::before,
.p-operation-worry.template-ohters::after {
  display: none;
} */

/* 施術の経過について */
.p-operation-progress .c-page-section-title {
  margin-bottom: 32px;
}
.c-article-progress {
  margin-bottom: 20px;
}
.c-article-progress:nth-last-of-type(1) {
  margin-bottom: 0;
}
.c-article-progress img {
  display: block;
}

/* 目のたるみ 特徴 */
.p-operation-cause__content-list {
  display: flex;
  gap: 1.5rem;
  margin-top: 56px;
}

@media screen and (min-width: 600px) {
  .p-operation-cause__content-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: initial;
  }
}

.p-operation-cause__content-item {
  width: 11.625rem;
  min-width: 11.625rem;
  height: auto;
}

@media screen and (min-width: 600px) {
  .p-operation-cause__content-item {
    width: auto;
    min-width: auto;
  }
}

.p-operation-cause__content {
  margin: 1.5rem 0 1rem;
}

.p-operation-cause__content02,
.p-operation-cause__content03 {
  margin-bottom: 1rem;
}

.p-operation-cause__content04 {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-operation-cause__content02,
  .p-operation-cause__content03 {
    margin-bottom: 1.5rem;
  }
}

.p-operation-cause__content03 figure {
  width: 37.914px;
  height: 36.765px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-operation-cause__content03 figure {
    width: 57.914px;
    height: 56.159px;
  }
}

.p-operation-cause__content-list02 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-direction: column;
  margin-bottom: 51px;
}

@media screen and (min-width: 768px) {
  .p-operation-cause__content-list02 {
    flex-direction: unset;
    gap: 0.95%;
    margin-bottom: initial;
  }
}

.p-operation-cause__content-item02 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-operation-cause__content-item02 {
    width: 30.15%;
  }
}

.p-operation-cause__content-item02.p-operation-cause__content-item02--arrow {
  width: 1.1875rem;
}

@media screen and (min-width: 768px) {
  .p-operation-cause__content-item02.p-operation-cause__content-item02--arrow {
    width: 2.85%;
  }
}

.p-operation-treatment__content-list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.75rem;
  margin-bottom: 51px;
}

@media screen and (min-width: 768px) {
  .p-operation-treatment__content-list {
    margin-top: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: initial;
  }
}

.p-operation-system__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-operation-system__content {
    flex-direction: unset;
  }
}

.p-operation-system__content-img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-operation-system__content-img {
    width: 42.85%;
  }
}

.p-operation-system__content-text {
  width: 100%;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-operation-system__content-text {
    width: 52.38%;
    margin-top: 0;
    padding: 0 2.5rem;
    border-radius: var(--8, 8px);
    border: 1px solid var(---black-100, #4f4f4f);
  }
}
.for-page-eye .p-list-point {
  border: none;
}
.p-operation-system__content-text h4 {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.p-operation-aftercare__content-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-operation-aftercare__content-item {
    flex-direction: row;
  }
}

.p-operation-aftercare__content-list
  .p-operation-aftercare__content-item:nth-child(even) {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-operation-aftercare__content-list
    .p-operation-aftercare__content-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.p-operation-aftercare__content-item + .p-operation-aftercare__content-item {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .p-operation-aftercare__content-item + .p-operation-aftercare__content-item {
    margin-top: 2.5rem;
  }
}

.p-operation-aftercare__content-img {
  width: 100%;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .p-operation-aftercare__content-img {
    width: 50%;
    margin-bottom: 0;
  }
}

.p-operation-aftercare__content-textarea {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-operation-aftercare__content-textarea {
    width: 45.23%;
  }
}

.p-operation-aftercare__content-titlearea {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.p-operation-aftercare__content-textarea
  .p-operation-aftercare__content-titlearea
  .p-operation-aftercare__content-label {
  font-size: 0.875rem;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  padding: 0.25rem;
  background-color: #f5907a;
  margin: 0 8px 0 0;
}

.p-operation-aftercare__content-titlearea h4 {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .for-other .p-block-columns:first-child {
    flex-direction: column-reverse;
    gap: 32px;
  }
  .for-other.p-operation-merit__article-item {
    margin-bottom: 5rem;
  }
  .p-operation-article__inner.for-other {
    margin-top: 56px;
  }
}

/* Rちゃんキャンペーン インティマページ */
.l-common-margin.p-operation-rchan {
  margin-bottom: 72px;
}
.p-operation-rchan__inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-operation-rchan__title {
  color: #f5907a;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 32px;
}
.rchan-banner__first {
  margin-bottom: 40px;
}
.rchan-banner__second {
  display: flex;
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 16px;
  justify-content: center;
}
.rchan__cta-title {
  color: #4f4f4f;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  padding-bottom: 16px;
  margin-bottom: 40px;
  display: block;
  border-bottom: 2px solid #f6e9dd;
}
.rchan__cta-nurse {
  width: 100%;
  max-width: 620.23px;
  display: block;
  margin: 0 auto;
}
.rchan__cta-wrap {
  padding: 32px 32px 24px 32px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  width: 748px;
  margin: -14px auto 0;
}
.rchan__cta-wrap .cta-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 12px;
}
.rchan__cta-wrap .cta-text-limit {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-top: 12px;
}
.rchan__cta-items {
  display: flex;
  gap: 12px;
  height: 64px;
  align-items: center;
  justify-content: center;
}
.rchan__cta-items a {
  display: block;
}
.rchan__cta-items a.tel {
  pointer-events: none;
}

@media (max-width: 768px) {
  .l-common-margin.p-operation-rchan {
    margin-top: 32px;
    margin-bottom: 0;
  }
  .p-operation-rchan__inner {
    width: 100%;
  }
  .rchan-banner__second {
    width: 89.333%;
    margin-bottom: 0;
  }
  .p-operation-rchan__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    width: 89.33%;
    margin: 0 auto 24px;
  }
  .rchan-banner__first {
    margin-bottom: 24px;
  }
  .rchan__cta-title {
    margin-bottom: 32px;
    font-size: 24px;
  }
  .rchan__cta-wrap {
    width: 100%;
    padding: 16px 12px;
    margin: -6px auto;
  }
  .p-operation-rchan .rchan__cta {
    width: 89.33%;
    margin: 0 auto;
  }
  .rchan__cta-nurse {
    width: 89.6%;
  }
  .rchan__cta-wrap .cta-text {
    display: none;
  }
  .rchan__cta-wrap .cta-text-limit {
    font-size: 12px;
    margin-top: 8px;
  }
  .rchan__cta-items {
    gap: 8px;
    height: auto;
  }
  .rchan__cta-items a.tel {
    pointer-events: auto;
  }
}

/* メソリフト（ミノキシジル配合）ページ */
.p-operation-system__content-mesolift {
  border: none;
  background-color: #f6e9dd;
}
@media (max-width: 768px) {
  .p-operation-system__content-mesolift {
    background-color: transparent;
  }
}

.p-operation-system__content-mesolift span {
  color: #f5907a;
  font-weight: bold;
}

@media (max-width: 768px) {
  .p-mesolift-mechanism__illust + img {
    margin-top: 40px;
  }
}

.p-mesolift__priceSpan::before {
  content: "";
  display: block;
  border-left: 1px solid var(--border-black, #4f4f4f);
  width: 2px;
  height: 50%;
  position: absolute;
  top: 45%;
  right: 133px;
}

.p-operation-worry__item .p-operation-worry__text {
  font-weight: bold;
}

.p-operation-merit__article-item:has(.p-operation-system__content-mesolift) h4 {
  display: none;
}

/* 見出し番号リスト */

.p-list-num-count2 {
  margin-top: 60px;
}
.p-list-num-count2 li:not(:nth-last-of-type(1)) {
  margin-bottom: 40px;
}
.p-list-num-count2 h5 {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  font-size: 20px;
  font-weight: 700;
  color: #f5907a;
  line-height: 1.3;
  border-bottom: 2px solid #f5907a;
}
.p-list-num-count2 > li {
  position: relative;
  counter-increment: count;
}
.p-list-num-count2 li:before {
  content: counter(count);
  padding-right: 13px;
  padding-bottom: 3px;
  padding-top: 6px;
  width: 67px;
  height: 57px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  background: url(/common/images/operation/bg_deco_count2.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -3px;
  left: -72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-list-num-count2 p {
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height: 1.6;
}
.p-list-num-count2 p:not(:last-child) {
  margin-bottom: 24px;
}
.p-list-num-count2 p strong {
  color: #333333;
}

@media screen and (max-width: 767px) {
  .p-list-num-count2 h5 {
    margin-left: 14.933vw;
    padding-right: 0.2em;
    font-size: 4.266vw;
  }
  .p-list-num-count2 li:before {
    width: 12.8vw;
    height: 10.933vw;
    font-size: 6.4vw;
    top: -3px;
    left: 0;
  }
  .p-list-num-count2 p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

.p-list-item__asterisk {
  font-size: 12px;
}

@media (max-width: 768px) {
  .p-list-item__asterisk {
    font-size: inherit;
  }
}

.p-list-item__annotation {
  color: #f5907a;
  text-align: right;
  display: block;
  margin-top: 8px;
  font-weight: bold;
}

.page-id-50 h3.c-page-section-title,
.page-id-11 h3.c-page-section-title {
  border-bottom: 2px solid var(---beige-200, #f6e9dd);
}

/*-------------------------------------------------------------------------------
 オリジナル処方ページ
-------------------------------------------------------------------------------*/

.p-medicine-about__contents {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-medicine-about__img {
  width: 100%;
  max-width: 360px;
}
.p-medicine-about__items {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
}
.p-medicine-about__items small {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
.l-prescription .p-consultation-menu-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-consultation-menu {
  margin-bottom: 32px;
}
.p-consultation-menu-term {
  position: relative;
  padding-left: 48px;
  font-weight: 500;
  line-height: 48px;
  background-size: 48px auto;
  background-repeat: no-repeat;
  margin-bottom: 16px;
  font-size: 32px;
}
.l-common-section-margin.l-medicine,
.l-common-section-margin.l-injection {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .l-common-section-margin.l-medicine,
  .l-common-section-margin.l-injection {
    margin-bottom: 120px;
  }
  .menu-item .p-consultation-menu-term span {
    font-size: 20px;
    line-height: 1.3;
    position: relative;
    bottom: 6px;
  }
}
.p-consultation-menu-term:before {
  content: "";
  width: 100%;
  height: 1px;
  /* background-color: #d9d9d9; */
  top: 50%;
  left: 0;
  z-index: -1;
  display: block;
  position: absolute;
}

/* 見出しアイコン */
.p-consultation-menu-term.c-menu-hair-oral {
  background-image: url(/common/images/page/medicine/icon-hair01.png);
}
.p-consultation-menu-term.c-menu-diet {
  background-image: url(/common/images/page/medicine/icon-diet.png);
}
.p-consultation-menu-term.c-menu-aging {
  background-image: url(/common/images/page/medicine/icon-agingcare.png);
}
.p-consultation-menu-term.c-menu-hair-topical {
  background-image: url(/common/images/page/medicine/icon-hair02.png);
}
.p-consultation-menu-term.c-menu-delicate {
  background-image: url(/common/images/page/medicine/icon-delicate.png);
}
.p-consultation-menu-term.c-menu-supplement {
  background-image: url(/common/images/page/medicine/icon-hair03.png);
}
.p-consultation-menu-term.c-menu-antiaging {
  background-image: url(/common/images/page/medicine/icon-antiaging.png);
}
.p-consultation-menu-term.c-menu-skincare {
  background-image: url(/common/images/page/medicine/icon-skincare.png);
}

.p-consultation-menu-term span {
  display: inline-block;
  padding: 0 8px;
  font-weight: 700;
}
.p-consultation-menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 16px;
}
.p-consultation-menu-list-item {
  width: 238px;
  height: 62px;
  background: #fff;
  border: 1px solid #4f4f4f;
  border-radius: 4px;
}
.p-consultation-menu-list-item a,
.p-consultation-menu-list-item .c-no-link {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 4px 28px 4px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #4f4f4f;
  display: flex;
  align-items: center;
}
.p-consultation-menu-list-item a:after {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1rem solid #4f4f4f;
  border-right: 0.1rem solid #4f4f4f;
  position: absolute;
  right: 16px;
  top: calc(50% - 0.3rem);
}
@media (max-width: 599px) {
  .p-consultation-menu {
    margin-bottom: 28px;
  }
  .p-consultation-menu-list {
    gap: 8px;
  }
  .p-consultation-menu-list-item {
    width: calc(50% - 4px);
    height: 16.533vw;
  }
}
.c-common-accordion__button::before,
.c-common-accordion__button::after,
.c-common-accordion__button::before,
.c-common-accordion__button::after {
  background-color: #4f4f4f;
}

/* 治療カセット 詳細 */

.l-menu-wrapper:not(:nth-last-of-type(1)) {
  margin-bottom: 80px;
}

.p-consultation-menu-term.c-heading-menu {
  margin-bottom: 16px;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .p-medicine-about__contents {
    flex-direction: column;
    gap: 24px;
  }
  .p-medicine-about__img {
    max-width: 100%;
  }
  .l-menu-wrapper:not(:nth-last-of-type(1)) {
    margin-bottom: 16.4vw;
  }
  .p-consultation-menu-term {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    height: 48px;
    line-height: 48px;
  }
  .p-consultation-menu-term.c-heading-menu {
    margin-bottom: 2.133vw;
    font-size: 7.466vw;
  }
}
.p-list-menu {
  margin: 0 0 8px;
  padding: 24px;
  background: #f6e9dd;
}
.p-list-menu-item {
  padding: 24px;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.p-list-menu-item:not(:nth-last-of-type(1)) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-list-menu-item {
    padding: 4.266vw;
  }
}

.c-heading-menu-list {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.c-heading-menu-list a {
  text-decoration: underline;
}
.l-single-drug .c-heading-menu-list small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c-heading-menu-list {
    margin-bottom: 4.266vw;
    font-size: clamp(20px, 6.4vw, 24px);
  }
}
.p-list-effect {
  margin: 0 0 16px;
  padding: 12px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px dashed #d9d9d9;
}
.c-icon-effect {
  width: 40px;
  height: auto;
}
.p-list-effect-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--gray-800);
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .p-list-effect {
    margin: 0 0 4.266vw;
    padding: 3.2vw 0;
    gap: 3.2vw;
  }
  .p-list-effect-item {
    font-size: clamp(12px, 3.5vw, 14px);
  }
}

.c-menu-description-heading {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.c-menu-description-txt {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
.p-menu-description p {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
.c-menu-accordion-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.p-list-menu-item .js-common-singleAccordion-trigger {
  margin-top: 16px;
  position: relative;
  cursor: pointer;
}
.c-menu-accordion-txt {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-800);
  line-height: 1.7;
}
.p-menu-accordion {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-800);
  line-height: 1.7;
}

.c-menu-detail {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-800);
  line-height: 1.3;
}
.p-menu-description-additional {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.p-menu-description-additional .c-menu-description-heading {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 12px;
}
.p-menu-description-additional .c-menu-description-txt {
  margin-bottom: 0;
}
.p-menu-description-additional .c-menu-description-txt a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .l-medicine .c-menu-description-heading {
    font-size: 4.266vw;
  }

  .l-medicine .c-menu-description-txt {
    margin-bottom: 3.2vw;
    font-size: 3.733vw;
    font-weight: 400;
    line-height: 1.6;
  }
  .l-medicine .c-menu-description-txt {
    margin-bottom: 3.2vw;
    font-size: 3.733vw;
  }
  .l-medicine .p-menu-description p {
    margin-bottom: 3.2vw;
    font-size: 3.733vw;
  }
  .l-medicine .c-menu-detail {
    font-size: 3.733vw;
  }
  .c-menu-accordion-heading {
    font-size: 14px;
  }
}

.p-list-menu-item__bottom {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-list-menu-item__bottom {
    margin-top: 4.266vw;
    flex-flow: column;
    gap: 3.2vw;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

/* 価格 */
.l-medicine .p-menu-price {
  display: flex;
  align-items: center;
  gap: 12px;
}
.l-medicine .c-menu-contents {
  padding: 4px 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  background: #f6f6f6;
}
.l-medicine .c-menu-contents small {
  font-size: 14px;
}
.l-medicine .c-menu-price {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}
.l-medicine .c-menu-price.has-no-value p {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}
.l-medicine .c-price-yen {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  padding-left: 4px;
}
.l-medicine .c-price-consultation {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--gray-800);
}
@media (max-width: 430px) {
  .l-medicine .c-menu-price {
    font-size: clamp(38px, 10.6vw, 40px);
  }
}
/* 予約ボタン */
.p-custom-post-type .c-btn-cta {
  border-radius: 4px;
  width: 180px;
  height: 54px;
}
@media (max-width: 599px) {
  .p-custom-post-type .c-menu-reserve-btn {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .p-custom-post-type .c-menu-reserve-btn {
    height: 56px;
    border-radius: 4px;
  }
}
.p-custom-post-type .c-menu-btns-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  max-width: 368px;
}
.p-custom-post-type .c-menu-detail-btn-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 64px;
  border: 1px solid var(---orangered-100, #f6544a);
  max-width: 180px;
  margin-left: auto;
}
.p-custom-post-type .c-menu-detail-btn-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 64px;
  margin-left: auto;
}
.p-custom-post-type .c-menu-reserve-btn-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 64px;
  background-color: var(---orangered-100, #f6544a);
  border: 1px solid var(---orangered-100, #f6544a);
  margin-left: auto;
}
.p-custom-post-type .c-menu-reserve-btn-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 64px;
  margin-left: auto;
  font-weight: 700;
}
.p-custom-post-type .c-icon-btn-sp {
  width: 24px;
  height: auto;
}
.p-custom-post-type .c-menu-detail-btn__text {
  padding-left: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: var(---orangered-100, #f6544a);
}
.p-custom-post-type .c-menu-reserve-btn__text {
  padding-left: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
}
.p-back-to-menu {
  text-align: right;
}
.p-back-to-menu a {
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 24px 0 0;
  background: url(/common/images/page/medicine/icon_arrow_anchor.png) no-repeat right
    50%;
  background-size: 16px auto;
}
/* 治療の流れ */
.page-medicine .p-operation-treatment__items {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}
.page-medicine .p-operation-treatment__item img {
  width: 310px;
  height: 174px;
}
@media (max-width: 768px) {
  .p-custom-post-type .c-menu-btns-wrap {
    flex-direction: column-reverse;
    width: 100%;
  }
  .p-custom-post-type .c-btn-cta {
    width: 100%;
    max-width: 100%;
  }
  .p-custom-post-type .c-menu-detail-btn-item,
  .p-custom-post-type .c-menu-reserve-btn-item a {
    max-width: 100%;
    margin: 0;
  }
  .page-medicine .p-operation-treatment__item img {
    width: 100%;
    height: auto;
  }
}

/*-------------------------------------------------------------------------------
 点滴・注射ページ
-------------------------------------------------------------------------------*/
.p-injection-about {
  margin: 3rem auto 64px;
}
.p-injection-about__contents {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin-bottom: 0;
}
.p-injection-about__img {
  width: 100%;
  min-width: 360px;
}
.p-injection-about__items {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
}
.p-injection-about__items small {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
.l-operation__inner {
  max-width: 1050px;
  margin: 0 auto;
  margin-bottom: 7.5rem;
}
.page-injection .p-consultation-menu-list {
  gap: 16px;
}

/* 価格 */
.p-menu-price {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-menu-contents {
  padding: 4px 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  background: #f6f6f6;
}
.c-menu-price {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--gray-800);
}
.c-menu-price.has-no-value p {
  color: var(--gray-800);
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}
.c-price-yen {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
.c-price-consultation {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--gray-800);
}

.p-page-operation-wrap-text {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.p-operation-menu-injection {
  margin: 0px auto 48px;
  display: flex;
  flex-direction: column;
  max-width: 1050px;
  padding: 0 25px;
}
.p-worry-wrap {
  background: #fdf4e9;
  padding: 1rem;
  margin-bottom: 1rem;
}

.p-worry-wrap .worry-wrap-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  width: 100%;
  display: block;
  position: relative;
}
.p-worry-wrap .worry-wrap-title::before {
  content: "";
  width: calc(100% - 9.5em);
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-list-worry {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  row-gap: 0.5rem;
  flex-wrap: wrap;
}
.p-list-worry-item {
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
  text-indent: 1.5em;
}
.p-list-worry-item::before {
  content: "";
  width: 16px;
  height: 12px;
  background: url(/common/images/operation/icon_check_worries-blue.svg) no-repeat
    top/cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 768px) {
  .p-injection-about {
    margin: 40px auto 48px;
  }
  .p-injection-about__contents {
    gap: 40px;
  }
  .p-injection-about__img {
    min-width: 100%;
  }
  .page-injection .p-consultation-menu-list {
    gap: 8px;
  }
  .p-list-menu {
    padding: clamp(22px, 6.4vw, 24px);
    width: 100vw;
    margin: 0 calc(50% - 50vw) 8px;
  }
  .l-menu-wrapper:not(:nth-last-of-type(1)) {
    margin-bottom: 56px;
  }
  .p-operation-menu-injection {
    margin: 0px auto 32px;
    gap: 4rem;
  }
  .p-list-worry {
    gap: 0.75rem;
    flex-direction: column;
  }
  .c-menu-price {
    font-size: clamp(28px, 8.533vw, 32px);
  }
  .page-injection .p-consultation-menu-term {
    margin-left: 24px;
  }
  .page-injection .p-back-to-menu {
    padding-right: 24px;
    margin-top: 8px;
  }
}
/* 点滴注射 見出しアイコン */
.page-injection .p-consultation-menu-term.c-menu-hair {
  background-image: url(/common/images/page/injection/icon-hair01.png);
}
.page-injection .p-consultation-menu-term.c-menu-beauty {
  background-image: url(/common/images/page/injection/icon-beauty.png);
}
.page-injection .p-consultation-menu-term.c-menu-detox {
  background-image: url(/common/images/page/injection/icon-detox.png);
}
.page-injection .p-consultation-menu-term.c-menu-skincare {
  background-image: url(/common/images/page/injection/icon-skincare.png);
}
.page-injection .p-consultation-menu-term.c-menu-aging {
  background-image: url(/common/images/page/injection/icon-agingcare.png);
}
.page-injection .p-consultation-menu-term.c-menu-diet {
  background-image: url(/common/images/page/injection/icon-diet.png);
}
.page-injection .p-consultation-menu-term.c-menu-physical {
  background-image: url(/common/images/page/injection/icon-physical.png);
}
.page-injection .p-consultation-menu-term.c-menu-specialcare {
  background-image: url(/common/images/page/injection/icon-specialcare.png);
}

/* 治療の流れ */
.page-injection .p-operation-treatment__items {
  display: flex;
  justify-content: space-between;
}
.page-injection .p-operation-treatment__item img {
  width: 310px;
  height: 174px;
}
@media (max-width: 768px) {
  .page-injection .p-operation-treatment__item img {
    width: 100%;
    height: fit-content;
  }
}

/* インティマレーザー */
.page-id-1241 .p-operation-article__inner p strong {
  color: #4f4f4f;
}

p.p-operation-about__text-margin {
  margin-top: 12px;
}

p.p-operation-about__text-margin + p {
  margin-top: 20px;
}

/* インティマレーザー 治療の経過 */
@media (max-width: 767px) {
  .p-operation-article__inner.c-article-progress {
    background-color: #f6e9dd;
    padding: 20px;
  }
}

.p-operation-progress__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 33px;
}

@media (max-width: 767px) {
  .p-operation-progress__wrapper {
    align-items: start;
    flex-direction: column;
    gap: 23px;
  }
}

.p-operation-progress__wrapper + .p-operation-progress__wrapper {
  margin-top: 20px;
}

.p-operation-progress__person {
  max-width: 96px;
  width: 100%;
}

@media (max-width: 767px) {
  .p-operation-progress__person {
    max-width: 295px;
  }
}

.p-operation-progress__comment {
  padding: 32px;
  background-color: #f6e9dd;
  border-radius: 8px;
  position: relative;
  width: 100%;
}

.p-operation-progress__comment::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
  border-width: 10.5px 12px;
  border-style: solid;
  border-color: transparent #f6e9dd transparent transparent;
}

@media (max-width: 767px) {
  .p-operation-progress__comment {
    background-color: #fdf4e9;
    padding: 32px 24px;
  }

  .p-operation-progress__comment::before {
    top: -7px;
    left: 35px; /* 左からの位置をパーセンテージで指定 */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11.5px 15px 11.5px; /* 幅と高さを設定 */
    border-color: transparent transparent #fdf4e9 transparent;
  }
}

.p-operation-progress__heading {
  color: #f5907a;
  display: flex;
  align-items: center;
}

.p-operation-progress__heading p {
  font-size: 18px;
}

.p-operation-article__inner .p-operation-progress__heading p:not(:last-child) {
  margin-bottom: 0;
}

.p-operation-article__inner .p-operation-progress__case {
  font-family: "Caveat", cursive;
  font-size: 24px;
  margin-right: 20px;
  text-transform: uppercase;
}

.p-operation-article__inner .p-operation-progress__case + p {
  font-weight: bold;
}

.p-operation-progress__text:first-of-type {
  margin-top: 5px;
}

.p-operation-article__inner p.p-operation-progress__text:not(:last-child) {
  margin-bottom: 24px;
}

/* インティマレーザーレーザーの特徴 */

.p-operation-article__inner .p-operation-speciality p:not(:last-child) {
  margin-bottom: 30px;
}

.p-operation-article__inner .p-operation-speciality p strong {
  color: #4f4f4f;
}

.p-operation-speciality__img img {
  margin: 56px auto 40px;
  display: block;
  width: 680px;
}

.p-operation-speciality__img + .p-operation-speciality__img img {
  margin-top: 0;
  width: 432px;
}

.p-operation-speciality__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 32px; */
  padding: 32px;
  background-color: #f6e9dd;
  border-radius: 8px;
}

.p-operation-speciality__wrapper img {
  max-width: 220px;
  width: 100%;
  height: auto;
  aspect-ratio: 220/155;
  margin-right: 32px;
}

@media (max-width: 767px) {
  .p-operation-speciality__wrapper {
    flex-direction: column;
    padding: 32px 24px;
  }

  .p-operation-article__inner
    .p-operation-speciality
    .p-operation-speciality__wrapper
    p:not(:last-child) {
    margin-bottom: 0;
  }

  .p-operation-speciality__wrapper img {
    margin-right: initial;
    margin-bottom: 20px;
  }
  .p-operation-article__inner.for-other:has(.p-operation-speciality) {
    margin-top: 0;
  }
}

/* インティまレーザー 尿漏れ治療 Uタイトニング */

.p-operation-speciality__heading {
  font-size: 24px;
  color: #f5907a;
  line-height: 130%;
  margin: 0;
}
.p-operation-article__inner .p-operation-tightening__text strong {
  color: #4f4f4f;
}

.p-operation-tightening__state {
  max-width: 700px;
  background-color: #faf6f0;
  padding: 20px;
  margin: 32px auto 0;
  text-align: center;
}
.p-operation-tightening__state2 {
  max-width: 700px;
  background-color: #faf6f0;
  padding: 32px;
  margin: 32px auto 0;
  text-align: center;
}

.p-operation-tightening__state-img1 {
  max-width: 446px;
  width: 100%;
  margin: 0 auto;
}

.p-operation-tightening__state-img2 {
  max-width: 653px;
  width: 100%;
  margin: 20px auto 0;
}

.p-operation-tightening__state-img3 {
  max-width: 500px;
  width: 100%;
  margin: 32px auto 0;
  display: block;
}
.p-operation-tightening__state-img4 {
  max-width: 603px;
  width: 100%;
  margin: 32px auto 0;
  display: block;
}
.p-operation-tightening__state-img5 {
  max-width: 556px;
  width: 100%;
  margin: 20px auto 0;
  display: block;
}

/* @media (max-width: 767px) {
  .p-operation-tightening__state-img4,
  .p-operation-tightening__state-img5
   {
    max-width: 294px;
  }
  
} */

.p-operation-tightening__state-text {
  font-weight: bold;
  font-size: 18px;
  margin-top: 16px;
  line-height: 130%;
}

.p-operation-tightening__flow {
  margin-top: 56px;
  border: solid 2px #f6e9dd;
  padding: 24px;
  max-width: 840px;
  position: relative;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .p-operation-tightening__flow {
    border-radius: 8px;
    padding: 24px 0 24px 24px;
  }
}

.p-operation-tightening__flow-heading {
  border-bottom: solid 2px #f6e9dd;
  font-size: 24px;
  line-height: 130%;
  color: #f5907a;
  font-weight: bold;
  text-align: center;
  padding-bottom: 16px;
  margin: 0;
}

.p-operation-tightening__flow-heading span {
  font-size: 20px;
  font-weight: normal;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .p-operation-tightening__flow-heading {
    font-size: 20px;
    margin-right: 24px;
  }
  .p-operation-tightening__flow-30min {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 77px;
    height: auto;
    border-radius: 8px;
  }
}

.p-operation-tightening__flow-img {
  margin: 24px auto 0;
  max-width: 768px;
  width: 100%;
  display: block;
}

@media (max-width: 767px) {
  .p-operation-tightening__flow-img {
    max-width: 100%;
    overflow-y: hidden;
  }
  .p-operation-tightening__flow-img img {
    width: auto;
    height: 244px;
  }
}
@media (min-width: 768px) {
  .p-operation-tightening__flow-scroll {
    overflow: initial !important;
  }
}
@media (max-width: 767px) {
  .p-operation-tightening__flow-scroll {
    width: 100%;
    overflow-x: auto;
    position: relative;
  }
}

.p-operation-tightening__state-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 603px;
  padding: 0 133px;
  margin: auto;
}

@media (max-width: 767px) {
  .p-operation-tightening__state-wrapper {
    padding: 0 47px;
    max-width: 400px;
  }

  .p-operation-tightening__state-wrapper p {
    font-size: 14px; /* 14pxをvwに変換 */
    margin: 8px;
  }
}

.p-operation-tightening__wrapper {
  background-color: #f6e9dd;
  padding: 32px;
  border-radius: 8px;
}

.p-operation-article__inner .p-operation-tightening__heading {
  color: #f5907a;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}

.p-operation-tightening__heading + .p-operation-tightening__text {
  margin-top: 16px;
}

.p-operation-tightening__flow-heading
  .p-operation-tightening__flow-doctorHeading {
  background-color: #f5907a;
  color: white;
  font-size: 24px;
  font-weight: bold;
  padding: 0 8px;
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .p-operation-tightening__flow-heading
    .p-operation-tightening__flow-doctorHeading {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4px;
    font-size: 18px;
    padding-bottom: 1px;
  }
}

/* 膣内の変化 */
.p-operation-intravaginal__wrapper {
  display: flex;
}

@media (max-width: 767px) {
  .p-operation-intravaginal__wrapper {
    flex-direction: column;
  }
}

.p-operation-intravaginal__img {
  max-width: 234px;
  width: 100%;
  height: auto;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .p-operation-intravaginal__img {
    margin: 0 auto 24px;
  }
}

.p-operation-Vtightening__flow img {
  margin-top: 40px;
}

/* インティまレーザー 膣の引き締め治療 Vタイトニング */

.p-operation-Vwhitening__flow-box {
  border: solid 2px #f6e9dd;
  display: contents;
}

@media (min-width: 768px) {
  .p-operation-Vwhitening__flow-box {
    border: solid 2px #f6e9dd;
    margin-top: 40px;
    display: block;
    padding: 32px 24px;
    margin-bottom: 64px;
  }
}

.p-operation-tightening__flow.p-operation-Vwhitening__flow {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .p-operation-tightening__flow.p-operation-Vwhitening__flow {
    border: none;
    padding: 0;
    margin-top: 0;
  }

  .p-operation-tightening__flow.p-operation-Vwhitening__flow
    + .p-operation-Vwhitening__flow {
    border-top: solid 1px #afb2bd;
    padding-top: 64px;
    margin-top: 64px;
    border-radius: 0;
  }
}

.p-operation-Vwhitening__heading {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .p-operation-Vwhitening__heading {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.p-operation-Vwhitening__text + .p-operation-Vwhitening__text {
  margin-top: 16px;
}

.p-operation-Vwhitening__treatment {
  max-width: 500px;
  width: 100%;
  margin: 40px auto 56px;
  display: block;
}

.p-operation-Vwhitening__wrapper {
  display: flex;
}

@media (max-width: 767px) {
  .p-operation-Vwhitening__wrapper {
    flex-direction: column;
  }
}

.p-operation-Vwhitening__body {
}

.p-operation-Vwhitening__cream {
  max-width: 243px;
  width: 100%;
  height: auto;
  margin-right: 32px;
}

@media (max-width: 767px) {
  .p-operation-Vwhitening__cream {
    margin: 0 auto 32px;
  }
}

.p-operation-article__inner .p-operation-Vwhitening p:not(:last-child) {
  margin-bottom: 0;
}

.p-operation-Vwhitening + .p-operation-Vwhitening {
  margin-top: 20px;
}

.p-operation-Vwhitening__table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px auto 0; /* 中央揃え */
  border: 1px solid #4f4f4f; /* 表の枠線 */
  font-family: Arial, sans-serif;
  border-radius: 8px;
  padding: 0 20px;
}

.p-operation-Vwhitening__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  gap: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.p-operation-Vwhitening__border {
  margin: auto;
  height: 1px;
  width: 100%;
  display: block;
  background-color: #4f4f4f;
}

.p-operation-Vwhitening__item {
  flex: 1; /* 商品名部分 */
  text-align: left;
}

.p-operation-Vwhitening__price {
  flex-shrink: 0; /* 価格部分の幅を固定 */
  text-align: right;
  font-weight: bold;
}

.p-operation-Vwhitening__laser img {
  margin: 40px auto;
}

/* インティマレーザー×VIO脱毛のダブルレーザープラン */
.p-operation-wave-FAGA.intimalaser_vio_doublelaserplan {
  position: relative;
  padding: 0;
  margin-top: 158px;
  margin-bottom: 222px;
}
.p-operation-wave-FAGA.intimalaser_vio_doublelaserplan::before {
  background: url(/common/images/operation/p-operation-wave-content-top-pc.png)
    no-repeat top/cover;
  position: absolute;
  top: -102px;
  height: 102px;
}
.p-operation-wave-FAGA.intimalaser_vio_doublelaserplan::after {
  background: url(/common/images/operation/p-operation-wave-content-bottom-pc.png)
    no-repeat top/cover;
  position: absolute;
  bottom: -101px;
  height: 102px;
  transform: scale(1);
}

@media (max-width: 768px) {
  .p-operation-wave-FAGA.intimalaser_vio_doublelaserplan {
    padding: 16px 20px 32px;
    margin-top: 98px;
    margin-bottom: 130px;
  }
  .p-operation-wave-FAGA.intimalaser_vio_doublelaserplan::before {
    background: url(/common/images/operation/p-operation-wave-content-top-sp.png)
      no-repeat top/cover;
    top: -42px;
    height: 42px;
  }
  .p-operation-wave-FAGA.intimalaser_vio_doublelaserplan::after {
    background: url(/common/images/operation/p-operation-wave-content-bottom-sp.png)
      no-repeat top/cover;
    bottom: -41px;
    height: 42px;
  }
}

/* ヒアルロン酸ページ 特徴 */
.page-hyaluron p {
  line-height: 1.6;
}
.page-hyaluron p strong {
  color: #f5907a;
}
.hyaluron-01 .wrap-first img {
  width: 100%;
  max-width: 840px;
  display: block;
  margin: 0 auto;
}
.hyaluron-02 .wrap-first-picture-01 {
  margin: 24px auto 56px;
  display: block;
}

.p-operation-article__inner .hyaluron-02 p:not(:last-child) {
  margin-bottom: 0 !important;
}
.hyaluron-02 .wrap-first-picture-02 {
  max-width: 492px;
  display: block;
  margin: 0 auto;
}
.page-hyaluron .wrap-second {
  margin-top: 48px;
}
.page-hyaluron .wrap-second ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.page-hyaluron .wrap-seconnd-item {
  padding: 16px 40px 32px;
  border-radius: 12px;
  background: #f6e9dd;
  position: relative;
}
.wrap-seconnd .num {
  font-family: Caveat;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  top: -19px;
  left: 13px;
}
.page-hyaluron .wrap-seconnd-item-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 12px;
  margin-bottom: 24px;
  background-image: linear-gradient(to right, #fff 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.page-hyaluron .wrap-seconnd-item-heading span {
  display: inline-block;
  width: 100%;
}
.page-hyaluron .wrap-seconnd-item-heading em {
  padding: 0px 8px 2px 8px;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  line-height: 170%;
  background: #f5907a;
  position: initial;
  color: #fff;
}
.page-hyaluron .wrap-seconnd-item-heading img {
  width: 64px;
  height: 64px;
}
.page-hyaluron .wrap-seconnd-item-heading picture img {
  width: 100%;
  height: 29px;
}
.page-hyaluron .wrap-seconnd-item-heading picture img.h-64 {
  height: 64px;
}
.page-hyaluron .wrap-seconnd-item-03 h5 {
  font-size: 18px;
  color: #f5907a;
  font-weight: 700;
  line-height: 130%;
  position: absolute;
  top: 32px;
}
.page-hyaluron .wrap-seconnd-item-03 .l-flex {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 74px 32px 32px;
  border-radius: var(--8, 8px);
  background: var(---beige-100, #fdf4e9);
  position: relative;
  margin-top: 24px;
}
.page-hyaluron .wrap-seconnd-item-03 .l-flex img {
  width: 255px;
  max-width: initial;
}
.page-hyaluron .wrap-seconnd-item-04 {
  margin-top: 24px;
}
.page-hyaluron .wrap-seconnd-item-04 .l-flex {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  line-height: 1.6;
}
.page-hyaluron .wrap-seconnd-item-04 .l-flex img {
  max-width: 287px;
  width: 100%;
}
.page-hyaluron .wrap-third {
  margin-top: 56px;
  padding: 40px;
  border-radius: var(--8, 8px);
  border: 1px solid var(---black-100, #4f4f4f);
}
.page-hyaluron .wrap-third h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  position: relative;
  border-bottom: 1px solid var(---black-100, #4f4f4f);
  padding-bottom: 20px;
  margin-bottom: 24px;
}
.page-hyaluron .wrap-third h4 img {
  position: absolute;
  right: 56px;
  width: 112px;
  height: 111px;
  bottom: 0;
}
.page-hyaluron .scroll-image {
  margin-top: 24px;
}
.page-hyaluron .scroll-image img {
  width: 607px;
  display: block;
  margin: 0 auto;
}
.page-hyaluron .wrap-fource {
  margin-top: 56px;
}
.page-hyaluron .wrap-fource .l-flex {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.page-hyaluron .wrap-fource .l-flex p img {
  min-width: 372px;
}
.page-hyaluron .p-operation-article__inner p:not(:last-child) {
  margin-bottom: 0;
}
.page-hyaluron .wrap-fource-image {
  min-width: 396px;
}

@media (max-width: 599px) {
  .hyaluron-01 .wrap-first img {
    margin-top: 32px;
  }
  .hyaluron-02 .wrap-first-picture-01 {
    margin: 32px auto 64px;
  }
  .hyaluron-02 .wrap-first-picture-02 {
    max-width: 100%;
    display: block;
    margin: 32px auto 0;
  }
  .page-hyaluron .wrap-second {
    margin-top: 64px;
  }
  .page-hyaluron .wrap-seconnd-item {
    padding: 20px;
  }
  .page-hyaluron .wrap-seconnd-item-heading {
    flex-direction: column;
    gap: 4px;
    padding: 0;
    background-image: none;
    background-size: none;
    background-repeat: none;
    background-position: none;
    margin-bottom: 12px;
  }
  .page-hyaluron .wrap-seconnd-item-heading img {
    width: 80px;
    height: 80px;
  }
  .page-hyaluron .wrap-seconnd-item-03 .l-flex {
    flex-direction: column;
    padding: 32px 20px;
    gap: 12px;
  }
  .page-hyaluron .wrap-seconnd-item-03 h5 {
    text-align: center;
    display: block;
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 20px;
    position: relative;
    top: 0;
  }
  .page-hyaluron .wrap-seconnd-item-03 h5::before {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 36px;
    height: 4px;
    background: url(/common/images/operation/wrap-seconnd-item03-dottd.png) no-repeat
      top/cover;
  }
  .page-hyaluron .wrap-seconnd-item-03 .l-flex img {
    width: 100%;
    max-width: 100%;
  }
  .page-hyaluron .wrap-seconnd-item-04 .l-flex {
    flex-direction: column-reverse;
  }
  .page-hyaluron .wrap-seconnd-item-04 .l-flex img {
    width: 100%;
    max-width: 100%;
  }
  .page-hyaluron .wrap-seconnd-item-heading span {
    text-align: center;
  }
  .page-hyaluron .wrap-seconnd-item-heading em {
    font-size: 20px;
    padding: 0 2px;
  }
  .page-hyaluron .wrap-fource .l-flex {
    flex-direction: column-reverse;
    margin-top: 32px;
    gap: 0;
  }
  .page-hyaluron .wrap-third {
    margin-top: 56px;
    padding: 28px 24px 32px;
  }
  .page-hyaluron .wrap-third h4 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 16px;
  }
  .page-hyaluron .wrap-third h4 img {
    right: 0;
  }
  .page-hyaluron .wrap-third p {
    margin-bottom: 24px;
  }
  .page-hyaluron .scroll-image {
    overflow: scroll;
  }
  .page-hyaluron .scroll-image img {
    max-width: none;
  }
  .wrap-seconnd-item .num {
    top: 0px !important;
    left: 0px !important;
    position: relative;
    z-index: 1;
  }
  .wrap-seconnd-item .num::before {
    content: "";
    position: absolute;
    width: 23vw;
    height: 21vw;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(/common/images/operation/wrap-seconnd-num-bg.png) no-repeat
      top/cover;
  }
  .page-hyaluron .wrap-seconnd-item-heading picture img {
    height: auto;
  }
  .page-hyaluron .wrap-seconnd-item-heading picture img.h-64 {
    height: auto;
  }
  .page-hyaluron .wrap-fource {
    margin-top: 64px;
  }
  .page-hyaluron .wrap-fource-image {
    min-width: 100%;
  }
  .wrap-second p:not(:last-child) {
    margin-bottom: 0 !important;
  }
}

/* 女性器形成ページ 特徴 */

.page-famecare p {
  line-height: 1.6;
}
.page-famecare p strong {
  color: #f5907a;
}
.page-famecare .wrap-first img {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: 0 auto;
}
.page-famecare .wrap-first-picture-01 {
  margin: 32px auto 56px;
  display: block;
}
.page-famecare .wrap-first ul {
  display: flex;
  gap: 20px;
  /* 大陰唇追加 */
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 320px));
  justify-content: center;
  padding: 0;
}
.page-famecare .wrap-fource-image00 img {
  display: block;
  margin: 0 auto;
  max-width: 450px;
}
.page-famecare .wrap-seconnd-list-item {
  width: 320px;
  display: flex;
  padding: 28px 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.page-famecare .wrap-seconnd-list-item::before {
  content: "";
  background-color: #f5907a;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  position: absolute;
  top: -64px;
  left: -64px;
}
.page-famecare .wrap-seconnd-list-item br {
  display: none;
}
.page-famecare .wrap-seconnd-list-item .num {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: "League Spartan";
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  color: #fff;
}
.page-famecare .wrap-seconnd-list-item h5 {
  color: #f5907a;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  padding-bottom: 12px;
  position: relative;
}
.page-famecare .wrap-seconnd-list-item h5::before {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 36px;
  height: 4px;
  background: url(/common/images/operation/wrap-seconnd-item03-dottd.png) no-repeat
    top/cover;
}
.page-famecare .wrap-seconnd-list-item h5 br {
  display: block;
}
.page-famecare .wrap-second {
  margin-top: 48px;
}
.wrap-second p:not(:last-child) {
  margin-bottom: 1rem;
}

.page-famecare .wrap-second ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.page-famecare .wrap-seconnd-item {
  padding: 32px 40px;
  border-radius: 12px;
  background: #f6e9dd;
  position: relative;
}
.wrap-seconnd .num {
  font-family: Caveat;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  top: -19px;
  left: 13px;
}
.page-famecare .wrap-seconnd-item-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 2px dashed #fff;
}
.page-famecare .wrap-seconnd-item-heading span {
  display: inline-block;
}
.page-famecare .wrap-seconnd-item-heading em {
  padding: 0px 8px 2px 8px;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  line-height: 170%;
  background: #f5907a;
  position: initial;
  color: #fff;
}
.page-famecare .wrap-seconnd-item-heading img {
  width: 64px;
  height: 64px;
}
.page-famecare .wrap-seconnd-item-heading picture img {
  width: 100%;
  height: 29px;
}
.page-famecare .wrap-seconnd-item-heading picture img.h-64 {
  height: 64px;
}
.page-famecare .wrap-seconnd-item-03 h5 {
  font-size: 18px;
  color: #f5907a;
  font-weight: 700;
  line-height: 130%;
  position: absolute;
  top: 32px;
}
.page-famecare .wrap-seconnd-item-03 .l-flex {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 74px 32px 32px;
  border-radius: var(--8, 8px);
  background: var(---beige-100, #fdf4e9);
  position: relative;
  margin-top: 24px;
}
.page-famecare .wrap-seconnd-item-03 .l-flex img {
  width: 255px;
  max-width: initial;
}
.page-famecare .wrap-seconnd-item-04 {
  margin-top: 24px;
}
.page-famecare .wrap-seconnd-item-04 .l-flex {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  line-height: 1.6;
}
.page-famecare .wrap-seconnd-item-04 .l-flex img {
  max-width: 287px;
  width: 100%;
}
.page-famecare .wrap-third {
  margin-top: 56px;
  padding: 32px 24px;
  border-radius: 12px;
  background: #f6e9dd;
}
.page-famecare .wrap-third h4 {
  position: relative;
  border-bottom: 1px solid #f5907a;
  padding-bottom: 16px;
  margin-bottom: 28px;
  color: #f5907a;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}
.page-famecare .wrap-third h4 em {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  width: 42px;
  height: 42px;
  display: inline-block;
  background: #f5907a;
  border-radius: 50%;
  padding: 2px 5px 8px;
  margin: 0 2px 0 5px;
}
.page-famecare .wrap-third h4 img {
  position: absolute;
  right: 102px;
  bottom: 0;
  width: 91px;
  /* height: 118.388px; */
  height: auto;
}
.page-famecare .wrap-third-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-famecare .wrap-third-list-item {
  border-radius: var(--8, 8px);
  background: var(---beige-100, #fdf4e9);
  align-items: center;
  display: flex;
  padding: 16px 20px;
  align-items: center;
  min-height: 98px;
}
.page-famecare .wrap-third-list-item img {
  width: 48px;
  height: 48px;
}
.page-famecare .wrap-third-list-item h5 {
  padding: 0px 4px 2px 4px;
  gap: 8px;
  background: #f5907a;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  margin-right: 28px;
  margin-left: 8px;
  min-width: 152px;
  text-align: center;
}
.page-famecare .wrap-third-list-item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.page-famecare .wrap-fource {
  margin-top: 32px;
  margin-bottom: 88px;
}
.page-famecare .wrap-fifth {
  margin-top: 32px;
  margin-bottom: 88px;
}
.page-famecare .wrap-fifth .l-flex {
  display: flex;
  gap: 40px;
}
.page-famecare .wrap-fifth .l-flex p {
  max-width: 465px;
  margin: 0;
}
.page-famecare .wrap-fifth-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
}
.page-famecare .wrap-fifth-item-inner-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;
}
.page-famecare .wrap-fifth-item-inner-items li {
  display: inline-flex;
  width: calc(50% - 3px);
}
.page-famecare .wrap-fifth-item-inner p {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  margin-top: 10px;
  display: block;
  white-space: nowrap;
}
.page-famecare .famecare-menu-text {
  border-radius: 8px;
  border: 2px solid #f5907a;
  background: #fff;
  display: flex;
  padding: 16px 12px;
  justify-content: center;
  color: #f5907a;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  display: grid !important;
  place-items: center;
  height: 100%;
  width: 100%;
}

.page-famecare .wrap-fifth-item-inner {
  border-radius: 8px;
  background: #f6e9dd;
  padding: 16px 12px;
  position: relative;
  margin-top: 24px;
}
.page-famecare .wrap-fifth-item-inner::before {
  position: absolute;
  content: "";
  background: url(/common/images/operation/image_icon_operation_plus.svg) no-repeat
    top/cover;
  width: 20px;
  height: 20px;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.page-famecare .wrap-fifth-item-inner p small {
  display: block;
  font-size: 12px;
}
.page-famecare .wrap-sixth {
  margin-top: 72px;
}
.page-famecare .wrap-sixth .l-flex {
  display: flex;
  gap: 40px;
}
.page-famecare .wrap-sixth .l-flex p {
  padding-top: 40px;
}
.page-famecare .wrap-sixth-image img {
  width: 335px;
  height: auto;
  max-width: initial;
}

.p-operation-article__inner .page-famecare p:not(:nth-last-of-type(1)) {
  margin-bottom: 0;
}
@media (min-width: 599px) {
  .page-famecare .wrap-first {
    width: 1000px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 80px;
  }
}
@media (max-width: 599px) {
  .page-famecare .wrap-first-picture-01 {
    margin: 32px auto 24px;
  }
  .page-famecare .wrap-first ul {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .page-famecare .wrap-second {
    margin-top: 64px;
  }
  .page-famecare .wrap-seconnd-list-item {
    width: 100%;
  }
  .page-famecare .wrap-third h4 {
    text-align: left;
  }
  .page-famecare .wrap-third h4 em {
    margin: 4px 2px 0 0;
  }
  .page-famecare .wrap-third h4 img {
    right: 0;
    width: 104px;
    height: auto;
  }
  .page-famecare .wrap-third-list {
    gap: 16px;
  }
  .page-famecare .wrap-third-list-item {
    flex-wrap: wrap;
  }
  .page-famecare .wrap-third-list-item p {
    width: 100%;
    padding-top: 8px;
  }
  .page-famecare .wrap-third-list-item h5 {
    min-width: 168px;
    margin-right: initial;
    font-size: 20px;
  }
  .page-famecare .wrap-fource {
    margin-bottom: 64px;
  }
  .page-famecare .wrap-fifth-item-inner p {
    font-size: clamp(14px, 4vw, 16px);
  }
  .page-famecare .wrap-sixth {
    padding-bottom: 34px;
  }
  .page-famecare .wrap-sixth .l-flex {
    flex-direction: column-reverse;
    gap: 0;
  }
  .page-famecare .wrap-sixth .l-flex p {
    padding: 0;
  }
  .page-famecare .wrap-sixth h4 {
    position: relative;
  }
  .page-famecare .wrap-sixth h4::before {
    position: absolute;
    content: "";
    background: #f6e9dd;
    width: 100vw;
    height: 64vw;
    left: -20px;
    bottom: -34px;
    z-index: -1;
  }
  .page-famecare .wrap-fifth .l-flex {
    flex-direction: column;
    gap: 24px;
  }
  .page-famecare .wrap-sixth-image img {
    width: 100%;
  }

  .page-famecare .wrap-seconnd-list-item br.u-hidden-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.p-operation-speciality__box {
  padding: 32px;
  background-color: #f6e9dd;
  margin-top: 24px;
  border-radius: 8px;
}

.p-operation-speciality__flex {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
}

.p-operation-speciality__text {
  margin-top: 16px;
  line-height: 160%;
}

.p-operation-speciality__robotImg {
  /* height: 204px; */
  object-fit: cover;
  aspect-ratio: 291/204;
  max-width: 100%;
}

.p-operation-speciality__robotText {
  margin-top: 16px;
  line-height: 160%;
}

@media (max-width: 768px) {
  .p-operation-speciality__flex {
    flex-direction: column;
  }

  h5.p-operation-speciality__heading {
    font-size: 18px;
    color: #f5907a;
    line-height: 130%;
  }

  .p-operation-speciality__text {
    margin-top: 16px;
    line-height: 160%;
  }

  .p-operation-speciality__body {
    order: 2;
  }

  .p-operation-speciality__robotImg {
    width: 100%;
    height: auto;
    order: 1;
  }

  .p-operation-speciality__robotText {
    margin-top: 16px;
  }

  .c-sp-scroll {
    width: max-content;
    white-space: nowrap;
  }

  .scroll-hint.is-right-scrollable.is-left-scrollable,
  .scroll-hint.is-right-scrollable,
  .scroll-hint.is-left-scrollable {
    background: transparent;
  }
}

/* 加齢による膣内の変化 */

.p-operation-intravaginal__wrapper {
  display: flex;
}

@media (max-width: 767px) {
  .p-operation-intravaginal__wrapper {
    flex-direction: column;
  }
}

.p-operation-intravaginal__img {
  max-width: 234px;
  width: 100%;
  height: auto;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .p-operation-intravaginal__img {
    margin: 0 auto 24px;
  }
}

.p-operation-intravaginal__vagina-img {
  max-width: 700px;
  margin: 40px auto 0;
  display: block;
}

.p-operation-intravaginal__box {
  padding: 32px;
  background-color: #f6e9dd;
  margin-top: 24px;
  border-radius: 8px;
}

.p-operation-intravaginal__flex {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: start;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .p-operation-intravaginal__flex {
    flex-direction: column;
    gap: 12px;
  }
}

.p-operation-intravaginal__heading {
  font-size: 24px;
  color: #f5907a;
  line-height: 130%;
}

.p-operation-intravaginal__text {
  line-height: 160%;
  margin-bottom: 0;
}
.p-operation-intravaginal__text + .p-operation-intravaginal__text {
  margin-top: 16px;
}

.p-operation-intravaginal__flex-vaginaImg {
  /* height: 204px; */
  object-fit: cover;
  aspect-ratio: 291/191;
  max-width: 291px;
}

.p-operation-article__inner .p-operation-speciality__box p:not(:last-child),
.p-operation-article__inner .p-operation-tightening__flow p:not(:last-child),
.p-operation-article__inner .p-operation-tightening__state p:not(:last-child),
.p-operation-article__inner .p-operation-tightening__state2 p:not(:last-child),
.p-operation-article__inner .p-operation-intravaginal__flex p:not(:last-child) {
  margin-bottom: 0;
}

/* ===============================================
        # FAGAメソセラピー（ミノキシジル：Hair System）
=============================================== */
/* ミノキシジルとは？ */
.page-mesotherapy-ingredients {
  display: flex;
  gap: 40px;
  margin-top: 64px;
}

@media (max-width: 767px) {
  .page-mesotherapy-ingredients {
    flex-direction: column-reverse;
    gap: 32px;
    margin-top: 0;
  }
}

.page-mesotherapy-ingredients__body {
  max-width: 316px;
  width: 100%;
}

@media (max-width: 767px) {
  .page-mesotherapy-ingredients__body {
    max-width: 100%;
  }
}

.p-operation-article__inner
  p:not(:last-child).page-mesotherapy-ingredients__heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

.page-mesotherapy-ingredients__text {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .p-operation-merit__article-item .page-mesotherapy-ingredients {
    margin-bottom: 64px;
  }
}

.page-mesotherapy-ingredients__img {
  max-width: 484px;
  width: 100%;
}

@media (min-width: 768px) {
  .c-heading-article
    + .p-operation-article__inner:has(.p-operation-system__content-minoxidil) {
    margin-top: 64px;
  }
}

@media (max-width: 767px) {
  .page-mesotherapy-ingredients__img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-operation-system__content-minoxidil {
    background-color: transparent;
    max-width: 379px;
    width: 100%;
    padding: 0 40px;
    border-color: #afb2bd;
  }
}
@media (max-width: 768px) {
  .p-operation-system__content-minoxidil {
    background-color: transparent;
    border: none;
  }
}

.p-operation-system__content-minoxidil span {
  color: #f5907a;
  font-weight: bold;
}

.p-operation-system__minoxidil-img {
  max-width: 421px;
}
.p-operation-system__minoxidil-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-operation-system__minoxidil-img {
    max-width: 100%;
  }
}

/* ミノキシジルの内服薬と注入治療の違い */
.p-mesotherapy-different {
  background-color: #f6e9dd;
  border-radius: 12px;
  padding: 34px 40px 42px 40px;
}

@media (max-width: 767px) {
  .p-mesotherapy-different {
    padding: 16px 16px 24px 16px;
  }
}

.p-mesotherapy-different__heading {
  border: 1px solid #4f4f4f;
  border-radius: 8px;
  padding: 20px 136px 20px 26px;
  position: relative;
  width: fit-content;
  background: #fdf4e9;
  margin: 0 auto 27px;
}

@media (max-width: 767px) {
  .p-mesotherapy-different__heading {
    padding: 12px 100px 12px 14px;
    font-size: 20px;
    line-height: 1.2;
  }
}

.p-mesotherapy-different__heading::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 0 12px;
  border-color: #4f4f4f transparent transparent transparent;
}

.p-mesotherapy-different__heading::after {
  content: "";
  position: absolute;
  bottom: -13px; /* beforeより1px上に配置 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 11px 0 11px; /* beforeより1px小さく */
  border-color: #fdf4e9 transparent transparent transparent;
}

.p-mesotherapy-different__heading .heading-orange {
  color: #f5907a;
}
.p-mesotherapy-different__heading .heading-small {
  font-size: 24px;
}
@media (max-width: 767px) {
  .p-mesotherapy-different__heading .heading-orange {
    color: #f5907a;
    letter-spacing: 0;
  }
  .p-mesotherapy-different__heading .heading-small {
    font-size: 16px;
  }
  .p-mesotherapy-different__heading .heading-border {
    max-width: 122px;
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #4f4f4f;
    vertical-align: middle;
    margin-left: 10px;
  }
}

@media (max-width: 360px) {
  .p-mesotherapy-different__heading .heading-border {
    max-width: 100px;
  }

  .p-mesotherapy-different__heading .heading-small br.sp {
    display: none;
  }
}

p.p-mesotherapy-different__heading-text {
  letter-spacing: 0.1rem;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  p.p-mesotherapy-different__heading-text {
    font-size: 20px;
    line-height: 1.2;
  }
}

.p-mesotherapy-different__heading-img {
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 159px;
}
@media (max-width: 767px) {
  .p-mesotherapy-different__heading-img {
    right: 0;
    width: 109px;
    bottom: -4px;
  }
}

.p-comparison-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
}

.p-comparison-table__row {
  display: flex;
  height: 130px;
  border-bottom: 1px solid #eeeeee; /* 横線の色を変更 */
}

.p-comparison-table__header {
  color: #fff;
  height: 34px;
}

.p-comparison-table__cell {
  flex: 1;
  padding: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-right: 1px solid #eeeeee; /* 縦線の追加 */
}

/* 最後のセルは右ボーダー不要 */
.p-comparison-table__cell:last-child {
  border-right: none;
}

.p-comparison-table__header .p-comparison-table__cell {
  padding: 6.5px;
  background-color: #b9b9b9;
  text-align: center;
  line-height: 1.2;
}

/* 下二つの行の右側セルのみ左揃えにし、パディングを調整 */
.p-comparison-table__row:not(.p-comparison-table__header)
  .p-comparison-table__cell:last-child {
  justify-content: flex-start;
  padding: 12px 18px;
}

.p-comparison-table__cell:first-child {
  background-color: #fff5f5;
  padding: 0;
  flex: 0 0 185px; /* flexを0 0 固定幅に変更 */
}

.p-comparison-table__header .p-comparison-table__cell:nth-child(2) {
  border-radius: 8px 0 0 0;
}
.p-comparison-table__header .p-comparison-table__cell:nth-child(3) {
  border-radius: 0 8px 0 0;
  flex: 0 0 295px; /* flexを0 0 固定幅に変更 */
}

.p-comparison-table__row:not(.p-comparison-table__header)
  .p-comparison-table__cell:nth-child(2),
.p-comparison-table__row:not(.p-comparison-table__header)
  .p-comparison-table__cell:last-child {
  background-color: #fff;
}

.p-comparison-table__treatment {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.p-comparison-table__icon {
  width: fit-content;
}

.p-comparison-table__title {
  color: #f5907a;
  font-size: 21.2px;
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  max-width: 155px;
  margin: auto;
  gap: 8px;
}

.p-comparison-table__subtitle {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
}

.p-comparison-table__effect {
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  font-size: 21px;
}

.p-comparison-table__highlight {
  font-weight: bold;
  color: #f5907a;
  font-size: 21px;
}

.p-comparison-table__notes {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
}

.p-comparison-table__notes li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
  line-height: 1.4;
}

.p-comparison-table__notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: black;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.p-comparison-table__warning {
  color: #f5907a;
  font-weight: bold;
}

/* SP用のスタイル */
.p-comparison-table-sp {
  display: none;
}

@media (max-width: 767px) {
  .p-comparison-table-sp {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
  }

  /* 左側のセル */
  .p-comparison-table-sp__cell:first-child {
    width: 22px;
    background-color: #b9b9b9;
    text-align: center;
    padding: 4px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
  }

  /* ヘッダー行のスタイル */
  .p-comparison-table-sp__header {
    background-color: #fff5f5;
  }

  .p-comparison-table-sp__header .p-comparison-table-sp__cell:first-child {
    background-color: transparent;
  }

  .p-comparison-table-sp__header .p-comparison-table-sp__cell {
    padding: 9px;
    text-align: center;
    border: none;
    height: 97px;
    background-color: #fff5f5;
  }
  .p-comparison-table-sp__header .p-comparison-table-sp__cell:last-child {
    border-left: 1px solid #eee; /* 内部ボーダーを追加 */
    padding-top: 0;
    padding-bottom: 0;
  }

  /* タイトルとアイコン */
  .p-comparison-table-sp__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #f5907a;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    height: 38px;
  }

  .p-comparison-table-sp__icon {
    width: 44px;
    height: auto;
  }

  .p-comparison-table-sp__subtitle {
    font-size: 11px;
    line-height: 1.3;
    font-weight: normal;
    letter-spacing: -0.02rem;
  }

  /* ヘッダー行の最初のセルは背景色を元に戻す */
  .p-comparison-table-sp__header .p-comparison-table-sp__cell:first-child {
    background-color: transparent;
  }

  .p-comparison-table-sp__cell {
    padding: 9px;
    vertical-align: middle;
    border: 1px solid #eee; /* 内部ボーダーを追加 */
    background-color: #fff;
    min-height: 75px;
    max-width: 140px;
  }

  /* 効果テキスト */
  .p-comparison-table-sp__effect {
    font-size: 13px;
    line-height: 1.4;
    width: fit-content;
    margin: auto;
  }

  /* 強調テキスト */
  .p-comparison-table-sp__highlight,
  .p-comparison-table-sp__warning {
    color: #f5907a;
    font-weight: bold;
  }

  /* リスト */
  .p-comparison-table-sp__notes {
    list-style: none;
    padding: 0;
    width: fit-content;
    margin: 0 8px;
  }

  .p-comparison-table-sp__notes li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.3;
  }

  .p-comparison-table-sp__notes li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background-color: black;
    width: 3px;
    height: 3px;
    border-radius: 50%;
  }
}

@media (max-width: 360px) {
  .p-comparison-table-sp__title {
    font-size: 15px;
  }
  .p-comparison-table-sp__subtitle {
    font-size: 10px;
  }
}

.p-operation-article__inner p.p-mesotherapy-different__note {
  display: flex;
  font-size: 14px;
  margin-top: 20px;
}

.p-mesotherapy-different__note span {
  white-space: nowrap;
}

.p-mesotherapy-ingredients {
}

.p-mesotherapy-ingredients__text {
  line-height: 1.8;
}

.p-mesotherapy-ingredients__text span {
  color: #f5907a;
  font-weight: bold;
}

.p-mesotherapy-ingredients__box {
  background-color: #f6e9dd;
  border-radius: 12px;
  padding: 34px 40px 42px 40px;
  margin-top: 24px;
}

.p-mesotherapy-ingredients__box-minoxidil {
  background-color: #f6e9dd;
  border-radius: 12px;
  padding: 33px 24px 24px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .p-mesotherapy-ingredients__box,
  .p-mesotherapy-ingredients__box-minoxidil {
    padding: 36px 16px 24px 16px;
  }
}

.p-operation-article__inner
  .p-mesotherapy-ingredients__box-minoxidil
  p:not(:last-child) {
  margin-bottom: 0;
}

.p-operation-article__inner p.p-mesotherapy-ingredients__name {
  line-height: 1.3;
  padding-bottom: 4px;
}

.p-mesotherapy-ingredients__box p {
  margin-bottom: 0 !important;
}

.p-mesotherapy-ingredients__main {
  max-width: 468px;
  width: 100%;
  margin: auto;
}

.p-mesotherapy-ingredients__card {
  background: #fdf4e9;
  border-radius: 8px;
  padding: 18px 31px 18px 172px;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #4f4f4f;
  position: relative;
}

@media (max-width: 767px) {
  .p-mesotherapy-ingredients__card {
    padding: 13px 15px 16px 112px;
  }
}

.p-mesotherapy-ingredients__staff {
  width: 154px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 7px;
}

@media (max-width: 767px) {
  .p-mesotherapy-ingredients__staff {
    width: 100px;
    left: 5px;
  }
}

.p-operation-article__inner p.p-mesotherapy-ingredients__label {
  font-size: 20px;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .p-operation-article__inner p.p-mesotherapy-ingredients__label {
    font-size: 14px;
  }
}

.p-operation-article__inner p.p-mesotherapy-ingredients__heading {
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .p-operation-article__inner p.p-mesotherapy-ingredients__heading {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .p-operation-article__inner p.p-mesotherapy-ingredients__heading {
    font-size: 15px;
  }
}

.p-mesotherapy-ingredients__heading span {
  color: #f5907a;
}

.p-mesotherapy-ingredients__decoration {
  position: absolute;
  right: 15px;
  top: -24px;
}

@media (max-width: 767px) {
  .p-mesotherapy-ingredients__decoration {
    right: 10px;
    top: -12px;
    width: 52px;
  }
}

.p-mesotherapy-ingredients__sub-text {
  text-align: center;
  display: flex;
  margin-top: 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.p-operation-article__inner
  .p-mesotherapy-ingredients__sub-text
  p:not(:last-child) {
  font-size: 20px;
}

@media (max-width: 767px) {
  .p-operation-article__inner
    .p-mesotherapy-ingredients__sub-text
    p:not(:last-child) {
    font-size: 16px;
  }
}

.p-mesotherapy-ingredients__sub-img {
  width: fit-content;
}

.p-mesotherapy-ingredients__sub-text span {
  color: #f5907a;
  font-weight: bold;
}

@media (max-width: 767px) {
  .p-mesotherapy-ingredients__sub-text {
    font-size: 16px;
  }
}

.p-mesotherapy-ingredients__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 12px auto 0;
}

.p-mesotherapy-ingredients__item {
  background: #fff;
  border: 1px solid #4f4f4f;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  min-height: 96px;
  gap: 6px;
}

@media (max-width: 767px) {
  .p-mesotherapy-ingredients__item {
    flex-direction: column;
    text-align: center;
    min-height: 153px;
    gap: 4px;
  }
}

.p-mesotherapy-ingredients__icon {
  width: 48px;
  height: 48px;
}

.p-mesotherapy-ingredients__name {
  color: #f5907a;
  font-weight: bold;
}

.p-operation-article__inner p.p-mesotherapy-ingredients__desc {
  font-size: 14px;
  color: #666;
}

@media (max-width: 767px) {
  .p-operation-article__inner p.p-mesotherapy-ingredients__desc {
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .p-mesotherapy-ingredients__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .l-common-margin:has(.p-operation-speciality) {
    margin-bottom: 88px;
  }
}

/* ===============================================
# 治療プラン
=============================================== */
.p-operation-item__head-wrap.wrap-option {
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 768px) {
  .wrap-option.p-operation-item__breakdown {
    border-radius: 0 0 8px 8px;
  }
  .p-operation__item:has(.p-operation-item__breakdown) {
    padding: 24px 0;
  }
}

/* ===============================================
       ミラーピールページ コーディング  
=============================================== */

.page-id-2356 .l-common-margin.p-operation-case {
  margin-bottom: 120px;
}
.page-mirrorpeel .wrap-first {
  margin-bottom: 64px;
  padding-top: 32px;
  font-size: 20px;
}
.mirrorpeel-feature-point {
  color: #f5907a;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  padding-bottom: 12px;
  margin-bottom: 32px;
  border-bottom: 2px solid #f5907a;
  position: relative;
}
.mirrorpeel-feature-point::before {
  content: "";
  width: 67px;
  height: 57px;
  background: url(/wp/wp-content/uploads/2024/12/operation-fearure-title-num.png)
    no-repeat top/contain;
  position: absolute;
  top: -6px;
  left: -75px;
}
.mirrorpeel-feature-point::after {
  content: attr(data-num);
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-35%);
  left: -54px;
  font-family: "League Spartan", serif;
}
.page-mirrorpeel .wrap-first-text {
  margin-bottom: 32px !important;
}
.page-mirrorpeel .wrap-first-text strong {
  color: #f5907a;
}
.wrap-second .wrap-second-picture-01 img {
  width: 448px;
  height: auto;
  margin: 0 auto 40px;
  display: block;
}
.page-mirrorpeel .page-mirrorpeel-list {
  display: flex;
  gap: 16px;
}

.page-mirrorpeel-wrapper {
  border-radius: 12px;
  padding: 40px 20px;
  background-color: #f6e9dd;
}

.page-mirrorpeel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 16px;
  place-content: center;
  max-width: 688px;
  width: 100%;
  margin: 0 auto;
}

.mirrorpeel-grid-item {
  background-color: #fdf4e9;
  padding: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 328px;
  width: 100%;
  padding: 16px;
  padding-top: 20px;
  padding-left: 32px;
  border-radius: 8px;
}

.mirrorpeel-grid-item::before {
  content: "";
  width: 48px;
  height: 41px;
  background: url("/wp/wp-content/uploads/2024/12/operation-fearure-title-num.png")
    no-repeat top/contain;
  position: absolute;

  top: -6px;
  left: -12px;
}
.mirrorpeel-grid-item::after {
  content: attr(data-num);
  color: #fff;
  font-family: "League Spartan", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  /* top: 50%;
        transform: translateY(-50%); */
  top: 4px;
  left: 2px;
}

.p-operation-article__inner p.mirrorpeel-grid-item-heading {
  color: #f5907a;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0;
  font-family: "League Spartan", serif;
}

.p-operation-article__inner p.mirrorpeel-grid-item-text {
  font-size: 16px;
  line-height: 130%;
  margin-top: 4px;
}

.mirrorpeel-grid-item-image {
  max-width: 65px;
  width: 100%;
  height: auto;
}

.mirrorpeel-grid-special {
  background-color: white;
  border: 2px solid #f5907a;
  font-weight: bold;
}

.page-mirrorpeel-description {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.p-operation-article__inner p.page-mirrorpeel-description-text {
  color: #f5907a;
  font-weight: bold;
  font-size: 22px;
  line-height: 130%;
  width: fit-content;
  border: 2px solid #f5907a;
  background-color: #fff;
  border-radius: 8px;
  padding: 14px 49px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New";
}

.page-mirrorpeel-description-image1 {
  max-width: 349px;
  height: auto;
}

.page-mirrorpeel-description-image2 {
  max-width: 304px;
  position: relative;
  box-shadow: 0px 8px 22.89px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.p-operation-article__inner .page-mirrorpeel-description-image2 p {
  line-height: 1;
}


/* 202506 ミラーピールの動画 */
.page-mirrorpeel-wrapper-movie {
  width: 100%;
  background-color: #F6E9DD;
  position: relative;
  margin-top: -11px;
  padding-bottom: 40px;
  margin-bottom: 64px;
  border-radius: 12px;
}
.page-mirrorpeel-wrapper-movie .wrap-heading {
  background-color: #F5907A;
  position: relative;
  z-index: 1;
  margin-top: -15px;
  padding-top: 23px;
  margin-bottom: 40px;
  border-radius: 12px 12px 0px 0px;
}
.page-mirrorpeel-wrapper-movie .wrap-heading::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-right: 26px solid transparent;
  border-left: 26px solid transparent;
  border-top: 20px solid #F5907A;
  translate: -50%;
  top: 100%;
  left: 50%;
  z-index: -1;
}
.page-mirrorpeel-wrapper-movie .wrap-heading img {
  width: 143px;
  height: 113px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.page-mirrorpeel-wrapper-movie .heading5 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  margin-left: -5px;
}
.page-mirrorpeel-wrapper-movie .heading5 span {
  position: relative;
}
.page-mirrorpeel-wrapper-movie .heading5 span::before {
  content: "・・・・・";
  color: #fff;
  font-size: 1em;
  position: absolute;
  left: 0;
  top: -1em;
}
.page-mirrorpeel-wrapper-movie .block-movie {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-mirrorpeel-wrapper-movie .block-movie video {
  width: 580px;
  height: 313px;
}
.page-mirrorpeel-wrapper-movie .block-movie-title {
  margin-bottom: 12px !important;
  color: #4f4f4f;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  position: relative;
}
.page-mirrorpeel-wrapper-movie .block-movie-title::before {
  content: "";
  width: 24px;
  height: 36.8px;
  background: url(/common/images/operation/ingredients-sub-right.svg)
    no-repeat top/contain;
  position: absolute;
  bottom: 0;
  right: -32px;
}
.page-mirrorpeel-wrapper-movie .block-movie-title::after {
  content: "";
  width: 24px;
  height: 36.8px;
  background: url(/common/images/operation/ingredients-sub-left.svg)
    no-repeat top/contain;
  position: absolute;
  bottom: 0;
  left: -32px;
}
@media (max-width: 767px) {
  .page-mirrorpeel-wrapper-movie {
    padding-bottom: 20px;
  }
  .page-mirrorpeel-wrapper-movie .wrap-heading {
    padding: 16px 0 4px 31px;
    margin-bottom: 32px;
    margin-top: -15px;
  }
  .page-mirrorpeel-wrapper-movie .heading5 {
    text-align: left;
    font-size: 20px;
    line-height: 1.6;
  }
  .page-mirrorpeel-wrapper-movie .wrap-heading p {
    font-size: inherit;
    line-height: 1;
  }
  .page-mirrorpeel-wrapper-movie .wrap-heading img {
    width: 40.5%;
    height: auto;
    aspect-ratio: 135/141;
  }
  .page-mirrorpeel-wrapper-movie .wrap-heading::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-right: 21px solid transparent;
    border-left: 21px solid transparent;
    border-top: 16px solid #F5907A;
    translate: -50%;
    top: 100%;
    left: 50%;
    z-index: -1;
  }
  .page-mirrorpeel-wrapper-movie .block-movie-title {
    font-size: 20px;
    line-height: 1.3;
  }
  .page-mirrorpeel-wrapper-movie .block-movie video {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: block;
    aspect-ratio: 303/163;
  }
}
/* 202506 動画 */

.page-mirrorpeel-list {
  display: flex;
  gap: 16px;
}

.page-mirrorpeel-list-item {
  border-radius: 12px;
  background-color: #f6e9dd;
  max-width: 412px;
  padding: 24px;
}

.page-mirrorpeel-list-img {
  aspect-ratio: 1/1;
  height: 110px;
  width: auto;
  margin: auto;
  display: block;
}

.p-operation-article__inner p.page-mirrorpeel-list-heading {
  font-size: 20px;
  font-weight: bold;
  color: #f5907a;
  line-height: 130%;
  margin-top: 16px;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
}

.page-mirrorpeel-list-text {
  font-size: 16px;
  line-height: 160%;
  margin-top: 16px;
  font-family: "Zen Kaku Gothic New";
}

.p-operation-article__inner p.page-mirrorpeel-list-text strong {
  color: #f5907a;
}

.page-mirrorpeel .mirrorpeel-flow {
  margin-top: 64px;
  padding: 24px 24px 32px;
  border: 2px solid #f6e9dd;
}
.page-mirrorpeel .mirrorpeel-flow__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  color: #f5907a;
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 2px solid #f6e9dd;
}
.page-mirrorpeel .mirrorpeel-flow__title small {
  font-size: 20px;
  font-weight: 500;
  margin-left: 8px;
}
.page-mirrorpeel .mirrorpeel-flow__list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 8px;
  width: 765px;
}
.page-mirrorpeel .mirrorpeel-flow__list-item {
  background: #f6e9dd;
  width: 156px;
  padding: 8px;
}
.page-mirrorpeel .mirrorpeel-flow__list-heading {
  height: 34px;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  display: grid;
  place-items: center;
}
.page-mirrorpeel .mirrorpeel-flow__arrow {
  width: 31px;
  height: 16px;
  display: block;
}

@media (max-width: 768px) {
  .page-mirrorpeel .wrap-first-text {
    font-size: 16px;
  }
  .page-mirrorpeel-wrapper {
    padding: 40px 16px;
  }

  .page-mirrorpeel-grid {
    gap: 16px 8px;
  }

  .mirrorpeel-grid-item {
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    justify-content: initial;
    border-radius: 8px;
  }

  .mirrorpeel-grid-item::before {
    left: -8px;
  }
  .mirrorpeel-grid-item::after {
    left: 6px;
  }

  .mirrorpeel-grid-item-content {
    order: 2;
  }

  .p-operation-article__inner p.mirrorpeel-grid-item-heading {
    font-size: 16px;
    text-align: center;
  }

  .p-operation-article__inner p.mirrorpeel-grid-item-text {
    font-size: 14px;
    text-align: center;
  }

  .mirrorpeel-grid-item-image {
    max-width: 80px;
  }

  .mirrorpeel-grid-special {
  }

  .page-mirrorpeel-description {
    flex-direction: column;
  }

  .p-operation-article__inner p.page-mirrorpeel-description-text {
    font-size: 20px;
    padding: 12px 40px;
  }

  .page-mirrorpeel-description-image1 {
    max-width: 100%;
  }

  .page-mirrorpeel-description-image2 {
    max-width: 266px;
    margin: 0 auto;
  }

  .page-mirrorpeel-list {
    display: flex;
    gap: 16px;
  }

  .page-mirrorpeel-list-item {
    border-radius: 12px;
    background-color: #f6e9dd;
    max-width: 412px;
    padding: 24px;
  }

  .page-mirrorpeel-list-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .page-mirrorpeel-list-img {
  }

  .p-operation-article__inner p.page-mirrorpeel-list-heading {
    text-align: left;
  }

  .page-mirrorpeel-list-text {
    font-size: 16px;
    line-height: 160%;
    margin-top: 16px;
    font-family: "Zen Kaku Gothic New";
  }

  .page-mirrorpeel-list-text strong {
    color: #f5907a;
  }

  .page-id-2356 .l-common-margin.p-operation-case {
    margin-bottom: 80px;
  }
  .page-id-2356 h4.c-heading-article {
    margin-top: 40px;
    margin-bottom: 24px;
  }
  .mirrorpeel-feature-point {
    font-size: 16px;
    width: 85%;
    min-width: 280px;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .mirrorpeel-feature-point::before {
    width: 48px;
    height: 41px;
    top: -2px;
    left: -56px;
  }
  .mirrorpeel-feature-point::after {
    font-size: 24px;
    left: -42px;
  }
  .wrap-second .page-mirrorpeel-list {
    flex-direction: column;
    align-items: center;
  }
  .page-mirrorpeel .mirrorpeel-flow {
    margin-top: -40px;
    padding: 32px 24px 24px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
  }
  .page-mirrorpeel .mirrorpeel-flow__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .page-mirrorpeel .mirrorpeel-flow__title small {
    position: absolute;
    top: 12px;
    right: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    z-index: 2;
  }
  .page-mirrorpeel .mirrorpeel-flow__title small::before {
    content: "";
    width: 87px;
    height: 86px;
    border-radius: 50%;
    background-color: #f5907a;
    position: absolute;
    top: -42px;
    right: -24px;
    z-index: -1;
  }
}

/* 毛髪再生治療 VFD療法ページ 画像コーディング  */
.page-id-2274 h4.c-heading-article,
.page-id-2274 h5.c-heading-article {
  color: #4f4f4f;
}
.page-id-2274 h5.c-heading-article {
  margin-bottom: 16px;
  font-size: 20px;
}
.page-vfd .page-mirrorpeel-list {
  margin-top: 96px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.page-vfd .page-mirrorpeel-list-item {
  padding: 40px;
  border-radius: 8px;
  background: #f6e9dd;
}
.vfd-feature-point {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #4f4f4f;
  position: relative;
  text-align: center;
}
.vfd-feature-point.point-01::before {
  position: absolute;
  content: "";
  background: url(/wp/wp-content/uploads/2024/12/vfd-fearure06-staff.png)
    no-repeat top/cover;
  width: 122px;
  height: 129px;
  right: 156px;
  top: -78px;
}
.vfd-feature-point small {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
}
.page-vfd .wrap-first-pictures {
  display: flex;
  gap: 20px;
}
.page-vfd .wrap-first-pictures img {
  width: calc(50% - 10px);
}
.page-vfd .wrap-first-pictures img.full-width {
  width: 100%;
}
.page-vfd .wrap-sub {
  margin-top: 56px;
}
.page-vfd .wrap-sub.cell-preservation img {
  max-width: 512px;
  display: block;
  margin: 0 auto;
}
.page-id-2274 .p-operation-treatment__items {
  display: flex;
  flex-direction: row;
  gap: 20px;
  row-gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page-id-2274 .p-operation-treatment__item {
  width: calc(25% - 16px);
  padding: 0;
}
@media (max-width: 768px) {
  .vfd-wrap-first-picture-01 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    display: block;
  }
  .page-vfd {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .page-id-2274 .p-operation-merit__article-item {
    margin-bottom: 64px;
  }
  .page-id-2274 .p-operation-treatment__items {
    display: flex;
    flex-direction: row;
    overflow: auto;
    gap: 20px;
    margin-top: 24px;
    flex-wrap: nowrap;
  }
  .page-vfd .page-mirrorpeel-list {
    gap: 0;
    background-color: #f6e9dd;
    position: relative;
  }
  .page-vfd .page-mirrorpeel-list::before {
    content: "";
    width: 100%;
    height: 23px;
    position: absolute;
    top: -22px;
    left: 0;
    background: url(/wp/wp-content/uploads/2024/12/vfd-fearure06-1-deco.png)
      no-repeat top/cover;
  }
  .page-vfd .page-mirrorpeel-list::after {
    content: "";
    width: 100%;
    height: 23px;
    position: absolute;
    bottom: -22px;
    left: 0;
    transform: scale(-1, -1);
    background: url(/wp/wp-content/uploads/2024/12/vfd-fearure06-1-deco.png)
      no-repeat top/cover;
  }
  .page-vfd .page-mirrorpeel-list-item {
    padding: 20px;
  }
  .page-vfd .page-mirrorpeel-list-item:not(:last-child) {
    padding-bottom: 40px;
  }
  .page-vfd .page-mirrorpeel-list-item:first-child {
    padding-top: 48px;
  }
  .page-vfd .page-mirrorpeel-list-item:last-child {
    padding-bottom: 48px;
  }
  .page-vfd .page-mirrorpeel-list-text {
    margin-top: 16px;
  }
  .vfd-feature-point {
    padding-left: 8px;
    text-align: left;
  }
  .vfd-feature-point.point-01::before {
    right: 8%;
  }
  .page-vfd .page-mirrorpeel-list-block {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
    margin-bottom: 4px;
  }
  .page-vfd .page-mirrorpeel-list-block .page-mirrorpeel-list-text {
    margin-top: 0;
  }
  .page-vfd .wrap-first-pictures {
    flex-direction: column;
  }
  .page-vfd .wrap-first-pictures img {
    width: 76%;
    min-width: 285px;
    display: block;
    margin: 0 auto;
  }
  .page-vfd .wrap-first-pictures img.full-width {
    margin-top: 24px;
  }
  .page-vfd .wrap-sub.class-leval picture {
    width: 100vw;
    display: block;
    margin: 40px calc(50% - 50vw) 64px;
  }
}

/* ===============================================
# 毛髪再生治療 VFD療法ページ
=============================================== */

@media (min-width: 768px) {
  .page-id-1730 .c-heading-article {
    color: #4f4f4f;
  }

  .page-id-1730 .p-operation-treatment__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .page-id-1730 .p-operation-treatment__item {
    width: 100%;
  }
  .page-id-1730 .p-operation-treatment__item .p-operation-treatment__title {
    line-height: 1.6;
  }

  .p-operation-merit__article-item:not(:nth-last-of-type(1)) {
    margin-bottom: 64px;
  }
}

.p-vfd {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4f4f4f;
}

.p-operation-article__inner .p-vfd p strong {
  font-weight: 700;
  color: #4f4f4f;
}

.p-operation-article__inner .p-vfd p:not(:last-child) {
  margin-bottom: 0;
}

.p-operation-article__inner p.p-vfd-freeze__text {
  margin-top: 24px;
  margin-bottom: 32px;
}

.p-vfd-freeze__container {
  background-color: #f6e9dd;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  gap: 40px;
  border-radius: 12px;
  margin-top: 32px;
}

.p-vfd-freeze__img {
  max-width: 335px;
  width: 100%;
  height: auto;
}

.p-vfd-info {
  background-color: #fdf4e9;
  border-radius: 8px;
  padding: 20px 24.5px;
  text-align: center;
  color: #333;
  width: 100%;
}

.p-vfd-info__header {
  display: flex;
  justify-content: space-around;
  font-weight: bold;
  gap: 8px;
}

.p-vfd-info__box {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 8px;
  max-width: 172px;
  width: 100%;
}

.p-vfd-info__label {
  border-radius: 4px;
  border: 1px solid #f5907a;
  font-size: 16px;
  color: #f5907a;
  width: fit-content;
  margin: auto;
  padding: 2px 8px 0;
}

.p-operation-article__inner p.p-vfd-info__value {
  font-size: 18px;
  font-weight: bold;
  margin-top: 4px;
  color: #f5907a;
}

.p-vfd-info__divider {
  display: block;
  height: 2px;
  margin: 16px 0;
  background-image: radial-gradient(circle, #afb2bd 1px, transparent 1px),
    radial-gradient(circle, #afb2bd 1px, transparent 1px),
    radial-gradient(circle, #afb2bd 1px, transparent 1px),
    radial-gradient(circle, #afb2bd 1px, transparent 1px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 6px 3px, 3px 6px, 6px 3px, 3px 6px;
}

.p-vfd-info__description {
  font-size: 18px;
  color: #4f4f4f;
}

.p-vfd-info__highlight {
  background-color: #f5907a;
  color: #ffffff;
  padding: 4px 8px;
  line-height: 1;
  margin-top: 4px;
  width: fit-content;
  display: inline-block;
  font-weight: bold;
}

.p-vfd-info__highlight2 {
  padding-right: 0;
}

@media (max-width: 767px) {
  .p-vfd-freeze__container {
    flex-direction: column;
    padding: 24px 20px 80px;
    position: relative;
    border-radius: 0;
    gap: 0;
    margin: 24px calc(50% - 50vw) 225px;
  }

  .p-vfd-info {
    background-color: #fff;
    position: absolute;
    max-width: 335px;
    bottom: -162px;
  }

  .p-vfd-info__header {
    flex-direction: column;
    gap: 4px;
  }

  .p-vfd-info__box {
    padding: 0;
    display: flex;
    max-width: 100%;
    align-items: center;
  }

  .p-vfd-info__label {
    margin: initial;
    margin-right: 12px;
  }

  .p-operation-article__inner p.p-vfd-info__value {
    margin-top: 0;
  }
}

.p-vfd-risk__wrapper {
  display: flex;
  gap: 40px;
}

.p-operation-article__inner .p-vfd p.p-vfd-risk__text strong {
  color: #f5907a;
}

.p-vfd-risk__img {
  max-width: 335px;
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

.p-vfd-risk__img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .p-vfd-risk__wrapper {
    flex-direction: column;
    gap: 24px;
  }

  .p-vfd-risk__img {
    max-width: 100%;
  }
}

.p-vfd-ingredient__wrapper {
  display: flex;
  gap: 40px;
}

.p-vfd-ingredient__wrapper picture {
  width: fit-content;
  max-width: 335px;
}

.p-vfd-ingredient__img {
  width: 100%;
  height: auto;
}

.p-operation-article__inner p.p-vfd-ingredient__text {
  margin-top: 40px;
  width: fit-content;
}

@media (min-width: 768px) {
  .p-operation-article__inner p.p-vfd-ingredient__text {
    max-width: 465px;
  }
}

@media (max-width: 767px) {
  .p-vfd-ingredient__wrapper {
    flex-direction: column-reverse;
    gap: 0;
  }

  .p-vfd-ingredient__wrapper picture {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .p-vfd-ingredient__img {
    width: 100vw;
    max-width: 100vw;
  }

  .p-vfd-ingredient__text {
    margin-top: 0;
  }
}

.p-vfd-technology__wrapper {
  display: flex;
  gap: 20px;
}

.p-vfd-technology__img {
  max-width: 319px;
  width: 100%;
  height: auto;
}

.p-vfd-technology__box {
  margin-top: 47px;
  border: 1px solid #f6e9dd;
  border-radius: 16px;
  padding: 40px 100px;
}

.p-operation-article__inner p.p-vfd-technology__box-text {
  text-align: center;
  font-size: 20px;
  line-height: 130%;
  font-weight: bold;
  color: #f5907a;
}

.p-vfd-technology__box-img {
  margin-top: 32px;
  max-width: 622px;
  width: 100%;
  height: auto;
}

.p-vfd-technology__box-img img {
  width: 100%;
}

@media (max-width: 767px) {
  .p-vfd-technology__wrapper {
    flex-direction: column;
    gap: 8px;
  }

  ..p-vfd-technology__img {
    max-width: 100%;
  }

  .p-vfd-technology__box {
    padding: 0;
    border: none;
  }

  .p-operation-article__inner p.p-vfd-technology__box-text {
    font-size: 18px;
  }

  .p-vfd-technology__box-img {
    margin-top: 16px;
  }

  .p-vfd-technology__box-img img {
    width: 100%;
  }
}

.p-vfd-leather__container {
  display: flex;
  gap: 8px;
  background-color: #f6e9dd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  margin-top: 32px;
}
.p-vfd-leather__img {
  max-width: 400px;
  width: 100%;
  height: auto;
}

.p-vfd-leather__doctor {
  max-width: 260px;
  width: 100%;
  height: auto;
}

.p-vfd-box {
  background-color: #f6e9dd;
  border-radius: 8px;
  padding: 32px 40px 40px;
  margin-top: 96px;
}

.p-vfd-box__inner {
  display: flex;
  flex-direction: column;
}

.p-vfd-box + .p-vfd-box {
  margin-top: 32px;
}

.p-operation-article__inner p.p-vfd-box__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #4f4f4f;
  position: relative;
  padding-bottom: 20px;
}

.p-vfd-box__title span {
  font-size: 16px;
  display: block;
  font-weight: 500;
}

.p-vfd-box__title-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(85%);
  max-width: 122px;
  width: 100%;
  height: auto;
}

.p-operation-article__inner p.p-vfd-box__text {
  margin-top: 24px;
}

.p-vfd-box__wrapper {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.p-vfd-box__wrapper-img {
  max-width: 368px;
  width: 100%;
  height: auto;
}

.p-vfd-box__white-wrapper {
  display: flex;
  padding: 18px;
  background-color: #ffffff;
  border-radius: 8px;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}

.p-vfd-box__white-wrapper-img {
  max-width: 233px;
  width: 100%;
  height: auto;
}

.p-operation-article__inner p.p-vfd-box__heading {
  margin-top: 56px;
  padding-left: 20px;
  border-left: 4px solid #f5907a;
  font-size: 20px;
  font-weight: bold;
}

.p-operation-article__inner p.p-vfd-box__cleanliness {
  font-size: 40px;
  font-weight: 400;
  color: #f5907a;
  margin-top: 52px;
  text-align: center;
  font-family: "League Spartan", serif;
}

.p-vfd-box__cleanliness span {
  font-size: 16px;
  font-weight: normal;
  color: #4f4f4f;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* .p-vfd-box__wrapper--wave picture {
  display: flex;
  justify-content: center;
} */

/* .p-vfd-box__img */
.p-vfd-box__wrapper--wave picture,
.p-vfd-box__img:first-child {
  margin: 24px auto 0;
  border-radius: 8px;
  max-width: 513px;
  display: block;
}

.p-vfd-box__wrapper--wave picture + picture {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .p-vfd-box--prp {
    position: relative;
  }

  .p-vfd-box--prp::before {
    content: "";
    background-image: url(/wp/wp-content/uploads/2025/01/prp-wave.png);
    background-size: cover;
    position: absolute;
    top: -23px;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 23px;
  }

  .p-vfd-leather__container {
    flex-direction: column;
    padding: 20px 16px 0;
  }

  .p-vfd-leather__img {
    max-width: 100%;
  }

  .p-vfd-leather__doctor {
    max-width: 100%;
    margin-top: 16px;
  }

  .p-vfd-box {
    border-radius: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 40px 20px;
  }

  .p-vfd-box + .p-vfd-box {
    margin-top: 0;
    padding-top: 28px;
  }

  .p-operation-article__inner p.p-vfd-box__title {
    text-align: left;
  }

  .p-operation-article__inner p.p-vfd-box__title--prp {
    text-align: left;
    padding-left: 8px;
  }

  .p-vfd-box__title-img {
    /* transform: translateX(13%); */
    max-width: 122px;
    right: 38%;
    left: initial;
  }

  .p-vfd-box__title + p.p-vfd-box__text {
    margin-top: 24px !important;
  }

  .p-operation-article__inner p.p-vfd-box__text {
    margin-top: 16px;
  }

  .p-operation-article__inner p.p-vfd-box__text--prp {
    order: 2;
    display: block;
  }

  .p-vfd-box__wrapper {
    flex-direction: column;
    order: 1;
    gap: 8px;
    width: 85%;
    margin: 28px auto 0;
  }

  .p-vfd-box__wrapper-img {
    max-width: 100%;
  }

  .p-vfd-box__white-wrapper {
    flex-direction: column;
  }

  .p-vfd-box__white-wrapper-img {
    max-width: 100%;
  }

  .p-operation-article__inner p.p-vfd-box__heading {
    padding-left: 14px;
  }

  .p-vfd-box__wrapper--wave {
    background-color: #fdf4e9;
    margin: 98px calc(50% - 50vw) 122px;
    padding: 10px 20px 20px;
    position: relative;
  }

  .p-vfd-box__wrapper--wave:before {
    content: "";
    background-image: url(/wp/wp-content/uploads/2025/01/cleanliness-eclipse-over.png);
    background-size: cover;
    background-position: top center;
    position: absolute;
    top: -58px;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 58px;
  }

  .p-vfd-box__wrapper--wave:after {
    content: "";
    background-image: url(/wp/wp-content/uploads/2025/01/cleanliness-eclipse-under.png);
    background-size: cover;
    background-position: top center;
    position: absolute;
    bottom: -58px;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 58px;
  }

  .p-operation-article__inner p.p-vfd-box__cleanliness {
    margin-top: 0;
  }

  .p-vfd-box__cleanliness span {
    font-size: 14px;
  }

  /* .p-vfd-box__img */
  .p-vfd-box__wrapper--wave picture,
  .p-vfd-box__img:first-child {
    max-width: 100%;
    margin-top: 32px;
  }

  .p-vfd-box__wrapper--wave picture + picture {
    margin-top: 16px;
  }

  .p-vfd-box--medical {
    margin-bottom: 23px;
    position: relative;
  }

  .p-vfd-box--medical::after {
    content: "";
    background-image: url(/wp/wp-content/uploads/2025/01/vfd-medical-under.png);
    background-size: cover;
    background-position: top center;
    position: absolute;
    bottom: -23px;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 23px;
  }

  .page-id-1730 .p-operation-treatment {
    margin-top: 100px;
  }
}

/* インティマレーザー×VIO脱毛のダブルレーザープラン 追加分 */

h5.p-operation-Vwhitening__heading {
  text-align: center;
  margin-bottom: 24px;
}

.intimalaser_vio_doublelaserplan_text {
  margin: 24px 0 40px;
}
/* .p-operation-article__inner p:not(:last-child) {
  margin-bottom: 11px;
} */

@media (max-width: 767px) {
  h5.p-operation-Vwhitening__heading {
    text-align: left;
    margin-bottom: 16px;
  }
  /* .p-operation-article__inner p:not(:last-child) {
    margin-bottom: 27px;
  } */

  .p-operation-Vwhitening__heading {
    margin-top: 12px;
  }
}

.intima_vio_plan_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.p-operation-point h4::after {
  content: "";
  background-image: url(/common/images/page/operation-point.png);
  background-size: contain;
  width: 112px;
  height: 56px;
  display: block;
  position: absolute;
  left: 24px;
  top: -29.5px;
  z-index: 1;
}

.intima_vio_plan_items {
  display: flex;
  padding: 20px 16px 12px;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
  border-radius: var(--8, 8px);
  border: 1px solid var(---black-100, #4f4f4f);
  background: var(---beige-100, #fdf4e9);
  position: relative;
}

.intima_vio_plan_title {
  color: var(---text-black, var(---black-100, #4f4f4f));
  text-align: right;
  font-family: Caveat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  position: absolute;
  z-index: 1;
  top: -12px;
  left: 14px;
}

.intima_vio_plan_title::after {
  content: "";
  background-color: var(---beige-100, #fdf4e9);
  width: 69px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}

.intima_vio_plan_menu {
  display: flex;
  flex-direction: row;
  text-align: center;
  margin-bottom: 8px;
  gap: 4px;
  align-items: center;
  width: 100%;
  align-self: stretch;
  height: 100%;
}

.intima_vio_plan_article {
  border-radius: 4px;
  background: var(---beige-200, #f6e9dd);
  color: var(---text-orange, var(---orange-300, #f5907a));
  padding: 12px 8px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 110px;
}

@media (max-width: 767px) {
  .intima_vio_plan_article {
    border-radius: 4px;
    background: var(---beige-200, #f6e9dd);
    color: var(---text-orange, var(---orange-300, #f5907a));
    padding: 12px 4px;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
    align-self: stretch;
  }
  .intima_vio_plan_article p:nth-of-type(2) {
    font-size: 20px !important;
  }
  .intima_vio_plan_article p:nth-of-type(1):only-child,
  .intima_vio_plan_article p:nth-of-type(3) {
    font-size: 20px !important;
  }
  .intima_vio_plan_article p[style*="font-size: 12px"] {
    font-size: 12px !important;
  }
}

.intima_vio_plan_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

p.intima_vio_plan_menu_text {
  font-weight: 700;
  line-height: 1.2;
  font-size: 12px;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  margin-bottom: 4px;
}

.intima_vio_plan_items h4::after {
  content: "";
  background-size: contain;
  width: 112px;
  height: 56px;
  display: block;
  position: absolute;
  left: 24px;
  top: -29.5px;
  z-index: 1;
}

img.plus {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  .spNone {
    display: none!important;
  }

  .intima_vio_plan_wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}

/* インティマレーザー×VIO脱毛のダブルレーザープラン 追加分 end*/

/* 治療詳細メインビジュアル 追加 */
.p-operation-mv {
  margin: 56px auto 80px;
}
.p-operation-mv__inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .p-operation-mv {
    margin: 0 auto 56px;
  }
}

/* オリジナル処方 LINEボタン追加 3つ並びのレイアウト調整*/
.p-custom-post-type .c-btn-cta-reserve.type01 .c-menu-reserve-btn-item {
    background-color: var(---orangered-100, #06c755);
    border: 1px solid var(---orangered-100, #06c755);
}
.p-custom-post-type .c-btn-cta-reserve.type01 .c-menu-reserve-btn-item img {
    width: 28px;
    height: auto;
}
.p-custom-post-type .c-menu-btns-wrap.type01 {
  max-width: 556px;
}
@media screen and (max-width: 1000px) { /* ボタンの段落ち */
  .p-list-menu-item__bottom:has(.c-menu-btns-wrap.type01) {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .p-list-menu-item__bottom:has(.c-menu-btns-wrap.type01) .p-menu-price {
    width: 100%;
  }
  .p-custom-post-type .c-menu-btns-wrap.type01 {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .p-list-menu-item__bottom:has(.c-menu-btns-wrap.type01) {
    flex-wrap: nowrap;
  }
  .p-custom-post-type .c-menu-btns-wrap.type01 {
    max-width: 368px;
  }
  .p-custom-post-type .c-menu-btns-wrap.type01 {
    margin-top: 0;
    flex-flow: column;
  }
}
@media screen and (max-width: 767px) {
  .p-custom-post-type .c-menu-btns-wrap.type01,
  .p-custom-post-type .c-menu-btns-wrap {
    max-width: unset;
  }
  .p-custom-post-type .c-menu-btns-wrap:has(.c-btn-cta-reserve.type01) {
    flex-direction: column;
  }
}
