@charset "UTF-8";

.p-hero video {
  width: 100%;
    height: auto;
  aspect-ratio: 16/9;
  width: 100%;
}

.p-hero__inner {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  text-shadow: 0 0 6px #000;
}

#clinic .p-hero__inner {
  height: auto;
  min-height: auto;
}

#clinic .sns-wrapper {
  width: auto;
  padding-top: 15px;

}

#clinic ul li.sns-item {
  width: auto;
  padding: 5px;
}

#clinic .blog-bnr {
  display: block;
}

#clinic .blog-bnr img {
  width: 280px;
  padding-bottom: 15px;
}

#clinic ul li.sns-item img {
  width: 40px;
}

h2.p-hero__text {
  font-size: 5rem;
  margin-bottom: 30px;
}

h3.p-concept__hero__title {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 2.7em;
  color: #d03987;
}

.p-hero__inner p {
  font-size: 18px;
}

.container {
  width: 960px;
  margin: auto;
  max-width: 100%;
}

.container-middle {
  width: 1200px;
  margin: auto;
  max-width: 100%;
}


.container-fluid {
  width: 1400px;
  margin: auto;
  max-width: 100%;
}

span.block {
  display: block;
}

.hidden {
  display: none;
}

.f-mincho {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.margin-t-5 {
  margin-top: 5px;
}

.margin-t-15 {
  margin-top: 15px;
}

.margin-t-30 {
  margin-top: 30px;
}

.margin-t-40 {
  margin-top: 40px;
}

.margin-b-0 {
  margin-bottom: 0px;
}

.margin-b-15 {
  margin-bottom: 15px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-b-40 {
  margin-bottom: 40px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.margin-b-60 {
  margin-bottom: 60px;
}


.margin-l-15 {
  margin-left: 15px;
}

.margin-r-15 {
  margin-right: 15px;
}


@media screen and (min-width: 769px) {
  .margin-r-40-pc {
  margin-right: 40px;
}
}

.margin-lr-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.margin-auto {
  margin: auto;
}

.padding-b-15 {
  padding-bottom: 15px;
}

.padding-l-15 {
  padding-left: 15px;
}

.padding-r-5 {
  padding-right: 5px;
}

.padding-r-15 {
  padding-right: 15px;
}

.padding-lr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-t-5 {
  padding-top: 5px;
}

.padding-t-15 {
  padding-top: 15px;
}

.padding-t-30 {
  padding-top: 30px;
}

.padding-t-50 {
  padding-top: 50px;
}

.padding-tb-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padding-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-tb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.visible-xs {
  display: none;
}

a.arrow-right {
  position: relative;
  padding-right: 20px;
}

a.arrow-right::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 52%;
  right: 5px;
  transform: translateY(-50%);
}

.bold {
  font-weight: bold;
}

.small {
  font-size: small;
}

.p-doctor span.caution {
  background-color: unset;
  padding: 0;
}

.p-doctor h3 {
  color: #d03987;
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.35rem;
}

.p-doctor .media {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.doctor .media {
  overflow-y: auto;
  max-height: 360px;
  padding: 0 20px;
}

.media .media-list {
  display: flex;
  margin: -20px;
  list-style: none;
  flex-wrap: wrap;
}

.media .media-list li {
  padding: 20px;
  width: 25%;
}

.media .media-list button {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .media .media-list {
    margin: 0;
  }

  .media .media-list li {
    padding: 10px;
    width: 50%;
  }
}

.media .l-modal__container {
  position: relative;
}

.media .modal__close {
  top: -30px;
  right: 0;
  color: #fff;
}

.media .l-modal__image {
  max-height: 80vh;
  overflow-y: auto;
}

.fa-chevron-right {
  text-align: right;
}

.flex {
  display: flex;
}

@media screen and (max-width: 768px) {
  .flex.wrap-sp {
    flex-wrap: wrap;
  }
}

.flex.ai-center {
  align-items: center;
}

.flex.ai-end {
  align-items: flex-end;
}

.flex.jc-between {
  justify-content: space-between;
}

.flex.jc-around {
  justify-content: space-around;
}

.flex.jc-center {
  justify-content: center;
}

.flex .img-wrap {
  width: 100%;
}

.left {
  float: left;
}

.w25 {
  width: 25%;
  padding: 0 15px;
}

.w50 {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .w50-sp {
    width: 50%;
  }
}
.w80 {
  width: 80%;
}

.w100 {
  width: 100%;
}


.w350 {
  width: 350px;
  max-width: 100%;
}


.w500 {
  width: 500px;
  max-width: 100%;
}

.w700 {
  width: 700px;
  max-width: 100%;
}


.w850 {
  width: 850px;
  max-width: 100%;
}


.blend-mode-multiply {
  mix-blend-mode: multiply;
}

.btn-area {
  width: 1215px;
  max-width: 100%;
  margin: 0 auto;
}

.btn.btn-gold {
  margin: 0 auto;
  width: 390px;
}

.btn.btn-gold a {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  background-color: #caac4a;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  padding: 20px 0;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
}

.btn.btn-gold a:hover {
  background-color: #a88514;
}

.btn.btn-gold a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}

.btn.btn-pink {
  width: 350px;
  margin: auto;
}

.btn.btn-pink a {
  color: #fff;
  background: #d03987;
  padding: 20px 0;
  border-radius: 5px;
  display: block;
  text-align: center;
}

ul.l-inside li {
  list-style: inside;
  padding-left: 15px;
}

ol.l-inside li {
  list-style: decimal;
  margin-left: 20px;
}
.p-doctor__note {
  margin-bottom: 60px;
}

.p-doctor__note p.catch-copy {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  /*color: #d03987;*/
  color: #CE976E;
  font-size: 2.5rem;
  margin-bottom: 0;
  line-height: normal;
  font-weight: bold;
}

.p-doctor__note p.catch-copy-small {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  /*color: #d03987;*/
  color: #CE976E;
  font-size: 1.9rem;
  margin-bottom: 15px;
  line-height: normal;
  font-weight: bold;
}

a.u-btn__clinic, a.u-btn__doctor, a.u-btn__access {
  padding-left: 55px;
}

.p-address__btn__item a.u-btn__clinic:before,
.p-address__btn__item a.u-btn__doctor:before,
.p-address__btn__item a.u-btn__access:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  margin: auto;
  font-size: 3rem;
}

.p-address__btn__item a.u-btn__clinic:before {
  content: "\f0f8";
}

.p-address__btn__item a.u-btn__doctor:before {
  content: "\f0f0";
}

.p-address__btn__item a.u-btn__access:before {
  content: "\f4d7";
}

.border-d {
  border-bottom: 1px dotted #ccc;
}

.l-subnav__item ul {
  margin-bottom: 20px;
}

.l-subnav__item ul li a {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-weight: normal;
}

.l-subnav__item ul + p {
  border-top: 1px solid #eaecf2;
  padding: 10px;
}

.l-subnav__item p {
  font-size: 18px;
  padding: 0 10px 10px;
}



.l-subnav__title {
  /* padding: 15px; */
}

.l-subnav__title a, .l-subnav__item ul li a {
  position: relative;
}
/*
.l-subnav__title a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  top: 35%;
  right: 5px;
  color: #666;
} */

.l-subnav__item ul li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

#top-slider {
  width: 100%;
  height: 315px;
}

.eye-catch {
  max-width: 100%;
}

.top-slider img{
    height: auto;
    width: 100%;
}

.l-section__subtitle {
  line-height: 1.5;
}

.l-section.p-topics {
  padding: 100px 0;
}

.p-topics a {
  color: #212121;
}

.topics-wrapper {
  width: 800px;
  margin: auto;
  margin-bottom: 100px;
  height: 400px;
  overflow-y: auto;
}

ul.topics-item li {
  font-size: 14px;
  padding: 0 15px 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.sns-wrapper {
  width: 800px;
  margin: auto;
  text-align: center;
}

.sns-wrapper ul li {
  display: inline-block;
}

.sns-wrapper a {
  display: block;
}

ul li.sns-item {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-align: center;
  padding: 5px 15px;
  font-size: 12px;
  color: #888;
  width: 130px;
}

ul li.blog-bnr img {
  padding: 0 15px;
}

ul li.sns-item img {
  width: 50px;
  margin-bottom: 5px;
}

ul li.sns-item p {
  line-height: normal;
  color: #666;
}

.red {
  color: #d03987;
}

/* 問合せフォーム */
.p-form {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

#pageCommon p {
  line-height: 1.8em;
  margin-bottom: 2em;
}

#pageCommon .hurry-contact {
  margin-bottom: 30px;
}

#pageCommon .hurry-contact p {
  color: #d03987;
  text-align: center;
  font-size: 2rem;
}

#pageCommon .formCo table th {
  width: 36%;
}

#pageCommon .formCo table {
  border: 5px solid #c8c8c8;
  margin-bottom: 4em;
  width: 100%;
}

#pageCommon .formCo table th, #pageCommon .formCo table td {
  border: 1px solid #C8C8C8;
  padding: 15px;
  line-height: 1.8em;
}

#pageCommon .formCo table td, #pageCommon .formCo table th {
  vertical-align: middle;
}

#pageCommon .formCo th, #pageCommon .formCo td {
  text-align: left;
  border-bottom: 1px solid #c8c8c8;
}

#pageCommon .formCo th {
  background: #EFEFEF;
}

