@charset "UTF-8";

@media (max-width: 959px) {
}

@media (max-width: 850px) {
}

@media (max-width: 767px) {
}

@media (max-width: 650px) {
}

@media (max-width: 519px) {
}

@media (max-width: 414px) {
}

@media (max-width: 375px) {
}

/****************************************************************

	他ページにも影響あり（アンカーリンリンク用）

****************************************************************/
/* #unker01,
#unker02 {
    padding-top: 3rem;
    margin-top: -3rem;
}
@media (max-width: 959px) {
    #unker01,
    #unker02 {
        padding-top: 7rem;
        margin-top: -7rem;
    }
} */

/****************************************************************

	初めてご来院の方へページ

****************************************************************/
.unlink__box--repeat4 {
  grid-template-columns: repeat(4, 1fr);
}

.unlink__box--repeat4 .unlink__box--list {
  font-size: 1.6rem;
  text-align: left;
}

.unlink__box--repeat4 .unlink__box--list a {
  height: 64px;
  padding: 2rem;
}

.treatment-flow-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 22rem;
}

.treatment-flow-list__item {
  list-style: none;
  width: calc((100% - 3rem) / 4);
  background: url(../img/treatment-flow-list_bg.svg) no-repeat center / 100% 100%;
}

.treatment-flow-list__item:last-of-type {
  background: url(../img/treatment-flow-list_bg_last.svg) no-repeat center / contain;
}

.treatment-flow-list__a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 100%;
  padding: 1rem 0;
}

.treatment-flow-list__number,
.treatment-flow__number {
  font-family: var(--infant-font);
  letter-spacing: 0.1em;
  color: #a08700;
  font-weight: normal;
}

.treatment-flow-list__number {
  font-size: clamp(1.6rem, 2vw, 2.2rem);
}

.treatment-flow__number {
  font-size: 2.2rem;
}

.treatment-flow-list__icon,
.treatment-flow__icon-box img {
  width: 5rem;
  aspect-ratio: 1;
  object-fit: contain;
}

.treatment-flow-list__icon {
  width: clamp(2rem, 4vw, 5rem);
  height: auto;
  display: block;
}

.treatment-flow__icon-box img {
  width: 5rem;
}

.treatment-flow {
  position: relative;
}

.treatment-flow::after {
  position: absolute;
  content: "";
  width: 2rem;
  height: calc(100% + 8rem);
  background-color: #f7f7f7;
  top: -8rem;
  left: 4rem;
  z-index: -1;
}

.treatment-flow_box {
  list-style: none;
  display: flex;
  align-items: flex-start;
}

.treatment-flow_box:nth-of-type(n + 2) {
  margin-top: 8rem;
}

.treatment-flow__icon-box {
  width: 10rem;
  aspect-ratio: 1;
  background-color: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.treatment-flow__contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 5rem;
  width: -webkit-fill-available;
}

.treatment-flow__title {
  font-size: 2.4rem;
  margin: 0.5rem 0 2rem;
  margin-bottom: 2rem;
}

.treatment-flow__title br {
  display: none;
}

.treatment-flow__contents p {
  margin-bottom: 2rem;
}

.treatment-flow__contents ul:not(.reserve__area--act) {
  list-style: inside;
  padding: 1.5rem 2rem;
  background-color: #eeeee9;
  border: 1px solid #cccccc;
  margin: 0 0 2rem;
}

.treatment-flow__contents .reserve__area--act {
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  gap: 1rem;
  margin: 0;
}

.treatment-flow__contents .reserve__area--act li a {
  display: flex;
  height: 8rem;
  align-items: center;
  justify-content: center;
}

.treatment-flow__contents .reserve__area--act .head__actbtn--phone small {
  margin-bottom: 0px;
}

.treatment-flow__contents .head__actbtn--line span {
  padding: 8px 0 8px 50px;
  background-size: 40px auto;
  display: inline-block;
}

.treatment-flow__contents .head__actbtn--line small {
  margin-bottom: 0;
  font-size: 1.3rem;
}

.treatment-flow_box > img {
  width: 45%;
  flex-shrink: 0;
}

.col2-bgY {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

.col2-bgY__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #faf8f2;
  padding: 4rem;
  gap: 3rem;
}

.col2-bgY__item .imgmax {
  width: auto;
  max-width: 100%;
}

.col2-bgY__item .gline__btn {
  margin-top: 0;
}

.col2-bgY__left {
  align-self: flex-start;
}

.payment p {
  margin-bottom: 2rem;
}

.payment a {
  color: #4e5798;
}

.payment img {
  width: auto;
  max-width: 100%;
}

@media (max-width: 959px) {
  .treatment-flow-list__item,
  .treatment-flow-list__item:last-of-type {
    background: none;
    border: 1px solid #c6bfb3;
    border-radius: 4px;
  }

  .treatment-flow-list__title {
    font-size: 1.4rem;
    text-align: center;
  }
}

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

  .unlink__box--repeat4 .unlink__box--list a {
    padding: 1rem;
  }

  .for-first__wrap--read .unlink__box--list a span {
    padding-right: 13px;
  }

  .treatment-flow::after {
    height: calc(100% + 2rem);
    top: -2rem;
    left: 2rem;
  }

  .treatment-flow_box {
    position: relative;
  }

  .treatment-flow_box:nth-of-type(n + 2) {
    margin-top: 4rem;
  }

  .treatment-flow-list {
    margin-bottom: 5rem;
  }

  .treatment-flow__icon-box {
    width: 6rem;
  }

  .treatment-flow__icon-box img {
    width: 4rem;
  }

  .treatment-flow__title {
    font-size: 2.2rem;
    margin: 0 auto 50vw 1rem;
  }

  .treatment-flow_box > img {
    width: 55vw;
    position: absolute;
    top: 9rem;
    left: 6rem;
  }

  .treatment-flow__contents {
    width: 100%;
    margin-right: 0;
  }

  .treatment-flow__number {
    margin-left: 1rem;
  }

  .treatment-flow__contents .reserve__area--act li a span {
    background-position: left center;
    display: inline;
  }

  .treatment-flow__contents ul:not(.reserve__area--act) {
    padding: 1.5rem 1.5rem;
    width: 100%;
  }

  .col2-bgY {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  .col2-bgY__item {
    padding: 2rem;
    gap: 2rem;
  }

  .payment {
    max-width: unset;
  }

  .payment a {
    color: #856723;
  }

  .payment img {
    display: block;
    margin: auto;
  }
}

@media (max-width: 600px) {
  .treatment-flow-list__item {
    width: calc(50% - 0.5rem);
  }

  .treatment-flow-list__number {
    font-size: 2.2rem;
  }

  .treatment-flow-list__icon {
    width: 4.5rem;
  }
}

@media (max-width: 519px) {
  .treatment-flow__contents .reserve__area--act li a span {
    padding: 8px 0 8px 50px;
  }
}

@media (max-width: 414px) {
  .treatment-flow__title br {
    display: block;
  }

  #treatment-flow__5.treatment-flow_box > img {
    top: 11rem;
  }
}

/****************************************************************

	クリニックについてページ

****************************************************************/
#about-us__wrap {
  position: relative;
}

.about-us__wrap--bg {
  width: 80vw;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #09a75a;
  background-image: linear-gradient(90deg, #edf7ff 0%, #f6f6f8 47%, #fffef3 100%);
}

.about-us__wrap--read {
  padding-bottom: 5rem;
}

.about-us__wrap--read h2 {
  font-size: 2.8rem;
  font-weight: normal;
  text-align: center;
  margin: 4rem auto;
  letter-spacing: 0.1em;
}

.about-us__wrap--read p {
  text-align: center;
}

.about-us__wrap--read p:nth-of-type(n + 2) {
  margin-top: 2rem;
}

.about-us__doctor {
  display: flex;
  gap: 3rem;
}

.about-us__doctor--content {
  width: 39rem;
  margin-top: 5%;
}

.about-us__doctor--content p:nth-of-type(n + 2) {
  margin-top: 2rem;
}

.clinic-overview .base__tbl {
  width: 100%;
}

.clinic-overview .base__tbl th {
  width: clamp(9rem, 15vw, 20rem);
}

.clinic-overview .base__tbl a {
  color: #4e5798;
}

.clinic-overview .base__tbl ul {
  list-style: none;
  line-height: 1.8;
}

.base__tbl--title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 4rem auto 2rem;
}

