#recruit #contents .contact-server-error,
#recruit #contents .contact-field-error {
    color: #b42318;
    font-size: 14px;
    line-height: 1.7;
}
#recruit #contents .contact-server-error {
    margin: 0 0 20px;
    padding: 16px 20px;
    border: 1px solid #b42318;
    border-radius: 4px;
    text-align: left;
}
#recruit #contents .contact-field-error { margin: 4px 0 0; }
#recruit #contents .contact-field-error:has(~ input, ~ textarea, ~ .contact-prefecture-row) {
    margin-bottom: 12px;
}
#recruit #contents [aria-invalid="true"] { border-color: #b42318; }
#recruit #contents .contact-prefecture-row {
    display: flex;
    align-items: center;
    gap: 10px;
    clear: both;
    margin-bottom: 10px;
}
#recruit #contents .contact-prefecture-row input[name="recruit_prefectures"] {
    flex-shrink: 0;
    margin-bottom: 0;
}
#recruit #contents .contact-prefecture-row .contact-field-error {
    min-width: 0;
    margin: 0;
}
