.department {
  background-image: url(../images/common/illust_2.png);
}
.department span:nth-child(3) {
  transform: translate(-1px, 0);
}
.department span:nth-child(4) {
  transform: translate(-3px, 0);
}
.department span:nth-child(5) {
  transform: translate(-5px, 0);
}
.department span:nth-child(6) {
  transform: translate(-7px, 0);
}

.timetable {
  width: 100%;
  margin: 0 0 10px 0;
  border-collapse: collapse;
  border: 1px solid #969696;
  font-size: var(--small);
  text-align: center;
  line-height: 1;
}
.timetable th {
  width: 10%;
  padding: 10px 0;
  font-weight: normal;
  border: 1px solid #969696;
  background-color: var(--sub-color_2);
}
@media screen and (max-width: 500px) {
  .timetable th {
    font-size: var(--small);
  }
}
.timetable td {
  width: 10%;
  padding: 10px 0;
  border: 1px solid #969696;
}
@media screen and (max-width: 500px) {
  .timetable td {
    font-size: 10px;
  }
}
.timetable .time {
  width: 30%;
  padding: 10px 20px;
  text-align: left;
}
@media screen and (max-width: 500px) {
  .timetable .time {
    width: 30%;
    padding: 10px 2px;
    font-size: 11px;
  }
}

.notice {
  font-size: var(--small);
}

.item {
  display: grid;
  gap: 20px;
}
.item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.item ul li {
  font-family: "BIZUDPGothic-Bold";
  line-height: 1;
  padding: 10px;
  background-color: var(--sub-color_1);
}
.item ul li small {
  font-size: var(--small);
}/*# sourceMappingURL=department.css.map */