.facilities {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

.facilities__item h3 {
  margin: 1rem auto;
}

.clinic-tour iframe {
  aspect-ratio: 2 / 1;
  width: 100%;
}

.access__center {
  text-align: center;
  margin-bottom: 2rem;
}

.access .base__tbl {
  width: 100%;
  margin-bottom: 3rem;
}

.access .base__tbl th {
  width: clamp(9rem, 15vw, 20rem);
}

.access__list {
  list-style: inside;
  margin: 2rem auto 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.access__map iframe {
  width: 100%;
  height: 45rem;
}

@media (max-width: 1080px) {
  .about-us__wrap--bg {
    width: 95vw;
  }
}

@media (max-width: 767px) {
  .about-us__wrap--read img {
    width: 100vw;
    margin-left: calc(calc(100% - 100vw) * 0.5);
  }

  .about-us__wrap--read h2 {
    font-size: 2.2rem;
    margin: 3rem auto;
  }

  .about-us__wrap--bg {
    width: 100vw;
    height: 80%;
  }

  .about-us__wrap--read p {
    text-align: left;
  }

  .about-us__doctor {
    flex-direction: column;
  }

  .about-us__doctor--img {
    width: 100vw;
    margin-left: calc(calc(100% - 100vw) * 0.5);
  }

  .about-us__doctor--content {
    width: 100%;
    margin-top: 0;
  }

  .clinic-overview.-middle {
    max-width: none;
  }

  .base__tbl--title {
    font-size: 1.6rem;
    margin: 1rem auto;
  }

  .facilities {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  .clinic-tour.-middle {
    max-width: none;
  }

  .clinic-tour iframe {
    aspect-ratio: 3 / 4;
    height: auto;
  }

  .access > .-middle {
    max-width: none;
  }

  .access__center {
    text-align: left;
  }

  .access__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .access__map iframe {
    aspect-ratio: 1;
    height: auto;
  }
}

/****************************************************************

	料金一覧ページ

****************************************************************/
.price__wrap--text-center {
  text-align: center;
}

.price__wrap--text-yel {
  color: #a08700;
  font-weight: bold;
}

.price__wrap--read .base__tbl {
  width: 100%;
  margin: 3rem auto 4rem;
}

.price__wrap--read .base__tbl th {
  width: 50%;
}

.price__wrap--read .base__tbl th,
.price__wrap--read .base__tbl td {
  text-align: center;
  font-weight: bold;
}

.price__wrap--line {
  max-width: 54rem;
  margin: auto;
}

.about__wrap--under a > picture {
  width: fit-content;
  margin: 5rem auto 3rem;
  display: block;
}

.about__wrap--under > p {
  text-align: center;
  line-height: 1.8;
}

.price__case .i-arrow {
  background-image: url(../img/i-arrow-un.svg);
  background-size: 11px;
}

.price__p {
  margin-top: 1rem;
}

.price__cate--subtit {
  font-family: var(--mincho-font);
  font-size: 2.6rem;
  font-weight: normal;
  margin: 40px 0 20px;
}

.price__blk .base__tbl {
  width: 100%;
}

.price__blk:nth-of-type(n + 2) {
  margin-top: 4rem;
}

.price__blk .base__tbl a {
  color: #4e5798;
}

.price__blk .base__tbl th {
  width: 30%;
}

.price__blk .base__tbl td {
  width: 20%;
}

.price__blk .base__tbl td:last-of-type {
  text-align: right;
}

.base__tbl .th__bg--bright {
  background-color: #fdfaf7;
}

.price__blk--note {
  margin-top: 1rem;
}

.price__blk--note p:nth-of-type(n + 2) {
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  .price__wrap--text-center {
    text-align: left;
  }

  .price__wrap--read .base__tbl {
    max-width: unset;
  }

  .about__wrap--under a > picture {
    width: 100%;
  }

  .price__blk .base__tbl tr {
    display: flex;
    flex-wrap: wrap;
  }

  .price__blk .base__tbl th {
    /* display: block; */
    width: 100%;
  }

  .price__blk .base__tbl td:first-of-type {
    /* display: block; */
    width: 65%;
  }

  .price__blk .base__tbl:not(.empty__tbl) td:nth-of-type(2) {
    /* display: block; */
    width: 35%;
  }

  .case__anker--sp-3col {
    grid-template-columns: repeat(3, 1fr);
    font-size: 1.3rem;
  }

  .case__anker--sp-3col .case__anker--list a {
    padding: 0.5rem 0.5rem 1rem;
    min-height: 64px;
    height: 100%;
  }

  .case__anker--sp-3col .case__anker--list a span {
    padding-right: 0;
    background-position: bottom;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-bottom: 1rem;
    align-items: center;
    justify-content: center;
  }

  .case__anker--sp-3col .case__anker--list a span br {
    display: none;
  }

  .price__cate--subtit {
    font-size: 2.2rem;
  }

  .price__blk--note {
    font-size: 1.4rem;
  }

  .price__blk th:empty,
  .price__blk td:empty {
    display: none;
  }

  .base__tbl.empty__tbl td {
    width: 100%;
  }
}

/* セル結合 ここから */
/* PC */
@media screen and (min-width: 769px) {
  .price__blk .base__tbl.merge-cols th:first-child {
    border-right: none !important;
    width: 60%;
  }

  .price__blk .base__tbl.merge-cols th.th__bg--bright {
    display: none !important;
  }

  .colspan-adjusted-row td:last-of-type {
    width: 40%;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .price__blk .base__tbl:not(.empty__tbl) td.full-width {
    display: block;
    width: 100%;
  }

  .price__blk .base__tbl td.hidden-sp {
    display: none !important;
  }
}

/* セル結合 ここまで */

/****************************************************************

	施術メニュー一覧ページ

****************************************************************/
#menu__wrap {
  margin-bottom: 20rem;
}

.menu__blk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 2rem;
}

.mennu_cate--wrap .menu__card--tag {
  display: inline-flex;
  gap: 0.5rem;
}

.menu__card {
  padding: 2rem;
  border: 1px solid #decf91;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu__card--list li {
  list-style: none;
}

.menu__card--img {
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.menu__card--title {
  font-size: 2rem;
  margin: 2rem auto 1.5rem;
}

.menu__card--title a {
  text-decoration: none;
}

.menu__card--desc a {
  color: #4e5798;
  text-decoration: underline;
}

.menu__card--time {
  display: block;
  margin: 1rem 0 0.5rem;
  padding-top: 1rem;
  border-top: 1px dashed #d8d2be;
  font-weight: normal;
  font-size: 14px;
}

.menu__card--price {
  color: #856723;
  margin-bottom: 0.5rem;
}

.menu__card--price span {
  font-size: 2.4rem;
}

ul.menu__card--tag {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
}

.question__cate--list ul.menu__card--tag li {
  background: unset;
}

.tag__yel,
.tag__white {
  font-size: 1.4rem;
  padding: 0.5rem 1rem 0.3rem;
}

.tag__yel {
  background-color: #ccb376 !important;
  color: #fff;
}

.tag__white {
  border: 1px solid #cccccc;
}

.menu__card .line__btn {
  margin-top: 2rem;
}

.menu__treatment-name ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 0px 40px;
}

.menu__treatment-name ul li {
  list-style: none;
  background: url(../img/dod-line.svg) repeat-x left bottom / 8px;
}

.menu__treatment-name ul li a {
  color: #856723;
  padding: 20px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu__treatment-name ul li a span {
  padding-right: 1.5rem;
}

.archive.tax-menu_cat .basic__area:first-of-type {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  #menu__wrap {
    margin-bottom: 5rem;
  }

  .menu__machines {
    padding-top: 5rem;
  }

  .menu__machines .machines__wrap__bg {
    top: 0;
    height: 100%;
    width: 100%;
  }

  .menu__machines .machines__area--base {
    margin-bottom: 0;
  }

  .menu__blk {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }

  .menu__card {
    padding: 1rem 1rem 2rem;
  }

  .menu__card--title {
    font-size: 1.8rem;
    margin: 1rem 0;
  }

  .menu__treatment-name ul {
    gap: 0 2rem;
  }

  .menu__treatment-name ul li a span {
    font-size: 1.5rem;
  }

  .archive.tax-menu_cat .basic__area:first-of-type {
    margin-bottom: 40px;
  }
}

/****************************************************************

	施術メニュー詳細ページ

****************************************************************/
/* 細々調整用 */
.TCP__text--center {
  text-align: center;
}

.TCP__mt0 {
  margin-top: 0;
}

.TCP__mt2 {
  margin-top: 2rem;
}

.TCP__mt5 {
  margin-top: 5rem;
}

.TCP__emphasis {
  background-color: #f2eac6;
  padding: 1px 3px;
}

.TCP__ul li {
  list-style: disc;
}

.TCP__title--donut,
p.TCP__title--donut {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding-left: 24px;
  margin: 4rem auto 2rem;
}

.TCP__title--donut::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  background: url(../img/i-circle_g.svg) no-repeat center center / 14px auto;
  width: 14px;
  height: 14px;
  display: block;
}

.TCP__title--text-yellow {
  color: #c0911d;
  margin: 20px auto 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

/* 枠・その他用 */

.TCP p {
  margin: 1em 0;
}

.TCP ul {
  padding-left: 1.5em;
  margin-top: 1rem;
}

.TCP img {
  max-width: 100%;
  height: auto;
}

.TCP .aligncenter img,
.TCP .alignright img {
  margin: auto;
}

.TCP__2col--text-img,
.TCP__2col--img-text,
.TCP__2col--equal {
  margin-bottom: 3rem;
  display: grid;
  gap: 2rem 4rem;
  justify-content: space-between;
}

.TCP__2col--text-img {
  grid-template-columns: 1fr 40%;
}

.TCP__2col--img-text {
  grid-template-columns: 40% 1fr;
}

.TCP__2col--equal {
  grid-template-columns: repeat(2, 1fr);
}

.TCP__2col--text-img figure,
.TCP__2col--img-text figure,
.TCP__2col--equal figure {
  text-align: center;
}

.TCP__2col--text-img + .gline__btn,
.TCP__2col--img-text + .gline__btn,
.TCP__2col--equal + .gline__btn {
  margin-top: 0;
}

.TCP__2col--text-img + .gline__btn--wrap .gline__btn,
.TCP__2col--img-text + .gline__btn--wrap .gline__btn,
.TCP__2col--equal + .gline__btn--wrap .gline__btn {
  margin-top: 0;
}

.TCP__number + .TCP__number {
  margin-top: 5rem;
}

.TCP__number--item {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.TCP__number--item:last-of-type {
  margin-bottom: 0;
}

.TCP__number--title {
  display: flex;
  align-items: center;
  gap: 0.5rem 1rem;
  margin-bottom: 1rem;
}

.TCP__number--title *:first-of-type {
  margin: 0 1rem 0 0 !important;
}

.TCP__number--title * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.TCP p.TCP__number--title-text {
  font-size: 2.1rem;
  font-weight: bold;
}

.TCP__number--sub-title {
  display: inline-block;
  color: #fff;
  background-color: #a08700;
  padding: 1px 5px 0px;
  margin-top: 0;
  white-space: nowrap;
}

.TCP__number--sub-title--bg-light {
  display: inline-block;
  color: #a08700;
  background-color: #faf8f2;
  border: 1px solid #a08700;
  padding: 1px 5px 0px;
  margin-top: 0;
  white-space: nowrap;
}

.TCP .aligncenter {
  width: 100%;
}

.TCP__tbl {
  width: 100%;
}

.js-scrollable .TCP__tbl,
.js-scrollable .table-type1,
.js-scrollable .table-type2,
.js-scrollable .table-type3,
.js-scrollable .table-type4 {
  white-space: nowrap;
}

.TCP table ul {
  text-align: left;
}

.TCP__tbl a {
  color: #4e5798;
}

.TCP__tbl--text-center th,
.TCP__tbl--text-center td {
  text-align: center !important;
  vertical-align: middle;
}

.TCP__tbl-row2-point tr > *:nth-child(2) {
  border-left: 2px solid #4e5798;
  border-right: 2px solid #4e5798;
  color: #4e5798;
}

.TCP__tbl-row2-point tr:first-of-type > *:nth-child(2) {
  border-top: 2px solid #4e5798;
}

.TCP__tbl-row2-point tr:last-of-type > *:nth-child(2) {
  border-bottom: 2px solid #4e5798;
}

.TCP__iframe-wrap--16-9 {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 80rem;
  display: block;
  margin: auto;
}

@media (max-width: 650px) {
  .TCP__2col--text-img,
  .TCP__2col--img-text,
  .TCP__2col--equal {
    grid-template-columns: 1fr;
  }

  .TCP__number--title {
    align-items: flex-start;
    flex-direction: column;
  }
}

/****************************************************************

	ブログ詳細ページ

****************************************************************/
.column-detail__wrap .fs__tit {
  text-align: left;
  margin-bottom: 1rem;
}

.column-detail__wrap .column__list--cate a {
  color: #4e5798;
}

.column__list--cate--wrap .column__list--cate {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.column-detail__wrap .column__list {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.column-detail__wrap .case__tags {
  margin-bottom: 2rem;
}

/* SNSエリア */
.share-sns {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin: 3rem auto 2rem;
}

.share-sns li {
  width: 3rem;
  height: auto;
  aspect-ratio: 1;
}

.share-sns li.like {
  width: 2.5rem;
}

.share-sns li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

button.copy-url {
  background: none;
  border: none;
}

button.wp_ulike_btn {
  background-color: unset !important;
  min-height: 2.5rem !important;
  min-width: 2.5rem !important;
  padding: 0 !important;
}

.like .wpulike {
  padding: 0;
}

.wpulike .wp_ulike_general_class {
  display: block !important;
  align-items: center;
}

.wpulike-default .wp_ulike_put_image:after {
  width: 100% !important;
  height: 100% !important;
}

.count-box {
  font-size: 1.5rem !important;
  background-color: unset !important;
  margin-left: 0 !important;
  line-height: 1.5 !important;
  padding: 0 !important;
  box-shadow: none !important;
  display: block !important;
  width: 100% !important;
}

.wpulike-default .count-box:before {
  display: none;
}

/* 監修医師 */
.supervising-mini {
  display: flex;
  align-items: center;
  background-color: #f4f8fc;
  padding: 1.5rem 1rem;
  max-width: 47rem;
  margin-bottom: 3rem;
  gap: 1rem;
}

.supervising-mini__content {
  flex: 1;
}

.fs__tit--circle.supervising-mini__title {
  font-size: 1.5rem;
  color: #c8a351;
  margin-bottom: 0;
}

.fs__tit--circle.supervising-mini__title::before {
  top: 0.2em;
}

.supervising-mini__description {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.supervising-mini__name {
  font-size: 2.2rem;
  font-weight: bold;
  color: #9c872f;
  white-space: nowrap;
}

.supervising-mini .line__btn {
  margin: 0;
}

.supervising-mini__image img {
  width: 10rem;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1;
  object-position: top;
}

/* この記事でわかること */
.post-remarks {
  border: 1px solid #c6bfb3;
  padding: 1.5rem;
  margin-bottom: 3rem;
}

.post-remarks p {
  color: #a08700;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.post-remarks ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

.post-remarks li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.post-remarks li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  font-family: var(--mincho-font);
  background-color: #4e5798;
  color: #ffffff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

.post-remarks li a {
  color: #4e5798;
}

/* 目次 */
.counter-hierarchy {
  background-color: #faf8f2;
  padding: 1.5rem;
  position: relative;
  margin-bottom: 3rem;
}

.counter-hierarchy {
  max-height: 250px !important;
  -webkit-transition: max-height 3000ms;
  transition: 0.3s;
  overflow: hidden;
}

.counter-hierarchy.ac {
  max-height: 10000px !important;
  padding-bottom: 8rem;
}

.counter-hierarchy::after {
  content: "";
  width: 100%;
  height: 80px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 110%);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  pointer-events: none;
  z-index: 1;
}

.counter-hierarchy.ac::after {
  opacity: 0;
}

.ez-toc-title {
  color: #a08700;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.counter-hierarchy ul {
  list-style: none;
}

.counter-hierarchy a {
  text-decoration: none;
}

.ez-toc-heading-level-2 {
  padding-left: 1em;
  position: relative;
}

.ez-toc-heading-level-2::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #dac35d;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0.6rem;
}

.ez-toc-heading-level-2:nth-of-type(n + 2) {
  margin-top: 1rem;
}

.ez-toc-list-level-3 li {
  padding-left: 1.5em;
  position: relative;
  margin-top: 1rem;
}

.ez-toc-list-level-3 li::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 0.1rem;
  background-color: #dac35d;
  display: block;
  left: 0;
  top: 1rem;
}

.counter-hierarchy nav + div {
  background-color: #ffffff;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transition: 0.3s;
  transform: translateX(-50%);
  z-index: 10;
  display: block;
  padding: 12px;
  border-radius: 50em;
  text-align: center;
  text-decoration: none;
  max-width: 250px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
  border: 1px solid #333;
}

.counter-hierarchy nav + div:hover {
  color: #666;
  background-color: #fff;
}

.counter-hierarchy nav + div::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 45px;
  background: url(../img/i-arrow.svg) no-repeat right center / 6px;
  display: inline-block;
  top: 0;
  padding-left: 1.5rem;
}

#column__area .question__blk > p {
  margin-bottom: 2rem;
}

.column-under .base__tbl {
  width: 100%;
  margin-bottom: 4.5rem;
}

.column-under .base__tbl th {
  width: 18rem;
}

.column-under .base__tbl br {
  display: none;
}

.column-under .share-sns {
  margin-top: 5rem;
}

.column__detail #maincontents section {
  margin-bottom: 8rem;
}

/* 関連記事スライド */

.related-articles__slider {
  max-width: min(calc(100vw - 34rem), 85rem);
}

.related-articles__slider .slick-slide {
  padding: 0 5px;
}

.related-articles__slider img {
  max-width: 100%;
}

.related-articles__slider .slick-prev,
.related-articles__slider .slick-next {
  width: 5rem;
  height: auto;
  aspect-ratio: 1;
  z-index: 1;
}

.related-articles__slider .slick-prev:before,
.related-articles__slider .slick-next::before {
  content: none;
}

.related-articles__slider .slick-next:hover,
.related-articles__slider .slick-next:focus {
  background: url(../img/slick-next.svg) no-repeat center;
}

.related-articles__slider .slick-prev:hover,
.related-articles__slider .slick-prev:focus {
  background: url(../img/slick-prev.svg) no-repeat center;
}

.related-articles__slider .slick-prev {
  background: url(../img/slick-prev.svg) no-repeat center;
  left: -2rem;
}

.related-articles__slider .slick-next {
  background: url(../img/slick-next.svg) no-repeat center;
  right: -2rem;
}

/* 関連記事（ショートコードblogcard） */

.blog-card__link {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 2rem;
  text-decoration: none;
  color: inherit;
  position: relative;
  border: 1px solid #c6bfb3;
  padding: 1rem;
  margin-top: 3rem;
}

.blog-card__thumbnail img,
.the_content .blog-card__thumbnail img {
  padding: 0;
}

.blog-card__tag,
.the_content .blog-card__tag {
  background: #faf8f2;
  color: #c0911d;
  border: 1px solid #c0911d;
  padding: 3px 7px;
  font-size: 1.4rem;
  margin-right: 1rem;
  white-space: nowrap;
}

.blog-card__title {
  color: #333;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
}

.blog-card__continuation,
.the_content .blog-card__continuation {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #4e5798;
  color: #fff;
  font-size: 14px;
  padding: 3px 10px;
}

.blog-card__url-text {
  margin-top: 1rem;
}

.blog-card__excerpt {
  color: #333;
  margin-top: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 2rem;
}

/* 特徴と詳細 */
#features,
#details,
.archive.tax-menu_cat .TCP {
  overflow: hidden;
}

@media (max-width: 850px) {
  .related-articles__slider {
    display: flex;
    gap: 1rem;
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    overflow: scroll;
    padding-right: 20px;
  }

  .related-articles__slider .column__list {
    width: 30rem;
    min-width: 30rem;
  }

  .column__detail #maincontents section {
    margin-bottom: 4rem;
  }

  .column__detail #maincontents > .linkback .gline__btn {
    margin-top: 0;
  }

  .column-detail__wrap .column__list {
    gap: 0;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .supervising-mini {
    position: relative;
    padding-bottom: 7rem;
  }

  .supervising-mini__content {
    display: flex;
    height: 10rem;
    flex-direction: column;
    justify-content: space-between;
  }

  .supervising-mini .line__btn {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .column-under .base__tbl th {
    width: 11rem;
  }

  .column-under .base__tbl br {
    display: block;
  }

  .column__detail section {
    width: 100%;
  }

  .blog-card__link {
    grid-template-columns: 45% 1fr;
  }

  .blog-card__title {
    align-items: flex-start;
    flex-direction: column;
    font-size: 1.5rem;
    color: #4e5798;
  }

  .blog-card__tag,
  .the_content .blog-card__tag {
    margin-bottom: 5px;
  }

  .blog-card__url-text {
    display: none;
  }

  .blog-card__excerpt {
    display: none;
  }

  .blog-card__continuation {
    display: none;
  }
}

/*--------------------------------
	the_content ここから
--------------------------------*/
.the_content h2 {
  text-align: center;
  margin: 5rem auto 30px;
  letter-spacing: 0.1em;
  font-family: var(--mincho-font);
  font-size: 2.8rem;
  font-weight: normal;
  border-top: 1px solid #decf91;
  border-bottom: 1px solid #decf91;
  padding: 10px 0;
}

.the_content h3 {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 10px 14px;
  background: #faf8f2;
  margin: 4rem auto 2rem;
}

.the_content h2 span,
.the_content h3 span,
.the_content h4 span,
.the_content h5 span,
.the_content h6 span {
  background: none;
}

.the_content h4 {
  position: relative;
  padding-left: 24px;
  margin: 20px auto 10px;
  font-size: 2rem;
}

.the_content h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  background: url(../img/i-circle_g.svg) no-repeat center center / 14px auto;
  width: 14px;
  height: 14px;
  display: block;
}

