@charset "utf-8";
.page_ttl {
  background: linear-gradient(270deg, #4F38E2 0%, #0062D1 100%);
  padding: 45px 20px;
}
.faq h2 {
  font-size: 5.8rem;
  font-weight: 900;
  color: #fff;
}
.faq_content {
  padding: 60px 20px 0;
}
.wrapper {
  max-width: 1048px;
  margin: 0 auto;
}
.underline {
  background: #C3D7FF;
  width: 76px;
  height: 6px;
  margin: 15px auto 26px;
  border-radius: 3px;
}
.faq_content .btn a {
  margin: 0 auto 20px;
  background: #FF4D00;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 4px;
  padding: 10px 10px;
  max-width: 243px;
  position: relative;
  text-align: center;
}
.faq_content .btn a::before {
  content: '';
  background: url(../img/pdf_icon01.png) no-repeat 0 0 / 24px auto;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.faq_content .btn a::after {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  top: 40%;
  right: 12px;
  opacity: .7;
}
.q_text {
  display: block;
}
.show {
  display: block;
}

.category_area {
  background: #EDF7FF;
  border-radius: 4px;
  padding: 40px 20px;
  margin-bottom: 30px;
}

#category-select {
  display: none;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
.category_area .ttl {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  display: block;
  pointer-events: none;
  letter-spacing: 0.1em;
}
.category-ttl {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #292929;
  text-align: center;
}
.category-ttl.mt {
  margin-top: 20px;
}
#category-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.category-btn {
  background: #fff;
  border-radius: 4px;
  color: #2E65DA;
  font-size: 1.4rem;
  padding: 2px 16px;
  border: 2px solid #557BC5;
  box-sizing: border-box;
  transition: transform 0.2s ease;
}
.category-btn:hover,
.category-btn.active {
  background: #2E65DA;
  color: #fff;
  border: 2px solid transparent;
  transform: scale(1.05);
}
.tag {
  background: #fff;
  border-radius: 4px;
  color: #2E65DA;
  border: 2px solid #557BC5;
  font-size: 1.2rem;
  padding: 2px 10px;
  margin-left: 10px;
  font-weight: normal;
  white-space: nowrap;
}
.tag.active-tag {
  background: #2E65DA;
  color: #fff;
  border: 2px solid transparent;
}
.anker_area .ttl {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  display: block;
  pointer-events: none;
  letter-spacing: 0.1em;
}
.anker_area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: 0;
  list-style: none;
}

.anker_area li {
  flex: 1;
}

.anker_area a {
  padding: 17px 0 13px;
  border: 1px solid #557BC5;
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px #00000040;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 140px;
}
.anker_area .tab-item01 {
  border: 1px solid #faa793;
}
.anker_area .tab-item02 {
  border: 1px solid #AD85DC;
}
.tab-text {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anker_area a:hover {
  background: #EDF7FF;
}
.anker_area .tab-item01:hover {
  background: #fef4f1;
}
.anker_area .tab-item02:hover {
  background: #F8F2FF;
}
.anker_area .bold {
  font-size: 1.8rem;
}
.tab-text .bold04 {
  font-size: 1.7rem;
}
.anker_area .orange {
  color: #f96e47;
}
.anker_area .blue {
  color: #2E65DA;
}
.anker_area .purple {
  color: #9464CB;
}
.tab-arrow {
  margin-top: 15px;
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #2E65DA;
  border-bottom: 2px solid #2E65DA;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.tab-item01 .tab-arrow {
  border-right: 2px solid #f96e47;
  border-bottom: 2px solid #f96e47;
}
.tab-item02 .tab-arrow {
  border-right: 2px solid #AD85DC;
  border-bottom: 2px solid #AD85DC;
}

@media (max-width: 768px) {
  .wrapper {
    width: 92%;
    margin: 0 auto;
  }
  #category-buttons {
    gap: 6px 8px;
  }
  .anker_area {
    margin-top: 20px;
  }
  .anker_area .ttl {
    font-size: 1.6rem;
  }
  .anker_area ul li {
    width: 100%;
    flex: auto;
  }
  .underline {
    margin-bottom: 26px;
  }
  .anker_area a {
    flex-direction: initial;
    min-height: auto;
    padding: 6px 15px 6px 10px;
    gap: 10px;
    align-items: center;
  }
  .tab-arrow {
    margin-top: 0;
  }
}

.faq_block {
  margin-top: 70px;
}
.faq_ttl {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 500;
  background: #2E65DA;
  display: inline-block;
  border-radius: 4px 4px 0 4px;
  padding: 0 30px 0 20px;
}
#faq05 .faq_ttl {
  background: #9464CB;
}
.faq_subttl {
  font-size: 2rem;
  color: #419B59;
  font-weight: 500;
  margin-bottom: 10px;
}
.ttl_line {
  background: #2E65DA;
  height: 3px;
  margin-top: -3px;
  margin-left: 10px;
  margin-bottom: 30px;
}
#faq05 .ttl_line {
  background: #9464CB;
}
.faq_acc {
  background: #7abcd4;
  color: #fff;
  padding: 10px 26px;
  border-radius: 10px;
  margin-left: 30px;
  margin-top: 10px;
  position: relative;
}


