body {
    background-color: white;
}

.ra-form__conditions {
    padding: 1rem;
    border: solid 1px #333;
}

.ra-form__receipt {
    width: 5rem;
    height: 5rem;
    border: 1px solid #333;
}

.ra-form__label.-required::after {
    padding: 0 0.3rem;
    margin-left: 0.6rem;
    content: "必須";
    color: white;
    font-size: 0.6rem;
    background-color: red;
    border: solid 1px #888;
}

.ra-form__bankRadio {
    position: relative;
    display: flex;
    border: 1px solid #333;
    border-radius: 0.5rem;
}

.ra-form__bankRadio input {
    margin: auto 1rem;
}

.ra-form__bank p {
    margin-bottom: 0;
    border-left: solid 1px #888;
    padding-left: 1rem;
}

.ra-form__newBank select, .ra-form__newBank input {
    margin-top: 0.5rem;
}

#select-bank-name {
    display: none;
    margin-top: 0;
}

#select-bank-branch-name {
    display: none;
    margin-top: 0;
}

.ra-form__deleteBank {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 2rem;
    height: 100%;
    text-decoration: none;
}

.ra-form__deleteBank::before {
    content: 'X';
    margin: auto;
}

.ra-select__list {
    list-style: none;
    max-height: 6rem;
    overflow-y: scroll;
    padding-left: 1rem;
    border: solid 1px #ced4da;
    border-radius: 0.2rem;
    display: none;
    margin-top: 0;
    margin-bottom: 0.4rem;
}