﻿@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Jost:wght@500&display=swap");

/* -- WOMAN ---------------------------------- */
@media screen and (min-width: 769px) {
  .l-campaign-margin {
    margin-top: 3.5rem;
    margin-bottom: 7.5rem;
  }
  .p-page-access-how h3 {
    color: #f5907a;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
  }
  .p-page-access-how .l-page-title-margin {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 32px;
  }

  .p-page-access-how .c-page-section-title::after {
    display: none;
  }

  .p-page-head__img {
    background-color: #f5907a;
    width: 100%;
    height: 96px;
  }
  .p-page-head__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
  }
}
.p-page-head__title span.u-hidden-pc {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-page-head__wrapper {
    height: 92px;
    display: grid;
    place-items: center;
  }
  .p-page-head__img {
    background-color: #f5907a;
    width: 100%;
    height: 66px;
  }

  .p-page-head__breadcrumbs {
    margin-top: 12px;
  }
  .l-campaign-margin {
    margin-top: 40px;
    margin-bottom: 64px;
  }
  .p-page-access-how h3 {
    color: #f5907a;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
  }
  .p-page-access-how .c-page-section-title::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-common-margin {
    margin-top: 3rem;
    margin-bottom: 10rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* -------------------------------------- */
.p-page-campaign-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  gap: 10px;
  padding-bottom: 72px;
}
.p-page-campaign-intro img {
  border-radius: 8px;
}

.p-page-campaign-intro__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-access-items {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-access-time {
  flex-shrink: 1;
  position: relative;
}

.p-access-time-table table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  white-space: nowrap;
}

.p-access-time-table th {
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  background-color: #4f4f4f;
  font-weight: 700;
  border: 1px solid #4f4f4f;
  padding: 1.25em 0.64em;
  border-right: 1px solid #fff;
}

.p-access-time-table th:nth-child(1) {
  width: 143px;
}
.p-access-time-table th:last-child {
  border-right: none;
}
.p-access-time-table td.c-day-consultation {
  padding-left: 44px;
  padding-right: 16px;
  background: url(/common/images/page/access/icon_day.svg) no-repeat left 16px center;
  background-color: #fff;
  text-align: start;
}
.p-access-time-table td.c-night-consultation {
  padding-left: 44px;
  padding-right: 16px;
  background: url(/common/images/page/access/icon_night.svg) no-repeat left 16px
    center;
  background-color: #fff;
  text-align: start;
}

.p-access-time-table td {
  padding: 1.25em 0.64em;
  font-size: 0.875rem;
  font-weight: 700;
  border: 1px solid #d9d9d9;
  border-top: none;
  border-right: none;
  background-color: #fff;
}
.p-access-time-table td:last-child {
  border-right: 1px solid #d9d9d9;
}

.p-access-time-table span {
  font-size: 0.5rem;
}

.p-access-time-table img {
  width: 11px;
}

.p-access-tel {
  flex-shrink: 0;
  padding: 8px 16px;
  background-color: #fff;
  margin-left: 18px;
  position: relative;
  border-radius: 8px;
  border: 1px solid #000;
  width: 217px;
  height: 151px;
}

.p-access-tel-title {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.54px;
  font-size: 18px;
  width: 180px;
  padding: 3px 9px 4px 9px;
  border-radius: 4px;
  background: #4f4f4f;
  text-align: center;
  margin-bottom: 4px;
}

.p-access-tel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  place-items: center;
}

