@charset "UTF-8";
.faq-top,
dl,
.close-btn {
  width: 59%;
  margin: auto;
  max-width: 1000px;
}

.heading,
.tit-area,
.cat-container,
.close-btn {
  text-align: center;
}

.faq-wrapper {
  padding: 38px 0 168px;
}

#contents {
  padding-bottom: 5px;
}

.faq-header-logo svg {
  width: 150px;
}

.faq-title {
  margin: 60px 0 50px;
}

.faq-title h2 {
  font-size: 26px;
  letter-spacing: 0.65px;
  line-height: 30px;
  font-weight: 600;
}

.category a {
  font-size: 16px;
  letter-spacing: 0.4px;
}

.category a,
dd a {
  color: #A7D3EF;
  text-decoration: underline;
  line-height: 40px;
}

.category a:hover,
dd a:hover {
  color: #0084D8;
}

.category p {
  display: inline;
}

.tit-area {
  background: #261A33;
  color: #EEC873;
  font-size: 18px;
  letter-spacing: 0.45px;
  line-height: 30px;
  margin-top: 50px;
  padding: 15px 0;
}

.tit-area p {
  margin: 0;
}

div dl {
  margin-bottom: 50px;
}

dt {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400 !important;
  letter-spacing: 0.4px;
  line-height: 30px;
  border-bottom: 1px solid #433945;
  padding-bottom: 10px;
  margin-top: 50px;
}

dt svg {
  width: auto;
  margin-right: 2px;
}

dt p {
  margin: 0;
}

dd {
  padding-top: 10px;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 30px;
}

dd p {
  margin-bottom: 0;
}

dd ul {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}

dd ul li::before {
  content: "・";
}

.close-btn a {
  background: #202E49;
  color: #A7D3EF;
  font-size: 14px;
  letter-spacing: 0.35px;
  padding: 15px 89px;
  border-radius: 6px;
}

.close-btn a:hover {
  color: #A7D3EF;
  text-decoration: none;
}

@media screen and (max-width: 1250px) {
  .category {
    display: inline-block;
    text-align: left;
  }
  .category_3::after {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (max-width: 760px) {
  .category_2::after {
    content: "\A";
    white-space: pre;
  }
  .category_3::after {
    content: initial;
    white-space: initial;
  }
  .category_4::after {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (max-width: 600px) {
  .faq-wrapper {
    padding: 7.1964vh 0 10.49475vh;
  }
  .category {
    text-align: center;
  }
  #contents {
    padding-bottom: 0.74963vh;
  }
  .faq-top,
  dl,
  .close-btn {
    width: 89%;
  }
  .faq-header-logo svg {
    width: 25.33333vw;
  }
  .faq-title {
    margin: 7.49625vh 0;
  }
  .faq-title h2 {
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 400;
  }
  .category a,
  dd a {
    line-height: 30px;
  }
  .tit-area {
    margin-top: 7.49625vh;
  }
  div dl {
    margin-top: 7.49625vh;
    margin-bottom: 7.49625vh;
  }
  dt {
    margin-top: 2.9985vh;
    padding-bottom: 1.49925vh;
  }
  dd {
    padding-top: 1.49925vh;
    margin-bottom: 1.49925vh !important;
  }
  dd ul {
    margin-top: 0.74963vh;
  }
  .close-btn a {
    font-size: 12px;
    letter-spacing: 0.3px;
    border-radius: 4px;
    padding: 1.7991vh 24.53333vw;
  }
}
