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

/*-------------------------------------------------------------------------------
 共通パーツ
-------------------------------------------------------------------------------*/
html:has(.page-medicine) {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

/* レイアウト */
.p-operation-merit__img {
  margin-bottom: 40px;
  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;
}
.p-operation-article__inner h3 {
  line-height: 1.6;
  padding-bottom: 8px;
}
.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: 64px;
}
p.c-txt-small {
  font-size: 14px;
}

.p-block-article picture {
  display: block;
  margin: 0 auto 24px;
}
.p-picture-inner {
  padding: 0 16px;
}
.p-block-bg__gray {
  padding: 20px 0;
  background: #f6f6f6;
}
.c-txt-taxin {
  font-size: 12px;
  text-align: right;
  margin-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  .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: 17.066vw;
  }
}

/* その他 お悩み 2024.02.22追加 */

.p-operation-other.p-wrap-operation-problem {
  margin: 48px auto 120px;
}
/* 薬品 お悩み 2023.09.05追加 */

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

.p-operation-problem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 1000px;
  margin: 0 auto 0;
  padding-top: 0;
  position: relative;
}
.p-img-worries {
  position: absolute;
  top: 0;
  left: 0;
  width: 550px;
}

.p-problem-content {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  padding: 24px;
  width: 540px;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
  box-sizing: border-box;
}

.c-page-section-title__worries {
  font-size: 20px;
  padding-bottom: 16px;
  margin-bottom: 18px;
  line-height: 1.3;
  border-bottom: 1px solid #262626;
}

.c-list-worries-item {
  margin: 0 auto;
  margin-bottom: 23px;
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  line-height: 1.3;
}
.c-list-worries-item strong,
.c-list-worries-item span {
  font-weight: 700;
  color: #0fb4ff;
}
.c-list-worries-item:not(:nth-last-of-type(1)) {
  margin-bottom: 15px;
}