.p-access-tel-box-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.p-access-tel-num {
  font-size: clamp(18px, 2.286vw, 24px);
  font-weight: 800;
  font-family: League Spartan;
  margin-left: 3.5px;
}
_::-webkit-full-page-media,
_:future,
:root .p-access-tel-num {
  font-size: 22px;
}
.p-access-tel-img {
  width: 104px;
}
.p-access-tel-num a {
  position: relative;
  display: block;
}
.p-access-tel-icon {
  height: 18px;
  width: auto;
}
.p-access-tel .c-txt-ruby {
  width: 100%;
  font-size: 10px;
  text-align: right;
  font-weight: 700;
}
.p-access-tel .c-txt-ruby .c-ruby-919 {
  letter-spacing: -3.3px;
  font-size: 11px;
  margin-right: 4px;
  position: absolute;
  inset: auto 75px 0.8em auto;
}
.p-access-tel .c-txt-ruby .c-ruby-2626 {
  margin-left: 0.7em;
  letter-spacing: -2.5px;
  font-size: 11px;
  position: absolute;
  inset: auto 19px 0.8em auto;
}
@media screen and (min-width: 768px) {
  .p-access-time-table-supplement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 16px;
    justify-content: flex-end;
    position: absolute;
    bottom: -24px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-access-time-table {
    margin-bottom: 8px;
  }
  .p-access-time-table-supplement {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
    gap: 28px;
  }
}

.p-access-time-table-supplement-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.p-access-time-table-supplement span {
  font-size: 0.5rem;
}

.p-access-time-table-supplement-item p {
  font-weight: 700;
}
.p-access-time-table-supplement-item p img {
  width: 11px;
}

/**/

.p-access-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-access-info-map iframe {
  width: 100%;
  height: 430px;
}
.p-access-info-items {
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #4f4f4f;
}
.p-access-info-items:not(:last-child) {
  margin-bottom: 16px;
}
.c-access-info-term {
  width: 140px;
  flex-basis: 140px;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.c-access-info-description {
  font-size: 16px;
  line-height: 1.6;
}
.c-access-info-description ul {
  margin-left: 1rem;
}
.c-access-info-description ul li {
  list-style-type: disc;
}
.p-access-info {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1000px) {
  .p-access-info-address,
  .p-access-info-map {
    width: 476px;
  }
}
@media screen and (max-width: 999px) {
  .p-access-info-address,
  .p-access-info-map {
    width: 48%;
  }
}
@media screen and (max-width: 622px) {
  .p-page-campaign-intro {
    flex-direction: column;
    padding-bottom: 0px;
    margin-bottom: 0;
  }

  .p-page-campaign-intro__right {
    flex-direction: row;
  }

  .p-page-campaign-intro__right img {
    max-width: calc(50vw - 25px);
  }
  .p-access-info {
    flex-flow: column;
  }
  .p-access-time-table th {
    font-size: clamp(14px, 4.27vw, 16px);
    padding: 0.5em 0.3em;
    line-height: 1.3;
    color: #fff;
  }

  .p-access-time-table th:nth-child(1) {
    /*width: clamp(90px, 27.5vw, 103px);*/
    width: 30.4vw;
  }

  .p-access-time-table td {
    padding: 0.5em;
  }

  .p-access-time-table td.c-day-consultation {
    padding-left: 34px;
    padding-right: 6px;
    background: url(/common/images/page/access/icon_day.svg) no-repeat left 2.133vw
      center;
    background-size: 5.866vw;
    background-color: #fff;
  }
  .p-access-time-table td.c-night-consultation {
    padding-left: 34px;
    padding-right: 6px;
    background: url(/common/images/page/access/icon_night.svg) no-repeat left 2.133vw
      center;
    background-size: 5.866vw;
    background-color: #fff;
  }

  .p-access-info-address,
  .p-access-info-map {
    width: 100%;
  }
  .c-access-info-term {
    width: 33.066vw;
    flex-basis: 33.066vw;
    flex-shrink: 0;
  }
  .p-access-info-address {
    margin-bottom: 8.5333vw;
    position: relative;
  }
  .p-access-info-address::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px solid #262626;
    position: absolute;
    top: -24px;
  }
  .p-access-info-map iframe {
    height: 80.8vw;
  }
}