#pageCommon .formCo table th, #pageCommon .formCo table td {
  border: 1px solid #C8C8C8;
  padding: 15px;
  line-height: normal;
}

#pageCommon .formCo table td, #pageCommon .formCo table th {
  vertical-align: middle;
}

#pageCommon .formCo th, #pageCommon .formCo td {
  text-align: left;
  border-bottom: 1px solid #c8c8c8;
}

#pageCommon .formCo td select, #pageCommon .formCo td input {
  /* background: #F7F7F7; */
  border: solid 1px #c4c4c4;
  padding: 6px 15px 6px 6px;
  margin: 5px 0;
  font-size: 1em;
  line-height: 1.6em;
  border-radius: 4px;
}

#pageCommon .formCo td select {
  width: 120px;
}

#pageCommon .formCo td.wAuto.radio input {
  margin-right: 5px;
}

#pageCommon .formCo input {
  width: 50%;
}

#pageCommon form input.wAuto, #pageCommon form .wAuto input {
  width: auto;
}


td.wAuto.radio label {
  margin-right: 15px;
  display: inline-block;
}

#pageCommon .formCo .fieldL {
  width: 100%;
}

#pageCommon .formCo td textarea {
  font-size: 1em;
  line-height: 1.6em;
  padding: 10px;
  background: #F7F7F7;
  border: solid 1px #c4c4c4;
  border-radius: 4px;
}

#pageCommon .formCo input#age {
  width: 3em;
  margin-right: 5px;
}

#pageCommon .formCo input#zip {
  width: 8em;
}

#pageCommon .formCo .boxLine {
  text-align: center;
}

#pageCommon .boxLine {
  padding: 15px;
  margin: 15px 0 25px;
}

#pageCommon .boxLine {
  border: 5px solid #efefef;
  clear: both;
}

#pageCommon .boxLine a.btn-dl {
  background-color: #BD0B69;
  border-radius: 5px;
  color: #fff;
  padding: 15px 30px;
}

#pageCommon .boxLine a.btn-dl:hover {
  background-color: #e61683;
}

#pageCommon .formCo #btnSend {
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
}

#pageCommon .formCo #btnSend input {
    padding: 1.5em 0 1.5em 0.2em;
    cursor: pointer;
    background-size: 24px;
    width: 450px;
    max-width: 100%;
}

#pageCommon form #btnSend input.btn_submit {
  background-color: #bd0c69;
  color: #fff;
}

#pageCommon form #btnSend input {
    width: 300px;
    padding: 12px 0px;
    font-size: 1.125em;
    cursor: pointer;
    background-size: 20px;
}

#pageCommon form #btnSend input {
    margin: 0 auto;
    border: 0;
    background: #eae1bf;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #330000;
    font-weight: bold;
    transition: all 1.0s;
}

#pageCommon table p {
  font-size: small;
  margin-bottom: 0px;
}

.date-time th span.small {
  display: inline-block;
  width: 70%;
}

.date-time input[type="date"], .date-time select {
  height: 41px;
  vertical-align: middle;
}

.date-time input[type="date"] {
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

input.date::after {
  color: #666;
  font-family: "Font Awesome 5 Free";
  content: "\f073";
}

.p-concept {
  background: url('../img/home/bg_f.jpg') center center no-repeat;
  background-size: contain;
}

/* フッター用サイトマップ */
.footer-sitemap {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  padding: 40px 15px 100px;
}

.footer-sitemap .l-nav > ul {
  padding: 0 15px;
}

.footer-sitemap ul.list-inline li {
  display: inline-block;
  margin-right: 30px;
}

.footer-sitemap .l-subnav__title a {
  font-size: 16px;
  margin-bottom: 0;
}

.footer-sitemap .l-subnav__title a span {
  font-size: 12px;
}

.footer-sitemap .l-subnav__title a {
  padding: 15px;
}

.category-item {
  display: inline-grid;
  border-bottom: 1px solid #fff;
  position: relative;
  font-size: 1.2rem;
  width: 33%;
  margin-bottom: 15px;
  padding: 0 5px;
}

.category-item:last-child {
  border-bottom: none;
}

.menu-category {
  display: block;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}

.footer-menu {
  padding: 0 8px;
}

.footer-menu-item {
  padding: 5px 1rem;
}

.visible-xs {
  display: none;
}

.category-item .hidden-xs {
  border-top: 15px solid #fff;
}

.footer-sitemap-lg {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #fff;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  /* max-width: 1398px; */
}

.footer-sitemap-lg-item {
  border-right: 1px solid #eaecf2;
  border-top: 1px solid #eaecf2;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  /* padding: 25px 10px; */
  /* max-width: 233px; */
  width: 20%;
}

.footer-sitemap-lg-item:first-child {
  border-left: 1px solid #eaecf2;
}

.footer-sitemap-lg-item ul {
  padding: 15px;
}

.footer-sitemap .l-nav > ul {
  width: 100%;
  margin: 0 auto;
}

.footer-sitemap-lg-item ul li {
  position: relative;

}

.footer-sitemap-lg-item ul li a {
  font-size: 14px;
}

.footer-sitemap-lg-item ul li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  right: 5px;
}

ul.footer-sitemap-menu:last-child li.js-navi {
  border-bottom: 1px solid #eaecf2;
}

.footer-sitemap .l-subnav__title a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  top: 35%;
  right: 19px;
  color: #666;
}

/* 治療ページ */
.btn.btn-price {
  width: 400px;
  max-width: 100%;
  margin: auto;
  padding: 0 15px;
}

.btn.btn-price a {
  color: #fff;
  background: #d03987;
  padding: 20px 0;
  border-radius: 5px;
  display: block;
  text-align: center;
}

.btn.btn-price a:hover {
  background: #BD0B69;
}

.l-detail__navi {
  background: #fbfbf9;
}

.l-detail__hero__note h4, #overview h4, #component h4 ,#suture h4, #scar h4, #pain h4 {
  padding: 30px 0 8px;
  font-size: 22px;
  color: #d03987;
  font-weight: bold;
}

.text-box {
  padding-bottom: 30px;
}

.panel {
  border-radius: 5px;
  padding: 15px 30px;
  margin: 15px 0;
}

.panel.panel-default {
  background-color: #fbfbf9;
  border: 1px solid #f2f0ea;
}

.panel.panel-blue {
  background-color: #f0f8ff;
}

.panel.panel-white {
  background: #fff;
  border: 1px solid #f2f0ea;

}

.attention {
  margin-bottom: 15px;
}

.attention .attention-title {
  color: #d03987;
}

.attention .attention-title::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f071';
  margin-right: 8px;
}

.attention ul li {
  list-style: inside;
}

.attention .caution {
  background-color: none;
  padding: 0;
}

.l-footer__address {
  /* color: #333; */
  font-size: 12px;
  margin: 5px 0;
}

.btn.btn-dl {
  width: 450px;
  max-width: 100%;
  margin: auto;
}

.btn.btn-dl a {
  color: #fff;
  /*background: #d03987;*/
  background: #CE976E;
  padding: 20px 0;
  border-radius: 5px;
  display: block;
  text-align: center;
}

.btn.btn-dl a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f1c1';
  margin-right: 8px;
}

.btn.btn-dl a:hover {
  background: #BD0B69;
}

.text-sub-title {
  padding: 8px 15px;
  font-weight: bold;
  background-color: #f1f0ea;
  margin-bottom: 5px;
}

.calecim + img {
  width: 400px;
  align-self: flex-start;
}

/* よくある質問 */
.fax-text-box {
  padding-left: 15px;
  padding-right: 5px;
  margin-bottom: 15px;
}

.l-detail__contents.p-faq {
  background: #fbfbf9;
}

/* ハイドラフェイシャル */
.process {
  display: flex;
  margin-bottom: 30px;
}

.process img {
  width: 400px;
  padding: 0 25px;
}

.text-box dl dt {
  font-weight: bold;
}

.text-box dl dd {
  margin-bottom: 15px;
}

.chip {
  display: -webkit-flex;
  display: flex;
  flex-wrap:wrap;
  padding: 30px 0px;
}

.chip-items {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.chip-items img {
  width: 180px;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}

.chip-items dl {
  width: 85%;
  margin: auto;
  font-size: 14px;
}

.skin-solution {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  flex-wrap:wrap;
  padding: 30px 0px;
}

.skin-items {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.skin-items img {
  width: 150px;
  margin: 0 auto 15px;
  display: block;
}

.skin-items dl {
  font-size: 14px;
}

.course dl {
  margin-bottom: 15px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 8px;
}

.course dl dt, .course dl dd {
  display: inline-block;
  padding-right: 15px;
}

.course dl dt {
  width: 380px;
}

.course dl dd {
  margin-bottom: 0px;
}

.course dl dd:last-child {
  padding-right: 0;
}


.label {
  padding: 1px 5px;
  color: #d03987;
  border: 1px solid #d03987;
  border-radius: 5px;
  font-size: 0.9em;
  font-weight: normal;
  margin-left: 15px;
}

.movie-box {
  overflow: hidden;
  margin-bottom: 50px;
}

.movie-items {
  width: 33.333%;
  float: left;
  padding: 0 8px;
}

.movie-items iframe {
  width: 100%;
  min-height: 100%;
  height: 230px;
}

.label-require {
  padding: 1px 8px;
  background-color: #d03987;
  color: #fff;
  border-radius: 3px;
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 15px;
  float: right;
}

.label-normal {
  padding: 1px 8px;
  background-color: #999;
  color: #fff;
  border-radius: 3px;
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 15px;
  float: right;
}

p .label-require {
  padding: 5px 8px;
  float: none;
  font-size: 14px;
  margin-left: 0;
  margin-right: 4px;
}

.l-detail .p-risk__item.full-box {
  width: 100%;
}

#hydrafacial .l-detail .p-step__item img {
  width: 400px;
  padding: 0 25px;
}

/* リスク・副作用 */
.l-detail .p-risk__title.few-risk {
  background: none;
  padding-left: 0;
}

.l-detail .p-risk__title {
  background: url('../img/circle.png') left center no-repeat;
  background-size: auto 20px;
  min-height: 20px;
  padding-left: 30px;
}

#risk .attention {
  padding: 15px;
 }

