@charset "UTF-8";

/* COMMON PARTS */

.l-main {
  margin-top: 9.75rem;
}
.l-common-margin {
  margin-top: initial;
  margin-bottom: initial;
  margin-left: auto;
  margin-right: auto;
}
.l-operation__inner {
  max-width: 1050px;
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
  margin-bottom: 7.5rem;
}
.p-page-head {
  margin-bottom: 56px;
}
.l-operation__inner .c-page-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .l-main {
    margin-top: 3.75rem;
  }
  .l-operation__inner {
    padding-right: 5.3vw;
    padding-left: 5.3vw;
    margin-bottom: 2.5rem;
  }
  .l-operation__inner.p-operation-injection-mv {
    padding: 0;
    width: 100%;
  }
  .p-page-head {
    margin-bottom: 0;
  }
  .l-operation__inner .c-page-section-title {
    width: 100%;
    position: relative;
    font-size: clamp(22px, 6.2vw, 24px);
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    max-width: 1000px;
    padding-bottom: 16px;
  }
}

/* MV */
.p-operation-mv {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .p-operation-mv {
    margin-bottom: 3.5rem;
  }
  .p-operation-mv__inner.l-operation__inner {
    padding: 0;
    width: 100vw;
  }
}

.l-container {
  padding-bottom: 160px;
}
.l-container img.c-icon-effect  {
    width: 40px;
}
.l-common-section-margin {
  margin-top: 25.066vw;
}

@media screen and (min-width: 768px) {
  .l-common-section-margin {
    margin-top: 10rem;
  }
}

hgroup.p-section-heading {
  margin-bottom: 1.5rem;
}
hgroup.c-txt-center {
  text-align: center;
}
.c-section-title {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: Noto Serif JP;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.3;
  color: #5e5657;
}
.c-section-title::before,
.c-section-title::after {
  content: none;
}

hgroup.p-section-heading .c-section-text {
  margin-top: 1.5rem;
}

/* ページトップに戻る */

.p-back-to-menu {
  text-align: right;
}
.p-back-to-menu a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 24px 0 0;
  background: url(../../../../assets/img/operation/injection/icon_arrow_anchor.svg)
    no-repeat right 50%;
  background-size: 16px auto;
}

@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: clamp(24px, 7.466vw, 28px);
  }

  hgroup.c-txt-center {
    text-align: left;
  }
}

.p-consultation-menu-term {
  position: relative;
  padding-left: 48px;
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 48px;
  background-size: 48px auto;
  background-repeat: no-repeat;
}