.p-page-content__lead {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 24px;
}
.p-offer-line-friend.c-offer-access {
  width: clamp(260px, 86vw, 335px);
  margin: 40px auto;
}
.p-page-access__inner .c-line-btn {
  background-color: #06c755;
  max-width: 303px;
  height: 56px;
  margin: 16px auto 0;
}
.p-heading--cta-line {
  text-align: center;
}
.p-offer-line-id {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.p-page-access__inner .c-line-btn a {
  width: 100%;
  height: 100%;
}

.p-page-access__inner .c-line-btn a .c-line-btn__text {
  padding-left: 8px;
  font-size: 16px;
}
.p-page-access__inner .c-line-btn img {
  width: 24px;
  width: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-page-content__lead {
    text-align: left;
  }

  .p-page-access__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .p-access-items {
    flex-direction: column;
  }

  .p-access-tel {
    flex-shrink: 0;
    padding: 1em 20px 1.25em;
    background-color: #f6f6f6;
    margin-left: 1.52%;
    height: 97px;
  }

  .p-access-tel-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .p-access-tel-num {
    font-size: 24px;
    font-weight: 800;
    margin-left: 3.5px;
  }

  .p-access-tel-img {
    width: 98px;
    height: 66px;
    margin-left: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .p-access-tel {
    width: 100%;
    justify-content: space-between;
    flex-shrink: 1;
    background-color: #ffff;
    margin-left: 0;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .p-access-tel .c-txt-ruby {
    padding: 0;
    font-size: 2.666vw;
    font-weight: 700;
    text-align: right;
    /* position: absolute;
    inset: auto 15px 14px auto; */
  }
  .p-access-tel .c-txt-ruby .c-ruby-919 {
    letter-spacing: -3px;
    inset: auto 84px 13% auto;
  }
  .p-access-tel .c-txt-ruby .c-ruby-2626 {
    margin-left: 10px;
    letter-spacing: -2px;
    inset: auto 27px 13% auto;
  }
  .p-access-tel-title br {
    display: none;
  }

  .p-access-tel-box:nth-child(1) {
    width: 188px;
  }
  .p-access-tel-box-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
    width: 188px;
  }
}

@media screen and (max-width: 374px) {
  .p-access-tel-num {
    font-size: 6.66vw;
  }

  /* しゅんしゅんP先生のYoutube */

  .bnr-youtube-ssp {
    margin: 0px auto 100px;
    display: block;
    width: 748px;
  }
  .bnr-youtube-ssp img {
    border-radius: 16px;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.25);
  }
  @media screen and (max-width: 767px) {
    .bnr-youtube-ssp {
      margin: 80px auto;
      display: block;
      width: 89.3333vw;
    }
  }
  .p-page-campaign-intro {
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  .c-page-section-title {
    width: 89.333vw;
    margin: 0 auto 20px;
    font-size: 9.333vw;
  }
  #page-access-how.c-page-section-title {
    font-size: 7.466vw;
    margin-bottom: 20px;
  }
}

/* 20231031 追記 */
.p-price-bg {
  background-color: transparent;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-price-bg::before,
.p-price-bg::after {
  display: none;
}
.c-note-price-menu {
  margin-bottom: 40px;
}
.l-common-margin.p-page-price-menu {
  margin-top: 152px;
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .c-heading-block-menu {
    margin-top: 48px;
  }
  .p-page-price-menu__items {
    margin-top: -8px;
  }
  .p-price-bg {
    width: 100vw;
    margin: 48px calc(50% - 50vw);
    position: relative;
    background-color: transparent;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-common-margin.p-page-price-menu {
    margin-bottom: 96px;
    background: #fdf4e9;
  }
}

/* 代表医師 */
.l-top-message {
  margin-top: 0;
  padding: 0;
}

.l-top-message .p-column-txt {
  width: 460px;
  flex-basis: 460px;
}
.l-top-message .p-column-image {
  width: 460px;
  flex-basis: 460px;
  z-index: 1;
}
.c-message-doctor {
  margin-bottom: 16px;
  line-height: 1.6;
}
.c-txt-name {
  font-size: 20px;
  font-weight: 700;
}

.p-doctor-profile {
  margin: 24px 0;
  padding: 20px;
  border: 1px solid #4f4f4f;
  border-radius: 8px;
}
.p-doctor-profile .c-heading-profile {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.p-doctor-profile .c-txt-profile {
  font-size: 14px;
  line-height: 2;
}
.p-doctor-name {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .l-common-margin.p-operation-doctor {
    margin-top: 64px;
    margin-bottom: 112px;
  }
  .l-top-message .l-inner {
    padding: 0;
    width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .l-top-message {
    margin: 0 auto;
    padding: 0 0 64px;
  }
  .l-common-margin.p-operation-doctor {
    margin-bottom: 64px;
    margin-top: 48px;
  }
  .l-top-message .c-txt-name-en {
    display: none;
  }
  .p-doctor-profile {
    margin: 24px 0;
  }

  .l-top-message .p-column-txt {
    width: 100%;
    flex-basis: 100%;
  }
  .l-top-message .p-column-txt figure {
    margin: 40px auto 32px;
    width: 80vw;
  }
}
.l-top-message .p-column-image {
  position: absolute;
  top: -72px;
  right: 0;
  width: 460px;
}
.l-top-message .l-inner .l-layout-column {
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-inner-748 {
    max-width: 1000px;
    padding: 80px 126px;
    border-radius: 16px;
  }

  .p-page-price-menu__inner.l-inner-748 {
    padding: 32px 126px 72px;
    position: relative;
  }
  /* 
  .p-page-price-menu__inner.l-inner-748::before {
    content: "";
    display: block;
    background: url(/common/images/page/access/access-price-bg_top.png) no-repeat;
    background-size: cover;
    background-position: top;
    position: absolute;
    right: 0;
    top: -72px;
    width: 100vw;
    height: 72px;
    margin: 0 calc(50% - 50vw);
  }
  .p-page-price-menu__inner.l-inner-748::after {
    content: "";
    display: block;
    background: url(/common/images/page/access/access-price-bg_bottom.png) no-repeat;
    background-size: cover;
    background-position: bottom;
    position: absolute;
    right: 0;
    bottom: -72px;
    width: 100vw;
    height: 72px;
    margin: 0 calc(50% - 50vw);
  } */
}
@media screen and (max-width: 768px) {
  .l-common-margin.p-page-price-menu {
    margin-top: 64px;
    margin-bottom: 48px;
  }
  .p-page-price-menu__inner.l-inner-748 {
    padding-top: 32px;
    padding-bottom: 32px;
    position: relative;
    /* }
  .p-page-price-menu__inner.l-inner-748::before {
    content: "";
    display: block;
    background: url(/common/images/page/access/access-price-bg_top-sp.png) no-repeat;
    background-size: cover;
    background-position: top;
    position: absolute;
    right: 0;
    top: -33px;
    width: 100vw;
    height: 33px;
  }
  .p-page-price-menu__inner.l-inner-748::after {
    content: "";
    display: block;
    background: url(/common/images/page/access/access-price-bg_bottom-sp.png)
      no-repeat;
    background-size: cover;
    background-position: bottom;
    position: absolute;
    right: 0;
    bottom: -33px;
    width: 100vw;
    height: 33px;
  } */
  }
  .l-top-message .p-operation-doctor__inner .l-layout-column {
    padding: 20px 20px 24px;
  }
}

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

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

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

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

/* 監修医師 SP */

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

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

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

/* FAQ */

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

/* 20231122 */
.p-page-price-menu__inner.l-inner-748::after,
.p-price-bg-sub::after,
.p-price-bg-first::after,
.p-price-bg-center::after,
.p-price-bg-last::after {
  display: none;
}
.l-common-margin.p-page-access-how {
  background: #f6e9dd;
  padding: 20px 0 52px;
  margin-bottom: 192px;
  width: 100%;
  position: relative;
}
.l-common-margin.p-page-access-how::before {
  content: "";
  background-image: url(/common/images/page/access-wave-top-pc.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -75px;
  left: 0;
  height: 75px;
  width: 100%;
}
.l-common-margin.p-page-access-how::after {
  content: "";
  background-image: url(/common/images/page/access-wave-bottom-pc.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -75px;
  left: 0;
  height: 75px;
  width: 100%;
}
.p-price-bg-first,
.p-price-bg-center {
  display: contents;
}
.p-price-bg-first::before,
.p-price-bg-center::before {
  display: contents;
}
.c-heading-block-menu {
  margin-top: 64px !important;
}
.c-heading-block-menu-option-padding {
  padding-top: 0;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .l-common-margin.p-page-access-how {
    margin-top: 48px;
  }

  .l-common-margin.p-page-access-how {
    background: #f6e9dd;
    padding: 20px 0 32px;
    margin-top: 81px;
    margin-bottom: 121px;
    width: 100vw;
    position: relative;
  }
  .l-common-margin.p-page-access-how::before {
    content: "";
    background-image: url(/common/images/page/access/access-price-bg_top-sp.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -33px;
    left: 0;
    height: 33px;
    width: 100vw;
  }
  .l-common-margin.p-page-access-how::after {
    content: "";
    background-image: url(/common/images/page/access/access-price-bg_bottom-sp.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: -33px;
    left: 0;
    height: 33px;
    width: 100vw;
  }
}

/* 治療費一覧 あしらい */
.p-page-price-menu-wave {
  padding-top: 16px;
  position: relative;
  width: 100vw;
  background-color: #f6e9dd;
  margin: 0 calc(50% - 50vw);
}

.p-page-price-menu-wave::before {
  content: "";
  display: none;
  background: url(/common/images/page/access/access-price-bg_top.png) no-repeat;
  background-size: cover;
  background-position: top;
  position: absolute;
  right: 0;
  top: -72px;
  width: 100vw;
  height: 72px;
  margin: 0 calc(50% - 50vw);
}
.c-page-section-title {
  font-size: 2.1875rem;
  line-height: 1.3;
  color: #f5907a;
  margin: 0 auto 24px;
  max-width: 1000px;
}
.p-page-price-menu__inner .c-page-section-title {
  max-width: 748px;
}
.c-note-price-menu {
  display: block;
  max-width: 748px;
  margin: 0 auto;
}

.p-page-price-menu__items {
  margin-top: 0px;
}
.p-price-bg-last {
  background: #f6e9dd;
  padding: 20px 0 0px;
  margin-bottom: 0px;
  width: 100vw;
  position: relative;
}
.p-price-bg-last::before {
  content: "";
  background-image: url(/common/images/page/access-wave-top-pc.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -75px;
  left: 0;
  height: 75px;
  width: 100vw;
  display: block;
}
.p-price-bg-last::after {
  content: "";
  background-image: url(/common/images/page/access-wave-bottom-pc.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -75px;
  left: 0;
  height: 75px;
  width: 100vw;
  display: block;
}
.p-price-bg-sub {
  padding-bottom: 32px;
  position: unset;
}
.p-access-wave-wrap-first {
  background: #f6e9dd;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 16px 0 48px;
  position: relative;
}
.p-access-wave-wrap-first::after {
  content: "";
  display: block;
  background: url(/common/images/page/access/access-price-bg_bottom.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  right: 0;
  bottom: -71px;
  width: 100vw;
  height: 72px;
  margin: 0 calc(50% - 50vw);
}

.p-access-wave-wrap-second {
  background: #f6e9dd;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 16px 0 32px;
  margin-top: 114px;
  position: relative;
}

.p-access-wave-wrap-second::before {
  content: "";
  display: block;
  background: url(/common/images/page/access/access-price-bg_top.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  right: 0;
  top: -75px;
  width: 100vw;
  height: 75px;
  margin: 0 calc(50% - 50vw);
}
.p-access-wave-wrap-second::after {
  content: "";
  display: block;
  background: url(/common/images/page/access/access-price-bg_bottom.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  right: 0;
  bottom: -75px;
  width: 100vw;
  height: 76px;
  margin: 0 calc(50% - 50vw);
}
.p-page-price-menu__item {
  max-width: 748px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-page-price-menu__item:first-child .c-heading-block-menu {
    margin-top: 24px !important;
  }
  .p-price-bg-first li:first-child {
    margin-top: 64px;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .p-price-bg-first li:first-child {
    margin-top: 40px;
  }
  .p-page-price-menu-wave {
    padding-top: 32px;
    position: relative;
    width: 100vw;
    background-color: #f6e9dd;
    margin: 0 calc(50% - 50vw);
  }

  .p-page-price-menu-wave::before {
    content: "";
    display: block;
    background: url(/common/images/page/access/access-price-bg_top-sp.png) no-repeat;
    background-size: cover;
    background-position: top;
    position: absolute;
    right: 0;
    top: -33px;
    width: 100vw;
    height: 33px;
    margin: 0 calc(50% - 50vw);
  }
  .c-page-section-title {
    font-size: 1.75rem;
    line-height: 1.3;
    color: #f5907a;
    margin: 0 auto 24px;
    max-width: 748px;
  }

  .c-note-price-menu {
    display: block;
    width: 89vw;
    margin: 0 auto;
  }

  .p-page-price-menu__items {
    margin-top: 0px;
  }
  .c-heading-block-menu {
    margin-top: 40px !important;
  }
  .p-price-bg-last {
    background: #f6e9dd;
    padding: 20px 0 0px;
    margin-bottom: 0px;
    width: 100vw;
    position: relative;
  }
  .p-price-bg-last::before {
    content: "";
    background-image: url(/common/images/page/access/access-price-bg_top-sp.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -33px;
    left: 0;
    height: 33px;
    width: 100vw;
    display: block;
  }
  .p-price-bg-last::after {
    content: "";
    background-image: url(/common/images/page/access/access-price-bg_bottom-sp.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: -33px;
    left: 0;
    height: 33px;
    width: 100vw;
    display: block;
  }
  .p-price-bg-sub {
    padding-bottom: 32px;
    position: unset;
  }
  .p-access-wave-wrap-first {
    background: #f6e9dd;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 1px 0 32px;
    position: relative;
  }
  .p-access-wave-wrap-first::after {
    content: "";
    display: block;
    background: url(/common/images/page/access/access-price-bg_bottom-sp.png)
      no-repeat;
    background-size: cover;
    background-position: bottom;
    position: absolute;
    right: 0;
    bottom: -33px;
    width: 100vw;
    height: 33px;
    margin: 0 calc(50% - 50vw);
  }

  .p-access-wave-wrap-second {
    background: #f6e9dd;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 24px 0 32px;
    margin-top: 65px;
    position: relative;
  }

  .p-access-wave-wrap-second::before {
    content: "";
    display: block;
    background: url(/common/images/page/access/access-price-bg_top-sp.png) no-repeat;
    background-size: cover;
    background-position: bottom;
    position: absolute;
    right: 0;
    top: -33px;
    width: 100vw;
    height: 33px;
    margin: 0 calc(50% - 50vw);
  }
  .p-access-wave-wrap-second::after {
    content: "";
    display: block;
    background: url(/common/images/page/access/access-price-bg_bottom-sp.png)
      no-repeat;
    background-size: cover;
    background-position: bottom;
    position: absolute;
    right: 0;
    bottom: -33px;
    width: 100vw;
    height: 33px;
    margin: 0 calc(50% - 50vw);
  }
  .p-page-price-menu__item {
    max-width: 748px;
    margin: 0 auto;
  }

  .c-heading-block-menu:first-child {
    margin-top: -24px;
  }
}