#risk ul {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}

#risk ul li {
  width: 35%;
}

#risk .attention p {
  border-top: none;
}

/* 症例写真 */
#case-photo h4 {
  padding: 30px 0 8px;
  font-size: 22px;
  color: #d03987;
  font-weight: bold;
}

#case-photo .l-detail__contents {
  padding: 13.333vw 15px;
}

#case-photo table {
  width:600px;
  max-width: 100%;
  vertical-align: middle;
}

#case-photo table tr.total th, #case-photo table tr.total td {
  border-top: 1px dotted #999;
}

#case-photo table td {
  width: 140px;
}

#case-photo table td.price {
  text-align: right;
}

#case-photo table td p {
  margin-bottom: 15px;
}

#case-photo table img {
  width: 700px;
  margin-bottom: 15px;
  max-width: 100%;
}

#case-photo dl dd .attention ul {
  display: flex;
  flex-wrap: wrap;
}

#case-photo .attention ul li {
  width: 33.333%;
}

.case-slider li {
  width: 100%;
  text-align: center;
}

.case-slider li p {
  font-size: 16px;
  margin: 5px 0;
}

.before-after {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.before-after p {
  width: 46.8%;
  text-align: center;
}

.before-after p span {
  background: #f5f3ee;
  padding: 15px;
  display: block;
}


#case-photo .slider-wrapper button {
  display: none;
}

#case-photo .slick-prev:before,
#case-photo .slick-next:before {
  color: #222;
}

#case-photo .slick-prev:before, #case-photo .slick-next:before {
  font-size: 25px;
}

#case-photo .slick-prev, #case-photo .slick-next {
  top: calc(50% - 16px);
}

#case-photo .text-box {
  margin-top: 15px;
  background: #f5f3ee;
  padding: 30px;
  margin-bottom: 60px;
}

/* 料金表ページ */
.p-price .c-table__price.sp-table.cols .c-table__price__note:first-child {
  width: 50%;
}

.p-price__banners {
  max-width: 480px;
  margin: 80px auto;
}

.price .p-price__item .c-table__price.cols > .c-table__price {
  border-right: 0px;
}

.p-price__item .c-table__price__num {
  padding: 15px 20px;
}

.price .p-price__item__list:target {
  display: block;
}

.cols .c-table__price:last-child {
  border-bottom: 0px;
}

.p-price table {
  width: 100%;
}

.p-price table:nth-of-type(n+2) {
  margin-top: 30px;
}

.p-price table th {
  background-color: #F5F0EC;
  font-weight: bold;
  width: 50%;
  padding: 15px 20px;
  border: 1px solid #e0ddda;
}

.p-price table th.menu-title {
  background: #c197ae;
  color: #fff;
  border: 1px solid #c197ae;
}

.p-price table td {
  padding: 15px 20px;
  border: 1px solid #e0ddda;
}

.p-price table td.price-num {
  font-weight: bold;
  text-align: right;
}

.p-price p {
  margin: 15px 0;
}

.price .p-price__item__list.padding-b-15 {
  padding-bottom: 15px;
}

.p-price .c-table__price__note.sub-head {
  width: 200px;
  border-right: none;
}

.c-table__price__note.head {
  border-right: none;
  background-color: #F5F0EC;
  border-right: 1px solid #e0ddda;
  font-weight: bold;
  width: 44%;
}

#hyaluronan .c-table__price__note.head {
  width: 37%;
}

#botox .inner .c-table__price__note.head,
#hyaluronan .inner .c-table__price__note.head {
  padding-right: 0px;
  width: 270px;
  font-weight: normal;
}

.c-table__price__note {
  border-right: 1px solid #e0ddda;
}

.c-table__price__num {
  width: 150px;
  border-right: none;
}

.c-table__price.sp-table.inner {
  border-right: none;
  overflow: hidden;
  display: table;
}

.c-table__price.sp-table.inner:last-child {
  border-bottom: none;
}

#dermapen #component {
  padding: 100px 0;
  background: #fbfbf9;
}

/* 求人募集 */
#recruit table {
  width: 100%;
}

#recruit table th, #recruit table td {
  padding: 15px;
  border: 1px solid #e0ddda;
}

#recruit table th {
  width: 30%;
  background-color: #f1f0ea;
  font-weight: bold;
}

#recruit table ul {
  padding-left: 5px;
}

#recruit table ul li {
  list-style: inside;
}

#recruit .text-box, #monitor .text-box {
  width: 70%;
  margin: 0 auto;
}

#recruit .l-detail .p-faq {
  background: url(../img/menu/bg_price.gif) top center no-repeat;
  background-size: cover;
  padding: 100px 0;
}

#recruit .l-detail__navi__list {
  background-color: inherit;
}

#recruit .l-detail__navi__item {
  width: 240px;
  background-color: #fff;
  border-right: 1px solid #eaecf2;
}

#recruit .l-detail__navi__item a {
  font-size: 1.6rem;
}

#recruit .l-detail__navi__item:nth-of-type(1) {
  border-radius: 5px 0 0 5px;
}

#recruit .l-detail__navi__item:nth-of-type(2n) {
  border-left: none;
  border-right: none;
}

#recruit .l-detail__navi__item:nth-of-type(3) {
  border-top: 1px solid #eaecf2;
  border-right: 1px solid #eaecf2;
  border-radius: 0;
}

#recruit .l-detail__navi__item:nth-of-type(4) {
  border-top: 1px solid #eaecf2;
  border-radius: 0;
}

#recruit .l-detail__navi__item:nth-of-type(5) {
    border-top: 1px solid #eaecf2;
    border-right: 1px solid #eaecf2;
    border-radius: 0 5px 5px 0;
}

/* ドクター紹介 */
#doctor .l-detail__navi__list {
  flex-wrap: nowrap;
}

#doctor .l-detail__navi__item {
  width: 600px;
}

#doctor .l-detail__navi__item:first-child {
  border-radius: 5px 0 0 5px;
}

#doctor .l-detail__navi__item:nth-of-type(3) {
  border-right: 0;
  border-top: 1px solid #eaecf2;
  border-radius: 0;
}

#doctor .l-detail__navi__item:last-child {
  border-top: 1px solid #eaecf2;
  border-right: 1px solid #eaecf2;
  border-radius: 0 5px 5px 0;
}

#doctor .l-detail__navi {
  background: #fff;
}

#doctor .flex {
  align-items: center;
}

#doctor .flex .flex-pct {
  width: 50%;
  flex-shrink: 0;
}

#doctor .flex .flex-inner {
  padding: 0 30px;
}

/* 症例写真 */
#case .form {
  margin: 72px 0 30px;
}

#case .form select {
  background-color: #fff;
	border: solid 1px #c4c4c4;
	padding: 6px 15px 6px 6px;
	margin: 5px 0;
	font-size: 1em;
	line-height: 1.6em;
	border-radius: 4px;
  width: 200px;
}

#case select.sort-select {
  background-color: #fff;
	border: solid 1px #c4c4c4;
	padding: 6px 15px 6px 6px;
	margin: 0 0 15px;
	font-size: 1em;
	line-height: 1.6em;
	border-radius: 4px;
  width: 200px;
}

#case .l-case__list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -15px 72px;
}

#case .l-case__list>li {
  padding: 15px;
  width: 33.3333%;
}

#case .modal-trigger {
  border: 0;
  background-color: #ffbad9;
  padding: 5px 15px 15px;
  line-height: 1.5;
  width: 100%;
  font-size: 16px;
  color: #212121;
  font-family: 'Cormorant Garamond', serif;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#case .modal-trigger .modal-trigger-image{
  position: relative;
  position: relative;
  margin: 0 -10px 10px;
}
#case .modal-trigger .modal-trigger-image img {
  width: 100%;
}

#case .l-modal__container {
  display: flex;
  margin: -30px;
  background-color: #fff;
  max-width: 1200px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

#case .l-modal__image {
  width: 50%;
  padding: 30px;
}

#case .l-modal__image img{
  margin-bottom: 0;
}

#case .l-modal__contents {
  width: 50%;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}

#case .l-modal__title {
  font-size: 3rem;
  color: #d03987;
  border-bottom: 1px solid #d03987;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  line-height: 1.5;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

#case .l-modal__contents p + p {
  margin-top: 1rem;
}

#case .l-modal__sort {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  width: 100%;
}

#case .l-modal__sortitem {
  font-size: 1.6rem;
  line-height: 1;
  height: 80px;
  width: 25%;
  border: 1px solid #f2f0ea;
  border-right: 0;
}

#case .l-modal__sortitem a {
  color: #212121;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
}

