@charset "UTF-8";
/* 色 */
/* ステータス */
/* ブレークポイント */
/* 可変サイズ */
/* サイズ */
/* 323px */
/* 余白 */
/* 角丸 */
/* 変数ファイル */
/*
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: $color_safe-strong-01;
  background-color: $color_safe-weak-01;
  border: 1px solid $color_safe-strong-01;
}
  */
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #D50000;
  background-color: #FFE8E8;
  outline: 2px solid #D50000;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #D50000;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}