@charset "UTF-8";
*,
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    Roboto, "Hiragino San", "Hiragino Kaku Gothic ProN", "Noto Sans CJK JP",
    "Yu Gothic", sans-serif;
  font-size: 13px;
  color: #231815;
}
.faq {
  line-height: 21px;
  margin: 0;
}
.faq__list {
  margin: 0;
}
.faq__category {
  font-size: 15px;
  font-weight: 700;
  border-top: solid 1px #f0f7fc;
  cursor: pointer;
  padding: 0 20px 0 20px;
}
.faq__list:last-of-type .faq__category {
  border-bottom: solid 1px #f0f7fc;
}
.faq__category-title {
  display: block;
  color: #0072ba;
  background-image: url(../images/schedule_ic_open.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  padding: 19px 25px 19px 5px;
}
.faq__category--active .faq__category-title {
  background-image: url(../images/schedule_ic_close.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
}
.faq__question {
  font-size: 15px;
  font-weight: 700;
  border-top: solid 1px #e6e6e6;
  cursor: pointer;
  padding: 0 20px 0 0;
}
.faq__question-initial {
  display: inline;
  padding: 5px 7px;
  margin: auto 10px auto 20px;
}
.faq__question-title {
  display: block;
  color: #0072ba;
  background-image: url(../images/menu_ic_open.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  padding: 19px 25px 14px 0;
  margin-left: 58px;
  text-indent: -58px;
}
.faq__question--active .faq__question-title {
  background-image: url(../images/menu_ic_close.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
}
.faq__child {
  background: #f0f7fc;
  margin: 0;
  display: none;
}
.faq__answer {
  margin: 0;
  display: none;
}
.faq__answer-initial {
  font-size: 15px;
  font-weight: 700;
  display: inline;
  color: #0072ba;
  background: #fff;
  border: solid 1px #0072ba;
  padding: 5px 7px;
  margin: 5px 15px auto 20px;
}
.faq__answer-text {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #231815;
  margin-bottom: 20px;
}
.faq__answer-message {
  font-size: 14px;
  display: block;
  color: #231815;
  padding-right: 20px;
}
.license {
  padding: 2px 25px 20px;
  background-color: #f0f7fc;
}
.license__title {
  margin: 18px 0;
  font-size: 15px;
}
.license__info {
  font-size: 13px;
  margin-bottom: 30px;
}
.license__info .license__sub-title:first-child {
  margin-top: 0;
}
.license__sub-title {
  margin-top: 21px;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
}
.license__info-indent {
  margin-left: 13px;
}
.license__info-center {
  text-align: center;
}
.privacy {
  padding: 20px 25px;
  background-color: #F0F7FC; 
}
.privacy__title {
  font-size: 15px;
  font-weight: 700;
}
.privacy__sub-title {
  font-size: 14px;
  font-weight: 700;
}
.privacy__info {
  font-size: 13px;
  margin-top: 15px;
}
.privacy__info-detail {
  font-size: 13px;
  margin-left: 13px;
}
.privacy__link {
  color: #0072ba;
  text-decoration: underline;
}
.privacy__table {
  font-size: 13px;
}
.privacy__table,
.privacy__table td {
  border-collapse: collapse;
  border: 1px solid #231815;
}
.terms {
  padding: 20px 25px;
  background-color: #F0F7FC; 

}
.terms__title {
  font-size: 15px;
}
.terms__info {
  font-size: 13px;
  margin-top: 15px;
}
.terms__info-detail {
  font-size: 13px;
  margin-left: 13px;
}
.terms__link {
  color: #0072ba;
  text-decoration: underline;
}
.terms__table {
  font-size: 13px;
}
.terms__table,
.terms__table td {
  border-collapse: collapse;
  border: 1px solid #231815;
}
