@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&display=swap');

:root {
  --font-cjk: 'Noto Sans TC', sans-serif;
}

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

#error-area::before {
  content: '輸入內容有誤。';
}

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

}
