.required > label {
    font-weight: bold;
}

.required > label:after {
    content: "【必須】";
    /*color: #dc3545;*/
    color: #C3232D;
    font-size: 0.875em;
    font-weight: bold;
}
