@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
@media (max-width: 768px) {
  .section .section__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section__titleimg {
  width: 50%;
  margin-inline: auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .section__titleimg {
    width: 80%;
  }
}
#catch {
  padding: 50px 0 40px;
}
#catch .catch__box {
  width: 460px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 50px 15px;
  border: 3px solid #ffaa00;
  font-size: 1.25em;
  text-align: left;
}
#catch .catch__box .box__row {
  line-height: 1.5;
}
#catch .catch__box .box__row dt {
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px;
  padding: 2px 15px;
  background: #ffaa00;
  border-radius: 30px;
  color: #fff;
  line-height: 1.5;
  vertical-align: middle;
}
#catch .catch__box .box__row dd {
  display: inline-block;
  vertical-align: middle;
}
#catch .catch__box .box__row .num {
  display: inline-block;
  margin: 0 3px;
  font-size: 2em;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

#about .about__img {
  width: 50%;
  margin-inline: auto;
  margin-bottom: 60px;
}
#about .about__img img {
  border-radius: 20px;
}
#about .about__row {
  margin-bottom: 70px;
}
#about .about__row:last-of-type {
  margin-bottom: 50px;
}
#about .about__row .row__pic {
  width: 40.5%;
}
#about .about__row .row__body {
  width: 54%;
  text-align: left;
  margin: 0 auto;
}
#about .about__row .row__body .body__title {
  margin-bottom: 10px;
  color: #1c92ce;
  font-size: 1.2375em;
  font-weight: bold;
  line-height: 1.7;
}
#about .about__row .row__body * + .body__title {
  margin-top: 30px;
}
#about .about__row .row__body .body__link {
  display: block;
  width: 50%;
  color: #444;
  transition: all .3s;
}
#about .about__row .row__body .body__link:hover {
  opacity: 0.6;
}
#about .about__row .row__body .bold {
  font-weight: 700;
}
#about .about__row .row__body .body__img {
  margin: 30px 0;
}
#about .about__row .row__title {
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  color: #1b82b7;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
}
#about .about__row.row01 .row__pic {
  width: 22.1%;
}
#about .about__row.row01 .row__body {
  width: 70%;
}
#about .about__row.row02 .row__body .body__block {
  margin-top: 30px;
}
#about .about__row.row02 .row__body .body__block .block__text {
  width: 48%;
  padding: 10px;
  background: #EBF7FC;
  border-radius: 10px;
  color: #1b82b7;
  font-size: 1.375em;
  line-height: 1.5;
  text-align: center;
}
#about .about__row.row02 .row__body .body__block .block__text .num {
  display: inline-block;
  margin: 0 5px;
  font-size: 2.25em;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 1;
}
#about .about__row.row02 .row__body .body__block .block__text .big {
  font-size: 1.5em;
}
#about .about__row.row02 .row__body .body__block .block__text:nth-of-type(1) {
  padding-top: 20px;
}
#about .about__row.row02 .row__body .body__block .block__pic {
  width: 48%;
  padding: 10px;
}

#facility {
  background: #EBF7FC;
}
#facility .facility__list {
  text-align: left;
}
#facility .facility__list .list__item {
  display: flex;
  flex-direction: column;
  width: 31.9%;
  margin: 0 2.15% 30px 0;
}
#facility .facility__list .list__item:nth-of-type(3n) {
  margin-right: 0;
}
#facility .facility__list .list__item .item__title {
  margin-bottom: 20px;
  color: #1c92ce;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#facility .facility__list .list__item .item__text {
  margin-bottom: 15px;
  flex: 1 0 auto;
}
#facility .facility__list .list__item .item__pic {
  margin-top: auto;
}

#flow {
  padding: 40px 0 10px;
  overflow: hidden;
}
#flow .flow__num .num {
  position: relative;
  margin-bottom: 90px;
  position: relative;
  min-height: 260px;
}
#flow .flow__num .num .arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#flow .flow__num .num .num__img {
  text-align: left;
  position: relative;
  z-index: 1;
}
#flow .flow__num .num .num__img .num__num {
  background-image: url("../images/cerec/flow_icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 10px;
  z-index: 2;
  color: #fff;
  font-size: 30rem;
  padding: 13px 37px 25px 20px;
}
#flow .flow__num .num .num__txtarea {
  position: absolute;
  border: 1px solid #259dda;
  text-align: left;
  height: 260px;
  width: 670px;
  padding: 40px 30px 30px 80px;
  border-radius: 20px;
  top: 50px;
  right: 12px;
  z-index: 0;
}
#flow .flow__num .num .num__txtarea .txtBlock__title {
  font-size: 24rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #1b82b7;
}
#flow .flow__num .num .num__txtarea .txtBlock__txt {
  font-size: 15rem;
}
#flow .flow__num .num .num__txtarea .txtBlock__txt .indent {
  display: block;
  padding-left: 15px;
}
#flow .flow__num .num2 {
  min-height: 400px;
}
#flow .flow__num .num2 .num__img img {
  display: block;
}
#flow .flow__num .num2 .num__txtarea {
  height: 400px;
}

