@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.2
*/
.page-name-aesthetic-dermatology #contents > .inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}

.topinner {
  /* コンテンツは1000pxに */
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

/* tinyMCE用に見出しをリセット */
.toppage h2,
.toppage h3,
.toppage h4,
.toppage h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.toppage h3::before,
.toppage h3::after,
.toppage h4::before,
.toppage h4::after,
.toppage h5::before,
.toppage h5::after {
  display: none;
}

/*==========================
	　mainimage
==========================*/
.main_address {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*-- スライダーの時 ------------*/
.slick-slide img {
  margin: 0 auto;
}

button.slick-arrow {
  /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}

button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

button.slick-prev {
  /* 矢印（前へ）ボタン */
  left: 20px;
}

button.slick-next {
  /* 矢印（次へ）ボタン */
  right: 20px;
}

@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }

  button.slick-next {
    right: 13.7%;
  }
}
@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }

  button.slick-next {
    right: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .mainimage .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
/*==========================
	汎用に使えるボタン
==========================*/
.link_btn, .btn-style {
  text-align: left;
}

.link_btn a,
.btn-style a {
  background: #af9e80;
  padding: 15px 45px;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 1.4;
  box-sizing: border-box;
  border-radius: 0;
  position: relative;
  letter-spacing: 0.075em;
  width: 100%;
  font-weight: normal;
  display: block;
  max-width: fit-content;
}

.link_btn a span,
.btn-style a span {
  font-weight: bold;
}

@media (max-width: 767px) {
  .link_btn a,
  .btn-style a {
    margin: auto;
    padding: 20px 45px;
    max-width: 100%;
  }
}
.btn-style-w a {
  background: none;
  border: 1px solid #fff;
}

.link_btn a::after,
.btn-style a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 22px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: .3s;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
}

.link_btn a:hover:after,
.btn-style a:hover:after {
  right: 13px;
}

.link_btn a:hover,
.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.under .link_btn a,
.under .btn-style a {
  width: auto;
}

/*==========================
	loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 200px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 200px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 200px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 300px;
  height: 200px;
  float: left;
  display: inline;
  overflow: hidden;
}

/*==========================
	　TOP コンテンツ
==========================*/
.top .mainblock a {
  text-decoration: none;
}

/*-- 新着情報 --------------*/
.sec_news {
  padding: 4em 0;
}

.sec_news .news {
  position: relative;
  box-sizing: border-box;
}

.sec_news .news dl {
  line-height: 1.3;
}

.sec_news .news dt {
  float: left;
  clear: left;
  color: #433f3f;
  padding: 15px 0;
}

.sec_news .news dd {
  padding: 15px 0 15px 110px;
}

.news dd a {
  text-decoration: none;
  color: #433f3f;
}

.sec_news .news dd a:hover {
  text-decoration: underline;
}

.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}

.sec_news .news h3 {
  font-size: 40px;
  color: #333333;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-align: left;
  border-radius: 0;
}

.sec_news .news .btn a {
  position: absolute;
  top: 13px;
  right: 0;
  color: #433f3f;
  font-size: 12px;
  display: table;
  padding: 1px 12px;
  text-decoration: none;
}

.sec_news .news .btn a:after {
  content: " ＞";
  font-weight: bold;
}

.sec_news .btn-style a {
  width: 138px;
}

.box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.box_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.btn2 a {
  width: 49%;
}

.btn2 a + a {
  margin-left: 2%;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  /*================================
  	mainimage　が一枚画像の場合
  ================================*/
 /* .mainimage{
        background: url(img/mainimage.jpg) no-repeat center / cover;
    height: 650px;
}*/
  /*==========================
  	　TOP コンテンツ
  ==========================*/
  /*-- FLEX設定 --------------*/
  .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .col_wrap {
    /*改行して組む場合*/
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
  }

  .columns.reverse {
    /*左右反転*/
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .columns > .column {
    box-sizing: border-box;
    width: 49%;
  }

  .columns.col3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns.col3 > .column {
    width: 32%;
    margin-right: 2%;
  }

  .columns.col3 > .column:nth-of-type(3n) {
    margin-right: 0;
  }

  .columns.col4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns.col4 > .column {
    width: 23.5%;
    margin-right: 2%;
  }

  .columns.col4 > .column:nth-of-type(4n) {
    margin-right: 0;
  }

  .col_align {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .top #contents,
  .top #aside {
    margin-bottom: 0;
  }

  /*==========================
  	　mainimage
  ==========================*/
  .mainimage, .slider {
    margin-bottom: 0;
  }

  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }

  /*==========================
  	ボタン
  ==========================*/
  /*==========================
  	loop
  ==========================*/
  .loopSlider {
    height: 100px;
  }

  .loopSlider ul {
    height: 100px;
  }

  .loopSlider ul li {
    width: 150px;
    height: 100px;
  }

  /*==========================
  	　TOP コンテンツ
  ==========================*/
  .sp-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .sp-columns .column {
    box-sizing: border-box;
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
}
/*==========================
	その他
==========================*/
@media (max-width: 767px) {
  body {
    padding-bottom: 10%;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  body {
    padding-bottom: 100px;
  }
}
body:not(.page-name-aesthetic-dermatology) section {
  margin-bottom: 7%;
}

@media (min-width: 1024px) {
  body:not(.page-name-aesthetic-dermatology) section {
    margin-bottom: 5%;
  }
}
figure:not(:last-child) {
  margin-bottom: 1em;
}

.mt-0 {
  margin-top: 0em !important;
}

.mb-0 {
  margin-bottom: 0em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.container {
  overflow: hidden;
}

.container:not(:last-child) {
  margin-bottom: 10%;
}

@media (min-width: 1025px) {
  .container:not(:last-child) {
    margin-bottom: 5%;
  }
}
.text-large {
  font-size: 18px;
}

@media (min-width: 1025px) {
  .text-large {
    font-size: 20px;
  }
}
.text-xlarge {
  font-size: 20px;
}

@media (min-width: 1025px) {
  .text-xlarge {
    font-size: 32px;
  }
}
.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .pc-text-center {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .sp-text-center {
    text-align: center !important;
  }
}
.text-red {
  color: #ff0000;
}

.text-blue {
  color: #2b52a0;
}

.table-default {
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}

.table-default th, .table-default td {
  padding: 1em;
  border: solid 1px #eee;
  vertical-align: middle;
  box-sizing: border-box;
}

.table-default th {
  background: #7a95cb;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .table-default {
    font-size: 13px;
  }
}
.ul_mark li {
  padding-left: 25px;
  position: relative;
}

.ul_mark li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .pcbr {
    display: block;
  }
}
@media (max-width: 767px) {
  .spbr {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tabletbr {
    display: block;
  }
}
@media (max-width: 1024px) {
  .sptabletbr {
    display: block;
  }
}
/*==========================
	scroll-hint.js
==========================*/
.js-scrollable,
.js-scrollable_pc {
  margin-top: 1.5em;
}

.js-scrollable table:first-child,
.js-scrollable_pc table:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 300%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 135%;
}

@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 170%;
  }
}
/*==========================
	その他
==========================*/
@media (max-width: 767px) {
  body {
    padding-bottom: 13%;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  body {
    padding-bottom: 80px;
  }
}
body:not(.page-name-aesthetic-dermatology) section {
  margin-bottom: 7%;
}

@media (min-width: 1024px) {
  body:not(.page-name-aesthetic-dermatology) section {
    margin-bottom: 5%;
  }
}
body.page-name-aesthetic-dermatology .mainblock {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .columns .column:not(:last-child) {
    margin-bottom: 7%;
  }
}
a {
  text-decoration: none;
}

figure:not(:last-child) {
  margin-bottom: 1em;
}

.mt-0 {
  margin-top: 0em !important;
}

.mb-0 {
  margin-bottom: 0em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.container {
  overflow: hidden;
}

.container:not(:last-child) {
  margin-bottom: 10%;
}

@media (min-width: 1025px) {
  .container:not(:last-child) {
    margin-bottom: 5%;
  }
}
.text-large {
  font-size: 18px;
}

@media (min-width: 1025px) {
  .text-large {
    font-size: 20px;
  }
}
.text-xlarge {
  font-size: 20px;
}

@media (min-width: 1025px) {
  .text-xlarge {
    font-size: 32px;
  }
}
.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .pc-text-center {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .sp-text-center {
    text-align: center !important;
  }
}
.text-red {
  color: #ff0000;
}

.text-blue {
  color: #2b52a0;
}

.table-default {
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}

.table-default th, .table-default td {
  padding: 1em;
  border: solid 1px #eee;
  vertical-align: middle;
  box-sizing: border-box;
}

.table-default th {
  background: #7a95cb;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .table-default {
    font-size: 13px;
  }
}
.ul_mark li {
  padding-left: 25px;
  position: relative;
}

.ul_mark li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .pcbr {
    display: block;
  }
}
@media (max-width: 767px) {
  .spbr {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tabletbr {
    display: block;
  }
}
@media (max-width: 1024px) {
  .sptabletbr {
    display: block;
  }
}
/*==========================
	scroll-hint.js
==========================*/
.js-scrollable,
.js-scrollable_pc {
  margin-top: 1.5em;
}

.js-scrollable table:first-child,
.js-scrollable_pc table:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 300%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 135%;
}