.p-consultation-menu-term span {
    position: relative;
    z-index: 2;
    background-color: #fff;

  display: inline-block;
  padding: 0 8px;
  background: #fff;
  color: #666;
}
.p-consultation-menu-term:before {
  content: "";
  width: calc(100% - 50px);
  height: 1px;
  background: linear-gradient(to right, #CBC4C5 2px, transparent 3px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 2;
}

/* 見出しアイコン */
.p-consultation-menu-term.c-menu-hair {
  background-image: url(../../../../assets/img/operation/injection/icon-hair01.png);
}
.p-consultation-menu-term.c-menu-beauty {
  background-image: url(../../../../assets/img/operation/injection/icon-beauty.png);
}
.p-consultation-menu-term.c-menu-detox {
  background-image: url(../../../../assets/img/operation/injection/icon-detox.png);
}
.p-consultation-menu-term.c-menu-skincare {
  background-image: url(../../../../assets/img/operation/injection/icon-skincare.png);
}
.p-consultation-menu-term.c-menu-aging {
  background-image: url(../../../../assets/img/operation/injection/icon-agingcare.png);
}
.p-consultation-menu-term.c-menu-diet {
  background-image: url(../../../../assets/img/operation/injection/icon-diet.png);
}
.p-consultation-menu-term.c-menu-physical {
  background-image: url(../../../../assets/img/operation/injection/icon-physical.png);
}
.p-consultation-menu-term.c-menu-special {
  background-image: url(../../../../assets/img/operation/injection/icon-special.png);
}

.p-consultation-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
.c-align-center {
  justify-content: center;
}
.p-menu-list-single {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-consultation-menu {
    margin-bottom: 10.666vw;
  }
  .p-consultation-menu-list {
    gap: 2.133vw 2.133vw;
  }
  .p-menu-list-single {
    margin-bottom: 10.666vw;
  }
}

/* 診療ボタン */
.p-consultation-menu-list-item {
  width: 232px;
  height: 62px;
  padding: 4px 8px;
  background: #fff;
  border: 1px solid #4f4f4f;
  border-radius: 4px;
  border: 1px solid #ffd0c6;
  background: #fef5f3;
}
@media (min-width: 600px) and (max-width: 1200px) {
  .p-consultation-menu-list-item {
    width: 214px;
  }
}

.p-no-link {
  border: 1px solid #fff;
}

.p-consultation-menu-list-item a,
.p-consultation-menu-list-item .c-no-link {
  padding-right: 24px;
  position: relative;
  height: 100%;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  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.16px solid #fe9d9d;
  border-right: 0.16px solid #fe9d9d;
  position: absolute;
  right: 8px;
  top: calc(50% - 0.3rem);
}

@media screen and (max-width: 767px) {
  .p-consultation-menu-list-item {
    width: 43.466vw;
    height: 16.533vw;
  }
  .p-consultation-menu-list-item a {
    padding: 0px 24px 0 0;
  }
  .p-consultation-menu-list-item a small {
    font-size: 0.85em;
  }
}

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

.l-menu-wrapper {
  margin-bottom: 120px;
}

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

@media screen and (max-width: 767px) {
  .l-menu-wrapper {
    margin-bottom: 16.4vw;
  }
  .p-consultation-menu-term.c-heading-menu {
    margin-bottom: 2.133vw;
    font-size: 20px;
  }
  .p-list-menu {
    margin-left: -5.333vw;
    margin-right: -5.333vw;
    width: 100vw;
  }
}
.p-list-menu {
  margin: 0 0 8px;
  padding: 24px;
}
.p-list-menu-item {
  padding: 24px 23px;
  border: 1px solid #DFDFDF;
  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;
    margin-left: -5.333vw;
    margin-right: -5.333vw;
    width: 100vw;
  }
  .p-list-menu-item {
    padding: 4.266vw;
  }
}