.c-list-worries-item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background-image: url(../images/common/check-icon.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%,
    #262626 50%,
    #262626 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: 40px;
}
.p-list-num-count h5 {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  font-size: 20px;
  font-weight: 700;
  color: #0fb4ff;
  line-height: 1.3;
  border-bottom: 2px solid #0fb4ff;
}
.p-list-num-count > li {
  position: relative;
  counter-increment: count;
}
.p-list-num-count li:before {
  content: counter(count);
  padding-right: 13px;
  padding-bottom: 3px;
  width: 67px;
  height: 57px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  background: url(../images/operation/bg_deco_count.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -3px;
  left: -72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-list-num-count p {
  margin-bottom: 1.5em;
  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 h5 {
    margin-left: 14.933vw;
    padding-right: 0.2em;
    font-size: 4.266vw;
  }
  .p-list-num-count li:before {
    width: 12.8vw;
    height: 10.933vw;
    font-size: 6.4vw;
    top: -3px;
    left: 0;
  }
  .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 #262626;
}
.p-operation-point:before {
  content: "";
  width: 164px;
  /* height: 208px; */
  height: 185px;
  background: url(../images/operation/img_deco_operation_point_02.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 24px;
}
.p-operation-point.type01:before {
  background: url(../images/operation/img_deco_operation_point_03.png) no-repeat;
  background-size: cover;
}
.p-operation-point.type02:before {
  background: url(../images/operation/img_deco_operation_point_04.png) no-repeat;
  background-size: cover;
}
.p-operation-point h4 {
  margin-top: -50px;
  margin-bottom: 16px;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  line-height: 1;
  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 #262626;
  }
  .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(../images/operation/img_deco_operation_point_02_sp.png)
      no-repeat;
    background-size: cover;
    top: -10.666vw;
    bottom: auto;
    left: 5.4vw;
    z-index: 10;
  }
  .p-operation-point.type01:before {
    background: url(../images/operation/img_deco_operation_point_03_sp.png)no-repeat;
    background-size: cover;
  }
  .p-operation-point.type02:before {
    background: url(../images/operation/img_deco_operation_point_04_sp.png)no-repeat;
    background-size: cover;
  }
  .p-operation-point p {
    font-size: 4.266vw;
  }
}

/* 左右ブロック */

.p-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.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 {
  width: 440px;
  flex-basis: 440px;
  flex-shrink: 0;
}
.p-block-columns__item h4 {
  margin-bottom: 0.5em;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .p-block-columns__item.for-page-eye {
    width: 100%;
    flex-shrink: 0;
    flex-basis: unset;
  }
}

@media screen and (max-width: 768px) {
  .p-block-columns.p-operation-point__content {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.p-operation-point__content .p-block-columns__item.for-page-eye {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .p-operation-point__content .p-block-columns__item.for-page-eye {
    width: 60%;
  }
}

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

@media screen and (min-width: 769px) {
  .p-operation-point__content-img {
    width: 35.47%;
  }
}

@media screen and (max-width: 767px) {
  .p-block-columns {
    flex-flow: column;
    gap: 8.533vw;
  }
  .p-block-columns__pict {
    width: 100%;
    flex-basis: 100%;
  }
  .p-block-columns__item {
    width: 100%;
    flex-basis: 100%;
  }
}

/* チェック付きリスト */
.p-list-point {
  padding: 24px;
  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: 30px;
  height: 24px;
  background-image: url(../images/common/check-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .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;
}

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

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

/* MPガン ブロック */

.p-block-mpgun {
  padding-top: 268px;
  position: relative;
  width: 100%;
  height: auto;
  background: url(../images/operation//bg_mpgun_feature.png) no-repeat;
  background-size: contain;
}
.c-txt-mpgun {
  font-weight: 700;
  text-align: center;
}

.p-list-point-mpgun {
  margin-top: 40px;
  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: 20px;
  width: 264px;
  border: 2px solid #0e2847;
}
.p-list-point-mpgun .c-list-point-item h4 {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
.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;
}
.c-head-list span.c-bg-white:before {
  width: 5em;
}
.p-list-point-mpgun .c-list-point-item figure {
  margin: 0 auto 24px;
  width: 125px;
}

@media screen and (max-width: 767px) {
  .p-block-mpgun {
    position: relative;
    padding-top: 85.6vw;
    width: 100%;
    height: auto;
    background: url(../images/operation//bg_mpgun_feature_sp.png) no-repeat;
    background-size: 100% auto;
  }
  .c-txt-mpgun {
    margin-top: 2.133vw;
    text-align: left;
  }
  .p-list-point-mpgun {
    flex-flow: column;
  }
  .p-list-point-mpgun .c-list-point-item {
    padding: 20px;
    width: 100%;
  }
  .p-list-point-mpgun .c-list-point-item:not(:nth-last-of-type(1)) {
    margin-bottom: 10.666vw;
  }
}

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

.p-block-chart {
  margin-bottom: -40px;
  margin-top: 80px;
  text-align: center;
}
.p-block-chart h4 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #0fb4ff;
  text-align: center;
  z-index: 1;
}
.p-block-minus {
  margin-top: -20px;
}
.p-figure-tech-03 {
  width: 80%;
  margin: 24px auto 0;
  text-align: center;
}
.p-block-minus {
  overflow: auto;
}

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

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

/*-------------------------------------------------------------------------------
 AGAメソセラピーEX（DR.CYJヘアフィラー）
-------------------------------------------------------------------------------*/

.p-peptide .p-block-columns {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 24px;
}
.p-list-peptide-items {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.p-list-peptide-items .c-peptide-item {
  margin: 0;
  width: 206px;
}
.c-peptide-item:nth-of-type(2) {
  margin: 20px 0;
}
.p-peptide .p-block-columns__item {
  width: 587px;
  flex-basis: 587px;
}
.p-peptide .p-peptide-txt h4 {
  margin-bottom: 1em;
  line-height: 1.3;
}

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

.p-chart-progress {
  padding: 0 28px;
}
@media screen and (min-width: 768px) {
  .p-img-ex-application {
    width: 602px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-list-peptide-items {
    margin-top: 10.666vw;
  }
  .p-list-peptide-items .c-peptide-item {
    width: 57.866vw;
  }
  .c-peptide-item:nth-of-type(2) {
    margin: 4.266vw 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: 57.866vw;
    flex-basis: 57.866vw;
  }
  .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 #d9d9d9;
    background: #fff;
    padding: 48px 0;
    text-align: center;
  }
}
.p-operation-case .c-article-title {
  margin: 24px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-operation-case .c-article-title {
    font-size: clamp(15px, 4.26vw, 17px);
    margin-bottom: 12px;
  }
}
/*-------------------------------------------------------------------------------
 発毛促進セラピー（ヒ―ライトⅡ）
-------------------------------------------------------------------------------*/
.p-operation-article-backblue {
  margin-top: -24px;
}
.p-operation-article-backblue li {
  background-color: #e9f8ff;
  padding: 28px 0;
  margin-bottom: 24px;
  height: 80px;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-operation-article-backblue li img {
    width: 64px;
    height: 64px;
    float: left;
    margin: -17px 16px 0 10px;
  }
  .wp-image-450 {
    display: flex;
    justify-content: center;
  }
  .wp-image-450 img {
    width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .wp-image-450 img {
    width: 70%;
    margin: 0 auto;
  }
  .p-operation-article-backblue {
    margin: 24px 0;
  }
  .p-operation-article-backblue li {
    background-color: #e9f8ff;
    padding: 16px 0;
    margin-bottom: 24px;
    height: 110px;
    font-size: 20px;
    line-height: 1.3;
  }
  .p-operation-article-backblue li img {
    width: 64px;
    height: 64px;
    float: left;
    margin: 10px 16px 0 10px;
  }
}

/* 身だしなみ検査 特徴・サンプル部分 追加 */
.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;
}

.prtimes-wrap-content img {
  width: 300px;
  height: 168px;
}

.prtimes-txt-item {
  display: flex;
  margin-bottom: 32px;
}

.prtimes-txt-item img {
  width: 374px;
  height: 100%;
}

.prtimes-txt {
  width: 65%;
  margin-left: 32px;
}
.prtimes-txt-wrap-sub {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .prtimes-txt-item {
    display: block;
    margin-bottom: 0px;
  }
  .prtimes-txt {
    width: 100%;
    margin-left: 0;
  }
  .prtimes-wrap-content img {
    width: 100%;
    height: 100%;
    margin-right: 0px;
  }
  .prtimes-txt-item img {
    max-width: 100%;
  }
  .prtimes-txt-wrap-sub {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .p-figure-tech-03 img {
    width: 60%;
  }
}

/*-- マイクロスコープ　--*/
@media screen and (max-width: 820px) {
  #micro-scope-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #micro-scope-container .l-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-operation-micro__img-about {
    display: block;
  }
}
.p-operation-micro.p-operation-index__items {
  border: 1px solid #d9d9d9;
}
.p-operation-micro__img-about picture > img {
  width: 360px;
}
.p-operation-micro__img-about {
  -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;
}

@media screen and (min-width: 768px) {
  .p-operation-micro__img-first {
    display: block;
    flex: 0.6 1 0;
  }
}

.p-operation-micro__img-first:not(:last-child) picture > img {
  margin-bottom: 8px;
  width: 360px;
}
.p-operation-micro__img-first {
  -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-operation-micro-about__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #262626;
  margin-top: 1.5rem;
  margin-bottom: 4px;
  display: flex;
}

@media screen and (min-width: 768px) {
  .p-operation-micro-about__title {
    font-size: 20px;
    font-size: 1.25rem;
    display: flex;
  }
  .p-operation-about__title {
    font-size: 1.5rem;
    line-height: 1.2916666667;
    margin-top: 1.25rem;
    margin-bottom: 1rem;
  }
  .p-operation-about__items > li + li {
    margin-top: 1.5rem;
  }
}

.p-operation-micro-container {
  display: flex;
  justify-content: space-between;
  max-width: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-operation-about__contents {
    row-gap: 0.5rem;
	  margin-top: 40px;
  }
  .p-operation-micro-container,
  .p-operation-micro__content-flex {
    display: block;
    margin: 0 auto;
  }
}
.p-operation-micro-wrap-pore {
  max-width: 1000px;
  margin: 40px auto 100px;
}
/* .p-operation-micro-wrap-pore ul {
  display: flex;
  justify-content: center;
}
.p-operation-micro-wrap-pore li {
  width: 25%;
  height: 240px;
  padding: 24px;
  background-color: #F6F6F6;
  text-align: center;
}
.p-operation-micro-wrap-pore li p {
  padding-top: 1rem;
  line-height: 1.6;
}
.p-operation-micro-wrap-pore .wrap-pore-firstitem {
  width: 25%;
  height: 240px;
  padding: 24px;
  background-color: #E9F8FF;
}
.p-operation-micro-wrap-pore .wrap-pore-firstitem strong {
  color: #0FB4FF;
  font-size: 20px;
  line-height: 1.6;
  display: block;
  padding-top: 1rem;
}
.p-operation-micro-wrap-pore li img {
  height: 124px;
} */
@media screen and (max-width: 768px) {
  .p-operation-micro-wrap-pore {
    width: 100%;
    margin: 32px auto 80px;
  }
  .p-operation-micro-wrap-pore ul {
    display: block;
  }
  .p-operation-micro-wrap-pore li img {
    height: 170px;
    width: 300px;
  }
  .p-operation-micro-wrap-pore li {
    width: 100%;
    height: auto;
    padding: 1rem 0;
  }
  .p-operation-micro-wrap-pore .wrap-pore-firstitem {
    width: 100%;
    padding: 1rem 0;
  }
}

@media screen and (max-width: 767px) {
  .p-operation-micro-block {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-operation-micro__innercontent {
    margin: 0 5%;
  }
  .p-operation-micro-block img {
    width: 100%;
    margin-top: 1rem;
  }
  .p-operation-micro-block p {
    line-height: 1.6;
    margin: 1rem auto;
  }
}

.p-operation-micro-block h5 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
  background-color: #f6f6f6;
  padding: 5px;
}
.p-operation-micro-block:first-child h5 {
  color: #0fb4ff;
  background-color: #e9f8ff;
}
.p-operation-micro-block:nth-child(2) h5 {
  color: #fff;
  background-color: #d40000;
}
.p-operation-micro-block img {
  width: 290px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-operation-micro-block img {
    width: 100%;
    margin-top: 0rem;
  }
  .p-operation-micro-block p {
    line-height: 1.6;
    margin: 1rem auto;
  }
}
.p-operation-micro-block p {
  line-height: 1.6;
  margin-top: 8px;
}
.p-operation-micro-block-flex {
  display: flex;
}
.p-operation-micro__container-la {
  align-items: center;
  display: flex;
  margin-bottom: 24px;
  margin-top: -44px;
}
.p-operation-micro-border {
  border: 1px #a8a8a8 dashed;
  margin: 24px auto 0;
  max-width: 1000px;
}
.arroow-right {
  margin: 0 15px;
}

@media screen and (max-width: 767px) {
  .p-operation-micro__container-la {
    display: block;
    margin: -64px auto 0;
  }
  .arroow-right {
    text-align: center;
    transform: rotate(90deg);
    margin: 14px auto;
    height: 41px;
    width: 55px;
  }
}

.p-operation-micro__content-flex {
  display: flex;
  width: 100%;
}
.p-operation-micro__content-flex {
  display: flex;
  width: 482px;
}

@media screen and (max-width: 767px) {
  .p-operation-micro__content-flex {
    display: block;
    width: 46%;
  }
}

.p-operation-micro__innercontent {
  max-width: 1000px;
  margin: -52px auto 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-operation-micro__innercontent {
    margin: 0 auto;
  }
}
.p-operation-micro__content-flex ul,
.p-operation-micro-rightinner ul {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 8px;
}
.p-operation-micro__content-flex li,
.p-operation-micro-rightinner li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.3;
  padding-bottom: 4px;
}
.p-operation-micro-rightinner li {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-operation-micro__content-flex ul,
  .p-operation-micro-rightinner ul {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    padding-left: 0px;
    padding-top: 8px;
  }
  .p-operation-micro__content-flex ul {
    font-size: 14px;
  }
  .p-operation-micro__content-flex li {
    font-size: 12px;
    line-height: 1.3;
    padding-bottom: 4px;
  }
  .p-operation-micro__content-flex li:not(:last-child) {
    padding-bottom: 4px;
  }
  .p-operation-micro__content-flex li:first-child {
    padding-bottom: 4px;
    padding-top: 8px;
  }
}
.p-operation-micro__content-flex img {
  width: 100%;
  height: auto;
}
.p-operation-micro__container-la h5 {
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  background-color: #f6f6f6;
  padding: 5px;
  margin-bottom: 22px;
}
.p-operation-micro__block-left:first-child h5 {
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  color: #0fb4ff;
  padding: 5px;
  background-color: #e9f8ff;
}
@media screen and (max-width: 767px) {
  .p-operation-micro__container-la h5 {
    width: 100%;
    margin: 40px auto 8px;
  }
}

.p-operation-micro-rightinner {
  display: flex;
}
.p-operation-micro__contents-item {
  display: flex;
  margin-bottom: 1.25rem;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .p-operation-micro-rightinner {
    display: block;
  }
  .p-operation-micro-rightinner ul {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    padding-top: 12px;
    padding-bottom: 32px;
    border-bottom: 1px dashed #a8a8a8;
  }
  .p-operation-micro-rightinner li {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
  }
  .p-operation-micro__contents-item {
    display: flex;
    margin-bottom: 1.5rem;
    gap: 20px;
  }
}
.p-operation-micro__block-left h5,
.p-operation-micro__block-right h5 {
  width: 100%;
}
.micro__text-li img {
  width: 18px;
  margin-right: 10px;
}
.micro__text-li {
  margin-top: 10px;
}

.p-operation-micro__content-flex img {
  max-width: 157px;
}
@media screen and (min-width: 768px) {
  .p-operation-micro__block-right2 {
    width: 627px;
  }
  .p-operation-micro__block-right2 img,
  .p-operation-micro__block-left img {
    max-width: 270px;
    max-height: 200px;
  }
  .p-operation-micro__block-left {
    width: 270px;
  }
  .p-micro.p-operation-treatment__items {
    margin-top: 64px;
    margin-top: 4rem;
    gap: 35px;
    display: flex;
    justify-content: start;
  }
}

@media screen and (max-width: 767px) {
  .p-operation-micro__block-right2 {
    width: 100%;
    margin-bottom: 32px;
  }
  .micro__text-li img {
    width: 13px;
    margin-right: 8px;
  }
  .micro__text-li {
    margin-top: 8px;
  }
  .micro__text-ul {
    font-size: 18px;
  }
  .p-operation-micro__content-flex img {
    max-width: 100%;
  }
}
.p-operation-micro-about__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
.p-operation-micro-about__text span {
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  color: #0fb4ff;
}
.l-common-margin-micro {
  margin-top: 5rem;
}
.l-common-margin-micro.u-section-full-width {
  max-width: initial;
  padding: 10.666vw 0;
}
.l-common-margin-micro.p-operation-about {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-common-margin-micro {
    margin-top: 3rem;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .l-common-margin-micro.p-operation-worry {
    margin-top: 100px;
  }
  .l-common-margin-micro.u-section-full-width {
    padding: 80px 0;
  }
}

/* 治療の流れ */
.l-common-margin-micro .p-operation-treatment__items {
  display: flex;
  justify-content: start;
}

@media screen and (max-width: 768px) {
  .l-common-margin-micro .p-operation-treatment__item {
    width: 100%;
  }
  .p-operation-treatment__items {
    margin-top: 0;
  }
}
.p-operation-treatment__title {
  margin: 8px 0;
}
picture source {
  max-width: 100%;
  vertical-align: bottom;
}

/* MV（身だしなみ） */
.p-midashimami-mv__img {
  max-width: 1050px;
  margin: 2.5rem auto;
}

@media screen and (min-width: 768px) {
  .p-midashimami-mv__img {
    margin: 3rem auto 6.25rem;
  }
}

.p-midashinami-about__contents .p-operation-about__title {
  margin: 0 0 0.5rem 0;
}

@media screen and (min-width: 768px) {
  .p-midashinami-about__contents .p-operation-about__title {
    margin: 0 0 1rem 0;
  }
}

@media screen and (max-width: 768px) {
  .p-midashinami-about__contents {
    padding: 0;
    row-gap: 1.5rem;
  }
}

.p-midashinami-about__text {
  line-height: 1.6;
}

.p-midashinami-about__text + .p-midashinami-about__text {
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-midashinami-about__text + .p-midashinami-about__text {
    margin-top: 1rem;
  }
}

.p-midashinami-about__desc {
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1.6;
  position: relative;
  padding-left: 1.25em;
}
.p-midashinami-about__desc span {
  position: absolute;
  left: 0;
  color: #333;
}
.p-midashinami-quality {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

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

.p-midashinami-quality__img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-midashinami-quality__img {
    width: 35.47%;
  }
}

.p-midashinami-quality__textarea {
  border: 1px solid #d9d9d9;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-midashinami-quality__textarea {
    width: 59.76%;
    margin-top: 0;
    padding: 0 2.8125rem;
  }
}

.p-midashinami-quality__textarea h4 {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.p-midashinami-list__listtitle {
  margin: 2rem auto 0.5rem;
  max-width: 27.25rem;
}

@media screen and (min-width: 768px) {
  .p-midashinami-list__listtitle {
    margin: 2.5rem auto 1rem;
  }
}

.p-midashinami-list__item + .p-midashinami-list__item {
  margin-top: 1rem;
}

.p-midashinami-flow__img {
  max-width: 25.5rem;
  margin: 0 auto 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-midashinami-flow__img {
    margin: 0 auto 1rem;
  }
}

.p-midashinami-flow__content img {
  width: 840px;
  max-width: 840px;
}

@media screen and (min-width: 768px) {
  .p-midashinami-flow__content img {
    width: 100%;
    max-width: 100%;
  }
}

.p-midashinami-intro {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .p-midashinami-intro {
    flex-direction: row;
    margin-bottom: 0;
  }
}

.p-midashinami-intro__textarea {
  width: 54.02%;
}

@media screen and (min-width: 768px) {
  .p-midashinami-intro__textarea {
    width: 52.38%;
  }
}
.p-midashinami-intro__icon {
  display: block;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.p-midashinami-intro__icon .icon-border {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  transform: translateY(-50%);
}
/* アイコンのサイズ別 */
.p-midashinami-intro__icon.item-01 img {
  width: 74px;
  height: 60px;
}
.p-midashinami-intro__icon.item-02 img {
  width: 60px;
  height: 60px;
}
.p-midashinami-intro__icon.item-03 img {
  width: 71px;
  height: 71px;
}
.p-midashinami-intro__icon.item-04 img {
  width: 71px;
  height: 60px;
}
.p-midashinami-intro__icon.item-05 img {
  width: 56px;
  height: 71px;
}
.p-midashinami-intro__icon.item-06 img {
  width: 59px;
  height: 60px;
}
.p-midashinami-intro__icon.item-07 img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .p-midashinami-intro__icon {
    margin-bottom: 0.5rem;
    gap: 0.5rem;
  }
  .p-midashinami-intro__icon.item-01 img {
    width: 49px;
    height: 40px;
  }
  .p-midashinami-intro__icon.item-02 img {
    width: 40px;
    height: 40px;
  }
  .p-midashinami-intro__icon.item-03 img {
    width: 40px;
    height: 40px;
  }
  .p-midashinami-intro__icon.item-04 img {
    width: 47px;
    height: 40px;
  }
  .p-midashinami-intro__icon.item-05 img {
    width: 31px;
    height: 40px;
  }
  .p-midashinami-intro__icon.item-06 img {
    width: 40px;
    height: 40px;
  }
  .p-midashinami-intro__icon.item-07 img {
    width: 39px;
    height: 40px;
  }
}
.p-midashinami-intro__textarea .p-midashinami-intro__label {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-midashinami-intro__textarea .p-midashinami-intro__label {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}

.p-midashinami-intro__label-blue {
  color: #0fb4ff;
  font-weight: bold;
}

.p-midashinami-intro__list-outer {
  position: relative;
  border: 1px solid #d9d9d9;
  padding: 1.5rem 1.2rem 1.5rem 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-midashinami-intro__list-outer {
    padding: 1.5rem;
  }
}

.p-midashinami-intro__list-outer .p-midashinami-intro__list-title {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 1.5rem;
  transform: translateY(-50%);
  font-size: 1rem;
  line-height: 1.3;
  background-color: #fff;
}

.p-midashinami-intro__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.p-midashinami-intro__item {
  font-size: 0.875rem;
  line-height: 1.6;
  padding: 0.25rem;
  background-color: #f6f6f6;
}

.p-midashinami-intro__item span {
  font-size: 0.75rem;
}

.p-midashinami-intro__img {
  width: 34.66vw;
  height: 100%;
  box-shadow: 0 6px 20px rgba(0 0 0 / 8%);
}

@media screen and (min-width: 768px) {
  .p-midashinami-intro__img {
    width: 42.85%;
    height: auto;
  }
}

.p-midashinami-intro__interview-item + .p-midashinami-intro__interview-item {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-midashinami-intro__interview-item + .p-midashinami-intro__interview-item {
    margin-top: 1.5rem;
  }
}

.p-midashinami-intro__interview-list {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #d9d9d9;
}

@media screen and (min-width: 768px) {
  .p-midashinami-intro__interview-list {
    padding-bottom: 3.5rem;
  }
}

.p-midashinami-intro__interview-btn.p-plan-card__btn2 {
  margin-top: 16px;
  margin-top: 47.7vw;
  width: 100%;
  padding: 16px 0;
  background: #f6f6f6;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-midashinami-intro__interview-btn.p-plan-card__btn2 {
    width: 100%;
    padding: 20px 0;
    background: #f6f6f6;
    margin-top: 13.375rem;
    position: relative;
    max-width: 100%;
  }
}

.p-midashinami-intro__interview-btn.p-plan-card__btn2::before {
  content: "";
  background: url(../images/operation/img_midashinami_intro11_02_sp.png) no-repeat
    center / contain;
  width: 100%;
  height: 42vw;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-midashinami-intro__interview-btn.p-plan-card__btn2::before {
    content: "";
    background: url(../images/operation/img_midashinami_intro11_02.png) no-repeat
      center / contain;
    width: 618px;
    height: 174px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-midashinami-intro__interview-btn.p-plan-card__btn2 a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px;
  max-width: 560px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  background-color: #ff5a0f;
  color: #fff;
  margin: 0 auto;
}

.p-midashinami-intro__interview-btn.p-plan-card__btn2 a img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.p-midashinami-counseling__text {
  margin-bottom: 1.5rem;
}

.p-midashinami-counseling__flex {
  display: flex;
  justify-content: space-between;
}

.p-midashinami-counseling__left {
  width: 57.14%;
}

.p-midashinami-counseling__right {
  width: 40%;
}

.p-midashinami-counseling__middle {
  margin: 1.5rem 0;
}

.p-midashinami-check__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-midashinami-check__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-midashinami-proposal__img {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-midashinami-proposal__img {
    margin-top: 2rem;
  }
}

.p-midashinami-proposal__title-second {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-midashinami-proposal__title-second {
    margin-top: 3.5rem;
  }
}

.p-midashinami-proposal__bottom {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-midashinami-proposal__bottom {
    margin-top: 2.5rem;
  }
}
.p-page-price__table {
  display: block;
  padding: 0;
}
.tablepress > :where(thead, tfoot) > * > th {
  width: 950px;
  font-size: 20px;
}
.p-page-price__table tbody tr {
  align-items: center;
}

.p-page-price__table tbody tr + tr {
  margin-top: 0;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border-color);
}

.p-page-price__table tbody tr td {
  border-top: none;
}
@media (max-width: 768px) {
  .p-page-price__table tbody tr {
    border-top: 1px solid #d9d9d9;
  }
  .tablepress > :where(thead, tfoot) > * > th {
    width: 100%;
    border-bottom: none !important;
    font-size: clamp(14px, 4.266vw, 16px);
  }
}
.p-midashinami-overview__img {
  margin: 0 0 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-midashinami-overview__img {
    margin: 4.3125rem 0 5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-midashinami-overview.l-inner {
    padding: 0;
  }
}

.p-midashinami-overview__flex {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .p-midashinami-overview__flex {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 0;
  }
}

.p-midashinami-overview .p-operation-overview__lists {
  margin: 0 20px;
}

@media screen and (min-width: 768px) {
  .p-midashinami-overview .p-operation-overview__lists {
    margin: 0;
  }
}

.p-midashinami-doctor.p-operation-doctor .p-top.c-blog-bnr {
  display: none;
}

.c-common-faq__items h3.heading4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 24px;
}

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

.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%;
}
.p-consultation-menu {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .menu-item .p-consultation-menu-term span {
    font-size: 20px;
    line-height: 1.3;
    position: relative;
    bottom: 6px;
  }
}
.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;
}
.p-consultation-menu-term:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  top: 50%;
  left: 0;
  z-index: -1;
  display: block;
  position: absolute;
}

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


.p-consultation-menu-term span {
  display: inline-block;
  padding: 0 8px;
  background: #fff;
  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 #333;
}
.p-consultation-menu-list-item a,
.p-consultation-menu-list-item .c-no-link {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 4px 12px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
  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 #a78620;
  border-right: 0.1rem solid #a78620;
  position: absolute;
  right: 16px;
  top: calc(50% - 0.3rem);
}
@media (max-width: 768px) {
  .p-consultation-menu-list {
    gap: 8px;
  }
  .p-consultation-menu-list-item {
    width: calc(50% - 4px);
    height: 62px;
  }
  .p-consultation-menu-list-item a,
  .p-consultation-menu-list-item .c-no-link {
    padding: 4px 24px 4px 12px;
    font-size: clamp(12px, 3.75vw, 14px);
  }
}

/* 治療カセット 詳細 */
.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 {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 8px;
  }
}
.p-list-menu {
  margin: 0 0 8px;
  padding: 24px;
  background: #f6f6f6;
}
.p-list-menu-item {
  padding: 24px;
  background: #fff;
  box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
}
.p-list-menu-item:not(:nth-last-of-type(1)) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-list-menu {
    padding: 5.333vw 6.4vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 8px;
  }
  .p-list-menu-item {
    padding: 4.266vw;
  }
}

.c-heading-menu-list {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.page-injection .c-heading-menu-list small {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-heading-menu-list {
    margin-bottom: 4.266vw;
    font-size: clamp(18px, 5.33vw, 20px);
  }
}
.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.6;
}
.c-menu-accordion-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
}
.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;
}
.p-menu-accordion p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.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 .c-menu-detail {
    font-size: 3.733vw;
  }
  .c-menu-accordion-heading {
    font-size: 14px;
  }
}

