@charset "utf-8";

.inner {
  max-width: 880px;
  margin: 0 auto;
}

section .inner {
  padding: 80px 0;
}
section .sec-ttl {
  max-width: 720px;
  padding: 15px 0;
  margin: 0 auto 50px;
  background: #1a2073;
  font-size: 24px; font-weight: bold; color: #fff;
  text-align: center;
}
section p {
  font-size: 24px; font-weight: bold;
}
section img {
  display: block;
  width: 100%; height: auto;
}
section .blue-text {
  color: #1a2073;
}

section .sec-read {
  display: block;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
section .sec-read.hukidashi::before,
section .sec-read.hukidashi::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 55%;
}
section .sec-read.hukidashi::before {
  left: -80px;
  transform: rotate(45deg);
}
section .sec-read.hukidashi::after {
  right: -80px;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  section .inner { padding: 30px 2.5%;}
  section .sec-ttl { margin-bottom: 20px;}
  section p { font-size: 16px;}

  section .sec-read.hukidashi::before,
  section .sec-read.hukidashi::after { display: none;}
}


.main-bnr .inner {
  padding: 0;
  position: relative;
}
.main-bnr .main-btn {
  display: block;
  width: fit-content;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.main-bnr .main-btn img {
  width: 420px;
}

@media only screen and (max-width: 767px) {
  .main-bnr .main-btn {
    position: static;
    padding: 20px 2.5%;
    transform: unset;
  }
}


#sec01 .inner {
  text-align: center;
}
#sec01 ul {
  max-width: 720px;
  margin: 50px auto 0;
}
#sec01 li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-bottom: 15px;
  border: #1a2073 1px solid;
  border-radius: 8px;
}
#sec01 li:last-child { margin-bottom: 0;}
#sec01 li img {
  width: 60px;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  #sec01 .inner { padding-top: 0;}
  #sec01 ul { margin-top: 20px;}
  #sec01 li img { width: 40px; margin-right: 10px;}
}


#sec02 {
  background: linear-gradient(to right, #122a88 0%, #122a88 50%, #07913a 50%, #07913a 100%);
}
#sec02 .inner {
  padding: 20px 0 0;
}


#sec03 .inner {
  text-align: center;
}
#sec03 strong {
  font-size: 120%;
}
#sec03 img {
  max-width: 720px;
  margin: 0 auto 30px;
}


#sec04 {
  background: #e5eafe;
}
#sec04 .inner {
  text-align: center;
}
#sec04 ul {
  max-width: 720px;
  margin: 50px auto 0;
}
#sec04 li {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px 0;
  margin-bottom: 50px;
  border: #1a2073 1px solid;
  border-radius: 8px;
  text-align: left;
  position: relative;
}
#sec04 li:last-child {
  margin-bottom: 0;
}
#sec04 li strong {
  width: 100px;
  margin-right: 20px;
  font-size: 70px;
  text-align: center;
}
#sec04 li img {
  width: 164px;
  position: absolute;
  right: 40px;
}
#sec04 li:nth-child(1) img { bottom: -16px;}
#sec04 li:nth-child(2) img { bottom: -10px;}
#sec04 li:nth-child(3) img { bottom: -31px;}

@media only screen and (max-width: 767px) {
  #sec04 ul { margin-top: 20px;}
  #sec04 li { margin-bottom: 20px;}
  #sec04 li strong { width: 50px; margin-right: 0; font-size: 30px;}
  #sec04 li p { padding-right: 80px;}
  #sec04 li img { width: 60px; bottom: auto !important; right: 10px;}
}


#sec05 .doctor-prof {
  display: flex;
  align-items: flex-start;
}
#sec05 .doctor-prof img {
  width: 270px;
}
#sec05 .doctor-detail {
  padding-left: 40px;
}
#sec05 .doctor-detail .doctor-name {
  padding-bottom: 20px;
  font-size: 18px;
}
#sec05 .doctor-detail .doctor-name span {
  display: block;
  padding-top: 10px;
  font-size: 28px;
}
#sec05 .doctor-detail .doctor-data {
  line-height: 2.0em;
}
#sec05 .doctor-detail .doctor-data dt {
  font-size: 18px;
  font-weight: bold;
}

#sec05 .clinic-area {
  max-width: 750px;
  margin: 0px auto 0;
}
#sec05 .clinic-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  line-height: 1.6;
}
#sec05 .clinic-list li {
  width: calc((100% - 30px)/2);
  margin-top: 30px;
}
#sec05 .clinic-list li .clinic-name {
  margin-bottom: 5px;
  font-weight: bold;
  color: #2d7dc8;
}