#case .l-modal__sortitem a:focus {
  outline: none;
}

#case .l-modal__sortitem.current a {
  background-color: #f2f0ea;
  cursor: default;
}

#case .l-modal__sortitem:first-child {
  border-radius: 5px 0 0 5px;
}

#case .l-modal__sortitem:last-child {
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #f2f0ea;
}


/* キャンペーン */
#campaign .container {
  width: 1200px;
}

#campaign .l-detail__navi {
  background-color: #fff;
}

#campaign .l-detail__navi__list {
  max-width: 800px;
}

#campaign .campaign-introduction {
  text-align: center;
  margin-top: 60px;
}

#campaign .campaign-introduction a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  height: 75px;
  line-height: 1;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: left;
  border-radius: 5px;
  background-color: #00b900;
  margin: auto;
}

#campaign .campaign-introduction a:hover {
  background-color: #069d06;
}

@media screen and (max-width: 768px) {
  #campaign .campaign-introduction a {
    font-size: 18px;
    padding: 0 35px 0 55px;
  }
}

#campaign .campaign-introduction a::before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  margin: auto;
  width: 30px;
  height: 37px;
  background: url(../img/icon_line_sp.png) center center no-repeat;
  background-size: 30px auto;
}

#campaign .campaign-introduction a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}

#campaign .l-detail__navi__item:nth-of-type(2) {
  border-right: 1px solid #eaecf2;
}
#campaign .l-campaign__list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

#campaign .l-campaign__list--horizontal {
  display: block;
  margin: 60px auto;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  #campaign .container {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  #campaign .l-campaign__list {
    margin: -10px;
  }
}

#campaign .l-campaign__list>li {
  padding: 20px;
  width: 33.3333%;
}

#campaign .l-campaign__list--horizontal>li {
  width: 100%;
  padding: 40px 20px;
}


@media screen and (max-width: 768px) {
  #campaign .l-campaign__list>li {
    padding: 10px;
    width: 50%;
  }

  #campaign .l-campaign__list--horizontal>li {
    width: 100%;
  }
}

#campaign .campaign-title {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 28px;
}

#campaign .campaign-description {
  margin-top: 10px;
  font-size: 16px;
  color: #212121;
}

#campaign .campaign-inner {
  display: flex;
}

@media screen and (max-width: 768px) {
  #campaign .campaign-inner {
    display: block;
  }
}

#campaign .campaign-image {
  width: 360px;
  flex-shrink: 0;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  #campaign .campaign-image {
    width: 100%;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  #campaign .campaign-title {
    font-size: 4rem;
  }
  #campaign .campaign-description {
    font-size: 14px;
  }
}

#campaign .campaign-notice {
  font-size: 14px;
  margin-top: 60px;
  text-align: right;
}

#pageCommon .tblNormal th,
#pageCommon .tblNormal td{
	text-align:left;
	line-height:1.6em;
	border:1px solid #c8c8c8;
	vertical-align:middle
}

#pageCommon .tblNormal th{
background: #f1ebd5;
}
#pageCommon .tblNormal th.thClr{
	background: #E6DAB3;
}

#pageCommon .tblNormal th, #pageCommon .tblNormal td {
	padding: 14px 20px;
}

#pageCommon h3 {
    font-size: 2em;
    clear: both;
    margin-bottom: 0.6em;
    padding: 1em 0;
    text-align: center;
}

#pageCommon.drCo h4 {
    text-align: left;
    color: #333;
    background: #FFF;
    padding: 0 0 0 0.6em;
    margin: 2em 0 0.6em;
    border-left: 4px double #CC0066;
    clear: none;
    font-size: 1.5em;
}

#pageCommon p {
    font-size: 1em;
    line-height: 1.8em;
    margin-bottom: 2em;
}

#pageCommon .txtLead {
    font-size: 1.5em;
}

.aCENTERpc {
    text-align: center;
}

.aCENTER {
    text-align: center;
}

#pageCommon.monitorCo h4, #pageCommon.drCo h4 {
    text-align: left;
    color: #333;
    background: #FFF;
    padding: 0 0 0 0.6em;
    margin: 2em 0 0.6em;
    border-left: 4px double #CC0066;
    clear: none;
}


.white-box .text-box {
  background-color: #fff;
  border: 1px solid #eaecf2;
  border-radius: 5px;
  padding: 30px;
  margin: auto;
}

/* モニター募集 */
#monitor .p-risk__item p {
  border-top: none;
  padding-top: 0px;
}

/* 内服薬・外用薬 */
#medicine .l-detail__navi__item, #cosme .l-detail__navi__item {
  width: 33.33333%;
}

#medicine .l-detail__navi__item:nth-of-type(1), #cosme .l-detail__navi__item:nth-of-type(1) {
  border-radius: 5px 0 0 5px;
}

#medicine .l-detail__navi__item:last-of-type, #cosme .l-detail__navi__item:last-of-type {
  border-top: 1px solid #eaecf2;
  border-radius: 0 5px 5px 0;
}

.item-box {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}

.item-box:last-child {
  border-bottom: none;
}

.medicine-text {
  display: flex;
  align-items: center;
}

.medicine-text img {
  width: 400px;
  padding: 0 25px;
}

.item-title {
  padding: 0 0 8px;
  font-size: 22px;
  color: #d03987;
  font-weight: bold;
}

.medicine-text dl dd {
  padding: 0px 0px 30px;
  border-radius: 5px;
}

.efficacy {
  overflow: hidden;
  margin-bottom: 30px;
}

.efficacy ul {
  display: flex;
  flex-wrap: wrap;
}

.efficacy ul li {
  background: #F9E3EE;
  border-radius: 4px;
  padding: .8em 0;
  text-align: center;
  width: 23%;
  margin: .5em 0 .5em 1em;
}

.risk {
  overflow: hidden;
  margin-bottom: 30px;
}

.risk p {
  margin-bottom: 15px;
}

.risk ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}

.risk ul li {
  background-color: #d2e0e8;
  border-radius: 4px;
  padding: .8em 0;
  text-align: center;
  width: 23%;
  margin: .5em 0 .5em 1em;
}

#medicine .attention {
  margin-bottom: 30px;
}



.ex-medi .medicine-text {
  display: block;
}

/* 化粧品 */
#face .item-box .text-box, #body .item-box .text-box, #calecim .item-box .text-box, #wakasapri .item-box .text-box, #cosme .item-box .text-box {
  display: flex;
  align-items: center;
}

#face .item-box img, #body .item-box img, #wakasapri .item-box img, #calecim .item-box img, #cosme .item-box img {
  width: 200px;
}

#cosme .item-box .full-image img {
  width: auto;
}

#cosme dl {
  padding-top: 25px;
  float: right;
  width: 78%;
}

#cosme .label {
  margin-left: 0px;
  margin-right: 8px;
  padding: 5px 8px;
  border: none;
  background-color: #D8F1EC;
  color: #333;
  margin-bottom: 15px;
}

#cosme .usage {
  display: flex;
  align-items: center;
  margin: 40px 0;
}

#cosme .usage-image {
  margin-right: 20px;
  width: 150px;
  text-align: center;
  flex-shrink: 0;

}

#cosme .usage-image img {
  width: auto;
}

.use-point {
  text-align: center;
  padding: 0.6em;
  clear: both;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  background: #FFF;
  background: -moz-linear-gradient(left, #FFF 0%, #e05791 30%, #e05791 30%, #e05791 70%, #FFF 100%);
  background: -webkit-linear-gradient(left, #FFF 0%,#e05791 30%,#e05791 30%,#e05791 70%,#FFF 100%);
  background: linear-gradient(to right, #FFF 0%,#e05791 30%,#e05791 30%,#e05791 70%,#FFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#FFF',GradientType=1 );
  margin-bottom: 50px;
}

span.label + span {
  padding-top: 8px;
}

.comse-price {
  text-align: right;
}

#calecim {
  padding-top: 100px;
}

/* 薄毛 */
ul.cause {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.cause li {
  display: flex;
  align-items: center;
  background-color: #d2e0e8;
  border-radius: 5px;
  padding: .8em 0;
  margin: .5em 0 .5em 1em;
  width: 23%;
  text-align: center;
}

ul.cause li div {
  margin: auto;
}

/* 料金表 */
#price .l-detail__navi__list {
  background-color: inherit;
}

#price .l-detail__navi__item {
  width: 240px;
  background-color: #fff;
  border-right: 1px solid #eaecf2;
}

#price .l-detail__navi__item a {
  font-size: 1.6rem;
}

#price .l-detail__navi__item:nth-of-type(1) {
  border-radius: 5px 0 0 5px;
}

#price .l-detail__navi__item:nth-of-type(2n) {
  border-left: none;
  border-right: none;
}

#price .l-detail__navi__item:nth-of-type(3) {
  border-top: 1px solid #eaecf2;
  border-right: 1px solid #eaecf2;
  border-radius: 0;
}

#price .l-detail__navi__item:nth-of-type(4) {
  border-top: 1px solid #eaecf2;
  border-radius: 0;
}

#price .l-detail__navi__item:nth-of-type(5) {
    border-top: 1px solid #eaecf2;
    border-right: 1px solid #eaecf2;
    border-radius: 0 5px 5px 0;
}


#price .l-detail__navi {
  background-color: #fff;
}

#payment dl {
  margin-bottom: 30px;
}

#payment dl dt {
  font-weight: bold;
}