.l-medicine .p-list-menu-item__bottom {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-medicine .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;
}
.l-medicine .c-price-consultation {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--gray-800);
}
@media (max-width: 768px) {
  .l-medicine .c-menu-contents {
    font-size: clamp(18px, 6.4vw, 24px);
  }
  .l-medicine .c-menu-price {
    font-size: clamp(28px, 8.533vw, 32px);
  }
  .l-medicine .c-menu-contents small {
    font-size: clamp(12px, 3.6vw, 14px);
  }
}
/* 予約ボタン */
.l-medicine .c-menu-reserve-btn {
  width: 303px;
  height: 56px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .l-medicine .c-menu-reserve-btn {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .l-medicine .c-menu-reserve-btn {
    height: 56px;
    border-radius: 4px;
  }
}
.l-medicine .c-menu-reserve-btn-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(---illust-orange-400, #ff5a0f);
}
.l-medicine .c-menu-reserve-btn-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-medicine .c-icon-btn-sp {
  width: 24px;
  height: auto;
}
.l-medicine .c-menu-reserve-btn__text {
  padding-left: 4px;
  color: #ff5a0f;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.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(../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: 64px;
}
.page-medicine .p-operation-treatment__item img {
  width: 310px;
  height: 174px;
}
@media (max-width: 768px) {
  .page-medicine .p-operation-treatment__item img {
    width: 100%;
    height: 100%;
  }
}

/*-------------------------------------------------------------------------------
 点滴・注射ページ
-------------------------------------------------------------------------------*/
.p-injection-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-injection-about__img {
  width: 100%;
  max-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;
  padding-right: 25px;
  padding-left: 25px;
  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-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.p-operation-menu-injection {
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  max-width: 1050px;
  padding: 0 25px;
}
.p-worry-wrap {
  background: #f6f6f6;
  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;
  background: #d9d9d9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-list-worry {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  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(../images/operation/icon_check_worries-blue.svg) no-repeat
    top/cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.p-list-menu-item__bottom {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .p-injection-about__contents {
    flex-direction: column;
    gap: 24px;
  }
  .p-injection-about__img {
    max-width: 100%;
  }
  .page-injection .p-consultation-menu-list {
    gap: 8px;
  }
  .p-list-menu {
    padding: clamp(22px, 6.4vw, 24px);
  }
  .l-menu-wrapper:not(:nth-last-of-type(1)) {
    margin-bottom: 56px;
  }
  .p-operation-menu-injection {
    margin: 80px auto;
    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.c-menu-hair {
  background-image: url(../images/page/injection/icon-hair01.png);
}
.page-injection .p-consultation-menu-term.c-menu-beauty {
  background-image: url(../images/page/injection/icon-beauty.png);
}
.page-injection .p-consultation-menu-term.c-menu-detox {
  background-image: url(../images/page/injection/icon-detox.png);
}
.page-injection .p-consultation-menu-term.c-menu-skincare {
  background-image: url(../images/page/injection/icon-skincare.png);
}
.page-injection .p-consultation-menu-term.c-menu-aging {
  background-image: url(../images/page/injection/icon-agingcare.png);
}
.page-injection .p-consultation-menu-term.c-menu-diet {
  background-image: url(../images/page/injection/icon-diet.png);
}
.page-injection .p-consultation-menu-term.c-menu-physical {
  background-image: url(../images/page/injection/icon-physical.png);
}
.page-injection .p-consultation-menu-term.c-menu-specialcare {
  background-image: url(../images/page/injection/icon-specialcare.png);
}

/* 治療の流れ */
.page-injection .p-operation-treatment__items {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
.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: 100%;
  }
}

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

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

.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.page-mesotherapy-ingredients__heading:not(:last-child) {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

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

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

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

  .p-operation-merit .movie-mesotherapy {
    width: 100%;
    height: auto;
  }
  .p-operation-merit .movie-mesotherapy video {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .mesotherapy-effect-img01 {
    display: block;
    margin-bottom: 40px;
  }
  .p-operation-merit .movie-mesotherapy {
    border-radius: 12px;
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 48px 0;
    text-align: center;
  }
}
.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: 100%;
    max-width: 421px;
  }
}

.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;
  }
}
@media screen and (min-width: 768px) {
  .p-operation-system__content-minoxidil {
    background-color: transparent;
    max-width: 379px;
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .p-operation-system__content-minoxidil {
    background-color: transparent;
    border: none;
  }
}

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

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

.p-mesotherapy-different {
  background-color: #f6f6f6;
  padding: 34px 40px 42px 40px;
  margin-top: 40px;
}

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

.p-mesotherapy-different__heading {
  border: 5px solid #0fb4ff;
  padding: 20px 136px 20px 26px;
  position: relative;
  width: fit-content;
  background: #ffffff;
  margin: 0 auto 27px;
}

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

.p-mesotherapy-different__heading::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px; /* 13pxから15pxに調整 */
  border-color: #0fb4ff transparent transparent transparent;
}

.p-mesotherapy-different__heading::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px; /* 13pxから16pxに調整 */
  height: 10px; /* 9pxから10pxに調整 */
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.p-mesotherapy-different__heading .heading-orange {
  color: #0fb4ff;
}
.p-mesotherapy-different__heading .heading-small {
  font-size: 24px;
}
@media (max-width: 767px) {
  .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: 8px;
  }
}

