@charset "UTF-8";

.recruit-table {
  width: 100%;
  margin: 0;
}

.recruit-table table {
  width: 100%;
  border-collapse: collapse;
}


.recruit-table th {
  width: 25%;
  text-align: left;
  border-bottom: solid #9e9e9e 2px;
  padding: 14px 20px;
  font-size: 16px;
}

.recruit-table td {
  width: 75%;
  border-bottom: solid #eeeeee 1px;
  padding: 14px 20px;
  font-size: 16px;
}

.recruit-table td p {
  margin: 0;
}

@media screen and (max-width: 781px) {

  .recruit-table th,
  td {
    display: block;

  }

  .recruit-table th {
    text-align: center;
    border-bottom: solid #eeeeee 1px;
    width: 100%;
    padding: 14px 0 14px 0;
  }

  .recruit-table td {
    border-bottom: solid #9e9e9e 2px;
    width: 100%;
    padding: 14px 0 14px 0;
  }

  .recruit-table td p {
    margin: 0 20px 0 20px;
  }

  .recruit-table tr {
    width: 90%;
  }
}