table.schedule {
  width: 100%;
  margin: 0 0 2rem;
  border-collapse: collapse;
}

table.schedule th,
table.schedule td {
  border: 1px solid #7583ed;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

table.schedule thead th {
  background-color: #101e82;
  color: #fff;
}

table.schedule tbody td:first-child {
  font-weight: bold;
}

.td-bg {
  background-color: #d6daff;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  table.schedule {
    margin: 0 0 1rem;
  }
  
  table.schedule th,
  table.schedule td {
    padding: 5px 0;
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  
}