.faq::after {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 100px;
  content: "";
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .faq::after {
    height: 10px;
    margin-top: 85px;
  }
}
.faq__wrap {
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}
.faq__flex-0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 55px auto 0;
}
.faq__flex-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 750px;
  margin: 30px auto 0;
}
.faq__link-0 {
  position: relative;
  display: block;
  width: 220px;
  padding: 0 15px;
  line-height: 38px;
  border: 1px solid #1D1342;
  border-radius: 5px;
}
.faq__link-0 span {
  font-size: 17px;
  font-weight: 600;
  color: #1D1342;
  letter-spacing: 0.12em;
}
@media screen and (width <= 900px) {
  .faq__link-0 span {
    font-size: 13px;
  }
}
.faq__link-0::after {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 12px;
  height: 5px;
  content: "";
  background: url("../img/faq-arrow1.svg");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq__link-1 {
  position: relative;
  display: block;
  width: 365px;
  padding: 0 15px;
  line-height: 40px;
  border-radius: 5px;
}
.faq__link-1 span {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.12em;
}
@media screen and (width <= 900px) {
  .faq__link-1 span {
    font-size: 13px;
  }
}
.faq__link-1::after {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 12px;
  height: 5px;
  content: "";
  background: url("../img/faq-arrow2.svg");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq .game {
  background: #EF8585;
}
.faq .cg {
  background: #49BCBD;
}
.faq .manga {
  background: #6BBB6E;
}
.faq .design {
  background: #0086C9;
}
.faq__text-0 {
  padding-top: 55px;
  font-size: 16px;
  line-height: 1.625;
  color: #000;
  text-align: center;
}
@media screen and (width <= 900px) {
  .faq__text-0 {
    font-size: 13px;
  }
}
.faq__title-0, .faq__title-1 {
  margin-top: 57px;
  margin-bottom: 34px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  text-indent: 0.12em;
  letter-spacing: 0.12em;
  border-radius: 5px;
}
@media screen and (width <= 900px) {
  .faq__title-0, .faq__title-1 {
    font-size: 16px;
  }
}
.faq__title-0_t125, .faq__title-1_t125 {
  margin-top: 125px;
}
.faq__title-0 {
  line-height: 48px;
  border: 1px solid #1D1342;
}
.faq__title-1 {
  line-height: 50px;
  color: #fff;
}
.faq__dl {
  max-width: 800px;
  padding: 18px 0 18px 18px;
  margin: 15px auto 0;
  background: #E8E7EC;
  border-radius: 5px;
}
.faq__dl dt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px 0 0;
  font-weight: 600;
  cursor: pointer;
}
.faq__dl dt:hover {
  opacity: 0.5;
}
.faq__dl dt i {
  display: block;
  width: 35px;
  font-size: 33px;
  font-style: normal;
  color: #1D1342;
}
@media screen and (width <= 900px) {
  .faq__dl dt i {
    width: 30px;
    font-size: 22px;
  }
}
.faq__dl dt span {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 4px;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
@media screen and (width <= 900px) {
  .faq__dl dt span {
    padding-top: 1px;
    font-size: 16px;
  }
}
.faq__dl dt::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 21px;
  height: 21px;
  content: "";
  background: url("../img/faq-arrow3.svg") no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq__dl dt.open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.faq__dl dd {
  display: none;
  padding: 30px 50px 16px 35px;
  font-size: 15px;
  line-height: 2.2;
  color: #000;
}
@media screen and (width <= 900px) {
  .faq__dl dd {
    padding-left: 30px;
    font-size: 13px;
  }
}
.faq__dl dd a {
  color: #000;
  text-decoration: underline;
}
.faq__dl.game {
  background: #FDEDED;
}
.faq__dl.game dt i {
  color: #EF8585;
}
.faq__dl.cg {
  background: #E4F5F5;
}
.faq__dl.cg dt i {
  color: #49BCBD;
}
.faq__dl.manga {
  background: #E9F5E9;
}
.faq__dl.manga dt i {
  color: #6BBB6E;
}
.faq__dl.design {
  background: #D9EDF7;
}
.faq__dl.design dt i {
  color: #0086C9;
}