.mv--qa .mv__inner {
  position: relative;
  background: #ff92b0;
}

.mv__contents {
  display: grid;
  place-items: center;
  place-content: center;
  row-gap: 4px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mv__title {
  font-family: var(--font-kinuta);
  text-align: center;
  color: #fff;
}

.mv__catch {
  font-family: var(--font-kinuta);
  text-align: center;
  color: #fff;
}

.mv__catch__uv {
  color: #FCF362;
}

.mv__figure--qa {
  position: absolute;
  z-index: 1;
  width: 17%;
}
@media screen and (width > 750px) {
  .mv__figure--qa {
    max-width: 110px;
    right: 3.7%;
    bottom: -5px;
  }
}
@media screen and (width <= 750px) {
  .mv__figure--qa {
    max-width: 36px;
    right: 1px;
    bottom: 16px;
  }
}

.qa {
  margin-top: 2px;
  padding-block-end: 94px;
  display: grid;
  row-gap: 30px;
}
@media screen and (width <= 750px) {
  .qa {
    padding-inline: 4vw;
  }
}

.qa_list {
  margin: 0 auto;
}

.qa_list__item {
  border: 3px solid #ffebf1;
  border-radius: 15px;
  margin-top: 25px;
  padding-block: 32px;
  padding-inline: 16px;
}

.qa_list__item:first-child {
  margin-top: 0;
}

.qa_list__box {
  margin: 40px auto 0;
}

.qa_list__box:first-child {
  margin-top: 0;
}

.qa_list__title {
  padding: 8px;
  text-align: center;
  border-radius: 17.5px;
}

.qa_list__title--pink {
  background: #fff4f7;
}

.qa_list__title--blue {
  background: #eaf8fe;
}

.qa_list__title_img {
  display: inline-block;
}

.qa_list__text_inner {
  color: #666;
  line-height: 1.92;
  flex: 1;
}

.qa_list__text_inner--pink {
  color: #ff92b0;
  font-weight: bold;
}

.qa_list__text_inner--blue {
  color: #09aef4;
  font-weight: bold;
}

.qa_list__text_inner--bold {
  font-weight: bold;
}

.qa_list__text {
  margin-top: 19px;
  padding: 0 15px;
}

.qa_list__text--subhead + .qa_list__text {
  margin-top: 8px;
}

.qa_list__text--bullet {
  list-style: disc;
  padding-left: 2em;
  color: #666;
}

.list-none {
  list-style: none;
  margin-top: 0px;
}

.qa_list__text strong {
  font-weight: bold;
}

.qa_list__text a {
  color: #32bef8;
  text-decoration: underline;
}

.qa_list__text_image {
  display: inline-block;
  margin-block-start: 37px;
}

.text_annotation {
  padding-left: 1em;
}
.text_annotation .no-marker {
  list-style: none;
}

.mv--qa .qa__mvInner {
  background: url("/shigaisen/images/qa/qa-mv-bg.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  aspect-ratio: 660/300;
  height: 100%;
  margin-bottom: 40px;
}

.mv__wave {
  background: url("/shigaisen/images/qa/wave-line.png") repeat;
  height: 35px;
  position: absolute;
  bottom: -5px;
  width: 100%;
  background-size: cover;
  z-index: 2;
}

.qa_list__title {
  font-family: var(--font-jost);
  font-weight: 700;
}
.qa_list__title--pink {
  color: #eb6d95;
}
.qa_list__title--blue {
  color: #09aef4;
}

.qa__toc {
  background-color: #DDF3FC;
  border-radius: 15px;
  padding: 20px;
}

.qa__toc__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.qa__toc__item {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.qa__toc__item::before {
  content: "";
  width: 6px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #004491;
  border-radius: 50%;
  flex-shrink: 0;
  margin-block-start: calc(0.5lh - 3px);
}

.qa__toc__item__link {
  color: #004491;
  font-weight: bold;
  text-decoration: underline;
}

.qa__section {
  display: grid;
  row-gap: 10px;
}

.qa__topic {
  background-color: #F692B1;
  padding: 8px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.qa_list__anchor {
  color: #004491;
  font-weight: bold;
  text-decoration: underline;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  margin-block-start: 16px;
}
.qa_list__anchor::before {
  content: "";
  background-color: #004491;
  width: 12px;
  height: auto;
  aspect-ratio: 1/1;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.recommended-space {
  margin-top: 24px;
}
/*# sourceMappingURL=qa.css.map */