.Page-Faq .Block-Content {
  padding: 6.0625rem 0;
}
@media (max-width: 767px) {
  .Page-Faq .Block-Content {
    padding: 3.5rem 0 5.875rem;
  }
}
.Page-Faq .Block-Content .Block-Inner {
  max-width: 69.875rem;
}
.Page-Faq .Block-Anchor {
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  padding: 2.4375rem 3.875rem;
  max-width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.4375rem;
}
@media (max-width: 767px) {
  .Page-Faq .Block-Anchor {
    padding: 1.5rem 1.5rem;
    margin-bottom: 4.125rem;
  }
}
.Page-Faq .Block-Anchor__Title {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.Page-Faq .Block-Anchor__List {
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .Page-Faq .Block-Anchor__List {
    gap: 0.3125rem 0.5rem;
    margin-top: 0.8125rem;
  }
}
.Page-Faq .Block-Anchor__List li a {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.02em;
  display: inline-block;
  background-color: #F4F4F4;
  border-radius: 6.1875rem;
  padding: 0.25rem 1rem;
  text-decoration: none;
  -webkit-transition: all 0.3s, color 0.3s;
  transition: all 0.3s, color 0.3s;
}
@media (hover: hover) {
  .Page-Faq .Block-Anchor__List li a:hover {
    background-color: #D9D9D9;
  }
}
@media (max-width: 767px) {
  .Page-Faq .Block-Anchor__List li a {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
}
.Page-Faq .Section-Faq-Inner + .Section-Faq-Inner {
  margin-top: 5.875rem;
}
@media (max-width: 767px) {
  .Page-Faq .Section-Faq-Inner + .Section-Faq-Inner {
    margin-top: 4rem;
  }
}
.Page-Faq .Section-Title {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 600;
  color: #27272A;
  padding: 0 4rem;
  letter-spacing: 0.02em;
  margin-bottom: 2.0625rem;
}
@media (max-width: 767px) {
  .Page-Faq .Section-Title {
    font-size: 1.25rem;
    padding: 0;
    margin-bottom: 1.6875rem;
  }
}
.Page-Faq .Block-Faq {
  background-color: rgba(244, 244, 244, 0.5);
  border-radius: 1rem;
  padding: 4rem;
}
@media (max-width: 767px) {
  .Page-Faq .Block-Faq {
    padding: 1rem;
    border-radius: 0.75rem;
  }
}
.Page-Faq .Block-Faq .Qa {
  background-color: #fff;
  border-radius: 0.25rem;
}
.Page-Faq .Block-Faq .Qa__Question {
  padding: 1.5rem 4rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .Page-Faq .Block-Faq .Qa__Question {
    padding: 1.0625rem 2.75rem;
  }
}
.Page-Faq .Block-Faq .Qa__Question::before, .Page-Faq .Block-Faq .Qa__Question::after {
  content: "";
  width: 1rem;
  height: 0.125rem;
  background-color: #B3B3B3;
  position: absolute;
  top: 50%;
  margin-top: -0.0625rem;
}
.Page-Faq .Block-Faq .Qa__Question::before {
  right: 1.75rem;
}
@media (max-width: 767px) {
  .Page-Faq .Block-Faq .Qa__Question::before {
    top: 1.6875rem;
    right: 1.25rem;
  }
}
.Page-Faq .Block-Faq .Qa__Question::after {
  right: 1.75rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 767px) {
  .Page-Faq .Block-Faq .Qa__Question::after {
    top: 1.6875rem;
    right: 1.25rem;
  }
}
.Page-Faq .Block-Faq .Qa__Question__Title {
  font-size: 1rem;
  line-height: 1.5;
  color: #222;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: relative;
}
@media (max-width: 767px) {
  .Page-Faq .Block-Faq .Qa__Question__Title {
    font-size: 0.9375rem;
  }
}
.Page-Faq .Block-Faq .Qa__Question__Title::before {
  content: "Q";
  color: #CC0000;
  font-family: "hitachifont", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: -2.375rem;
}
@media (min-width: 768px) {
  .Page-Faq .Block-Faq .Qa__Question__Title::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .Page-Faq .Block-Faq .Qa__Question__Title::before {
    font-size: 1.25rem;
    left: -1.8125rem;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.Page-Faq .Block-Faq .Qa__Question.Is-Open::after {
  opacity: 0;
}
.Page-Faq .Block-Faq .Qa__Answer {
  position: relative;
  padding: 0.3125rem 1.5rem 1.875rem 4rem;
  display: none;
}
@media (max-width: 767px) {
  .Page-Faq .Block-Faq .Qa__Answer {
    padding: 0.1875rem 0.875rem 1.3125rem 2.75rem;
  }
}
.Page-Faq .Block-Faq .Qa__Answer::before {
  content: "A";
  color: #222222;
  font-family: "hitachifont", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0.375rem;
  left: 1.6875rem;
}
@media (max-width: 767px) {
  .Page-Faq .Block-Faq .Qa__Answer::before {
    font-size: 1.25rem;
    left: 1.0625rem;
    top: 0.25rem;
  }
}
.Page-Faq .Block-Faq .Qa__Answer__Txt {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #222;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.Page-Faq .Block-Faq .Qa + .Qa {
  margin-top: 0.5rem;
}