@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 170%;
  }
}
/*==========================
	下層見出し
==========================*/
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: normal;
  font-family: "Times New Roman","游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

body h2 {
  color: #333333;
}

body h2 .subTitle {
  color: #af9e80;
  font-weight: 500;
  letter-spacing: normal;
}

@media (min-width: 1025px) {
  body h2 {
    letter-spacing: 0.075em;
  }
}
body:not(.page-name-aesthetic-dermatology) h3, body:not(.page-name-aesthetic-dermatology) h4, body:not(.page-name-aesthetic-dermatology) h5, body:not(.page-name-aesthetic-dermatology) h6 {
  line-height: 1.4;
}

body:not(.page-name-aesthetic-dermatology) h3 {
  font-size: 21px;
  text-align: center;
  position: relative;
  padding: 30px 0 10px;
  margin-bottom: 1.5em;
}

@media (min-width: 1025px) {
  body:not(.page-name-aesthetic-dermatology) h3 {
    font-size: 36px;
    letter-spacing: .075em;
    padding: 50px 0 10px;
  }
}
body:not(.page-name-aesthetic-dermatology) h3:after, body:not(.page-name-aesthetic-dermatology) h3:before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}

body:not(.page-name-aesthetic-dermatology) h3:before {
  background: url(../aesthetic-dermatology/img/h3_icon.png) no-repeat center/cover;
  width: 24px;
  height: 24px;
  top: 0;
}

@media (min-width: 1025px) {
  body:not(.page-name-aesthetic-dermatology) h3:before {
    width: 35px;
    height: 35px;
  }
}
body:not(.page-name-aesthetic-dermatology) h3:after {
  bottom: 0;
  width: 20px;
  height: 2px;
  background: #af9e80;
}

body:not(.page-name-aesthetic-dermatology) h4 {
  padding-left: 25px;
  position: relative;
  font-size: 20px;
  margin-bottom: 1.5em;
  border-bottom: solid 2px #af9e80;
  line-height: 1.4;
}

body:not(.page-name-aesthetic-dermatology) h4:before {
  content: "";
  background: url(../aesthetic-dermatology/img/h4_icon.png) no-repeat center/cover;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 1025px) {
  body:not(.page-name-aesthetic-dermatology) h4:before {
    width: 21px;
    height: 21px;
  }
}
@media (min-width: 1025px) {
  body:not(.page-name-aesthetic-dermatology) h4 {
    font-size: 26px;
    padding: 10px 0 8px 35px;
  }
}
body:not(.page-name-aesthetic-dermatology) h5 {
  padding-left: 18px;
  position: relative;
  padding-left: 23px;
}

body:not(.page-name-aesthetic-dermatology) h5:before {
  content: "";
  background: url(../aesthetic-dermatology/img/h5_icon.jpg) no-repeat center/cover;
  width: 6px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 1025px) {
  body:not(.page-name-aesthetic-dermatology) h5 {
    font-size: 20px;
  }
}
body:not(.page-name-aesthetic-dermatology) h6 {
  padding-left: 22px;
  position: relative;
  margin-bottom: 1.5em;
  font-size: 17px;
}

@media (min-width: 1025px) {
  body:not(.page-name-aesthetic-dermatology) h6 {
    font-size: 18px;
  }
}
body:not(.page-name-aesthetic-dermatology) h6:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #af9e80;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/*==========================
	パーツ
==========================*/
.link_anchor {
  border: solid 2px #f5f5f5;
  padding: 15px 20px;
  border-radius: 5px;
}

.link_anchor li:not(:last-child) {
  margin-bottom: 20px;
}

