@charset "UTF-8";
/*
Theme Name: シミ治療専門サイト
Description: WordPressテンプレート「シミ治療専門サイトテーマ」
Version: 1.0.0
Author: タナカヒロキ
*/

/*
//------------------------------------------------
//	Color Setting
//------------------------------------------------
*/
/*
//------------------------------------------------
//	Font Setting
//------------------------------------------------
*/
@font-face {
  font-family: "Din";
  src: url("css/fonts/DIN/D-DIN.otf") format("opentype");
}
.f-weight100 {
  font-weight: 100;
}

.f-weight200 {
  font-weight: 200;
}

.f-weight300 {
  font-weight: 300;
}

.f-weight400 {
  font-weight: 400;
}

.f-weight500 {
  font-weight: 500;
}

.f-weight600 {
  font-weight: 600;
}

.f-weight700 {
  font-weight: 700;
}

.f-weight800 {
  font-weight: 800;
}

.f-weight900 {
  font-weight: 900;
}

.f-bold {
  font-weight: bold;
}

.f-Din {
  font-family: "Din", sans-serif;
}

.f-mplusrounded1c {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.f-noto-serif {
  font-family: "Noto Serif JP", serif;
}

.f-noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

/*
//------------------------------------------------
//	Base Setting
//------------------------------------------------
*/
html {
  font-size: 62.5%;
  line-height: 1.65;
  font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-style: normal;
  min-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  background-color: #fff;
  margin: 0;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
img.w-auto {
  width: auto;
}

a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
}

ul {
  list-style-type: none;
}

.flex {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: stretch;
  -moz-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-align-content: stretch;
  -o-align-content: stretch;
  align-content: stretch;
}

.wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}

.wide {
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner {
  width: 90%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.small {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.min {
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.micro {
  width: 90%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.mgb0 {
  margin-bottom: 0 !important;
}

.mgb05em {
  margin-bottom: 0.5em;
}

.mgb10em {
  margin-bottom: 1em;
}

.mgb15em {
  margin-bottom: 1.5em;
}

.mgb20em {
  margin-bottom: 2em;
}

.mgb30em {
  margin-bottom: 3em;
}

.mgb40em {
  margin-bottom: 4em;
}

.mgb50em {
  margin-bottom: 5em;
}

.mgb100em {
  margin-bottom: 10em;
}

.mgt0 {
  margin-top: 0 !important;
}

.mgt05em {
  margin-top: 0.5em;
}

.mgt10em {
  margin-top: 1em;
}

.mgt15em {
  margin-top: 1.5em;
}

.mgt20em {
  margin-top: 2em;
}

.mgt30em {
  margin-top: 3em;
}

.mgt40em {
  margin-top: 4em;
}

.mgt50em {
  margin-top: 5em;
}

.mgt100em {
  margin-top: 10em;
}

.laptop-laptop {
  display: none;
}

.block-laptopmini {
  display: none;
}

.block-tbpro {
  display: none;
}

.block-tb {
  display: none;
}

.block-tbmini {
  display: none;
}

.block-wsp {
  display: none;
}

.block-sp {
  display: none;
}

/*
//------------------------------------------------
//	Original Module Content Setting
//------------------------------------------------
*/
.pageCover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
}
.pageCover .bges span {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0.1s;
}
.pageCover .bges span.bg-2 {
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background-color: #ffffff;
}
.pageCover.show {
  visibility: hidden;
}
.pageCover.show .bges span {
  transform: translateX(101%);
}

.easingWrap .easingFade {
  transform: translateY(25px);
  opacity: 0;
  transition: all 1.5s;
}
.easingWrap .easingFade.show {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.easingWrap .easingImg {
  position: relative;
  overflow: hidden;
}
.easingWrap .easingImg::before, .easingWrap .easingImg::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easingWrap .easingImg::after {
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background-color: #1AA7B8;
}
.easingWrap .easingImg.show::before, .easingWrap .easingImg.show::after {
  transform: translateX(101%);
}

.marker-animation {
  background-image: linear-gradient(90deg, rgb(226, 197, 0) 90%, transparent);
  background-image: linear-gradient(90deg, rgb(255, 235, 102) 90%, transparent);
  background-repeat: no-repeat;
  background-size: 200% 0.6rem;
  background-position: right -100% bottom;
  transition: all 4s ease;
  font-weight: bold;
  font-weight: 500;
}
.marker-animation.active {
  background-position: 0% bottom;
}

/*
//------------------------------------------------
//	全ページ共通
//------------------------------------------------
*/
#header-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
}
#header-area .header-top-area {
  height: 100%;
  background-color: #fff;
}
#header-area .header-top-area .header-top-box {
  margin: 0 auto;
  width: 90%;
  max-width: 1080px;
  padding: 48px 0 18px 0;
  height: 100%;
}
#header-area .header-top-area .header-top-box .header-top-flex {
  height: 100%;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#header-area .header-top-area .header-top-box .header-top-flex .header-top-left-area {
  height: 100%;
}
#header-area .header-top-area .header-top-box .header-top-flex .header-top-left-area .header-top-left-box {
  height: 100%;
}
#header-area .header-top-area .header-top-box .header-top-flex .header-top-left-area .header-top-left-box .header-top-left-flex {
  height: 100%;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#header-area .header-top-area .header-top-box .header-top-flex .header-top-left-area .header-top-left-box .header-top-left-flex .header-top-left-logo-area .logo-box {
  width: 508px;
  transition: all 0.3s;
}
#header-area .header-top-area .header-top-box .header-top-flex .header-top-left-area .header-top-left-box .header-top-left-flex .header-top-left-logo-area .spacer {
  clear: both;
  height: 0;
  font-size: 0px;
}
#header-area .header-top-area .header-top-box .header-top-flex .header-top-right-area {
  height: 100%;
}
#header-area .header-top-area .header-top-box .header-top-flex .header-top-right-area .header-top-right-box {
  height: 100%;
}
#header-area .header-top-area .header-top-box .header-top-flex .header-top-right-area .header-top-right-box .header-top-tel-area {
  height: 100%;
}
#header-area .header-top-area .header-top-box .header-top-flex .header-top-right-area .header-top-right-box .header-top-tel-area .header-top-tel-box {
  height: 100%;
  width: 239px;
}
#header-area .header-bottom-area {
  background-color: #E6FCFF;
}
#header-area .header-bottom-area .header-bottom-box {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 14px 0;
  transition: all 0.3s;
}
#header-area .header-bottom-area .header-bottom-box .pc-nav-ul {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#header-area .header-bottom-area .header-bottom-box .pc-nav-ul .pc-nav-li {
  position: relative;
  width: 20%;
}
#header-area .header-bottom-area .header-bottom-box .pc-nav-ul .pc-nav-li .pc-nav-link {
  height: 100%;
  width: 100%;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.25;
  font-weight: 400;
  text-align: center;
  padding: 0.265em 0.75em;
  white-space: nowrap;
}
#header-area .header-bottom-area .header-bottom-box .pc-nav-ul .pc-nav-li .pc-nav-link::before {
  content: "";
  position: absolute;
  bottom: -0.25em;
  left: 50%;
  display: inline-block;
  width: 0%;
  height: 2px;
  background-color: #1AA7B8;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(0%) translateX(-50%);
  transition: all 0.5s;
}
#header-area .header-bottom-area .header-bottom-box .pc-nav-ul .pc-nav-li .pc-nav-link.included-link:hover {
  color: #1AA7B8;
}
#header-area .header-bottom-area .header-bottom-box .pc-nav-ul .pc-nav-li .pc-nav-link.included-link:hover::before {
  width: calc(100% - 2em);
}

.site-content {
  margin-top: 200px;
  overflow: hidden;
}

