@charset "UTF-8";

:root {
  --viewport: 750;
  --gorillaGold: #BBA170;
  --blue: #3054E0;
}

.bold {
  font-weight: bold;
}
.spWrap > .inner {
  width: 1000px;
  margin: 0 auto;
}
.inline {
  display: inline;
}
.cmnMore01 {
  display: none;
}
@media screen and (max-width: 767px) {
  .spWrap > .inner {
    width: unset;
    padding-top: 10px;
    background: #fff;
  }
  .more {
    display: none;
  }
  .cmnMore01 {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .cmnMore01 a {
    display: inline-block;
    width: 260px;
    padding: 14px 0;
    background: #d9d9d9;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    position: relative;
  }
  .cmnMore01 a::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(/assets/img/common/icon_more01_sp.png) no-repeat;
    -webkit-background-size: 17px 17px;
    background-size: 17px 17px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -9px;
  }
  .cmnMore01.open {
    margin-right: 7px;
    text-align: right;
  }
  .cmnMore01.open a {
    width: auto;
    padding: 0 20px 0 0;
    border: none;
    background: none;
    font-size: 1.3rem;
  }
  .cmnMore01.open a::after {
    background: url(/assets/img/common/icon_more01_open_sp.png) no-repeat;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
  }
}
/* =========================================================
	About/ Lower
========================================================= */
/* Common Style
--------------------------------------------------------- */
#conts .cmnTtl01 {
  padding: 10px 0 8px;
  background: #1587c2;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
#conts .cmnTtl01 span {
  font-size: 3rem;
}

#conts .cmnTtl02 {
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 4px solid #00a9b5;
}
#conts p {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  #conts p {
    font-size: 14px;
    line-height: 1.6;
  }
}

#conts .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

#conts .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: #898989;
}

@media screen and (max-width: 767px) {
  #conts .cmnTtl01 {
    padding: 8px 0;
    font-size: 1.8rem; /*1.5rem*/
    line-height: 1.8;
  }

  #conts .cmnTtl01 .pcSpace {
    display: none;
  }

  #conts .cmnTtl02 {
    padding: 10px 0;
    font-size: 4vw; /*1.5rem*/
  }

  #conts .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  #conts .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
}

/* Main Visual
--------------------------------------------------------- */
.mainVisual {
  text-align: center;
  background: url(../img/bg_mv_pc.jpg) no-repeat center 0;
  border-bottom: 3px solid #1587c2;
}
@media screen and (max-width: 767px) {
  .mainVisual {
    margin-top: 10px;
    border-bottom: none;
  }
}

/* Banner Notice
--------------------------------------------------------- */
.bnNotifice {
  margin-top: 25px;
  text-align: center;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .bnNotifice {
    margin-top: 15px;
  }
}

/* Contents
--------------------------------------------------------- */
#contents .pageTtl > span .img {
  margin-right: 20px;
  vertical-align: text-bottom;
}

#contents .pageTtl > span .pcImg {
  display: inline-block;
}

#contents .pageTtl > span .spImg {
  display: none;
}

#conts {
  padding-top: 0;
}

#conts .lead {
  margin-top: 30px;
  padding: 0 20px;
  font-size: 1.8rem;
  line-height: 1.6;
}

#conts .reasonSec {
  margin-top: 25px;
}

#conts .headMsg {
  margin-bottom: 25px;
}

#conts .reasonSec h2 {
  padding: 13px 0 14px;
  background: #1587c2;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

#conts .reasonSec h2 span {
  color: #ffe700;
}
#conts .reasonSec h2 span span {
  font-size: 3rem;
}

#conts .reasonSec .reasonBox {
  margin-top: 55px;
  padding: 0 20px;
}

#conts .reasonSec h2 + .reasonBox {
  margin-top: 55px;
}

#conts .reasonSec .reasonBox:first-child {
  margin-top: 0;
}

#conts .reasonSec .reasonBox h3 {
  padding: 0 0 5px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 4px solid #00a9b5;
}

#conts .reasonSec .reasonBox h3 span {
  vertical-align: middle;
  letter-spacing: -0.5px;
}
#conts .reasonSec .reasonBox h3 .num {
  margin-right: 6px;
  color: #00a9b5;
  font-size: 3.2rem;
}
#conts .reasonSec .reasonBox h3 .num span {
  color: #333;
}
#article_price .contsInner.bannerBox,
#conts .reasonSec .reasonBox .imgBox {
  margin-top: 25px;
  margin-bottom: 1.8em;
}

#conts .reasonSec .reasonBox .textBox {
  margin-top: 20px;
}

#conts .reasonSec .reasonBox .textBox p {
  margin-top: 25px;
  font-size: 1.8rem;
  line-height: 1.666666666666667;
}

#conts .reasonSec .reasonBox .textBox p:first-child {
  margin-top: 0;
}

#conts .reasonSec .reasonBox .textBox p .moreDot {
  display: none;
}

#conts .reportSec {
  margin-top: 60px;
}

#conts .cmnReport.graduate {
  margin-top: 20px;
}

