#faq .button-group {
  margin: 70px auto 60px;
}
#faq .faq__qabox {
  margin: 30px auto;
  padding-bottom: 30px;
  max-width: 800px;
  height: auto;
  overflow: hidden;
  color: #555;
  border-bottom: 1px solid #e2e2e2;
}
#faq .faq__qabox .question,
#faq .faq__qabox .answer {
  padding-top: 13px;
  font-size: 1.125rem;
}
#faq .faq__qabox .question span,
#faq .faq__qabox .answer span {
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
}
#faq .faq__qabox .question {
  color: #00b312;
  font-weight: 700;
  margin-bottom: 20px;
}
#faq .faq__qabox .question span {
  margin-top: -12px;
  padding-bottom: 4px;
  background-color: #00b312;
}
#faq .faq__qabox .answer span {
  padding-left: 1px;
  background-color: #151e4a;
}
#faq .faq__qabox .answer p {
  display: block;
  float: left;
  width: 720px;
}
#faq .faq__qabox a {
  color: #17a635;
  text-decoration: underline;
}
#faq .faq__qabox a:hover {
  color: #0e6320;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  #faq .faq__qabox {
    max-width: 90%;
  }
  #faq .faq__qabox .question {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  #faq .faq__qabox .answer {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  #faq .faq__qabox .answer p {
    display: block;
    float: left;
    width: 75%;
  }
}
section#media_logo_list {
  min-height: auto;
}
section#partner_logo_list {
  min-height: auto;
}
section#sokudan_magazine_banner {
  min-height: auto;
  margin: 8% 5% 6%;
}