.the_content h5 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #c0911d;
  margin: 20px auto;
}

.the_content p {
  margin-top: 2rem;
}

.the_content h6 {
  font-size: 1.6rem;
  margin: 20px auto;
  color: #856723;
  font-weight: bold;
}

@media (max-width: 650px) {
  .the_content h3 {
    font-size: 2.2rem;
  }
}

/* 下線 */
.the_content span {
  background: linear-gradient(transparent 70%, #f2eac6 0%);
}

.the_content strong {
  background-color: #f2eac6;
  padding: 1px 3px;
}

.the_content img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
  padding: 1rem 0;
}

.the_content a {
  color: #4e5798;
}

/* 現行サイトのボタン用（.sejutsu_link） */
.the_content .sejutsu_link {
  display: block;
  border-radius: 50em;
  position: relative;
  text-align: center;
  text-decoration: none;
  max-width: 420px;
  width: 100%;
  line-height: 1.4;
  margin: 40px auto 0;
  background: #fff;
  padding-right: 1rem;
}

.the_content .sejutsu_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 2px solid transparent;
  background: linear-gradient(135deg, rgb(192, 145, 29) 0%, rgb(212, 187, 55) 100%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}

.the_content .sejutsu_link a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px 10px;
  text-decoration: none;
  color: #333;
}