#faq {
  padding: 40px 0 20px;
  background: #EBF7FC;
}
#faq .faq__box {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  align-items: center;
  justify-content: space-between;
}
#faq .faq__box .box__pic {
  width: 100px;
}
#faq .faq__box .box__r {
  position: relative;
  width: calc(100% - 120px);
  padding: 20px 30px;
  background: #fff;
  border-radius: 20px;
  text-align: left;
}
#faq .faq__box .box__r:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #fff;
}
#faq .faq__box .box__r dt {
  position: relative;
  margin-bottom: 10px;
  padding: 5px 0 10px 50px;
  line-height: 1.6;
  font-size: 17rem;
  color: #1b82b7;
  background: url(../images/botox/faq__icon01.png) no-repeat left top;
  background-size: 40px;
}
#faq .faq__box .box__r dd {
  position: relative;
  padding: 10px 0 15px 50px;
  background: url(../images/botox/faq__icon02.png) no-repeat left top;
  background-size: 40px;
}
#faq .faq__box .box__r dd a {
  text-decoration: underline;
  color: #444;
}

@media screen and (max-width: 768px) {
  #catch {
    padding: 30px 0 0;
  }
  #catch .catch__box {
    padding: 10px 20px 15px;
    font-size: 1em;
  }
  #catch .catch__box .box__row dt {
    margin-top: 5px;
    margin-right: 15px;
    padding: 2px 15px;
    background: #ffaa00;
    border-radius: 30px;
    color: #fff;
    line-height: 1.5;
    vertical-align: middle;
  }
  #catch .catch__box .box__row .num {
    font-size: 1.5em;
  }

  #about .about__img {
    width: 100%;
  }
  #about .about__row {
    margin-bottom: 30px;
  }
  #about .about__row:last-of-type {
    margin-bottom: 0;
  }
  #about .about__row .row__pic {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  #about .about__row .row__pic img {
    width: 100%;
  }
  #about .about__row .row__body {
    width: 100%;
  }
  #about .about__row .row__body .body__title {
    font-size: 1.2375em;
  }
  #about .about__row .row__body * + .body__title {
    margin-top: 20px;
  }
  #about .about__row .row__body .body__block {
    flex-direction: column;
    align-items: center;
  }
  #about .about__row .row__body .body__img {
    width: 80%;
    margin-inline: auto;
  }
  #about .about__row .row__body .body__link {
    width: 100%;
    max-width: 275px;
  }
  #about .about__row .row__title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 1.375em;
  }
  #about .about__row.row01 .row__pic {
    width: 100%;
  }
  #about .about__row.row01 .row__pic img {
    width: 50%;
  }
  #about .about__row.row01 .row__body {
    width: 100%;
  }
  #about .about__row.row02 .row__body .body__block {
    margin-top: 20px;
  }
  #about .about__row.row02 .row__body .body__block .block__text .num {
    font-size: 2em;
  }
  #about .about__row.row02 .row__body .body__block .block__text .big {
    font-size: 1.5em;
  }
  #about .about__row.row02 .row__body .body__block .block__pic {
    width: 80%;
  }

  #facility .facility__list .list__item {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #facility .facility__list .list__item .item__title {
    margin-bottom: 15px;
    font-size: 1.375em;
  }
  #facility .facility__list .list__item .item__pic {
    width: 80%;
    margin-inline: auto;
    margin-bottom: 15px;
  }

  #flow {
    padding: 20px 0 30px;
  }
  #flow .flow__num .num {
    min-height: 120px;
  }
  #flow .flow__num .num .arrow {
    top: initial;
    bottom: -70px;
  }
  #flow .flow__num .num .num__img {
    text-align: left;
    position: relative;
    z-index: 1;
  }
  #flow .flow__num .num .num__txtarea {
    position: relative;
    width: 100%;
    height: 100%;
    top: 30px;
    padding: 20px;
  }

  #faq {
    padding: 20px 0 20px;
  }
  #faq .faq__box {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    align-items: flex-start;
  }
  #faq .faq__box .box__pic {
    width: 60px;
  }
  #faq .faq__box .box__r {
    position: relative;
    width: calc(100% - 70px);
    padding: 10px 15px 5px 10px;
    border-radius: 10px;
  }
  #faq .faq__box .box__r:before {
    top: 25px;
    margin-top: 0;
  }
  #faq .faq__box .box__r dt {
    margin-bottom: 0;
    padding: 2px 0 10px 30px;
    line-height: 1.4;
    font-size: 16rem;
    background: url(../images/botox/faq__icon01.png) no-repeat left top;
    background-size: 25px;
  }
  #faq .faq__box .box__r dd {
    position: relative;
    padding: 0 0 10px 30px;
    background: url(../images/botox/faq__icon02.png) no-repeat left top;
    background-size: 25px;
  }
}