#payment ol {
  list-style: decimal;
  padding-left: 30px;
}

#payment ol > li {
  margin-bottom: 15px;
}

#minor {
  background: url(../img/menu/bg_price.gif) top center no-repeat;
  background-size: cover;
  padding: 100px 0;
}

/* コンデンスリッチ脂肪注入 */
#crf .movie-box {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

#crf .movie-box iframe {
  width: 100%;
  height: 450px;
  margin: 50px auto;
}

#crf #overview .container {
  margin-bottom: 50px;
}

#crf #overview table {
  border: 1px solid #ddd;
  width: 100%;
  font-size: 14px;
  margin: 30px 0 50px;
}

#crf #overview table th {
  font-weight: bold;
}

#crf #overview table thead th {
  background: #7283A1;
  color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

#crf #overview table thead th:last-child {
  background: #1D3868;
  width: 230px;
}

#crf #overview table tbody th {
  border: 1px solid #ddd;
  color: #1D3868;
  padding: 10px;
  width: 140px;
}

#crf #overview table td {
  border: 1px solid #ddd;
  padding: 10px;
}

#crf #overview table.compare01 {
  text-align: center;
}

#crf #overview table.compare01 th {
  width: 33.333%;
}

#crf #overview table.compare01 td:last-child {
  background: #dfe5ef;
}

#crf #overview table tbody tr:nth-child(odd) th, #crf #overview table tbody tr:nth-child(odd) td {
  background: #fff;
}

#crf #overview table tbody tr:nth-child(even) th, #crf #overview table tbody tr:nth-child(even) td {
  background: #f6f6f6;
}

/* エランセ */
#ellanse .movie-box {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

#ellanse .movie-box iframe {
  width: 100%;
  height: 450px;
  margin: 50px auto;
}

#injection .movie-box {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

#injection .movie-box iframe {
  width: 100%;
  height: 450px;
  margin: 50px auto;
}

#milanore-peel .layer {
  display: flex;
}

#milanore-peel .layer-image {
  align-self: center;
  padding: 30px;
  text-align: center;
  flex-shrink: 0;
}

p#notes {
  padding-top: 30px;
  font-size: 14px;
}

/* 縫合へのこだわり */
#suture {
  background: #fbfbf9;
  padding: 100px 0 100px;
}

/* 傷跡への配慮 */
#scar {
  background: #fbfbf9;
  padding: 100px 0 100px;
}

#scar .flex {
  align-items: center;
}

#scar .flex img {
  width: 400px;
  padding-left: 15px;
  margin: auto;
}

#scar dl {
  margin-bottom: 30px;
}

#scar dl dt {
  font-weight: bold;
}

/* 痛みへの配慮 */
#pain {
  /* background: #fbfbf9; */
  padding: 100px 0 100px;
}

#pain .flex {
  align-items: center;
}

#pain .flex img {
  width: 400px;
  margin: 0 auto
}

/* glp1 */
p.p-risk__text {
  color: #f73939;
  margin-bottom: 50px;
}

/* ワキガ・多汗症ページ */
.btn.btn-default {
  /* width: 300px; */
  width: 40%;
  max-width: 100%;
  display: inline-block;
  margin: 30px 8px;
}

.btn.btn-default a {
  color: #d03987;
  background: #e9ecf1;
  padding: 20px 0;
  border-radius: 5px;
  display: block;
  text-align: center;
}

.p-step__item__read:last-of-type {
  margin-bottom: 15px;
}

.p-step__item.p-step__attention {
  display: block;
  text-align: center;
}

.l-detail .p-step__attention .p-step__item__title {
  padding-left: 0px;
}

/* アイキャッチテキスト */
.l-detail__hero__note dl dd ul {
  list-style: inside;
}

#clinic-photo {
  padding: 100px 0;
  background: #fff;
  border-top: 1px solid #eaecf2;
  border-bottom: 1px solid #eaecf2;
}

.slider {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.slider li {
  width: 32%;
  /* margin-bottom: 60px; */
  font-size: 14px;
}

.slider li img {
  margin-bottom: 15px;
}

.thumb {
  display: none;
}


.l-detail__navi a.disabled {
  color: #ccc;
  background-color: #efefef;
}

.l-detail__navi a.disabled:hover {
  background: none;
}

.l-detail__hero__note ul.flex {
  flex-wrap: wrap;
}

.l-detail__hero__note ul.flex li {
  min-width: 30%;
  max-width: 100%;
}

#hairloss .l-detail__contents dl dd ul {
  list-style: none;
  flex-wrap: wrap;
  margin: 0 -8px;
}


#hairloss .l-detail__contents ul.flex li {
  width: 20%;
  text-align: center;
  padding: 0 8px;
  margin: 15px 0;
}

#hairloss .l-detail__contents ul.flex li img {
  width: 100%;
}

/* aタグ無効関連 */

a.disabled {
  pointer-events: none;
}

.l-subnav__item ul li a.disabled {
  color: #999;
}

.footer-sitemap-lg-item ul li a.disabled {
  color: #999;
}

.footer-sitemap a.disabled {
  color: #999;
}

.l-subnav__item ul li a.disabled::after {
  content: none;
}

.u-btn__type03 a.disabled:after {
  content: none;
}

.footer-sitemap-lg-item ul li a.disabled::after {
  content: none;
}

/* 症例写真 */
.l-detail .p-photo {
  background: #fbfbf9;
}

.p-photo {
  padding-left: 15px;
  padding-right: 15px;
}

.p-photo .slider {
  justify-content: flex-start;
}

.p-photo .slider li {
  padding: 15px;

}

.p-photo .slider img {
  width: 100%;
}

/* 予約ボタン関連 */
.p-address__btn__list {
  flex-wrap: wrap;
  justify-content: center;
}
.p-address__btn__item {
  display: table;
  width: 49%;
  margin-bottom: 15px;
}
.p-address__btn__item:first-child {
  margin-right: 1%;
}
.p-address__btn__item:nth-child(2) {
  margin-left: 1%;
}
.p-address__quick {
  text-align: center;
  border-radius: 5px;
  background-color: #BD0B69;
  color: #fff;
  padding: 20px 0;
}

.p-address__quick:hover {
  background-color: #ad296d;
}

a.u-btn__24h {
  color: #fff;
  display: block;
  font-size: 3rem;
}

.p-address__quick {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 30px;
}


.l-header__L__btn.quick {
  text-align: center;
  background: #d03987;
  border-radius: 3px;
  padding: 0;
  width: 200px;
}

.l-header__L__btn.quick a {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  display: block;
  color: #fff;
  line-height: 1.35;
  height: 45px;
}

.l-header__L__btn.quick a span {
  font-size: 1.05rem;
}

.l-header__L__btn.quick a span span {
  display: block;
  font-size: 1.6rem;
}


.l-header__btn__item a {
  width: 220px;
}

.l-header__btn__item a.counseling {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .l-header__btn__item a.counseling {
    width: 100%;
  }
}

.l-header__btn__item a span {
  line-height: 1.2;
}


.l-header__btn__item span.small {
  font-size: 8px;
  display: block;
}

.l-nav__fixed__item {
  width: 33.33%;
}

/* .l-main {
  min-width: auto;
  width: 1280px;
  max-width: 100%;
}

.home .p-menu__list {
  max-width: 100%;
}

.home .p-other__list {
  max-width: 100%;
}
 */

 /* .l-header__inner {
   min-width: auto;
   width: 100%;
   min-height: 75px;
   height: auto;
 }

.l-header__btn__list {
  flex-wrap: wrap;
}

.l-header__btn__list li {
  margin-top: 5px;
  margin-bottom: 5px;
} */

/* 施術詳細table */
table.table.table-default {
  border: 1px solid #ddd;
  margin: 30px 0;
}

table.table.table-default th {
  background: #eee;
  padding: 15px;
  border: 1px solid #ddd;
  width: 20%;
}

table.table.table-default th.th-head {
  background: #fff;
}

table.table.table-default td {
  padding: 15px;
  border: 1px solid #ddd;
  width: 40%;
}

table.table.table-default td.td-head {
  background: #F5F0EC;
}