@media (max-width: 366px) {
  .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;
    letter-spacing: -0.1px;
  }
}

.p-mesotherapy-different__heading-img {
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 111px;
}
@media (max-width: 767px) {
  .p-mesotherapy-different__heading-img {
    position: absolute;
    right: 0;
    bottom: -4px;
    width: min(36%, 111px);
  }
}

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

.p-comparison-table__header .p-comparison-table__cell:not(:first-child) {
  box-shadow: 4px 0 15px -4px rgba(0, 0, 0, 0.15),
    0 4px 15px -4px rgba(0, 0, 0, 0.15);
}
.p-comparison-table .p-comparison-table__row:not(:first-child) {
  box-shadow: 4px 0 15px -4px rgba(0, 0, 0, 0.15),
    0 4px 15px -4px rgba(0, 0, 0, 0.15);
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.p-comparison-table
  .p-comparison-table__row:not(:first-child)
  .p-comparison-table__cell:not(:first-child) {
  border-left: 1px solid #d9d9d9;
}
.p-comparison-table__row {
  display: flex;
  height: 130px;
  border-bottom: 1px solid #d9d9d9; /* 横線の色を変更 */
}

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

.p-comparison-table__cell {
  flex: 1;
  padding: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
}
/* 最後のセルは右ボーダー不要 */
.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;
}

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

