/* エラー時表示ラベル */
.label-warning {
    background-color: red;
}

/* 必須アイコン */
.ss_notnull {
    background-color: #2D3992;
}

/* エラー時表示文言 */
.ss_error_msg {
    color: red;
}

.formErrorContent {
    color: red!important;
}

/* フォーム上部文言 */
span.emphasis {
    text-decoration: underline;
    text-underline-offset: 0.5px;
    font-weight: bold;
}