@charset "UTF-8";

.p-faq-app-content {
  position: relative;
}

@media screen and (max-width: 900px) {
  .p-faq-app-content {
    margin-top: 15.73333%;
  }
}

.p-faq-app-content__heading.is-index {
  width: 175.3px;
}

@media screen and (max-width: 900px) {
  .p-faq-app-content__heading.is-index {
    padding-left: 7.2%;
  }
}

.p-faq-app-content__heading.is-favorite {
  width: 139.7px;
}

@media screen and (max-width: 900px) {
  .p-faq-app-content__heading {
    padding-left: 7.2%;
  }
}

.p-faq-app-content__inner {
  padding-bottom: 143px;
}

@media screen and (max-width: 900px) {
  .p-faq-app-content__inner {
    display: block;
    margin-top: 12%;
    padding: 0 5.2% 16%;
    box-sizing: border-box;
  }
}

.p-faq-app-content__heading--secondary {
  margin: 60px 0 16px;
  padding: 0 0 10px;
  border-bottom: #999 1px solid;
}
 
@media screen and (max-width: 900px) {
  .p-faq-app-content__heading--secondary {
    margin: 40px 0 16px;
    font-size: 16px;
    letter-spacing: 0.09em;
    line-height: 1.333333;
  }
}


.p-faq-app-content__list {
  margin-top: 30px;
  border-bottom: 1px solid #e0e1e1;
}

.p-faq-app-content__list li {
  padding-top: 20px;
  border-top: 1px solid #e0e1e1;
}

.p-faq-app-content__list li:first-child {
  padding-top: 0;
  border-top: none;
}

.p-faq-app-content__list .p-faq-app-content__list__q,
.p-faq-app-content__list .p-faq-app-content__list__a {
  margin-bottom: 20px;
  padding-left: 40px;
  padding-top: 5px;
  position: relative;
}

@media screen and (max-width: 900px) {
  .p-faq-app-content__list .p-faq-app-content__list__q,
  .p-faq-app-content__list .p-faq-app-content__list__a {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 3px;
    font-size: 14px;
  }
}

.p-faq-app-content__list .p-faq-app-content__list__q:before,
.p-faq-app-content__list .p-faq-app-content__list__a:before {
  font-size: 30px;
  color: #3b4043;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}

@media screen and (max-width: 900px) {
  .p-faq-app-content__list .p-faq-app-content__list__q:before,
  .p-faq-app-content__list .p-faq-app-content__list__a:before {
    font-size: 20px;
  }
}

.p-faq-app-content__list .p-faq-app-content__list__q a,
.p-faq-app-content__list .p-faq-app-content__list__a a {
  color: #3b4043;
}

.p-faq-app-content__list .p-faq-app-content__list__q {
  cursor: pointer;
}

.p-faq-app-content__list .p-faq-app-content__list__q:before {
  content: 'Q.';
}

.p-faq-app-content__list .p-faq-app-content__list__q:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(135deg);
  -ms-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
  content: '';
}

@media screen and (max-width: 900px) {
  .p-faq-app-content__list .p-faq-app-content__list__q:after {
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #3b4043;
    border-right: 1px solid #3b4043;
  }
}

.p-faq-app-content__list .p-faq-app-content__list__q.is-open:after {
  margin-top: 3px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

.p-faq-app-content__list .p-faq-app-content__list__a {
  display: none;
}

@media screen and (max-width: 900px) {
  .p-faq-app-content__list .p-faq-app-content__list__a {
    padding-right: 20px;
  }
}

.p-faq-app-content__list .p-faq-app-content__list__a:before {
  content: 'A.';
}

.p-faq-app-content__list .p-faq-app-content__list__a p + p {
  margin-top: 20px;
}

.p-faq-app-content__list-num {
  margin-top: 20px;
  padding-left: 20px;
  border-bottom: none;
}

.p-faq-app-content__list-num li {
  padding-top: 0;
  border-top: none;
  list-style-type: decimal;
}

.p-faq-app-content__list-num li:first-child {
  padding-top: 0;
  border-top: none;
}

.p-faq-app-content__buttons {
  margin-top: 20px;
}

.p-faq-app-content__buttons p,
.p-faq-app-content__buttons + p {
  margin-top: 20px;
}

.p-faq-app-content__buttons__button {
  border: 1px solid #b1b3b4;
  text-align: center;
  text-decoration: none;
  color: #3b4043;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .p-faq-app-content__buttons__button {
    min-height: 45px;
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 1.375;
    padding: 12px 30px;
  }
}

.p-faq-app-content__buttons__button--icon-self {
  position: relative;
}

.p-faq-app-content__buttons__button--icon-self:after {
  content: "";
  background-image: url("/assets/img/common/icon/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (max-width: 900px) {
  .p-faq-app-content__buttons__button--icon-self:after {
    right: 15px;
  }
}

.p-faq-app-content__hover-action {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
