@charset "UTF-8";
.cnt_title--recruit h2::before {
    content: "Recruit";
    color: #af9a61;
    margin-bottom: .3em;
}
.contents--recruit .mainimg img {
  vertical-align: top;
  width: 100%;
}
.contents--recruit .maintext {
  background: #f8f4ea;
  padding: 70px 80px;
  font-size: 16px;
}
.contents--recruit h3 {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
  line-height: 1.7em;
  margin-top: 100px;
}
.contents--recruit h3 span {
  display: block;
  font-size: 16px;
}
.contents--recruit h3 span a {
  text-decoration: underline;
}
.contents--recruit table {
  width: 100%;
}
.contents--recruit table tr {
  padding: 0 0 15px;
  margin-bottom: 15px;
}
.contents--recruit table tr th {
  width: 28%;
  font-weight: normal;
  text-align: left;
  font-size: 14px;
  vertical-align: top;
  padding: 20px 0 20px 10px;
  box-sizing: border-box;
  border-top: 1px #eeeeee solid;
  color: #4d4d4d;
}
.contents--recruit table tr td {
  width: 100%;
  padding-top: 20px;
  font-size: 14px;
  vertical-align: top;
  padding: 20px 0 15px;
  border-top: 1px #eeeeee solid;
  color: #4d4d4d;
}
.contents--recruit table tr:last-child th,.contents--recruit table tr:last-child td {
  border-bottom: 1px #eeeeee solid;
}

@media screen and (max-width: 767px){
.contents--recruit .maintext {
  padding: 40px 50px;
}
.contents--recruit table {
  width: 98%;
  margin: 0 auto;
}
}