/*================================================================================

media query mixin

================================================================================*/
/**/
@media screen and (max-width: 980px) {
  .p-schedule.p-detail .p-table01 {
    width: 600px;
  }
}
@media screen and (max-width: 980px) {
  .p-schedule.p-detail .p-table02 {
    width: 600px;
  }
}
/*# sourceMappingURL=schedule.css.map */