
#contact-form > p{
  width:94vw;
  max-width:1080px;
  margin:0 auto;
  font-size:18px;
}
.lead_source{
  display: none;
}
#contact-form > div{
  width:94vw;
  max-width:1080px;
  margin:0 auto;
  padding:40px 0 0 0;
}

#contact-form > div p{
  font-size:21px;
  font-weight: 600;
}

#contact-form > div p span{
  font-size:15px;
  font-weight:400;
  padding: 0 0 0 5px;
  vertical-align:1px;
}
#contact-form > div .btn-login {
    display: block;
    text-align: center;
    background: #191919;
    width: 40%;
    margin: 0 auto;
    color: #fff;
    border: none;
    padding: 20px 80px 20px 80px;
    font-size: 18px;
    border-radius: 5px;
    transition: .3s;
    filter: drop-shadow(0px 4px -1px rgba(140,140,140,0));
}
.form-category{
  padding:20px 0 0 0;
}
.form-category > div{
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background:#fff;
  padding:20px;
  border-top:1px solid #f0f0f0;
  border-bottom: 1px solid #eee;
}
.form-category > div > div:nth-child(1){
  width:15%;
}
.form-category > div > div:nth-child(1) img{
  width:80%;
  margin:0 auto;
}
.form-category > div > div:nth-child(2){
  width:80%;
}
.form-category > div > div:nth-child(2) ul li{
  display:flex;
  align-items:center;
}
.form-category > div > div:nth-child(2) ul li label{
  font-size:16px;
  padding: 0 0 1px 10px;
}
@media (max-width: 768px) {
  .form-category > div > div:nth-child(1){
    width:100%;
  }
  .form-category > div > div:nth-child(1) img{
    width:20%;
    margin:0 auto;
  }
  .form-category > div > div:nth-child(2){
    width:100%;
  }
  .form-category > div > div:nth-child(2) ul li label{
    font-size:20px;
    padding: 0 0 1px 10px;
    margin:10px 0 10px 0;
  }
}
.form-checkbox{
  padding:40px 0 0 0;
}
.form-checkbox ul{
  background:#fff;
  border-top:1px solid #f0f0f0;
  border-bottom: 1px solid #eee;
  padding:20px;
  margin:20px 0 0 0;
}
.form-checkbox ul li{
  display:flex;
  align-items:center;
}
.form-checkbox ul li label{
  font-size:16px;
  padding: 0 0 1px 10px;
}
@media (max-width: 768px) {
  .form-checkbox ul li label{
    font-size:20px;
    padding: 0 0 1px 10px;
    margin:10px 0 10px 0;
  }
}
.form-textarea{
  padding:40px 0 0 0;
}

.form-textarea > div:nth-child(2){
  background:#fff;
  border-top:1px solid #f0f0f0;
  border-bottom: 1px solid #eee;
  padding:20px;
  margin:20px 0 0 0;
}
.form-textarea > div:nth-child(2) textarea{
  width:100%;
  height:180px;
  border:1px solid #ddd;
  padding:10px;
}
.form-customer{
  padding:40px 0 0 0;
}
.form-customer table{
  width:100%;
  margin:20px 0 0 0;
}
.form-customer table th{
  width:30%;
  background:#f0f0f0;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  padding:20px;
  font-size:15px;
  text-align:left;
}
.form-customer table th span{
  position:relative;
  display:inline-block;
  padding:0 50px 0 0;
}
.form-customer table th span:before{
  content:"必須";
  font-size:12px;
  line-height:1.5em;
  background:#ff0000;
  border-radius:3px;
  padding:0 10px 0 10px;
  color:#fff;
  position:absolute;
  right:0;
  top:50%;
  margin:-8px 0 0 0;
}


.form-customer table td{
  background:#fff;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  padding:20px;
  font-size:15px;
}
.form-customer table td input{
  width:100%;
  padding:10px;
  border:1px solid #ddd;
  border-radius:3px;
  box-shadow: none;
}
.form-customer table td span{
  font-size:13px;
  padding: 0 0 0 10px;
}
.form-customer table td input.form-s{
  width:100px!important;
}
.form-customer table td input.form-m{
  width:200px;
}
.form-customer table td span br{
    display:none;
  }
@media (max-width: 768px) {
  .form-customer table th{
    width:100%;
    background:#f0f0f0;
    border-top:none;
    border-bottom:none;
    padding:20px;
    font-size:15px;
    text-align:left;
    display:block;
  }
  .form-customer table td{
    display:block;
  }
  .form-customer table td input.form-s{
    width:100%;
  }
  .form-customer table td input.form-m{
    width:100%;
  }
  .form-customer table td span{
    font-size:12px;
    padding: 10px 0 0 0;
    text-align:center;
    display:block;
    line-height:1em;
  }
  .form-customer table td span br{
    display:block;
  }
}

.g-recaptcha-wrap{
  display:flex;
  justify-content: center;
  padding:40px 0 20px 0;
}
.checkbox-container-wrap{
  display:flex;
  justify-content: center;
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.checkbox-container input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}
.checkbox-container label {
    font-size: 14px;
}
.submit-button {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
.submit-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
.submit-container{
  text-align:center;
  padding:20px 0 0 0;
}
.submit-container button{
  width:40%;
  margin:0 auto;
  color:#fff;
  border:none;
  padding:20px 80px 20px 80px;
  font-size:18px;
  border-radius: 5px;
  transition: .3s;
  display:inline-block;
  filter: drop-shadow(0px 4px -1px rgba(140,140,140,0));
}

.btn-submit{
  background:#191919;
}
.btn-submit:hover{
  background:#b2b2b2;
  filter: drop-shadow(0px 4px 2px rgba(140,140,140,0.2));
}
.btn-rewrite{
  background:#cdcdcd;
}
.btn-rewrite:hover{
  background:#999;
  filter: drop-shadow(0px 4px 2px rgba(140,140,140,0.2));
}
@media (max-width: 768px) {
  .submit-container button{
    width:100%;
    margin:20px 0 0 0;
    display:block;
  }
}
.confirm-category ul{
  padding:10px 0 40px 0;
}
.confirm-category ul li{
  font-size:15px;
}
p.error{
  font-size:12px!important;
  color:#ff0000;
  padding:5px 0 0 0;
}
.checkbox-container a{
  font-weight:600;
  border-bottom: 1px dotted;
  color:#000!important;
  padding: 0 0 5px 0;
}
.checkbox-container a:hover{
  border-bottom: 1px dotted #fff;
}
input::placeholder{
  color: #999;
}