#conts .qaSec {
  margin-top: 70px;
}
#conts #article_price .cmnBtn01,
#conts .reasonBox .cmnBtn01 {
  margin-top: 50px;
}
#conts .reasonBox .cmnBtn01 a {
  font-size: 2rem;
  width: 380px;
  padding: 19px 0;
}
@media screen and (max-width: 767px) {
  #conts .reasonBox .cmnBtn01 a {
    font-size: 1.6rem;
    padding: 14px 0;
    width: 310px;
  }
}
#conts .qaSec .cmnBtn01 {
  padding-top: 50px;
  text-align: center;
}

#conts .staffSec {
  margin-top: 80px;
}

#conts .staffSec > section {
  padding: 0 20px;
}

#conts .staffSec .chiefSec {
  margin-top: 55px;
}

#conts .staffSec .chiefSec .imgBox {
  float: left;
  margin-top: 30px;
}

#conts .staffSec .chiefSec .textBox {
  float: right;
  width: 520px;
  margin-top: 30px;
}

#conts .staffSec .chiefSec .textBox .cmnBtn01 {
  margin-top: 30px;
}

#conts .staffSec .chiefSec .textBox .cmnBtn01 a {
  width: 520px;
  padding: 12px 0 9px;
}

#conts .staffSec .nurseSec {
  margin-top: 60px;
}

#conts .staffSec .nurseSec .nurseWrap {
  margin-top: 20px;
}

#conts .staffSec .nurseSec .nurseWrap .nurseBox {
  padding-bottom: 10px;
}

#conts .staffSec .nurseSec .nurseWrap .nurseBox .inner {
  padding: 0 11px 0 5px;
  background: url(../img/common/line_staff01.png) repeat-y right 0;
}

#conts .staffSec .nurseSec .nurseWrap .nurseBox:nth-child(3n) {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

#conts .staffSec .nurseSec .nurseWrap .nurseBox .textBox {
  margin-top: 15px;
}

#conts .staffSec .nurseSec .nurseWrap .nurseBox .textBox p {
  margin-top: 25px;
  font-size: 1.3rem;
  line-height: 1.6;
}

#conts .staffSec .nurseSec .nurseWrap .nurseBox .textBox p:first-child {
  margin-top: 0;
}

#conts .staffSec .nurseSec .swiper-button-prev,
#conts .staffSec .nurseSec .swiper-button-next {
  width: 50px;
  height: 100px;
  background: none;
  top: 95px;
}

#conts .staffSec .nurseSec .swiper-button-prev {
  left: 0;
}

#conts .staffSec .nurseSec .swiper-button-next {
  right: 0;
}

#conts .staffSec .messageSec {
  margin-top: 75px;
}

#conts .staffSec .messageSec .ttlWrap {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: #0b8d8d;
}

#conts .staffSec .messageSec .ttlWrap h3 {
  width: 480px;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

#conts .staffSec .messageSec .ttlWrap .imgBox {
  width: 480px;
}

#conts .staffSec .messageSec .textBox {
  margin-top: 25px;
}

#conts .staffSec .messageSec .textBox p {
  margin-top: 25px;
}

#conts .staffSec .messageSec .textBox p:first-child {
  margin-top: 0;
}

#conts .accessSec {
  margin-top: 55px;
}

#conts .accessSec .accessWrap {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 0 20px;
}

#conts .accessSec .accessWrap .mapBox {
  width: 420px;
  margin-right: 20px;
}

#conts .accessSec .accessWrap .infoBox {
  width: 520px;
}

#conts .accessSec .accessWrap .infoBox dl {
  padding: 16px 15px;
  background: #eee;
}

#conts .accessSec .accessWrap .infoBox dl dt,
#conts .accessSec .accessWrap .infoBox dl dd {
  font-size: 1.4rem;
  line-height: 1.6;
}

#conts .accessSec .accessWrap .infoBox dl dt {
  clear: left;
  float: left;
  font-weight: bold;
}

#conts .accessSec .accessWrap .infoBox dl dd {
  padding: 0 0 12px 115px;
}

#conts .accessSec .accessWrap .infoBox dl dd:last-child {
  padding-bottom: 0;
}

#conts .accessSec .accessWrap .infoBox dl dd .tel,
#conts .accessSec .accessWrap .infoBox dl dd a {
  color: #f63;
  font-weight: bold;
  text-decoration: underline;
}

#conts .accessSec .accessWrap .infoBox dl dd a {
  display: none;
}

#conts .accessSec .accessWrap .infoBox .linkTxt {
  margin-top: 25px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

#conts .accessSec .accessWrap .infoBox .linkTxt a {
  color: #00a9b5;
}

#conts .accessSec .routeSec {
  margin-top: 60px;
  padding: 0 20px;
}

#conts .accessSec .routeSec .routeWrap {
  margin-top: 20px;
  padding: 8px 8px 4px;
  border: 2px solid #0a0f5f;
}

#conts .accessSec .routeSec .routeWrap .swiper-container {
  padding-bottom: 40px;
}

#conts .accessSec .routeSec .routeWrap .routeBox {
  overflow: hidden;
}

#conts .accessSec .routeSec .routeWrap .routeBox .step {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 2px;
  padding: 8px 0 5px;
  background: #0b8d8d;
}

#conts .accessSec .routeSec .routeWrap .routeBox .routeInner {
  display: -webkit-flex;
  display: flex;
}

