.nursing-care .table table tbody th {
  width: 20em;
}
@media screen and (max-width: 768px) {
  .nursing-care .table table tbody th {
    width: 100%;
  }
}
.nursing-care .note {
  padding-top: 1em;
}
.nursing-care .recruit .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .nursing-care .recruit .pc {
    display: none;
  }
}
.nursing-care .recruit .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .nursing-care .recruit .sp {
    display: block;
  }
}

/*# sourceMappingURL=040300_page.css.map */
