h3 {
  margin-top: 60px;
}

.recruit-table {
  margin: 40px auto;
  width: 100%;
  box-sizing: border-box;
}
.recruit-table tr:nth-child(1) th,
.recruit-table tr:nth-child(1) td {
  border-top: 1px solid #878584;
}
.recruit-table tr th {
  padding: 20px;
  border-bottom: 1px solid #878584;
}
.recruit-table tr td {
  padding: 20px;
  border-bottom: 1px solid #878584;
}
@media screen and (max-width: 768px) {
  .recruit-table,
  .recruit-table tr,
  .recruit-table th,
  .recruit-table td,
  .recruit-table thead,
  .recruit-table tbody {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

p a {
  color: #fff;
}
@media screen and (min-width: 769px) {
  p a {
    pointer-events: none;
  }
}

/*# sourceMappingURL=recruit.css.map */