@charset "utf-8";

.faq-page {
  color: #252525;
}
.faq-page * {
  box-sizing: border-box;
}
.faq-contents {
  padding-bottom: 70px !important;
}
.faq-main {
  text-align: left;
}
.faq-main img {
  max-width: 100%;
  height: auto;
}
.faq-hero {
  margin: 30px 0 40px;
  padding: 36px 44px;
  color: #092b59;
  background:
    radial-gradient(circle at 91% 8%, rgba(10,58,121,.06) 0 82px, transparent 83px),
    linear-gradient(135deg, #f7f9fc, #e7eef6);
  border: 1px solid #d7e1ec;
  border-radius: 4px;
}
.faq-hero h2 {
  margin-bottom: 14px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.35;
}
.faq-hero p {
  max-width: 650px;
  font-size: 16px;
  line-height: 1.9;
}
.faq-main #path {
  margin-bottom: 28px;
}
.faq-intro {
  margin-bottom: 34px;
}
.faq-category > h2,
.faq-related > h2 {
  margin-bottom: 16px;
  padding: 13px 17px;
  color: #fff;
  background: #092b59;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
}
.faq-intro h2 {
  margin-bottom: 28px;
  padding: 5px 0 5px 16px;
  color: #172c43;
  background: transparent;
  border-left: 4px solid #0a4f94;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.faq-intro p {
  font-size: 15px;
  line-height: 1.9;
}
.faq-intro .faq-intro__lead {
  margin-bottom: 14px;
  color: #0a3a79;
  font-size: 18px;
}
.faq-category-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 34px;
}
.faq-category-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 8px;
  color: #0a4f94;
  background: #e9f0f7;
  border: 1px solid #cfdae6;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.faq-category {
  margin-bottom: 38px;
  scroll-margin-top: 20px;
}
.faq-question-list {
  border-top: 1px solid #d8e0e8;
}
.faq-question-list li {
  border-bottom: 1px solid #d8e0e8;
}
.faq-question-list a {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 12px;
  color: #173d69;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: none;
  transition: background .2s ease;
}
.faq-question-list a:hover {
  background: #edf3f8;
}
.faq-qmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  height: 30px;
  color: #fff;
  background: #0a4f94;
  border-radius: 50%;
  font-size: 15px;
}
.faq-cv {
  margin-top: 36px;
}
.faq-cv a,
.faq-cv img {
  display: block;
  width: 100%;
}

.faq-answer-main {
  padding-top: 46px;
}
.faq-answer {
  margin-bottom: 34px;
}
.faq-answer__category {
  display: inline-block;
  margin-bottom: 11px;
  padding: 5px 12px;
  color: #fff;
  background: #0a4f94;
  font-size: 12px;
  font-weight: bold;
}
.faq-answer > h2 {
  margin-bottom: 26px;
  color: #172c43;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
.faq-qa {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  margin-bottom: 16px;
  padding: 20px 0 22px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7e0e9;
}
.faq-qa__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #fff;
  background: #0a4f94;
  border-radius: 50%;
  font-size: 27px;
  font-weight: bold;
}
.faq-qa--answer {
  background: transparent;
}
.faq-qa--answer .faq-qa__mark {
  color: #092b59;
  background: #fff;
  border: 2px solid #0a4f94;
}
.faq-qa h3 {
  margin: 6px 0 10px;
  color: #0a3a79;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.55;
}
.faq-qa p {
  margin: 0;
  color: #344454;
  font-size: 16px;
  line-height: 1.95;
}
.faq-related {
  margin-bottom: 25px;
}
.faq-related ul {
  border-top: 1px solid #d8e0e8;
}
.faq-related li {
  border-bottom: 1px solid #d8e0e8;
}
.faq-related a {
  display: block;
  position: relative;
  padding: 12px 12px 12px 28px;
  color: #174e86;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
}
.faq-related a::before {
  content: "▶";
  position: absolute;
  left: 8px;
  color: #0a4f94;
  font-size: 10px;
}
.faq-back {
  text-align: center;
}
.faq-back a {
  color: #0a4f94;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .faq-page > header {
    height: auto;
    min-height: 75px;
  }
  .faq-page #menu {
    clear: both;
  }
  .faq-page #menu .dl-menu {
    display: none;
    position: static;
    top: auto;
    left: auto;
    margin-top: 71px;
    opacity: 0;
    transform: none;
  }
  .faq-page #menu .dl-menu.dl-menuopen {
    display: block;
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .faq-contents {
    width: 100% !important;
    padding: 0 4% 45px !important;
  }
  .faq-main {
    float: none !important;
    width: 100% !important;
    padding-bottom: 24px !important;
  }
  .faq-contents > aside {
    display: none;
  }
  .faq-hero {
    margin: 16px 0 28px;
    padding: 26px 22px;
  }
  .faq-hero h2 {
    font-size: 26px !important;
  }
  .faq-hero p {
    font-size: 14px;
    line-height: 1.8;
  }
  .faq-intro .faq-intro__lead {
    font-size: 16px;
  }
  .faq-category > h2,
  .faq-related > h2 {
    margin-right: -4%;
    margin-left: -4%;
    padding: 12px 14px;
    font-size: 19px !important;
  }
  .faq-intro h2 {
    margin-bottom: 22px;
    padding: 4px 0 4px 13px;
    font-size: 20px !important;
  }
  .faq-category-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
  .faq-category-nav a {
    min-height: 42px;
    font-size: 12px;
  }
  .faq-question-list a {
    gap: 10px;
    padding: 12px 4px;
    font-size: 14px;
  }
  .faq-qmark {
    flex-basis: 28px;
    height: 28px;
  }
  .faq-answer-main {
    padding-top: 16px !important;
  }
  .faq-answer > h2 {
    font-size: 21px !important;
    line-height: 1.55 !important;
  }
  .faq-qa {
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding: 16px 0 18px;
  }
  .faq-qa__mark {
    width: 40px;
    height: 40px;
    font-size: 21px;
  }
  .faq-qa h3 {
    margin-top: 3px;
    font-size: 17px !important;
  }
  .faq-qa p {
    font-size: 15px;
    line-height: 1.85;
  }
}