.the_content .sejutsu_link a::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 1rem;
  background: url(../img/i-arrow.svg) no-repeat right center / 6px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 1.5rem;
}

/* リニューアル後用ボタン（.gline__btn） */
.the_content .gline__btn span {
  background: url(../img/i-arrow.svg) no-repeat right center / 6px !important;
  color: #333;
}

/*--------------------------------
	the_content ここまで
--------------------------------*/

/****************************************************************

	アクセスページ

****************************************************************/

.access__directions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  counter-reset: my-counter;
  list-style: none;
}

.access__directions li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.access__directions li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  font-family: var(--mincho-font);
  background-color: #a08700;
  color: #ffffff;
  display: inline-block;
  line-height: 22px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  order: 2;
}

.access__directions li:not(:nth-child(3n))::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: -1.7rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid #decf91;
  border-right: 0;
}

.access__directions li:last-of-type::after {
  content: none;
}

.access__directions--img {
  width: 100%;
  height: auto;
  order: 1;
  margin-bottom: 1rem;
}

.access__directions--text {
  order: 3;
  width: calc(100% - 2.7rem);
  margin-left: 0.5rem;
}

@media (max-width: 959px) {
  .access__directions {
    grid-template-columns: repeat(2, 1fr);
  }

  .access__directions li:nth-child(odd)::after {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: -1.7rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.5rem solid #decf91;
    border-right: 0;
  }

  .access__directions li:nth-child(even)::after {
    content: none;
  }
}

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

  .access__directions li:nth-child(odd)::after {
    content: none;
  }
}

