.facility-name {
  margin-top: 4em;
  margin-bottom: .5em;
}

@media screen and (min-width: 768px) {
  .recruit-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.recruit-box .job-ttl {
  background-color: #EFEFEF;
  padding: 1em;
  border-top: 1px solid #979797;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
}

@media screen and (min-width: 768px) {
  .recruit-box .job-ttl {
    width: 35%;
    border-bottom: 1px solid #979797;
    border-right: none;
  }
}

.recruit-box .job-detail {
  padding: 1em;
  border: 1px solid #979797;
}

@media screen and (min-width: 768px) {
  .recruit-box .job-detail {
    width: 75%;
  }
}

.recruit-box .job-detail p + p {
  margin-top: 1em;
}

.recruit-box + .recruit-box .job-ttl {
  border-top: none;
}

.recruit-box + .recruit-box .job-detail {
  border-top: none;
}
/*# sourceMappingURL=recruit.css.map */