@charset "UTF-8";
#recruit_page h3 {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    background-color: #b9ccec;
    margin-bottom: 20px;
    min-width: 1080px;
}

#recruit_page .wording {
  text-align: center;
}

#recruit_page .wording p {
  font-size: 22px;
}

#recruit_page .wording p:first-child {
  font-size: 24px;
  font-weight: bold;
}

#recruit_page .wording2 {
  text-align: center;
  font-size: 20px;
}

#recruit_page .lead {
    background-color: #fff;
    padding: 20px;
    margin-top: 10px;
    line-height: 1.8;
    font-size: 16px;
  }

#recruit_page .requirements dt {
    width: 1080px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-indent: 20px;
    margin-top: 30px;
    background-color: #eee;
}

#recruit_page .requirements dd {
  width: 1040px;
  font-size: 16px;
  margin: 0 auto;
  padding-top: 15px;
  line-height: 1.8;
}

#recruit_page .form {
  margin-top: 30px;
}

#recruit_page .form table {
  width: 1080px;
  font-size: 16px;
  border-collapse: separate;
  border-spacing: 4px;
}

#recruit_page .form table th {
    width: 220px;
    font-weight: bold;
    padding: 20px;
    background-color: #e1e9f7;
}

#recruit_page .form table th span {
  color: #e20000;
}

#recruit_page .form table td {
    padding: 20px;
    background-color: #fff;
}

#recruit_page .form table td dt {
  width: 8.5em;
  float: left;
  padding-bottom: 10px;
}

#recruit_page .form table td dd {
  padding-bottom: 10px;
}

#recruit_page .form table td span {
  color: #e20000;
}

#recruit_page .form input.type1 {
  width: 36em;
}

#recruit_page .form input.type2 {
  width: 4em;
}

#recruit_page .form input[type="text"] {
  padding: 8px;
}

#recruit_page .form select {
  width: 4em;
  height: 26px;
}

#recruit_page .form textarea {
  width: 90%;
  height: 10em;
  padding: 2px 4px;
}

#recruit_page .form .btn p {
  padding-top: 30px;
  text-align: center;
}

#recruit_page .form .btn p input[type="submit"],
#recruit_page .form .btn p input[type="button"] {
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 15px 0;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.22);
          box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.22);
}

#recruit_page .form .btn .submit {
  width: 220px;
  color: #fb7c99;
  background-color: #fff7f9;
  border: 1px solid #fb7c99;
}

#recruit_page .form .btn .back_btn {
  width: 150px;
  color: #6d6d6d;
  background-color: #f9f9f9;
  border: 1px solid #a9a9a9;
}

#recruit_page a {
  color: cornflowerblue;
}

#recruit_page .line-box {
  overflow: hidden;
}

#recruit_page .line-box img {
    float: left;
    width: 80px;
}

#recruit_page .line-box p {
    float: left;
    margin: 10px;
}

#recruit_page .line-box p span {
}

#recruit_page .recruit_img {
  text-align: center;
}
#recruit_page .recruit_img p {
  margin-bottom: 10px;
}
#recruit_page .recruit_img p img {
  width: 75%;
}