// カレンダー
.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 (max-width: 991px) {
  .newsList--typeC .newsList__head {
      margin-right: 8px !important;
  }
  
  .newsList--typeC .newsList__body ul li{
    padding:0 !important;
  }
}

@media (max-width: 525px){
	.highlight .newsList--typeC .newsList__head h2 {
      padding: 38px 0 !important;
  }
}


  .item_p{
    position: relative;
    overflow: hidden;
  }

  .item_p:before{
    padding-top: 100%;
    content: "";
    display: block;
  }

  .item_p img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    object-position: top; /* 画像を中央で切り抜きたいときはここを削除 */
    width: 100%;
    height: 100%;
    max-width: none;
  }


.itemImg, .itemImg img{
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    object-position: top; 
    width: 100% !important;
    height: 100% !important;
    max-width: none;
}
.contentsSlider .itemList__unit {
    padding: 0!important;
    margin: 0 15px;
}

@media (max-width: 767px){
  .sec1_bnr .col-sp-6,.sec1_bnr .itemList-sp--2 .itemList__unit {
      justify-content: center;
      display: flex;
  }
}

@media(max-width: 767px){
  .sec4_newitem {
     margin-bottom: 55px !important;
  }
}
@media (max-width: 991px){
  .sec1_bnr .col-sp-12{
      display: flex;
      justify-content: center;
  }
  .sec1_bnr .col-sp-6{
      display: flex;
      justify-content: center;
  }
}

  .sec1_bnr .col-pc-4{
      display: flex !important;
      justify-content: center !important;
  }

@media(min-width:992px){
  .sec6_item1 .col-1-8{
        flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}