#conts .accessSec .routeSec .routeWrap .routeBox .routeInner .imgBox {
  width: 460px;
  margin-right: 20px;
}

#conts .accessSec .routeSec .routeWrap .routeBox .routeInner .textBox {
  width: 460px;
  background: url(../img/line_route01.png) repeat-x 0 bottom;
}

#conts
  .accessSec
  .routeSec
  .routeWrap
  .routeBox
  .routeInner
  .textBox
  .detailBox {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 188px;
  margin-top: 10px;
  padding: 0 30px 0 15px;
  background: url(../img/line_route01.png) repeat-x 0 top;
}

#conts
  .accessSec
  .routeSec
  .routeWrap
  .routeBox
  .routeInner
  .textBox
  .detailBox
  p {
  font-size: 1.4rem;
  line-height: 1.6;
}

#conts .accessSec .routeSec .routeWrap .swiper-button-prev,
#conts .accessSec .routeSec .routeWrap .swiper-button-next {
  background: none;
}

#conts .accessSec .routeSec .routeWrap .swiper-button-prev {
  left: 0;
}

#conts .accessSec .routeSec .routeWrap .swiper-button-next {
  right: 0;
}

#conts .inductionBox {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  text-align: center;
}

#conts .inductionBox p {
  line-height: 1.6;
}

#conts .inductionBox .ttl {
  font-size: 1.6rem;
  font-weight: bold;
}

#conts .inductionBox .link {
  margin-top: 15px;
  font-size: 1.4rem;
}

#conts .inductionBox .link .spTel {
  display: none;
}

#conts .inductionBox .att {
  margin-top: 15px;
  font-size: 1.4rem;
}

#conts .apologyBox {
  margin-top: 30px;
  padding-bottom: 15px;
}
#article_price,
#article_metsu {
  margin: 72px auto 0;
}
#article_price > .inner,
#article_metsu .inner {
  margin: 30px 20px 0;
}
#article_metsu .clearfix div {
  width: 450px;
  float: right;
}
#article_metsu .cmnBtn01 {
  margin-top: 30px;
}
#article_metsu .cmnBtn01 a {
  font-size: 2rem;
  width: 380px;
  padding: 19px 0;
}

#article_faq {
  margin: 72px auto 0;
}
#article_faq .inner {
  margin: 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
#article_price h2,
#article_faq h2 {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: #1587c2;
  padding: 15px;
}
#article_price h2 span,
#article_faq h2 span {
  font-size: 24px;
}
#article_faq .ttl_aco {
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
}
#article_faq .ttl_aco:hover {
  cursor: pointer;
  opacity: 0.7;
}
#article_faq .q,
#article_faq .a {
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  height: 60px;
}
/* #article_faq .q:has(br),
#article_faq .a:has(br) {
	font-size:24px;
	font-weight:bold;
	line-height:30px;
	height:60px;
} */
#article_faq .q {
  background-image: url(../img/icon_q.png), url(../img/arrow_close.png);
  background-repeat: no-repeat;
  background-position: center left, center right;
  background-size: 60px, 32px;
  padding: 0 0 0 80px;
}
#article_faq .q.active {
  background-image: url(../img/icon_q.png), url(../img/arrow_open.png);
  background-repeat: no-repeat;
  background-position: center left, center right;
  background-size: 60px, 32px;
}
#article_faq .ttl_aco:first-child .q {
  border-top: none;
}
#article_faq .a {
  color: #1587c2;
  background: url(../img/icon_a.png) top left no-repeat;
  background-size: 60px;
  padding: 0 0 30px 80px;
}
#article_faq .body_aco div {
  padding: 0 0 20px 0;
}
#article_faq .body_aco div img {
  float: left;
  margin-right: 30px;
}
#article_faq .body_aco div p {
  width: 450px;
  float: right;
}
#article_faq .cmnBtn01 {
  margin-top: 60px;
}