.link_anchor li a {
  text-decoration: none;
  font-size: 15px;
  padding-left: 40px;
  position: relative;
  line-height: 1.4;
  display: block;
}

.link_anchor li a:before {
  content: "";
  background: url(../aesthetic-dermatology/img/anchor_icon.png) no-repeat center/cover;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
}

.link_anchor li a:hover {
  color: #af9e80;
}

@media (min-width: 1025px) {
  .link_anchor {
    padding: 30px 45px;
  }

  .link_anchor.link_col_2 {
    display: flex;
    flex-wrap: wrap;
  }

  .link_anchor.link_col_2 li {
    width: 48%;
  }

  .link_anchor.link_col_2 li:not(:last-child) {
    margin-bottom: 0;
  }

  .link_anchor.link_col_2 li:nth-child(odd) {
    margin-right: 4%;
  }

  .link_anchor.link_col_2 li:not(:nth-child(-n + 2)) {
    margin-top: 2%;
  }

  .link_anchor.link_col_3 {
    display: flex;
    flex-wrap: wrap;
  }

  .link_anchor.link_col_3 li {
    width: 32%;
  }

  .link_anchor.link_col_3 li:not(:last-child) {
    margin-bottom: 0;
  }

  .link_anchor.link_col_3 li:not(:nth-child(3n)) {
    margin-right: 2%;
  }

  .link_anchor.link_col_3 li:not(:nth-child(-n + 3)) {
    margin-top: 2%;
  }

  .link_anchor li a {
    font-size: 17px;
    letter-spacing: 0.05em;
  }
}
.flow-block .flow_title {
  font-size: 20px;
  font-weight: 500;
  font-family: "Times New Roman","游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-bottom: 1.5em;
}

.flow-block .flow_title .num {
  font-size: 18px;
  font-weight: 600;
  background: #af9e80;
  color: #fff;
  display: inline-block;
  padding: 2px 13px 0;
  margin-right: 10px;
}

@media (min-width: 1025px) {
  .flow-block .flow_title {
    font-size: 24px;
  }
}
.flow-block {
  box-sizing: border-box;
  padding: 5% 5% 3%;
  border: 2px solid #f5f5f5;
  margin-bottom: 1.2em;
  position: relative;
}

.flow-block:not(:last-child):after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 50%;
  margin: 0 -40px -100px 0;
  border: 40px solid transparent;
  border-top: 35px solid #f5f5f5;
}

.block > .flow-block.last::after,
.block-inner > .flow-block:last-child::after {
  display: none;
}

.flow-block + .flow-block {
  margin-top: 70px;
}

.flow-block h4 {
  margin-top: 0;
  border: none;
}

/*==========================
	メインスライド
==========================*/
/* .slider .main_catch {
  opacity: 0;
}

.slide-animation .mainImage {
  animation: fadezoom 15s 0s forwards;
}
.slide-animation .main_catch {
  opacity: 1;
  transition: 2s 2s;
} */
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    @media (max-width: 767px) {
      transform: scale(1.5);
    }
  }
}
#mainimage .slider picture {
  position: relative;
}

#mainimage .slider picture .main_catch {
  width: 1640px;
}

#mainimage .slider picture .main_catch .box {
  position: absolute;
  z-index: 10;
}

@media (max-width: 767px) {
  #mainimage .slider picture .main_catch .box {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 95%;
    display: table;
  }
}
@media (min-width: 768px) {
  #mainimage .slider picture .main_catch.catch01 .box {
    width: 44.75%;
    max-width: 895px;
    max-height: 239px;
    top: 13%;
    left: 3%;
  }
}
@media (max-width: 767px) {
  #mainimage .slider picture .main_catch.catch01 .box {
    bottom: auto;
    top: 12%;
  }
}
@media (min-width: 768px) {
  #mainimage .slider picture .main_catch.catch02 .box {
    width: 32.5%;
    max-width: 650px;
    max-height: 687px;
    top: 50%;
    left: 22%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #mainimage .slider picture .main_catch.catch02 .box {
    left: 3%;
  }
}
@media (min-width: 768px) {
  #mainimage .slider picture .main_catch.catch03 .box {
    width: 42.2%;
    max-width: 844px;
    max-height: 616px;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  #mainimage .slider picture .main_catch.catch04 .box {
    width: 39.5%;
    max-width: 790px;
    max-height: 686px;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  #mainimage .slider picture .main_catch.catch05 .box {
    width: 33.95%;
    max-width: 679px;
    max-height: 450px;
    top: 50%;
    right: 16%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  #mainimage .slider picture .main_catch.catch05 .box {
    bottom: 5%;
    top: auto;
  }
}
#mainimage .slider picture .main_catch.ca
.m_btn {
  width: 200px;
  background: #fff;
  color: #7ccdf4;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 5px 0.2em;
  font-weight: bold;
  border: solid 1px #fff;
  position: relative;
}

@media (min-width: 768px) {
  #mainimage .slider picture .main_catch.ca
  .m_btn {
    width: 280px;
    padding: 10px 0.2em;
  }
}
#mainimage .slider picture .main_catch.ca
.m_btn:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #7ccdf4 transparent;
  position: absolute;
  bottom: -1px;
  right: -1px;
}

#mainimage .slider picture .main_catch.ca
.m_btn:hover {
  background: #7ccdf4;
  color: #fff;
}

#mainimage .slider picture .main_catch.ca
.m_btn:hover:before {
  border-color: transparent transparent #fff transparent;
}

@media (min-width: 768px) {
  #mainimage .slider picture .main_catch.ca
  .m_btn {
    font-size: 18px;
  }
}
/*==========================
	header
==========================*/
#menu-header-nav > li > a {
  position: relative;
}

#menu-header-nav > li > a:hover {
  background: #af9e80;
  color: #fff;
}

#menu-header-nav > li > a:hover:after {
  border-color: #fff !important;
}

/*==========================
	footer
==========================*/
.footer {
  border-top: solid 1px #cccccc;
}

.footer a {
  text-decoration: none;
}

.footer .mtd_bnr {
  text-align: center;
}

.footer .link_button {
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .footer .link_button li:not(:last-child) {
    margin-right: 2%;
  }
}
@media (min-width: 768px) {
  .footer .link_button {
    max-width: 1045px;
    width: 100%;
  }
}
.footer .link_button li {
  width: 23.5%;
}

.footer .link_button li a:hover {
  opacity: .7;
  transition: .3s;
}