#site-footer .footer-main .footer-bottom {
  background-color: #E9FDFF;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom {
  padding: 18px 0 53px;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-head-area {
  margin-bottom: 36px;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-head-area .footer-bottom-head-box .footer-bottom-head-supplement-area {
  font-size: 1.4rem;
  line-height: 1.45;
  margin-bottom: 3.14em;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-head-area .footer-bottom-head-box .footer-bottom-head-logo-area {
  width: 100%;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-head-area .footer-bottom-head-box .footer-bottom-head-logo-area .footer-bottom-head-logo-box {
  width: 67.125984252%;
  max-width: 341px;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-left-area {
  width: 47%;
  max-width: 374px;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-left-area .footer-bottom-content-left-box {
  width: 100%;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-left-area .footer-bottom-content-left-box .footer-bottom-info-area {
  font-size: 1.4rem;
  line-height: 1.6;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-left-area .footer-bottom-content-left-box .footer-bottom-info-area .footer-bottom-info-box .footer-bottom-info-address-area .footer-bottom-info-address-box .footer-bottom-info-address-text:not(:first-of-type) {
  margin-top: 1em;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-left-area .footer-bottom-content-left-box .footer-bottom-info-area .footer-bottom-info-box .footer-bottom-info-tel-area {
  margin-top: 1.5rem;
  font-size: 3.6rem;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-left-area .footer-bottom-content-left-box .footer-bottom-info-area .footer-bottom-info-box .footer-bottom-info-tel-area .footer-bottom-info-tel-box .footer-bottom-info-tel-link {
  color: #12B6CA;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-left-area .footer-bottom-content-left-box .footer-bottom-info-area .footer-bottom-info-box .footer-bottom-info-tel-area .footer-bottom-info-tel-box .footer-bottom-info-tel-link .footer-bottom-info-tel-flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-left-area .footer-bottom-content-left-box .footer-bottom-info-area .footer-bottom-info-box .footer-bottom-info-tel-area .footer-bottom-info-tel-box .footer-bottom-info-tel-link .footer-bottom-info-tel-flex .footer-bottom-info-tel-icon-area .footer-bottom-info-tel-icon-box .footer-bottom-info-tel-icon-img {
  width: 0.8333333333em;
  height: 0.8333333333em;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-left-area .footer-bottom-content-left-box .footer-bottom-info-area .footer-bottom-info-box .footer-bottom-info-tel-area .footer-bottom-info-tel-box .footer-bottom-info-tel-link .footer-bottom-info-tel-flex .footer-bottom-info-tel-number-area {
  margin-left: 0.5em;
  line-height: 1.45;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-left-area .footer-bottom-content-left-box .footer-bottom-info-area .footer-bottom-info-box .footer-bottom-info-schedule-area {
  margin-top: 3rem;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-left-area .footer-bottom-content-left-box .footer-bottom-info-area .footer-bottom-info-box .footer-bottom-info-advice-area {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 2;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-left-area .footer-bottom-content-left-box .footer-bottom-info-area .footer-bottom-info-box .footer-bottom-info-advice-area .footer-bottom-info-advice-box .footer-bottom-info-advice-text:not(:first-of-type) {
  margin-top: 1em;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-left-area .footer-bottom-content-left-box .footer-bottom-info-area .footer-bottom-info-box .footer-bottom-info-advice-area .footer-bottom-info-advice-box .footer-bottom-info-advice-text .footer-bottom-info-advice-link {
  display: inline;
  color: #3073C1;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-right-area {
  width: 46.85%;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-right-area .footer-bottom-content-right-box .footer-bottom-map-area .footer-bottom-map-box .footer-bottom-map-content-area .footer-bottom-map-content-box {
  position: relative;
  height: 0;
  padding-top: 392px;
  overflow: hidden;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-right-area .footer-bottom-content-right-box .footer-bottom-map-area .footer-bottom-map-box .footer-bottom-map-content-area .footer-bottom-map-content-box .footer-bottom-map-content-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-menu-area {
  margin-top: 8.2rem;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-menu-area .footer-bottom-menu-box {
  max-width: 579px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-menu-area .footer-bottom-menu-box .footer-bottom-menu-flex {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-menu-area .footer-bottom-menu-box .footer-bottom-menu-flex .footer-bottom-menu-item {
  margin: 0 1em;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-menu-area .footer-bottom-menu-box .footer-bottom-menu-flex .footer-bottom-menu-item:nth-of-type(3n+1) {
  width: 27.288428324%;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-menu-area .footer-bottom-menu-box .footer-bottom-menu-flex .footer-bottom-menu-item:nth-of-type(3n+2) {
  width: 40.069084628%;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-menu-area .footer-bottom-menu-box .footer-bottom-menu-flex .footer-bottom-menu-item:nth-of-type(3n) {
  width: 18.134715025%;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-menu-area .footer-bottom-menu-box .footer-bottom-menu-flex .footer-bottom-menu-item:nth-of-type(n+4) {
  margin-top: 5em;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-menu-area .footer-bottom-menu-box .footer-bottom-menu-flex .footer-bottom-menu-item .footer-bottom-menu-item-inner .footer-bottom-menu-item-link .footer-bottom-menu-item-link-inner .footer-bottom-menu-item-link-letter-area .footer-bottom-menu-item-link-letter-box {
  position: relative;
  padding-left: 1.5em;
}
#site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-menu-area .footer-bottom-menu-box .footer-bottom-menu-flex .footer-bottom-menu-item .footer-bottom-menu-item-inner .footer-bottom-menu-item-link .footer-bottom-menu-item-link-inner .footer-bottom-menu-item-link-letter-area .footer-bottom-menu-item-link-letter-box::before {
  position: absolute;
  width: 1em;
  height: 1em;
  border: 0.5em solid transparent;
  border-left: 0.5em solid #12B6CA;
  content: "";
  top: 50%;
  left: 0%;
  transform: translateY(-50%) translateX(0%);
}
#site-footer .copyright {
  background-color: #12B6CA;
  color: #fff;
}
#site-footer .copyright .md-copyright {
  padding: 0.5em 0 0.5em;
  font-size: 1rem;
}
#site-footer .copyright .md-copyright .copyright-content-area .copyright-content-box .copyright-main-area .copyright-main-box .copyright-main-letter-area .copyright-main-letter-box .copyright-main-letter-text .copy-address {
  line-height: 1.4;
  text-align: center;
  font-style: normal;
}

/*ハンバーガー(2)始*/
.h-menu_box {
  display: none;
  width: 42px;
  height: 42px;
  background-color: #1AA7B8;
  outline: none;
  position: fixed;
  z-index: 9999;
  top: 6px;
  right: 10px;
  border-radius: 42px;
  border: none;
}
.h-menu_box .nav-toggle {
  position: relative;
  height: 100%;
  width: 46.75%;
  width: 20px;
  margin: 0 auto;
}
.h-menu_box .nav-toggle::after {
  display: none;
  font-size: 1rem;
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateY(25%) translateX(-50%);
  content: "MENU";
  white-space: nowrap;
  color: #1AA7B8;
  width: 100%;
  text-align: center;
  transition: all 0.5s;
}
.h-menu_box .nav-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.5s;
}
.h-menu_box .nav-toggle span:nth-of-type(1) {
  top: 35%;
}
.h-menu_box .nav-toggle span:nth-of-type(2) {
  top: 50%;
}
.h-menu_box .nav-toggle span:nth-of-type(3) {
  top: 65%;
}
.h-menu_box.nav_open {
  background: #1AA7B8;
}
.h-menu_box.nav_open .nav-toggle::after {
  content: "ClOSE";
  color: #fff;
}
.h-menu_box.nav_open .nav-toggle span {
  background-color: #fff;
}
.h-menu_box.nav_open .nav-toggle span:nth-of-type(1) {
  top: 50%;
  transform: translate(0px, 0px) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-30deg);
}
.h-menu_box.nav_open .nav-toggle span:nth-of-type(2) {
  top: 50%;
  opacity: 0;
}
.h-menu_box.nav_open .nav-toggle span:nth-of-type(3) {
  top: 50%;
  transform: translate(0px, 0px) rotate(45deg);
  transform: translate(0px, 0px) rotate(30deg);
}

.h-gnav {
  overflow: auto;
  position: fixed;
  width: 100%;
  width: 720px;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 4000;
  transition: 0.5s;
  transform: translateX(100%);
  opacity: 0;
  background: rgba(255, 255, 255, 0.98);
}
.h-gnav .modal-area {
  padding: 54px 0 0;
  height: 100%;
  height: 100vh;
}
.h-gnav .modal-area .modal-box {
  margin: 0 auto;
  padding: 2em 0 3em;
  width: 90%;
}
.h-gnav .modal-area .modal-box .logo-area {
  margin-left: 2rem;
}
.h-gnav .modal-area .modal-box .logo-area .logo-flex {
  height: 100%;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.h-gnav .modal-area .modal-box .logo-area .logo-flex .logo-img-area {
  width: 400px;
}
.h-gnav .modal-area .modal-box .modal-nav {
  margin-top: 3rem;
}
.h-gnav .modal-area .modal-box .modal-nav .modal-nav-ul {
  list-style: none;
  line-height: 1.25;
}
.h-gnav .modal-area .modal-box .modal-nav .modal-nav-ul .modal-nav-li .modal-link-area {
  display: block;
  padding: 0.75em 0 0.75em 0;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #1AA7B8;
  transition: all ease-in-out 0.2s;
}
.h-gnav .modal-area .modal-box .modal-nav .modal-nav-ul .modal-nav-li .modal-link-area .modal-link-flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.h-gnav .modal-area .modal-box .modal-nav .modal-nav-ul .modal-nav-li .modal-link-area .modal-link-flex .modal-link-box {
  width: calc(100% - 1.5em);
  position: relative;
}
.h-gnav .modal-area .modal-box .modal-nav .modal-nav-ul .modal-nav-li .modal-link-area .modal-link-flex .modal-link-box .modal-link {
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}
.h-gnav .modal-area .modal-box .modal-nav .modal-nav-ul .modal-nav-li .modal-link-area .modal-link-flex .modal-link-box .modal-link:hover {
  color: #1AA7B8;
  opacity: 0.6;
  transform: translateX(0.25em);
}
.h-gnav .modal-area .modal-box .modal-nav .modal-nav-ul .modal-nav-li .modal-link-area .modal-link-flex .modal-link-toggle-arrow-area {
  width: 1em;
  height: 100%;
}
.h-gnav .modal-area .modal-box .modal-nav .modal-nav-ul .modal-nav-li .modal-link-area .modal-link-flex .modal-link-toggle-arrow-area .modal-link-toggle-arrow-box .modal-link-toggle-arrow {
  position: relative;
  top: 0;
  width: 0.5625em;
  height: 0.5625em;
  border-bottom: 2px solid #1AA7B8;
  border-right: 2px solid #1AA7B8;
  transform: translateY(-50%) rotate(45deg);
}
.h-gnav .modal-area .modal-box .modal-nav .modal-nav-ul .modal-nav-li .child-ul {
  display: none;
  padding-left: 0.75em;
  padding-bottom: 0.75em;
}
.h-gnav .modal-area .modal-box .modal-nav .modal-nav-ul .modal-nav-li .child-ul .child-li .child-link-area {
  display: block;
  padding: 0.75em 0 0.75em 1em;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #d0d0d0;
  position: relative;
  transition: all ease-in-out 0.2s;
}
.h-gnav .modal-area .modal-box .modal-nav .modal-nav-ul .modal-nav-li .child-ul .child-li .child-link-area .child-link-flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.h-gnav .modal-area .modal-box .modal-nav .modal-nav-ul .modal-nav-li .child-ul .child-li .child-link-area .child-link-flex .child-link-box {
  width: calc(100% - 1.5em);
  position: relative;
}
.h-gnav .modal-area .modal-box .modal-nav .modal-nav-ul .modal-nav-li .child-ul .child-li .child-link-area .child-link-flex .child-link-box .child-link {
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}
.h-gnav .modal-area .modal-box .modal-nav .modal-nav-ul .modal-nav-li .child-ul .child-li .child-link-area .child-link-flex .child-link-box .child-link:hover {
  color: #1AA7B8;
  opacity: 0.6;
  transform: translateX(0.25em);
}
.h-gnav .modal-area .modal-box .modal-nav .modal-nav-ul .modal-nav-li .child-ul .child-li .child-link-area .child-link-flex .child-link-toggle-arrow-area {
  width: 1em;
  height: 100%;
}
.h-gnav .modal-area .modal-box .modal-nav .modal-nav-ul .modal-nav-li .child-ul .child-li .child-link-area .child-link-flex .child-link-toggle-arrow-area .child-link-toggle-arrow-box .child-link-toggle-arrow {
  position: relative;
  top: 0;
  width: 0.5625em;
  height: 0.5625em;
  border-bottom: 2px solid #1AA7B8;
  border-right: 2px solid #1AA7B8;
  transform: translateY(-50%) rotate(45deg);
}
.h-gnav .modal-area .modal-box .modal-external-area {
  margin-top: 3.5rem;
}
.h-gnav .modal-area .modal-box .modal-external-area .modal-external-box .modal-external-banner-area .modal-external-banner-box {
  max-width: 239px;
  margin: 0 auto;
  width: 65%;
}
.h-gnav .modal-area .modal-box .modal-external-area .modal-external-box .modal-external-banner-area .modal-external-banner-box:not(:first-of-type) {
  margin-top: 2.4rem;
}

.nav_open .h-gnav {
  transition: 0.5s;
  transform: translateX(0);
  opacity: 1;
}

/*ハンバーガー(2)終*/
.mw_wp_form.mw_wp_form_input .form_input-none {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm {
  padding: 0 0 1em;
}
.mw_wp_form.mw_wp_form_confirm .form_confirm-none {
  display: none;
}
.mw_wp_form.mw_wp_form_complete .completion-area {
  line-height: 1.75;
}
.mw_wp_form.mw_wp_form_complete .completion-area .completion-box .completion-letter-area .completion-letter-box .completion-letter-text:not(:first-child) {
  margin-top: 1em;
}

.content-ttl-area-a {
  text-align: center;
  color: #1AA7B8;
}
.content-ttl-area-a .content-ttl-box .content-ttl-main-area {
  font-size: 2.8rem;
  line-height: 1.25;
}
.content-ttl-area-a .content-ttl-box .content-ttl-main-area .content-ttl-main-box .content-ttl-main-flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.content-ttl-area-a .content-ttl-box .content-ttl-main-area .content-ttl-main-box .content-ttl-main-flex .content-ttl-main-letter-area {
  width: 100%;
}
.content-ttl-area-a .content-ttl-box .content-ttl-main-area.have-decoration .content-ttl-main-box .content-ttl-main-flex .content-ttl-main-letter-area {
  max-width: calc(100% - 6.06em);
  width: -moz-fit-content;
  width: fit-content;
}
.content-ttl-area-a .content-ttl-box .content-ttl-main-area.have-decoration .content-ttl-main-box .content-ttl-main-flex .content-ttl-main-decoration-area {
  width: 2.14em;
}
.content-ttl-area-a .content-ttl-box .content-ttl-main-area.have-decoration .content-ttl-main-box .content-ttl-main-flex .content-ttl-main-decoration-area.decoration-area-before {
  margin-right: 0.89em;
}
.content-ttl-area-a .content-ttl-box .content-ttl-main-area.have-decoration .content-ttl-main-box .content-ttl-main-flex .content-ttl-main-decoration-area.decoration-area-after {
  margin-left: 0.89em;
}
.content-ttl-area-a .content-ttl-box .content-ttl-sub-area {
  margin-top: 0.5em;
  font-size: 1.2rem;
  line-height: 1.25;
}
.content-ttl-area-a.content-ttl-clinic {
  color: #000;
}
.content-ttl-area-a.content-ttl-management {
  color: #000;
}
.content-ttl-area-a.content-ttl-management .content-ttl-box .content-ttl-main-area .content-ttl-main-box .content-ttl-main-flex .content-ttl-main-letter-area .content-ttl-main-letter-box .content-ttl-main-letter-text {
  font-weight: 600;
}

.content-ttl-area-b {
  text-align: center;
}
.content-ttl-area-b .content-ttl-box .content-ttl-main-area {
  font-size: 2.8rem;
  line-height: 1.25;
}
.content-ttl-area-b .content-ttl-box .content-ttl-main-area .content-ttl-main-box {
  position: relative;
  color: #fff;
  padding: 0.45em 0.75em;
}
.content-ttl-area-b .content-ttl-box .content-ttl-main-area .content-ttl-main-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: #1AA7B8;
  border-radius: 0.7142857143em;
}

.content-ttl-area-c .content-ttl-box {
  position: relative;
  font-size: 2.4rem;
  padding: 0 0 0.625em 1em;
  line-height: 1.42;
  border-bottom: 1px solid #1AA7B8;
  color: #1AA7B8;
}
.content-ttl-area-c .content-ttl-box::before {
  display: block;
  position: absolute;
  content: "";
  width: 0.5833em;
  height: 0.5833em;
  top: 0.5em;
  left: 0px;
  background-image: url(images/new/common/shimi-common-ttl-decoration-b-01-01-01.png);
  background-size: contain;
  background-position: top 50% left 50%;
}
.content-ttl-area-c .content-ttl-box .content-ttl-text {
  font-weight: 400;
}

.content-ttl-area-d .content-ttl-box {
  position: relative;
  padding: 0 0 0.5em 0;
  line-height: 1.65;
  border-bottom: 1px solid #12B6CA;
  color: #767676;
}
.content-ttl-area-d .content-ttl-box .content-ttl-text {
  font-weight: 400;
}

.content-ttl-area-e .content-ttl-box {
  position: relative;
  font-size: 2.8rem;
  padding: 0 0 0em 1em;
  line-height: 1.42;
  color: #1AA7B8;
}
.content-ttl-area-e .content-ttl-box::before {
  display: block;
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  top: 0.5em;
  left: 0px;
  background-image: url(images/new/common/shimi-common-ttl-decoration-b-01-01-01.png);
  background-size: contain;
  background-position: top 50% left 50%;
}
.content-ttl-area-e .content-ttl-box .content-ttl-text {
  font-weight: 400;
}

.content-ttl-area-f .content-ttl-box {
  position: relative;
  font-size: 2rem;
  padding: 0 0 0.625em 0em;
  line-height: 1.42;
  border-bottom: 1px solid #1AA7B8;
  color: #1AA7B8;
}
.content-ttl-area-f .content-ttl-box::before {
  display: block;
  position: absolute;
  content: "";
  width: 0.6em;
  height: 0.6em;
  top: 0.5em;
  left: -1em;
  border: 1px solid #1AA7B8;
  border-radius: 0.6em;
}
.content-ttl-area-f .content-ttl-box .content-ttl-text {
  font-weight: 400;
}

.more-btn-area-a {
  width: 100%;
  line-height: 1.4375;
}
.more-btn-area-a .more-btn-a-box .more-btn-a-link {
  position: relative;
  border: 0.1em solid #2BA3B4;
  background-color: #2BA3B4;
  color: #fff;
  text-decoration: none;
  padding: 0.65em 2.25em 0.65em 1em;
  transition: all 0.3s;
}
.more-btn-area-a .more-btn-a-box .more-btn-a-link.arrow-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%) translateX(8%);
  width: 0.25em;
  height: 0.25em;
  border-width: 0.25em;
  border-style: solid;
  border-color: transparent;
  border-left-width: 0.25em;
  border-left-style: solid;
  border-left-color: #fff;
  transition: all 0.3s;
}
.more-btn-area-a .more-btn-a-box .more-btn-a-link.bg-white-link {
  background-color: #fff;
  color: #2BA3B4;
}
.more-btn-area-a .more-btn-a-box .more-btn-a-link.bg-white-link::after {
  border-left-color: #2BA3B4;
}
.more-btn-area-a .more-btn-a-box .more-btn-a-link:hover {
  background-color: #fff;
  color: #2BA3B4;
}
.more-btn-area-a .more-btn-a-box .more-btn-a-link:hover.arrow-link::after {
  right: 7%;
  transform: translateY(-50%) translateX(7%);
  border-left-color: #2BA3B4;
}
.more-btn-area-a .more-btn-a-box .more-btn-a-link:hover.bg-white-link {
  background-color: #2BA3B4;
  color: #fff;
}
.more-btn-area-a .more-btn-a-box .more-btn-a-link:hover.bg-white-link::after {
  border-left-color: #fff;
}

/*
//------------------------------------------------
//	トップページ
//------------------------------------------------
*/
#hero .hero-inner {
  width: 90%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
#hero .md-hero {
  padding: 25px 0 25px;
}

.layout-two-column-area .layout-two-column-box .layout-two-column-flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.layout-two-column-area .layout-two-column-box .layout-two-column-flex .layout-two-column-main-area {
  width: calc(100% - 297px - 50px);
}

#sidebar {
  width: 297px;
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-menu-area .sidebar-menu-box .sidebar-menu-head-area .sidebar-menu-head-box {
  font-size: 3.8rem;
  background: linear-gradient(90deg, rgb(108, 209, 221) 0%, rgb(20, 182, 202) 100%);
  color: #fff;
  line-height: 1.45;
  padding: 0.75em 1em;
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-menu-area .sidebar-menu-box .sidebar-menu-head-area .sidebar-menu-head-box .sidebar-menu-head-ttl-area {
  text-align: center;
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-menu-area .sidebar-menu-box .sidebar-menu-body-area {
  margin-top: 4px;
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-menu-area .sidebar-menu-box .sidebar-menu-body-area .sidebar-menu-body-box .sidebar-menu-ul .sidebar-menu-li {
  font-size: 1.8rem;
  line-height: 1.45;
  background-color: #E6FCFF;
  padding: 1.3em 1.45em;
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-menu-area .sidebar-menu-box .sidebar-menu-body-area .sidebar-menu-body-box .sidebar-menu-ul .sidebar-menu-li:not(:first-of-type) {
  margin-top: 4px;
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-menu-area .sidebar-menu-box .sidebar-menu-body-area .sidebar-menu-body-box .sidebar-menu-ul .sidebar-menu-li .sidebar-menu-li-inner .sidebar-menu-li-nav-area .sidebar-menu-li-nav-box .sidebar-menu-li-nav-link {
  color: #095C66;
  text-decoration: underline;
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-menu-area .sidebar-menu-box .sidebar-menu-body-area .sidebar-menu-body-box .sidebar-menu-ul .sidebar-menu-li .sidebar-menu-li-inner .sidebar-menu-li-nav-area .sidebar-menu-li-nav-box .sidebar-menu-li-nav-link .sidebar-menu-li-nav-inner .sidebar-menu-li-nav-flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-menu-area .sidebar-menu-box .sidebar-menu-body-area .sidebar-menu-body-box .sidebar-menu-ul .sidebar-menu-li .sidebar-menu-li-inner .sidebar-menu-li-nav-area .sidebar-menu-li-nav-box .sidebar-menu-li-nav-link .sidebar-menu-li-nav-inner .sidebar-menu-li-nav-flex .sidebar-menu-li-nav-arrow-area {
  width: 1.5555em;
  height: 1.5555em;
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-menu-area .sidebar-menu-box .sidebar-menu-body-area .sidebar-menu-body-box .sidebar-menu-ul .sidebar-menu-li .sidebar-menu-li-inner .sidebar-menu-li-nav-area .sidebar-menu-li-nav-box .sidebar-menu-li-nav-link .sidebar-menu-li-nav-inner .sidebar-menu-li-nav-flex .sidebar-menu-li-nav-arrow-area .sidebar-menu-li-nav-arrow-box {
  position: relative;
  width: 100%;
  height: 100%;
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-menu-area .sidebar-menu-box .sidebar-menu-body-area .sidebar-menu-body-box .sidebar-menu-ul .sidebar-menu-li .sidebar-menu-li-inner .sidebar-menu-li-nav-area .sidebar-menu-li-nav-box .sidebar-menu-li-nav-link .sidebar-menu-li-nav-inner .sidebar-menu-li-nav-flex .sidebar-menu-li-nav-arrow-area .sidebar-menu-li-nav-arrow-box .sidebar-menu-li-nav-arrow-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-menu-area .sidebar-menu-box .sidebar-menu-body-area .sidebar-menu-body-box .sidebar-menu-ul .sidebar-menu-li .sidebar-menu-li-inner .sidebar-menu-li-nav-area .sidebar-menu-li-nav-box .sidebar-menu-li-nav-link .sidebar-menu-li-nav-inner .sidebar-menu-li-nav-flex .sidebar-menu-li-nav-ttl-area {
  margin-left: 1.75em;
  width: calc(100% - 1.5555em - 1.75em);
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-menu-area .sidebar-menu-box .sidebar-menu-body-area .sidebar-menu-body-box .sidebar-menu-ul .sidebar-menu-li .sidebar-menu-li-inner .sidebar-menu-li-parent-area .sidebar-menu-li-parent-box .sidebar-menu-li-parent-link {
  color: #095C66;
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-menu-area .sidebar-menu-box .sidebar-menu-body-area .sidebar-menu-body-box .sidebar-menu-ul .sidebar-menu-li .sidebar-menu-li-inner .sidebar-menu-li-parent-area .sidebar-menu-li-parent-box .sidebar-menu-li-parent-link .sidebar-menu-li-parent-inner .sidebar-menu-li-parent-flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-menu-area .sidebar-menu-box .sidebar-menu-body-area .sidebar-menu-body-box .sidebar-menu-ul .sidebar-menu-li .sidebar-menu-li-inner .sidebar-menu-li-child-area {
  margin-top: 1.75em;
  font-size: 0.7777777778em;
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-menu-area .sidebar-menu-box .sidebar-menu-body-area .sidebar-menu-body-box .sidebar-menu-ul .sidebar-menu-li .sidebar-menu-li-inner .sidebar-menu-li-child-area .sidebar-menu-li-child-box {
  padding: 1.5em 0 1.5em 0.5em;
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-menu-area .sidebar-menu-box .sidebar-menu-body-area .sidebar-menu-body-box .sidebar-menu-ul .sidebar-menu-li .sidebar-menu-li-inner .sidebar-menu-li-child-area .sidebar-menu-li-child-box .sidebar-menu-li-child-link {
  color: #095C66;
  text-decoration: underline;
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-menu-area .sidebar-menu-box .sidebar-menu-body-area .sidebar-menu-body-box .sidebar-menu-ul .sidebar-menu-li .sidebar-menu-li-inner .sidebar-menu-li-child-area .sidebar-menu-li-child-box .sidebar-menu-li-child-link .sidebar-menu-li-child-inner .sidebar-menu-li-child-flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-menu-area .sidebar-menu-box .sidebar-menu-body-area .sidebar-menu-body-box .sidebar-menu-ul .sidebar-menu-li .sidebar-menu-li-inner .sidebar-menu-li-child-area .sidebar-menu-li-child-box .sidebar-menu-li-child-link .sidebar-menu-li-child-inner .sidebar-menu-li-child-flex .sidebar-menu-li-child-arrow-area {
  width: 2em;
  height: 2em;
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-menu-area .sidebar-menu-box .sidebar-menu-body-area .sidebar-menu-body-box .sidebar-menu-ul .sidebar-menu-li .sidebar-menu-li-inner .sidebar-menu-li-child-area .sidebar-menu-li-child-box .sidebar-menu-li-child-link .sidebar-menu-li-child-inner .sidebar-menu-li-child-flex .sidebar-menu-li-child-arrow-area .sidebar-menu-li-child-arrow-box {
  position: relative;
  width: 100%;
  height: 100%;
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-menu-area .sidebar-menu-box .sidebar-menu-body-area .sidebar-menu-body-box .sidebar-menu-ul .sidebar-menu-li .sidebar-menu-li-inner .sidebar-menu-li-child-area .sidebar-menu-li-child-box .sidebar-menu-li-child-link .sidebar-menu-li-child-inner .sidebar-menu-li-child-flex .sidebar-menu-li-child-arrow-area .sidebar-menu-li-child-arrow-box .sidebar-menu-li-child-arrow-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-menu-area .sidebar-menu-box .sidebar-menu-body-area .sidebar-menu-body-box .sidebar-menu-ul .sidebar-menu-li .sidebar-menu-li-inner .sidebar-menu-li-child-area .sidebar-menu-li-child-box .sidebar-menu-li-child-link .sidebar-menu-li-child-inner .sidebar-menu-li-child-flex .sidebar-menu-li-child-ttl-area {
  margin-left: 1.64em;
  width: calc(100% - 2em - 1.64em);
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-external-area {
  margin-top: 3.4rem;
}
#sidebar .md-sidebar .sidebar-content-area .sidebar-content-box .sidebar-external-area .sidebar-external-box .sidebar-external-banner-area .sidebar-external-banner-box:not(:first-of-type) {
  margin-top: 2.4rem;
}

#home_external {
  display: none;
}
#home_external .md-home_external {
  padding: 20px 0 27px;
}
#home_external .md-home_external .home_external-content-area .home_external-content-box .home_external-banner-area .home_external-banner-box {
  width: 84.6%;
  max-width: 594px;
  margin: 0 auto;
}

#please .md-please {
  padding: 38px 0 35px;
}
#please .md-please .please-content-area .please-content-box .please-frame-area .please-frame-box {
  position: relative;
  padding: 21px 28px 44px;
  border: 3px solid #14B6CA;
  padding: 1.3125em 1.75em 2.75em;
}
#please .md-please .please-content-area .please-content-box .please-frame-area .please-frame-box .please-frame-inner .please-frame-content-area .please-frame-content-box .please-frame-favor-area .please-frame-favor-box .please-frame-favor-head-area .please-frame-favor-head-box .please-frame-favor-ttl-area {
  font-size: 2.8rem;
  color: #1AA7B8;
  line-height: 1.35;
  padding: 0.38em 0;
}
#please .md-please .please-content-area .please-content-box .please-frame-area .please-frame-box .please-frame-inner .please-frame-content-area .please-frame-content-box .please-frame-favor-area .please-frame-favor-box .please-frame-favor-body-area {
  margin-top: 9px;
}
#please .md-please .please-content-area .please-content-box .please-frame-area .please-frame-box .please-frame-inner .please-frame-content-area .please-frame-content-box .please-frame-favor-area .please-frame-favor-box .please-frame-favor-body-area .please-frame-favor-body-box .please-frame-favor-description-area {
  line-height: 2.11;
}
#please .md-please .please-content-area .please-content-box .please-frame-area .please-frame-box .please-frame-inner .please-frame-content-area .please-frame-content-box .please-frame-favor-area .please-frame-favor-box .please-frame-favor-body-area .please-frame-favor-body-box .please-frame-favor-description-area .please-frame-favor-description-box .please-frame-favor-description-text:not(:first-of-type) {
  margin-top: 1em;
}

#home_feature .md-home_feature {
  padding: 35px 0 35px;
}
#home_feature .md-home_feature .home_feature-content-area {
  margin-top: 4rem;
}
#home_feature .md-home_feature .home_feature-content-area .home_feature-content-box .home_feature-advantage-area .home_feature-advantage-box:not(:first-of-type) {
  margin-top: 5rem;
}
#home_feature .md-home_feature .home_feature-content-area .home_feature-content-box .home_feature-advantage-area .home_feature-advantage-box .home_feature-advantage-flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#home_feature .md-home_feature .home_feature-content-area .home_feature-content-box .home_feature-advantage-area .home_feature-advantage-box .home_feature-advantage-flex .home_feature-advantage-head-area {
  width: 33.189033189%;
  width: 230px;
}
#home_feature .md-home_feature .home_feature-content-area .home_feature-content-box .home_feature-advantage-area .home_feature-advantage-box .home_feature-advantage-flex .home_feature-advantage-head-area .home_feature-advantage-head-box .home_feature-advantage-head-flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#home_feature .md-home_feature .home_feature-content-area .home_feature-content-box .home_feature-advantage-area .home_feature-advantage-box .home_feature-advantage-flex .home_feature-advantage-head-area .home_feature-advantage-head-box .home_feature-advantage-head-flex .home_feature-advantage-sequential-area {
  width: 66px;
}
#home_feature .md-home_feature .home_feature-content-area .home_feature-content-box .home_feature-advantage-area .home_feature-advantage-box .home_feature-advantage-flex .home_feature-advantage-head-area .home_feature-advantage-head-box .home_feature-advantage-head-flex .home_feature-advantage-sequential-area .home_feature-advantage-sequential-box {
  position: relative;
}
#home_feature .md-home_feature .home_feature-content-area .home_feature-content-box .home_feature-advantage-area .home_feature-advantage-box .home_feature-advantage-flex .home_feature-advantage-head-area .home_feature-advantage-head-box .home_feature-advantage-head-flex .home_feature-advantage-sequential-area .home_feature-advantage-sequential-box .home_feature-advantage-sequential-bg-area {
  width: 100%;
}
#home_feature .md-home_feature .home_feature-content-area .home_feature-content-box .home_feature-advantage-area .home_feature-advantage-box .home_feature-advantage-flex .home_feature-advantage-head-area .home_feature-advantage-head-box .home_feature-advantage-head-flex .home_feature-advantage-sequential-area .home_feature-advantage-sequential-box .home_feature-advantage-sequential-number-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#home_feature .md-home_feature .home_feature-content-area .home_feature-content-box .home_feature-advantage-area .home_feature-advantage-box .home_feature-advantage-flex .home_feature-advantage-head-area .home_feature-advantage-head-box .home_feature-advantage-head-flex .home_feature-advantage-sequential-area .home_feature-advantage-sequential-box .home_feature-advantage-sequential-number-area .home_feature-advantage-sequential-number-box .home_feature-advantage-sequential-number-text {
  text-align: center;
  color: #fff;
  font-size: 3.6rem;
}
#home_feature .md-home_feature .home_feature-content-area .home_feature-content-box .home_feature-advantage-area .home_feature-advantage-box .home_feature-advantage-flex .home_feature-advantage-head-area .home_feature-advantage-head-box .home_feature-advantage-head-flex .home_feature-advantage-ttl-area {
  width: calc(100% - 66px - 24px);
  margin-left: 24px;
  font-size: 2rem;
  color: #1AA7B8;
  line-height: 1.45;
}
#home_feature .md-home_feature .home_feature-content-area .home_feature-content-box .home_feature-advantage-area .home_feature-advantage-box .home_feature-advantage-flex .home_feature-advantage-body-area {
  width: 60.028860028%;
  width: 416px;
  width: calc(100% - 230px - 5%);
  width: calc(100% - 230px - 50px);
}
#home_feature .md-home_feature .home_feature-content-area .home_feature-content-box .home_feature-advantage-area .home_feature-advantage-box .home_feature-advantage-flex .home_feature-advantage-body-area .home_feature-advantage-body-box .home_feature-advantage-description-area {
  line-height: 1.4375;
}
#home_feature .md-home_feature .home_feature-content-area .home_feature-content-box .home_feature-advantage-area .home_feature-advantage-box .home_feature-advantage-flex .home_feature-advantage-body-area .home_feature-advantage-body-box .home_feature-advantage-description-area .home_feature-advantage-description-box .home_feature-advantage-description-text:not(:first-of-type) {
  margin-top: 1em;
}

#home_target .md-home_target {
  padding: 44px 0 45px;
}
#home_target .md-home_target .home_target-content-area {
  margin-top: 5rem;
}
#home_target .md-home_target .home_target-content-area .home_target-content-box .home_target-worries-area .home_target-worries-box .home_target-worries-sp-area {
  display: none;
}

#home_explanation .md-home_explanation {
  padding: 45px 0 23px;
}
#home_explanation .md-home_explanation .home_explanation-content-area {
  margin-top: 4.2rem;
}
#home_explanation .md-home_explanation .home_explanation-content-area .home_explanation-content-box .home_explanation-description-area {
  line-height: 2.11;
}
#home_explanation .md-home_explanation .home_explanation-content-area .home_explanation-content-box .home_explanation-description-area .home_explanation-description-box .home_explanation-description-text:not(:first-of-type) {
  margin-top: 1em;
}

#home_faq .md-home_faq {
  padding: 23px 0 78px;
}
#home_faq .md-home_faq .home_faq-content-area {
  margin-top: 10.4rem;
}

.module-qa .qa-box .qa-flex {
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.module-qa .qa-box .qa-flex .qa-item {
  position: relative;
}
.module-qa .qa-box .qa-flex .qa-item:first-of-type .qa-item-inner {
  padding: 0px 0px 63px;
}
.module-qa .qa-box .qa-flex .qa-item:not(:first-of-type) .qa-item-inner {
  padding: 63px 0px 63px;
}
.module-qa .qa-box .qa-flex .qa-item::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  display: inline-block;
  width: 100%;
  max-width: 682px;
  height: 1px;
  border-bottom: 1px dashed #1AA7B8;
}
.module-qa .qa-box .qa-flex .qa-item .qa-item-inner {
  padding: 63px 0px 63px;
}
.module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex {
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-question-area {
  font-size: 2.8rem;
}
.module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-question-area .qa-item-question-box {
  padding: 0px 0px 0px;
}
.module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-question-area .qa-item-question-box .qa-item-question-inner .qa-item-question-flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-question-area .qa-item-question-box .qa-item-question-inner .qa-item-question-flex .qa-item-question-main-area .qa-item-question-main-box .qa-item-question-main-flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-question-area .qa-item-question-box .qa-item-question-inner .qa-item-question-flex .qa-item-question-main-area .qa-item-question-main-box .qa-item-question-main-flex .qa-item-question-main-icon-area {
  position: relative;
  width: 46px;
  height: 46px;
  min-width: 46px;
  min-height: 46px;
  width: 1.64em;
  height: 1.64em;
  min-width: 1.64em;
  min-height: 1.64em;
  color: #fff;
  background-color: #1AA7B8;
  border-radius: 10rem;
  font-weight: 700;
  transition: all 0.3s;
}
.module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-question-area .qa-item-question-box .qa-item-question-inner .qa-item-question-flex .qa-item-question-main-area .qa-item-question-main-box .qa-item-question-main-flex .qa-item-question-main-icon-area .qa-item-question-main-icon-box {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-45%) translateX(-50%);
}
.module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-question-area .qa-item-question-box .qa-item-question-inner .qa-item-question-flex .qa-item-question-main-area .qa-item-question-main-box .qa-item-question-main-flex .qa-item-question-main-letter-area {
  margin-left: 31px;
  line-height: 1.43;
  color: #1AA7B8;
}
.module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-question-area .qa-item-question-box .qa-item-question-inner .qa-item-question-flex .qa-item-question-main-area .qa-item-question-main-box .qa-item-question-main-flex .qa-item-question-main-letter-area .qa-item-question-main-letter-box .qa-item-question-main-letter-description-area .qa-item-question-main-letter-description-box .qa-item-question-main-letter-description-text:not(:first-of-type) {
  margin-top: 1em;
}
.module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-answer-area {
  margin-top: 15px;
}
.module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-answer-area .qa-item-answer-box {
  padding: 0em 0px 0em;
}
.module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-answer-area .qa-item-answer-box .qa-item-answer-inner .qa-item-answer-flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-answer-area .qa-item-answer-box .qa-item-answer-inner .qa-item-answer-flex .qa-item-answer-main-area .qa-item-answer-main-box .qa-item-answer-main-flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-answer-area .qa-item-answer-box .qa-item-answer-inner .qa-item-answer-flex .qa-item-answer-main-area .qa-item-answer-main-box .qa-item-answer-main-flex .qa-item-answer-main-icon-area {
  font-size: 2.8rem;
  position: relative;
  width: 46px;
  height: 46px;
  min-width: 46px;
  min-height: 46px;
  width: 1.64em;
  height: 1.64em;
  min-width: 1.64em;
  min-height: 1.64em;
  color: #fff;
  background-color: #F24C7C;
  border-radius: 10rem;
  font-weight: 700;
}
.module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-answer-area .qa-item-answer-box .qa-item-answer-inner .qa-item-answer-flex .qa-item-answer-main-area .qa-item-answer-main-box .qa-item-answer-main-flex .qa-item-answer-main-icon-area .qa-item-answer-main-icon-box {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-45%) translateX(-50%);
}
.module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-answer-area .qa-item-answer-box .qa-item-answer-inner .qa-item-answer-flex .qa-item-answer-main-area .qa-item-answer-main-box .qa-item-answer-main-flex .qa-item-answer-main-letter-area {
  line-height: 1.75;
  margin-left: 31px;
}
.module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-answer-area .qa-item-answer-box .qa-item-answer-inner .qa-item-answer-flex .qa-item-answer-main-area .qa-item-answer-main-box .qa-item-answer-main-flex .qa-item-answer-main-letter-area .qa-item-answer-main-letter-box .qa-item-answer-main-letter-description-area .qa-item-answer-main-letter-description-box .qa-item-answer-main-letter-description-text:not(:first-child) {
  margin-top: 1em;
}
.module-qa.last-border-none .qa-box .qa-flex .qa-item:last-of-type::before {
  border-bottom: none;
}
.module-qa.last-border-none .qa-box .qa-flex .qa-item:last-of-type .qa-item-inner {
  padding: 63px 0px 0px;
}

