body.lang-sc {
  font-family: 'Noto Sans SC', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
}

body.lang-tc {
  font-family: 'Noto Sans TC', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
}

body.lang-sc p,
body.lang-sc h1,
body.lang-sc h2,
body.lang-sc h3,
body.lang-sc h4,
body.lang-sc th,
body.lang-sc td,
body.lang-sc li,
body.lang-sc dt,
body.lang-sc dd,
body.lang-sc figcaption,
body.lang-sc strong,
body.lang-sc input,
body.lang-sc select,
body.lang-sc textarea {
  font-family: 'Noto Sans SC', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
}

body.lang-tc p,
body.lang-tc h1,
body.lang-tc h2,
body.lang-tc h3,
body.lang-tc h4,
body.lang-tc th,
body.lang-tc td,
body.lang-tc li,
body.lang-tc dt,
body.lang-tc dd,
body.lang-tc figcaption,
body.lang-tc strong,
body.lang-tc input,
body.lang-tc select,
body.lang-tc textarea {
  font-family: 'Noto Sans TC', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
}

body.lang-sc .basic-btn {
  font-family: 'Noto Sans SC', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
}

body.lang-tc .basic-btn {
  font-family: 'Noto Sans TC', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
}

body.lang-en .form-name.form-required::after {
  content: 'Required';
}

body.lang-fr .form-name.form-required::after {
  content: 'Obligatoire';
}

body.lang-sc .form-name.form-required::after {
  content: '必须';
}

body.lang-tc .form-name.form-required::after {
  content: '必填';
}

body.lang-ko .form-name.form-required::after {
  content: '필수';
}