.p-comparison-table__header .p-comparison-table__cell:nth-child(2) {
  margin-left: 1px;
}
.p-comparison-table__header .p-comparison-table__cell:nth-child(3) {
  position: relative;
}
.p-comparison-table__header .p-comparison-table__cell:nth-child(3)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 1px);
  background-color: #fff;
  top: 0;
  left: 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: #0fb4ff;
  font-size: 21.2px;
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 150px;
  margin: auto;
}

.p-comparison-table__subtitle {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 13px;
  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: #0fb4ff;
  font-size: 21px;
}

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

.p-comparison-table__notes li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.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: #0fb4ff;
  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;
    background-color: #f6f6f6;
  }

  .p-comparison-table-sp {
    position: relative;
    z-index: 1;
  }
  .p-comparison-table-sp::before {
    content: "";
    width: 108%;
    height: 100%;
    position: absolute;
    top: -3px;
    right: -4%;
    background: #f6f6f600 url(../images/operation/minoki-table-shadow-sp.png)
      no-repeat top/contain;
    z-index: -1;
    background-blend-mode: multiply;
  }
  .p-comparison-table-sp::after {
    content: "";
    width: 100%;
    height: calc(100% - 99px);
    position: absolute;
    top: 99px;
    right: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  }

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

  /* ヘッダー行のスタイル */
  .p-comparison-table-sp__header:not(:first-child) {
    background-color: #e9f8ff;
  }

  .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: #e9f8ff;
  }
  .p-comparison-table-sp__header .p-comparison-table-sp__cell:last-child {
    border-left: 1px solid #eee; /* 内部ボーダーを追加 */
  }
  .p-comparison-table-sp__row .p-comparison-table-sp__cell {
    position: relative;
    z-index: 1;
  }
  .p-comparison-table-sp__row .p-comparison-table-sp__cell::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  /* タイトルとアイコン */
  .p-comparison-table-sp__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #0fb4ff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    height: 47px;
  }

  .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;
    white-space: nowrap;
  }

  /* ヘッダー行の最初のセルは背景色を元に戻す */
  .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;
  }
  th.p-comparison-table-sp__cell {
    border: 1px solid #b9b9b9;
  }

  /* 効果テキスト */
  .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: #0fb4ff;
    font-weight: bold;
  }

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

  .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 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-mesotherapy-ingredients {
  max-width: 840px;
  margin: auto;
}

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

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