#article_clinic {
  width: 1000px;
  margin: 72px auto 0;
}
#article_clinic .inner {
  margin: 0 20px;
}
#article_clinic h2 {
  color: #fff;
  font-size: 26px;
  text-align: center;
  background: #1587c2;
  padding: 16px;
  margin-bottom: 30px;
}
#article_clinic h2 span {
  font-size: 21px;
}
#article_clinic .box1 {
  background: url(../img/bg_clinic_pc.jpg) top center no-repeat;
  height: 360px;
  position: relative;
}
#article_clinic .box1 p {
  width: 413px;
  position: absolute;
  top: 75px;
  left: 524px;
}
#article_clinic h3 {
  font-size: 24px;
  padding-bottom: 8px;
  border-bottom: 3px solid #00a9b5;
  margin-top: 60px;
  margin-bottom: 25px;
}
#article_clinic img {
  float: left;
}
#article_clinic dl {
  width: 460px;
  height: 270px;
  float: right;
  background: #eee;
  padding: 20px 30px 0 30px;
  box-sizing: border-box;
}
#article_clinic dt,
#article_clinic dd {
  font-size: 14px;
  line-height: 25px;
  float: left;
  margin-bottom: 1em;
}
#article_clinic dt {
  font-weight: bold;
  width: 100px;
  clear: both;
}
#article_clinic dd a {
  color: #ff6633;
}
#article_clinic iframe {
  width: 960px;
  height: 511px;
  margin-top: 30px;
}
#article_clinic .link_map {
  text-align: right;
  margin-top: 12px;
}
#article_clinic .link_map a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  background: #c7b083;
  text-decoration: none;
  width: 333px;
  height: 34px;
  display: inline-block;
  border-radius: 17px;
  position: relative;
}
#article_clinic .link_map a:hover {
  opacity: 0.7;
}
#article_clinic .link_map a:after {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  border-radius: 2px;
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 12px;
  right: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#article_doctor {
  width: 1000px;
  margin: 80px auto 0;
}
#article_doctor .inner {
  margin: 0 20px;
}
#article_doctor h2 {
  color: #fff;
  font-size: 26px;
  text-align: center;
  background: #1587c2;
  padding: 16px;
  margin-bottom: 30px;
}
#article_doctor .clearfix img {
  float: left;
}
#article_doctor h3 {
  color: #1587c2;
  font-size: 24px;
  margin-bottom: 26px;
}
#article_doctor .clearfix div {
  padding-left: 295px;
}
#article_price .inner .planSec h3 {
  padding: 13px 0 14px;
  background: #e8e8e8;
  color: #000;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
#article_price .inner .planSec {
  margin-top: 30px;
  margin-bottom: 30px;
}
#article_price .inner .planSec + .cmnBtn01 {
  margin-bottom: 30px;
}
#article_price .inner .planSec .planBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 30px 0 10px;
}
#article_price .inner .planSec .planBox .planPriceBox {
  width: 415px;
  text-align: center;
}
#article_price .inner .planSec .planBox .attBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 490px;
  margin-right: 15px;
}

/* aboutus price */
#conts .priceSec .inner .priceBox {
  margin-top: 30px;
  position: relative;
}
#conts .priceSec .inner .priceBox .textBox {
  width: 420px;
  position: absolute;
  top: calc(50% - 21px);
  transform: translate(0,-50%);
  right: 50px;
}

#conts .priceSec .inner .priceBox .textBox .ttl {
  padding: 4px 0 7px;
  background: #00a9b5;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

#conts .priceSec .inner .priceBox .textBox .ttl .small {
  font-size: 1.8rem;
}

#conts .priceSec .inner .priceBox .textBox .ttl .yellow {
  color: #fff100;
}

#conts .priceSec .inner .priceBox .price {
  margin-top: 12px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

#conts .priceSec .inner .priceBox .price span {
  margin-left: 20px;
  font-size: 5.4rem;
  vertical-align: sub;
}

#conts .priceSec .inner .priceBox .price span.tax {
  margin-left: -1rem;
  font-size: 2rem;
  vertical-align: baseline;
}

#conts .priceSec .inner .priceBox .countBox {
  margin-top: 15px;
  padding-bottom: 20px;
  border-bottom: 3px solid #00a9b5;
  text-align: center;
}

#conts .priceSec .inner .priceBox .countBox .count {
  display: inline-block;
  margin-right: 20px;
  padding: 9px 10px 7px;
  background: #00a9b5;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: super;
}

#conts .priceSec .inner .priceBox .countBox .monthly {
  display: inline-block;
  font-size: 2.1rem;
  font-weight: bold;
}

#conts .priceSec .inner .priceBox .countBox .monthly span {
  margin-left: 15px;
  font-size: 3.6rem;
}

#conts .priceSec .inner .priceBox .countBox .monthly .tax {
  margin-left: -0.5rem;
  font-size: 1.8rem;
}

#conts .priceSec .inner .priceBox .countBox .annotation {
  font-size: 14px;
  margin-top: 12px;
}

#conts .priceSec .inner .att {
  margin-top: 35px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

