#faq {
  text-align: left;
  font-family: arial, メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", HiraKakuPro-W3, sans-serif;
  color: #333;
}
#faq * {
  box-sizing: border-box;
}

#faq *::before,#faq *::after {
  box-sizing: content-box;
}

#faq .content__title {
  font-size: 50px;
  text-align: center;
  letter-spacing: .025em;
  margin-bottom: 50px;
}
#faq .content__title span {
  margin-top: 20px;
  font-size: 25px;
  display: block;
}

#faq .faq__head {
  font-size: 20px;
  letter-spacing: .05em;
  font-weight: bold;
  line-height: 1.5;
  padding: 14px 0 14px 30px;
  background-color: #eeeeee;
}

#faq .faq__list {
  margin-bottom: 50px;
}

#faq .faq__list__question {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 20px 0 10px 0;
  font-size: 20px;
  font-weight: bold;
  margin: 10px auto 10px;
  vertical-align: middle;
  line-height: 1.4;
  letter-spacing: .05em;
  border-bottom: 1px solid #ababab;
}

#faq .faq__list__question::before {
  content: "";
  background-image: url(https://www.rakuten.ne.jp/gold/thegoldshopping/sp/top/images/q.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 53px;
  height: 48px;
  vertical-align: top;
  margin-right: 15px;
}

#faq .faq__list__description {
  font-size: 0;
  letter-spacing: .05em;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.5;
  color: #030303;
}

#faq .faq__list__description__text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 68px);
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
}

#faq .faq__list__description::before {
  content: "";
  background-image: url(https://www.rakuten.ne.jp/gold/thegoldshopping/sp/top/images/a.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 53px;
  height: 48px;
  vertical-align: middle;
  margin-right: 15px;
}

.to_form {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #01AFEC;
  width: 400px;
  height: 80px;
  color: #fff;
  font-size: 18px;  
  letter-spacing: .075em;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
  border-radius: 20px;
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.container {
  min-width: 0;
  padding-left: 20px;
}