/*********************************************************
共通
*********************************************************/
/*-----------------------
リボンタイトル
-----------------------*/
.content-ttl {
  color: #666;
  font-size: 30px;
  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;
}
/*********************************************************
メインビジュアル
*********************************************************/
.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: 24px;
  font-weight: bold;
}
/*********************************************************
おすすめメニュー
*********************************************************/
/*-----------------------
home-recommend
-----------------------*/
.home-recommend {
  padding: 200px 0;
}
.home-recommend .inner {
  z-index: 2;
}
.home-recommend-sticker {
  position: absolute;
  top: -80px;
  left: 0;
  width: 200px;
}
.recmenu-circle {
  font-size: 24px;
  height: 100px;
  padding: 15px;
  width: 100px;
}
.recmenu-price {
  font-size: 80px;
}
/*********************************************************
こんなお悩みはありませんか？
*********************************************************/
.problem-arrow {
  margin-bottom: 150px;
  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;
  position: relative;
  width: 66.66%;
}
.board::after {
  background-image: url(image.php?id=17);
  background-repeat: no-repeat;
  background-size: cover;
  content:"";
  padding-bottom: 50%;
  position: absolute;
  right: 2%;
  bottom: 0.8%;
  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%;
  width: calc(100% - 20%);
}
.board__item {
  font-size: 22px;
  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=018);
  background-repeat: no-repeat;
  content: "";
  height: 80px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px
}
/*-----------------------
problem-box
-----------------------*/
.problem-box {
  display: table;
  table-layout: fixed;
  max-width: 600px;
}
.problem-box__img,
.problem-box__txt {
  display: table-cell;
  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;
}
.problem-box__txt::before,
.problem-box__txt::after {
  background-color: #0080cc;
  content: "";
  height: 100%;
  position: absolute;
  width: 2px;
}
.problem-box__txt::before {
  bottom: 0;
  left: 30px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.problem-box__txt::after {
  bottom: 0;
  right: 30px;
  -webkit-transform: rotate(15deg);
  transform: rotate(10deg);
}
.pb-comment__txt {
  font-size: 24px;
  font-weight: bold;
  height: 100%;
  position: absolute;
    top: 0;
    left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
/*********************************************************
このような方が来店されます
*********************************************************/
.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: 36px;
  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: 15px;
  position: absolute;
  top: -10px;
  left: -70px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  width: 50px;
}
/*-----------------------
raiten-container
-----------------------*/
.raiten-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.raiten-txt,
.raiten-reason {
  width: 45%;
}
.raiten-txt {
  background: #EEE;
  font-size: 18px;
  line-height: 1.7;
  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;
  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-pack: distribute;
  justify-content: space-around;
  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;
  padding: 10px 10px 20px;
  text-align: center;
  width: 18%;
}
.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;
}
/*-----------------------
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-top: 50px;
  max-width: 800px;
}
.swiper-container img {
  width: 100%;
}
.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;
}
/*********************************************************
よくある質問
*********************************************************/
/*-----------------------
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: 300px,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: 50px;
  padding: 15px 10px;
  text-align: center;
  width: 50px;
}
.faq-list__q {
  background: red;
}
.faq-list__a {
  background: blue;
}
.faq-list__txt {
  font-weight: bold;
  line-height: 1.5;
}