.p-rd-employee__heading {
  display: block;
  background: #000;
  border-radius: 5px;
  padding: 8px 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p-rd-employee__heading {
    display: inline-block;
    text-align: left;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .p-rd-employee__heading {
    margin-bottom: 40px;
  }
}

.p-recruit-detail tr td:first-of-type {
  white-space: nowrap;
  display: flex;
  font-weight: 400;
  padding: 4px 12px 4px 0;
  position: relative;
}

.p-recruit-detail tr td:first-of-type::after {
  content: ":";
  flex: 1;
  text-align: right;
  position: absolute;
  top: 0.25em;
  right: 0;
}

@media screen and (min-width: 768px) {
  .p-recruit-detail tr td:first-of-type::after {
    top: 0.15em;
  }
}

.p-recruit-detail tr td:nth-of-type(2) {
  padding: 4px 0 4px 12px;
}