@charset "utf-8";
.recruit__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rec_ancor {
  padding-top: 100px;
  margin-top: -100px;
}
.rec_list {
  padding: 20px;
  border: 2px solid #e2e2e2;
  max-width: 450px;
  margin-bottom: 30px;
}
.rec_list ul {
  display: flex;
  align-items: center;
}
.rec_list ul li:first-of-type {
  width: 135px;
  height: 100px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  position: relative;
}
.rec_list ul li:first-of-type img {
  display: block;
  position: absolute;
  width: 125px;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.rec_list ul li:nth-of-type(2) {
  font-size: 15px;
  color: #007534;
  padding: 0 0 0 20px;
  width: 295px;
  line-height: 1.4;
}
.rec_list ul li:nth-of-type(2) span {
  font-size: 19px;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}
.rec_read, .rec_detail {
  padding: 20px 0;
  border-bottom: 1px dotted #b5b5b5;
  font-size: 15px;
  line-height: 1.7;
}
.rec_read {
  font-weight: bold;
}
.rec_detail {
  display: flex;
}
.rec_detail div:first-of-type {
  font-weight: bold;
  width: 100px;
}
.rec_detail div:nth-of-type(2) {
  width: 350px;
}
.flex div:nth-of-type(2) div {
  padding-left: 0;
}
.rec_detail_day {
  padding: 40px 0 20px;
  text-align: right;
}
.recruit__empty{
  width: 100%;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width:750px) {
  #recruit {
    width: 95%;
    margin: auto;
  }
  .recruit__box {
    display: block;
  }
  .rec_list ul li:first-of-type {
    width: 100px;
    height: 80px;
  }
  .rec_list ul li:first-of-type img {
    width: 90px;
  }
  .rec_list ul li:nth-of-type(2) {
    font-size: 14px;
    padding: 0 0 0 10px;
    width: 62%;
  }
  .rec_list ul li:nth-of-type(2) span {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #recruit .rec_read,  #recruit .rec_detail {
    padding: 20px 0;
    font-size: 14px;
  }
  .rec_detail div:first-of-type {
    width: 30%;
  }
  .rec_detail div:nth-of-type(2) {
    width: 80%;
  }
  #recruit .rec_detail_day {
    padding: 30px 0 10px;
    font-size: 12px;
  }
}