.footer .link_button li a img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .footer .link_button {
    justify-content: center;
  }

  .footer .link_button li {
    width: 49%;
  }

  .footer .link_button li:nth-child(odd) {
    margin-right: 2%;
  }

  .footer .link_button li:not(:nth-child(-n + 2)) {
    margin-top: 2%;
  }
}
.footer .ftr_nav {
  margin: 20px 0 30px;
}

.footer .ftr_nav li a {
  padding-left: 20px;
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: 500;
}

@media (min-width: 1025px) {
  .footer .ftr_nav li a {
    letter-spacing: .075em;
  }
}
.footer .ftr_nav li a:before {
  content: "";
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: .3s;
}

.footer .ftr_nav li a:hover:before {
  left: 5px;
  transition: .3s;
  border-color: #af9e80;
}

@media (max-width: 767px) {
  .footer .ftr_nav li {
    border-top: solid 1px #ccc;
    padding: 1em 0;
  }

  .footer .ftr_nav li:last-child {
    border-bottom: solid 1px #ccc;
  }
}
@media (min-width: 768px) {
  .footer .ftr_nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer .ftr_nav li:not(:last-child) {
    margin-right: 37px;
  }
}
.footer .googlemap {
  padding-bottom: 400px;
}

.footer .footer_logo {
  padding-left: 130px;
  margin-bottom: 25px;
}

