.drive-form{
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.drive-form .form-left{
  max-width: 500px;
  /* padding: 2rem; */
  border: 1px solid #e3e3e3;
  padding-bottom: 4rem;
}
.drive-form .form-left .form-title{
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 18pt;
  margin-bottom: 2rem;
  margin-top: 3.5rem;
  text-align: center;
}
.drive-form .form-left .center-hr{
  margin: auto;
  margin-bottom: 2rem;
}
.drive-form .form-left .form-dec{
  padding-left: 2rem;
  padding-right: 2rem;
}

.drive-form .form-right{
  /* padding: 2rem; */
  background-color: #1a1f2b;
  color:white;
  max-width: 500px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.drive-form .form-right .form-call{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.drive-form .form-right .form-call .form-box{
  display: flex;
  flex-direction: column;
  min-width: 200px;
}
.drive-form .form-right .form-call .form-mail{
  padding-left: 2rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}
.drive-form .form-right .form-call .form-phone{
  padding-right: 2rem;
}
.drive-form .form-right > .form-box{
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.drive-form .form-right .form-box input{
  margin-top: 0.3rem;
  height: 35px;
  font-size: 11pt;
  color:gray;
  padding-left: 0.5rem;
  min-width: none;
}
.drive-form .form-right .form-box select{
  margin-top: 0.3rem;
  height: 45px;
  font-size: 11pt;
  color:gray;
  padding-left: 0.5rem;
  min-width: none;
}
.drive-form .form-right .form-box textarea{
  padding-top: 0.7rem;
  margin-top: 0.3rem;
  font-size: 11pt;
  color:gray;
  padding-left: 0.5rem;
}

.send-btn-box{

  padding: 2rem;
  display: flex;
  justify-content: flex-end;
}
.send-btn-box .send-btn{
  cursor: pointer;
  text-align: center;
  min-width:120px;
  padding: 1rem;
  background-color: #85a5cc;
  color:white;
}

@media (max-width:980px) {
  .drive-form{

    flex-direction: column;
    align-items: center;
  }
  .drive-form .form-left{
    max-width: none;
    width:100%;
  }
  .drive-form .form-right{
    max-width: none;
    width:100%;
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .drive-form .form-right .form-call{
    flex-direction: column;
  }
  .drive-form .form-right .form-call .form-mail{
    margin-right: 0;
    padding-right: 2rem;
  }
  .drive-form .form-right .form-call .form-phone{
    padding-left: 2rem;
    padding-bottom: 2rem;
  }
  .drive-form .form-right .form-call .form-box{
    display: flex;
    flex-direction: column;
  }
  .send-btn-box{
    justify-content: center;
  }
}
table {
  width:100%;
}
table .rowspan{
  text-align: center;
}
table td, th{
  font-size: 10pt;
}
.table-first{
  padding-right: .75rem;
  padding-left: .75rem;
}
.table-caption{
  font-size: 8pt;
}
.information-check{
  display: flex;
  align-items: center;
}
.information-check p{
  margin-right: 2rem;
}
.information-check input{
  margin-left: .5rem;
}
table, tr, td{
  border-collapse:collapse; border:1px gray solid;
}
