@charset "UTF-8";
.header_logo h1 {
  margin-top: 6px;
}

main {
  display: none;
}

.contents {
  background: #f7f7f7;
}

.container {
  max-width: 1470px;
  padding: 30px 20px 130px 20px;
  margin-left: auto;
  margin-right: auto;
}

.container h1 {
  display: block;
  margin-top: 60px;
  text-align: center;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
.container h1 span {
  display: inline-block;
  position: relative;
  padding-bottom: 36px;
  font-size: 40px;
  font-weight: 600;
}
.container h1 span::after {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  bottom: 13px;
  margin-left: -50px;
  width: 100px;
  height: 1px;
  background: #00C3D3;
}

.page_wrapper {
  position: relative;
  margin: -85px auto 0 auto;
  padding: 0 20px 90px 20px;
  max-width: 1040px;
  z-index: 3;
}

.page_wrapper .section:first-child {
  margin-top: 0;
}

.box {
  padding: 40px 50px;
  background: #fff;
  box-shadow: 0.85px 0.85px 1.71px rgba(0, 0, 0, 0.2);
}

.center {
  text-align: center !important;
  color: #333;
  font-size: 16px;
}

.contact_table {
  margin: 30px 0 20px;
  width: 100%;
}

.contact_table th {
  padding-top: 15px;
  padding-right: 25px;
  width: 200px;
  font-weight: 700;
  text-align: left;
  color: #333;
}

.contact_table td {
  padding: 10px 0;
  vertical-align: top;
}

.contact_table input[type=text], .contact_table input[type=email], .contact_table input[type=tel], .contact_table textarea {
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #cccccc;
}

.contact_table textarea {
  height: 200px;
}

.contact_table th, .contact_table td {
  padding: 10px 0;
  vertical-align: top;
}

.contact_table th.required::after {
  content: "＊";
  margin-left: 10px;
  font-weight: 700;
  color: #e81e1e;
}

.btn-yellow {
  background: #FFF000;
  box-shadow: 0 5px 0 #ffda00;
}

.btn {
  display: table;
  margin: 0 auto;
  padding: 16px 35px 14px 35px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  border: none;
  border-radius: 25px;
  color: #333333;
}

.header_nav_logo {
  margin-right: auto !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
  margin-left: 0px !important;
  padding-left: 15px;
}

@media (max-width: 768px) {
  .box {
    padding: 40px 24px;
  }
  .contact_table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .contact_table td {
    padding-top: 0;
  }
  .contact_table td {
    width: 100%;
  }
  .btn {
    width: 100%;
    padding: 16px 10px 14px 10px;
  }
}/*# sourceMappingURL=contact.css.map */