.c-heading-menu-list {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.c-menu-description-heading {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.p-page-operation-content-wrap {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-page-operation-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-block-end: 16px;
  }
}
.p-page-operation-img {
  width: 42.017%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-page-operation-img {
    width: 100%;
    text-align: center;
  }
}
p.c-menu-description-txt {
  margin-bottom: 12px;
  font-size: 14px;
  font-family: "Hiragino Sans";
  font-weight: 300;
  line-height: 1.6;
}
.c-menu-heading {
  font-size: 14px;
  font-family: "Hiragino Sans";
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #dfdfdf;
}
.p-list-menu-item .js-common-singleAccordion-trigger {
  margin-top: 16px;
  position: relative;
  cursor: pointer;
}
.js-common-singleAccordion-trigger::before {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 0.2em;
  bottom: 0;
  margin: 0;
  background: url(../../../../assets/img/operation/injection/ac-common-plus.svg)
    no-repeat top/cover;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-common-singleAccordion-trigger.is-active::before {
  background: url(../../../../assets/img/operation/injection/ac-common-minus.svg)
    no-repeat top/cover;
  height: 3px;
  top: 11px;
}
.c-menu-txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
.p-menu-accordion {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.p-menu-accordion p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.c-menu-detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-menu-description-heading {
    font-size: 4.266vw;
  }

  .c-menu-description-txt {
    margin-bottom: 3.2vw;
    font-size: 3.733vw;
    font-weight: 400;
    line-height: 1.3;
  }
  .c-menu-description-txt {
    margin-bottom: 3.2vw;
    font-size: 3.733vw;
  }
  .c-menu-detail {
    font-size: 3.733vw;
  }
}

.c-common-accordion__contents {
  display: none;
  cursor: pointer;
}

.c-common-accordion__contents.is-open {
  display: block;
}

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

/* 価格 */
.p-menu-price {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Hiragino Sans";
  font-weight: 600;
}
.c-menu-contents {
  padding: 4px 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background: #fe9d9d;
  font-weight: 600;
}
.c-menu-price {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}
.c-menu-price.has-no-value p {
  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;
}

.p-operation-menu {
  margin-bottom: 7.5rem;
  display: flex;
  flex-direction: column;
}
.p-worry-wrap {
  padding: 16px;
  margin-bottom: 12px;
}

.p-worry-wrap .worry-wrap-title {
  font-size: 16px;
  font-weight: 600;
  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: #ffd0c6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-list-worry {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}
.p-list-worry-item {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
  text-indent: 0.3em;
}
.p-page-operation-wrap-text {
  padding-block-end: 16px;
}
.p-page-operation-wrap-text.--last{
  padding-block-end: 8px;
}
.p-page-operation-wrap-text p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  font-family: "Hiragino Sans";
}
.c-price-yen {
  margin-left: 4px;
}
.p-back-to-menu {
  text-align: right;
  font-family: 'Noto Sans JP', sans-serif !important;
  line-height: 1.3;
  font-size: 14px;
}
.c-menu-description-txt {
  line-height: 1.6;
  margin-bottom: 0;
}
.c-menu-description-txt.txt-annotation {
  padding-left: 1em;
  position: relative;
}
.c-menu-description-txt.txt-annotation span {
  position: absolute;
  top: 0;
  left: 0;
}
.p-menu-description {
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .p-list-menu {
    padding: clamp(22px, 6.4vw, 24px);
  }
  .p-operation-menu {
    margin-bottom: 5rem;
    gap: 4rem;
  }
  .p-consultation-menu-wrap.p-operation-menu {
    margin-bottom: 4rem;
  }
  .p-list-worry {
    gap: 0.75rem;
    flex-direction: column;
  }
  .c-menu-price {
    font-size: clamp(28px, 8.533vw, 32px);
  }
}

/* @media (min-width: 1200px) {
  .supervising-doctors {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: repeat(2, auto);
  }
} */

/* 治療の流れ */
.p-operation-flow.page-injection {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.p-operation-flow.page-injection .step-title {
  color: #fe9d9d;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  padding-bottom: 8px;
}
.p-operation-flow.page-injection .step-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

/* ↑injection関連 */
/* ↓aftercare関連 */
.l-aftercare__inner {
    max-width: 1000px;
    width: 100%;
    padding: 40px 100px 0px 100px;
    margin: 0px auto;
    background: #fff;
}
@media screen and (max-width: 767px) {
    .l-aftercare__inner {
        padding: 0;
    }
}

.l-aftercare__mv{
    max-width: 1000px;
    margin: 0 auto;
    margin-block-end: 64px;
}
@media screen and (max-width: 767px) {
  article.l-operation {
    padding-inline: 20px;
  }
}

#lead_sentence {
    color: #333;
    font-family: "Hiragino Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    margin-block-end: 64px;
}
#lead_sentence strong {
    color: #333;
    font-family: "Hiragino Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
#lead_sentence .p-aftercare__lead-notes {
    display: inline-block;
    color: #333;
    font-family: "Hiragino Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    margin-block-start: 24px;
}

.p-aftercare-merit__cards {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.p-aftercare-merit__card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 1px solid #FE9D9D;
    padding: 20px 16px;
    flex-basis: 238px;
    max-width: 300px;
    box-sizing: border-box;
}
.p-aftercare-merit__img {
    text-align: center;
}
.p-aftercare-merit__card img.p-aftercare-merit__icon {
    
    width: 96px;
    aspect-ratio: 96/71;
    object-fit: cover;
}
.p-aftercare-merit__card-title {
    display: inline-block;
    color: #FA657A;
    text-align: center;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-block-end: 4px;
}
.p-aftercare-merit__card .p-aftercare-merit__card-description {
    color: var(--ST-text-black-900, #333);
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}

.p-aftercare-reserve__topical-btn .main__detailLink,
.p-aftercare__contents .main__detailLink {
    width: 242px;
}
.p-aftercare__contents .main__detailLink {
    margin: 0;
}
#prescription {
    margin-block-end: 48px;
}

.p-aftercare-prescription__heading {
    display: flex;
    align-items: center;
    background-color: #FEF5F3;
    padding: 16px;
    color: #333;
    font-family: "Hiragino Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-block-end: 40px;
}
.p-aftercare-prescription__heading::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 31px;
    margin-right: 16px;
    background-color: #FE9D9D;
}

.p-consultation-menu-term::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50px;
  right: 0;
  border-bottom: 1px dotted #CBC4C5;
  z-index: 1;
}

.p-aftercare__contents .l-menu-wrapper {
    margin-block-end: 64px;
    font-family: "Hiragino Sans";
}
.p-aftercare__contents .p-list-menu-item:not(:last-child) {
    margin-block-end: 48px;
}