#home_telephone .md-home_telephone {
  padding: 78px 0 65px;
}
#home_telephone .md-home_telephone .home_telephone-content-area .home_telephone-content-box .home_telephone-banner-area .home_telephone-banner-box {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

#clinic .md-clinic {
  padding: 65px 0 59px;
}
#clinic .md-clinic .clinic-content-area {
  margin-top: 7rem;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-lead-area {
  margin-bottom: 7rem;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-lead-area .clinic-content-lead-box .clinic-content-lead-text {
  line-height: 2;
  text-align: center;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-lead-area .clinic-content-lead-box .clinic-content-lead-text:not(:first-of-type) {
  margin-top: 1em;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box {
  max-width: 837px;
  width: 100%;
  margin: 0 auto;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item {
  width: 47.5%;
  max-width: 312px;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item:nth-of-type(n+3) {
  margin-top: 122px;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item .clinic-content-kind-item-inner {
  height: 100%;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item .clinic-content-kind-item-inner .clinic-content-kind-item-flex {
  height: 100%;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item .clinic-content-kind-item-inner .clinic-content-kind-item-flex .clinic-content-kind-item-top-area .clinic-content-kind-item-top-box .clinic-content-kind-item-logo-area .clinic-content-kind-item-logo-box {
  margin: 0 auto;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item .clinic-content-kind-item-inner .clinic-content-kind-item-flex .clinic-content-kind-item-top-area .clinic-content-kind-item-top-box .clinic-content-kind-item-appearance-area {
  margin-top: 21px;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item .clinic-content-kind-item-inner .clinic-content-kind-item-flex .clinic-content-kind-item-top-area .clinic-content-kind-item-top-box .clinic-content-kind-item-info-area {
  margin-top: 15px;
  line-height: 1.4375;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item .clinic-content-kind-item-inner .clinic-content-kind-item-flex .clinic-content-kind-item-top-area .clinic-content-kind-item-top-box .clinic-content-kind-item-info-area .clinic-content-kind-item-info-box .clinic-content-kind-item-info-table-area .clinic-content-kind-item-info-table-box .clinic-content-kind-item-info-table-flex .clinic-content-kind-item-info-table-th-area {
  width: 5em;
  padding: 0em 1em 0em 0em;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item .clinic-content-kind-item-inner .clinic-content-kind-item-flex .clinic-content-kind-item-top-area .clinic-content-kind-item-top-box .clinic-content-kind-item-info-area .clinic-content-kind-item-info-box .clinic-content-kind-item-info-table-area .clinic-content-kind-item-info-table-box .clinic-content-kind-item-info-table-flex .clinic-content-kind-item-info-table-td-area {
  width: calc(100% - 5em);
  padding: 0em 0em 0em 1em;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item .clinic-content-kind-item-inner .clinic-content-kind-item-flex .clinic-content-kind-item-bottom-area {
  margin-top: 23px;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item .clinic-content-kind-item-inner .clinic-content-kind-item-flex .clinic-content-kind-item-bottom-area .clinic-content-kind-item-bottom-box .clinic-content-kind-item-btn-area {
  margin-top: 25px;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item .clinic-content-kind-item-inner .clinic-content-kind-item-flex .clinic-content-kind-item-bottom-area .clinic-content-kind-item-bottom-box .clinic-content-kind-item-btn-area .clinic-content-kind-item-btn-box .clinic-content-kind-item-btn-link {
  font-size: 2rem;
  font-weight: 500;
  color: #3073C1;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  border-width: 1px;
  border-style: solid;
  border-color: #3073C1;
  border-radius: 0.6em;
  width: 100%;
  max-width: 263px;
  padding: 0.5em 1em 0.5em 1em;
  margin: 0 auto;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item .clinic-content-kind-item-inner .clinic-content-kind-item-flex .clinic-content-kind-item-bottom-area .clinic-content-kind-item-bottom-box .clinic-content-kind-item-btn-area .clinic-content-kind-item-btn-box .clinic-content-kind-item-btn-link .clinic-content-kind-item-btn-link-inner .clinic-content-kind-item-btn-link-flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item .clinic-content-kind-item-inner .clinic-content-kind-item-flex .clinic-content-kind-item-bottom-area .clinic-content-kind-item-bottom-box .clinic-content-kind-item-btn-area .clinic-content-kind-item-btn-box .clinic-content-kind-item-btn-link .clinic-content-kind-item-btn-link-inner .clinic-content-kind-item-btn-link-flex .clinic-content-kind-item-btn-link-ttl-area {
  margin-right: 1em;
  width: calc(100% - 1.6em - 1em);
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item .clinic-content-kind-item-inner .clinic-content-kind-item-flex .clinic-content-kind-item-bottom-area .clinic-content-kind-item-bottom-box .clinic-content-kind-item-btn-area .clinic-content-kind-item-btn-box .clinic-content-kind-item-btn-link .clinic-content-kind-item-btn-link-inner .clinic-content-kind-item-btn-link-flex .clinic-content-kind-item-btn-link-arrow-area {
  width: 1.6em;
  height: 1.6em;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item .clinic-content-kind-item-inner .clinic-content-kind-item-flex .clinic-content-kind-item-bottom-area .clinic-content-kind-item-bottom-box .clinic-content-kind-item-btn-area .clinic-content-kind-item-btn-box .clinic-content-kind-item-btn-link .clinic-content-kind-item-btn-link-inner .clinic-content-kind-item-btn-link-flex .clinic-content-kind-item-btn-link-arrow-area .clinic-content-kind-item-btn-link-arrow-box {
  position: relative;
  width: 100%;
  height: 100%;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item .clinic-content-kind-item-inner .clinic-content-kind-item-flex .clinic-content-kind-item-bottom-area .clinic-content-kind-item-bottom-box .clinic-content-kind-item-btn-area .clinic-content-kind-item-btn-box .clinic-content-kind-item-btn-link .clinic-content-kind-item-btn-link-inner .clinic-content-kind-item-btn-link-flex .clinic-content-kind-item-btn-link-arrow-area .clinic-content-kind-item-btn-link-arrow-box .clinic-content-kind-item-btn-link-arrow-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item.m-kosugihifuka-item .clinic-content-kind-item-inner .clinic-content-kind-item-flex .clinic-content-kind-item-top-area .clinic-content-kind-item-top-box .clinic-content-kind-item-logo-area .clinic-content-kind-item-logo-box {
  width: 307px;
  width: 98.4%;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item.kosugihifuka-item .clinic-content-kind-item-inner .clinic-content-kind-item-flex .clinic-content-kind-item-top-area .clinic-content-kind-item-top-box .clinic-content-kind-item-logo-area .clinic-content-kind-item-logo-box {
  width: 273px;
  width: 87.5%;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item.ontakesanhifuka-item .clinic-content-kind-item-inner .clinic-content-kind-item-flex .clinic-content-kind-item-top-area .clinic-content-kind-item-top-box .clinic-content-kind-item-logo-area .clinic-content-kind-item-logo-box {
  width: 284px;
  width: 91%;
}
#clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item.shimomarukohifuka-item .clinic-content-kind-item-inner .clinic-content-kind-item-flex .clinic-content-kind-item-top-area .clinic-content-kind-item-top-box .clinic-content-kind-item-logo-area .clinic-content-kind-item-logo-box {
  width: 275px;
  width: 88.141025641%;
}

#management .md-management {
  padding: 59px 0 115px;
}
#management .md-management .management-content-area {
  margin-top: 10.5rem;
}
#management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box {
  max-width: 987px;
  width: 100%;
  margin: 0 auto;
}
#management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex .management-content-kind-item {
  width: 26.646%;
  width: 29%;
  max-width: 263px;
}
#management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex .management-content-kind-item:nth-of-type(n+4) {
  margin-top: 122px;
}
#management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex .management-content-kind-item .management-content-kind-item-inner {
  height: 100%;
}
#management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex .management-content-kind-item .management-content-kind-item-inner .management-content-kind-item-flex {
  height: 100%;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex .management-content-kind-item .management-content-kind-item-inner .management-content-kind-item-flex .management-content-kind-item-top-area .management-content-kind-item-top-box .management-content-kind-item-eyecatch-area .management-content-kind-item-eyecatch-box {
  border-radius: 10px;
  overflow: hidden;
}
#management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex .management-content-kind-item .management-content-kind-item-inner .management-content-kind-item-flex .management-content-kind-item-top-area .management-content-kind-item-top-box .management-content-kind-item-ttl-area {
  margin-top: 1em;
  font-size: 2.4rem;
  line-height: 1.65;
  text-align: center;
  font-weight: 600;
}
#management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex .management-content-kind-item .management-content-kind-item-inner .management-content-kind-item-flex .management-content-kind-item-bottom-area {
  margin-top: 35px;
}
#management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex .management-content-kind-item .management-content-kind-item-inner .management-content-kind-item-flex .management-content-kind-item-bottom-area .management-content-kind-item-bottom-box .management-content-kind-item-btn-area .management-content-kind-item-btn-box .management-content-kind-item-btn-link {
  font-size: 2rem;
  font-weight: 500;
  color: #3073C1;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  border-width: 1px;
  border-style: solid;
  border-color: #3073C1;
  border-radius: 0.6em;
  width: 100%;
  max-width: 263px;
  padding: 0.5em 1em 0.5em 1em;
  margin: 0 auto;
}
#management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex .management-content-kind-item .management-content-kind-item-inner .management-content-kind-item-flex .management-content-kind-item-bottom-area .management-content-kind-item-bottom-box .management-content-kind-item-btn-area .management-content-kind-item-btn-box .management-content-kind-item-btn-link .management-content-kind-item-btn-link-inner .management-content-kind-item-btn-link-flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex .management-content-kind-item .management-content-kind-item-inner .management-content-kind-item-flex .management-content-kind-item-bottom-area .management-content-kind-item-bottom-box .management-content-kind-item-btn-area .management-content-kind-item-btn-box .management-content-kind-item-btn-link .management-content-kind-item-btn-link-inner .management-content-kind-item-btn-link-flex .management-content-kind-item-btn-link-ttl-area {
  margin-right: 1em;
  width: calc(100% - 1.6em - 1em);
}
#management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex .management-content-kind-item .management-content-kind-item-inner .management-content-kind-item-flex .management-content-kind-item-bottom-area .management-content-kind-item-bottom-box .management-content-kind-item-btn-area .management-content-kind-item-btn-box .management-content-kind-item-btn-link .management-content-kind-item-btn-link-inner .management-content-kind-item-btn-link-flex .management-content-kind-item-btn-link-arrow-area {
  width: 1.6em;
  height: 1.6em;
}
#management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex .management-content-kind-item .management-content-kind-item-inner .management-content-kind-item-flex .management-content-kind-item-bottom-area .management-content-kind-item-bottom-box .management-content-kind-item-btn-area .management-content-kind-item-btn-box .management-content-kind-item-btn-link .management-content-kind-item-btn-link-inner .management-content-kind-item-btn-link-flex .management-content-kind-item-btn-link-arrow-area .management-content-kind-item-btn-link-arrow-box {
  position: relative;
  width: 100%;
  height: 100%;
}
#management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex .management-content-kind-item .management-content-kind-item-inner .management-content-kind-item-flex .management-content-kind-item-bottom-area .management-content-kind-item-bottom-box .management-content-kind-item-btn-area .management-content-kind-item-btn-box .management-content-kind-item-btn-link .management-content-kind-item-btn-link-inner .management-content-kind-item-btn-link-flex .management-content-kind-item-btn-link-arrow-area .management-content-kind-item-btn-link-arrow-box .management-content-kind-item-btn-link-arrow-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

/*
//------------------------------------------------
//	固定ページ
//------------------------------------------------
*/
#breadcrumb .md-breadcrumb {
  padding: 20px 0 20px;
}
#breadcrumb .md-breadcrumb .breadcrumb-content-area .breadcrumb-content-box .breadcrumb-list-area .breadcrumb-list-box ul li {
  position: relative;
  display: inline-block;
}
#breadcrumb .md-breadcrumb .breadcrumb-content-area .breadcrumb-content-box .breadcrumb-list-area .breadcrumb-list-box ul li:not(:first-of-type) {
  margin: 0 0 0 1em;
  padding: 0 0 0 1em;
}
#breadcrumb .md-breadcrumb .breadcrumb-content-area .breadcrumb-content-box .breadcrumb-list-area .breadcrumb-list-box ul li:not(:first-of-type) a::before {
  position: absolute;
  content: "";
  width: 0.3em;
  height: 0.3em;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  border-top: 0.05em solid #000;
  border-right: 0.05em solid #000;
  transition: all 0.3s;
}
#breadcrumb .md-breadcrumb .breadcrumb-content-area .breadcrumb-content-box .breadcrumb-list-area .breadcrumb-list-box ul li:not(:last-of-type) a {
  color: #14B6CA;
}
#breadcrumb .md-breadcrumb .breadcrumb-content-area .breadcrumb-content-box .breadcrumb-list-area .breadcrumb-list-box .breadcrumb-list-link {
  display: inline;
  color: #14B6CA;
}

#page_head .md-page_head {
  padding: 20px 0 93px;
}
#page_head .md-page_head .page_head-content-area .page_head-content-box .page_head-subject-area .page_head-subject-box .page_head-subject-ttl-area {
  font-size: 3.8rem;
  text-align: center;
  color: #1AA7B8;
}
#page_head .md-page_head .page_head-content-area .page_head-content-box .page_head-subject-area .page_head-subject-box .page_head-subject-ttl-area .page_head-subject-ttl-box .page_head-subject-ttl-text {
  font-weight: 400;
}