/****************************************************************

	固定ページ共通（デザインなし下層ページ）

****************************************************************/

.text__center--pc-only {
  text-align: center;
}

.text-area > div {
  margin-bottom: 5rem;
}

.text-area p {
  margin-bottom: 2rem;
}

.text-area ul {
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.text-area a {
  color: #4e5798;
}

.text-area .base__tbl {
  width: 100%;
  margin-bottom: 3rem;
}

.text-area .base__tbl th {
  width: clamp(11rem, 15vw, 20rem);
}

.text-area .gline__btn {
  color: inherit;
}

.text-area__flex {
  display: flex;
}

.text-area__2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.text-area__2col img {
  max-width: 100%;
  height: auto;
}

.text-area__2col--img-right {
  display: grid;
  grid-template-columns: 1fr 35rem;
  gap: 2rem;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 3rem;
}

.text-area .text-area__2col--img-right {
  margin-bottom: 3rem;
}

.text-area__2col--img-right > div p:last-of-type {
  margin-bottom: 0;
}

.text-area__2col--img-left {
  display: grid;
  grid-template-columns: 25rem 1fr;
  gap: 2rem 4rem;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 3rem;
}

.text-area__2col--img-left img {
  border: 1px solid #eee;
}

.text-area .text-area__2col--img-left {
  margin-bottom: 3rem;
}

.text-area__2col--img-left h4 {
  margin: 1rem auto 2rem;
  color: #a08700;
  font-size: 2rem;
}

.text-area__bg--yel {
  background-color: #faf8f2;
  padding: 1rem;
}

.text-area ul.case__anker,
.text-area ul.about__actbox {
  padding: 0;
}

.text-area ul.case__anker {
  grid-template-columns: repeat(3, 1fr);
}

.text-area ul.case__anker br {
  display: none;
}

.text-area ul.about__actbox {
  max-width: 50rem;
  margin: 0 auto;
}

.text-area ul.about__actbox p {
  margin-bottom: 0.5rem;
}

.text-area ul.case__anker a {
  color: inherit;
}

.about__actbox.about__actbox--2col {
  grid-template-columns: repeat(2, 1fr);
}

.title__span {
  color: #a08700;
  background: #faf8f2;
  border: 1px solid #a08700;
  padding: 0.3rem 1rem 0.1rem;
  font-size: 1.4rem;
  vertical-align: middle;
}

.text-area__bold {
  font-weight: bold;
}

@media (max-width: 767px) {
  .text__center--pc-only {
    text-align: left;
  }

  .text-area.-middle,
  .text-area .-micro,
  .text-area.-min {
    max-width: unset;
  }

  .text-area ul.case__anker br {
    display: block;
  }

  .text-area__2col {
    grid-template-columns: repeat(1, 1fr);
  }

  .text-area__2col--img-right {
    grid-template-columns: 1fr;
  }

  .text-area__2col--img-left {
    grid-template-columns: 1fr;
  }

  .text-area__2col--img-left img {
    width: 80%;
    margin: auto;
  }

  .text-area__sp-img80 {
    width: 80%;
    margin: auto;
  }
}

/****************************************************************

	プライバシーポリシーページ

****************************************************************/

@media (max-width: 767px) {
  .privacy-policy__wrap--read.-middle {
    max-width: unset;
  }
}

/****************************************************************

	医療法人優聖会とSDGsページ

****************************************************************/
.sdgs__img {
  width: 75%;
  margin: 0 auto 2rem;
  display: block;
}

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

/****************************************************************

	アフターケアページ

****************************************************************/

.aftercare__title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.aftercare__title span:first-of-type {
  color: #a08700;
  background: #faf8f2;
  border: 1px solid #a08700;
  padding: 0.3rem 1rem 0.1rem;
}

.aftercare__title span.fs__tit--circle {
  margin-bottom: 0;
}

/****************************************************************

	医療ローンについてページ

****************************************************************/

.medical-loan__wrap--read ul {
  list-style: none;
  padding-left: 1.5em;
  margin-left: 0.5em;
}

.medical-loan__wrap--read li {
  text-indent: -1.5em;
}

.medical-loan__wrap--read li:before {
  content: "※";
  margin-right: 0.3rem;
  vertical-align: text-bottom;
}

/****************************************************************

	診察券アプリのご案内ページ

****************************************************************/

.app__dl {
  text-align: center;
}

.app__dl > div:nth-of-type(odd) {
  border-right: 1px solid #cccccc;
}

.app__dl h4 {
  color: #a08700;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.app__dl p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .app__dl > div {
    border-bottom: 1px solid #cccccc;
    padding-top: 1rem;
  }

  .app__dl > div:nth-of-type(odd) {
    border-right: none;
  }

  .app__dl > div:last-of-type {
    border: none;
  }
}

/****************************************************************

予約方法のご案内ページ

****************************************************************/

.guide-step > div {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #cccccc;
}

.guide-step__title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.guide-step__title .title__span {
  margin-right: 1rem;
}

.guide-step > div p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .guide-step__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

/****************************************************************

	求人募集ページ

****************************************************************/
.page-id-55600 .base__tbl {
  width: 100%;
}

@media (max-width: 767px) {
  .page-id-55600 .-base .-micro {
    max-width: unset;
  }
}

/****************************************************************

	オンライン診療（遠隔診療）ページ

****************************************************************/

.page .special-anchor .txt_box {
  padding-right: 30px;
  padding-left: 30px;
}

.page .special-menu .img_box {
  width: 50%;
}

.page .special-menu .img_box img {
  width: 100%;
  height: auto;
}

.page .special-menu .txt_box {
  width: 50%;
  padding-left: 30px;
}

.page .special-menu .txt_box .txt_area {
  margin-bottom: 30px;
}

.page .special-menu .menu_tit_sp {
  font-size: 3rem;
  font-weight: lighter;
  color: #c0911d;
  line-height: 1.3;
  margin-top: -20px;
}

