@charset "UTF-8";

.recruit.newgraduate .main_ttl {
  margin-bottom: 30px;
}

.recruit.newgraduate .inner {
  width: 100%;
  max-width: 720px;
}

.recruit.newgraduate table tr {
  height: 80px;
  border-bottom: 1px dashed #d5b4bd;
}

.recruit.newgraduate table tr:last-child {
  border: 0;
}

.recruit.newgraduate table th, .recruit.newgraduate table td {
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
  padding: 20px 0 30px;
}

.recruit.newgraduate table th {
  font-weight: bold;
  width: 195px;
  padding-left: 15px;
}

.recruit.newgraduate table td {
  position: relative;
  padding-right: 15px;
  line-height: 2.1;
}

.recruit.newgraduate li {
  margin-bottom: 7px;
}

.recruit.newgraduate .ti a {
  color: #6565F4;
  text-decoration: underline;
}

.recruit.newgraduate .contact_recruit .inner {
  width: 100%;
  max-width: 720px;
}

.recruit.newgraduate section.contact_recruit {
  padding: 0px;
}

.recruit.newgraduate .contact_recruit .required {
  font-size: 20px;
  color: #c8161d;
}

.recruit.newgraduate .contact_recruit table tr {
  height: 80px;
  border-bottom: 1px dashed #d5b4bd;
}

.recruit.newgraduate .contact_recruit table tr:last-child {
  border: 0;
}

.recruit.newgraduate .contact_recruit table th, .recruit.newgraduate .contact_recruit table td {
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
  padding: 20px 0 30px;
}

.recruit.newgraduate .contact_recruit table th {
  font-weight: bold;
  width: 195px;
  padding-left: 15px;
}

.recruit.newgraduate .contact_recruit table td {
  position: relative;
  padding-right: 15px;
}

.recruit.newgraduate .contact_recruit table td.privacy {
  padding: 20px 0;
}

.recruit.newgraduate .contact_recruit table td input {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  height: 30px;
  background: #fff;
  padding: 0 15px;
  border: 1px solid #aaa;
  border-radius: 3px;
}

.recruit.newgraduate .contact_recruit table td select {
  width: 100%;
  height: 30px;
  background: #fff;
  padding: 0 15px;
  border: 1px solid #aaa;
  border-radius: 3px;
}

.recruit.newgraduate .contact_recruit table td textarea {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  height: 300px;
  background: #fff;
  padding: 15px;
  border: 1px solid #aaa;
  border-radius: 3px;
}

.recruit.newgraduate .contact_recruit .form_content th {
  vertical-align: 30px;
  padding-top: 30px;
}

.recruit.newgraduate .contact_recruit table td select option {
  padding: 5px;
}

.recruit.newgraduate .contact_recruit table td .anno,
.recruit.newgraduate .contact_recruit table td .error {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: 0;
}

.recruit.newgraduate .contact_recruit table td .error {
  color: #c8161d;
}

.recruit.newgraduate .contact_recruit table td.privacy input {
  vertical-align: middle;
  width: auto;
  margin-right: 5px;
}

.recruit.newgraduate .contact_recruit table td.privacy a {
  color: #6565F4;
  text-decoration: underline;
  margin-left: 10px;
}

.recruit.newgraduate .contact_recruit .btn_submit {
  text-align: center;
}

.recruit.newgraduate .contact_recruit .btn_submit input {
  font-size: 14px;
  display: inline-block;
  width: 80%;
  height: 50px;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

div.g-recaptcha {
  margin-right:auto;
  margin-left:auto;
  margin-bottom: 30px;
  width: 300px;
}

@media ( min-width: 720px ) {
  .recruit.newgraduate .contact_recruit .btn_submit input:hover {
    color: #fff;
    background: #aaa;
    border: 1px solid #aaa;
  }
}

@media (max-width: 720px) {
  .recruit.newgraduate section {
    padding: 0px 10px;
  }

  .recruit.newgraduate .inner {
    width: 100%;
  }

  .recruit.newgraduate table th, .recruit.newgraduate table td {
    display: block;
    width: 100%;
  }

  .recruit.newgraduate table th {
    padding: 10px;
  }

  .recruit.newgraduate table td {
    padding: 10px 0 40px;
  }

  .recruit.newgraduate table th, .recruit.newgraduate table td {
    padding: 10px;
  }

  .recruit.newgraduate section.contact_recruit {
    padding: 0px 10px;
  }

  .recruit.newgraduate .contact_recruit .inner {
    width: 100%;
  }

  .recruit.newgraduate .contact_recruit table th, .recruit.newgraduate .contact_recruit table td {
    display: block;
    width: 100%;
  }

  .recruit.newgraduate .contact_recruit table th {
    padding: 10px;
  }

  .recruit.newgraduate .contact_recruit table td {
    padding: 10px 0 40px;
  }

  .recruit.newgraduate .contact_recruit table td.privacy {
    padding: 10px 0 40px;
  }

  .recruit.newgraduate .contact_recruit table td input[type=text],
  .recruit.newgraduate .contact_recruit table td textarea,
  .recruit.newgraduate .contact_recruit table td select {
    font-size: 16px;
  }

  .recruit.newgraduate .contact_recruit table td textarea {
    height: 150px;
  }

  .recruit.newgraduate .contact_recruit table td .error {
    bottom: 20px;
  }

   .recruit.newgraduate h2 {
    margin-bottom: 0px;
  }
}