@media only screen and (max-width: 767px) {
  #sec05 .doctor-prof { display: block;}
  #sec05 .doctor-prof img { margin: 0 auto 15px;}
  #sec05 .doctor-detail { padding-left: 0;}
  #sec05 .doctor-detail .doctor-name { font-size: 14px; text-align: center;}
  #sec05 .doctor-detail .doctor-name span { padding-top: 5px; font-size: 20px;}
  #sec05 .doctor-detail .doctor-data { line-height: 1.6;}
  #sec05 .doctor-detail .doctor-data dt { font-size: 16px;}
  #sec05 .doctor-detail .doctor-data dd { font-size: 14px;}
  #sec05 .clinic-area { margin-top: 0;}
  #sec05 .clinic-list { display: block; margin-top: 30px;}
  #sec05 .clinic-list li { width: 100%;}
  #sec05 .clinic-list li dd { font-size: 14px;}
}

#price{background: #e5eafe;}
#price .inner{
  padding: 55px 0;
  max-width: 780px
}

#price h2{
  text-align: center;
  font-size: 40px;
  margin: 0 0 18px;
}
.price_list {
    font-weight: bold;
    font-size: 40px;
    line-height: 62px;
    padding: 0px 90px;
}

.price_list_item{
  display: flex;
  justify-content: space-between;
  padding-bottom: .5em;
  margin-top: .5em;
  border-bottom: 1px solid #333;
}
.price_list_detail{}

.icon_circle{
  font-size: 70%;
  vertical-align: top;
  padding-right: 6px;
}

.price-text-small{
  width: 100%;
  font-size: 14px;
  text-align: right;
}


@media only screen and (max-width: 767px) {
  #price .inner {
    padding: 46px 0 26px;
    max-width: 360px
  }
  #price h2 {
    font-size: 26px;
    margin: 0 0 14px;
  }
  .price_list {
    padding: 0px 10px;
    font-size: 22px;
    line-height: 36px;
  }
  .price-text-small{
    font-size: 12px;
  }
}

.max-w720{
  max-width: 720px;
}
.text-small{
  font-size: 85%;
}
#sec06{}
.sec06-text{
  font-size: 18px;
  font-weight: normal;
}
#sec07{}

.text-ttl{
  font-size: 24px;
  font-weight: bold;
  color:#1a2073;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {

  .sec06-text{
    font-size: 14px;
  }

  .text-ttl{
    font-size: 16px;
  }

}

.box-risc{
  background: #f3f3f3;
  padding: 1em;
  font-size: 16px;
}
.box-risc-subttl{
  font-weight: bold;
}
.box-risc p{
  font-size: 100%;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {

  .box-risc{
    padding: 1em;
    font-size: 13px;
  }


}

.faq-content{}
.faq-content_item{}
.faq-content_title{
  font-size: 24px;
  font-weight: bold;
  color:#1a2073;
  line-height: 1.4;
}
.faq-content_text{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {

  .faq-content_text{
    font-size: 14px;
  }

  .faq-content_title{
    font-size: 16px;
  }

}

.js-aco_wrap{}
.js-aco_ttl{}
.js-aco_cont{}







/* list_faq
==============================　*/

.faq-content_item{
  border-bottom: #1a2073 1px solid;
}
.faq-content dt {
  position: relative;
  padding: 1em 2em 1em 2em;
  cursor: pointer;
  border-top: #1a2073 1px solid;
}

@media only screen and (max-width: 767px) {
  .faq-content dt {

  }
}
.faq-content dt .icon-text_q {
  position: absolute;
  top: 1em;
  left: 0.5em;
  width: 1em;
  height: 1em;
  display: block;
}
@media only screen and (max-width: 767px) {
  .faq-content dt .icon-text_q {

  }
}
.faq-content dt:before, .faq-content dt:after {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 30px;
  background: #1a2073;
}
@media only screen and (max-width: 767px) {
  .faq-content dt:before, .faq-content dt:after {
    right: 0;
  }
}
.faq-content dt:before {
  transform: rotate(90deg);
  transition: 0.5s;
}
.faq-content dt.js-aco_open:before {
  transform: rotate(0);
}
.faq-content dd {
  padding: 0.5em 1em 1.5em 2.4em;
}
@media only screen and (max-width: 767px) {
  .faq-content dd {
    padding: 0.5em 1em 1.5em 1em;
  }
}

.table-border{
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.4;
}
.table-border tr{

}
.table-border th,
.table-border td{
  padding: 1em;
  border: #1a2073 1px solid;
}
.table-border th{
  background: #f2f5ff;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .table-border{
    font-size: 14px;
  }
}