@charset "utf-8";
body {
    background-color: #eee;
}
.wrap {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.wrap .main {
    margin-bottom: 200px;
}

.btm-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 1000px;
    height: 200px;
    z-index: 99;
    background: #222;
    transition: 300ms ease-in;
}

/* .btm-bar.on {
    bottom: 0;
    transition: 300ms ease-in;
} */

.form-box {
    letter-spacing: -.1em;
    color: #fff;
    padding: 0 4%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.form-box .h6 {
    font-size: 1.3rem;
    margin-bottom: 5px;
    margin-top: 30px;
}

.survey {}

.survey .box {}


.survey input[type=radio] {
    display: none;
}

.survey input[type=radio]+label {
    display: inline-block;
    cursor: pointer;
    height: 50px;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.3em;
    padding: 10px 20px;
    border-radius: 7px;
    margin-top: 6px;
}

.survey input[type=radio]+label {
    border: 2px solid #b9b9b9;
}

.survey .box input[type=radio]:checked+label {
    border: 2px solid #237bff;
}




.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 102;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.6);
    /* Black w/ opacity */
}

.provision .modal-content {
    background-color: #fefefe;
    padding: 30px 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    box-sizing: border-box;
    width: 80%;
    max-width: 600px;
    color: #333;
}

.provision .sb-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 1.7rem;
    box-sizing: border-box;
    cursor: pointer;
    background: #000;
    padding: 7px;
    width: 25px;
    height: 25px;
}

.provision .sb-close i {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer-box {}

.customer-box .box .h7 {
    width: 25%;
    white-space: nowrap;
}

.customer-box .box {
    width: 100%;
    height: 30px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.customer-box .box #name {
    width: 75%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    border-left: 1px solid #000;
    font-size: 1.2em;
    letter-spacing: -.05rem;
}

.customer-box .box select {
    width: inherit;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 1.2em;
    padding-left: 10px;
    color: #000;
}



.customer-box .box .select-box {
    width: 75%;
    height: 100%;
    display: flex;
    align-items: center;
}

.customer-box .box .select-box .inputs {
    width: inherit;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 1.2em;
    text-align: center;
}

.customer-box .box .select-box .inputs {}

.customer-box .box .select-box span {
    margin: 0 5px;
    font-size: 2rem;
    font-weight: 400;
    padding-bottom: 5px;
}


.provision {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.provision .agree {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    font-size: .5rem;
    font-weight: 400;
    margin-top: 10px;
}

.provision .check {
    width: 15px;
    height: 15px;
}

.provision .modal-btn {
    font-size: .85rem;
    letter-spacing: -.05em;
    color: rgba(255, 255, 255, .5);
}

.provision .btn-submit {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50px;
    background-color: #ffe83b;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1rem;
    border-radius: 5px;
    margin-top: 10px;
}



.time {
    text-align: center;
    letter-spacing: -.05em;
    font-size: 1rem;
}

.footer {
    text-align: center;
    letter-spacing: -.05em;
    font-size: 1rem;
    background-color: #666;
    color: #fff;
    padding: 5%;
    margin-top: 30px;
}