.page .special-menu .menu_tit_sp strong {
  font-size: 0.5em;
  font-weight: bold;
  color: #333;
  font-family: "Rajdhani", "ヒラギノ角ゴ ProN W0", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.page .special-menu .menu_ca_list {
  width: calc(100% - 30px);
  font-size: 1.8rem;
  color: #c0911d;
}

.page .special-menu .menu_ca_list li {
  width: calc(50% - 10px);
  font-size: 1.6rem;
  color: #888888;
  border: #888888 1px solid;
  margin-right: 10px;
}

.page .special-menu .price_box {
  width: 100%;
  border-bottom: #c0911d 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page .special-menu .price_box.post_1 {
  border-top: #c0911d 1px solid;
}

.page .special-menu .price {
  font-size: 6rem;
  color: #c0911d;
  line-height: 1;
}

.page .special-menu .tax {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 5px;
}

.page .special-menu .yen {
  font-size: 2.2rem;
  display: block;
}

.page .special-menu .num {
  padding-right: 0.3em;
  padding-left: 0.3em;
  color: #c0911d;
}

.page .special-menu .price_tit {
  padding-left: 10px;
}

.page .special-menu .min_price .price_tit {
  font-size: 2rem;
  line-height: 1.3;
}

.page .special-menu .min_price .price {
  width: 62%;
}

.page .special-menu .min_price .price_tit {
  width: 33%;
  color: #c0911d;
}

.page .special-menu .lrg_price .price_tit,
.page .special-menu .lrg_price .sub_tit {
  font-size: 2.6rem;
}

.page .special-menu .txt_area.min {
  margin-top: 10px;
}

.page .special-menu .txt_area.min {
  width: 100%;
  font-size: 1.4rem;
}

.page .special-column .sp_btn,
.page .special-menu .sp_btn {
  width: 100%;
}

.page .special-menu .txt_area.min + .sp_btn,
.page .special-menu .price_box + .sp_btn {
  margin-top: 30px;
}

.page .special-menu a {
  text-decoration: underline;
}

.page .mb90 {
  margin-bottom: 90px;
}

@media screen and (min-width: 768px) {
  .page .sp-anchor {
    margin-top: -202px;
    padding-top: 202px;
  }
}

.page .fb-both,
.page .fb-mgn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.page .fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page .special-menu .menu_ca_list {
  width: calc(100% - 30px);
  font-size: 1.8rem;
  color: #c0911d;
  list-style: none;
}

.page .mincho-new {
  font-family: source-han-serif-japanese, serif;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
}

ul.online-recommendation__list {
  list-style: none;
  width: fit-content;
  margin: auto;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .page .special-menu .img_box {
    width: 100%;
    margin-bottom: 20px;
  }

  .page .special-menu .txt_box {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }

  .page .special-menu .menu_tit_sp {
    font-size: 2.2rem;
  }

  .page .special-menu .min_price .price_tit {
    width: 100%;
    font-size: 1.8rem;
  }

  .page .special-menu .min_price .price {
    width: 100%;
    margin-top: 0px;
    font-size: 3rem;
  }

  .page .special-menu .num {
    margin-top: 15px;
    margin-left: auto;
  }
}

/****************************************************************

	モニター募集ページ

****************************************************************/

.monitor__wrap--read span {
  font-weight: bold;
}

.monitor-table {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

/****************************************************************

	プライベートスキンクリニックが選ばれる理由

****************************************************************/
.p_reason.reason__bg {
  margin-top: 0px;
  padding: 60px 0 320px;
  z-index: -1;
  background: url(../img/u-reason__bg.jpg) no-repeat center center / cover;
}

.reason__wrap--read {
  margin-bottom: 70px;
}

.reason__wrap--read h2 {
  font-size: 2.6rem;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}

.reason__wrap--read p {
  text-align: left;
  width: max-content;
  margin: 0 auto;
}

.reason__tit {
  font-family: var(--mincho-font);
  font-size: 2.2rem;
  color: #a08700;
  padding-left: 30px;
  letter-spacing: 0.1em;
}

.reason__tit span {
  font-size: 7.4rem;
  font-family: var(--infant-font);
  padding-left: 12px;
}

.reason__area {
  display: grid;
  grid-template-columns: auto 520px;
  margin-top: -320px;
  margin-bottom: 50px;
}

.reason__area.reverse {
  margin-top: 0px;
  grid-template-columns: 520px auto;
  gap: 0 6%;
  justify-content: center;
}

.reason__area.add {
  margin-top: 0px;
}

.reason__area.reverse .order {
  order: 0;
}

.bg_white {
  max-width: 420px;
  background: #fff;
  padding: 30px;
  position: relative;
}

.reason_head {
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
}

.reason__area .order {
  order: 2;
}

.reasonlead {
  margin-right: -40px;
  z-index: 2;
}

.reasonlead.t {
  margin-right: 0px;
}

.reason__area .shadow {
  max-width: 420px;
}

.promise__area {
  margin: 0 auto 240px;
}

.promise {
  position: relative;
}

.promise__in {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 20px;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 70px;
}

.promise__inimg {
  width: 45vw;
  background: url(../img/u-promise.jpg) no-repeat;
  background-size: cover;
  height: 610px;
  position: absolute;
  right: 0;
  bottom: -160px;
}

.promise__bg {
  background-color: #eef7ff;
  background-image: linear-gradient(90deg, #eef7ff 0%, #f9f5fc 47%, #fff4f4 100%);
  height: 156%;
  position: absolute;
  top: -40%;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.promise__tit--en {
  font-size: 8rem;
  font-family: var(--infant-font);
  color: #c9d0d9;
  letter-spacing: 0.1em;
  line-height: 1;
}

.promise__tit--jp {
  font-size: 2.3rem;
  font-family: var(--mincho-font);
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  font-weight: bold;
}

.promise__list {
  display: grid;
  gap: 40px 0;
  padding-left: 40px;
}

.promise__list li {
  list-style: none;
  align-items: center;
  display: flex;
  font-family: var(--mincho-font);
  font-size: 2rem;
}

.promise__list li::before {
  background-color: #333;
  content: "";
  height: 1px;
  width: 60px;
  margin-right: 14px;
}

.promise__list li:last-child::before {
  position: relative;
  top: -15px;
}

.clinic_message p:nth-of-type(n + 2) {
  margin-top: 2rem;
}

.doctor__messa {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 0 40px;
  margin: 0 auto 40px;
}

.reserve__cont {
  margin-bottom: 30px;
}

.reserve__list {
  background: #eeeee9;
  border: 1px solid #cccccc;
  padding: 20px 30px;
  margin: 20px 0;
}

.reserve__list li {
  list-style: inside;
}

.mvv__area {
  margin-top: 60px;
}

.mvv__tit--en {
  font-size: 6rem;
  font-family: var(--infant-font);
  letter-spacing: 0.1em;
  color: #e5dcc4;
  align-items: center;
  display: flex;
  line-height: 1;
}

.mvv__tit--en::after {
  background-color: #cccccc;
  content: "";
  height: 1px;
  width: 100%;
  margin-left: 130px;
}

.mvv__tit--jn {
  font-size: 2.2rem;
  font-family: var(--mincho-font);
  font-weight: normal;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.mvv__tit {
  font-size: 2.6rem;
  font-family: var(--mincho-font);
  margin-bottom: 20px;
  font-weight: normal;
}

.mvv__txt {
  padding-left: 50px;
}

.mvv__list {
  list-style: inside;
  padding-left: 50px;
  margin: 30px 0 20px 0;
  display: grid;
  gap: 8px 0;
}

.mvv__txt.add {
  margin-bottom: 30px;
}

.mvv__area {
  display: grid;
  gap: 70px 0;
}

.sdgs__area {
  display: grid;
  grid-template-columns: 50% 46%;
  gap: 0 4%;
}

.sdgs__txt p:nth-of-type(n + 1) {
  margin-top: 2rem;
}

@media (min-width: 1920px) {
  .promise__area {
    margin: 0 auto 320px;
  }

  .promise__inimg {
    width: 40vw;
    height: 720px;
    bottom: -270px;
  }
}

@media (max-width: 959px) {
  .reason__wrap--read p {
    width: 100%;
  }

  .reason__area.reverse {
    gap: 0 1%;
  }

  .reason__area {
    grid-template-columns: auto 60%;
  }

  .reason__area.reverse {
    grid-template-columns: 60% auto;
  }

  .promise__inimg {
    height: 490px;
  }

  .promise__list {
    padding-left: 0px;
  }
}

@media (max-width: 820px) {
  .promise__inimg {
    width: 40vw;
  }

  .doctor__messa {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
}

@media (max-width: 767px) {
  .reason__area,
  .reason__area.reverse {
    grid-template-columns: 100%;
    max-width: 100%;
  }

  .reason__area img {
    width: 85%;
    margin: 0 0 0 auto;
  }

  .reason__area.reverse img {
    margin: auto 0 0 0;
  }

  .reason__area .line__btn {
    margin: 20px auto 0;
  }

  .reasonlead {
    order: 2;
    background: #fff;
    margin: -20px 20px 0 20px;
    padding-top: 10px;
    position: relative;
  }

  .u-shadow {
    position: absolute;
  }

  .reasonlead.t {
    margin: -20px 20px 0 20px;
  }

  .reason__tit {
    padding-left: 20px;
    font-size: 2rem;
  }

  .reason__tit span {
    font-size: 4.4rem;
  }

  .bg_white {
    max-width: 100%;
    padding: 0px 20px 30px 20px;
  }

  .promise__area {
    margin: 0 auto 500px;
  }

  .promise__bg {
    height: 218%;
  }

  .promise__inimg {
    width: 80vw;
    left: 0;
    bottom: -132%;
    height: 400px;
  }

  .promise__tit--en {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 8px;
  }

  .promise__tit--jp {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
  }

  .promise__list {
    gap: 20px 0;
    justify-content: center;
    padding-left: 0px;
  }

  .promise__list li::before {
    width: 30px;
  }

  .reserve__cont {
    max-width: 100%;
  }

  .mvv__area {
    gap: 40px 0;
  }

  .mvv__tit--en {
    font-size: 4rem;
  }

  .mvv__tit--en::after {
    margin-left: 10px;
  }

  .mvv__tit--jn {
    font-size: 2rem;
  }

  .mvv__tit {
    font-size: 2.4rem;
  }

  .mvv__txt {
    padding-left: 0px;
  }

  .mvv__list {
    padding-left: 20px;
    list-style: outside;
  }

  .sdgs__area {
    grid-template-columns: 100%;
  }

  .sdgs__txt {
    order: 2;
  }
}

@media (max-width: 519px) {
  .p_reason.reason__bg {
    background: url(../img/u-reason__bg-sp.jpg) no-repeat center top / cover;
  }
}

@media (max-width: 423px) {
  .promise__list li:first-child::before {
    position: relative;
    top: -15px;
  }

  .promise__area {
    margin: 0 auto 410px;
  }

  .promise__inimg {
    bottom: -100%;
    height: 320px;
  }

  .promise__bg {
    height: 205%;
  }
}

@media (max-width: 390px) {
  .promise__list li:nth-child(2)::before {
    position: relative;
    top: -15px;
  }

  .promise__bg {
    top: -30%;
    height: 190%;
  }

  .promise__inimg {
    width: 100vw;
    bottom: -90%;
    background: url(../img/u-promise_sp.jpg) no-repeat;
  }
}

/****************************************************************

	医師紹介

****************************************************************/
.doctor__area .doctor_inc:first-child {
  margin-bottom: 60px;
}

.doctor__wrap--read p {
  margin-bottom: 70px;
}

.p_doctor.doctor__tbl {
  grid-template-columns: 100%;
}

.p_doctor.doctor__tbl article {
  grid-template-columns: 35% 59%;
  gap: 0 6%;
  align-items: center;
}

.p_doctor .line__btn {
  max-width: 330px;
}

.doctor_skill {
  background-color: #eef7ff;
  background-image: linear-gradient(90deg, #eef7ff 0%, #f9f5fc 47%, #fff4f4 100%);
  padding: 100px 0 70px 0;
  margin-top: -50px;
}

.doctor_skill .supervising--list li {
  list-style: none;
  line-height: 2;
  position: relative;
  padding-left: 1.2em;
}

.doctor_skill .supervising--list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  top: 0.8em;
  left: 0;
}

.doctor_skill .fs__tit--en {
  font-size: 4rem;
}

.p_doctor .doctor__tbl--name {
  font-size: 3rem;
  line-height: 1;
}

.p_doctor .line__btn {
  margin: 30px 0 0 0;
}

.p_doctor .doctor__tbl--info {
  margin-bottom: 65px;
}

.doctor_skill.f {
  margin-bottom: 60px;
}

.p_doctor li p {
  font-family: var(--infant-font);
}

@media (max-width: 959px) {
  .doctor_skill {
    margin-top: -40px;
    padding: 80px 0 70px 0;
  }
}

@media (max-width: 767px) {
  .doctor__wrap--read p {
    margin-bottom: 40px;
  }

  .p_doctor .line__btn {
    margin: 20px auto 0;
  }

  .doctor_skill {
    padding: 0;
    background: none;
    margin-top: 0px;
  }

  .doctor_skill__in {
    background-color: #eef7ff;
    background-image: linear-gradient(90deg, #eef7ff 0%, #f9f5fc 47%, #fff4f4 100%);
    padding: 40px 0;
  }

  .doctor_skill .fs__tit--en {
    font-size: 3rem;
  }

  .doctor_skill .fs__tit {
    margin: 0 auto 20px;
  }

  .doctor_skill .gline__btn {
    margin: 30px auto 0;
  }

  .p_doctor .doctor__tbl--info {
    margin-bottom: 40px;
  }

  .p_doctor .doctor__tbl--stege {
    font-size: 1.5rem;
  }

  .p_doctor .doctor__tbl--name {
    font-size: 2.4rem;
  }

  .p_doctor .line__btn {
    max-width: 290px;
  }
}

@media (max-width: 600px) {
  .doctor_skill .supervising--list li {
    line-height: 1.5;
  }

  .doctor_skill .supervising--list li::before {
    top: 0.5em;
  }
}

/****************************************************************

	医師紹介（詳細）

****************************************************************/
.doctor__detailarea {
  margin: 0 auto 60px;
}

.doctor__detailarea .doctor__tbl--pic {
  order: 1;
}

.doctor__detailarea .p_doctor.doctor__tbl article {
  grid-template-columns: 59% 35%;
}

.doctor__detailarea .p_doctor .doctor__tbl--info {
  margin-bottom: 40px;
}

.doctor__detailarea .doctor__tbl--info ul {
  margin-top: 10px;
}

.doctor_detailin {
  position: relative;
}

.doctor_messagearea {
  padding: 80px 0 60px 0;
  background-color: #09a75a;
  background-image: linear-gradient(90deg, #edf7ff 0%, #f6f6f8 47%, #fffef3 100%);
  margin-top: -40px;
}

.doctor_message {
  max-width: min(calc(100% - 40px), 700px);
  margin: 0 auto;
}

.doctor_message p:first-child {
  margin-bottom: 20px;
}

.doctor_messagearea .fs__tit--en {
  font-size: 8rem;
}

.doctor_messagearea .fs__tit {
  margin: 0 auto 40px;
}

.doctor__policy {
  margin-bottom: 50px;
}

.doctor__policy .fs__tit--circle {
  margin-bottom: 8px;
}

.doctor__policy .fs__tit--circle:not(:first-of-type),
.doctor__policy .fs__tit--circle:not(:first-of-type) {
  margin-top: 30px;
}

.doctor__favorite {
  background: #faf8f2;
  padding: 50px 20px;
  max-width: 1150px;
  margin: 0 auto 50px;
}

.doctor__favorite .supervising--list {
  display: grid;
  grid-template-columns: auto auto auto;
  max-width: 770px;
  margin: 0 auto;
}

.doctor__favorite .supervising--list li {
  line-height: 2;
}

.doctor__favorite .fs__tit--en {
  background: #e0e0e0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.doctor__favorite .gline__btn {
  margin: 10px auto 0;
}

.doctor__favorite .gline__btn span {
  padding: 0 20px;
}

.doctor__case .fs__tit--jn {
  text-align: left;
  font-family: var(--base-font);
  font-weight: bold;
}

.doctor__case .cace__name {
  margin: 0 auto 15px;
  line-height: 1;
}

.doctor__case .case__pics {
  margin-bottom: 20px;
}

.doctor__case .fs__tit--circle {
  margin-bottom: 4px;
}

.doctor__case .case__overview {
  margin-top: 30px;
  margin-bottom: 10px;
}

.doctor__case .case__data--tbl {
  margin-bottom: 30px;
}

.doctor_career .base__tbl {
  width: 100%;
}

.doctor_career .base__tbl li {
  list-style: none;
}

.doctor_career .base__tbl th {
  width: 200px;
}

.doctor__career .doctor_skill {
  margin-top: 0px;
  padding: 70px 0 60px 0;
}

.supervising--conference__area dt {
  font-size: 2rem;
}

.supervising--conference__area dt::before {
  top: 0.4em;
}

.supervising--conference__area dt:not(:first-of-type) {
  margin-top: 40px;
}

.holiday__img li {
  list-style: none;
}

.holiday__img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.imp__doctor {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding-left: 24px;
  margin-bottom: 14px;
}

.imp__doctor::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  background: url(../img/i-circle_g.svg) no-repeat center center / 14px auto;
  width: 14px;
  height: 14px;
  display: block;
}

.imp__areain {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0 8%;
}

.imp__area .imp__areain:first-child {
  margin-bottom: 50px;
}

.imp__areain img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 959px) {
  .holiday__img {
    gap: 10px;
  }

  .doctor_messagearea {
    padding: 60px 0;
    margin-top: -20px;
  }
}

@media (max-width: 767px) {
  .doctor_messagearea {
    margin-top: 0px;
    padding: 40px 0;
  }

  .doctor_messagearea .fs__tit--en {
    font-size: 6rem;
  }

  .doctor_messagearea .fs__tit {
    margin: 0 auto 30px;
  }

  .doctor__favorite {
    padding: 40px 20px;
  }

  .doctor__favorite .fs__tit {
    margin: 0 auto 20px;
  }

  .doctor__favorite .gline__btn {
    margin: 20px auto 0;
  }

  .doctor__case .fs__tit--jn {
    font-size: 2rem;
  }

  .doctor__career .doctor_skill {
    padding: 0px;
  }

  .supervising--conference__area dt:not(:first-of-type) {
    margin-top: 30px;
  }

  .doctor_career .base__tbl th {
    width: 100px;
  }
}

@media (max-width: 650px) {
  .doctor__favorite .supervising--list {
    grid-template-columns: 100%;
  }

  .holiday__img {
    grid-template-columns: 100%;
    margin-top: 10px;
  }

  .imp__areain {
    grid-template-columns: 100%;
    gap: 20px 0;
  }

  .imp__areain img {
    max-width: 70%;
    margin: 0 auto;
  }

  .imp__txt {
    order: 2;
  }

  .imp__doctor {
    margin-bottom: 6px;
  }

  .imp__area .imp__areain:first-child {
    margin-bottom: 40px;
  }
}

/****************************************************************

	よくあるご質問ページ

****************************************************************/
.post-type-archive-faq .faq-a ul,
.single-faq .faq-a ul {
  margin-bottom: 20px;
}

.post-type-archive-faq .faq-a ol,
.single-faq .faq-a ol {
  margin: 20px 0 20px 1em;
}

/* faq__tbl */
.faq__tbl {
  width: 100%;
  margin: 3rem auto;
}

/* scroll-hint */
.scroll-hint-icon {
  z-index: 2;
}

/* kabelline__tbl */
.kabelline__tbl {
  min-width: 600px;
  position: relative;
}

.kabelline__tbl tr:first-of-type th:not(:first-of-type) {
  background-color: #fdfaf7;
}

.kabelline__tbl a {
  color: #4e5798;
}

.kabelline__tbl tr th:first-of-type {
  position: sticky;
  width: 20%;
  min-width: 13rem;
  left: -1px;
  z-index: 2;
  border: 1px solid #ccc;
}

.kabelline__tbl tr td:last-of-type {
  border-left: 2px solid #4e5798;
  border-right: 2px solid #4e5798;
  color: #4e5798;
}

.kabelline__tbl tr:first-of-type th:last-of-type {
  border-top: 2px solid #4e5798;
  border-left: 2px solid #4e5798;
  border-right: 2px solid #4e5798;
  color: #4e5798;
}

.kabelline__tbl tr:last-of-type td:last-of-type {
  border-bottom: 2px solid #4e5798;
}

.kabelline__tbl tr th:nth-of-type(n + 2) {
  text-align: center;
  font-size: 2rem;
  vertical-align: middle;
  font-weight: bold;
}

/* vista-shape-merchandise */
.vista-shape-merchandise {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.vista-shape-merchandise img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
}

.vista-shape-merchandise__list {
  width: 30%;
  position: relative;
}

.vista-shape-merchandise__p,
.vista-shape-merchandise__price {
  color: #666;
  margin-bottom: 0.5rem;
}

.vista-shape-merchandise__tag {
  display: inline-block;
  background-color: #dac35d;
  color: #fff;
  padding: 1px 5px 0;
  margin-bottom: 0.5rem;
}

.vista-shape-merchandise__name {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  display: block;
}

.vista-shape-merchandise__icon {
  position: absolute;
  top: 0;
  width: clamp(40px, 6vw, 60px) !important;
}

@media (max-width: 767px) {
  .vista-shape-merchandise__list {
    width: 48%;
  }
}

/* hifu__tbl */
.hifu__tbl.base__tbl th,
.hifu__tbl.base__tbl td {
  text-align: center;
  vertical-align: middle;
}

.hifu__tbl tr th:first-of-type {
  width: 10%;
  min-width: 10rem;
}

.hifu__tbl tr:first-of-type th:nth-of-type(2) {
  border-top: 2px solid #4e5798;
  border-left: 2px solid #4e5798;
  border-right: 2px solid #4e5798;
  color: #4e5798;
}

.hifu__tbl tr td:first-of-type {
  border-left: 2px solid #4e5798;
  border-right: 2px solid #4e5798;
  color: #4e5798;
}

.hifu__tbl tr:last-of-type td:first-of-type {
  border-bottom: 2px solid #4e5798;
}

.hifu__tbl td span {
  display: inline-block;
  white-space: nowrap;
}

/* vitaminc__tbl */
.vitaminc__tbl {
  width: auto;
  margin-left: 0;
}

.vitaminc__tbl.base__tbl th {
  width: 50%;
}

/* blog */
.blog-btn .gline__btn {
  margin: 40px auto;
}

.wp-block-table {
  margin: 40px auto;
}

.single-post .faq-a ul {
  margin-bottom: 10px;
  margin-top: 10px;
}

.single-post .wp-block-embed .wp-block-embed__wrapper {
  margin: 40px auto;
}

.single-post .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56%;
}

.single-post .wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/****************************************************************

	404

****************************************************************/
.NF__searchform-wrap {
  margin: 4rem auto 0;
  padding: 3rem 1rem;
  border: 1px solid #c6bfb3;
}

.NF__searchform-wrap p {
  text-align: center;
}

.NF__searchform-wrap #searchform {
  margin: 2rem auto 0;
  display: grid;
}

@media (max-width: 767px) {
  .NF__searchform-wrap.-micro {
    max-width: none;
  }
}

/****************************************************************

	診療メニュー（シスペラ（Cyspera））

****************************************************************/
.postid-48201 .TCP__2col--text-img {
  justify-items: baseline;
}

/****************************************************************

	診療メニュー（関連施術 施術名折り返し）

****************************************************************/
.single-menu .kanren__inner .title p {
  text-wrap: wrap;
}

/* *******************************************

アフターケア

 ******************************************* */
.page-id-18 .text-area__2col--img {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0 40px;
}

@media screen and (max-width: 767px) {
  .page-id-18 .text-area__2col--img {
    grid-template-columns: 100%;
  }
}

/* *******************************************

モニター募集・オンライン診療（遠隔診療）

 ******************************************* */
.page .special-menu.cmpmenu .txt_box .txt_area {
  margin-top: 10px;
}

.page .special-menu.cmpmenu .min_price .price {
  align-items: end;
}

@media screen and (max-width: 767px) {
  .page .special-menu.cmpmenu .min_price .price {
    font-size: 4.6rem;
  }
}

/* ダーマペン4 */
.postid-48073 .TCP__2col--text-img {
  margin-bottom: 30px;
}

/* 脂肪吸引注射（料金表） */
@media screen and (min-width: 769px) {
  .postid-48037 .price__blk .base__tbl.merge-cols th.th__bg--bright {
    display: table-cell !important;
  }

  .postid-48037 .price__blk .base__tbl.merge-cols th:first-child {
    width: auto;
  }
}

/* 美容ブログ：手の甲のシワにヒアルロン酸注射 料金表サイズ */
.postid-51028 .wp-block-table:nth-of-type(2) th {
  width: 330px;
}

@media (max-width: 650px) {
  .postid-51028 .wp-block-table:nth-of-type(2) th {
    width: 200px;
  }
}

/* 期間限定の特別プラン */
.page-id-59087 .one__campaign--area {
  margin-top: 40px;
}

/* プライベートスキンクリニックが選ばれる理由 初めての方へ バナー余白 */
.page-id-55531 .reserve__area .about__actbox {
  margin-bottom: 25px;
}
