.contact-box__fintextbox {
  text-align: center;
}
.contact-box__fintextbox p {
  font-size: 1.8rem;
  margin-bottom: 50px;
  line-height: 2;
}
.contact-box__fintextbox a {
  border: 1px solid #FFF;
  color: #FFF;
  padding: 20px;
  display: inline-block;
  font-size: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  .contact-box__fintextbox a {
    font-size: 1.8rem;
  }
}
.contact-box__fintextbox a:hover {
  background-color: #FFF;
  color: black;
  font-size: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact-box__title {
  background-color: #FFF;
  padding: 200px 0 100px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact-box__title {
    padding: 160px 0 80px;
  }
}
.contact-box__title h1 {
  color: black;
  font-size: 6rem;
  font-weight: 900;
  line-height: 4.8rem;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 768px) {
  .contact-box__title h1 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
.contact-box__title h1 span {
  font-size: 2rem;
}

.contact-content {
  width: 750px;
  margin: 100px auto;
}
@media only screen and (max-width: 768px) {
  .contact-content {
    width: 90%;
  }
}
.contact-content .contactForm {
  width: 100%;
}
.contact-content table {
  border-collapse: unset;
}
@media only screen and (max-width: 768px) {
  .contact-content table {
    border-spacing: 0;
  }
}
.contact-content th {
  width: 230px;
  background: #FFF;
  text-align: center;
  padding: 20px;
}
.contact-content th p {
  color: black;
  font-size: 1.8rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .contact-content th {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact-content td {
  width: 65%;
  margin-left: auto;
}
.contact-content tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .contact-content tr {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact-content tr:nth-of-type(2n) th {
  background-color: #FFF;
}
@media only screen and (max-width: 768px) {
  .contact-content td {
    width: 100%;
    display: block;
  }
}
.contact-content td .tell-mail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .contact-content td .tell-mail-box {
    display: block;
  }
  .contact-content td .tell-mail-box .your-email,
  .contact-content td .tell-mail-box .your-tel {
    margin-top: 10px;
    display: block;
  }
}
.contact-content td .tell-mail-box .tellnumcheck .wpcf7-list-item,
.contact-content td .tell-mail-box .mailcheck .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
}
.contact-content td .tell-mail-box .tellnumcheck .wpcf7-list-item-label,
.contact-content td .tell-mail-box .mailcheck .wpcf7-list-item-label {
  margin: 0 20px 0 10px;
}
.contact-content input,
.contact-content textarea,
.contact-content select {
  border: 1px solid;
  padding: 20px;
  width: 100%;
}
.contact-content input[type=checkbox],
.contact-content textarea[type=checkbox],
.contact-content select[type=checkbox] {
  width: 20px;
  padding: 10px;
}
.contact-content .cotact-type {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .contact-content .cotact-type {
    width: 100%;
  }
}
.contact-content select.cotact-type {
  padding: 22px 20px;
  border-radius: 5px;
  border-color: #656464;
}
@media only screen and (max-width: 768px) {
  .contact-content select.cotact-type {
    padding: 20px 10px;
  }
}
.contact-content .addressForm .textContactS {
  font-size: 12px;
  margin-top: 5px;
}
.contact-content .recapcha-text {
  font-size: 1rem;
  text-align: center;
}
.contact-content .recapcha-text a {
  font-size: 1rem;
}
.contact-content .submit {
  text-align: center;
  margin-top: 20px;
}
.contact-content .submit input {
  width: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact-content .submit input:hover {
  background-color: white;
  color: black;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contact-content tr.adressbox {
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .contact-content tr.adressbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.contact-content tr.adressbox th {
  background: none;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .contact-content tr.adressbox th {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.contact-content tr.adressbox th p {
  color: black;
  font-size: 1.4rem;
}

.todoufuken {
  width: 150px;
}

#autozip {
  display: none !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: none;
}

.confirmBox__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.confirmBox__btn input {
  width: 100%;
}
.confirmBox__btn .submit {
  text-align: center;
  margin-top: 20px;
  width: auto;
  margin-left: 10px;
}
.confirmBox__btn .submit input {
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
}
.confirmBox__btn .submit input.wpcf7-submit {
  background-color: #edc900;
  color: #FFF;
  font-weight: 900;
  border: none;
}

.privacy-checkbox {
  width: 65%;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .privacy-checkbox {
    width: 100%;
  }
}
.privacy-checkbox span.wpcf7-list-item {
  margin-left: 0;
}
.privacy-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.privacy-checkbox label .privacycheck {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .privacy-checkbox label {
    margin-bottom: 10px;
  }
}
.privacy-checkbox a {
  text-decoration: underline;
}

.wpcf7c-conf {
  background-color: white;
}

.page-contact-box {
  text-align: center;
  height: 50vh;
}
.page-contact-box a {
  margin: 50px auto;
  display: inline-block;
  border: 1px solid #FFF;
  padding: 10px 15px;
  color: black;
  background-color: #FFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page-contact-box a:hover {
  background-color: white;
  color: #FFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.service_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service_checkbox .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  margin-bottom: 10px;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .service_checkbox .wpcf7-list-item {
    width: auto;
    margin-right: 10px;
  }
}
.service_checkbox .wpcf7-list-item .wpcf7-list-item-label {
  margin: 0 10px 0 5px;
}

input[type=checkbox]:hover {
  cursor: pointer;
}

input[type=checkbox]:checked {
  background: #edc900;
}

.contact-content .submit input.wpcf7c-btn-confirm {
  width: auto;
  padding: 10px 40px;
  font-size: 1.8rem;
}