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

#catch .catch__title {
  margin-bottom: 30px;
  color: #1b82b7;
  font-size: 1.5em;
  line-height: 1.7;
}
#catch .catch__box {
  width: 460px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 30px 15px;
  border: 3px solid #ffaa00;
  font-size: 1.25em;
  line-height: 1.5;
}
#catch .catch__box .num {
  display: inline-block;
  margin: 0 3px;
  font-size: 2em;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

#about .about__row .row__pic {
  width: 38.1%;
}
#about .about__row .row__body {
  width: 56%;
  text-align: left;
  margin: 0 auto;
}

#pull .pull__list {
  margin-top: 40px;
  text-align: left;
}
#pull .pull__list .list__item {
  width: 49%;
  margin: 0 auto;
}
#pull .pull__list .list__item .item__pic {
  width: 50%;
  margin-top: 5px;
  text-align: center;
}
#pull .pull__list .list__item .item__pic .label {
  display: inline-block;
  min-width: 160px;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 5px 20px;
  background: #1c92ce;
  border-radius: 30px;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}
#pull .pull__list .list__item .item__body {
  width: 50%;
  font-size: 1.125em;
  line-height: 1.6;
}
#pull .pull__list .list__item .item__body ul li {
  list-style: square;
  margin-left: 1.5em;
  margin-bottom: 10px;
}
#pull .pull__list .list__item:nth-of-type(2) .item__pic .label {
  margin-bottom: 65px;
}
#pull .pull__box {
  width: 100%;
  margin: 60px 0 30px;
  padding: 30px 50px;
  border: 3px solid #1c92ce;
  border-radius: 20px;
  text-align: left;
}
#pull .pull__box .box__title {
  width: 100%;
  margin-bottom: 30px;
  color: #1c92ce;
  font-size: 1.375em;
  font-weight: bold;
  text-align: center;
}
#pull .pull__box .box__item {
  width: 30%;
}
#pull .pull__box .box__item p {
  margin-bottom: 0;
}
#pull .pull__box .box__item .item__label {
  margin-bottom: 5px;
  font-weight: bold;
}

#pregnancy {
  background: #EBF7FC;
}
#pregnancy .pregnancy__row .row__pic {
  width: 38.1%;
}
#pregnancy .pregnancy__row .row__body {
  width: 56%;
  text-align: left;
  margin: 0 auto;
}

#flow {
  padding: 40px 0 10px;
  overflow: hidden;
}
#flow .flow__list .list__item {
  width: 31%;
  margin: 0 3.5% 30px 0;
  text-align: left;
}
#flow .flow__list .list__item:nth-of-type(3n) {
  margin-right: 0;
}
#flow .flow__list .list__item .item__title {
  margin-bottom: 15px;
  color: #1c92ce;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.7;
}
#flow .flow__list .list__item .item__title .num {
  display: inline-block;
  margin-right: 10px;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 1;
}
#flow .flow__list .list__item .item__pic {
  margin-bottom: 12px;
}
#flow .flow__list .list__item .item__text {
  margin-bottom: 0;
}

#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) {
  #catch .catch__title {
    margin-bottom: 20px;
    font-size: 1.25em;
  }
  #catch .catch__box {
    padding: 10px 30px 15px;
    font-size: 1em;
  }
  #catch .catch__box .num {
    font-size: 1.75em;
  }

  #about .about__row .row__pic {
    width: 100%;
    margin-bottom: 15px;
  }
  #about .about__row .row__pic img {
    width: 100%;
  }
  #about .about__row .row__body {
    width: 100%;
  }

  #pull .section__lead {
    text-align: left;
  }
  #pull .pull__list {
    margin-top: 30px;
  }
  #pull .pull__list .list__item {
    width: 100%;
    margin: 0 auto 20px;
  }
  #pull .pull__list .list__item .item__pic {
    width: 40%;
    margin-top: 0;
    text-align: center;
  }
  #pull .pull__list .list__item .item__pic .label {
    min-width: 0;
    margin-bottom: 20px;
    font-size: 1em;
  }
  #pull .pull__list .list__item .item__body {
    width: 60%;
    padding-left: 15px;
    font-size: 1em;
  }
  #pull .pull__list .list__item .item__body ul li {
    margin-bottom: 5px;
  }
  #pull .pull__list .list__item:nth-of-type(2) .item__pic .label {
    margin-bottom: 40px;
  }
  #pull .pull__box {
    margin: 0 0 20px;
    padding: 20px 20px;
    border-width: 2px;
  }
  #pull .pull__box .box__title {
    margin-bottom: 20px;
    font-size: 1.375em;
  }
  #pull .pull__box .box__item {
    width: 100%;
  }

  #pregnancy .pregnancy__row .row__pic {
    width: 100%;
    margin-bottom: 15px;
  }
  #pregnancy .pregnancy__row .row__pic img {
    width: 100%;
  }
  #pregnancy .pregnancy__row .row__body {
    width: 100%;
  }

  #flow {
    padding: 20px 0 10px;
    overflow: hidden;
  }
  #flow .flow__list .list__item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #flow .flow__list .list__item .item__title {
    margin-bottom: 15px;
    font-size: 1.25em;
  }
  #flow .flow__list .list__item .item__pic {
    float: left;
    width: 50%;
    margin: 0 15px 10px 0;
  }
  #flow .flow__list .list__item .item__text {
    margin-bottom: 0;
  }

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