@charset "UTF-8";
/* ===================================
ページ全体設定
=================================== */
@media screen and (max-width: 600px) {
  .page p {
    font-size: 14px;
  }
}

/* ページリンク
==============================　*/
.page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px 80px;
}

.page-link li {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 20px;
}

.page-link li:last-child {
  margin-bottom: 0;
}

.page-link a {
  border: 1px solid #444444;
  padding: 15px 10px;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #444;
}

.page-link a:hover {
  color: #fff;
  background-color: #444;
}

.page-link a.inlink {
  position: relative;
}

.page-link a.inlink:before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 20px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #444;
  border-left: 2px solid #444;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-link a.inlink:hover:before {
  border-color: #fff;
}

@media screen and (max-width: 1024px) {
  .page-link li {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .page-link li {
    width: 100%;
  }
}

/* ボタンデフォルト
==============================　*/
.btn-default a {
  border: 1px solid #444444;
  padding: 15px 10px;
  display: block;
  background: #fff;
  color: #444;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.4;
}

.btn-default a:hover {
  color: #fff;
  background-color: #444;
}

.btn-ig a {
  max-width: 335px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #444444;
  padding: 15px 10px;
  display: block;
  background: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.4;
}

.btn-ig a:before {
  content: "";
  display: inline-block;
  background: url(../img/common/ico-ig.png) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  vertical-align: -3px;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-ig a:hover {
  background: #444;
  color: #fff;
}

.btn-ig a:hover:before {
  background: url(../img/common/ico-ig-w.png) center center no-repeat;
  background-size: contain;
}

/* 箇条書きリスト
==============================　*/
.gray-list, .check-list {
  margin-bottom: 2em;
  line-height: 2.16;
}

.gray-list li, .check-list li{
  position: relative;
  /*基準位置*/
  padding-left: 1em;
}

.check-list li{
    margin-bottom: 0.8em;
}

.gray-list li:before{
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  top: 0.3em;
  left: -.5em;
  width: 20px;
  height: 20px;
  background: url(/wp/wp-content/themes/trc/img/menu/check.svg) no-repeat;
}

.check-list li:before{
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background: url(../img/check.png) no-repeat;
  background-size: contain;
  margin-right: 0.5em;
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  .gray-list li {
    font-size: 12px;
    line-height: 1.8;
  }
  .gray-list li::before {
    width: 15px;
    height: 15px;
  }
}

/* ===================================
施術説明(例：ボトックスとは
=================================== */
.sec-point .sec_inner {
  max-width: 1140px;
}

.top-txt {
  margin-bottom: 80px;
  text-align: center;
  line-height: 2.16;
}

.point-box {
  margin-bottom: 100px;
}

.point-box:last-child {
  margin-bottom: 0;
}

.point-box .ttl {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 12px;
  letter-spacing: 0.1em;
}

.point-box .ttl span {
  display: block;
}

.point-box .ttl .sub {
  margin-bottom: 5px;
  font-size: 14px;
}

.point-box .ttl .main {
  font-size: 16px;
  font-weight: bold;
}

.point-box .ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 100%;
  height: 2px;
  background: url(../img/common/line.png) center center no-repeat;
  background-size: cover;
}

.point-box .point-img {
  max-width: 600px;
  border: 1px solid #eee;
}

.point-box .point-img img {
  display: block;
}

.point-box .txt {
  padding: 40px 40px;
  max-width: 650px;
  background: rgba(234, 234, 237, 0.9);
  margin-top: -200px;
  margin-left: auto;
  margin-right: 40px;
  position: relative;
}

.point-box p {
  line-height: 2.16;
}

.point-box .ttl--sp {
  display: none;
}

.point-box .ttl--pc {
  display: block;
}

.point-box:nth-of-type(even) .point-img {
  margin-left: auto;
}

.point-box:nth-of-type(even) .txt {
  margin-right: auto;
  margin-left: 40px;
  position: relative;
}

.point-box--re .point-img {
  margin-left: auto;
}

.point-box--re .txt {
  margin-right: auto;
  margin-left: 40px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .point-box .txt {
    margin-top: -100px;
  }
}

@media screen and (max-width: 768px) {
  .top-txt {
    margin-bottom: 40px;
  }
  .point-box {
    margin-bottom: 60px;
  }
  .point-box .ttl {
    margin-bottom: 30px;
    padding-bottom: 12px;
  }
  .point-box .txt {
    max-width: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
  }
  .point-box .point-img {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .point-box .point-img img {
    display: block;
  }
  .point-box .ttl--sp {
    display: block;
  }
  .point-box .ttl--pc {
    display: none;
  }
  .point-box:nth-of-type(even) .point-img {
    margin-left: 0;
  }
  .point-box:nth-of-type(even) .txt {
    margin: 0;
  }
  .point-box--re .point-img {
    margin-left: 0;
  }
  .point-box--re .txt {
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .point-box .ttl .sub {
    font-size: 12px;
  }
  .point-box .ttl .main {
    font-size: 14px;
  }
}

/* ===================================
特徴
=================================== */
.sec-fea .sec_inner {
  /* max-width: 940px; */
}

.fea-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -20px;
}

.fea-box {
  margin-bottom: 60px;
  width: 50%;
  padding: 0 20px;
}

.fea-box .inner {
  height: 100%;
  padding: 40px 40px;
  background: rgba(234, 234, 237, 0.9);
}

.fea-box .ttl {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 12px;
  letter-spacing: 0.1em;
}

.fea-box .ttl span {
  display: block;
}

.fea-box .ttl .sub {
  margin-bottom: 5px;
  font-size: 14px;
}

.fea-box .ttl .main {
  font-size: 16px;
  font-weight: bold;
}

.fea-box .ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 100%;
  height: 2px;
  background: url(../img/common/line.png) center center no-repeat;
  background-size: cover;
}

.fea-box p {
  line-height: 2.16;
}

.fea-box--1col {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .fea-box:nth-child(even) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .fea-box {
    width: 50%;
    padding: 0 20px;
  }
  .fea-box .inner {
    height: 100%;
    padding: 0px;
    background: transparent;
  }
  .fea-box:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .fea-box {
    width: 100%;
    margin-bottom: 60px;
  }
  .fea-box .ttl {
    margin-bottom: 30px;
    padding-bottom: 12px;
  }
  .fea-box .ttl .sub {
    font-size: 12px;
  }
  .fea-box .ttl .main {
    font-size: 14px;
  }
  .fea-box .txt {
    max-width: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
  }
  .fea-box .point-img {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .fea-box .point-img img {
    display: block;
  }
}

/* ===================================
このような方へおすすめ
=================================== */
.sec-reco .reco-wrap {
  padding: 40px;
  max-width: 700px;
  margin: 0 auto;
}

.sec-reco .gray-list {
  margin: 0;
}

.sec-reco .gray-list li {
  margin-bottom: 20px;
}

.sec-reco .gray-list li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .sec-reco .reco-wrap {
    padding: 0px;
    border: none;
  }
}

/* ===================================
画像とテキストがかぶらないボックス
=================================== */
.sec-photo p[class*="btn"] {
  margin-top: 60px;
}

.photo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
  /*   &:last-of-type {
    margin-bottom: 0;
  } */
}