@media screen and (max-width: 768px) {
  ul li {
    font-size: 14px;
  }
  dl dt, dl dd {
    font-size: 14px;
  }

  .visible-xs {
    display: inherit;
  }

  .hidden-xs {
    display: none;
  }

  .block-sp {
    display: block;
  }

  .block.inline-sp {
    display: inline;
  }

  .clear-sp {
    clear: both;
  }

  .btn.btn-gold {
    margin: 0px auto 30px;
    width: 89.2vw;
  }

  .p-hero video {
    /* height: 100vw;
    object-fit: cover; */
  }

  .p-hero__inner {
    min-height: 100vw;
  }

  h2.p-hero__text {
    font-size: 7rem;
    line-height: normal;
  }

  .p-hero__inner p {
    font-size: 15px;
  }


  .p-doctor__note p.catch-copy {
    font-size: 4rem;
    margin-bottom: 1rem;
  }

  .p-doctor__note p.catch-copy-small {
    font-size: 3rem;
  }

  a.u-btn__clinic, a.u-btn__doctor, a.u-btn__access {
    padding-left: 50px;
  }

  .p-address__btn__item a.u-btn__clinic:before,
  .p-address__btn__item a.u-btn__doctor:before,
  .p-address__btn__item a.u-btn__access:before {
    font-size: 5rem;
  }

  .l-section.p-topics {
    padding: 13.33vw 0 20vw;
  }

  .topics-wrapper {
    width: 100%;
    margin-bottom: 75px;
  }

  .sns-wrapper {
    width: 100%;
    margin-bottom: 0px;
  }

  ul li.blog-bnr img {
    margin-bottom: 15px;
  }

  ul li.sns-item {
    padding: 5px 0px;
    width: 100px;
  }

  .p-concept {
    background: #fff;
  }

  .footer-sitemap {
    padding: 0 0;
  }

  .footer-sitemap ul.list-inline li {
    display: block;
    padding: 8 15px;
    margin-right: 0px;
  }

  .category-item {
    background-color: #f2f0ea;
    display: block;
    width: 100%;
    font-size: 12px;
    margin-bottom: 0px;
    padding: 0;
  }

  .menu-category {
    border-bottom: none;
    border-left: none;
    padding: 8px 15px;
    font-size: 14px;
  }

  .menu-category::after, .more a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    position: absolute;
    right: 15px;
    color: #e61683;
  }

  .menu-category.on:after, .more.on a::after {
    content: '\f068';
  }

  /* header周り */
  .l-subnav__item ul {
    margin-bottom: 0;
  }

  .l-subnav__item ul + p {
    border-top: 1px solid #eaecf2;
    padding: 10px 20px;
  }

  .l-subnav__item p {
    font-size: 16px;
    padding: 10px 20px;
  }

  .footer-sitemap {
    font-size: 14px;
  }


  .footer-sitemap a {
    color: #333;
    font-size: 14px;
  }

  .footer-sitemap > .visible-xs > ul > li {
    padding: 8px 15px;
    border-top: 1px solid #ddd;
  }

  .footer-sitemap > .visible-xs > ul > li.footer-menu {
    padding: 0;
  }


  footer nav {
    font-size: 2.5rem;
  }


  .footer-menu {
    display: none;
    background-color: #fff;
  }

  .footer-menu-item {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
  }

  .footer-menu-wrap {
    display: none;
    background-color: #fff;
  }

  .container-fluid {
    padding: 0 15px;
  }

  .l-footer__address {
    margin: 0 0 15px;
  }

  .p-overview {
    padding: 13.333vw 15px;
  }

  .p-overview p {
    font-size: 14px;
  }

  #overview h4, #component h4 {
    font-size: 3.5rem;
}

  #hydrafacial dl dt, #hydrafacial dl dd {
    font-size: 14px;
  }

  #overview dl dt, #overview dl dd {
    font-size: 14px;
  }

  #dermapen #component {
    padding: 13.333vw 15px;
  }


  .process {
    display: block;
  }

  .chip {
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
    padding: 30px 0px;
  }

  .chip-items {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }

  .chip-items img {
    width: 100px;
    margin: 0 auto;
    display: block;
  }

  .chip-items dl {
    padding-left: 8px;
  }

  .skin-solution {
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
    padding: 30px 0px;
  }

  .skin-solution dl {
    padding-top: 8px;
  }

  .skin-items {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }

  .skin-items img {
    width: 60px;
    margin: 0 auto 15px;
    display: block;
  }

  .course dl {
    padding: 0 8px;
  }

  .course dl dt {
    width: 100%;
    padding: 0;
  }

  .course dl dd:last-child {
    width: 100%;
  }

  .l-detail__contents.p-risk {
    padding-top: 13.333vw;
    padding-bottom: 0px;
  }

  .movie-items {
    width: 100%;
    float: none;
    padding: 0 8px;
    margin-bottom: 15px;
  }

  .movie-items iframe {
    width: 100%;
    height: 100%;
  }


  #crf .movie-box iframe, #ellanse .movie-box iframe, #injection .movie-box iframe {
    height: 190px;
  }

  .p-form {
    font-size: 14px;
  }

  .p-form table {
    font-size: 16px;
  }

  #pageCommon .formCo table th, #pageCommon .formCo table td {
    display: block;
    width: 100%;
  }

  #pageCommon .formCo table th, #pageCommon .formCo table td  {
    border: none;
    border-bottom: 1px solid #C8C8C8;
  }

  #pageCommon .formCo input {
    width: 100%;
  }

  #pageCommon .formCo input.date {
    width: 50%;
  }

  #pageCommon .formCo td select, #pageCommon .formCo td input, #pageCommon .formCo td textarea {
    margin: 5px 0;
  }


  #pageCommon .formCo td.wAuto.radio input {
    margin-right: 3px;
  }

  #pageCommon .formCo input#age {
    width: 4em;
    margin-right: 8px;
  }

  #pageCommon .hurry-contact p {
    font-size: 4rem;
  }

  input.date::after {
    display: none;
  }

  .p-price .c-table__price.sp-table.cols .c-table__price__note:first-child {
    width: 30%;
  }

  .p-price .c-table__price.sp-table .c-table__price__num.full-cell {
    width: 100%;
  }

  #flow .attention {
    font-size: 14px;
  }

  /* 求人情報 */
  #recruit table {
    width: auto;
    margin: 0 15px;
  }

  #recruit table th, #recruit table td {
    display: block;
    width: 100%;
    font-size: 14px;
  }

  #recruit table td {
    border-top: none;
    border-bottom: none;
  }

  #recruit table tr:last-child  td{
    border-bottom: 1px solid #e0ddda;
  }

  #recruit .text-box, #monitor .text-box {
    font-size: 14px;
    width: 100%;
    padding: 0 15px 30px;;
  }

  #recruit .l-detail__navi__item {
    width: 50%;
  }

  #recruit .l-detail__navi__item a {
    font-size: 2.8rem;
  }

  #recruit .l-detail__navi__item:nth-of-type(1) {
    border-radius: 5px 0 0 0;
  }

  #recruit .l-detail__navi__item:nth-of-type(2n) {
    border-right: 1px solid #eaecf2;
  }


  #recruit .l-detail__navi__item:nth-of-type(3) {
    border-top: none;
    border-radius: 0;
  }

  #recruit .l-detail__navi__item:nth-of-type(4) {
    border-top: none;
    border-radius: 0 0 5px 0;
  }

  #recruit .l-detail__navi__item:nth-of-type(5) {
    border-top: none;
    border-right: 1px solid #eaecf2;
    border-radius: 0 0 5px 5px;
  }

  #recruit .white-box {
    padding: 0 15px;
  }

  #recruit .white-box .text-box {
    padding: 15px;
  }

  #monitor #flow p {
    font-size: 14px;
  }

  #monitor .l-detail .p-risk__title {
    display: block;
  }

  .item-title {
    font-size: 16px;
  }

  .item-box {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }


  .medicine-text dl dd {
    font-size: 14px;
  }

  .medicine-text {
    display: block;
  }

  .medicine-text img {
    width: 100%;
    padding: 0 15px;
  }

  .efficacy ul li {
    width: 44%;
    font-size: 14px;
  }

  .efficacy ul.f-center li {
    display: flex;
    align-items: center;
  }

  .efficacy ul li div {
    margin: auto;
  }

  #medicine .l-detail__navi__item:nth-of-type(2), #cosme .l-detail__navi__item:nth-of-type(2) {
    border-right: none;
    border-radius: 0;
  }

  #cosme .l-detail__contents {
    padding: 13.333vw 15px;
  }

  #cosme .left {
    width: 40%;
    margin-bottom: 15px;
  }

  #cosme dl {
    float: none;
    width: 100%;
  }

  #cosme dl dd {
    margin-bottom: 15px;
  }

  #cosme .label {
    margin-right: 0px;
  }

  #face .item-box .text-box, #body .item-box .text-box, #calecim .item-box .text-box, #wakasapri .item-box .text-box, #cosme .item-box .text-box {
    font-size: 14px;
  }

  #face .item-box .text-box img, #body .item-box .text-box img, #calecim .item-box .text-box img, #wakasapri .item-box .text-box img, #cosme .item-box .text-box img {
    width: 100px;
  }

  #calecim {
    padding-top: 30px;
  }

  ul.cause {
    justify-content: flex-start;
  }

  ul.cause li {
    font-size: 14px;
    width: 46%;
    padding: 15px 8px;
    margin: 5px;
  }

  #price .l-detail__navi__item {
    width: 50%;
  }

  #price .l-detail__navi__item a {
    font-size: 2.8rem;
  }

  #price .l-detail__navi__item:nth-of-type(1) {
    border-radius: 5px 0 0 0;
  }

  #price .l-detail__navi__item:nth-of-type(2n) {
    border-right: 1px solid #eaecf2;
  }


  #price .l-detail__navi__item:nth-of-type(3) {
    border-top: none;
    border-radius: 0;
  }

  #price .l-detail__navi__item:nth-of-type(4) {
    border-top: none;
    border-radius: 0 0 5px 0;
  }

  #price .l-detail__navi__item:nth-of-type(5) {
    border-top: none;
    border-right: 1px solid #eaecf2;
    border-radius: 0 0 5px 5px;
  }

  .c-table__price__note.head {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0ddda;
  }

  #botox .c-table__price__note.head,
  #hyaluronan .c-table__price__note.head {
    width: 100%;
  }

  #botox .inner .c-table__price__note.head,
  #hyaluronan .inner .c-table__price__note.head {
    width: 100%;
  }


  .movie-box iframe {
    height: 200px;
  }

  /* コンデンスリッチ脂肪注入 */
  #crf table {
    font-size: 12px;
    margin-top: 15px;
  }

  .compare02 {
    overflow: auto;
  }

  .compare02 table {
    table-layout: fixed;
  }

  .compare02 table th, .compare02 table thead th:last-child {
    width: 190px;
  }

  .compare02 table th:first-child {
    width: 120px;
  }

  .compare02 table th:first-child {
    position: sticky;
    left: 0px;
  }

  .compare02 table th:first-child::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #ddd;
  }

  .compare02 table th:first-child::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #ddd;
  }

  .panel.panel-white {
    padding: 15px;
  }


  #scar h4, #pain h4, #suture h4 {
    font-size: 3.5rem;
    padding-top: 8px;
  }

  #scar p, #pain p, #suture p {
    font-size: 14px;
  }

  #suture, #scar, #pain {
    padding: 13.333vw 15px;
  }

  #scar .flex {
    display: block;
  }

  #scar .flex img {
    width: 100%;
    padding-left: 0px;
  }

  #pain .flex {
    display: block;
  }

  #pain .flex img {
    width: 100%;
  }

  /* glp1 */
  p.p-risk__text {
    font-size: 14px;
  }

  .btn-wrap {
    display: block;
  }

  .btn.btn-default {
    width: 100%;
    display: block;
    margin: 20px 5px;
  }

  .btn.btn-default a {
    padding: 15px 0;
  }

  .l-detail .p-step__item__title {
    line-height: 1.5;
  }

  .attention h5.attention-title::before {
    display: none;
  }

  #clinic-photo {
    padding: 13.333vw 15px;
  }

  .slider-wrapper {
    position: relative;
  }

  .slider-wrapper .slider {
    margin-bottom: 30px;
  }

  .slider li {
    margin-bottom: 0px;
  }

  .slider li p {
    margin-bottom: 0px;
  }


  .slider-wrapper p {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .slider-wrapper .thumb li {
    padding: 0 3px;
  }

  .slider-wrapper .thumb li img {
    opacity: 0.6;
  }

  .slider-wrapper .thumb li.slick-active img {
    opacity: 1;
  }

  .slick-prev:before,
  .slick-next:before {
    color: #000;
  }

  .thumb {
    width: 90%;
    margin: 0 auto;
    display: block;
  }

  #risk ul li {
    width: 100%;
  }

  #doctor .l-detail__hero {
    padding: 15px;
    margin-bottom: 30px;
  }

  #doctor .flex {
    display: block;
  }

  #doctor .flex .flex-pct {
    width: 100%;
  }

  #doctor a {
    word-wrap: break-word;
  }

  #pageCommon .txtLead {
    font-size: 1em;
  }

  #pageCommon .tblNormal th {
    width: 100px;
  }

  #doctor .l-detail__navi__list {
    flex-wrap: wrap;
  }

  #doctor .l-detail__navi__item:first-child {
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    border-right: 1px solid #eaecf2;
  }

  #doctor .l-detail__navi__item:nth-of-type(2) {
    border-radius: 0;
  }

  #doctor .l-detail__navi__item:nth-of-type(3) {
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid #eaecf2;
    border-radius: 0;
  }

  #doctor .l-detail__navi__item:last-child {
    border-radius: 0 0 5px 5px;
  }

  #doctor .flex .flex-inner {
    padding: 30px 0 0;
  }

  #doctor .flex-inner .w40 {
    display: flex;
    justify-content: space-between;
  }

  #case .form {
    margin: 72px 5.6vw 30px;
  }
  #case .l-case__list {
    display: block;
    margin: 0;
  }

  #case .l-case__list>li {
    padding: 0 5.6vw 5.6vw;
    width: 100%;
  }

  #case .l-modal__container {
    display: block;
    margin: 0;
    max-height: 70vh;
  }

  #case .l-modal__image,
  #case .l-modal__contents {
    width: 100%;
    padding: 5.6vw;
  }

  #case .l-modal__contents {
    padding-top: 0;
  }

  #case .l-modal__title {
    font-size: 4rem;
  }


  #pageCommon p {
    font-size: 14px;
  }

  #doctor .flex-inner .w40 a {
    padding: 0 5px;
  }

  /* 内服・外用薬 */
  #medicine .item-box {
    padding: 0 8px;
  }

  #medicine .risk p span {
    font-size: 14px;
  }

  #medicine .risk ul li {
    width: 44%;
    font-size: 14px;
  }

  #medicine .text-box p span {
    font-size: 14px;
  }


  /* 症例写真 */
  #case-photo.l-detail__contents {
    padding: 13.333vw 15px;
    font-size: 14px;
  }

  #case-photo table {
    width: 100%;
    font-size: 14px;
  }

  #case-photo table td {
    width: 100px;
  }

  #case-photo table td p {
    margin-bottom: 8px;
  }

  #case-photo table img {
    margin-bottom: 8px;
  }

  #case-photo .attention ul li {
    width: 100%;
  }

  .case-slider li p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  #case-photo .slick-prev {
    left: -10px;
    top: calc(50% - 16px);
    z-index: 1000;
  }

  #case-photo .slick-next {
    right: -10px;
    top: calc(50% - 16px);
    z-index: 1000;
  }


  #case-photo .text-box {
    padding: 15px;
    margin-bottom: 60px;
  }

  .w150 {
    width: 150px;
    margin: 0 auto;
  }
  .p-address__btn__item a.u-btn__line:before {
    left: 5.666vw;
  }

  .p-address__btn__item {
    display: table;
    width: 100%;
    margin-bottom: 15px;
  }

  .p-address__btn__item:first-child {
    margin-right: 0;
  }

  .p-address__btn__item:nth-child(2) {
    margin-left: 0;
  }

  .p-address__quick {
    width: 89.2vw;
    margin: 0 auto 15px;
  }

  a.u-btn__24h {
    font-size: 5rem;
  }

  .l-header__tel {
    width: 100%;
  }

  .l-header__L__btn.quick {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 2.66vw;
    border-radius: 5px;
  }

  .l-header__L__btn.quick a {
    width: 100%;
    line-height: 1.5;
  }

  .l-header__L__btn.quick a span {
    display: block;
    font-size: 3rem;
  }
  .l-header__L__btn.quick a span span {
    font-size: 4rem;
  }

  .l-header__btn__item span.small {
    font-size: 3rem;
    display: contents;
  }

  .l-header__btn__item a {
    width: 100%;
  }

  .l-nav__fixed__item.reservation a {
    line-height: 1;
  }

  .l-nav__fixed__item.line a.multiline {
    line-height: 1;
  }

  .l-nav__fixed__item {
    border-right: 1px solid #fff;
  }

  .l-nav__fixed__item:last-child {
    border-right: none;
  }

  #hairloss .l-detail__contents ul.flex {
    margin: 0 -15px;
  }

  #hairloss .l-detail__contents ul.flex li {
    min-width: 33.333%;
  }


  #milanore-peel .layer {
    display: block;
  }

}
.video {
  max-width: 560px;
  width: 100%;
  margin: 40px 0 0;
  position: relative;
}