.p-mesotherapy-ingredients__box {
  background-color: #f6f6f6;
  padding: 34px 24px 24px 24px;
  margin-top: 24px;
}

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

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

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

.p-mesotherapy-ingredients__card {
  background: #ffffff;
  padding: 18px 26px 18px 167px;
  position: relative;
  display: flex;
  align-items: center;
  border: 5px solid #0fb4ff;
  position: relative;
}

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

.p-operation-effect__items > li + li {
  margin-top: 100px;
}

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

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

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

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

.p-operation-effect__body p.p-mesotherapy-ingredients__heading {
  font-size: 24px;
  font-weight: bold;
  margin-top: 8px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .p-mesotherapy-ingredients__heading {
    font-size: 16px;
    margin-top: 0;
  }
  .p-operation-effect__body p.p-mesotherapy-ingredients__heading {
    font-size: clamp(14px, 4.2vw, 16px);
  }
}

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

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

@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;
  font-size: 20px;
}

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

.p-mesotherapy-ingredients__sub-text span {
  color: #0fb4ff;
  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;
  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;
  }
}

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

.p-operation-effect__body p.p-mesotherapy-ingredients__name {
  color: #0fb4ff;
  font-weight: bold;
}

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

@media (max-width: 767px) {
  .p-mesotherapy-ingredients__desc {
    margin-top: 4px;
  }
}

