@charset "UTF-8";
.contact_box_low {
  padding: 150px 5% 160px;
}
.contact_box_low .inner {
  width: fit-content;
  margin-inline: auto;
}
.contact_box_low h2 + * {
  width: fit-content;
  margin-inline: auto;
  margin-top: 50px;
}
.contact_box_low p {
  font-size: 1.6rem;
}
.contact_box_low p + * {
  margin-top: 0.5em;
}
.formred {
  display: inline-block;
  color: #f00;
  font-size: 0.7em;
  vertical-align: middle;
}
.tb_form {
  width: fit-content;
  min-width: 600px;
  margin: 40px auto;
}
.tb_form .formred {
  margin-left: 0.5em;
}

.tb_form label {
  vertical-align: middle;
}
.tb_form input {
  vertical-align: middle;
}
.tb_form th {
  font-size: 1.8rem;
  width: 30%;
  padding-bottom: 20px;
}
.tb_form td {
  font-size: 1.8rem;
  width: 70%;
  padding-bottom: 20px;
}

.tb_form input[type="text"],
.tb_form input[type="password"],
.tb_form input[type="email"],
.tb_form select,
.tb_form textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 6px;
  border: none;
  border: solid 1px;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%;
}
.tb_form input[type="text"],
.tb_form input[type="password"],
.tb_form input[type="email"],
.tb_form select {
  height: 2.5em;
}
.tb_form input[type="text"],
.tb_form input[type="password"],
.tb_form input[type="email"],
.tb_form select,
.tb_form textarea {
  background-color: #fff;
  border-color: #e3e3e3;
}
.tb_form textarea {
  padding: 1em;
}
.tb_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  background-image: none;
}
.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  content: "▼";
  display: block;
  color: #ddd;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1.2rem;
}

.actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.actions input[type="submit"],
.actions input[type="reset"],
.contact_box_low .top_link a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: left;
  color: #fff;
  text-decoration: none;
  padding: 15px 60px;
  border-radius: 999px;
  font-weight: bold;
  font-size: 2rem;
  transition: background-color 0.3s ease;
  min-width: 200px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.actions input[type="submit"],
.contact_box_low .top_link a {
  background-color: #004582;
}
.actions input[type="reset"] {
  background-color: #ccc;
}
.actions input[type="submit"]:hover,
.actions input[type="reset"]:hover {
  opacity: 0.7;
}
.contact_form h2.heading {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.top_link {
  width: fit-content;
  margin: 50px auto 0;
}
.custom-button.back {
  justify-content: right;
  padding: 10px 25px 10px 15px;
}
.custom-button.back .btn-icon {
  position: absolute;
  right: 0;
  left: 15px;
  transform: translateY(-50%) rotate(180deg);
  justify-content: center;
  align-items: center;
}
.actions .back_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: left;
  color: #fff;
  background-color: #ccc;
  text-decoration: none;
  padding: 15px 60px;
  border-radius: 999px;
  font-weight: bold;
  font-size: 2rem;
  transition: 0.3s ease;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}