@font-face {
  font-family: "Noto Sans JP";
  src: url("../assets/fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2 supports variations"), url("../assets/fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 100 900;
}
@font-face {
  font-family: "Shippori";
  src: url("../assets/fonts/Shipporiantique-regular.woff") format("woff"), url("../assets/fonts/Shipporiantique-regular.woff") format("woff");
}
.eng {
  font-family: "p22-nudgewink-pro", "Shippori", "Noto Sans JP", Noto Sans JP, "Shippori", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  letter-spacing: 0.04em;
  font-weight: 500;
}

h1.page-h1 {
  margin-bottom: 80px;
}

.qa-area {
  width: 84.6%;
  max-width: 780px;
  margin-bottom: clamp(100px, 20vw, 260px);
}

.qa-container {
  width: 100%;
  margin-bottom: 20px;
  overflow-y: hidden;
}
.qa-container .q-block,
.qa-container .a-block {
  width: 100%;
  box-sizing: border-box;
  font-size: clamp(12px, 2vw, 18px);
}
.qa-container .q-block .label,
.qa-container .a-block .label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.66em;
  width: 1.3em;
  min-width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  background-color: #F4E62D;
  font-size: clamp(20px, 3vw, 30px);
  line-height: 100%;
}
.qa-container .q-block .label.a-label,
.qa-container .a-block .label.a-label {
  background-color: #E57E26;
  color: #ffffff;
}
.qa-container .q-block {
  background-color: #ffffff;
  background-image: url(../img/common/open.svg);
  background-position: right 2em center;
  background-size: 1.3em;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 4.3em 1em 1em;
}
.qa-container .q-block.active {
  background-image: url(../img/common/close.svg);
}
.qa-container .q-block:hover {
  opacity: 1;
}
.qa-container .a-block {
  position: relative;
  z-index: 1;
  visibility: hidden;
  overflow: auto;
  height: 0;
  border: none;
  transform: translateY(-100%);
  background-color: #F4E62D;
}
.qa-container .a-block img {
  max-width: 100%;
}
.qa-container .a-block.active-a {
  padding: 1em 4.3em 1em 1em;
  visibility: visible;
  height: unset;
  transform: translateY(0px);
  transition: transform 0.4s linear;
}

/*# sourceMappingURL=qa.css.map */
