@charset "UTF-8";
@import "/css/style.css";

main {}

@media screen and (max-width: 767px) {
  .fc .fc-toolbar { flex-wrap: wrap; }
  .fc .fc-toolbar .fc-toolbar-chunk { order: 1; }
  .fc .fc-toolbar .fc-toolbar-chunk:nth-of-type(2) { margin-bottom: 20px; width: 100%; display: flex; justify-content: center; order: 0; }
}
