.timeScheduletable {
  border: 1px solid #cecece;
  border-collapse: collapse;
  width: 100%;
  max-width: 440px;
  table-layout: fixed;
  font-size: 1.1em;
  line-height: 1.4;
  margin: 0 3px;
 margin-top: 20px;
}
.timeScheduletable th {
  background: #02499b;
  color: #FFF;
  text-align: center;
  padding: 8px 16px;
  border: 1px solid #cecece;
  height: 40px;
}
.timeScheduletable td {
  padding: 8px 10px;
  border: 1px solid #cecece;
  width: calc(100% - 104px);
 text-align: center;
}
.timeScheduletable td.hasBg {
  background: #ddeeff;
  color: #02499b;
  width: 104px;
}
.timeScheduletable {
  max-width: 100%;
}
 
@media screen and (max-width: 767px) {
 
.timeScheduletable {
  font-size: 1.0em;
  margin: 0px;
 }
.timeSchedule {
   width: 100%;
   order: 2;
   margin-top: 30px;
  }
.timeSchedule.fullSize {
  margin-top: 0;
 }
}