#about_symptoms .md-about_symptoms {
  padding: 2px 0 54px;
}
#about_symptoms .md-about_symptoms .about_symptoms-content-area .about_symptoms-content-box .about_symptoms-type-area .about_symptoms-type-box {
  max-width: 596px;
  width: 100%;
}
#about_symptoms .md-about_symptoms .about_symptoms-content-area .about_symptoms-content-box .about_symptoms-type-area .about_symptoms-type-box:not(:first-of-type) {
  margin-top: 6rem;
}
#about_symptoms .md-about_symptoms .about_symptoms-content-area .about_symptoms-content-box .about_symptoms-type-area .about_symptoms-type-box .about_symptoms-type-explanation-area {
  margin-top: 2.8rem;
}
#about_symptoms .md-about_symptoms .about_symptoms-content-area .about_symptoms-content-box .about_symptoms-type-area .about_symptoms-type-box .about_symptoms-type-explanation-area .about_symptoms-type-explanation-box .about_symptoms-type-explanation-flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#about_symptoms .md-about_symptoms .about_symptoms-content-area .about_symptoms-content-box .about_symptoms-type-area .about_symptoms-type-box .about_symptoms-type-explanation-area .about_symptoms-type-explanation-box .about_symptoms-type-explanation-flex .about_symptoms-type-explanation-figure-area {
  width: 135px;
}
#about_symptoms .md-about_symptoms .about_symptoms-content-area .about_symptoms-content-box .about_symptoms-type-area .about_symptoms-type-box .about_symptoms-type-explanation-area .about_symptoms-type-explanation-box .about_symptoms-type-explanation-flex .about_symptoms-type-explanation-letter-area {
  width: calc(100% - (135px + 9.89932886%));
}
#about_symptoms .md-about_symptoms .about_symptoms-content-area .about_symptoms-content-box .about_symptoms-type-area .about_symptoms-type-box .about_symptoms-type-explanation-area .about_symptoms-type-explanation-box .about_symptoms-type-explanation-flex .about_symptoms-type-explanation-letter-area .about_symptoms-type-explanation-letter-box .about_symptoms-type-explanation-letter-description-area {
  line-height: 2.11;
}
#about_symptoms .md-about_symptoms .about_symptoms-content-area .about_symptoms-content-box .about_symptoms-type-area .about_symptoms-type-box .about_symptoms-type-explanation-area .about_symptoms-type-explanation-box .about_symptoms-type-explanation-flex .about_symptoms-type-explanation-letter-area .about_symptoms-type-explanation-letter-box .about_symptoms-type-explanation-letter-description-area .about_symptoms-type-explanation-letter-description-box .about_symptoms-type-explanation-letter-description-text:not(:first-of-type) {
  margin-top: 1em;
}

