@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p_faq__faq {
  margin-top: initial !important;
}
.p_faq__faq__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  margin: 0 auto 6.5em;
  max-width: 1040px;
}
@media screen and (max-width: 1166px) {
  .p_faq__faq__menu {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p_faq__faq__menu {
    display: block;
    margin-bottom: 3.5em;
  }
}
.p_faq__faq__menu li {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  border: 1px solid #0A1023;
  height: 88px;
}
@media screen and (max-width: 1166px) {
  .p_faq__faq__menu li {
    font-size: 16px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p_faq__faq__menu li {
    height: 50px;
  }
}
.p_faq__faq__menu li:not(:first-of-type) {
  border-left: initial;
}
@media screen and (max-width: 768px) {
  .p_faq__faq__menu li:not(:first-of-type) {
    border-top: initial;
    border-left: 1px solid #0A1023;
  }
}
@media screen and (max-width: 1166px) {
  .p_faq__faq__menu li:nth-of-type(4) {
    border-top: initial;
    border-left: 1px solid #0A1023;
  }
}
@media screen and (max-width: 1166px) {
  .p_faq__faq__menu li:nth-of-type(5) {
    border-top: initial;
  }
}
.p_faq__faq__menu li.is-active {
  color: #ffffff;
  background: #81889D;
}
.p_faq__faq .o_c_heading__highlight--en {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: initial;
  line-height: 85.714%;
}
@media screen and (max-width: 768px) {
  .p_faq__faq .o_c_heading__highlight--en {
    font-size: 1.5rem;
  }
}
.p_faq__faq__body {
  margin-top: 3.8em;
}
.p_faq__faq__body .faq {
  display: none;
}
.p_faq__faq__body .faq.is-active {
  display: block;
}
.p_faq__faq__body .faq__item__upper .mark {
  margin-right: 0.8em;
  width: 70px !important;
}
@media screen and (max-width: 768px) {
  .p_faq__faq__body .faq__item__upper .mark {
    margin-right: initial;
    width: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .p_faq__faq__body .faq__item__upper .text {
    padding-right: 1em;
  }
}
.p_faq__faq__body .faq__item__body .related-links {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p_faq__faq__body .faq .flow li {
    padding-right: initial !important;
  }
}
/*# sourceMappingURL=faq.css.map */