body.bdash-form-input, body.bdash-form-confirm, body.bdash-form-submit, body.bdash-not-found {
    color: #000;
    background-color: rgb(153, 0, 0);
}


.rakuten_form_header{
    max-width: 975px;
    margin: 0 auto;
}
.rakuten_form_header__logo{
    text-align: center;
}
.rakuten_form_header__logo img{
    width: 300px;
    height: auto;
}
.page-item-description {
/* 備考欄が複数行の際、行落ちを修正*/
    white-space: pre-line;
}

@media screen and (max-width: 767px) {
    .rakuten_form_header__logo img{
        width: 70%;
    }
}

.rakuten_form_header__head{
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    display: none;
}
.bdash-form-input .rakuten_form_header__head.is_head1{
    display: block;
}
.bdash-form-confirm .rakuten_form_header__head.is_head2{
    display: block;
}
.bdash-form-submit .rakuten_form_header__head.is_head3{
    display: block;
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .rakuten_form_header__head{
        font-size: 24px;
    }
}

.page-item-label {
    color: #484848;
    font-size: 19px;
    font-weight: bold;
}


.bdash-form-input .form-control {
    background-color: #ffffff;
    border-width: 1px;
    height: 40px;
    border-radius: 4px;
    border-color: rgba(0, 0, 0, 0.15);
}

.bdash-form-input .form-control + .form-control{
    margin-top: 20px;
}

.page-item-required::after {
    content: "※";
}

.page-item-info textarea{
    height: 6em !important;
}

@media screen and (max-width: 767px) {
}