@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#faq {
  padding: 0 0 0 0;
  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__others {
  background-color: #fff;
  padding: 30px 0;
}
#faq .faq__others .others__list {
  width: 1000px;
  margin: 0 auto;
}
#faq .faq__others .others__list a {
  font-size: 17rem;
  padding: 0 20px;
  line-height: 3em;
  margin: 0;
  width: 31%;
  margin-bottom: 15px;
}
#faq .faq__others .others__list .empty {
  width: 31%;
}
#faq .faq__others .others__list *:nth-last-child(-n+3) {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #faq {
    padding: 0;
  }
  #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;
  }

  #faq .faq__others {
    padding: 20px 0;
  }
  #faq .faq__others .others__list {
    width: 100%;
    padding: 0 15px;
  }
  #faq .faq__others .others__list *:nth-last-child(-n+3) {
    margin-bottom: 10px;
  }
  #faq .faq__others .others__list a {
    font-size: 14rem;
    margin-bottom: 15px;
    width: 100%;
    margin-bottom: 10px;
  }
  #faq .faq__others .others__list a:last-of-type {
    margin-bottom: 0;
  }
}