.video video {
  width: 100%;
  height: auto;
}

.order-list {
  list-style: decimal;
  margin-left: 20px;
}

.order-list > li {
  padding-left: 5px;
  margin-bottom: 10px;
}

.language-list {
  margin: 100px auto 0;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .language-list {
    margin: 40px auto;
  }
}

.language-list .l-detail__navi__item:first-child {
  border-radius: 5px 0 0 5px;
}
.language-list .l-detail__navi__item:last-child {
  border-right: 1px solid #eaecf2;
  border-radius: 0px 5px 5px 0;
}

.lng {
  display: none;
}
@media screen and (max-width: 768px) {
  .lng {
    display: block;
  }
}

.menu p {
  margin-bottom: 1em;
}

.menu p:last-child {
  margin-bottom: 0;
}

.menu h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}

.menu-overview-list {
  padding-left: 1.5em;
}
.menu-overview-list > li {
  list-style: disc;
}

.menu-overview-blocklist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.menu-overview-blocklist > li {
  width: calc(33.3333% - 14px);
  border: 1px solid #d03987;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  color: #d03987;
}

.menu-overview-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.menu-overview-table thead th {
  background-color: #fff5f5;
  text-align: center;
  color: #d03987;
  font-weight: bold;
  padding: 15px;
  border: 1px solid #d03987;
}

.menu-overview-table tbody td {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #d03987;
}

.menu-flow-list {
  padding: 0 40px;
}

.menu-overview-image {
  margin: 30px 0;
  text-align: center;
}

.menu-case-slider-item p {
  text-align: center;
  margin-top: 10px;
}
.menu-case-slider-item div {
  display: flex;
  justify-content: center;
}

.menu-case-slider-item img {
  height: 360px;
  width: auto;
}

.law .p-clinic {
  padding: 100px 0;
}

.law .p-clinic__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 auto;
  width: 800px;
}

.law .p-clinic__note {
  border-top: 1px solid #eaecf2;
}

.law .p-clinic__note tr {
  border-bottom: 1px solid #eaecf2;
}

.law .p-clinic__note th, .law .p-clinic__note td {
  padding: 20px;
  vertical-align: top;
}

.law .p-clinic__note th {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}

.law .p-clinic__note td {
  font-size: 14px;
  font-size: 1.4rem;
}

.law .p-clinic__note td .small {
  font-size: 12px;
  font-size: 1.2rem;
}