.photo-box .ttl {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 12px;
  letter-spacing: 0.1em;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
}

.photo-box .ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 100%;
  height: 2px;
}

.photo-box .ttl:after {
  background: url(../img/common/line.png) center center no-repeat;
  background-size: cover;
}

.photo-box .item.img {
  width: 45%;
  margin-right: 40px;
}

.photo-box .item.img img {
  display: block;
  border: 1px solid #eee;
}

.photo-box .item.txt {
  width: calc(55% - 40px);
  margin-top: 100px;
  padding: 60px;
  background-color: #eaeaed;
}

.photo-box .subttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.photo-box p {
  line-height: 2.16;
}

.photo-box .btn-default {
  margin: 30px auto 0;
  max-width: 335px;
}

.photo-box p[class*="btn"] {
  margin-bottom: 30px;
}

.photo-box p[class*="btn"]:last-child {
  margin-bottom: 0;
}

.photo-box--re .item.img {
  margin-right: 0;
  width: 45%;
}

.photo-box--re .item.img img {
  display: block;
}

.photo-box--re .item.txt {
  width: calc(55% - 40px);
  margin-right: 40px;
}

.photo-box + .dtl-table {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .photo-box .ttl {
    font-size: 16px;
  }
  .photo-box .item.txt {
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  .photo-box {
    margin-bottom: 60px;
  }
  .photo-box .ttl {
    font-size: 16px;
  }
  .photo-box .ttl--sp {
    display: block;
  }
  .photo-box .ttl--pc {
    display: none;
  }
  .photo-box .item.img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .photo-box .item.txt {
    width: 100%;
    margin-top: 0px;
    padding: 0px;
    background-color: transparent;
  }
  .photo-box .item.txt .subttl {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .photo-box--re .item.img {
    margin: 0 auto 60px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .photo-box--re .item.txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 0px;
    margin-right: 0;
    padding: 0px;
  }
}

@media screen and (max-width: 600px) {
  .photo-box .ttl {
    font-size: 14px;
  }
  .photo-box .item.img {
    margin-bottom: 30px;
  }
  .photo-box .item.txt p {
    line-height: 2.16;
  }
}

/* ===================================
ドクターからの一言
=================================== */
.dr-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dr-box .ttl {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 12px;
  letter-spacing: 0.1em;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
}

.dr-box .ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 100%;
  height: 2px;
}

.dr-box .ttl:after {
  background: url(../img/common/line.png) center center no-repeat;
  background-size: cover;
}

.dr-box .ttl--sp {
  display: none;
}

.dr-box .ttl--pc {
  display: block;
}

.dr-box .item.img {
  width: 45%;
  margin-right: 40px;
}

.dr-box .item.img img {
  display: block;
}

.dr-box .item.txt {
  width: calc(55% - 40px);
  margin-top: 100px;
  padding: 60px;
  background-color: #eaeaed;
}

.dr-box .subttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.dr-box p {
  line-height: 2.16;
}

.dr-box .btn-default {
  margin: 30px auto 0;
  max-width: 335px;
}

.dr-box p[class*="btn"] {
  margin-bottom: 30px;
}

.dr-box p[class*="btn"]:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .dr-box .ttl {
    font-size: 16px;
  }
  .dr-box .item.txt {
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  .dr-box .ttl {
    font-size: 16px;
  }
  .dr-box .ttl--sp {
    display: block;
  }
  .dr-box .ttl--pc {
    display: none;
  }
  .dr-box .item.img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .dr-box .item.txt {
    width: 100%;
    margin-top: 0px;
    padding: 0px;
    background-color: transparent;
  }
  .dr-box .item.txt .subttl {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .dr-box {
  margin-top: 50px;
}
  .dr-box .ttl {
    font-size: 14px;
  }
  .dr-box .item.img {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .dr-box .item.txt p {
    line-height: 2.16;
  }
}

/* ===================================
取り扱い商品
=================================== */
.pro-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px;
}

.pro-box-wrap.-col-2 {
  gap: 64px 0px;
}

.pro-box-wrap.-col-2 .pro-box {
  width: 50%;
  margin: 0;
}


.pro-box{
  margin-bottom: 60px;
  width: 33.33333%;
  padding: 0 20px;
}

.pro-box.-full{
  width: 100%;
}

.pro-box .inner{
  height: 100%;
  padding: 30px;
  background: rgba(234, 234, 237, 0.9);
}

.pro-box:nth-child(2) {
  margin-top: 50px;
}

.pro-box:nth-child(5) {
  margin-top: 50px;
}

.pro-box:nth-child(8) {
  margin-top: 50px;
}

.pro-box:nth-child(11) {
  margin-top: 50px;
}

.pro-box:nth-child(14) {
  margin-top: 50px;
}

.pro-box:last-child {
  /*     margin-bottom: 0;
 */
}

.pro-box .pro-img {
  margin-bottom: 30px;
}

.pro-box .ttl {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 12px;
  letter-spacing: 0.1em;
}

.pro-box .ttl span {
  display: block;
}

.pro-box .ttl .sub {
  margin-bottom: 5px;
  font-size: 14px;
}

.pro-box .ttl .main {
  font-size: 16px;
  font-weight: bold;
}

.pro-box .ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 100%;
  height: 2px;
  background: url(../img/common/line.png) center center no-repeat;
  background-size: cover;
}

.pro-box .ttl--sp {
  display: none;
}

.pro-box .ttl--pc {
  display: block;
}

.pro-box p {
  line-height: 2.16;
}

.pro-box .btn-default {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .pro-box-wrap {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    margin: 0 -10px;
  }
  .pro-box-wrap.-col-2 {
    gap: 64px;
    flex-direction: column;
  }
  .pro-box-wrap.-col-2 .pro-box{
    width: 100%;
    margin: 0;
  }
  .pro-box {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .pro-box:nth-child(2) {
    margin-top: 0px;
  }
  .pro-box:nth-child(5) {
    margin-top: 0px;
  }
  .pro-box:nth-child(8) {
    margin-top: 0px;
  }
  .pro-box:nth-child(11) {
    margin-top: 0px;
  }
  .pro-box:nth-child(14) {
    margin-top: 0px;
  }
}

@media screen and (max-width: 600px) {
  .pro-box {
    width: 100%;
  }
  .pro-box:last-child {
    margin-bottom: 0;
  }
  .pro-box .inner {
    height: 100%;
    padding: 0;
    background: transparent;
  }
  .pro-box .ttl--sp {
    display: block;
  }
  .pro-box .ttl--pc {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .pro-box {
    margin-bottom: 60px;
  }
  .pro-box .ttl {
    margin-bottom: 30px;
    padding-bottom: 12px;
  }
  .pro-box .ttl .sub {
    font-size: 12px;
  }
  .pro-box .ttl .main {
    font-size: 14px;
  }
  .pro-box .txt {
    max-width: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
  }
  .pro-box .point-img {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .pro-box .point-img img {
    display: block;
  }
}

/* ===================================
詳細
=================================== */
.sec-dtl .sec_inner {
  max-width: 940px;
}

.dtl-table {
  line-height: 2.16;
}

.dtl-table > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0px;
  border-bottom: 1px solid #dddddd;
}

.dtl-table > .inner:first-child {
  padding-top: 0;
}

.dtl-table > .inner:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.dtl-table dt {
  width: 200px;
  margin-right: 30px;
  font-weight: bold;
}

.dtl-table dd {
  width: calc(100% - 230px);
}

@media screen and (max-width: 600px) {
  .dtl-table dt {
    margin-bottom: 10px;
    font-weight: bold;
    width: 100%;
    margin-right: 0;
  }
  .dtl-table dd {
    width: 100%;
    font-size: 12px;
  }
}

/* ===================================
料金表
=================================== */
.sec-price .sec_inner {
  max-width: 1240px;
}

/* 料金一覧
==============================　*/
/* .sec-price .price-box-wrap {
  margin-bottom: 80px;
}

.price-box-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  .ttl {
    background-color: #fafafa;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }

  .price-box {
    width: 33.33333%;
    margin-bottom: 60px;
    padding: 0 15px;
    padding-top: 110px;
    margin-top: -110px;
    .icon {
      max-width: 80px;
      margin: 0 auto 10px;
    }
    ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px;
    }
    li {
      width: 100%;
      margin-bottom: 10px;
      padding: 0 10px;
      font-size: 12px;
      line-height: 1.66666;
    }
    li a {
      transition: 0.3s;
    }
    li a:hover {
      opacity: 0.7;
    }
  }
}

@media screen and (max-width: 1200px) {
  .price-box-wrap {
    .price-box {
      padding-top: 50px;
      margin-top: -50px;
    }
  }
}

@media screen and (max-width: 1000px) {
  .price-box-wrap {
    .price-box {
      width: 50%;
    }

    .price-box li {
      width: 100%;
    }
  }
}
@media screen and (max-width: 600px) {
  .sec-price .price-box-wrap {
    margin-bottom: 0px;
  }
  .price-box-wrap {
    .price-box {
      width: 100%;
      margin-bottom: 30px;
    }
    .ttl {
      padding: 10px 0;
      margin-bottom: 10px;
    }
  }
} */
/* ===================================
よくあるお問い合わせ
=================================== */
.aco_item {
  margin-bottom: 20px;
  padding: 20px;
  background: #fafafa;
}

.aco_item:last-child {
  margin-bottom: 0;
}

.aco_ttl {
  display: block;
  position: relative;
  padding-right: 20px;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.aco_cont {
  margin-top: 30px;
  line-height: 2.16;
}

.aco_cont ul {
  line-height: 2.16;
}

.aco_plus1,
.aco_plus2 {
  position: absolute;
  right: 0;
  width: 15px;
  height: 1px;
  background-color: #000;
}

.aco_plus1 {
  top: 50%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.aco_plus2 {
  top: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*＋、－切り替え*/
.aco_ttl.active .aco_plus1 {
  display: none;
}

.aco_ttl.active .aco_plus2 {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media screen and (max-width: 600px) {
  .aco {
    /* margin-bottom: 30px; */
  }
  .aco_item {
    margin-bottom: 20px;
    padding: 15px;
  }
  .aco_ttl {
    display: block;
    position: relative;
    padding-right: 20px;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .aco_cont {
    font-size: 12px;
  }
}

/* ===================================
比較テーブル
=================================== */
/* ===================================
料金ボタン
=================================== */
.btn-default.price {
  max-width: 335px;
  margin: 60px auto 0;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
  margin: 0 auto;
}

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

.comTable table th,
.comTable table td {
  padding: 30px 30px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  line-height: 2.16;
}

.comTable table tr:last-child th,
.comTable table tr:last-child td {
  border-bottom: none;
}

.comTable table th {
  padding: 40px;
  text-align: center;
  position: relative;
  font-weight: bold;
  vertical-align: middle;
}

.comTable table tr th:first-child,
.comTable table tr td:first-child {
  width: 20%;
}

.comTable table tr th:nth-child(2),
.comTable table tr td:nth-child(2) {
  width: 40%;
}

.comTable table tr th:last-child,
.comTable table tr td:last-child {
  width: 40%;
}

.comTable table td {
  padding: 40px;
  position: relative;
}

.comTable table th:before,
.comTable table td:before {
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
  border-right: 1px solid #ccc;
  content: "";
}

.comTable table th:last-child:before,
.comTable table td:last-child:before {
  content: none;
}

@media screen and (max-width: 768px) {
  .com-table-wrap {
    overflow-x: auto;
    word-break: keep-all;
    white-space: nowrap;
  }
  .comTable {
    width: 800px;
  }
  .comTable table th,
  .comTable table td {
    padding: 30px 20px;
    position: relative;
  }
}

.dr-mv {
  max-width: 700px;
  margin: 60px auto 0;
}

.dr-mv .mv-txt {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .dr-mv {
    margin-top: 30px;
  }
}

/* ===================================
ユーティリティ
=================================== */
.ib {
  display: inline-block;
}

.bold {
  font-weight: bold;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/* 
揃え
=================================== */
@media screen and (max-width: 600px) {
  .align-left-sp {
    text-align: left;
  }
}

/* 
改行
=================================== */
/*PCのみ*/
.pc-br {
  display: inline;
}

/*TBのみ*/
.tb-br {
  display: none;
}

/*SPのみ*/
.sp-br {
  display: none;
}

/*PCからTBにかけて*/
.pc-tb-br {
  display: inline;
}

/*TBからSPにかけて*/
.tb-sp-br {
  display: none;
}

/*iphoneSE用*/
.se-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-br {
    display: none;
  }
  .tb-br {
    display: inline;
  }
  .tb-sp-br {
    display: inline;
  }
}

@media screen and (max-width: 600px) {
  .pc-tb-br {
    display: none;
  }
  .tb-br {
    display: none;
  }
  .sp-br {
    display: inline;
  }
}

@media screen and (max-width: 374px) {
  .se-br {
    display: inline;
  }
}
/*# sourceMappingURL=menu.css.map */

/* 
Instagram Modal
=================================== */
img {
  width: 100%;
}

.sample-item {
  width: 30%;
}


.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal__bg{
  background: rgba(100, 100, 100, 0.9);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content{
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}

.modal_box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px auto;
    padding: 0 10px;
}

.modal_box div{
    width: 25%;
    padding: 10px;
}

@media screen and (max-width: 600px) {
    .modal_box div{
        width: 50%;
        padding: 10px;
    }
}

/* 
Youtube
=================================== */
.youtube_embed_pc{
    margin: 0 auto 80px;
    text-align: center;
}

.youtube_embed_sp{
    display: none;
}

.video1, .video2{
    position: relative;
    height: 0;
    /* padding: 30px 0 56.25%; */
    padding-top: 56.25%;
    overflow: hidden;
}

.video1 iframe, .video2 iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media screen and (max-width: 600px) {
    .youtube_embed_sp{
        display: block !important;
        margin: 0 auto 80px;
        text-align: center;
        padding: 0 3%;
    }

    .youtube_embed_pc{
        display: none;
    }
    .youtube_embed_sp div:not(last-child){
        margin-bottom: 25px;
    }
}



.bordernone .ttl {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 12px;
  letter-spacing: 0.1em;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  text-align:center;
  margin: 0 auto 2em;
}

.conjunctiva_kuma{
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 769px) {
    .conjunctiva_kuma{
        width: 80%;
    }
    .bordernone .ttl {
        font-size: 16px;   
    }
    .case_photo ul{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .case_photo li{
        width: 49%;
    }
    .case_photo li img{
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .conjunctiva_kuma{
        width: 50%;
    }
    .gray-box{
        height: 100%;
        padding: 30px;
        background: rgba(234, 234, 237, 0.9);
        width: 30%;
        margin: 0 auto;
    }
    .case_photo ul{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        max-width: 1140px;
        margin: 0 auto;
    }
    .case_photo li{
        width: 33%;
    }
    .case_photo li img{
        width: 100%;
    }
}

/* ザクロ 追加 */
.flex.-x-y-center {
  justify-content: center;
  align-items: center;
}

.flex.-y-start{
  align-items: flex-start;
}

/* 余白 */
@media screen and (min-width: 769px) {
  .flex {
    display: flex;
  }

  .flex.-gap-d-24 {
    gap: 24px;
  }

  .mt-d-12 {
    margin-top: 12px;
  }

  .mt-d-24 {
    margin-top: 24px;
  }

  .mt-d-32 {
    margin-top: 32px;
  }

  .mt-d-64 {
    margin-top: 64px;
  }

  .mt-d-n90 {
    margin-top: -90px !important;
  }

  .width-d-32\% {
    width: 32%;
  }

  .width-d-full {
    width: 100%;
  }

  .width-d-62\% {
    width: 320px;
    height: 200px;
    object-fit: cover;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 768px) {
  .flex.-gap-s-12 {
    gap: 12px;
  }

  .mt-s-12 {
    margin-top: 12px;
  }

  .mt-s-24 {
    margin-top: 24px;
  }

  .mt-s-32 {
    margin-top: 32px;
  }

  .mt-s-64 {
    margin-top: 64px;
  }

  .width-s-full {
    width: 100%;
  }

  .width-s-62\% {
    width: 320px;
    height: 200px;
    object-fit: cover;
    flex-shrink: 0;
  }
}


.pro-box__dl {
  display: flex;
  width: 100%;
  padding: 12px 0;
}

.pro-box__dl + .pro-box__dl  {
  border-top: solid 1px #ccc;
}

.pro-box__dt {
  width: 30%;
}

.pro-box__dd {
  width: 70%;
}

.bg-color-black {
  background-color: #444 !important;
}

.text-white {
  color: #fff !important;
}

.simple-table {
  border-collapse: collapse;
  table-layout: fixed;
}

.simple-table__header {
  padding: 10px;
  color: #fff;
  background-color: #444;
  font-weight: bold;
  text-align: center;
}

.simple-table__label {
  border: 1px solid #ddd;
  padding: 10px;
}

.simple-table__data {
  border: 1px solid #ddd;
  padding: 10px;
}


.list-panel {
  background-color: #eaeaed;
  padding: 48px;
}


.list-panel.-revarse .list-panel__content{
  flex-direction: row-reverse;
}

.list-panel__inner {
}

.list-panel__title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 12px;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: bold;
}

.list-panel__title:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 100%;
  height: 2px;
  background: url(../img/common/line.png) center center no-repeat;
  background-size: cover;
}

.list-panel__img {
  flex-shrink: 0;
  width: 30%;
}

.list-panel__img img {
  display: block;
}

.list-panel__p {
  line-height: 2.16;
}

@media screen and (min-width: 769px) {
  .list-panel__content {
    display: flex;
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .list-panel__p {
    margin-top: 18px;
  }

  .list-panel__img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: block;
  }
}

.step-list {
  counter-reset: number 0;
}

.step-list__ol {

}

.step-list__li {
  position: relative;
}

.step-list__li + .step-list__li {
  margin-top: 64px;
}


.step-list__li:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 23px;
  width: 3px;
  height: calc(100% + 30px);
  background-color: #444444;
}

.step-list__title {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-left: 65px;
}

.step-list__title::before {
  content: counter(number) " ";
  display: block;
  counter-increment: number 1;
  position: absolute;
  background-color: #444444;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  left: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -15px;
}

.step-list__content {
  padding-left: 65px;
  font-size: 16px;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .step-list__li + .step-list__li {
    margin-top: 32px;
  }

  .step-list__title {
    padding-left: 45px;
  }

  .step-list__content {
    padding-left: 45px;
    margin-top: 12px;
  }

  .step-list__title::before {
    width: 36px;
    height: 36px;
    top: -7px;
  }

  .step-list__li:not(:last-child)::before {
    top: 23px;
    left: 16px;
    width: 2px;
    height: calc(100% + 15px);
  }
}

.u-new-pop {
  position: relative;
}

@media screen and (min-width: 769px) {
  .u-new-pop__content {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translate(-50%, 0);
    animation: flash 2s linear infinite;
    font-size: 16px;
    font-weight: bold;
  }

  .u-new-pop.-left .u-new-pop__content {
    top: 50%;
    left: -58px;
    transform: translate(0, -50%);
  }
}

@media screen and (max-width: 768px) {
  .u-new-pop__content {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translate(-50%, 0);
    animation: flash 2s linear infinite;
    font-size: 12px;
    font-weight: bold;
  }

  .u-new-pop.-left .u-new-pop__content {
    top: 0;
    right: 10px;
    transform: translate(0, 0%);
  }
}

@keyframes flash {

	/* 0%,
	35%,
	60%,
	100% {
		opacity: 0;
	}

	25% {
		opacity: 1;
		color: #7fff00;
	}

	50% {
		opacity: 1;
		color: #0091EA;
	}

	75% {
		opacity: 1;
		color: #ff1493;
	} */


  0%,
  50% {
    opacity: 0;
    color: #ff1493;
  }

	75%,
  100% {
		opacity: 1;
		color: #ff1493;
	}

}


.youtube-flexible {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.youtube-flexible__frame {
  aspect-ratio: 16 / 9;
}

.youtube-flexible iframe {
    display: flex;
    width: 100%;
    height: 100%;
}



@media screen and (max-width: 768px) {
  .youtube-flexible__frame {
    width: 100%
  }
}
@media screen and (min-width: 769px) {
  .youtube-flexible__frame {
    width: calc(50% - 12px)
  }
}


.recommend-blog-warp {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.recommend-blog-warp.-col-3  .recommend-blog-warp__item{
  width: calc(calc(100% / 3) - calc(48px / 3));
}



.recommend-article__img {
  display: block;
}

.recommend-article__title {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .recommend-blog-warp {
    flex-direction: column;
    gap: 32px;
  }

  .recommend-blog-warp.-col-3  .recommend-blog-warp__item{
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .recommend-blog-warp {

  }
}

/* .page .sec-point p,
.page .sec-fea p,
.page .sec-dr p {
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .page .sec-point p,
  .page .sec-fea p,
  .page .sec-dr p {
    font-size: 12px;
  }
} */


/* 
治療ページDB化　freeブロック用
=================================== */
.m-features {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  background-color: #ECECEE;
  position: relative;
  padding: 64px;
}
.m-features__point {
  font-family: 'Hind Siliguri', sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  background-color: #000000;
  color: #fff;
  padding: 5px 40px;
  font-style: italic;
}
.m-features__head {
  display: flex;
  gap: 32px;
  align-items: center;
}
.m-features__head-title {
  font-size: 20px;
  font-weight: bold;
}
.m-features__head-text {
  font-size: 14px;
  margin-top: 50px;
  line-height: 2;
}
.m-features__head-left {
  padding-left: 48px;
  flex-shrink: 1;
  min-width: 500px;
}
.m-features__head-right {
  max-width: 720px;
  width: 100%;
  flex-shrink: 1;
}
.m-daiwaku {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-features__content-warp {
  width: 47%;
border-radius: 10px;
  margin: 30px auto 0;
  padding: 30px;
background-color: #fff;
  position: relative;
  max-width: 860px;
}
.m-features__content-title {
  border-bottom: none;
font-size: 16px;
  width: auto;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 auto 0 auto;
}
.m-waku {
  display: flex;
  justify-content: space-between;
  border: none;
  padding: 0;
  margin-top: 30px;
}
.m-features__content-title em {
  display: block;
  font-size: 13px;
  margin: 5px;
  background: #ececec;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .m-features {
    padding: 100px 20px 30px;
  }
  .m-features__head {
    flex-direction: column;
  }
  .m-features__head-left {
    padding: 0;
    min-width: 0;
  }
  .m-features__point {
     font-size: 30px;
     padding: 8px 28px;
     left: 50%;
     transform: translate(-50%, 0);
   }
   .m-features__head-title {
     padding: 0;
     font-size: 16px !important;
     line-height: 1.6;
   }
   .m-features__head-text {
     font-size: 14px !important;
     margin-top: 20px;
   }
   .m-features__head.-img-l .m-features__head-left {
    width: 100%;
  }
  .m-features__head.-img-l .m-features__head-right {
    width: 80%;
  }
 }
 @media (max-width: 600px) {
   .m-features__content-warp {
     padding: 35px 20px 0;
   }
   .m-waku {
    margin-top: 0;
  flex-wrap: wrap;
  }
   .m-waku figure {
     max-width: 300px;
     width: 100%;
     margin: 0 auto;
   }
   .m-waku p {
     font-size: 13px;
     padding-left: 0;
     margin-top: 0;
     padding-bottom: 30px;
   }
 
 }
 
 @media (max-width: 480px) {
   .m-features__content-warp {
     width: 100%;
   }
 }
/* 
治療ページDB化　freeブロック用 snekos
=================================== */
 .sec-fea table {
  margin-top: 20px;
}
.sec-fea table th {
  font-weight: bold;
}
.sec-fea table th, .sec-fea table td {
  border: 1px solid;
  padding: 10px;
}
/* 
治療ページDB化　m22 table
=================================== */
.hyou{
  background:#fff;
  font-size: 13px;
  margin-top:20px;
}
.hyou th{
  padding: 5px;
  background: #ccc;
  border-bottom: 1px solid #fff;
}
.hyou td{
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
.hyou caption{
  background: #ccc;
  padding: 5px;
}
.hyou tr:last-of-type th{
  border:none;
}
.hyou tr:last-of-type td{
  border:none;
}

/* 
治療ページDB化　HA ameblo link bnr
=================================== */
  .s-ameblo{
    margin-top: 50px;
  background: #fff;
  padding: 20px;
  }
  .s-ameblo h4{
    border: none;
  display: flex;
  justify-content: center;
  position:relative;
  }
  .s-ameblo h4::before,  .s-ameblo h4::after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #000;
  }
  .s-ameblo h4::before{
  left: 0;
}
.s-ameblo h4::after{
  right: 0;
}

  .s-ameblo h4 img{
    width:30px;
  }
  .s-ameblo h4 em{
    display:block;
  }
  .s-ameblo a{
    display: flex;
  justify-content: center;
  align-items: center;
  }
  .s-ameblo figure {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 10px;
  }
  .s-ameblo figure img {
  width: 35%;
}
  .s-ameblo span{
   width: calc(65% - 10px);
  display: block;
    padding-left: 10px;
  }
  @media screen and (max-width: 768px) {
    .s-ameblo {
  background: #eee;
}
  .s-ameblo figure {
  margin-top: 30px;
}
.s-ameblo span {
  font-size: 12px;
}
  }
  @media screen and (max-width: 480px) {
  .s-ameblo h4 img {
  width: 20px;
}
.s-ameblo h4::before, .s-ameblo h4::after {
  width: 20px;
}
}

/*-----------------------------------------------------------------------------
エクソソーム
---------------------------------------------------------------------------*/

.exo .about-introduction__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  border: solid 1px #707070;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 18px 24px 10px 24px;
}

.exo .about-introduction__msg {
  line-height: 2;
}
.exo01{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.exo01 li{
width: 25%;
}
.exo .about-introduction__machine {
  display: flex;
  gap: 80px;
  margin-top: 70px;
}

.exo .about-introduction__machine-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.exo .about-introduction__machine-item:nth-child(3) {
  margin-top: -40px;
}
.exo .about-introduction__machine-item:nth-child(4) {
  margin-top: -20px;
}


.exo .about-introduction__img {
  display: block;
  width: 50%;
}

.exo .about-introduction__label {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin-top: 10px;
  padding-top: 5px;
  border: none;
}

.exo .about-introduction__name {
  font-size: 11px;
  text-align: center;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  border: 1px solid #000;
  padding: 0 3px;
}

.exo .about-introduction__desc {
  font-size: 13px;
  margin-top: 10px;
}


@media screen and (max-width: 787px) {
.exo01 li {
  width: 45%;
  margin-bottom: 30px;
}
}
@media screen and (max-width: 480px) {
.exo01 li {
  width: 98%;
}
}