#conts .priceSec .inner .planSec {
  margin-top: 30px;
}
#conts #article_price p {
  line-height: inherit;
}
/* ./aboutus price */
@media screen and (min-width: 768px) {
  #conts .staffSec .nurseSec .swiper-pagination {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #contents .pageTtl > span {
    font-size: 1.8rem;
    /*		display: -webkit-flex;
		display: flex;*/
    align-items: center;
  }

  #contents .pageTtl > span .img {
    width: 27%;
    margin-right: 3%;
  }

  #contents .pageTtl > span .pcImg {
    display: none;
  }

  #contents .pageTtl > span .spImg {
    display: block;
  }

  #contents .pageTtl > span .text {
    width: 70%;
    font-size: 1.3rem;
  }

  #conts .lead {
    margin-top: 0;
    padding: 0 7px;
    font-size: 14px; /*1.2rem*/
  }

  #conts .reasonSec h2 {
    padding: 8px 7px;
    font-size: 1.8rem;
    text-align: center;
  }

  #conts .reasonSec h2 span,
  #conts .reasonSec h2 span span {
    font-size: unset;
  }

  #conts .reasonSec .reasonBox {
    margin-top: 25px;
    padding: 0 2%;
  }

  #conts .reasonSec h2 + .reasonBox {
    margin-top: 5%;
  }

  #conts .reasonSec .reasonBox h3 {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 7px 12px;
    font-size: 3.8vw; /*1.2rem*/
    line-height: 1.4;
  }

  #conts .reasonSec .reasonBox h3 .num {
    margin-right: 0;
    font-size: 1.8rem;
  }

  #conts .reasonSec .reasonBox .imgBox {
    margin-top: 10px;
  }

  #conts .reasonSec .reasonBox .textBox {
    margin-top: 15px;
  }

  #conts .reasonSec .reasonBox .textBox p {
    font-size: 14px; /*1.5rem*/
  }
  #conts .reasonSec .reasonBox .textBox p:first-child {
    margin-top: 25px;
  }

  #conts .reasonSec .reasonBox .textBox.open p {
    color: #000;
  }

  #conts .reasonSec .reasonBox .textBox p .moreDot {
    display: inline;
  }

  #conts .reasonSec .reasonBox .textBox.open p .moreDot {
    display: none;
  }

  #conts .reasonSec .reasonBox .textBox p .moreText {
    display: none;
  }

  #conts .reasonSec .reasonBox .textBox.open p .moreText {
    display: inline;
  }

  #conts .reasonSec .reasonBox .textBox p strong {
    font-weight: normal;
  }

  #conts .reasonSec .reasonBox .textBox.open p strong {
    font-weight: bold;
  }

  #conts .reasonSec .reasonBox .textBox .moreWrap {
    display: none;
  }

  #conts .reasonSec .reasonBox .textBox .cmnMore01 {
    margin-top: 20px;
  }

  #conts .cmnReport.graduate {
    margin-top: 10px;
  }

  #conts .qaSec {
    margin-top: 25px;
  }

  #conts .qaSec .cmnBtn01 {
    margin-top: 20px;
    padding: 12px 0;
    background: #eee;
  }

  #conts .staffSec {
    margin-top: 30px;
  }

  #conts .staffSec > section {
    padding: 0 7px;
  }

  #conts .staffSec .chiefSec {
    margin-top: 10px;
  }

  #conts .staffSec .chiefSec .imgBox {
    float: none;
    margin-top: 30px;
  }

  #conts .staffSec .chiefSec .textBox {
    float: none;
    width: 100%;
    margin-top: 10px;
  }

  #conts .staffSec .chiefSec .cmnBtn01 {
    display: none;
  }

  #conts .staffSec .nurseSec {
    margin-top: 30px;
  }

  #conts .staffSec .nurseSec .nurseWrap {
    margin-top: 10px;
    padding-bottom: 15px;
    -webkit-flex-wrap: initial;
    flex-wrap: initial;
  }

  #conts .staffSec .nurseSec .nurseWrap .nurseBox {
    width: 100%;
  }

  #conts .staffSec .nurseSec .nurseWrap .nurseBox .inner {
    padding: 0;
    background: none;
  }

  #conts .staffSec .nurseSec .nurseWrap .nurseBox .textBox {
    margin-top: 10px;
  }

  #conts .staffSec .nurseSec .nurseWrap .nurseBox .textBox p {
    font-size: 14px; /*1.2rem*/
    margin-top: 20px;
  }

  #conts .staffSec .nurseSec .swiper-button-prev,
  #conts .staffSec .nurseSec .swiper-button-next {
    width: 15px;
    height: 22px;
    background: none;
    top: 27%;
    margin-top: 0;
  }

  #conts .staffSec .nurseSec .swiper-button-prev {
    left: 5px;
  }

  #conts .staffSec .nurseSec .swiper-button-next {
    right: 5px;
  }

  #conts
    .staffSec
    .nurseSec
    .swiper-container-horizontal
    > .swiper-pagination-bullets {
    bottom: 0;
  }

  #conts .staffSec .messageSec {
    margin-top: 40px;
    padding: 0 2%;
  }

  #conts .staffSec .messageSec .ttlWrap {
    display: block;
    background: none;
  }

  #conts .staffSec .messageSec .ttlWrap h3 {
    width: 100%;
    padding: 8px 0;
    background: #0b8d8d;
    font-size: 1.5rem;
  }

  #conts .staffSec .messageSec .ttlWrap .imgBox {
    width: 100%;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #conts .staffSec .messageSec .textBox {
    margin-top: 10px;
  }

  #conts .staffSec .messageSec .textBox p {
    font-size: 14px; /*1.2rem*/
    margin-top: 20px;
  }

  #conts .accessSec {
    margin-top: 30px;
  }

  #conts .accessSec .accessWrap {
    display: block;
    margin-top: 10px;
    padding: 0 7px;
  }

  #conts .accessSec .accessWrap .mapBox {
    width: 100%;
    margin-right: 0;
  }

  #conts .accessSec .accessWrap .mapBox iframe {
    width: 100%;
    height: 270px;
  }

  #conts .accessSec .accessWrap .infoBox {
    width: 100%;
  }

  #conts .accessSec .accessWrap .infoBox .linkTxt {
    margin-top: 20px;
    font-size: 1.5rem;
  }

  #conts .accessSec .routeSec {
    margin-top: 35px;
    padding: 0 7px;
  }

  #conts .accessSec .routeSec .routeWrap {
    margin-top: 10px;
    padding: 0;
    border: none;
  }

  #conts .accessSec .routeSec .routeWrap .swiper-container {
    padding: 0 0 30px;
  }

  #conts .accessSec .routeSec .routeWrap .routeBox .step {
    padding: 6px 0;
    font-size: 1.8rem;
  }

  #conts .accessSec .routeSec .routeWrap .routeBox .routeInner {
    display: block;
    padding: 0 30px;
  }

  #conts .accessSec .routeSec .routeWrap .routeBox .routeInner .imgBox {
    width: 100%;
    margin-top: 10px;
  }

  #conts .accessSec .routeSec .routeWrap .routeBox .routeInner .textBox {
    width: 100%;
    background: url(../img/line_route01_sp.png) repeat-x 0 bottom;
    -webkit-background-size: 6px 2px;
    background-size: 6px 2px;
  }

  #conts
    .accessSec
    .routeSec
    .routeWrap
    .routeBox
    .routeInner
    .textBox
    .detailBox {
    display: block;
    height: auto;
    padding: 20px 15px 25px;
    background: url(../img/line_route01_sp.png) repeat-x 0 top;
    -webkit-background-size: 6px 2px;
    background-size: 6px 2px;
  }

  #conts
    .accessSec
    .routeSec
    .routeWrap
    .routeBox
    .routeInner
    .textBox
    .detailBox
    p {
    font-size: 14px; /*1.2rem*/
  }

  #conts .accessSec .routeSec .routeWrap .swiper-button-prev,
  #conts .accessSec .routeSec .routeWrap .swiper-button-next {
    width: 25px;
    height: 50px;
    top: 28%;
    margin-top: 0;
  }

  #conts .accessSec .routeSec .routeWrap .swiper-button-prev {
    left: 0;
  }

  #conts .accessSec .routeSec .routeWrap .swiper-button-next {
    right: 0;
  }

  #conts .accessSec .routeSec .routeWrap .swiper-pagination {
    bottom: 0;
  }

  #conts .accessSec .infoBox {
    margin-top: 25px;
    padding: 0 7px;
  }

  #conts .accessSec .infoBox dl dt,
  #conts .accessSec .infoBox dl dd {
    font-size: 14px; /*1.2rem*/
    line-height: 1.8;
  }

  #conts .accessSec .infoBox dl dt {
    padding: 4px 8px;
    background: #eee;
    font-weight: bold;
  }

  #conts .accessSec .infoBox dl dd {
    margin: 8px 0 15px;
    padding: 0 5px;
  }

  #conts .accessSec .infoBox dl dd:last-child {
    margin-bottom: 0;
  }

  #conts .accessSec .infoBox dl dd a {
    color: #f63;
    font-weight: bold;
  }

  #conts .inductionBox {
    margin-top: 10px;
  }

  #conts .inductionBox .ttl {
    font-size: 15px;
  }

  #conts .inductionBox .link {
    font-size: 14px; /*1.2rem*/
  }

  #conts .inductionBox .link .pcTel {
    display: none;
  }

  #conts .inductionBox .link .spTel {
    display: inline;
  }

  #conts .inductionBox .att {
    margin-top: 20px;
    font-size: 14px; /*1.2rem*/
  }

  #conts .apologyBox {
    margin-top: 15px;
    padding: 0 7px 20px;
  }

  #article_metsu {
    padding-bottom: 10%;
  }
  #article_metsu .inner {
    padding: 0;
    margin: 4% 2% 0;
  }
  #article_price .clearfix > div,
  #article_metsu .clearfix > div {
    width: 100%;
    float: none;
    margin-top: 1.8em;
  }
  #article_price div.cmnBtn01,
  #article_metsu div.cmnBtn01 {
    width: 96%;
    float: none;
    padding: 0 2%;
  }
  #article_price .cmnBtn01 a,
  #article_metsu .cmnBtn01 a {
    font-size: 4vw;
    width: 100%;
  }

  #article_faq {
    /*width: 96%;
    padding: 0 2%;*/
    margin: 72px auto 0;
    padding-bottom: 5%;
    /*background: #ddd7cb;*/
  }
  #article_price h2,
  #article_faq h2 {
    font-size: 1.8rem;
  }
  #article_price h2 span,
  #article_faq h2 span {
    font-size: unset;
  }
  #article_faq .inner {
    background: #fff;
    padding: 0;
    margin: 0;
    border-top: none;
  }
  #article_faq .ttl_aco {
    padding: 5.833333333333333% 2.777777777777778%;
  }
  #article_faq .ttl_aco:hover {
    opacity: 1;
  }
  #article_faq .body_aco {
    padding: 0 2.777777777777778%;
  }
  #article_faq .body_aco div {
    padding: 0 0 5% 0;
    margin-top: 3%;
  }
  #article_faq .body_aco div img {
    float: none;
    margin-right: 0;
  }
  #article_faq .body_aco div p {
    width: 100%;
    float: none;
    margin-top: 5%;
  }
  #article_faq .q,
  #article_faq .q.active,
  #article_faq .a,
  #article_faq .a.active {
    background-size: 10.29411764705882%, 7.03125%;
    padding: 0 8% 0 13.97058823529412%;
  }
  #article_faq .q,
  #article_faq .a {
    font-size: 4vw;
    line-height: 1.2;
    height: auto;
  }
  #article_faq .a {
    background: url(../img/icon_a.png) center left no-repeat;
    background-size: 10.29411764705882%;
    margin-bottom: 3.235294117647059%;
    display: table-cell;
    vertical-align: middle;
    width: 750px;
  }
  #article_faq .cmnBtn01 {
    width: 96%;
    padding: 0 2%;
    margin: 30px auto 0;
  }
  #article_faq .cmnBtn01 a {
    font-size: 4vw;
    width: 100%;
  }

  #article_clinic {
    width: 96%;
    padding: 0 2%;
    margin: 0 auto;
    background: #ddd7cb;
  }
  #article_clinic .inner {
    padding-bottom: 13.88888888888889%;
  }
  #article_clinic h2 {
    font-size: 6.4vw;
    margin-bottom: 0;
  }
  #article_clinic h2 span {
    font-size: 1.8rem;
  }
  #article_clinic .inner {
    background: #fff;
    padding-top: 4.166666666666667%;
    margin: 0;
  }
  #article_clinic .box1 {
    background: url(../img/bg_clinic_sp.jpg) top center no-repeat;
    background-size: 100% auto;
    height: auto;
    padding-bottom: 136.1111111111111%;
  }
  #article_clinic .box1 p {
    font-size: 3.733333333333333vw;
    width: 96%;
    top: 58%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #article_clinic h3 {
    font-size: 4vw;
    margin: 9.722222222222222% 2% 2.777777777777778%;
  }
  #article_clinic img {
    float: none;
  }
  #article_clinic dt,
  #article_clinic dd {
    font-size: 3.2vw;
  }
  #article_clinic dl {
    width: 96%;
    height: auto;
    float: none;
    padding: 3% 3% 0;
    margin: 2.777777777777778% 2% 0;
  }
  #article_clinic dt {
    width: 22%;
  }
  #article_clinic dd {
    width: 78%;
  }
  #article_clinic iframe {
    display: none;
  }
  #article_clinic .link_map {
    text-align: center;
    margin-top: 4.166666666666667%;
  }
  #article_clinic .link_map a {
    font-size: 4vw;
    width: 96%;
  }

  #article_doctor {
    width: 96%;
    padding: 0 2%;
    margin: 0 auto;
    background: #ddd7cb;
  }
  #article_doctor h2 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  #article_doctor .inner {
    background: #fff;
    padding: 2% 2% 0;
    margin: 0;
  }
  #article_doctor .clearfix img {
    width: 46.3768115942029%;
  }
  #article_doctor .clearfix div {
    padding-left: 0;
  }
  #article_doctor h3 {
    font-size: 1.8rem;
    margin-left: 55%;
    margin-bottom: 0;
  }
  #article_doctor .clearfix div p {
    clear: both;
    padding-top: 2%;
  }
  #contents .cmnBtn01 {
    padding: 0;
    background: none;
  }
  #article_price .inner .planSec h3 {
    /* margin: 0 30px; */
    padding: 8px 0;
    font-size: 1.8rem;
  }
  #article_price .inner .planSec .planBox {
    padding: 0;
  }
  #article_price .inner .planSec .planBox .planPriceBox {
    box-sizing: border-box;
    width: 100%;
    margin: 15px 0 0;
    padding: 0 30px;
  }
  #article_price .inner .planSec .planBox .attBox {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    /* padding: 0 20px; */
    line-height: 30px;
  }
  #article_price .inner .planSec .planBox .attBox p {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 15px;
  }
  /* aboutus price */
  #article_price {
    padding-bottom: 10px;
  }
  #conts .priceSec .inner .priceBox {
    margin-top: 15px;
  }

  #conts .priceSec .inner .priceBox .textBox {
    width: auto;
    margin-top: 30px;
    /* padding: 0; */
    position: static;
    transform: translate(0,0);
  }

  #conts .priceSec .inner .priceBox .textBox .ttl {
    padding: 4px 0 10px;
    font-size: 2.4rem;
    line-height: 1.4;
  }

  #conts .priceSec .inner .priceBox .textBox .ttl .small {
    font-size: 1.5rem;
  }

  #conts .priceSec .inner .priceBox .price {
    margin-top: 15px;
    font-size: 1.8rem;
  }

  #conts .priceSec .inner .priceBox .price span {
    margin-left: 15px;
    font-size: 3.5rem;
  }

  #conts .priceSec .inner .priceBox .price span.tax {
    margin-left: -0.5rem;
    font-size: 1.5rem;
    vertical-align: text-bottom;
  }

  #conts .priceSec .inner .priceBox .countBox {
    padding-bottom: 10px;
    position: relative;
  }

  #conts .priceSec .inner .priceBox .countBox::after {
    content: '';
    display: block;
    width: 35px;
    height: 18px;
    background: url(../img/menu/arrow_price01_sp.png) no-repeat;
    background-size: 35px 18px;
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -18px;
  }

  #conts .priceSec .inner .priceBox .countBox .count {
    padding: 6px 6px;
    font-size: 1.5rem;
  }

  #conts .priceSec .inner .priceBox .countBox .monthly {
    font-size: 1.4rem;
  }

  #conts .priceSec .inner .priceBox .countBox .monthly span {
    margin-left: 12px;
    font-size: 2.8rem;
  }

  #conts .priceSec .inner .priceBox .countBox .monthly span.tax {
    margin-left: -0.5rem;
    font-size: 1.4rem;
  }

  #conts .priceSec .inner .priceBox .countBox .annotation {
    font-size: 12px;
  }

  #conts .priceSec .inner .planSec {
    margin-top: 40px;
    position: relative;
  }

  #conts .priceSec .inner .planSec h3 {
    margin: 0 30px;
    padding: 8px 0;
    font-size: 1.8rem;
  }

  #conts .priceSec .inner .planSec .planBox {
    margin-top: 0px;
    padding: 0;
  }

  #conts .priceSec .inner .planSec:nth-of-type(2) {
    margin-top: 30px;
    padding-bottom: 70px;
  }

  #conts .priceSec .inner .planSec:nth-of-type(2):after {
    width: 50px;
    height: 50px;
    background: url(../img/menu/icon_plus01_sp.png) no-repeat;
    background-size: 50px 50px;
    margin-left: -25px;
  }

  #conts .priceSec .inner .planSec .planBox .attBox {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 20px;
  }
  #conts .priceSec .inner .planSec .planBox .attBox p {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 15px;
  }
  #conts #article_price .spWrap {
    padding: 0;
  }
  #conts #article_price p {
    line-height: 1.6;
  }
  /* /aboutus price */
}

