@charset "UTF-8";
#anshin img {
  height: auto !important;
}
#anshin .util-mt1em {
  margin-top: 1em;
}
#anshin .util_col2 {
  align-items: start !important;
}
#anshin .faq_text {
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  #anshin .faq_text {
    font-size: 1em;
  }
}
#anshin .faq_note {
  margin: 5rem 0 0 0;
}
@media screen and (max-width: 768px) {
  #anshin .kv_lead {
    width: 85%;
  }
}
#anshin .kv_lead--small {
  font-size: 0.75em;
  display: block;
}
#anshin .btn-link {
  display: block;
}
#anshin .btn-link a {
  padding: 0.75em 3em;
  display: inline-grid;
  margin-top: 1em;
  color: #fff;
  background-color: #8fc31f;
  font-weight: bold;
  position: relative;
  border-radius: 999px;
  align-items: center;
}
#anshin .btn-link a::before, #anshin .btn-link a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
}
#anshin .btn-link a::before {
  background-color: #fff;
  border-radius: 999px;
  transform: translateY(-50%);
}
#anshin .btn-link a::after {
  border-top: 0.2em solid #8fc31f;
  border-right: 0.2em solid #8fc31f;
  transform: translateY(-50%) scale(0.3) rotate(45deg);
}
#anshin .list_note_01 li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8em;
}
#anshin .list_note_01 li::before {
  content: "※";
}
#anshin .movieWrap {
  text-align: center;
  margin: 5rem auto 0;
  margin-bottom: 0 !important;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #anshin .movieWrap {
    width: 100%;
  }
}
#anshin .movie-text {
  margin: 0.5em 0 !important;
}
/*# sourceMappingURL=faq_common.css.map */