.body-login{
    background: #d2d6de !important;
}
.login-logo{
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
    max-width: 490px;
}

.login-logo img {
    width: 75%;
}

.zone-login{
    background: #FFF;
    padding: 25px;
    max-width: 490px;
    border: 1px #d2d6de solid;
}
.underline{
    text-decoration: underline;
}
.footer-login{
    text-align: center !important;
    margin: 20px 0;
}

.m_t_20{
    margin-top: 20px;
}
.font_size {
    font-size: 12px;
}
.h-30 {
    height: 30px;
    border-radius: 0.25em;
}
.w-60 {
    width: 60px !important;
}
.w-70 {
    width: 70px !important;
}
.w-80 {
    width: 80px !important;
}
.w-90 {
    width: 90px !important;
}
.form-control {
    display: inline !important;
}
.form-control.is-invalid {
    background-image: none !important;
    padding-right: 0.75em;
}
.w-30 {
    width: 30% !important;
}
.w-69 {
    width: 69% !important;
}
.form-group.has-error .invalid-feedback{
    display: block !important;
}

#error_zip_right, #error_zip_left {
    margin-top: .25rem;
    font-size: 80%;
}

.zone-address {
    display: flex;
    flex-direction: column;
}
.zone-address .address-input{
    order: 3;
}
.zone-address .address-select{
    order: 2;
}

.header-login{
    text-align: center;
}
.header-login h5{
    font-weight: bold;
}
@media (min-width: 768px){
    .zone-login{
        font-size: 19px;
    }
    .entrance_date_label{
        font-size: 20px;
    }
    .check-fullname{
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .zone-login {
        font-size: 12px;
    }
    .entrance_date_label{
        font-size: 16px;
    }
    .check-fullname{
        font-size: 20px;
    }
}
.m-b-20{
    margin-bottom: 20px;
}
.font-bold{
    font-weight: bold;
}
.zone-login ul{
    padding-left: 15px;
}
.info-top{
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}
label{
    font-weight: bold;
    font-size: 17px;
}
.process_bar{
    max-width: 490px;
    margin: 0 auto;
}

/* -------------------
カスタムラジオボタン
------------------- */
input[type='radio'].portal-radio {
    display: none;
}

.portal-radio + .label-name:before{
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.portal-radio + .label-name:before{
    content: "\f111";
}

input[type='radio'].portal-radio:checked + .label-name:before{
    content: "\f192";
}

input[type='radio'].portal-radio:disabled + .label-name:before{
    content: "\f2bd";
}
.top-5 {
     top: 5px;
 }