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

#about {
  padding: 50px 0 30px;
}
#about .about__list {
  margin-bottom: 60px;
  text-align: center;
}
#about .about__list li {
  display: inline-block;
  min-width: 160px;
  margin: 0 5px;
  padding: 10px 20px;
  border-radius: 50px;
  border: 2px solid #1c92ce;
  color: #1b82b7;
  vertical-align: middle;
}
#about .about__title {
  margin-bottom: 30px;
  color: #1b82b7;
  font-size: 1.75em;
  line-height: 1.5;
  text-align: center;
}
#about .about__box {
  width: 800px;
  max-width: 100%;
  margin: 50px auto 0;
  padding: 20px 30px;
  border: 3px solid #1c92ce;
  align-items: center;
}
#about .about__box .box__pic {
  width: 150px;
}
#about .about__box .box__body {
  width: calc(100% - 200px);
  text-align: left;
}
#about .about__box .box__body .body__label {
  margin-bottom: 10px;
  color: #1b82b7;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
}
#about .about__box .box__body p {
  margin-bottom: 0;
}

#mrc .mrc__title {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  padding: 5px 10px;
  background: #1c92ce;
  border-radius: 40px;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5;
  text-align: center;
}
#mrc .mrc__row {
  margin-bottom: 30px;
}
#mrc .mrc__row .row__pic {
  width: 38.8%;
}
#mrc .mrc__row .row__body {
  width: 55%;
  text-align: left;
}
#mrc .mrc__row .row__body .body__title {
  margin-bottom: 10px;
  color: #1b82b7;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
}

#service {
  background: #EBF7FC;
}
#service .service__list {
  justify-content: flex-start;
  text-align: left;
}
#service .service__list .list__item {
  width: 32%;
  margin: 0 2% 30px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
}
#service .service__list .list__item:nth-of-type(3n) {
  margin-right: 0;
}
#service .service__list .list__item .item__title {
  margin-bottom: 20px;
  color: #1b82b7;
  font-size: 1.375em;
  line-height: 1.5;
  text-align: center;
}
#service .service__list .list__item .item__pic {
  width: 100%;
  margin-bottom: 20px;
}

#invisible .section__lead {
  margin-bottom: 40px;
  font-size: 16rem;
  line-height: 1.8;
}
#invisible .invisible__list {
  text-align: left;
}
#invisible .invisible__list .list__item {
  width: 44%;
  margin: 0 auto 30px auto;
}
#invisible .invisible__list .list__item .item__title {
  margin-bottom: 20px;
  color: #1b82b7;
  font-size: 1.5em;
  line-height: 1.5;
  text-align: center;
}
#invisible .invisible__list .list__item .item__pic {
  width: 100%;
  margin-bottom: 20px;
}

#column {
  padding: 80px 0;
  background: url(../images/orthodontics/column_bg.jpg) no-repeat center;
  background-size: cover;
}
#column .column__box {
  margin-left: 50%;
  line-height: 1.8;
  text-align: left;
}
#column .column__title {
  margin-bottom: 30px;
  color: #1b82b7;
  font-size: 1.5em;
  line-height: 1.6;
}
#column p {
  margin-bottom: 0;
}

#flow {
  padding: 40px 0 10px;
  overflow: hidden;
}
#flow .flow__list .list__item {
  position: relative;
  width: 100%;
  padding: 30px;
  margin-bottom: 40px;
  text-align: left;
}
#flow .flow__list .list__item:after {
  position: absolute;
  left: 50%;
  bottom: -30px;
  content: "";
  display: block;
  width: 30px;
  height: 21px;
  background: url(../images/botox/about__icon.png) no-repeat center;
  background-size: 100%;
}
#flow .flow__list .list__item:last-child:after {
  content: none;
}
#flow .flow__list .list__item .item__pic {
  float: left;
  width: 216px;
}
#flow .flow__list .list__item .item__body {
  text-align: center;
}
#flow .flow__list .list__item .item__label {
  margin-bottom: 20px;
  color: #1c92ce;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
}

#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;
}

@media screen and (max-width: 768px) {
  #about {
    padding: 30px 0 30px;
    text-align: left;
  }
  #about .about__list {
    margin-bottom: 40px;
  }
  #about .about__list li {
    min-width: 60px;
    margin: 0 0 6px;
    padding: 5px 15px;
  }
  #about .about__title {
    margin-bottom: 20px;
    font-size: 1.5em;
  }
  #about .about__box {
    margin-top: 50px;
    padding: 0 20px 15px;
    border-width: 2px;
  }
  #about .about__box .box__pic {
    width: 100%;
    margin-top: -30px;
    margin-bottom: 10px;
    text-align: center;
  }
  #about .about__box .box__pic img {
    width: 80px;
  }
  #about .about__box .box__body {
    width: 100%;
  }
  #about .about__box .box__body .body__label {
    margin-bottom: 10px;
    font-size: 1.25em;
  }

  #mrc .mrc__title {
    margin-bottom: 20px;
    padding: 5px 10px;
    font-size: 1.25em;
  }
  #mrc .mrc__row {
    margin-bottom: 20px;
  }
  #mrc .mrc__row .row__pic {
    width: 100%;
    margin-bottom: 15px;
  }
  #mrc .mrc__row .row__pic img {
    width: 100%;
  }
  #mrc .mrc__row .row__body {
    width: 100%;
  }
  #mrc .mrc__row .row__body .body__title {
    font-size: 1.25em;
  }

  #service .service__list .list__item {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 20px;
  }
  #service .service__list .list__item .item__title {
    margin-bottom: 10px;
    font-size: 1.25em;
  }
  #service .service__list .list__item .item__pic {
    margin-bottom: 15px;
  }

  #invisible .section__lead {
    margin-bottom: 30px;
    font-size: 14rem;
    text-align: left;
  }
  #invisible .invisible__list .list__item {
    width: 100%;
    margin-bottom: 30px;
  }
  #invisible .invisible__list .list__item .item__title {
    margin-bottom: 15px;
    font-size: 1.5em;
  }
  #invisible .invisible__list .list__item .item__pic {
    width: 100%;
    margin-bottom: 15px;
  }

  #column {
    padding: 30px 0 0;
    background: #EBF7FC;
  }
  #column .column__box {
    margin-left: 0;
    margin-bottom: 10px;
  }
  #column .column__title {
    margin-bottom: 20px;
    font-size: 1.25em;
  }

  #flow {
    padding: 20px 0 30px;
  }
  #flow .flow__list .list__item {
    padding: 0;
    margin-bottom: 50px;
  }
  #flow .flow__list .list__item:after {
    bottom: -30px;
    width: 20px;
    height: 12px;
    margin-left: -10px;
  }
  #flow .flow__list .list__item .item__pic {
    width: 120px;
    margin: 0 15px 10px 0;
  }
  #flow .flow__list .list__item .item__body {
    float: none;
    width: 100%;
  }
  #flow .flow__list .list__item .item__label {
    margin-bottom: 10px;
  }

  #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;
  }
}
