.back-title h2 {
  margin-top: -3%;
}

#form {
  margin-top: -12%;
  position: relative;
  z-index: 100;
}

header .nav2 a {
  color: white;
  text-decoration: none;
}

.radius {
  width: 60%;
  margin: 0 auto;
  border: 1.5px solid #494949;
  border-radius: 15px;
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

tr:not(:last-child) th {
  border-bottom: 1.5px solid #515151;
}
tr:not(:last-child) td {
  border-bottom: 1.5px solid #515151;
}

th {
  width: 30%;
  color: white;
  padding: 2% 0 2% 2%;
  vertical-align: top;
  background-color: #5e9e99;
  font-size: 1.3vw;
}
th span {
  padding: 2% 4%;
  margin-right: 3%;
  font-size: max(1vw, 10px);
}
th .must {
  background-color: #bf2e2e;
}
th .free {
  background-color: #2577d8;
}

tr:first-child th {
  border-radius: 13px 0 0 0;
}

tr:last-child th {
  border-radius: 0 0 0 13px;
}

td {
  width: 70%;
  padding: 2% 0 2% 1%;
  overflow-x: hidden;
}
td input {
  width: 90%;
  border: solid 1px #515151;
  border-radius: 3px;
  padding: 1%;
}
td #content {
  border: solid 1px #515151;
  padding: 1%;
  border-radius: 3px;
}
td textarea {
  width: 90%;
  resize: vertical;
  min-height: 10em;
  border: solid 1px #515151;
  border-radius: 3px;
  padding: 1%;
}

.submit {
  background-color: #d2000f;
  margin: 4% auto 10% auto;
  text-align: center;
  display: inline;
  padding: 1% 2%;
  border: none;
  color: white;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  font-size: 1.3vw;
}

@media (max-width: 700px) {
  #form {
    margin-top: 5%;
  }
  .radius {
    width: 90%;
  }
  th {
    width: 35%;
    padding: 3% 0 3% 2%;
    font-size: 13px;
    line-height: 180%;
  }
  th span {
    padding: 3% 6%;
    font-size: 11px;
  }
  td {
    padding: 2% 0 2% 3%;
    font-size: 13px;
  }
  .submit {
    font-size: 15px;
    padding: 2% 5%;
    margin: 10% auto 20% auto;
  }
}
/**********************************
submit
***********************************/
.sub-p {
  width: 50%;
  margin: 0 auto;
  margin-top: -10%;
  margin-bottom: 5%;
}
.sub-p p {
  font-size: 1.5vw;
}

.sub-b {
  text-align: center;
  margin-bottom: 20%;
}
.sub-b a {
  text-decoration: none;
}
.sub-b a p {
  background-color: #d2000f;
  width: 7%;
  margin: 0 auto;
  padding: 1.5% 4%;
  color: white;
  font-size: 1.7vw;
  box-shadow: -0.5em -0.5em #515151;
}
.sub-b a p:hover {
  box-shadow: none;
  transform: translate(-0.5em, -0.5em) !important;
}

@media (max-width: 700px) {
  .sub-p {
    margin-top: 10%;
    width: 70%;
  }
  .sub-p p {
    font-size: 15px;
  }
  .sub-b {
    margin-bottom: 30%;
  }
  .sub-b a {
    margin-top: 10%;
  }
  .sub-b a p {
    width: 30%;
    font-size: 20px;
  }
}/*# sourceMappingURL=contact.css.map */