@media (min-width: 1025px) {
  .footer .footer_logo {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .footer .footer_logo img {
    max-width: 40%;
  }
}
.footer .footer_info li {
  letter-spacing: .075em;
  line-height: 1.4;
}

.footer .footer_info li.clinic_name {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .footer .footer_info li.clinic_name {
    font-size: 18px;
  }
}
.footer .footer_info li.address {
  font-weight: 500;
}

.footer .footer_info li.footer_tel {
  font-weight: bold;
  font-size: 15px;
}

.footer .footer_info li.footer_tel .tel_number {
  font-size: 22px;
  padding-left: 26px;
  position: relative;
}

@media (max-width: 1024px) {
  .footer .footer_info li.footer_tel .tel_number {
    display: table;
    margin: 10px auto 0;
  }
}
.footer .footer_info li.footer_tel .tel_number:before {
  content: "";
  background: url(../aesthetic-dermatology/img/tel_icon.png) no-repeat center/cover;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media (min-width: 1025px) {
  .footer .footer_info li.footer_tel {
    font-size: 18px;
  }

  .footer .footer_info li.footer_tel .tel_number {
    font-size: 30px;
  }
}
.footer .footer_info li.footer_fax {
  font-weight: bold;
  font-size: 18px;
}

.footer .footer_info li.footer_fax .fax_number {
  font-size: 24px;
  padding-left: 12px;
}

@media (min-width: 10258px) {
  .footer .footer_info li.footer_fax {
    font-size: 15px;
  }

  .footer .footer_info li.footer_fax .fax_number {
    font-size: 20px;
  }
}
.footer .access_box {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .footer .access_box h2 {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer .access_box .access_button {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer .access_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer .access_box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .access_box h2 {
  padding: 0;
  line-height: 1.4;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}

@media (min-width: 1025px) {
  .footer .access_box h2 {
    font-size: 24px;
    letter-spacing: 0.075em;
    margin-right: 10px;
  }
}
.footer .access_box h2:before, .footer .access_box h2:after {
  display: none;
}

.footer .access_box h2 .subTitle {
  color: #af9e80;
  font-size: 14px;
  margin-left: 5px;
  font-weight: normal;
}

@media (min-width: 1025px) {
  .footer .access_box h2 .subTitle {
    font-size: 14px;
  }
}
.footer .access_box .access_button a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: #af9e80;
  border: solid 1px #af9e80;
  padding: 6px 36px;
  position: relative;
}

.footer .access_box .access_button a:after {
  content: "";
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  transform: skew(45deg);
}

@media (min-width: 1025px) {
  .footer .access_box .access_button a {
    font-size: 16px;
  }
}
.footer .access_box .access_button a:hover {
  background: #fff;
  color: #af9e80;
  transition: .3s;
}

.footer .access_box .access_button a:hover:after {
  border-color: #af9e80;
  transition: .3s;
  right: 10px;
}

.footer .guidance_list {
  position: relative;
}

.footer .guidance_list li {
  padding-left: 85px;
  line-height: 1.4;
  position: relative;
  font-weight: 500;
}

.footer .guidance_list li:not(:last-child) {
  margin-bottom: 25px;
}

.footer .guidance_list li:before {
  content: "";
  background: url(../aesthetic-dermatology/img/access_icon01.png) no-repeat center/cover;
  width: 68px;
  height: 68px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

.footer .guidance_list li.list02:before {
  background: url(../aesthetic-dermatology/img/access_icon02.png) no-repeat center/cover;
}

.footer .guidance_list li .guidance_tel {
  font-weight: bold;
  font-size: 15px;
}

@media (min-width: 1025px) {
  .footer .guidance_list li .guidance_tel {
    font-size: 18px;
  }
}
.footer .guidance_list li a {
  text-decoration: none;
  font-size: 20px;
  margin-left: 2px;
}

@media (min-width: 1025px) {
  .footer .guidance_list li a {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer .guidance_list {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .ftr_info {
  background: #f5f5f5;
  padding: 40px 0 50px;
}

@media (min-width: 1025px) {
  .footer .ftr_info {
    padding: 80px 0 100px;
  }
}
@media (max-width: 1024px) {
  .footer .ftr_c .column:not(:last-child) {
    margin-bottom: 10%;
  }

  .footer .ftr_c .footer_logo {
    text-align: center;
    padding: 0;
  }

  .footer .ftr_c .footer_info {
    display: table;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer .ftr_c {
    display: block;
  }

  .footer .ftr_c .column {
    width: 100%;
  }
}
/*==========================
	下層スライダー
==========================*/
.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 5px;
  cursor: pointer;
}

.img_slider .img_slide_main .slick-prev, .img_slider .img_slide_main .slick-next {
  width: 30px;
  height: 30px;
}

.img_slider .img_slide_main .slick-prev:before, .img_slider .img_slide_main .slick-next:before {
  padding: 5px;
  font-size: 40px;
  color: #2b52a0 !important;
  background: none !important;
}

.img_slider .img_slide_main .slick-prev {
  left: 20px;
  z-index: 1;
}

.img_slider .img_slide_main .slick-next {
  right: 20px;
}

.img_slider .img_slide_main .item {
  position: relative;
}

.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  line-height: 1.5;
  color: #fff;
}

@media (max-width: 767px) {
  .img_slider .img_slide_thumb img {
    padding: 0 2px;
  }

  .img_slider .img_slide_main .slick-prev, .img_slider .img_slide_main .slick-next {
    width: 20px;
    height: 20px;
  }

  .img_slider .img_slide_main .slick-prev:before, .img_slider .img_slide_main .slick-next:before {
    font-size: 20px;
  }

  .img_slider .img_slide_main .slick-prev {
    left: 10px;
    z-index: 1;
  }

  .img_slider .img_slide_main .slick-next {
    right: 5px;
  }
}
.img_slider02 img {
  border-radius: 0;
}

.img_slider02 .img_slide_thumb02 {
  margin-top: 10px;
}

.img_slider02 .img_slide_thumb02 img {
  padding: 0 5px;
  cursor: pointer;
}

.img_slider02 .img_slide_main02 .slick-prev, .img_slider02 .img_slide_main02 .slick-next {
  width: 30px;
  height: 30px;
}

.img_slider02 .img_slide_main02 .slick-prev:before, .img_slider02 .img_slide_main02 .slick-next:before {
  padding: 5px;
  font-size: 40px;
  color: #2b52a0 !important;
  background: none !important;
}

.img_slider02 .img_slide_main02 .slick-prev {
  left: 20px;
  z-index: 1;
}

.img_slider02 .img_slide_main02 .slick-next {
  right: 20px;
}

.img_slider02 .img_slide_main02 .item {
  position: relative;
}

.img_slider02 .img_slide_main02 .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  line-height: 1.5;
  color: #fff;
}

@media (max-width: 767px) {
  .img_slider02 .img_slide_thumb02 img {
    padding: 0 2px;
  }

  .img_slider02 .img_slide_main02 .slick-prev, .img_slider02 .img_slide_main02 .slick-next {
    width: 20px;
    height: 20px;
  }

  .img_slider02 .img_slide_main02 .slick-prev:before, .img_slider02 .img_slide_main02 .slick-next:before {
    font-size: 20px;
  }

  .img_slider02 .img_slide_main02 .slick-prev {
    left: 10px;
    z-index: 1;
  }

  .img_slider02 .img_slide_main02 .slick-next {
    right: 5px;
  }
}
@media (min-width: 768px) {
  .access_custom {
    padding-bottom: 0;
    height: 100%;
  }
}
.under_tel {
  font-size: 20px;
  font-weight: bold;
}

.under_tel a {
  font-size: 24px;
  text-decoration: none;
}

.coustm_anchor {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5em;
  background: rgba(124, 205, 244, 0.2);
}

.coustm_anchor li a {
  background: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  color: #7ccdf4;
  padding: 1.5em;
  position: relative;
}

.coustm_anchor li a:before {
  content: "";
  width: 100px;
  height: 3px;
  background: #7ccdf4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.coustm_anchor li a:hover {
  background: #7ccdf4;
  color: #fff;
}

.coustm_anchor li a:hover:before {
  background: #fff;
}

@media (max-width: 767px) {
  .coustm_anchor li {
    width: 100%;
  }

  .coustm_anchor li:not(:last-child) {
    margin-bottom: 4%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .coustm_anchor li {
    width: 48%;
  }

  .coustm_anchor li:not(:nth-child(2n)) {
    margin-right: 2%;
  }

  .coustm_anchor li:not(:nth-child(-n + 2)) {
    margin-top: 2%;
  }
}
@media (min-width: 1025px) {
  .coustm_anchor li {
    width: 23.5%;
  }

  .coustm_anchor li:not(:nth-child(4n)) {
    margin-right: 2%;
  }

  .coustm_anchor li:not(:nth-child(-n + 4)) {
    margin-top: 2%;
  }
}
@media (min-width: 1025px) {
  .link_col_2 {
    display: flex;
    flex-wrap: wrap;
  }

  .link_col_2 li {
    width: 48%;
  }

  .link_col_2 li:not(:last-child) {
    margin-bottom: 0;
  }

  .link_col_2 li:nth-child(odd) {
    margin-right: 4%;
  }

  .link_col_2 li:not(:nth-child(-n + 2)) {
    margin-top: 2%;
  }

  .link_col_3 {
    display: flex;
    flex-wrap: wrap;
  }

  .link_col_3 li {
    width: 32%;
  }

  .link_col_3 li:not(:last-child) {
    margin-bottom: 0;
  }

  .link_col_3 li:not(:nth-child(3n)) {
    margin-right: 2%;
  }

  .link_col_3 li:not(:nth-child(-n + 3)) {
    margin-top: 2%;
  }
}
@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}
/*==========================
	Q&A
==========================*/
.qa-block {
  margin-bottom: 1.8em;
  padding-top: 1.8em;
  border-bottom: 1px solid #adadad;
  position: relative;
}

.qa-block h4 {
  padding-left: 20px !important;
  margin: 0 !important;
  font-size: 20px !important;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
  color: #555555;
  font-weight: bold;
  border-bottom: 0 !important;
}

.qa-block h4:before {
  background: url(../aesthetic-dermatology/img/q_icon.png) no-repeat center/cover !important;
  width: 40px !important;
  height: 40px !important;
  bottom: auto;
}

.qa-block h4:after {
  display: none;
}

@media (min-width: 768px) {
  .qa-block h4 {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .qa-block h4 {
    padding-right: 30px !important;
  }

  .qa-block h4:before {
    width: 40px !important;
    height: 40px !important;
  }
}
.mce-content-body .qa-block h4, .qa-block h4 {
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  color: #1f1f1f;
  font-size: 20px;
  background: none;
  font-weight: normal;
  position: relative;
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.mce-content-body .qa-block h4::before, .qa-block h4::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #f9e9eb;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .mce-content-body .qa-block h4::before, .qa-block h4::before {
    bottom: auto !important;
    top: 20px !important;
  }
}
.mce-content-body .qa-block h4::after, .qa-block h4::after {
  position: absolute;
  content: "Q";
  font-size: 26px;
  top: 10px;
  left: 10px;
  color: #fff;
  border: none;
  font-weight: bold;
}

@media (max-width: 767px) {
  .mce-content-body .qa-block h4::after, .qa-block h4::after {
    bottom: auto !important;
    top: 12px;
  }
}
.qa-block .answer {
  padding: 7px 0 1.5em 3.2em !important;
  position: relative;
  margin-top: 20px;
  display: none;
}

.qa-block.open:after {
  transform: rotate(0);
}

.answer::before {
  content: "";
  background: url(../aesthetic-dermatology/img/a_icon.png) no-repeat center/cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .answer::before {
    top: 5px;
  }
}
.qa-block .answer p {
  margin: 0;
}

.answer p {
  padding: 0px 0 12px 5px;
}

/*--  ------------*/
.qa-block h4:hover {
  cursor: pointer;
}

.qa-block:before,
.qa-block:after {
  position: absolute;
  content: '';
  top: 3.2rem;
  right: 0;
  background: #af9e80;
  border-radius: 1px;
  width: 15px;
  height: 3px;
}

.qa-block::after {
  transform: rotate(90deg);
  transition: .3s;
}

.qa-block.open::after {
  transform: rotate(0);
}

.aesthetic_dermatology_custom {
  table-layout: fixed;
}

.aesthetic_dermatology_custom tr th, .aesthetic_dermatology_custom tr td {
  vertical-align: middle;
}

.aesthetic_dermatology_custom tr td {
  text-align: center;
}

@media (max-width: 767px) {
  .aesthetic_dermatology_custom {
    min-width: 150% !important;
  }
}
body.archive .category_list .important a {
  background: #ea5151;
  color: #fff;
  border-color: #ea5151;
  width: 140px;
  text-align: center;
}

body.archive .mainblock p:not(:last-child) {
  margin-bottom: 1.4em;
}

body.archive h3 {
  padding: 15px 0 15px 40px;
  text-align: left;
  font-size: 18px;
  border-color: #333;
}

body.archive h3:before {
  top: 0;
  bottom: 0;
  right: auto;
  width: 31px;
  height: 30px;
}

@media (min-width: 1025px) {
  body.archive h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  body.archive #contents .inner {
    display: flex;
  }

  body.archive .mainblock {
    width: 72%;
  }

  body.archive #aside {
    width: 24%;
    margin-left: 4%;
  }
}
.dateBlock .category_list {
  margin-top: 1em;
}

@media (min-width: 768px) {
  .dateBlock .category_list {
    display: flex;
    flex-wrap: wrap;
  }

  .dateBlock .category_list li:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .dateBlock .category_list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.dateBlock .category_list li a {
  color: #2b52a0;
  border: solid 1px #2b52a0;
  width: 140px;
  display: inline-block;
  text-align: center;
  padding: 3px 5px 2px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.dateBlock .category_list li a.important {
  border-color: #ea5151;
  background: #ea5151;
  color: #fff;
}

.dateBlock .category_list li a:hover {
  opacity: .7;
}

@media (min-width: 768px) {
  .col2 {
    display: flex;
    flex-wrap: wrap;
  }

  .col2 .column:not(:nth-child(-n + 2)) {
    margin-top: 4%;
  }
}
/*==========================
	TOPコンテンツ
==========================*/
body.page-name-aesthetic-dermatology section:not(.post_contents) h2 {
  font-size: 22px;
  position: relative;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1em;
  font-weight: normal;
}

body.page-name-aesthetic-dermatology section:not(.post_contents) h2 .subTitle {
  font-size: 14px;
  display: block;
}

@media (min-width: 1025px) {
  body.page-name-aesthetic-dermatology section:not(.post_contents) h2 {
    font-size: 36px;
  }
}
.post_contents {
  padding: 50px 0;
}

.post_contents .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
}

.post_contents .wrap .btn-style a {
  padding: 5px 45px;
}

.post_contents .wrap h2 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .post_contents .schedule_c h2 {
    padding: 0;
  }
}
.post_contents h2 {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .post_contents h2 {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.post_contents h2 .subTitle {
  display: inline-block;
  font-size: 12px;
  color: #af9e80;
  margin-left: 1em;
}

@media (min-width: 1025px) {
  .post_contents h2 {
    font-size: 30px;
    letter-spacing: .075em;
  }

  .post_contents h2 .subTitle {
    font-size: 14px;
    letter-spacing: .05em;
  }
}
@media (min-width: 1025px) {
  .post_contents .time-table th:first-child {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .post_contents .time-table th:last-child, .post_contents .time-table td:last-child {
    padding-right: 3em;
  }
}
.post_contents .time-table thead th {
  padding: 5px 5px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .post_contents .supplement {
    font-size: 14px;
  }
}
.post_contents .content {
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  padding: 15px;
}

.post_contents .content dl {
  line-height: 1.4;
}

.post_contents .content dl dd:not(:last-child) {
  margin-bottom: 15px;
}

@media (min-width: 1025px) {
  .post_contents .content {
    padding: 24px;
  }
}
@media (min-width: 1025px) {
  .post_contents {
    padding: 120px 0;
  }

  .post_contents .columns .column {
    width: 46%;
  }

  .post_contents .columns .column:not(:nth-child(odd)) {
    margin-left: 8%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .post_contents .columns .column {
    width: 100%;
  }

  .post_contents .columns .column:not(:last-child) {
    margin-bottom: 4%;
  }
}
.pickup_contents {
  padding: 50px 0;
  background: #f5f5f5;
}

@media (min-width: 768px) {
  .pickup_contents .columns {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pickup_contents .columns .column {
    width: 32%;
  }

  .pickup_contents .columns .column:not(:nth-child(3n)) {
    margin-right: 2%;
  }

  .pickup_contents .columns .column:not(:nth-child(-n + 3)) {
    margin-top: 2%;
  }
}
@media (min-width: 1025px) {
  .pickup_contents {
    padding: 120px 0;
  }
}
.treatment_contents {
  padding: 50px 0;
}

.treatment_contents .tab_wrap .tab_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.treatment_contents .tab_wrap .tab_btn_wrap li {
  background: #af9e80;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  width: 47%;
  padding: 10px 1em;
  cursor: pointer;
  transition: .3s;
}

.treatment_contents .tab_wrap .tab_btn_wrap li:not(:last-child) {
  margin-right: 4%;
}

@media (min-width: 768px) {
  .treatment_contents .tab_wrap .tab_btn_wrap li {
    width: 320px;
    padding: 15px 1em;
  }
}
@media (min-width: 1025px) {
  .treatment_contents .tab_wrap .tab_btn_wrap li {
    font-size: 30px;
  }

  .treatment_contents .tab_wrap .tab_btn_wrap li:not(:last-child) {
    margin-right: 15%;
  }
}
.treatment_contents .tab_wrap .tab_btn_wrap li:hover {
  opacity: .7;
  transition: .3s;
}

.treatment_contents .tab_wrap .tab_btn_wrap li.typeA {
  background: #e7e2d9;
}

.treatment_contents .tab_wrap .tab_btn_wrap li.typeA.active {
  background: #af9e80;
}

.treatment_contents .tab_wrap .tab_btn_wrap li.typeB {
  background: #e2e1df;
}

.treatment_contents .tab_wrap .tab_btn_wrap li.typeB.active {
  background: #9d9a94;
}

.treatment_contents .tab_wrap .tab_content .tab_item {
  display: none;
  padding: 20px;
  border: solid 1px #eeeeee;
}

.treatment_contents .tab_wrap .tab_content .tab_item.active {
  display: block;
}

@media (min-width: 768px) {
  .treatment_contents .tab_wrap .tab_content .tab_item .columns {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .treatment_contents .tab_wrap .tab_content .tab_item .column {
    width: 47%;
  }

  .treatment_contents .tab_wrap .tab_content .tab_item .column:not(:nth-child(2n)) {
    margin-right: 6%;
  }

  .treatment_contents .tab_wrap .tab_content .tab_item .column:not(:nth-child(-n + 2)) {
    margin-top: 6%;
  }
}
@media (min-width: 1025px) {
  .treatment_contents .tab_wrap .tab_content .tab_item {
    padding: 60px;
  }

  .treatment_contents .tab_wrap .tab_content .tab_item .columns .column {
    width: 30%;
  }

  .treatment_contents .tab_wrap .tab_content .tab_item .columns .column:not(:nth-child(3n)) {
    margin-right: 5%;
  }

  .treatment_contents .tab_wrap .tab_content .tab_item .columns .column:not(:nth-child(-n + 3)) {
    margin-top: 5%;
  }
}
.treatment_contents .tab_wrap .tab_content .tab_item.typeA .column {
  padding: 15px 10px;
  border: solid 1px #af9e80;
  box-shadow: 1px 2px 5px #bab5b5;
}

@media (min-width: 1025px) {
  .treatment_contents .tab_wrap .tab_content .tab_item.typeA .column {
    padding: 30px 25px;
  }
}
.treatment_contents .tab_wrap .typeA a {
  position: relative;
  display: block;
}
.treatment_contents .tab_wrap .typeA a:after {
  content: "";
  border-bottom: solid 1px #af9e80;
  border-right: solid 1px #af9e80;
  width: 37px;
  height: 5px;
  position: absolute;
  right: 9px;
  bottom: 9px;
  transform: skew(45deg);
  transition: .3s;
}
.treatment_contents .tab_wrap .typeA a:hover:after {
  right: 5px;
  transition: .3s;
}
.treatment_contents .tab_wrap .typeA a .title {
  display: block;
}
.treatment_contents .tab_wrap .typeA a .txt {
  margin-top: 1em;
  display: block;
}

.treatment_contents .tab_wrap .tab_content .tab_item.typeA .title {
  text-align: center;
  font-size: 20px;
  color: #af9e80;
  margin-bottom: .7em;
  line-height: 1.25;
  padding: 0 !important;
  font-weight: normal;
  letter-spacing: normal;
  margin-top: 0;
}

.treatment_contents .tab_wrap .tab_content .tab_item.typeA .title .small {
  font-size: 12px;
}

@media (min-width: 1250px) {
  .treatment_contents .tab_wrap .tab_content .tab_item.typeA .title {
    font-size: 24px;
  }

  .treatment_contents .tab_wrap .tab_content .tab_item.typeA .title .small {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .treatment_contents .tab_wrap .tab_content .tab_item.typeA .title {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.treatment_contents .tab_wrap .tab_content .tab_item.typeB .column a {
  display: flex;
  align-items: center;
  border: solid 1px #9d9a94;
  padding: 15px 15px 15px 125px;
  position: relative;
  height: 100px;
  font-size: 24px;
  color: #777570;
  letter-spacing: 0.075em;
  box-shadow: 1px 2px 5px #bab5b5;
  line-height: 1.25;
}

.treatment_contents .tab_wrap .tab_content .tab_item.typeB .column a:hover {
  background: rgba(231, 226, 217, 0.3);
}

.treatment_contents .tab_wrap .tab_content .tab_item.typeB .column a:before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 768px) {
  .treatment_contents .tab_wrap .tab_content .tab_item.typeB .column a {
    height: 120px;
  }

  .treatment_contents .tab_wrap .tab_content .tab_item.typeB .column a:before {
    width: 101px;
    height: 104px;
  }
}
.treatment_contents .tab_wrap .tab_content .tab_item.typeB .column.type01 a:before {
  background: url(../aesthetic-dermatology/img/worries_img01.png) no-repeat center/cover;
}

.treatment_contents .tab_wrap .tab_content .tab_item.typeB .column.type02 a:before {
  background: url(../aesthetic-dermatology/img/worries_img02.png) no-repeat center/cover;
}

.treatment_contents .tab_wrap .tab_content .tab_item.typeB .column.type03 a:before {
  background: url(../aesthetic-dermatology/img/worries_img03.png) no-repeat center/cover;
}

.treatment_contents .tab_wrap .tab_content .tab_item.typeB .column.type04 a:before {
  background: url(../aesthetic-dermatology/img/worries_img04.png) no-repeat center/cover;
}

.treatment_contents .tab_wrap .tab_content .tab_item.typeB .column.type05 a:before {
  background: url(../aesthetic-dermatology/img/worries_img05.png) no-repeat center/cover;
}

.treatment_contents .tab_wrap .tab_content .tab_item.typeB .column.type06 a:before {
  background: url(../aesthetic-dermatology/img/worries_img06.png) no-repeat center/cover;
}

.treatment_contents .tab_wrap .tab_content .tab_item.typeB .column.type07 a:before {
  background: url(../aesthetic-dermatology/img/worries_img07.png) no-repeat center/cover;
}

.treatment_contents .tab_wrap .tab_content .tab_item.typeB .column.type08 a:before {
  background: url(../aesthetic-dermatology/img/worries_img08.png) no-repeat center/cover;
}

@media (min-width: 1025px) {
  .treatment_contents {
    padding: 120px 0;
  }
}
.feature_contents {
  padding: 50px 0 0;
  background: #f9f7f4;
}

.feature_contents .columns .column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  z-index: 1;
}

.feature_contents .columns .column:before {
  content: "";
  border: solid 1px #fff;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

@media (min-width: 1025px) {
  .feature_contents .columns .column:before {
    width: calc(100% - 44px);
    height: calc(100% - 44px);
  }
}
.feature_contents .columns .column.typeA {
  background: url(../aesthetic-dermatology/img/aes-der_feature01.jpg) no-repeat center/cover;
}

.feature_contents .columns .column.typeB {
  background: url(../aesthetic-dermatology/img/aes-der_feature02.jpg) no-repeat center/cover;
}

.feature_contents .columns .column.typeC {
  background: url(../aesthetic-dermatology/img/aes-der_feature03.jpg) no-repeat center/cover;
}

.feature_contents .columns .column p, .feature_contents .columns .column h3 {
  text-shadow: -1px -1px 3px #616161;
}

.feature_contents .columns .column h3 {
  text-align: center;
  line-height: 1.5;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 1.2em;
  color: #fff;
}

.feature_contents .columns .column h3 .num, .feature_contents .columns .column h3 .title {
  display: block;
  font-weight: normal;
  text-shadow: -1px -1px 3px #616161;
}

.feature_contents .columns .column h3 .num {
  font-size: 40px;
}

@media (min-width: 1025px) {
  .feature_contents .columns .column h3 .num {
    font-size: 60px;
  }
}
.feature_contents .columns .column h3 .title {
  font-size: 20px;
}

@media (min-width: 768px) {
  .feature_contents .columns .column h3 .title {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .feature_contents .columns .column h3 .title {
    font-size: 30px;
    height: 135px;
  }
}
.feature_contents .columns .column h3:after {
  content: "";
  width: 47px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.feature_contents .columns .column .content {
  width: 90%;
  margin: auto;
  padding: 1em;
}

@media (min-width: 1025px) {
  .feature_contents .columns .column .content {
    max-width: 400px;
    width: 100%;
    padding: 4% 1em;
  }
}
.feature_contents .box {
  margin-bottom: 4%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .feature_contents .columns {
    justify-content: center;
  }

  .feature_contents .columns .column {
    width: 48%;
  }

  .feature_contents .columns .column:not(:nth-child(odd)) {
    margin-left: 4%;
  }

  .feature_contents .columns .column:not(:nth-child(-n + 2)) {
    margin-top: 4%;
  }
}
@media (min-width: 1025px) {
  .feature_contents {
    padding: 120px 0 0;
  }

  .feature_contents .box {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 4%;
  }

  .feature_contents .columns .column {
    width: 33.333%;
    padding: 1em;
    min-height: 460px;
  }
}
.loopslider_wrap {
  overflow: hidden;
  margin-top: 30px;
}

@media (min-width: 1025px) {
  .loopslider_wrap {
    margin-top: 60px;
  }
}
.loopslider_wrap p {
  margin-bottom: 0 !important;
}

.loopslider {
  animation: loopslider 60s linear infinite;
  display: flex;
  width: calc(334px * 12);
  height: 100%;
}

@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-334px * 6));
  }
}
.recruit_contents {
  padding: 50px 0;
}

@media (min-width: 768px) {
  .recruit_contents {
    padding: 100px 0;
  }
}
#post_aside .aside_title {
  border-bottom: 2px solid #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 10px;
  margin-bottom: 1em;
  text-align: left;
}

#post_aside .aside_title:before, #post_aside .aside_title:after {
  display: none;
}

@media (min-width: 768px) {
  #post_aside .aside_title {
    font-size: 22px;
  }
}
.aside_box_inner .category_list li a {
  border-bottom: solid 1px #eee;
  display: block;
  padding: 1em;
  text-decoration: none;
  transition: .3s;
}

.aside_box_inner .category_list li a:hover {
  background: #eee;
  transition: .3s;
}

body.archive .category_list .important a {
  background: #ea5151;
  color: #fff;
  border-color: #ea5151;
  width: 140px;
  text-align: center;
}

body.archive .mainblock p:not(:last-child) {
  margin-bottom: 1.4em;
}

body.archive h3 {
  padding: 15px 0 15px 10px;
  text-align: left;
  font-size: 18px;
  border-color: #333;
}

body.archive h3:before {
  top: 0;
  bottom: 0;
  right: auto;
  width: 31px;
  height: 30px;
  display: none;
}

@media (min-width: 1025px) {
  body.archive h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  body.archive #contents .inner {
    display: flex;
  }

  body.archive .mainblock {
    width: 72%;
  }

  body.archive #aside {
    width: 24%;
    margin-left: 4%;
  }
}
.dateBlock .category_list {
  margin-top: 1em;
}

@media (min-width: 768px) {
  .dateBlock .category_list {
    display: flex;
    flex-wrap: wrap;
  }

  .dateBlock .category_list li:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .dateBlock .category_list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.dateBlock .category_list li a {
  color: #2b52a0;
  border: solid 1px #2b52a0;
  width: 140px;
  display: inline-block;
  text-align: center;
  padding: 3px 5px 2px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.dateBlock .category_list li a.important {
  border-color: #ea5151;
  background: #ea5151;
  color: #fff;
}

.dateBlock .category_list li a:hover {
  opacity: .7;
}

.columns.bef_aft {
  justify-content: center;
}

@media (max-width: 767px) {
  .columns.bef_aft .column {
    width: 100%;
    text-align: center;
  }

  .columns.bef_aft .column:first-child {
    margin-bottom: 15%;
    position: relative;
  }

  .columns.bef_aft .column:first-child:after {
    content: "";
    border-top: solid 2px #1D4177;
    border-right: solid 2px #1D4177;
    transform: rotate(135deg);
    position: absolute;
    top: 105%;
    right: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 768px) {
  .columns.bef_aft .column {
    width: 40%;
    text-align: center;
  }

  .columns.bef_aft .column:first-child {
    margin-right: 5%;
    position: relative;
  }

  .columns.bef_aft .column:first-child:after {
    content: "";
    border-top: solid 2px #1D4177;
    border-right: solid 2px #1D4177;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: -8%;
    margin: auto;
    width: 20px;
    height: 20px;
  }
}
.half_img {
  max-width: 20% !important;
}

.table02 {
  width: 100%;
  table-layout: fixed;
}

.table02 th, .table02 td {
  border: solid 1px #ccc;
  padding: .5em 1em;
}

.table02 .bg01 {
  background: rgba(204, 204, 204, 0.2);
  width: 40%;
}

.table02 .bg02 {
  background: rgba(29, 53, 109, 0.1);
  width: 40%;
}

@media (min-width: 768px) {
  .method_b {
    margin: auto;
    width: 94%;
  }
}
@media (max-width: 767px) {
  .method_b img {
    width: 90% !important;
  }
}

/*# sourceMappingURL=index.css.map */