.new_banner {
  text-align: center;
  width: 960px;
  margin: 30px auto 0;
  position: relative;
}
.new_banner p {
  color: #fff;
  font-size: 20px !important;
  font-weight: bold;
  text-align: center;
  line-height: 1.1 !important;
  position: absolute;
  bottom: 34px;
  right: 52px;
}
.new_banner p a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .new_banner {
    width: unset;
    margin: 0 0 15px;
  }
  .new_banner p {
    font-size: 1.5rem !important;
    position: absolute;
    left: 0;
    bottom: 3%;
    right: 0;
    margin: 0 auto;
  }
}

#conts .reservation_box {
  position: relative;
  margin-top: 40px;
}

#conts .reservation_box img {
  width: 100%;
}

#conts .reservation_box p {
  position: absolute;
  top: 24px;
  right: 200px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

#conts .reservation_box p span {
  font-size: 50px;
  line-height: 1.4em;
  color: #ffffbf;
}

@media screen and (max-width: 767px) {
  #conts .reservation_box {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #conts .reservation_box img {
    width: 100%;
  }

  #conts .reservation_box p {
    position: absolute;
    top: 18%;
    right: auto;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 5vw;
    line-height: 1em;
  }

  #conts .reservation_box p span {
    font-size: 10vw;
    line-height: 1.4em;
    color: #ffffbf;
  }
}

