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

#description .catch__text {
  margin: 40px 15px;
  font-size: 17rem;
  font-weight: normal;
  line-height: 1.8;
}
#description .catch__button {
  margin-bottom: 50px;
}
#description .catch__button .button {
  display: inline-block;
  width: 300px;
  padding: 15px;
  font-size: 18rem;
}

#doctor .doctor__pic {
  width: 40%;
  background: url("../images/botox/message__pic.jpg") no-repeat center;
  background-size: cover;
}
#doctor .doctor__pic .pic__name {
  font-size: 20rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 30px;
  position: absolute;
  top: 0;
  left: 0;
}
#doctor .doctor__message {
  width: 55%;
  font-size: 15rem;
  line-height: 1.8em;
  text-align: left;
}
#doctor .doctor__message .message_title {
  font-size: 20rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #1c92ce;
}

#catch .catch__list > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 31%;
}
#catch .catch__list dt {
  width: 90px;
  height: 90px;
  padding-top: 25px;
  background: #1b82b7;
  border-radius: 45px;
  color: #fff;
  font-size: 18rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
#catch .catch__list dt.row1 {
  padding-top: 35px;
}
#catch .catch__list dd {
  width: calc(100% - 105px);
  padding-bottom: 15px;
  font-size: 18rem;
  line-height: 1.4;
  border-bottom: 3px solid #a2d1ea;
  text-align: left;
}
#catch .catch__list dd .list__sub {
  font-size: 12rem;
  color: #888;
  line-height: 1.4em;
  margin-top: 5px;
}

#treat .treat__col .col {
  width: 48%;
  margin: 0 auto;
  text-align: center;
}
#treat .treat__col .col .col__title {
  color: #1b82b7;
  font-size: 22rem;
  line-height: 1.4;
}
#treat .treat__col .col .col__pic {
  margin: 20px auto 10px;
}
#treat .treat__col .col .col__text {
  font-size: 16rem;
  line-height: 1.6;
}
#treat .treat__col .col.col__r .col__title {
  color: #bc57bc;
}
#treat .treat__bg {
  background: url(../images/botox/treat__pic03.jpg);
  width: 100%;
  height: 255px;
  background-size: 100%;
  background-position: 0 22%;
  background-repeat: no-repeat;
  margin-top: 30px;
}
#treat .treat__list {
  margin: 30px 0 30px;
}
#treat .treat__list .list__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 22rem;
  color: #1b82b7;
}
#treat .treat__list .list__title .icon {
  display: inline-block;
  margin-bottom: 15px;
}
#treat .treat__list ul {
  text-align: left;
}
#treat .treat__list ul li {
  width: 49%;
  margin-bottom: 10px;
  padding: 12px 15px 12px 2em;
  border-radius: 4px;
  font-size: 16rem;
  text-indent: -1em;
}
#treat .treat__list ul li:before {
  content: "■";
  font-size: 1em;
}
#treat .treat__list ul.list01 li {
  background: rgba(28, 146, 206, 0.2);
}
#treat .treat__list ul.list01 li:before {
  color: #1c92ce;
}
#treat .treat__list ul.list02 li {
  background: rgba(188, 87, 188, 0.2);
}
#treat .treat__list ul.list02 li:before {
  color: #bc57bc;
}
#treat .treat__attention {
  padding: 20px 30px;
  background: #fcf9ec;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}
#treat .treat__attention .icon {
  width: 60px;
  text-align: center;
}
#treat .treat__attention p {
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16rem;
  line-height: 1.6;
  text-align: center;
}

#about .about__description {
  padding: 40px 0 60px;
  background: url(../images/botox/about__bg.jpg) no-repeat center;
  background-size: cover;
}
#about .about__description .container {
  padding-right: 480px;
}
#about .about__description .description__title {
  padding: 10px 15px;
  background: #1c92ce;
  font-size: 18rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.4;
  text-align: left;
}
#about .about__description .description__text {
  margin: 15px 0 40px;
  font-size: 15rem;
  line-height: 1.6;
  text-align: left;
}
#about .about__text {
  padding: 25px 10px;
  background: rgba(27, 130, 183, 0.75);
  color: #fff;
  font-size: 22rem;
  line-height: 1.4;
  text-align: center;
}
#about .about__voice .voice__list {
  background: #fff;
  padding: 30px 50px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  font-size: 16rem;
}
#about .about__voice .voice__list li {
  width: 47%;
  margin-bottom: 20px;
  text-indent: -1.5em;
  line-height: 1.6em;
  margin-left: 1.5em;
}
#about .about__voice .voice__list li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
#about .about__voice .voice__list li:before {
  content: "■";
  font-size: 1em;
  color: #1c92ce;
  margin-right: 0.5em;
}
#about .about__flow {
  padding: 40px 0 10px;
  overflow: hidden;
}
#about .about__flow .flow__box {
  position: relative;
  margin-bottom: 60px;
  text-align: left;
}
#about .about__flow .flow__box:after {
  position: absolute;
  left: 50%;
  bottom: -40px;
  content: "";
  display: block;
  width: 30px;
  height: 21px;
  background: url(../images/botox/about__icon.png) no-repeat center;
  background-size: 100%;
}
#about .about__flow .flow__box:last-child:after {
  content: none;
}
#about .about__flow .flow__box .box__l {
  position: relative;
  padding-left: 80px;
  width: calc(100% - 240px);
}
#about .about__flow .flow__box .box__l .box__title {
  margin: 20px 0;
  color: #1b82b7;
  font-size: 22rem;
  line-height: 1.4;
}
#about .about__flow .flow__box .box__l .box__title .num {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 80px;
  color: #ccc;
  line-height: 1;
}
#about .about__flow .flow__box .box__l .box__text {
  font-size: 15rem;
  line-height: 1.6;
}
#about .about__flow .flow__box .box__pic {
  width: 202px;
}
#about .about__button {
  margin-bottom: 50px;
}
#about .about__button .button {
  display: inline-block;
  width: 300px;
  padding: 15px;
  font-size: 18rem;
}

