section#contact {
  padding-top: 0;
}
section#contact .titleBox {
  background: url(../images/contact_txt_bg.png) no-repeat center / 100%;
  background-repeat: repeat-x;
  background-size: 605px;
  background-position-y: center;
}
section#contact .titleBox h2 {
  padding-top: 120px;
}
@media (max-width: 768px) {
  section#contact .titleBox {
    background-size: 325px;
  }
  section#contact .titleBox h2 {
    padding-top: 60px;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  background: #f8f8f8;
  border: 1px solid #EDEDED;
  width: 100%;
  padding: 0px 10px;
  height: 60px;
  font-size: 1.6rem;
  border-radius: 3px;

  box-sizing: border-box;
}
.form-content {
  display: flex;
  gap: 30px;
  align-items: center;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .form-content {
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 20px;
  }
}
.form-content:last-child {
  border-bottom: unset;
  padding: 0;
  margin-top: 50px;
}
.form-list label {
  width: calc(100% - 80%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .form-list label {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
  }
}
.form-list label span {
  padding: 8px;
}

.form-content span.wpcf7-form-control-wrap {
  width: calc(100% - 20%);
}
@media (max-width: 768px) {
  .form-content span.wpcf7-form-control-wrap {
    width: 100%;
  }
}

input[type="submit"] {
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  max-width: 360px;
  text-align: center;
  background: #C99228;
  color: #fff;
  border: none;
  font-size: 2.2rem;
  font-weight: bold;
  transition: 0.3s;
}
@media (max-width: 768px) {
  input[type="submit"] {
    max-width: unset;
  }
}
input[type="submit"]:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.form-content.adress {
  max-width: 750px;
  width: 100%;
}
.form-content.adress {
  align-items: flex-start;
}
.form-content.adress label {
  padding-top: 15px;
}
.form-content .adress-wrap .adress_list {
  margin-bottom: 10px;
}
.form-content .adress-wrap .yuubinbango {
  display: flex;
  gap: 10px;
}
.form-content .adress-wrap .yuubinbango input[type="text"] {
  width: 124px;
}
.ajaxzip3 {
  background: #8B8B8B;
  color: #fff;
  border: #8B8B8B;
  padding: 10px;
  border-radius: 3px;
}
.adress_list select {
  height: 50px;
  width: 288px;
  padding: 0 10px;
}
.form-content .adress-wrap {
  width: 100%;
}
.form-content .adress-wide input[type="text"] {
  width: 100%;
}

@media (max-width: 768px) {
  .adress_list.wide {
    width: 92%;
  }
}

.privacypolicy {
  margin-top: 0px;
  padding: 30px 20px;
  width: 100%;
  height: 140px;
  border: 1px solid #D9D9D9;
  overflow: scroll;
  box-sizing: border-box;
  overflow: hidden scroll ;
}
@media (max-width: 768px) {
  .privacypolicy {
    margin-top: 0px;
    padding: 20px 15px;
    width: 100%;
    height: 100px;
  }
}
.privactBox {
  margin-bottom: 20px;
}
.privactBox h3 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.privactBox p {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.2rem;
}
@media (max-width: 768px) {
  .privactBox h3 {
    font-size: 1.5rem;
  }
  .privactBox p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
.privactBox ul {
  margin-top: 20px;
  padding-left: 15px;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2rem;
}
.privactBox ul li {
  margin-bottom: 10px;
}
.privactBox ul li::before {
  content: "（１）";
}
.privactBox ul li:nth-child(2)::before {
  content: "（2）";
}
.privactBox ul li:nth-child(3)::before {
  content: "（3）";
}
.privactBox ul li p {
  margin-top: 10px;
  padding-left: 38px;
}


.form-content.kojinjoho {
  margin-top: 50px;
  justify-content: center;
}
@media (max-width: 768px) {
  .form-content.kojinjoho {
    margin-top: 30px;
    justify-content: flex-start;
  }
}
span.wpcf7-acceptance label {
  width: 100%;
}
span.wpcf7-acceptance label input[type="checkbox"] {
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  span.wpcf7-acceptance label input[type="checkbox"] {
    width: 25px;
    height: 25px;
    margin: 0;
  }
}
span.wpcf7-acceptance label span {
  padding: 0;
  padding-left: 10px;
}
@media (max-width: 768px) {
  span.wpcf7-acceptance label span {
    padding: 0;
    padding-left: 0px;
  }
}
.form-content.kojinjoho span.wpcf7-form-control-wrap {
  width: auto;
}
.form-content.kojinjoho .wpcf7-list-item {
  margin-left: -50px;
}
@media (max-width: 768px) {
  .form-content.kojinjoho .wpcf7-list-item {
    margin-left: 0px;
  }
}
.form-content.submit_btn {
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 0;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .form-content.submit_btn {
    margin: 0 auto;
    margin-top: 10px;
  }
}
.wpcf7-not-valid-tip {
  font-size: 1.3rem!important;
  margin-top: 10px;
}

select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/select-bector.png");
  background-repeat: no-repeat;
  background-size: 15px auto;
    background-position: right 10px center;
}

.grecaptcha-badge {
display:none;
}