// カレンダー
.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(min-width:992px){
  .textBnr__box > span{
    padding:30px !important;
transform: translateY(-50%) translateX(0%) !important;
    top: 55% !important;
  }
  
  .sec5 .button--typeA, .sec5 a.button--typeA, .sec5 .button, .sec5 a.button{
    width:120px;
    padding:8px 15px 8px 0 !important;
  }
  
  .sec5 .button.arrow::after{
    right:10px !important;
  }
}

.sec10 .container{
  background: none!important;

}

.sec10 .container .h2C{
  color: #fff!important;
}

.sec10 .container .button--typeB.block{
  background: #fff!important;
}

.thumbnail-img {
  width: 300px;
  height: 200px;
  object-fit: cover;    /* はみ出しても中央を優先表示 */
  object-position: center;  /* 中央寄せ */
}