#about_mechanism_shimi .md-about_mechanism_shimi {
  padding: 54px 0 30px;
}
#about_mechanism_shimi .md-about_mechanism_shimi .about_mechanism_shimi-content-area {
  margin-top: 4rem;
}
#about_mechanism_shimi .md-about_mechanism_shimi .about_mechanism_shimi-content-area .about_mechanism_shimi-content-box .about_mechanism_shimi-explanation-area .about_mechanism_shimi-explanation-box {
  line-height: 2.11;
}
#about_mechanism_shimi .md-about_mechanism_shimi .about_mechanism_shimi-content-area .about_mechanism_shimi-content-box .about_mechanism_shimi-explanation-area .about_mechanism_shimi-explanation-box .about_mechanism_shimi-explanation-normal-area .about_mechanism_shimi-explanation-normal-box .about_mechanism_shimi-explanation-normal-text:not(:first-of-type) {
  margin-top: 1em;
}
#about_mechanism_shimi .md-about_mechanism_shimi .about_mechanism_shimi-content-area .about_mechanism_shimi-content-box .about_mechanism_shimi-explanation-area .about_mechanism_shimi-explanation-box .about_mechanism_shimi-explanation-figrure-area {
  margin-top: 4rem;
}
#about_mechanism_shimi .md-about_mechanism_shimi .about_mechanism_shimi-content-area .about_mechanism_shimi-content-box .about_mechanism_shimi-explanation-area .about_mechanism_shimi-explanation-box .about_mechanism_shimi-explanation-figrure-area .about_mechanism_shimi-explanation-figrure-box .about_mechanism_shimi-explanation-figrure-illustration-area .about_mechanism_shimi-explanation-figrure-illustration-box {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
#about_mechanism_shimi .md-about_mechanism_shimi .about_mechanism_shimi-content-area .about_mechanism_shimi-content-box .about_mechanism_shimi-explanation-area .about_mechanism_shimi-explanation-box .about_mechanism_shimi-explanation-order-area {
  margin-top: 4rem;
}
#about_mechanism_shimi .md-about_mechanism_shimi .about_mechanism_shimi-content-area .about_mechanism_shimi-content-box .about_mechanism_shimi-explanation-area .about_mechanism_shimi-explanation-box .about_mechanism_shimi-explanation-order-area .about_mechanism_shimi-explanation-order-box .about_mechanism_shimi-explanation-order-ol {
  padding-left: 1.2em;
}
#about_mechanism_shimi .md-about_mechanism_shimi .about_mechanism_shimi-content-area .about_mechanism_shimi-content-box .about_mechanism_shimi-explanation-area .about_mechanism_shimi-explanation-box .about_mechanism_shimi-explanation-order-area .about_mechanism_shimi-explanation-order-box .about_mechanism_shimi-explanation-order-ol .about_mechanism_shimi-explanation-order-li:not(:first-of-type) {
  margin-top: 2.11em;
}

