// カレンダー
.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%;
  }
}
.sec06 .btnWrap {
  margin-top: 40px;
}
.textBnr__box.tb--narrow > img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .sec11-13 .sec12 .gallery--typeA li:nth-child(5) img {
    display: none;
  }
  .sec05-07 .textBnr .textBnr__box span h3 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .sec05-07 .textBnr .textBnr__box span .tb__btn span {
    line-height: 1 !important;
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .sec11-13 .sec12 .gallery--typeA li:nth-child(5) img {
    display: none;
  }
  .sec05-07 .tab .tabSwitch li {
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
  .sec02 .container .row .alignCenter .conceptB__textWrap .btnWrap {
    display: block !important;
  }
}
.tab--typeB .tabSwitch li:last-child:after {
  content: none;
}
@media (min-width: 768px) {
  .sec11-13 .sec12 .btnWrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sec11-13 .sec12 .btnWrap a {
    margin: 0 10px;
    border-color: #fff;
  }
}
@media (max-width: 768px) {
  .sec11-13 .sec12 .btnWrap a {
    border-color: #fff;
  }
  .sec11-13 .sec12 .btnWrap a.mt3 {
    margin-top: 15px;
    border-color: #fff;
  }
}
.sec07 .articleList li img {
  width: 100%;
}
.sec07 .articleList li .tb__btn .button {
  background: #fff;
  color: #000;
}
.sec07 .articleList li .tb__btn .button:after {
  border-color: #000;
}