.law .p-clinic__note a {
  color: #212121;
  text-decoration: underline;
}

@media screen and (max-width: 768px){
  .law .p-clinic__info{
    display: block;
    width: 89.2vw;
  }
  .law .p-clinic__note{
    display: block;
    width: 100%;
  }
  .law .p-clinic__note tbody{
    display: block;
  }
  .law .p-clinic__note tr{
    display: block;
  }
  .law .p-clinic__note th, .law .p-clinic__note td{
    display: block;
    padding: 0;
  }
  .law .p-clinic__note th{
    font-size: 2.8rem;
    line-height: 1;
    margin-bottom: 15px;
    padding: 6vw 3.333vw 0;
  }
  .law .p-clinic__note td{
    font-size: 2.8rem;
    padding: 0 3.333vw 5.333vw;
    line-height: 1.4;
  }
  .law .p-clinic__note td .small{
    font-size: 2.4rem;
  }

}

.c-section-bg {
  padding: 100px 0;
}

.c-section-bg--white {
  background-color: #fff;
}

.c-section-bg--light {
  background-color: #fbfbf9;
}

.c-section-bg--image {
  background: url('../img/menu/bg_image.gif') top center repeat-y;
  background-size: 100% auto;
  padding: 100px 0 60px;
}

.menu-contents .container{
  padding: 0 20px;
}
.menu-contents h2 {
  font-size: 4rem;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  color: #d03987;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 100px;
}

.menu-contents h3 {
  margin: 46px 0 8px;
  font-size: 22px;
  color: #d03987;
  font-weight: bold;
}

.menu-contents #overview h4,
.menu-contents h4 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin: 18px 0 8px;
}

.menu-contents h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.menu-contents strong {
  color: #d03987;
}

.menu-contents #risk ul {
  list-style: disc;
  display: block;
}

.menu-contents #risk ul li {
  width: 100%;
  font-weight: bold;
  padding-bottom: 50px;
}

.menu-contents .has-background {
  padding: 50px 40px 0;
}

.menu-contents .has-pale-pink-background-color {
  background-color: #fff5f5 !important;
}

.menu-contents #flow dl {
}

.menu-contents #flow dl div {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 40px;
  margin-bottom: 40px;
  background-color: #fff;
}

.menu-contents #flow dl dt {
  position: relative;
  padding-left: 120px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 24px;
}

.menu-contents #flow dl dt span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  place-items: center;
  font-size: 3.8rem;
  font-style: italic;
  letter-spacing: .05em;
  color: #d03987;
  background-color: #eaecf2;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  line-height: 1;
  font-weight: 400;
}

.menu-contents #flow dl dt span small {
  font-size: 1.6rem;
  display: block;
  font-style: normal;
  margin-left: .5em;
}

.menu-contents #flow dl dd {
  padding-left: 120px;
}

.menu-contents ul {
  list-style: disc;
  padding-left: 1em;
}

.menu-contents .price-table {
  margin: 40px 0;
  width: 100%;
  border-collapse: collapse;
}

.menu-contents .price-table th {
  border: 1px solid #e0ddda;
  background-color: #F5F0EC;
  font-weight: bold;
  width: 44%;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 15px 20px;
}

.menu-contents .price-table td {
  background-color: #fff;
  padding: 15px 20px;
  border: 1px solid #e0ddda;
}

.menu-contents .price-table td:last-child {
  text-align: right;
  font-weight: bold;
  width: 150px;
}

.menu-contents .wp-block-columns.is-layout-flex.nogap {
  gap: 0;
}


@media screen and (max-width: 768px){
  .menu-contents #flow dl div {
    padding: 5.33vw;
  }

  .menu-contents #flow dl dt span {
    height: 13.33vw;
    width: 13.33vw;
    position: absolute;
    left: 0;
    top: 0;
  }

  .menu-contents #flow dl dt {
    padding-left: 16.66vw;
    font-size: 3.6rem;
    height: 13.33vw;
    display: flex;
    align-items: center;
  }

  .menu-contents #flow dl dd {
    padding-left: 0;
  }

  .menu-contents .price-table tr {
    display: flex;
    flex-wrap: wrap;
  }

  .menu-contents .price-table th {
    display: block;
    width: 100%;
    font-size: 2.8rem;
  }

  .menu-contents .price-table td {
    width: 60%;
  }

  .menu-contents .price-table td:last-child {
    width: 40%;
    flex-grow: 1;
  }
}
.case-contents {
  overflow-y: auto;
}

.referal-container {
  container-type: inline-size;
  max-width: 100%;
  width: 480px;
  margin: 0 auto;
  font-family: 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  padding: 30px 30px 0;
  background: transparent url(../img/referal-bg.jpg) center center no-repeat;
  background-size: cover;
  box-shadow: 0 0 8px rgba(0,0,0,.2);
}

.referal-image {
  margin: -30px -30px 30px;
}

.referal-h1 {
  text-align: center;
  font-size: 12cqw;
  font-weight: bold;
}

.referal-h2 {
  font-size: 4.4cqw;
  font-weight: bold;
  color: #fff;
  margin-bottom: 3cqw;
}

.referal-copy {
  text-align: center;
  font-size: 6cqw;
  margin-bottom: 6cqw;
}

.referal-panel {
  border: 1px solid #212121;
  padding: 6cqw;
  text-align: center;
  font-weight: bold;
  font-size: 5cqw;
}

.referal-price {
  padding: 2cqw;
  text-align: center;
  font-weight: bold;
  font-size: 10cqw;
  margin-bottom: 12cqw;
  background-color: #f8931f;
  color: #fff;
}
.referal-price small {
  font-size: 6cqw;
}

.referal-tag {
  position: relative;
  margin: 12cqw 0;
  height: 54cqw;
  overflow: hidden;
}


.referal-tag-contents {
  position: relative;
  z-index: 2;
  background-color: #f8931f;
  width: 75cqw;
  color: #fff;
  font-size: 20cqw;
  line-height: 1;
  padding: 7cqw 0;
  text-align: right;
  border-radius: 3cqw;
}
.referal-tag small {
  font-size: 14cqw;
}

.referal-tag::before {
    content: '';
    width: 8cqw;
    height: 8cqw;
    border-radius: 50%;
    position: absolute;
    right: 8cqw;
    top: calc(50% - 4cqw);
    background-color: #fff;
    z-index: 2;
}

.referal-tag::after {
    content: '';
    width: 54cqw;
    height: 54cqw;
    border-radius: 6cqw;
    position: absolute;
    right: 11cqw;
    top: 0;
    transform: rotate(45deg);
    background-color: #f8931f;
    font-feature-settings: "palt";
}

.referal-caution {
  background-color: #4d4d4d;
  padding: 7cqw 30px;
  margin: 0 -30px;
}

.referal-caution-list {
  list-style: none;
  color: #fff;
}

.referal-caution-list > li {
  font-size: 4.4cqw;
  padding-left: 1.1em;
  position: relative;
  line-height: 1.4;
  margin-top: .6em;
}
.referal-caution-list > li:first-child {
  margin-top: 0;
}
.referal-caution-list > li::before {
  content: '※';
  font-size: 4cqw;
  position: absolute;
  left: 0;
  top: .06em;
}

.referal-order-list {
  list-style: none;
  color: #fff;
}

.referal-order-list > li {
  font-size: 4.4cqw;
  position: relative;
  line-height: 1.4;
  margin-top: .6em;
}
.referal-order-list > li:first-child {
  margin-top: 0;
}

.referal-order-list > li > strong {
  font-weight: bold;
}

.top-concept {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.top-concept-title {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-align: center;
  font-size: 2.8rem;
  /*color: #bd0b67;*/
  color: #CE976E;
}

.top-concept-copy {
  font-size: 2.0rem;
  color: #bd0b67;
  margin-bottom: 1.6em;
  text-align: center;
}

.top-concept p {
  margin-bottom: 1em;
}

.top-concept-h4 {
  color: #bd0b67;
  font-weight: bold;
  font-size: 2.0rem;
  margin-bottom: .6em;
  margin-top: 1em;
}

.top-concept-list {
  list-style: disc;
  margin-left: 1em;
}

@media screen and (max-width: 768px){
  .top-concept-title {
    font-size: 4.2rem;
  }

  .top-concept-copy {
    font-size: 3.2rem;
  }

  .top-concept-h4 {
    font-size: 4.0rem;
  }

  .top-concept-list li {
    font-size: 3.2rem;
  }
}

.discount-banners {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding: 0;
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}

.discount-banners li {
  width: 640px;
}

@media screen and (max-width: 768px){
  .discount-banners {
    flex-wrap: wrap;
  }
  .discount-banners li {
    width: 100%;
  }
}

.top-news {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 20px 0;
}

.top-news-list li {
  display: flex;
}

.top-news-date {
  display: block;
  flex-shrink: 0;
  width: 160px;
}

@media screen and (max-width: 768px){
  .top-news-list li {
    display: block;
  }

  .top-news-date {
    font-weight: bold;
    margin-top: 1em;
  }
}

.chat-banner {
  width: 320px;
  position: fixed;
  bottom: 0;
  right: 0;
  background: transparent;
  border-radius: 0;
  border: 0;
  z-index: 9992;
}
@media screen and (max-width: 768px){
  .chat-banner {
    width: 62vw;
    bottom: 18.6vw;
  }
}
.border-t {
  border-top: 1px solid #000;
  padding-top: 20px;
}