.recruit_fb {
  background: url(../images/recruit/recruit_bg_01.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  min-width: 994px;
  position: relative;
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .recruit_fb {
    background-image: url(../images/recruit/recruit_bg_01_sp.jpg);
    min-width: 100%;
    margin-bottom: 70px;
  }
}

.recruit_lead {
  font-size: 16px;
  text-align: center;
  margin-bottom: 66px;
  line-height: 1.5;
}

.recruit_table {
  box-shadow: 0px 4px 16px #e6e6e6;
  width: 994px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 24px 72px 72px;
}
@media only screen and (max-width: 640px) {
  .recruit_table {
    width: 95%;
    padding: 24px 10px;
    margin-bottom: 32px;
  }
}
.recruit_table table {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .recruit_table table {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .recruit_table tbody,
  .recruit_table tr {
    display: block;
  }
}
.recruit_table th,
.recruit_table td {
  font-size: 18px;
  font-weight: normal;
  padding: 2em 0;
  border-bottom: 1px solid #f00;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .recruit_table th,
  .recruit_table td {
    font-size: 12px;
    display: block;
    border-bottom: 0;
  }
}
.recruit_table th {
  width: 285px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .recruit_table th {
    color: #f00;
    width: auto;
    border-top: 1px solid #f00;
    border-bottom: 1px solid #f00;
    padding: 0.5em 0;
  }
}
@media only screen and (max-width: 640px) {
  .recruit_table td * {
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .recruit_table p {
    text-align: center;
  }
  .recruit_table p.left {
    text-align: left;
  }
}
.recruit_table ul {
  list-style: disc;
  margin-left: 1em;
}
.recruit_table dt {
  text-indent: -0.5em;
}
.recruit_table dd + dt {
  margin-top: 1.5em;
}/*# sourceMappingURL=recruit.css.map */