// ¥«¥ì¥ó¥À¡¼
.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%;
  }
}

.list__heading small {
  display: block;
  color: #003077;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  margin-top: 8px;
  font-family: "Noto Sans JP", "Þâ¥´¥·¥Ã¥¯", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}
@media (max-width: 767px) {
  .list__heading {
    font-size: 20px!important;
  }
  .js-includeWp--wp_news ul {
    padding: 0 15px;
  }
}
.category .cateList [class*="iconButton"] ,.category .cateList a[class*="iconButton"] {
  padding: 10px 30px 10px 10px !important;
}

.btnWrap a {
  width: 270px;
  height: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 30px;
}

.mainSliderSec .slick-list img{
width:100vw;
  max-width:100vw;
}