.page_contact {
  max-width: 750px;
  margin-top: 164px;
}
@media screen and (max-width: 767px) {
  .page_contact {
    margin-top: 50px;
  }
}
.page_contact .text {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page_contact .text {
    letter-spacing: 1.6px;
    line-height: 33.6px;
    text-align: center;
  }
}
.page_contact .tell {
  margin-top: 27px;
}
.page_contact .tell span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .page_contact .tell span {
    margin: 0 0 5px;
  }
}
.page_contact .tell span img {
  width: 26px;
  height: 24px;
  display: block;
}
.page_contact .tell p {
  color: #000;
  font-family: "DIN Pro";
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .page_contact .tell p {
    font-size: 4.5rem;
  }
}
.page_contact .tell p .img-numberp {
  width: 381px;
  height: 56px;
}
@media screen and (max-width: 767px) {
  .page_contact .tell p .img-numberp {
    width: 321px;
    height: 47px;
  }
}
.page_contact table {
  width: 100%;
  margin-top: 72px;
}
.page_contact table tr {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page_contact table {
    display: block;
    margin-top: 50px;
  }
  .page_contact table tbody,
  .page_contact table tr {
    display: block;
    width: 100%;
  }
}
.page_contact table th {
  width: 221px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 1.6px;
  vertical-align: top;
  padding: 24px 0 24px 35px;
}
@media screen and (max-width: 767px) {
  .page_contact table th {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
}
.page_contact table th p {
  margin: 0;
}
.page_contact table th p > span {
  color: red;
}
.page_contact table td {
  padding: 24px 0;
  width: calc(100% - 226px);
}
.page_contact table td .wpcf7-form-control-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page_contact table td {
    padding: 0;
    display: block;
    width: 100%;
  }
}
.page_contact table td input[type=text],
.page_contact table td input[type=email],
.page_contact table td textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  background: #fff;
  padding: 10px;
}
.page_contact table td p {
  margin: 0;
}
.page_contact table td .wpcf7-list-item {
  display: block;
}
.page_contact table td .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}
.page_contact .wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 276px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 16px;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-decoration: none;
  position: relative;
  padding-top: 5px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #009c74;
  border: 2px solid #009c74;
  cursor: pointer;
  margin: 144px auto 0;
}
@media screen and (min-width: 768px) {
  .page_contact .wpcf7-submit:hover {
    background: #fff;
    color: #009c74;
  }
  .page_contact .wpcf7-submit:hover:after {
    border: solid #009c74;
    border-width: 0 2px 2px 0;
  }
}
@media screen and (max-width: 767px) {
  .page_contact .wpcf7-submit {
    min-width: 200px;
    width: auto;
    height: 50px;
    letter-spacing: 1.4px;
    padding: 3px 29px 0 25px;
    margin: 50px auto 0;
  }
}