@charset "utf-8";
/* CSS Document */

/*========= メインビジュアル ===============*/
/*#main-visual:after {
  content: " ";
  background-color: #0b62ac;
  width: 1px;
  height: 100px;
  display: block;
  position: absolute;
  bottom: -70px;
  left: 50%;
}*/

/*--Retina--
@media screen and (max-width:768px) {
  #main-visual:after {
    width: 1px;
    height: 50px;
    bottom: -30px;
  }
}*/

/*========= 新着情報 ===============*/
main #sec01 .contents-inner {
  padding-top: 290px;
}

.bnr-area {
  margin-top: 60px;
  text-align: center;
}
.bnr-area a:hover {
  opacity: 0.7;
}
.bnr-area img {
  max-width: 90%;
}

.news-list {
  width: 100%;
  border: #ece5de solid 4px;
  margin-top: 20px;
  padding: 15px 40px;
  display: flex;
  flex-wrap: wrap;
}
.news-list dt {
  padding: 30px 0;
  border-top: #ece5de solid 1px;
}
.news-list dt span {
  padding: 3px 10px;
  background-color: #0b62ac;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}
.news-list dd {
  padding: 30px 0 30px 40px;
  width: calc(100% - 7.2rem);
  border-top: #ece5de solid 1px;
  line-height: 1.4;
}
.news-list dt:first-of-type,
.news-list dd:first-of-type {
  border-top: none;
}

/*--Retina--*/
@media screen and (max-width:768px) {
  main #sec01 .contents-inner {
    padding-top: 120px;
  }
  .bnr-area {
    margin-top: 30px;
    text-align: center;
  }
  .news-list {
    padding: 10px 20px;
  }
  .news-list dt {
    padding: 20px 0;
  }
  .news-list dd {
    padding: 15px 0 15px 20px;
  }
}


/*========= こんな症状にお悩みではありませんか？ ===============*/
#sec02 img {
  margin-top: 50px;
  max-width: 100%;
}

.txt-blue {
  font-size: 1.6rem;
  color: #0b62ac;
  font-weight: 600;
  text-align: center;
}
#sec02 .txt-blue {
  margin: 30px 0 10px;
  padding-bottom: 40px;
  position: relative;
}
#sec02 .txt-blue:after {
  content: '';
  width: 35px;
  height: 35px;
  border-top: solid 5px #0b62ac;
  border-right: solid 5px #0b62ac;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: 0;
  left: calc(50% - 17px);
  margin-top: -4px;
}

.bg-blue {
  margin-top: 30px;
  padding: 20px;
  background-color: #0b62ac;
  text-align: center;
}

.bg-blue p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
}

.bg-blue p .txt-yellow {
  padding: 0 10px;
  font-size: 2.2rem;
  color: #ffffc4;
  background: linear-gradient(transparent 60%, #0b62ac 60%);
}

/*--Retina--*/
@media screen and (max-width:768px) {
  .bg-blue p {
    font-size: 1.4rem;
  }
  .bg-blue p .txt-yellow {
    font-size: 2rem;
  }
}


/*========= 施術士の紹介 ===============*/
#sec03 .column-2 {
  align-items: flex-start;
}

#sec03 .inner-box {
  padding-top: 20px;
  position: relative;
  right: -90px;
}

#sec03 h3 {
  color: #0b62ac;
  font-weight: normal;
  letter-spacing: 0.2rem;
  font-size: 40px;
  padding-right: 95px;
}
#sec03 h3 span {
  font-size: 1.6rem;
  display: block;
}
#sec03 h3 span:first-of-type {
  margin-bottom: 20px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 900;
}

#sec03 p {
  font-size: 1.1rem;
  line-height: 1.4;
  padding-right: 105px;
}
#sec03 p:first-of-type {
  margin: 10px 0 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid #0b62ac;
}

@media screen and (max-width:768px) {
  #sec03 .column-2 {
    margin-top: 30px;
  }
  #sec03 .column-2 img {
    max-width: 50%;
    display: block;
    margin: 0 auto;
  }
  #sec03 .inner-box {
    left: 0;
    padding: 0;
    margin: 0 auto;
    width: 90%;
  }
  #sec03 h3 span:first-of-type {
    margin-bottom: 10px;
  }
  #sec03 h3,
  #sec03 p:first-of-type {
    text-align: center;
    padding-right: 0;
  }
  #sec03 p {
    padding: 0 0 30px 0;
  }
}


