@charset "UTF-8";
.formtext {
  text-align: center;
}
.back_btn {
  margin: 0 auto !important;
}
#formWrap {
  margin: 0 auto;
}
#formWrap h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #006da2;
}
.intro {
  margin-bottom: 30px;
  text-align: center;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
} 
table.formTable td,
table.formTable th {
  padding: 20px 30px;
}

table.formTable th {
  width: 40%;
  font-weight: normal;
  text-align: left;
  border: 1px solid #006da2;
  border-left: none;
  background-color: #d2dde7;
  color: #464653;
  text-align: left;
}
.recruit05 table.formTable th {
  border: 1px solid #EA5514;
  border-left: none;
}
table.formTable td {
  border: 1px solid #006da2;
  border-right: none;
  background-color: #fff;
  width: 80%;
  padding: 20px;
}
.recruit05 table.formTable td {
  border: 1px solid #EA5514;
  border-right: none;
}

table.formTable th span {
  font-size: 0.8rem;
}

table.formTable th span.require {
  /* color: #5194d3; */
  color: #EA5514;
}

table.formTable td label {
  display: block;
  line-height: 1.6rem;
}

table.formTable td span {
  display: block;
  color: #888888;
  margin-top: 6px;
  font-size: 0.8rem;
}

input[type="text"],input[type="email"],textarea {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  min-height: 40px;
  font-size: 15px;
  word-break: break-word;
  background-color: #eaecef;
  border: 0;
}
.recruit05 input[type="text"],.recruit05 input[type="email"],.recruit05 textarea {
  background-color: #ffe4de;
}
table.formTable td input[type="text"]:nth-of-type(n + 2) {
  margin-top: 6px;
}

.btn {
  display: flex;
  margin-top: 60px;
  justify-content: center;
}

input[type="reset"],input[type="button"] {
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  color: #006da2;
  border: 1px solid #006da2;
  padding: 10px 30px;
  width: 340px;
  text-align: center;
  margin: 0 20px;
  transition: 0.2s;
  cursor: pointer;
  font-size: 17px;
  letter-spacing: 0.05em;
}
.recruit05 input[type="reset"],.recruit05 input[type="button"] {
  color: #EA5514;
  border: 1px solid #EA5514;
}
input[type="submit"] {
  box-sizing: border-box;
  display: block;
  background-color: #006da2;
  color: #fff;
  border: 1px solid #006da2;
  padding: 10px 30px;
  width: 340px;
  text-align: center;
  margin: 0 20px;
  transition: 0.2s;
  cursor: pointer;
  font-size: 17px;
  letter-spacing: 0.05em;
}
.recruit05 input[type="submit"] {
  background-color: #EA5514;
  border: 1px solid #EA5514;
}
input[type="submit"]:hover {
  background-color: #fff;
  color: #006da2;
}
.recruit05 input[type="submit"]:hover {
  background-color: #fff;
  color: #EA5514;
}
input[type="button"]:hover {
  background-color: #006da2;
  color: #fff;;
}
.recruit05 input[type="button"]:hover {
  background-color: #fff;
  color: #EA5514;
}
input[type="reset"]:hover {
  background-color: #006da2;
  color: #fff;
}
.recruit05 input[type="reset"]:hover {
  background-color: #EA5514;
  color: #fff;
}

@media screen and (max-width:1000px) {
  #formWrap {
    width: 100%;
    margin: 0 auto;
  }

  table.formTable {
    margin-bottom: 50px;
  }
  table.formTable tr {
    display: block;
  }
  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
    padding: 20px 10px !important;
  }

  table.formTable th {
    border-bottom: 0;
  }

  input[type="text"],input[type="email"],textarea {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
  }

  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  input[type="button"],input[type="reset"] {
    margin-bottom: 20px;
  }
  .btn {
    display: block;
  }
  .mail_block {
    display: none;
  }
  table.formTable th {
    border-left: 1px solid #006da2 !important;
  }
  table.formTable td {
    border-right: 1px solid #006da2 !important;
  }
  .recruit05 table.formTable th {
    border-left: 1px solid #EA5514 !important;
  }
  .recruit05 table.formTable td {
    border-right: 1px solid #EA5514 !important;
  }
  .form .flex .tel_block {
    width: 100%;
  }
  .form .flex .tel_block .tel_text::before {
    bottom: 11px;
    width: 36px;
    height: 36px;
  }
  .form .flex .tel_block .tel_text {
    padding-left: 45px;
  }
  .contact_block {
    padding: 50px 4%;
  }
}