#about_mechanism_sunburn .md-about_mechanism_sunburn {
  padding: 30px 0 65px;
}
#about_mechanism_sunburn .md-about_mechanism_sunburn .about_mechanism_sunburn-content-area {
  margin-top: 6.7rem;
}
#about_mechanism_sunburn .md-about_mechanism_sunburn .about_mechanism_sunburn-content-area .about_mechanism_sunburn-content-box .about_mechanism_sunburn-kinds-area .about_mechanism_sunburn-kinds-box {
  max-width: 596px;
  width: 100%;
  margin: 0 auto;
}
#about_mechanism_sunburn .md-about_mechanism_sunburn .about_mechanism_sunburn-content-area .about_mechanism_sunburn-content-box .about_mechanism_sunburn-kinds-area .about_mechanism_sunburn-kinds-box:not(:first-of-type) {
  margin-top: 6rem;
}
#about_mechanism_sunburn .md-about_mechanism_sunburn .about_mechanism_sunburn-content-area .about_mechanism_sunburn-content-box .about_mechanism_sunburn-kinds-area .about_mechanism_sunburn-kinds-box .about_mechanism_sunburn-kinds-body-area {
  margin-top: 2rem;
  line-height: 2.11;
}
#about_mechanism_sunburn .md-about_mechanism_sunburn .about_mechanism_sunburn-content-area .about_mechanism_sunburn-content-box .about_mechanism_sunburn-kinds-area .about_mechanism_sunburn-kinds-box .about_mechanism_sunburn-kinds-body-area .about_mechanism_sunburn-kinds-body-box .about_mechanism_sunburn-kinds-unorder-area .about_mechanism_sunburn-kinds-unorder-box .about_mechanism_sunburn-kinds-unorder-ul .about_mechanism_sunburn-kinds-unorder-li {
  position: relative;
  padding: 0 0 0em 1em;
}
#about_mechanism_sunburn .md-about_mechanism_sunburn .about_mechanism_sunburn-content-area .about_mechanism_sunburn-content-box .about_mechanism_sunburn-kinds-area .about_mechanism_sunburn-kinds-box .about_mechanism_sunburn-kinds-body-area .about_mechanism_sunburn-kinds-body-box .about_mechanism_sunburn-kinds-unorder-area .about_mechanism_sunburn-kinds-unorder-box .about_mechanism_sunburn-kinds-unorder-ul .about_mechanism_sunburn-kinds-unorder-li::before {
  display: block;
  position: absolute;
  content: "";
  width: 0.5833em;
  height: 0.5833em;
  top: 0.725em;
  left: 0px;
  background-image: url(images/new/common/shimi-common-ttl-decoration-b-01-01-01.svg);
  background-size: contain;
  background-position: top 50% left 50%;
}
#about_mechanism_sunburn .md-about_mechanism_sunburn .about_mechanism_sunburn-content-area .about_mechanism_sunburn-content-box .about_mechanism_sunburn-kinds-area .about_mechanism_sunburn-kinds-box .about_mechanism_sunburn-kinds-body-area .about_mechanism_sunburn-kinds-body-box .about_mechanism_sunburn-kinds-unorder-area .about_mechanism_sunburn-kinds-unorder-box .about_mechanism_sunburn-kinds-unorder-ul .about_mechanism_sunburn-kinds-unorder-li:not(:first-of-type) {
  margin-top: 1.5em;
}

#supervisor .md-supervisor {
  padding: 65px 0 60px;
}
#supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box {
  padding: 51px 65px 44px;
	padding: 51px 0 44px;
  border-width: 3px;
  border-style: solid;
  border-color: #12B6CA;
  border-radius: 20px;
  max-width: 765px;
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
#supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner {
	margin: 0 auto;
	max-width: 622px;
}
#supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area {
  margin-top: 2.2rem;
}
#supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area .supervisor-profile-box .supervisor-profile-flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area .supervisor-profile-box .supervisor-profile-flex .supervisor-profile-figure-area {
  width: 147.37px;
}
#supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area .supervisor-profile-box .supervisor-profile-flex .supervisor-profile-letter-area {
  width: calc(100% - (147.37px + 6.758116884%));
}
#supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area .supervisor-profile-box .supervisor-profile-flex .supervisor-profile-letter-area .supervisor-profile-letter-box .supervisor-profile-letter-name-area .supervisor-profile-letter-name-box {
  font-size: 2rem;
  color: #12B6CA;
  line-height: 1.5;
}
#supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area .supervisor-profile-box .supervisor-profile-flex .supervisor-profile-letter-area .supervisor-profile-letter-box .supervisor-profile-letter-name-area .supervisor-profile-letter-name-box .supervisor-profile-letter-name-text {
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
#supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area .supervisor-profile-box .supervisor-profile-flex .supervisor-profile-letter-area .supervisor-profile-letter-box .supervisor-profile-letter-qualification-area {
  margin-top: 1.3rem;
}
#supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area .supervisor-profile-box .supervisor-profile-flex .supervisor-profile-letter-area .supervisor-profile-letter-box .supervisor-profile-letter-qualification-area .supervisor-profile-letter-qualification-box {
  line-height: 1.65;
}
#supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area .supervisor-profile-box .supervisor-profile-flex .supervisor-profile-letter-area .supervisor-profile-letter-box .supervisor-profile-letter-qualification-area .supervisor-profile-letter-qualification-box .supervisor-profile-letter-qualification-text:not(:first-of-type) {
  margin-top: 1em;
}
#supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area .supervisor-profile-box .supervisor-profile-flex .supervisor-profile-letter-area .supervisor-profile-letter-box .supervisor-profile-letter-info-area {
  margin-top: 3rem;
}
#supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area .supervisor-profile-box .supervisor-profile-flex .supervisor-profile-letter-area .supervisor-profile-letter-box .supervisor-profile-letter-info-area .supervisor-profile-letter-info-box {
  line-height: 1.65;
}
#supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area .supervisor-profile-box .supervisor-profile-flex .supervisor-profile-letter-area .supervisor-profile-letter-box .supervisor-profile-letter-info-area .supervisor-profile-letter-info-box .supervisor-profile-letter-info-flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area .supervisor-profile-box .supervisor-profile-flex .supervisor-profile-letter-area .supervisor-profile-letter-box .supervisor-profile-letter-info-area .supervisor-profile-letter-info-box .supervisor-profile-letter-info-flex .supervisor-profile-letter-info-career-area {
  width: calc(100% - (144px + 5%));
	width: auto;
}
#supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area .supervisor-profile-box .supervisor-profile-flex .supervisor-profile-letter-area .supervisor-profile-letter-box .supervisor-profile-letter-info-area .supervisor-profile-letter-info-box .supervisor-profile-letter-info-flex .supervisor-profile-letter-info-career-area .supervisor-profile-letter-info-career-box .supervisor-profile-letter-info-career-description-area .supervisor-profile-letter-info-career-description-box .supervisor-profile-letter-info-career-description-text:not(:first-of-type) {
  margin-top: 1em;
}
#supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area .supervisor-profile-box .supervisor-profile-flex .supervisor-profile-letter-area .supervisor-profile-letter-box .supervisor-profile-letter-info-area .supervisor-profile-letter-info-box .supervisor-profile-letter-info-flex .supervisor-profile-letter-info-affiliation-area {
  width: 144px;
	width: auto;
}
#supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area .supervisor-profile-box .supervisor-profile-flex .supervisor-profile-letter-area .supervisor-profile-letter-box .supervisor-profile-letter-info-area .supervisor-profile-letter-info-box .supervisor-profile-letter-info-flex .supervisor-profile-letter-info-affiliation-area .supervisor-profile-letter-info-affiliation-box .supervisor-profile-letter-info-affiliation-description-area .supervisor-profile-letter-info-affiliation-description-box .supervisor-profile-letter-info-affiliation-description-text:not(:first-of-type) {
  margin-top: 1em;
}

#treatment_telephone .md-treatment_telephone {
  padding: 30px 0 25px;
}
#treatment_telephone .md-treatment_telephone .treatment_telephone-content-area .treatment_telephone-content-box .treatment_telephone-banner-area .treatment_telephone-banner-box {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

#treatment_method .md-treatment_method {
  padding: 0px 0 25px;
}
#treatment_method .md-treatment_method .treatment_method-content-area .treatment_method-content-box .treatment_method-type-area .treatment_method-type-box {
  max-width: 643px;
  width: 100%;
}
#treatment_method .md-treatment_method .treatment_method-content-area .treatment_method-content-box .treatment_method-type-area .treatment_method-type-box:not(:first-of-type) {
  margin-top: 6rem;
}
#treatment_method .md-treatment_method .treatment_method-content-area .treatment_method-content-box .treatment_method-type-area .treatment_method-type-box .treatment_method-type-body-area {
  margin-top: 2rem;
}
#treatment_method .md-treatment_method .treatment_method-content-area .treatment_method-content-box .treatment_method-type-area .treatment_method-type-box .treatment_method-type-body-area .treatment_method-type-body-box .treatment_method-type-lead-area {
  line-height: 2.11;
}
#treatment_method .md-treatment_method .treatment_method-content-area .treatment_method-content-box .treatment_method-type-area .treatment_method-type-box .treatment_method-type-body-area .treatment_method-type-body-box .treatment_method-type-lead-area .treatment_method-type-lead-box .treatment_method-type-lead-text:not(:first-of-type) {
  margin-top: 1em;
}
#treatment_method .md-treatment_method .treatment_method-content-area .treatment_method-content-box .treatment_method-type-area .treatment_method-type-box .treatment_method-type-body-area .treatment_method-type-body-box .treatment_method-type-detail-area {
  margin-top: 4.8rem;
}
#treatment_method .md-treatment_method .treatment_method-content-area .treatment_method-content-box .treatment_method-type-area .treatment_method-type-box .treatment_method-type-body-area .treatment_method-type-body-box .treatment_method-type-detail-area .treatment_method-type-detail-box {
  padding-left: 2.4rem;
}
#treatment_method .md-treatment_method .treatment_method-content-area .treatment_method-content-box .treatment_method-type-area .treatment_method-type-box .treatment_method-type-body-area .treatment_method-type-body-box .treatment_method-type-detail-area .treatment_method-type-detail-box:not(:first-of-type) {
  margin-top: 4rem;
}
#treatment_method .md-treatment_method .treatment_method-content-area .treatment_method-content-box .treatment_method-type-area .treatment_method-type-box .treatment_method-type-body-area .treatment_method-type-body-box .treatment_method-type-detail-area .treatment_method-type-detail-box .treatment_method-type-detail-body-area {
  margin-top: 0.6rem;
}
#treatment_method .md-treatment_method .treatment_method-content-area .treatment_method-content-box .treatment_method-type-area .treatment_method-type-box .treatment_method-type-body-area .treatment_method-type-body-box .treatment_method-type-detail-area .treatment_method-type-detail-box .treatment_method-type-detail-body-area .treatment_method-type-detail-body-box:not(:first-of-type) {
  margin-top: 2.4rem;
}
#treatment_method .md-treatment_method .treatment_method-content-area .treatment_method-content-box .treatment_method-type-area .treatment_method-type-box .treatment_method-type-body-area .treatment_method-type-body-box .treatment_method-type-detail-area .treatment_method-type-detail-box .treatment_method-type-detail-body-area .treatment_method-type-detail-body-box .treatment_method-type-detail-body-main-area .treatment_method-type-detail-body-main-box:not(:first-of-type) {
  margin-top: 1.2rem;
}
#treatment_method .md-treatment_method .treatment_method-content-area .treatment_method-content-box .treatment_method-type-area .treatment_method-type-box .treatment_method-type-body-area .treatment_method-type-body-box .treatment_method-type-detail-area .treatment_method-type-detail-box .treatment_method-type-detail-body-area .treatment_method-type-detail-body-box .treatment_method-type-detail-body-main-area .treatment_method-type-detail-body-main-box .treatment_method-type-detail-body-list-ul {
  line-height: 2.11;
}
#treatment_method .md-treatment_method .treatment_method-content-area .treatment_method-content-box .treatment_method-type-area .treatment_method-type-box .treatment_method-type-body-area .treatment_method-type-body-box .treatment_method-type-detail-area .treatment_method-type-detail-box .treatment_method-type-detail-body-area .treatment_method-type-detail-body-box .treatment_method-type-detail-body-main-area .treatment_method-type-detail-body-main-box .treatment_method-type-detail-body-list-ul .treatment_method-type-detail-body-list-li {
  position: relative;
  padding: 0 0 0em 2em;
}
#treatment_method .md-treatment_method .treatment_method-content-area .treatment_method-content-box .treatment_method-type-area .treatment_method-type-box .treatment_method-type-body-area .treatment_method-type-body-box .treatment_method-type-detail-area .treatment_method-type-detail-box .treatment_method-type-detail-body-area .treatment_method-type-detail-body-box .treatment_method-type-detail-body-main-area .treatment_method-type-detail-body-main-box .treatment_method-type-detail-body-list-ul .treatment_method-type-detail-body-list-li::before {
  display: block;
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  top: 0.825em;
  left: 0px;
  background-image: url(images/new/common/shimi-common-ttl-decoration-c-01-01-01.svg);
  background-size: contain;
  background-position: top 50% left 50%;
}
#treatment_method .md-treatment_method .treatment_method-content-area .treatment_method-content-box .treatment_method-type-area .treatment_method-type-box .treatment_method-type-body-area .treatment_method-type-body-box .treatment_method-type-detail-area .treatment_method-type-detail-box .treatment_method-type-detail-body-area .treatment_method-type-detail-body-box .treatment_method-type-detail-body-main-area .treatment_method-type-detail-body-main-box .treatment_method-type-detail-body-list-ul .treatment_method-type-detail-body-list-li:not(:first-of-type) {
  margin-top: 1.2rem;
}
#treatment_method .md-treatment_method .treatment_method-content-area .treatment_method-content-box .treatment_method-type-area .treatment_method-type-box .treatment_method-type-body-area .treatment_method-type-body-box .treatment_method-type-detail-area .treatment_method-type-detail-box .treatment_method-type-detail-body-area .treatment_method-type-detail-body-box .treatment_method-type-detail-body-main-area .treatment_method-type-detail-body-main-box .treatment_method-type-detail-body-description-area {
  line-height: 2.11;
}
#treatment_method .md-treatment_method .treatment_method-content-area .treatment_method-content-box .treatment_method-type-area .treatment_method-type-box .treatment_method-type-body-area .treatment_method-type-body-box .treatment_method-type-detail-area .treatment_method-type-detail-box .treatment_method-type-detail-body-area .treatment_method-type-detail-body-box .treatment_method-type-detail-body-main-area .treatment_method-type-detail-body-main-box .treatment_method-type-detail-body-description-area .treatment_method-type-detail-body-description-box .treatment_method-type-detail-body-description-text:not(:first-of-type) {
  margin-top: 1em;
}
#treatment_method .md-treatment_method .treatment_method-content-area .treatment_method-content-box .treatment_method-type-area .treatment_method-type-box .treatment_method-type-body-area .treatment_method-type-body-box .treatment_method-type-detail-area .treatment_method-type-detail-box .treatment_method-type-detail-body-area .treatment_method-type-detail-body-box .treatment_method-type-detail-body-btn-area {
  max-width: 167px;
}

