input.error,
textarea.error,
select.error {
    background-color: #ffd6e1;
}

/* コーポレートカラー */
.g-header,
.g-header:not(.noswoosh):before,
.g-header:not(.noswoosh):after
{
    background-color: #CF0102;
}

/* テキスト下線 */
.custom-underline {
  text-decoration: underline;
}

/* "＊必須" 対応 */
.custom-text-sm {
  font-size: .7rem;
}

/* その他テキストボックス 対応 */
.custom-otherbox {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}