.p-aftercare__contents .p-list-menu {
    margin: 0;
    padding-block: 16px;
    padding-inline: 0;
    width: 100%;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .p-aftercare__contents .p-list-menu {
        padding-block-start: 16px;
        padding-block-end: 32px;
        padding-inline: 0;
    }
}

.p-back-to-menu {
    color: #333;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-block-start: 32px;
}
@media screen and (max-width: 767px) {
  .p-back-to-menu {
  margin-block-start: 0;
  }
}

.p-aftercare__contents .c-heading-menu-list {
    color: #333;
    font-family: "Hiragino Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    padding-bottom: 16px;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-aftercare__contents .c-heading-menu-list {
    font-size: 20px;
  }
}

.p-aftercare__contents .p-worry-wrap {
    display: flex;
    align-items: center;
    background: inherit;
    padding: 12px 0;
    min-height: 40px;
}
.p-aftercare__contents .p-list-worry {
    gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-aftercare__contents .p-worry-wrap {
    padding: 12px 0 4px;
  }
  .p-aftercare__contents .p-list-worry {
      gap:12px;
  }
}
.p-aftercare__contents .p-list-worry-item {
    color: #333;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    display: flex;
    align-items: center;
}

.p-aftercare__contents .c-menu-heading {
    border-bottom: 1px solid #DFDFDF;
}

.p-aftercare__contents .p-list-menu-item__bottom {
    margin-top: 16px;
}

.p-aftercare__contents .p-menu-btn__wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
}
@media screen and (max-width: 767px) {
    .p-aftercare__contents .p-menu-btn__wrap {
    justify-content: inherit;
    align-items: flex-start;
    flex-wrap: wrap;
    }
}

.p-menu-btn__detail {
    display: flex;
    width: 180px;
    height: 54px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #FA657A;
    color: #FA657A;
    text-align: center;
    font-family: "Hiragino Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.p-menu-btn__shop {
    display: flex;
    width: 180px;
    height: 54px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #FA657A;
    background: #FA657A;
    color: #FFF;
    text-align: center;
    font-family: "Hiragino Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.p-menu-btn__line {
    display: flex;
    width: 180px;
    height: 54px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #06c755;
    background: #06c755;
    color: #fff;
    text-align: center;
    font-family: "Hiragino Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
a.p-menu-btn__shop:hover, 
a.p-menu-btn__line:hover {
    color: #fff;
}
a.p-menu-btn__detail:hover {
    color: #FA657A;
}
.p-menu-btn__line img {
    width: 24px;
}
@media screen and (max-width: 767px) {
    .p-aftercare__contents .p-menu-btn__wrap {
        justify-content: center;
        width: 100%;
    }
    .p-menu-btn__detail,
    .p-menu-btn__shop,
    .p-menu-btn__line {
        width: 100%;
    }
}

.p-aftercare-reserve__wrap {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    background: #F5F5F5;
}
.p-aftercare-reserve__btn-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    .p-aftercare-reserve__btn-wrap {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .c-cta-contact-item:not(:last-child) {
        margin-bottom: 0;
    }
}

.p-aftercare__contents .c-cta-contact-item {
    width: 307px;
    height: 80px;
}
.p-aftercare__contents .c-cta-contact-item a {
    font-size: 1em;
}
.p-aftercare__contents .c-contact-tel img,
.p-aftercare__contents .c-contact-line img {
    width: 40px;
}
.p-aftercare__contents .p-aftercare-reserve__text {
    color: #333;
    font-family: "Hiragino Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}

@media screen and (max-width: 767px) {
    .p-scroll-hint-container {
        overflow-x: auto; /* 横方向のスクロールを有効 */
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }
    .p-scroll-hint-container img {
        max-width: 700px;
        width: 700px;
    }
}


.p-aftercare__contents .p-aftercare-reserve__agreement {
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border: 1px solid #DFDFDF;
}
@media screen and (max-width: 767px) {
    .p-aftercare__contents .p-aftercare-reserve__agreement {
        flex-direction: column;
    }
}

/* 監修医師のカラム */
.supervising-doctors {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(362px, 1fr));
    gap: 24px;
    width: 100%;
}
@media (min-width: 1200px) {
    .supervising-doctors {
        grid-template-columns: repeat(3, 1fr) !important;
        grid-template-rows: repeat(2, auto);
    }
}