@media (max-width: 767px) {
  .p-mesotherapy-ingredients__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.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-operation-effect__title:has(
    + .p-operation-effect__body .p-mesotherapy-ingredients
  ) {
  display: none;
}

.p-operation-effect__title:has(+ .p-operation-effect__body .p-mpgun) {
  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;
  border: none;
}

.p-operation-effect__title:has(+ .p-operation-effect__body .p-mpgun)::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 30px;
  background: linear-gradient(
    180deg,
    #e2d29e 0%,
    #e2d29e 50%,
    #262626 50%,
    #262626 100%
  );
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
}

.p-operation-effect__body:has(.p-mpgun) {
  max-width: 840px;
  margin: auto;
}

/* ===============================================
# メソセラピー （ミノキシジル） 終了
=============================================== */

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

.page-id-1434 .p-operation-case .c-block-title {
  display: none;
}

.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: #0fb4ff;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  padding-bottom: 12px;
  margin-bottom: 32px;
  border-bottom: 2px solid #0fb4ff;
  position: relative;
}
.mirrorpeel-feature-point::before {
  content: "";
  width: 67px;
  height: 57px;
  background: url(../images/operation/bg_deco_count.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: 700;
  line-height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  left: -58px;
  font-family: "Jost", serif;
}
.page-mirrorpeel .wrap-first-text {
  margin-bottom: 32px !important;
}
.page-mirrorpeel .wrap-first-text strong {
  color: #0fb4ff;
}
.page-mirrorpeel .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 {
  padding: 40px 20px;
  background-color: #f6f6f6;
}

.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: #fff;
  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: 1px solid #333;
}

.mirrorpeel-grid-item::before {
  content: "";
  width: 48px;
  height: 41px;
  background: url("../images/operation/bg_deco_count.png") no-repeat top/contain;
  position: absolute;

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

.mirrorpeel-grid-item-content {
}

.p-operation-article__inner p.mirrorpeel-grid-item-heading {
  color: #0fb4ff;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0;
  font-family: "Jost", 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: #e9f8ff;
  border: 2px solid #0fb4ff;
  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: #0fb4ff;
  font-weight: bold;
  font-size: 22px;
  line-height: 130%;
  width: fit-content;
  border: 2px solid #0fb4ff;
  background-color: #fff;
  padding: 14px 49px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.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);
}

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

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

.page-mirrorpeel-list-item {
  background-color: #fff;
  max-width: 412px;
  padding: 24px;
  border: 1px solid #333333;
}

.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: #0fb4ff;
  line-height: 130%;
  margin-top: 16px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

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

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

.page-mirrorpeel .mirrorpeel-flow {
  margin-top: 64px;
  padding: 24px 24px 32px;
  background-color: #e9f8ff;
}
.page-mirrorpeel .mirrorpeel-flow__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 2px solid #0fb4ff;
}
.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;
  margin: 0 auto;
}
.page-mirrorpeel .mirrorpeel-flow__list-item {
  background: #fff;
  width: 156px;
  padding: 8px;
}
/* .page-mirrorpeel .mirrorpeel-flow__list-item img {
  image-rendering: pixelated;
} */
.page-mirrorpeel .mirrorpeel-flow__list-item p {
  display: contents;
}
.page-mirrorpeel .mirrorpeel-flow__list-heading {
  height: 34px;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  display: grid !important;
  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 4px;
    justify-content: initial;
  }

  .mirrorpeel-grid-item::before {
    left: -10px;
    top: -10px;
  }
  .mirrorpeel-grid-item::after {
    left: 2px;
    top: -2px;
  }

  .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;
    gap: 10px;
  }

  .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 {
    max-width: 412px;
    padding: 24px;
    margin: auto;
  }

  .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", sans-serif;
  }

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

  .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: -43px;
    top: 46%;
  }
  .page-mirrorpeel .page-mirrorpeel-list {
    flex-direction: column;
  }
  .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: #0fb4ff;
    position: absolute;
    top: -42px;
    right: -24px;
    z-index: -1;
  }
}
/* 202503コンテンツ追加 */
.page-mirrorpeel-wrapper-movie {
  width: 100%;
  background-color: #f6f6f6;
  margin-top: 44px;
  padding-bottom: 48px;
  position: relative;
}
.page-mirrorpeel-wrapper-movie .wrap-heading {
  padding: 38px 48px 26px 40px;
  background-color: #0fb4ff;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.page-mirrorpeel-wrapper-movie .wrap-heading::before {
  content: "";
  width: 53px;
  height: 53px;
  background-color: #0fb4ff;
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: -32px;
  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;
}
.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(https://shirono-aga.com../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(https://shirono-aga.com../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: 31px 0 21px 36px;
    margin-bottom: 32px;
  }
  .page-mirrorpeel-wrapper-movie .heading5 {
    text-align: left;
    font-size: 20px;
    line-height: 1.6;
  }
  .page-mirrorpeel-wrapper-movie .wrap-heading img {
    width: 36%;
    height: auto;
    aspect-ratio: 135/141;
  }
  .page-mirrorpeel-wrapper-movie .wrap-heading::before {
    bottom: -24px;
  }
  .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;
  }
}

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

@media (min-width: 768px) {
  .page-id-1724 .c-heading-article {
    margin-bottom: 32px;
  }

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

  .page-id-1724 .p-operation-treatment__item {
    width: 100%;
  }
  .page-id-1724 .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 {
}

.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: #f6f6f6;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  /* gap: 40px; */
  gap: 20px;
  margin-top: 32px;
}

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

.p-vfd-info {
  background-color: #fff;
  padding: 20px 24.5px;
  text-align: center;
  color: #333;
  width: 100%;
  max-width: 401px;
  box-shadow: 0px 6px 20px 0px #00000014;
}

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

.p-vfd-info__box {
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  padding: 15px;
  max-width: 172px;
  width: 100%;
}

.p-vfd-info__label {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #0fb4ff;
  width: fit-content;
  margin: auto;
  padding: 2px 8px;
}

.p-operation-article__inner p.p-vfd-info__value {
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
  color: #333;
}

.p-operation-article__inner p.p-vfd-info__description {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-top: 16px;
}

.p-vfd-info__highlight {
  background-color: #0fb4ff;
  color: #fff;
  padding: 4px 9px;
  line-height: 1;
  margin-top: 4px;
  width: fit-content;
  display: inline-block;
  font-weight: 700;
}

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

