#contents-page.faq .anker-list {
  margin-bottom: 100px;
}

.faq-list {
  margin-bottom: 100px;
}
.faq-list .title {
  font-size: 18px;
  margin-bottom: 30px;
  border-bottom: 1px solid #231815;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq-list img {
  width: 100%;
  margin: 10px 0;
}
.faq-list .list .box .question,
.faq-list .list .box .answer {
  font-size: 16px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq-list .list .box .question::before,
.faq-list .list .box .answer::before {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  margin-right: 30px;
}
.faq-list .list .box .question p,
.faq-list .list .box .answer p {
  width: calc(100% - 60px);
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.faq-list .list .box .question {
  background-color: #e8e7e6;
}
.faq-list .list .box .question::before {
  content: "Q";
  background-color: #231815;
  color: #fff;
}
.faq-list .list .box .answer::before {
  content: "A";
  border: 1px solid #231815;
}