.contact .page_content {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .contact .page_content {
    padding-bottom: 60px;
  }
}
.contact .section .inner {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .contact .section .inner {
    padding-top: 50px;
  }
}
.contact .section_description {
  color: #463933;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .section_description {
    text-align: left;
  }
}
.contact .btn[type="submit"] {
  background-color: #eb7323;
  border: none;
  margin: 5.88235294% auto 0;
}
.contact table {
  border-top: 3px solid #463933;
  border-bottom: 3px solid #463933;
  margin: 50px 0 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contact table tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contact table tr {
    display: block;
  }
}
.contact table th,
.contact table td {
  border-bottom: 1px solid #463933;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .contact table th,
  .contact table td {
    display: block;
  }
}
.contact table th {
  background-color: #eb7323;
  color: #fff;
  font-weight: 700;
  line-height: 1.3125;
  text-align: left;
  box-sizing: border-box;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .contact table th {
    padding: 10px;
  }
}
.contact table th span {
  display: inline-block;
}
.contact table td {
  box-sizing: border-box;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .contact table td {
    padding: 10px;
  }
}
.contact form input:not([type="radio"]):not([type="checkbox"]),
.contact form textarea {
  border: none;
  font-size: 1em;
  box-sizing: border-box;
  padding: 11px 10px;
  width: 100%;
}
.contact form input[name*="電話番号"] {
  max-width: 4em;
}
.contact form textarea {
  resize: vertical;
}
.contact form .check {
  text-align: center;
  margin: 7.84313725% auto 0;
}
.contact form .to-confirmation {
  display: block;
  font-size: 0.85em;
  text-decoration: underline;
  margin-top: 1em;
}
.contact .mail {
  display: inline-block;
  width: 226px;
  height: 18px;
  /* background-color: red; */
  position: relative;
  top: 5px;
  background-image: url(../images/common/mailaddress.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: solid 1px #333;
}
.contact .input_wrapper.person {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .contact .input_wrapper.person {
    flex-direction: column;
    margin-left: 0;
  }
}
.contact .input_wrapper.person .item {
  margin: 0 0 0 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact .input_wrapper.person .item {
    margin-left: 0;
  }
}
.contact .input_wrapper.person .item + .item {
  margin-top: 5px;
}
.contact .input_wrapper.gender,
.contact .input_wrapper.sidebusiness,
.contact .input_wrapper.industry {
  flex-wrap: wrap;
}
.contact .input_wrapper.gender .item,
.contact .input_wrapper.sidebusiness .item,
.contact .input_wrapper.industry .item {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
  .contact .input_wrapper.industry {
    flex-direction: column;
  }
}
.contact .input_wrapper.industry .item {
  margin-bottom: 10px;
}
.contact .input_wrapper.tel {
  align-items: center;
}
.contact .input_wrapper.tel .item + .item::before {
  content: ' - ';
  display: inline-block;
  margin: 0 10px;
}
.contact .input_wrapper.project {
  flex-direction: column;
}
.contact .input_wrapper.project .item {
  word-break: keep-all;
  align-items: center;
}
.contact .input_wrapper.project .item + .item {
  margin: 5px 0 0;
}
.contact .input_wrapper.project .item input {
  margin: 0 0 0 20px;
}
.contact .completion-message {
  color: #463933;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .completion-message {
    text-align: left;
  }
}
.g-recaptcha {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