@media (max-width: 767px) {
  .page-id-1724 .c-heading-article {
    margin-bottom: 24px;
  }
  .page-id-1724 .p-operation-merit__article-item:not(:nth-last-of-type(1)) {
    margin-bottom: 56px;
  }
  .p-vfd-freeze__container {
    flex-direction: column;
    padding: 24px 20px 80px;
    position: relative;
    border-radius: 0;
    margin: 24px calc(50% - 50vw) 225px;
  }

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

  .p-vfd-info__header {
    flex-direction: column;
    gap: 4px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 16px;
  }

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

  .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: #0fb4ff;
}

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

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

@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: 375px;
}

.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: 20px calc(50% - 50vw) 0;
    width: 100vw;
  }

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

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

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

.p-vfd-technology__img {
  max-width: 335px;
  width: 100%;
  height: auto;
}
.p-vfd-technology__box {
  margin-top: 40px;
  border: 1px solid #d9d9d9;
  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: #0fb4ff;
}

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

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

@media (min-width: 768px) {
  .p-vfd-technology__img {
    min-width: 335px;
  }
}
@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;
    color: #333;
  }

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

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

.p-vfd-leather__container {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: baseline;
  padding-top: 16px;
  margin-top: 40px;
  border: 1px solid #333333;
}

.p-vfd-leather__container img {
  margin-bottom: -2px;
}

.p-vfd-leather__img {
  max-width: 400px;
  width: 100%;
  height: auto;
}

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

.p-vfd-box {
  background-color: #f6f6f6;
  padding: 40px;
  margin-top: 40px;
}

.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: 20px;
  font-weight: bold;
  border-bottom: 2px solid #262626;
  position: relative;
  padding-bottom: 12px;
}

.p-vfd-box__title span {
  font-size: 14px;
  display: block;
  font-weight: 400;
  color: #262626;
}

.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: 16px;
}

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

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

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

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

.p-vfd-box--medical {
  padding-bottom: 0;
}

.p-vfd-box__picture-wrapper {
  padding-top: 32px;
  background-color: #f6f6f6;
}

.p-vfd-box__picture-wrapper + .p-vfd-box {
  margin-top: 0;
  padding-top: 0;
}

.p-vfd-box__picture-wrapper picture:first-child {
  margin-top: 0;
}

.p-vfd-box__picture-wrapper picture + picture {
  margin-top: 16px;
  display: block;
}

.p-operation-article__inner p.p-vfd-box__heading {
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #0fb4ff;
}

.p-operation-article__inner p.p-vfd-box__heading--2 {
  padding-top: 56px;
  margin-top: 0;
}

.p-operation-article__inner p.p-vfd-box__heading--2 + p:has(.p-vfd-box__img) {
  margin-top: 16px;
}

.p-operation-article__inner p.p-vfd-box__cleanliness {
  font-size: 32px;
  font-weight: 700;
  color: #0fb4ff;
  text-align: center;
  font-family: "Jost", sans-serif;
  border: 3px solid #0fb4ff;
  background-color: #fff;
  max-width: 424px;
  width: 100%;
  margin: 52px auto 0;
  padding: 13px 17px;
  line-height: 1.2;
  box-shadow: 0px 6px 20px 0px #00000014;
}

.p-vfd-box__cleanliness span {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  display: block;
  margin-top: 4px;
}

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

.p-vfd-box__img {
  max-width: 513px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

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

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

  .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: 24px 20px;
    margin-top: 64px;
  }

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

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

  .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: 16px;
    max-width: 285px;
    margin: 24px auto 0;
  }

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

  .p-vfd-box__white-wrapper {
    flex-direction: column;
    padding: 0 20px;
  }

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

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

  .p-operation-article__inner p.p-vfd-box__heading--2 {
    padding-top: 52px;
  }

  .p-operation-article__inner p.p-vfd-box__cleanliness {
    margin-top: 40px;
    padding: 13px 0;
  }

  .p-vfd-box__cleanliness span {
    font-size: 16px;
    font-weight: 500;
  }

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

  .p-vfd-box__img:first-child {
    margin-top: 16px;
  }

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

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

  .p-vfd-box__picture-wrapper {
    padding-top: 24px;
  }

  .p-vfd-box__picture-wrapper + .p-vfd-box {
    padding-right: 0;
    padding-left: 0;
  }

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

/* 症例写真 スクロールパターン 追加 */

.p-article-case .img-case-pict-scroll {
  display: block;
  margin: 0 auto 16px;
  max-width: 840px;
}

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

/* 治療詳細メインビジュアル 追加 */
.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;
  }
}

/* オリジナル処方 */
.c-menu-btns-wrap01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.c-btn-cta-reserve.type01 .c-menu-reserve-btn-item {
  background-color: #06c755;
  border: none;
}
.c-btn-cta-reserve.type01 .c-header-line-btn__img {
  display: block;
  width: 24px;
  height: auto;
}
.c-btn-cta-reserve.type01 .c-menu-reserve-btn__text {
    padding-left: 8px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.p-list-menu-item__bottom:has(.c-btn-cta-reserve.type01) {
  flex-wrap: wrap;
}
.c-menu-btns-wrap01:has(.c-btn-cta-reserve.type01) {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.c-menu-btns-wrap01:has(.c-btn-cta-reserve.type01) .c-menu-reserve-btn {
  /* width: 250px; */
  width: 180px;
}
.c-menu-btns-wrap01:has(.c-btn-cta-reserve.type01) .c-menu-reserve-btn__text {
  font-size: 14px;
}
.c-menu-btns-wrap01:has(.c-btn-cta-reserve.type01) .c-menu-reserve-btn.type02 .c-menu-reserve-btn-item {
  border: 2px solid #2fb3fb;
}
.c-menu-btns-wrap01:has(.c-btn-cta-reserve.type01) .c-menu-reserve-btn.type02 .c-menu-reserve-btn__text {
  color: #2fb3fb;
}
@media screen and (max-width: 1024px) {
  .c-menu-btns-wrap01.type01 {
    width: 100%;
  }
  .c-menu-btns-wrap01:has(.c-btn-cta-reserve.type01) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 769px) {
  .c-menu-btns-wrap01:has(.c-btn-cta-reserve.type01) {
    width: 100%;
  }
  .c-menu-btns-wrap01:has(.c-btn-cta-reserve.type01) .c-menu-reserve-btn {
    width: 100%;
  }
  .c-menu-btns-wrap01:has(.c-btn-cta-reserve.type01) .c-menu-reserve-btn__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .c-menu-btns-wrap01:has(.c-btn-cta-reserve.type01) {
    margin-top: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .c-menu-btns-wrap01:has(.c-btn-cta-reserve.type01) .c-menu-reserve-btn {
    width: 100%;
  }
}