.card {
    background-color: #ffffff !important;
}
.card-body, .card-footer {
    background-color: #ffffff !important;
}
label.radio {
    margin-right: 1.5em;
}

.badge { font-weight: normal !important; }

/* フォーム入力欄の背景を白に */
.form-control, .form-select {
    background-color: #ffffff !important;
}
