// カレンダー
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.mainCalendar {
  display: flex;
  justify-content: space-between;
}
.mainCalendar table.tbl_calendar {
    max-width: calc(50% - 30px);
}
.mainCalendar table.tbl_calendar caption{
  font-weight: bold;
    margin: 0px auto 15px;
    font-size: 18px;
}
@media (max-width: 991px) {
  .mainCalendar {
    display: block;
  }
  .mainCalendar table.tbl_calendar {
      max-width: 100%;
  }
}

/* タブレット用 種類・色など */
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .tab-category .tabSwitch.scrollX {
    justify-content: center !important;
    max-width: 100%;
    box-sizing: border-box;
  }
  .tab-category .tab--typeB .tabSwitch li {
    font-size: 14px !important;
    padding: 12px 25px !important;
  }
}

@media screen and (min-width: 820px) and (max-width: 1180px) {
  .tab-category .tabSwitch.scrollX {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .tab-category .tabSwitch.scrollX::-webkit-scrollbar {
    display: none;
  }
  .tab-category .tab--typeB .tabSwitch li {
    font-size: 14px !important;
    padding: 12px 25px !important;
  }
}