.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%;
  }
}
#secA {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #secA {
    margin-top: 30px;
  }
}

section#secNews {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section#secNews {
    margin-bottom: 0;
  }
}

.contentsSlider .slick-dots {
  display: none;
}
@media (max-width: 767px) {
  .contentsSlider .slick-dots {
    display: block;
  }
}

#secE2 .row {
	justify-content: center;
}

@media (max-width: 991px){
#secE2 .row {
	justify-content: flex-start;
}
  
  
}
@media (min-width: 768px){
.ochaCate .iconButton--square span:first-child, a.iconButton--square span:first-child {
  flex: 0 0 100px !important;
  max-width: 100px !important;
}
.ochaCate .iconButton--square span:first-child img {height: 100px !important;}
.tab--typeB .tabSwitch li.active {
  padding: 15px !important;
}
}