@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#policy {
  font-size: 15rem;
}
#policy .policy__summary {
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.8em;
}
#policy .policy__list {
  text-align: left;
  border: 1px solid #ddd;
  padding: 40px;
}
#policy .policy__list .list__block {
  margin-bottom: 30px;
}
#policy .policy__list .list__block .list__title {
  margin-bottom: 12px;
  font-size: 16rem;
}
#policy .policy__list .list__block ul {
  list-style: decimal;
  margin: 15px 0 15px 30px;
}
#policy .policy__list .list__block ul li {
  margin: 5px 0;
}
#policy .policy__list .list__block:last-of-type {
  margin-bottom: 0;
}
#policy .policy__list .list__address {
  background: #f5f5f5;
  padding: 20px;
  margin-top: 15px;
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {
  #policy {
    font-size: 14rem;
    padding: 0 15px;
  }
  #policy .policy__summary {
    line-height: 1.4em;
  }
  #policy .policy__list {
    border: none;
    padding: 0;
  }
  #policy .policy__list .list__block .list__title {
    font-size: 15rem;
  }

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

  #faq .faq__others {
    padding: 20px 0;
  }
  #faq .faq__others .others__list {
    width: 100%;
    padding: 0 15px;
  }
  #faq .faq__others .others__list a {
    font-size: 14rem;
    margin-bottom: 15px;
  }
  #faq .faq__others .others__list a:last-of-type {
    margin-bottom: 0;
  }
}
