.tblRecruit {
  min-width: 80%;
  font-size: 0.8rem;
  line-height: 1.3rem;
  margin: auto;
  margin-bottom: 30px;
  border-collapse: collapse;
}
.tblRecruit th {
  font-weight: normal;
  padding: 15px 25px;
  background-color: #eeeeee;
  border: 1px solid #e2e2e2;
  border-right-width: 0;
}
.tblRecruit td {
  padding: 15px;
  border: 1px solid #e2e2e2;
  border-left-width: 0;
}
.tblRecruit td p:last-child {
  margin-bottom: 0;
}

/*------------------------------SP用------------------------------*/
@media screen and (max-width: 440px) {
  .kijiDate {
    color: #555555;
    font-size: 0.75rem;
    margin-bottom: 10px;
  }
  .tblRecruit {
    min-width: initial;
    font-size: 0.8rem;
    line-height: 1.3rem;
    margin: auto;
    margin-bottom: 30px;
    border-collapse: collapse;
  }
  .tblRecruit th {
    display: block;
    font-weight: bold;
    line-height: 1;
    padding: 10px 25px;
    background-color: #eeeeee;
    border: none;
  }
  .tblRecruit td {
    display: block;
    padding: 15px;
    border: none;
  }
  .tblRecruit td p:last-child {
    margin-bottom: 0;
  }
}

/*------------------------------PC & Tab用------------------------------*/
@media screen and (min-width: 441px) {
}

/*------------------------------Tab用------------------------------*/
@media screen and (min-width: 441px) and (max-width: 959px) {
}