/*========= イネイト活性治療法について ===============*/
#sec04 img {
  max-width: 100%;
  margin-top: 30px;
}

.txt {
  margin: 30px 0 40px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
}

.bg-blue h3 {
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.3;
}

.list-num {
  margin: 10px 30px;
  counter-reset: item;
  list-style-type: none;
  font-size: 1.6rem;
  font-weight: 600;
}
.list-num li {
  text-indent: -3rem;
  padding: 10px 0 10px 3rem;
  border-bottom: 1px solid #ece5de;
  line-height: 1.4;
}
.list-num li:last-of-type { border-bottom: none; }
.list-num li:before {
  counter-increment: item;
  content: counter(item);
  padding-right: 2rem;
  font-weight: bold;
  color: #0b62ac;
}

#sec04 .list-num {
  position: relative;
  padding-bottom: 50px;
}
#sec04 .list-num:after {
  content: '';
  width: 35px;
  height: 35px;
  border-top: 35px solid #0b62ac;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  position: absolute;
  bottom: 0;
  left: calc(50% - 17px);
}
#sec04 ul {
  padding: 10px 30px;
  font-size: 1.6rem;
  font-weight: 600;
  border: 3px solid #0b62ac;
  border-top: none;
}
#sec04 ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ece5de;
}

.bg-yellow {
  padding: 30px;
  background-color: #ffffc4;
}

.bg-yellow .txt {
  font-weight: 600;
  margin: 0!important;
}

@media screen and (max-width:768px) {
  .txt {
    margin: 20px 0 30px;
    font-size: 1.2rem;
  }
  .list-num {
    margin: 10px 20px;
    font-size: 1.5rem;
  }
  .list-num li:before {
    padding-right: 2.2rem;
  }
}


/*========= e.r整体法の紹介 ===============*/
#sec05 img {
  max-width: 100%;
  margin-top: 30px;
  border: 1px solid #ece5de;
}

#sec05 ul {
  padding: 10px 30px;
  font-size: 1.6rem;
  font-weight: 600;
  border: 3px solid #0b62ac;
  border-top: none;
}
#sec05 ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ece5de;
}
#sec05 ul li:last-of-type { border-bottom: none; }

@media screen and (max-width:768px) {
  #sec05 ul {
    padding: 10px 20px;
    font-size: 1.5rem;
  }
}


/*========= e.r整体法の紹介 ===============*/
#sec06 img {
  max-width: 100%;
  margin-top: 30px;
  border: 1px solid #ece5de;
}

#sec06 .list-num:first-of-type {
  margin: 30px 100px 0;
  color: #0b62ac;
}
#sec06 .list-num:first-of-type li:last-of-type {
  border-bottom: 1px solid #ece5de;
}

.under-yellow {
  margin-top: 30px;
  text-align: center;
}

.under-yellow p {
  padding: 0 10px;
  font-size: 1.9rem;
  font-weight: 600;
  display: inline;
  line-height: 1.4;
  background: linear-gradient(transparent 60%, #ffffc4 60%);
}

.txt-red { color: #ff0000; }

#sec06 .list-num:last-of-type {
  margin: 0;
  padding: 20px 30px;
  border-top: none;
  font-size: 1.4rem;
}


@media screen and (max-width:768px) {
  .under-yellow p {
    font-size: 1.7em;
  }
  #sec06 .list-num:first-of-type {
    margin: 30px 30px 0;
  }
}


/*========= 料金表 ===============*/
.list-price {
  border-bottom: 2px solid #0b62ac;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 30px;
}

.list-price li {
  display: flex;
  align-items: center;
  border-top: 2px solid #0b62ac;
  padding: 50px 20px;
}

.list-price h3 {
  width: 18rem;
  padding: 0 0 0 5rem;
  color: #0b62ac;;
}

.list-price p {
  width: calc(100% - 18rem);
  padding: 0 20px 0 50px;
  border-left: 1px solid #0b62ac;
}

@media screen and (max-width:768px) {
  .list-price {
    font-size: 1.2rem;
  }
  .list-price li {
    padding: 30px 10px;
  }

  .list-price h3 {
    width: 5rem;
    padding: 0 20px 0 0;
  }

  .list-price p {
    width: calc(100% - 5rem);
    padding: 0 10px 0 20px;
  }
}

