/* Scss Document */ /* Scss Document */
.faq .inner {
  padding: 0 80px;
}
@media screen and (max-width: 640px) {
  .faq .inner {
    padding: 0 4vw;
  }
}
.faq .faq_list dt {
  position: relative;
  margin-top: 50px;
  padding: 1em 4em;
  background: repeating-linear-gradient(-45deg, #FEEDF4, #FEEDF4 2px, #fff7fb 2px, #fff7fb 4px);
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .faq .faq_list dt {
    margin-top: 4vw;
    padding: 1em 1em 1em 3em;
    font-size: 4vw;
  }
}
.faq .faq_list dt:before {
  position: absolute;
  top: 14px;
  left: 30px;
  content: "Q";
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .faq .faq_list dt:before {
    top: 2vw;
    left: 4vw;
    font-size: 6.6666666667vw;
  }
}
.faq .faq_list dd {
  position: relative;
  margin: 0 0 0 50px;
  padding: 1em 0em 1em 5em;
  font-weight: 300;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .faq .faq_list dd {
    margin-left: 10.6666666667vw;
    padding: 1em 1em 1em 3em;
  }
}
.faq .faq_list dd:before {
  position: absolute;
  top: 14px;
  left: 30px;
  content: "A";
  font-family: "Noto Serif JP", serif;
  color: #F78DA7;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .faq .faq_list dd:before {
    top: 2vw;
    left: 1.3333333333vw;
    font-size: 6.6666666667vw;
  }
}
.faq .faq_list dd p {
  margin-bottom: 1.5em;
}