.endComment {
  background: #ffecec;
  padding: 20px;
  font-size: calc(1.305rem + 0.495vw);
  color: #dd0000;
}

.onedayTableWrap {
  margin-bottom: 30px;
}

.onedayTable {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.onedayTable th {
  width: 100%;
  background: #f9f9f9;
  padding: 10px;
  display: block;
  border-bottom: 1px solid #ccc;
}
.onedayTable td {
  width: 100%;
  padding: 10px;
  display: block;
  border-bottom: 1px solid #ccc;
}

.scheduleSubTitle {
  font-weight: bold;
  font-size: calc(1.285rem + 0.315vw);
  margin-bottom: 10px;
  padding-bottom: 3px;
  background: #ffecd4;
  padding: 5px 10px;
}

.covidAttention {
  color: #dd0000;
  font-weight: 700;
  margin-bottom: 50px;
}

.note {
  padding-left: 1em;
  text-indent: -1em;
}

.mark {
  color: #dd0000;
}

.timeTableListItem {
  display: flex;
}
.timeTableListItem:not(:last-of-type) {
  margin-bottom: 3px;
}

.time {
  width: 60px;
  margin-right: 10px;
}

.content {
  width: calc(100% - 60px);
}

@media (min-width: 1000px) {
  .endComment {
    font-size: 1.8rem;
  }
  .scheduleSubTitle {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .onedayTable th {
    width: 200px;
    padding: 10px 15px;
    display: table-cell;
    border-right: 1px solid #ccc;
  }
  .onedayTable td {
    width: calc(100% - 200px);
    padding: 10px 15px;
    display: table-cell;
  }
}

/*# sourceMappingURL=medical-staff.css.map*/