@charset "UTF-8";
/* =====================
  エラー表示
===================== */
.form-error:empty{
    display: none;
    margin-top: 0!important;
}
.form-error{
    display: block!important;
    text-align: left;
    font-weight: bold;
    color: #ff4150;
    margin-top: 0.25em;
}