/* 物件リクエスト */
.form-control:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.bukken-request-form {
    background-color: #fff;
    max-width: 910px;
    margin-top: 20px;
    padding: 20px 40px 52px 40px;
    display: flex;
    flex-direction: column;
}

.bukken-request-form label {
    vertical-align: middle;
}

.bukken-request-form label>span:nth-child(1) {
    font-weight: 600;
}

.bukken-request-form .form-input {
    display: flex;
    flex-direction: row;
    margin: 10px 0;
}

.bukken-request-form .form-input  input {
    height: 30px;
}

.bukken-request-form .col-25 {
    float: left;
    width: 30%;
}

.bukken-request-form .col-75 {
    float: left;
    width: 75%;
}

.bukken-request-form input.col-50 {
    width: 50%;
}

.bukken-request-form input.col-75 {
    width: 75%;
}

.bukken-request-form select.col-50 {
    width: 50%;
    height: 30px;
}

.bukken-request-form input.col-80 {
    width: 80%;
}

.bukken-request-form input.col-100 {
    width: 100%;
}

.request-step-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%; 
    position: relative;
    color: #bfbfbf;
    font-weight: bold;
}

.request-step-container p {
    height: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
}

.request-step {
    height: 72px;
}

.active-step {
    color: #9D2830;
}

.bukken-request-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.bukken-request-section p {
    background-color: #9D2830;
    margin-left: -40px;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bukken-request-section p .step {
    margin-left: 15px;
}

.bukken-request-section textarea {
    border: #ccc solid 1px;
    border-radius: 2px;
    padding: 7px;
    color: #333;
    width: 80%; 
    height: 100%; 
    box-sizing: border-box;
}

.bukken-request-section select {
    border: #ccc solid 1px;
    border-radius: 2px;
    padding: 4px 8px;
    color: #333;
    background: url('../img/angle_down@48px.png') 96% / 20% no-repeat #FFF;
    background-size: 20px;
}

.bukken-request-section .invalid {
    border-color: red;
}

.input-required {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    white-space: nowrap;
    height: 14px;
    font-size: 10px;
    transform: scale(0.83,0.83);
    color: #9D2830;
    border: #9D2830 1px solid;
}

.br-radio-btn label {
    margin-right: 23px;
}

.br-radio-btn label:before {
    content: " ";
    display: inline-flex;
    position: relative;
    top: 2px;
    width: 13px;
    height: 13px;
    border-radius: 11px;
    border: 2px solid #cccccc;
    background-color: #ffffff;
}

#br_other_date {
    width: 43%;
}

.br-radio-btn div label.hide:before {
    visibility: hidden;
}

@media screen and (max-width:768px){
    .request-step-container {
        margin-left: -1vw;
        margin-top: 3vw;
        padding-right: 0;
    }

    .request-step-container > div {
        font-size: 2.8vw;
        max-width: 27vw;
        height: 70px;
        position: relative;
    }

    .request-step-container p {
        flex-wrap: wrap;
    }
    
    .request-step {
        width: 30vw;
    }

    .bukken-request-form {
        padding: 20px 40px 20px 20px;
        margin-top: 21.5px;
    }

    .bukken-request-section p {
        margin-left: -22px;
        display: flex;
        flex-direction: column;
    }

    .bukken-request-section p .step {
        margin-left: 0px;
    }

    .bukken-request-form .form-input {
        flex-direction: column;
    }
    
    .bukken-request-form .col-25 {
        width: 100%;
        padding-bottom: 5px;
    }

    .bukken-request-form .col-35 {
        width: 100%;
        padding-bottom: 5px;
    }

    .bukken-request-form .col-40 {
        width: 100%;
        padding-bottom: 5px;
    }

    .bukken-request-form .col-50 {
        width: 75%;
        padding-bottom: 5px;
    }

    .bukken-request-form .col-75 {
        width: 100%;
    }

    .bukken-request-form input.col-80 {
        width: 100%;
    }

    .bukken-request-form select {
        width: 100%;
    }

    .bukken-request-section textarea {
        width: 100%; 
        height: 100%; 
        box-sizing: border-box;
    }

    .br-radio-btn label {
        display: block;
        margin-bottom: 3vw;
    }

    .br-radio-btn label:before {
        content: " ";
        display: inline-flex;
        top: 2px;
        width: 13px;
        height: 13px;
        border-radius: 11px;
        border: 2px solid #cccccc;
        background-color: #ffffff;
    }

    .br_other_date {
        width: 50%;
    }

    .br-area-label {
        margin-right: 0 !important;
    }

    .br-area-note {
        font-size: 3.2vw;
    }

    .br-move-in-radio {
        padding-bottom: 0px !important;
    }
}