@charset "utf-8";

.fv-plugins-icon {
    font-size: 30px;
    transform: translateY(-50%);
    top: 50%;
}
.la-check {
    color: green;
}

/* 無効なフィールドのスタイル */
.la-times {
    color: red;
}

/* 検証中のフィールドのスタイル */
.la-sync-alt {
    color: blue;
}
ol, ul {
    padding-left: 0;
}
.fv-plugins-icon {
    top: 40%;
}
input[type="radio"], input[type="checkbox"] {
    display: block;
}
.situation_table__rows.hidden {
    display: none !important;
}