.question {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  border-left: 4px solid #557BC5;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 10px;
}
#faq05 .question {
  border-left: 4px solid #9464CB;
}
#faq02 .question,
#faq04 .question {
  background: #f0f4fc;
}
.faq .q_text::before,
.faq .a_text::before {
  color: #557BC5;
}
.faq #faq05 .q_text::before,
.faq #faq05 .a_text::before {
  color: #9464CB;
}
.q_text {
  padding: 16px 38px 14px 47px;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}
.q_text::before {
  content: "Q.";
  color: #9A6EB0;
  position: absolute;
  font-weight: 500;
  top: 14px;
  left: 24px;
}

.q_text .arrow::after {
  border-right: solid 2px #0B2B95;
  border-top: solid 2px #0B2B95;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 25px;
  top: 20px;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 10px;
  top: 40%;
  right: 16px;
  opacity: .25;
}
.q_text.is-opened .arrow::after {
  transform: rotate(-45deg);
}

.a_text {
  padding: 0 38px 30px 47px;
  position: relative;
}
.a_text a {
  color: #0076D6;
  text-decoration: underline;
  word-break: break-all;
}
.a_text::before {
  content: "A.";
  color: #9A6EB0;
  position: absolute;
  font-size: 1.6rem;
  font-weight: 500;
  top: 1px;
  left: 24px;
}
.small_text {
  font-size: 1.4rem;
}
.faq_content .c_btn {
  margin: 30px auto 20px;
  position: relative;
}
.faq_content .c_btn a {
  position: relative;
}
.faq_content .c_btn a::before {
  content: '';
  background: url(../img/pdf_icon01.png) no-repeat 0 0 / 24px auto;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.faq_content .c_btn a:hover::before {
  background: url(../img/pdf_icon02.png) no-repeat 0 0 / 24px auto;
}

.q_text {
  transition: opacity 0.3s ease;
  opacity: 1;
}

.q_text.fade-out {
  opacity: 0;
}

.q_text.fade-in {
  opacity: 1;
}

#white-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  transition: opacity 0.4s ease;
}

#white-overlay.active {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  main h2 {
    font-size: 2rem;
    line-height: 1.5;
  }

  .breadcrumb ol {
    padding: 10px 0px;
    width: 92%;
  }
  .faq_content {
    padding: 20px 0 0;
  }

  .select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .category_area {
    padding: 17px 14px;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .category_area .ttl {
    font-size: 1.6rem;
  }
  .category_area .underline {
    margin-bottom: 16px;
  }
  #category-select {
    width: 100%;
    padding: 5px 10px;
    font-size: 1.4rem;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #9A6EB0;
    background: #fff;
    border: 2px solid #9A6EB0;
    cursor: pointer;
  }
  #category-select:focus {
    outline: none;
  }
  .select-wrapper::after {
    content: "▼";
    color: #9A6EB0;
    position: absolute;
    right: 10px;
    top: 18px;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .select-wrapper option {
    padding: 4px 0;
  }

  .faq_list {
    font-size: 1.6rem;
  }
  .faq_list div {
    margin-right: 3vw;
  }
  .faq_list a {
    padding: 0.5em 0.5em 1.5em 0.5em;
    display: block;
    text-align: center;
  }
  .faq_list a::after {
    top: auto;
    bottom: 7px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
  }
  #faq01 {
    margin-top: 38px;
  }
  .faq_ttl {
    font-size: 1.6rem;
    margin-top: 35px;
    padding: 2px 10px;
  }
  .ttl_line {
    margin-bottom: 16px;
  }
  .faq_acc {
    width: 94%;
    margin-left: auto;
    padding: 10px 15px;
  }
  .faq_acc::before,
  .faq_acc::after {
    height: 2px;
    width: 17px;
    right: 15px;
  }
  .faq_acc::after {
    transform: rotate(90deg) translateX(-1px);
  }
  .q_text {
    padding: 10px 36px 10px 34px;
  }
  .q_text .q_wrap {
    display: block;
  }
  .q_text::before {
    top: 9px;
    left: 10px;
    font-size: 1.4rem;
  }
  .tag {
    display: inline-block;
    padding: 2px 6px 3px;
    margin-left: 0;
    line-height: 1rem;
  }
  .a_text {
    padding: 10px 36px 10px 34px;
  }
  .a_text::before {
    top: 9px;
    left: 10px;
    font-size: 1.4rem;
  }
  .small_text {
    font-size: 1.2rem;
  }

}
@media screen and (max-width: 360px) {
  .faq_list {
    font-size: 4.3vw;
  }
}