/*********************************************************
共通
*********************************************************/
/*-----------------------
リボンタイトル
-----------------------*/
.content-ttl {
  color: #666;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 6px;
  margin: 0 auto;
  padding: 10px 20px;
  position: relative;
  text-align: center;
}
.content-ttl::after {
  background: #666;
  content: "";
  height: 10px;
  margin-left: -75px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 150px;
}
.content-ttl__first {
  color: #1287da;
  font-size: 200%;
  font-weight: bold;
}
@media (max-width: 400px) {
  .content-ttl {
    font-size: 16px;
    line-height: 1.3;
  }
}
/*********************************************************
メインビジュアル
*********************************************************/
.hero {
  padding-top: 60px;
}
.hero img {
  width: 100%;
}
/*********************************************************
当院について
*********************************************************/
/*-----------------------
home-about
-----------------------*/
/*txt01*/
.home-about__txt01 {
  line-height: 2;
  margin: 50px auto 0;
  max-width: 1200px;
}
.home-about__large {
  font-size: 18px;
  font-weight: bold;
}
/*********************************************************
おすすめメニュー
*********************************************************/
/*-----------------------
home-recommend
-----------------------*/
.home-recommend {
  padding: 110px 0 50px;
}
.home-recommend .inner {
  z-index: 2;
}
.home-recommend-sticker {
  position: absolute;
  top: -90px;
  left: 0;
  width: 100px;
  z-index: 3;
}
.recmenu-circle {
  font-size: 18px;
  height: 80px;
  padding: 10px;
  width: 80px;
}
.recmenu-price {
  font-size: 60px;
  font-size: 11vw;
}
@media (max-width: 480px) {
  .recmenu-circle {
    font-size: 12px;
    height: 60px;
    padding: 10px;
    width: 60px;
  }
  .recmenu-price {
    font-size: 36px;
    font-size: 11vw;
  }
}
/*********************************************************
こんなお悩みはありませんか？
*********************************************************/
.problem-arrow {
  margin-bottom: 130px;
  position: relative;
}
.problem-arrow-img {
  height: 100px;
  position: absolute;
  top: 99.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 95%;
}
.problem-arrow-img img {
  width: 100%;
}
/*-----------------------
board
-----------------------*/
.board {
  background-image: url(image.php?id=20),url(image.php?id=22),url(image.php?id=21);
  background-repeat: no-repeat,no-repeat,repeat-y;
  background-position: top,bottom,center;
  background-size: 100%;
  margin: 0 auto 30px;
  position: relative;
}
.board::after {
  background-image: url(image.php?id=17);
  background-repeat: no-repeat;
  background-size: cover;
  content:"";
  opacity: .6;
  padding-bottom: 50%;
  position: absolute;
  right: 2%;
  bottom: 0;
  width: 29%;
}
.board__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15% 0 10%;
  margin: 0 auto;
  width: 81.25%;
  z-index: 2;
}
.board__list {
  margin-top: 13%;
}
.board__item {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  list-style: none;
  margin-bottom: 9.2%;
  padding-left: 90px;
  position: relative;
}
.board__item::before {
  background-image: url(image.php?id=18);
  background-repeat: no-repeat;
  content: "";
  height: 80px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px
}
@media (max-width: 600px) {
  .board__item {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .board__inner .content-ttl {
    font-size: 14px;
    font-size: 3vw;
    padding: 10px 0;
    line-height: 1.3;
  }
  .board__item {
    padding-left: 70px;
  }
  .board__item::before {
    background-size: 100%;
    height: 60px;
    margin-top: -40px;
    width: 60px
  }
}
@media (max-width: 400px) {
  .board__item {
    font-size: 14px;
  }
}
/*-----------------------
problem-box
-----------------------*/
.problem-box {


}
.problem-box__img,
.problem-box__txt {

  vertical-align: middle;
}
.problem-box__img {
  text-align: center;
}
.problem-box__txt01 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin-top: 10px;
}
.problem-box__txt {
  line-height: 2;
  padding: 10px;
  position: relative;
}
.pb-comment__txt {
  background: #e7f7ff;
  font-weight: bold;
  padding: 15px;
}
/*********************************************************
このような方が来店されます
*********************************************************/
.home-raiten {
  background-image: url(image.php?id=019);
  padding: 50px 0;
}
/*-----------------------
raiten-ttl
-----------------------*/
.raiten-ttl {
  margin-bottom: 80px;
  text-align: center;
}
.raiten-ttl__txt {
  color: #c19738;
  display: inline-block;
  font-size: 18px;
  font-size: 5vw;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.raiten-ttl__txt::after {
  background: #c19738;
  content: "";
  height: 5px;
  margin-left: -75px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 150px;
}
.wakaba-mark {
  display: block;
  margin-right: 10px;
  position: absolute;
  top: -10px;
  left: -40px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  width: 30px;
}
/*-----------------------
raiten-container
-----------------------*/
.raiten-txt {
  background: #EEE;
  line-height: 1.7;
  margin-bottom: 30px;
  padding: 15px;
}
.raiten-reason__ttl {
  background: #FFF;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 15px 0;
}
.raiten-reason__txt {
  background: #FFF;
  font-size: 14px;
  line-height: 1.5;
  padding: 15px;
}
/*********************************************************
診療科目
*********************************************************/
/*-----------------------
subject-box
-----------------------*/
.subject-box {
  background-image: url(image.php?id=24);
  background-position: center;
  padding: 50px 0;
}
.subject-box__inner {
  position: relative;
  z-index: 2;
}
.subject-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
.subject-box__item {
  background: #FFF;
  border: 5px solid #ffc300;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin-right: 1%;
  margin-left: 1%;
  padding: 10px 10px 20px;
  text-align: center;
  width: 48%;
}
.subject-box__item:nth-child(n+3) {
  margin-top: 30px;
}
.subject-box__imgwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
  margin-bottom: 10px;
}
.subject-box__imgwrapper > div {
  max-width: 100%;
  text-align: center;
  width: 100%;
}
.subject-box__img {
  max-height: 180px;
}
.subject-box__txt01,
.subject-box__txt02 {
  font-weight: bold;
}
.subject-box__txt01 {
  font-size: 14px;
}
.subject-box__txt02 {
  font-size: 18px;
  margin: 5px 0 20px;
}
.subject-box__btn {
  background: #ffc300;
  border-radius: 10px;
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.subject-box__btn:hover {
  background: #ff8d00;
}
.subject-box__btn::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 18px;
  margin-top: -10px;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
@media (max-width: 480px) {
  .subject-box__item {
    padding: 10px 5px 20px;
  }
  .subject-box__btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.3;
    padding: 10px 5px;
    width: 100%;
  }
  .subject-box__btn::after {
    font-size: 18px;
    margin-top: 0;
    margin-left: 5px;
    position: static;
    top: auto;
  }
}
/*-----------------------
subject-zakotsu
-----------------------*/
.subject-zakotsu {
  margin: 50px auto 0;
  max-width: 400px;
}
.subject-zakotsu__ttl {
  background: #666;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 0;
  text-align: center;
}
.subject-zakotsu__txt {
  background: #FFF;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px;
}
/*********************************************************
施術の流れ
*********************************************************/
/*-----------------------
swiper-container
-----------------------*/
.swiper-container {
  margin: 50px auto 0;
  max-width: 600px;
}
.swiper-txt {
  margin-top: 20px;
  text-align: center;
}
.swiper-txt__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.swiper-txt__body {
  line-height: 1.5;
}
@media (max-width: 480px) {
  .swiper-txt__body {
    font-size: 14px;
  }

}
/*********************************************************
よくある質問
*********************************************************/
/*-----------------------
home-faq
-----------------------*/
.home-faq {
  background-image: url(image.php?id=034),url(image.php?id=033);
  background-position: right bottom,top left;
  background-repeat: no-repeat,repeat;
  background-size: 200px,auto;
  padding: 50px 0 100px;
}
.home-faq-container {
  position: relative;
}
.faq-list {
  margin-top: 50px;
}
.faq-list__dt,
.faq-list__dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.faq-list__dt {
  margin-bottom: 20px;
}
.faq-list__dd:not(:last-child) {
  margin-bottom: 50px;
}
.faq-list__q,
.faq-list__a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  margin-right: 30px;
  padding: 15px 10px;
  text-align: center;
  width: 50px;
  max-width: 50px;
  min-width: 50px;
}
.faq-list__q {
  background: red;
}
.faq-list__a {
  background: blue;
}
.faq-list__txt {
  font-weight: bold;
  line-height: 1.5;
}