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

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

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

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


