@charset "UTF-8";

.inputStyle--question__text {
  color: #c30e1e;
  text-align: right;
}

.inputStyle--question__alert {
  color: #c30e1e;
  text-align: center;
  display: none;
}

.inputStyle--question__alert.is-show {
  display: block;
}
