body {
    font-family: "Segoe UI", Verdana, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.badge-required, legend .badge-required {
    background-color: rgb(230, 16, 24);
}

.button {
    background-color: rgb(230, 16, 24);
    border:  2px solid rgb(230, 16, 24);
    box-sizing: border-box;
}

.button:hover,
.button:active,
.button:focus {
    color: rgb(230, 16, 24);
    background: #fff;
    border:  2px solid rgb(230, 16, 24);
    box-sizing: border-box;
}
   
button.button-submit {
    background-color: rgb(230, 16, 24);
}