#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: 150px;
}
#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) {
  #doctor .doctor__pic {
    width: 100%;
    padding-top: 80%;
    margin-bottom: 20px;
  }
  #doctor .doctor__message {
    width: 100%;
    font-size: 14rem;
    line-height: 1.5em;
  }
  #doctor .doctor__message .message_title {
    font-size: 15rem;
  }

  #catch {
    padding-bottom: 30px;
  }
  #catch .catch__text {
    margin: 35px 0;
    font-size: 16rem;
    text-align: left;
  }
  #catch .catch__button {
    margin-bottom: 30px;
  }
  #catch .catch__button .button {
    width: 100%;
  }
  #catch .catch__list {
    display: block;
  }
  #catch .catch__list > div {
    width: 100%;
    margin-bottom: 10px;
  }
  #catch .catch__list dd {
    font-size: 16rem;
  }

  #treat .treat__col {
    display: block;
  }
  #treat .treat__col .col {
    width: 100%;
    margin-bottom: 30px;
  }
  #treat .treat__col .col .col__title {
    font-size: 19rem;
  }
  #treat .treat__col .col .col__pic {
    margin: 10px auto 10px;
  }
  #treat .treat__col .col .col__pic img {
    width: 280px;
  }
  #treat .treat__col .col .col__text {
    text-align: left;
  }
  #treat .treat__bg {
    height: 150px;
  }
  #treat .treat__list .list__title {
    margin-bottom: 20px;
    font-size: 18rem;
  }
  #treat .treat__list ul {
    display: block;
  }
  #treat .treat__list ul li {
    width: 100%;
    margin-bottom: 5px;
    padding: 10px 10px 10px 30px;
  }
  #treat .treat__attention {
    padding: 15px 15px;
  }
  #treat .treat__attention .icon {
    width: 100%;
  }
  #treat .treat__attention p {
    padding-left: 0;
    text-align: left;
  }

  #about .about__description {
    position: relative;
    padding: 20px 0 100%;
    background: url(../images/botox/about__bg_sp.jpg) no-repeat right bottom, #f5fafe;
    background-size: 110%;
  }
  #about .about__description .container {
    padding-right: 15px;
  }
  #about .about__description .description__title {
    padding: 8px 10px;
    font-size: 16rem;
  }
  #about .about__description .description__text {
    margin: 10px 0 20px;
    font-size: 14rem;
  }
  #about .about__text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 15px;
    font-size: 17rem;
    text-align: left;
  }
  #about .about__voice .voice__list {
    padding: 15px;
    font-size: 14rem;
  }
  #about .about__voice .voice__list li {
    width: 100%;
    margin-bottom: 10px;
  }
  #about .about__flow {
    padding: 20px 0 30px;
    overflow: hidden;
  }
  #about .about__flow .flow__box {
    margin-bottom: 50px;
  }
  #about .about__flow .flow__box:after {
    bottom: -30px;
    width: 20px;
    height: 12px;
    margin-left: -10px;
  }
  #about .about__flow .flow__box:last-child {
    margin-bottom: 20px;
  }
  #about .about__flow .flow__box .box__l {
    padding-left: 0;
    width: 100%;
  }
  #about .about__flow .flow__box .box__l .box__title {
    position: relative;
    padding-left: 40px;
    margin: 0 0 10px;
    font-size: 17rem;
  }
  #about .about__flow .flow__box .box__l .box__title .num {
    top: -10px;
    font-size: 40px;
  }
  #about .about__flow .flow__box .box__l .box__text {
    font-size: 14rem;
  }
  #about .about__flow .flow__box .box__pic {
    width: 100%;
    text-align: center;
  }
  #about .about__button {
    margin-bottom: 0;
  }
  #about .about__button .button {
    width: 100%;
  }

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