@charset "UTF-8";
/* CSS Document */



/*2024追加分*/

@media only screen and (max-width: 48em) {
  .post-list__item {
    width: 48%;
      margin-right: 4%
  }
    .post-list__item:nth-child(2n) {
      margin-right: 0%;
  }
    .post-list__item:nth-child(2n+1) {
        clear: both;
  }
    .post-list__title {
    font-size: 1.3rem;
        line-height: 1.4;
}
    .post-list__item p,.post-list__item a{
    font-size:1.2rem;
}
 }
.event-slider__inner {
    margin: auto;
    padding-right: 0 !important;
    padding-left: 0 !important;}

.disp_none {display:none;}

/*2024追加分*/