.move_info {
  width: 1000px;
  height: 620px;
  margin: 30px auto 0;
  position: relative;
}
.move_info .move_info_box {
  position: absolute;
  top: 50px;
  width: 1000px;
  text-align: center;
}
.move_info .move_info_title {
  font-size: 48px;
  color: #ffc416;
  font-weight: bold;
}
.move_info .move_info_text {
  font-size: 18px;
  line-height: 2em;
  margin-top: 40px;
  color: #ffffff;
}
.move_info .move_info_text a {
  color: #ffc416;
  text-decoration: none;
}
.move_info .move_info_text a:hover {
  color: #ffc416;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .move_info {
    width: 100%;
    height: auto;
    margin: 30px auto 0;
    position: relative;
  }
  .move_info .move_info_box {
    position: absolute;
    top: 7vw;
    width: 100%;
    text-align: center;
  }
  .move_info .move_info_title {
    font-size: 24px;
    color: #ffc416;
    font-weight: bold;
  }
  .move_info .move_info_text {
    font-size: 3.5vw;
    line-height: 4.8vw;
    margin-top: 20px;
    color: #ffffff;
    text-align: left;
    padding: 0 30px;
  }
}

/*1004修正*/
@media screen and (max-width: 768px) {
  #conts .priceSec .inner .priceBox {
    margin-bottom: 15px;
  }
}

/*24.12.04 修正*/
#article_metsu h2 {
  padding: 13px 0 10px;
  background: #00a9b5;
  color: #fff;
  text-align: center;
}
#article_metsu h2 .sub {
  font-size: 1.8rem;
  font-weight: bold;
}
#article_metsu h2 .main {
  margin-top: 0.6rem;
  font-size: 2.4rem;
  font-weight: bold;
}
#article_metsu h2 .main strong {
  font-size: 3rem;
  font-weight: bold;
  color: #ffe700;
}
#article_faq .body_aco div p {
  float: none;
  width: 100%;
}

.faqBox {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #article_metsu h2 {
    padding: 8px 7px;
    background: #00a9b5;
    color: #fff;
    text-align: center;
  }
  #article_metsu h2 .sub {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #article_metsu h2 .main {
    margin-top: 0.6rem;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #article_metsu h2 .main strong {
    font-size: 2.6rem;
    font-weight: bold;
    color: #ffe700;
  }
}
