#new-request-form label span[aria-hidden="true"]::before {
  content: 'Pflichtfeld';
}

#error-area::before {
  content: 'Bitte fülle alle Pflichtfelder aus, bevor du das Formular abschickst.';
}
/* indent none */
.form-wrapper .check-agree .privacy-text {
  padding-left: 0;
  text-indent:  0;
}

/* ぶら下げインデント（* 半角1文字分） */
.feedback-description.hang,
.confirm-description.hang {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

@media only screen and (max-width: 767px) {
  .form-wrapper .check-agree .agree-line {
    gap: 3.2vw;
    margin-left: 4.5vw;
  }
  .error-actions .btn-back {
    text-indent: 3vw;
  }

  .feedback-description.hang,
  .confirm-description.hang {
    padding-left: 1.6vw;
    text-indent: -1.6vw;
  }

}