#faq .md-faq {
  padding: 0px 0 38px;
}
#faq .md-faq .faq-content-area .faq-content-box .qa-area .qa-box {
  max-width: 682px;
  width: 100%;
}

#faq_telephone .md-faq_telephone {
  padding: 38px 0 82px;
}
#faq_telephone .md-faq_telephone .faq_telephone-content-area .faq_telephone-content-box .faq_telephone-banner-area .faq_telephone-banner-box {
  position: relative;
  width: 100%;
  max-width: 682px;
  margin: 0 auto;
}

/*
//------------------------------------------------
//	アーカイブページ
//------------------------------------------------
*/
/*
//------------------------------------------------
//	投稿ページ
//------------------------------------------------
*/
@media (max-width: 1540px) {
  .block-laptop {
    display: block;
  }
  .none-laptop {
    display: none;
  }
}
@media (max-width: 1368px) {
  .block-laptopmini {
    display: block;
  }
  .none-laptopmini {
    display: none;
  }
}
@media (max-width: 1080px) {
  .block-tbpro {
    display: block;
  }
  .none-tbpro {
    display: none;
  }
  /*
  //------------------------------------------------
  //	全ページ共通
  //------------------------------------------------
  */
  #header-area .header-top-area .header-top-box {
    margin: 0 calc(70px + 2%) 0 2%;
    width: calc(100% - 70px - 2% - 2%);
    padding: 10px 0 8px 0;
  }
  #header-area .header-top-area .header-top-box .header-top-flex .header-top-left-area .header-top-left-box .header-top-left-flex .header-top-left-logo-area .logo-box {
    width: 219px;
  }
  #header-area .header-top-area .header-top-box .header-top-flex .header-top-right-area .header-top-right-box .header-top-tel-area .header-top-tel-box {
    width: 127px;
  }
  #header-area .header-bottom-area {
    display: none;
  }
  .site-content {
    margin-top: 54px;
  }
  /*ハンバーガー(2)始*/
  .h-menu_box {
    display: block;
  }
  /*ハンバーガー(2)終*/
  /*
  //------------------------------------------------
  //	トップページ
  //------------------------------------------------
  */
  #hero .hero-inner {
    width: 100%;
  }
  #hero .md-hero {
    padding: 0px 0 25px;
  }
  .layout-two-column-area .layout-two-column-box .layout-two-column-flex .layout-two-column-main-area {
    width: 100%;
  }
  #sidebar {
    display: none;
  }
  #home_external {
    display: block;
  }
  #management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex .management-content-kind-item .management-content-kind-item-inner .management-content-kind-item-flex .management-content-kind-item-top-area .management-content-kind-item-top-box .management-content-kind-item-ttl-area {
    font-size: 2rem;
  }
  #management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex .management-content-kind-item .management-content-kind-item-inner .management-content-kind-item-flex .management-content-kind-item-bottom-area {
    margin-top: 25px;
  }
  #management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex .management-content-kind-item .management-content-kind-item-inner .management-content-kind-item-flex .management-content-kind-item-bottom-area .management-content-kind-item-bottom-box .management-content-kind-item-btn-area .management-content-kind-item-btn-box .management-content-kind-item-btn-link {
    font-size: 1.7rem;
  }
  /*
  //------------------------------------------------
  //	固定ページ
  //------------------------------------------------
  */
  #page_head .md-page_head {
    padding: 20px 0 80px;
  }
  #page_head .md-page_head .page_head-content-area .page_head-content-box .page_head-subject-area .page_head-subject-box .page_head-subject-ttl-area {
    font-size: 3.1rem;
  }
  #about_symptoms .md-about_symptoms {
    padding: 0px 0 54px;
  }
  #about_symptoms .md-about_symptoms .about_symptoms-content-area .about_symptoms-content-box .about_symptoms-type-area .about_symptoms-type-box {
    max-width: none;
  }
  #faq .md-faq .faq-content-area .faq-content-box .qa-area .qa-box {
    max-width: none;
  }
  /*
  //------------------------------------------------
  //	アーカイブページ
  //------------------------------------------------
  */
  /*
  //------------------------------------------------
  //	投稿ページ
  //------------------------------------------------
  */
}
@media (max-width: 834px) {
  .block-tb {
    display: block;
  }
  .none-tb {
    display: none;
  }
  /*
  //------------------------------------------------
  //	全ページ共通
  //------------------------------------------------
  */
  /*ハンバーガー(2)始*/
  .h-gnav {
    width: 100%;
  }
  .h-gnav .modal-area .modal-box .logo-area {
    margin-left: 0;
  }
  .h-gnav .modal-area .modal-box .logo-area .logo-flex {
    height: 100%;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .h-gnav .modal-area .modal-box .logo-area .logo-flex .logo-img-area {
    width: 375px;
  }
  .h-gnav .modal-area .modal-box .modal-nav {
    margin-top: 3.5rem;
    margin-top: 4rem;
  }
  /*ハンバーガー(2)終*/
  /*
  //------------------------------------------------
  //	トップページ
  //------------------------------------------------
  */
  /*
  //------------------------------------------------
  //	固定ページ
  //------------------------------------------------
  */
  /*
  //------------------------------------------------
  //	アーカイブページ
  //------------------------------------------------
  */
  /*
  //------------------------------------------------
  //	投稿ページ
  //------------------------------------------------
  */
}
@media (max-width: 764px) {
  .block-tbmini {
    display: block;
  }
  .none-tbmini {
    display: none;
  }
  /*
  //------------------------------------------------
  //	全ページ共通
  //------------------------------------------------
  */
  #site-footer .footer-main .footer-bottom .md-footer-bottom {
    padding: 30px 0 30px;
  }
  #site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-head-area {
    margin-bottom: 36px;
  }
  #site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-head-area .footer-bottom-head-box .footer-bottom-head-supplement-area {
    margin-bottom: 2.64em;
  }
  #site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-head-area .footer-bottom-head-box .footer-bottom-head-logo-area .footer-bottom-head-logo-box {
    width: 100%;
    margin: 0 auto;
  }
  #site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  #site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-left-area {
    width: 100%;
    max-width: 374px;
  }
  #site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-left-area .footer-bottom-content-left-box {
    width: 100%;
  }
  #site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-left-area .footer-bottom-content-left-box .footer-bottom-info-area .footer-bottom-info-box .footer-bottom-info-tel-area {
    margin-top: 1.8rem;
  }
  #site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-left-area .footer-bottom-content-left-box .footer-bottom-info-area .footer-bottom-info-box .footer-bottom-info-tel-area .footer-bottom-info-tel-box .footer-bottom-info-tel-link .footer-bottom-info-tel-flex {
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  #site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-left-area .footer-bottom-content-left-box .footer-bottom-info-area .footer-bottom-info-box .footer-bottom-info-schedule-area {
    margin-top: 2.5rem;
  }
  #site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-left-area .footer-bottom-content-left-box .footer-bottom-info-area .footer-bottom-info-box .footer-bottom-info-advice-area {
    margin-top: 2rem;
  }
  #site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-right-area {
    margin-top: 6rem;
    width: 100%;
  }
  #site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-content-area .footer-bottom-content-box .footer-bottom-content-flex .footer-bottom-content-right-area .footer-bottom-content-right-box .footer-bottom-map-area .footer-bottom-map-box .footer-bottom-map-content-area .footer-bottom-map-content-box {
    padding-top: 342px;
  }
  #site-footer .footer-main .footer-bottom .md-footer-bottom .footer-bottom-menu-area {
    display: none;
  }
  /*
  //------------------------------------------------
  //	トップページ
  //------------------------------------------------
  */
  #home_feature .md-home_feature .home_feature-content-area .home_feature-content-box .home_feature-advantage-area .home_feature-advantage-box:not(:first-of-type) {
    margin-top: 6rem;
  }
  #home_feature .md-home_feature .home_feature-content-area .home_feature-content-box .home_feature-advantage-area .home_feature-advantage-box .home_feature-advantage-flex {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  #home_feature .md-home_feature .home_feature-content-area .home_feature-content-box .home_feature-advantage-area .home_feature-advantage-box .home_feature-advantage-flex .home_feature-advantage-head-area {
    width: 100%;
  }
  #home_feature .md-home_feature .home_feature-content-area .home_feature-content-box .home_feature-advantage-area .home_feature-advantage-box .home_feature-advantage-flex .home_feature-advantage-body-area {
    margin-top: 2rem;
    width: 100%;
  }
  #clinic .md-clinic {
    padding: 22px 0 30px;
  }
  #clinic .md-clinic .clinic-content-area {
    margin-top: 6rem;
  }
  #clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  #clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item {
    width: 100%;
    max-width: 312px;
  }
  #clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item:nth-of-type(n+3) {
    margin-top: 0px;
  }
  #clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item:nth-of-type(n+2) {
    margin-top: 60px;
  }
  #clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-kind-area .clinic-content-kind-box .clinic-content-kind-flex .clinic-content-kind-item .clinic-content-kind-item-inner .clinic-content-kind-item-flex .clinic-content-kind-item-bottom-area .clinic-content-kind-item-bottom-box .clinic-content-kind-item-btn-area .clinic-content-kind-item-btn-box .clinic-content-kind-item-btn-link {
    font-size: 2rem;
  }
  #clinic .md-clinic .clinic-content-area .clinic-content-box .clinic-content-lead-area {
    margin-bottom: 6rem;
  }
  #management .md-management {
    padding: 42px 0 80px;
  }
  #management .md-management .management-content-area {
    margin-top: 6rem;
  }
  #management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  #management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex .management-content-kind-item {
    width: 100%;
    max-width: 238px;
  }
  #management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex .management-content-kind-item:nth-of-type(n+4) {
    margin-top: 0px;
  }
  #management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex .management-content-kind-item:nth-of-type(n+2) {
    margin-top: 80px;
  }
  #management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex .management-content-kind-item .management-content-kind-item-inner .management-content-kind-item-flex .management-content-kind-item-top-area .management-content-kind-item-top-box .management-content-kind-item-ttl-area {
    font-size: 2.4rem;
  }
  #management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex .management-content-kind-item .management-content-kind-item-inner .management-content-kind-item-flex .management-content-kind-item-bottom-area {
    margin-top: 35px;
  }
  #management .md-management .management-content-area .management-content-box .management-content-kind-area .management-content-kind-box .management-content-kind-flex .management-content-kind-item .management-content-kind-item-inner .management-content-kind-item-flex .management-content-kind-item-bottom-area .management-content-kind-item-bottom-box .management-content-kind-item-btn-area .management-content-kind-item-btn-box .management-content-kind-item-btn-link {
    font-size: 2rem;
  }
  /*
  //------------------------------------------------
  //	固定ページ
  //------------------------------------------------
  */
  #supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box {
    padding: 40px 40px 40px;
  }
  #supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area .supervisor-profile-box .supervisor-profile-flex .supervisor-profile-letter-area .supervisor-profile-letter-box .supervisor-profile-letter-info-area .supervisor-profile-letter-info-box .supervisor-profile-letter-info-flex {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  #supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area .supervisor-profile-box .supervisor-profile-flex .supervisor-profile-letter-area .supervisor-profile-letter-box .supervisor-profile-letter-info-area .supervisor-profile-letter-info-box .supervisor-profile-letter-info-flex .supervisor-profile-letter-info-career-area {
    width: 100%;
  }
  #supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area .supervisor-profile-box .supervisor-profile-flex .supervisor-profile-letter-area .supervisor-profile-letter-box .supervisor-profile-letter-info-area .supervisor-profile-letter-info-box .supervisor-profile-letter-info-flex .supervisor-profile-letter-info-affiliation-area {
    margin-top: 3rem;
    width: 100%;
  }
  /*
  //------------------------------------------------
  //	アーカイブページ
  //------------------------------------------------
  */
  /*
  //------------------------------------------------
  //	投稿ページ
  //------------------------------------------------
  */
}
@media (max-width: 600px) {
  .block-wsp {
    display: block;
  }
  .none-wsp {
    display: none;
  }
  /*
  //------------------------------------------------
  //	全ページ共通
  //------------------------------------------------
  */
  /*
  //------------------------------------------------
  //	トップページ
  //------------------------------------------------
  */
  /*
  //------------------------------------------------
  //	固定ページ
  //------------------------------------------------
  */
  /*
  //------------------------------------------------
  //	アーカイブページ
  //------------------------------------------------
  */
  /*
  //------------------------------------------------
  //	投稿ページ
  //------------------------------------------------
  */
}
@media (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }
  .block-sp {
    display: block;
  }
  .none-sp {
    display: none;
  }
  /*
  //------------------------------------------------
  //	全ページ共通
  //------------------------------------------------
  */
  #header-area .header-top-area .header-top-box {
    margin: 0 calc(70px + 2%) 0 2%;
    width: calc(100% - 70px - 2% - 2%);
    padding: 16px 0 12px 0;
  }
  #header-area .header-top-area .header-top-box .header-top-flex {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  #header-area .header-top-area .header-top-box .header-top-flex .header-top-left-area .header-top-left-box .header-top-left-flex .header-top-left-logo-area .logo-box {
    width: 219px;
  }
  #header-area .header-top-area .header-top-box .header-top-flex .header-top-right-area {
    margin-top: 2px;
  }
  #header-area .header-top-area .header-top-box .header-top-flex .header-top-right-area .header-top-right-box .header-top-tel-area .header-top-tel-box {
    width: 127px;
  }
  .site-content {
    margin-top: 88px;
  }
  #site-footer .copyright .md-copyright .copyright-content-area .copyright-content-box .copyright-main-area .copyright-main-box .copyright-main-letter-area .copyright-main-letter-box .copyright-main-letter-text .copy-address {
    text-align: left;
  }
  /*ハンバーガー(2)始*/
  .h-menu_box {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 24px;
    border-radius: 30px;
  }
  .h-menu_box .nav-toggle {
    width: 14px;
  }
  .h-menu_box .nav-toggle span {
    height: 1px;
  }
  .h-gnav .modal-area {
    padding: 98px 0 0;
  }
  .h-gnav .modal-area .modal-box {
    width: 93%;
  }
  .h-gnav .modal-area .modal-box .logo-area .logo-flex .logo-img-area {
    width: 85%;
    max-width: 350px;
  }
  .h-gnav .modal-area .modal-box .logo-area .logo-flex .logo-img-area .logo-img-box {
    width: 100%;
  }
  .h-gnav .modal-area .modal-box .modal-nav {
    margin-top: 3rem;
  }
  .h-gnav .modal-area .modal-box .modal-nav .modal-nav-ul .modal-nav-li .modal-nav-link {
    padding: 12px 20px 13px 20px;
    font-size: 1.5rem;
    line-height: 1.45;
  }
  .h-gnav .modal-area .modal-box .modal-nav .modal-nav-ul .modal-nav-li .modal-nav-link::after {
    right: 20px;
  }
  .h-gnav .modal-area .modal-box .modal-nav .modal-nav-ul .modal-sub-nav-ul .modal-sub-nav-li .modal-sub-nav-link {
    padding: 12px 22px 13px 34px;
    font-size: 1.3rem;
  }
  /*ハンバーガー(2)終*/
  .content-ttl-area-a .content-ttl-box .content-ttl-main-area {
    font-size: 1.8rem;
  }
  .content-ttl-area-a .content-ttl-box .content-ttl-main-area.have-decoration .content-ttl-main-box .content-ttl-main-flex .content-ttl-main-letter-area {
    max-width: calc(100% - 5em);
  }
  .content-ttl-area-a .content-ttl-box .content-ttl-main-area.have-decoration .content-ttl-main-box .content-ttl-main-flex .content-ttl-main-decoration-area {
    width: 1.56em;
  }
  .content-ttl-area-a .content-ttl-box .content-ttl-main-area.have-decoration .content-ttl-main-box .content-ttl-main-flex .content-ttl-main-decoration-area.decoration-area-before {
    margin-right: 0.94em;
  }
  .content-ttl-area-a .content-ttl-box .content-ttl-main-area.have-decoration .content-ttl-main-box .content-ttl-main-flex .content-ttl-main-decoration-area.decoration-area-after {
    margin-left: 0.94em;
  }
  .content-ttl-area-a.sp-align-left {
    text-align: left;
  }
  .content-ttl-area-a.sp-align-left .content-ttl-box .content-ttl-main-area {
    font-size: 2rem;
  }
  .content-ttl-area-a.sp-align-left .content-ttl-box .content-ttl-main-area .content-ttl-main-box .content-ttl-main-flex {
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  .content-ttl-area-a.content-ttl-clinic .content-ttl-box .content-ttl-main-area {
    font-size: 2.8rem;
  }
  .content-ttl-area-a.content-ttl-clinic .content-ttl-box .content-ttl-main-area .content-ttl-main-box .content-ttl-main-flex {
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .content-ttl-area-a.content-ttl-management .content-ttl-box .content-ttl-main-area {
    font-size: 2.4rem;
  }
  .content-ttl-area-a.content-ttl-management .content-ttl-box .content-ttl-main-area .content-ttl-main-box .content-ttl-main-flex {
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .content-ttl-area-b .content-ttl-box .content-ttl-main-area {
    font-size: 2rem;
  }
  .content-ttl-area-b .content-ttl-box .content-ttl-main-area .content-ttl-main-box {
    padding: 1.25em 5%;
  }
  .content-ttl-area-b .content-ttl-box .content-ttl-main-area .content-ttl-main-box::before {
    width: 100vw;
    border-radius: 0em;
  }
  .content-ttl-area-c .content-ttl-box {
    font-size: 2rem;
  }
  /*
  //------------------------------------------------
  //	トップページ
  //------------------------------------------------
  */
  #please .md-please {
    padding: 27px 0 40px;
  }
  #please .md-please .please-content-area .please-content-box .please-frame-area .please-frame-box {
    padding: 1.25em 1em 2em;
  }
  #please .md-please .please-content-area .please-content-box .please-frame-area .please-frame-box .please-frame-inner .please-frame-content-area .please-frame-content-box .please-frame-favor-area .please-frame-favor-box .please-frame-favor-head-area .please-frame-favor-head-box .please-frame-favor-ttl-area {
    font-size: 2.4rem;
    text-align: center;
  }
  #please .md-please .please-content-area .please-content-box .please-frame-area .please-frame-box .please-frame-inner .please-frame-content-area .please-frame-content-box .please-frame-favor-area .please-frame-favor-box .please-frame-favor-body-area {
    font-size: 1.6rem;
  }
  #home_feature .md-home_feature {
    padding: 40px 0 53px;
  }
  #home_feature .md-home_feature .home_feature-content-area .home_feature-content-box .home_feature-advantage-area .home_feature-advantage-box .home_feature-advantage-flex .home_feature-advantage-head-area .home_feature-advantage-head-box .home_feature-advantage-head-flex .home_feature-advantage-ttl-area {
    width: calc(100% - 66px - 28px);
    margin-left: 28px;
    font-size: 2.2rem;
  }
  #home_feature .md-home_feature .home_feature-content-area .home_feature-content-box .home_feature-advantage-area .home_feature-advantage-box .home_feature-advantage-flex .home_feature-advantage-body-area {
    margin-top: 2.3rem;
  }
  #home_feature .md-home_feature .home_feature-content-area .home_feature-content-box .home_feature-advantage-area .home_feature-advantage-box .home_feature-advantage-flex .home_feature-advantage-body-area .home_feature-advantage-body-box .home_feature-advantage-description-area {
    font-size: 1.6rem;
  }
  #home_target .md-home_target {
    padding: 53px 0 28px;
  }
  #home_target .md-home_target .home_target-content-area {
    margin-top: 3.5rem;
  }
  #home_target .md-home_target .home_target-content-area .home_target-content-box .home_target-worries-area .home_target-worries-box .home_target-worries-pc-area {
    display: none;
  }
  #home_target .md-home_target .home_target-content-area .home_target-content-box .home_target-worries-area .home_target-worries-box .home_target-worries-sp-area {
    display: block;
  }
  #home_explanation .md-home_explanation {
    padding: 28px 0 30px;
  }
  #home_explanation .md-home_explanation .home_explanation-content-area {
    margin-top: 3.2rem;
  }
  #home_explanation .md-home_explanation .home_explanation-content-area .home_explanation-content-box .home_explanation-description-area {
    font-size: 1.6rem;
  }
  #home_faq .md-home_faq {
    padding: 30px 0 20px;
  }
  #home_faq .md-home_faq .home_faq-content-area {
    margin-top: 3.8rem;
  }
  .module-qa .qa-box .qa-flex {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .module-qa .qa-box .qa-flex .qa-item:first-of-type .qa-item-inner {
    padding: 0px 0px 40px;
  }
  .module-qa .qa-box .qa-flex .qa-item:not(:first-of-type) .qa-item-inner {
    padding: 40px 0px 40px;
  }
  .module-qa .qa-box .qa-flex .qa-item .qa-item-inner {
    padding: 40px 0px 40px;
  }
  .module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-question-area {
    font-size: 2rem;
  }
  .module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-question-area .qa-item-question-box .qa-item-question-inner .qa-item-question-flex .qa-item-question-main-area .qa-item-question-main-box .qa-item-question-main-flex {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-question-area .qa-item-question-box .qa-item-question-inner .qa-item-question-flex .qa-item-question-main-area .qa-item-question-main-box .qa-item-question-main-flex .qa-item-question-main-letter-area {
    margin-top: 0.8rem;
    margin-left: 0px;
    font-size: 0.9em;
  }
  .module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-answer-area {
    margin-top: 40px;
  }
  .module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-answer-area .qa-item-answer-box .qa-item-answer-inner .qa-item-answer-flex .qa-item-answer-main-area .qa-item-answer-main-box .qa-item-answer-main-flex {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-answer-area .qa-item-answer-box .qa-item-answer-inner .qa-item-answer-flex .qa-item-answer-main-area .qa-item-answer-main-box .qa-item-answer-main-flex .qa-item-answer-main-icon-area {
    font-size: 2rem;
  }
  .module-qa .qa-box .qa-flex .qa-item .qa-item-inner .qa-item-flex .qa-item-answer-area .qa-item-answer-box .qa-item-answer-inner .qa-item-answer-flex .qa-item-answer-main-area .qa-item-answer-main-box .qa-item-answer-main-flex .qa-item-answer-main-letter-area {
    margin-top: 1.3rem;
    margin-left: 0px;
    font-size: 1.6rem;
  }
  .module-qa.last-border-none .qa-box .qa-flex .qa-item:last-of-type .qa-item-inner {
    padding: 40px 0px 0px;
  }
  #home_telephone .md-home_telephone {
    padding: 20px 0 42px;
  }
  #home_telephone .md-home_telephone .home_telephone-content-area .home_telephone-content-box .home_telephone-banner-area .home_telephone-banner-box {
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
  }
  /*
  //------------------------------------------------
  //	固定ページ
  //------------------------------------------------
  */
  #page_head .md-page_head {
    padding: 20px 0 60px;
  }
  #page_head .md-page_head .page_head-content-area .page_head-content-box .page_head-subject-area .page_head-subject-box .page_head-subject-ttl-area {
    font-size: 2.4rem;
  }
  #about_symptoms .md-about_symptoms .about_symptoms-content-area .about_symptoms-content-box .about_symptoms-type-area .about_symptoms-type-box .about_symptoms-type-explanation-area .about_symptoms-type-explanation-box .about_symptoms-type-explanation-flex {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  #about_symptoms .md-about_symptoms .about_symptoms-content-area .about_symptoms-content-box .about_symptoms-type-area .about_symptoms-type-box .about_symptoms-type-explanation-area .about_symptoms-type-explanation-box .about_symptoms-type-explanation-flex .about_symptoms-type-explanation-figure-area {
    max-width: 135px;
    width: 50%;
  }
  #about_symptoms .md-about_symptoms .about_symptoms-content-area .about_symptoms-content-box .about_symptoms-type-area .about_symptoms-type-box .about_symptoms-type-explanation-area .about_symptoms-type-explanation-box .about_symptoms-type-explanation-flex .about_symptoms-type-explanation-letter-area {
    margin-top: 2.5rem;
    width: 100%;
  }
  #supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box {
    padding: 20px 20px 25px;
  }
  #supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area .supervisor-profile-box .supervisor-profile-flex {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  #supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area .supervisor-profile-box .supervisor-profile-flex .supervisor-profile-figure-area {
    width: 50%;
    max-width: 147.37px;
  }
  #supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area .supervisor-profile-box .supervisor-profile-flex .supervisor-profile-letter-area {
    margin-top: 2.5rem;
    width: 100%;
  }
  #supervisor .md-supervisor .supervisor-content-area .supervisor-content-box .supervisor-float-area .supervisor-float-box .supervisor-float-inner .supervisor-profile-area .supervisor-profile-box .supervisor-profile-flex .supervisor-profile-letter-area .supervisor-profile-letter-box .supervisor-profile-letter-name-area .supervisor-profile-letter-name-box {
    font-size: 1.8rem;
  }
  #faq .md-faq {
    padding: 0px 0 20px;
  }
  #faq_telephone .md-faq_telephone {
    padding: 20px 0 82px;
  }
  #faq_telephone .md-faq_telephone .faq_telephone-content-area .faq_telephone-content-box .faq_telephone-banner-area .faq_telephone-banner-box {
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
  }
  /*
  //------------------------------------------------
  //	アーカイブページ
  //------------------------------------------------
  */
  /*
  //------------------------------------------------
  //	投稿ページ
  //------------------------------------------------
  */
}/*# sourceMappingURL=style.css.map */