.p-hospital .mb0 {
  margin-bottom: 0;
}
.p-hospital .mb16 {
  margin-bottom: 16px;
}
.p-hospital .mb32 {
  margin-bottom: 32px;
}
.p-hospital__nav ul {
  border-top: 2px dotted #ccc;
  border-bottom: 2px dotted #ccc;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.p-hospital__nav li {
  padding: 8px 0;
}
@media (max-width: 992px) {
  .p-hospital__nav ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .p-hospital__nav ul {
    grid-template-columns: 1fr 1fr;
    row-gap: 0;
  }
  .p-hospital__nav ul li {
    padding: 0 0;
  }
}
@media (max-width: 576px) {
  .p-hospital__nav ul {
    grid-template-columns: 1fr;
  }
}
.p-hospital .l-table th {
  background-color: #fffbe7;
  text-align: center;
}
.p-hospital .l-table th:nth-child(1),
.p-hospital .l-table td:nth-child(1) {
  width: 30%;
  overflow-wrap: anywhere;
}
.p-hospital .l-table th:nth-child(2),
.p-hospital .l-table td:nth-child(2) {
  width: 30%;
  overflow-wrap: anywhere;
}
.p-hospital .l-table th:nth-child(3),
.p-hospital .l-table td:nth-child(3) {
  width: 20%;
  overflow-wrap: anywhere;
}
.p-hospital .l-table th:nth-child(4),
.p-hospital .l-table td:nth-child(4) {
  width: 20%;
  overflow-wrap: anywhere;
}/*# sourceMappingURL=hospital.css.map */