.lead{
    text-align: center;
    padding: 80px 0 0 0;

    width: 100%;
    max-width: 80rem;
    margin: 0 auto 3rem;
    font-weight: bold;
}
.lead .title{
    font-size: 1.8rem;
    font-weight: bold;
}
.lead .row{
    margin-top: 1rem;
    padding: 1.5rem;
    border: #c8c8c8 1px solid;
    text-align: center;
}
.lead .row .left{
    font-weight: bold;
}
.lead .row .tel .f-open {
    font-family: YakuHanJPs, 'Open Sans', sans-serif;
    font-weight: 400;
}
.lead .row .tel >* {
    padding-left: 3rem;
    background: url(../../../asset/images/common/ico_tel_02.png) no-repeat left center;
    background-size: 2.5rem;
    font-size: 2.8rem;
    color: #1c85a8;
    display: block;
}

.btn_evdelivery{
    max-width: 45rem;
    margin: 0 auto 4rem;
}







form{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}
.purchased_only, .error_message, form section ul li div.confirm_field, form #submit_button, #goback_button{
    display:none;
}
form section{
    margin-bottom: 60px;
}
form section h1{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}
form section h2{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
form section ul li{
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 40px 0;
}
form section ul li > div:nth-of-type(1){
    width: 300px;
    box-sizing: border-box;
    padding: 0 10px;
}
form section ul li > div:nth-of-type(1) span{
    font-weight: bold;
}
form section ul li.required > div:nth-of-type(1) span::after{
    content: "＊";
    color:#1c85a8;
}
form section ul li.atamakin > div:nth-of-type(1) p{
    font-size: 11px;
}
form section ul li.atamakin > div:nth-of-type(2) span{
    margin:0 8px 0 20px;
}
form section ul li.atamakin > div:nth-of-type(2) input[type=number]{
    width: 120px;
}
form section ul li > div.input_field{
    width: 100%;
    padding: 0 15px;
}
form section ul li > div.input_field small{
    display: block;
    font-size: 12px;
}
form section ul li > div.input_field small:last-of-type{
    margin-bottom: 15px;
}
form input, form textarea, form select{
    background-color: #eee;
    border: none;
    padding: 15px 25px;
    width: 100%;
}
form textarea{
    height: 150px;
}
form input[type=radio],form input[type=checkbox], .address div.input_field > input{
    width: auto;
}
.address div.input_field div{
    display: block;
    margin-top: 15px;
}
.address div.input_field div input{
    width: 40%;
}
form select{
    width: auto;
    margin-bottom: 15px;
}
form button, form input[type=submit]{
    width: 200px;
    display: block;
    margin: 0 auto 20px auto;
    background-color: #1c85a8;
    color: #fff;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    cursor: pointer;
}
form button:hover, form input[type=submit]:hover{
    opacity: 0.8;
}
form #goback_button{
    background-color: #eee;
    color: #2e2e2e;
}
.error_message{
    color: #ff4e4e;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.smartev_block, .evscooter_block, .evtrike_block, .nextcruiser_block, .evclassic_block, .evdelivery_block{
    display: none;
}

form ul li .flex{
    display: flex;
    align-items: center;
}
form ul li .flex .radio_item{
    display: flex;
    align-items: center;
    margin-right: 40px;
}
form ul li .flex .radio_item input{
    margin-right: 10px;
}
form ul li .flex .radio_item:last-of-type{
    margin-right: 0;
}
form ul li .date input{
    max-width: 70px;
    margin-right: 15px;
}
form ul li .date span{
    margin-right: 15px;
}
form ul li .date span:last-of-type{
    margin-right: 0;
}
form ul li .document_number input{
    max-width: 300px;
}
form ul li .document_number span:first-of-type, form ul li .document_number input{
    margin-right: 10px;
}
form ul .expiration, form ul .product_number, form ul .document_number{
    display: none;
}

@media print, screen and (min-width: 768px) {
    .lead .row {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1.5rem;
        padding: 2.2rem;
    }
    .lead .row >* {
        margin: 0 1rem;
    }
    .lead .row .tel >* {
        line-height: 1;
    }
    .btn_evdelivery {
        max-width: 45rem;
        margin: 0 auto 10rem;
    }
}

@media print, screen and (min-width: 1024px) {
    .lead {
        margin-bottom: 6rem;
    }
    .lead .row {
        padding: 1.8rem;
    }
    .lead .row .tel >* {
        font-size: 3.2rem;
    }
}

@media screen and (max-width: 500px) {
    form section ul li{
        display: block;
    }
    form section ul li > div:nth-of-type(1){
        margin-bottom: 20px;
    }
    form section ul li > div.input_field small{
        font-size: 11px;
    }
    form select{
        width: 100%;
    }

    .lead .title{
        font-size: 1.4rem;
    }
    .lead, .btn_evdelivery{
        width: 90%;
    }
}