

.pg_news .mejs-controls {
  z-index: 0;
}


/*******************************
*　お知らせ
********************************/
.news_side_title{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #2ba739;
  padding: 9px;
}
.news_side_wrap .dates, .news_side_wrap .date.date{
  padding: 17px 10px;
}
.news_side_wrap:last-child{
  margin-top: 35px;
}
.news_side_wrap .dates li a,
.news_date_item li a{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0em;
  position: relative;
  padding-left: 19px;
  line-height: 2;
}
.news_side_wrap .dates li a:before,
.news_date_item li a:before{
  content: "■";
  position: absolute;
  left: 0px;
}
.news_side_wrap .dates li:nth-child(n+2){
  margin-top: 10px;
}
.news_wrap .post_items .item .title{
  width: 100%;
  font-size: 14px;
}


.news_wrap .post_items .item.single_item .date {
  width: auto;
  font-size: 14px;
  margin-right: 10px;
}

.pagination {
  margin-top: 35px;
}
.news_box2{
  margin-top: 50px;
}

/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .post_items .item .category{
    font-size: 12px;
  }

}
@media (min-width:768px){
  .pg_news {
    margin-top: -58px;
  }
  .pg_news.detail {
    margin-top: -30px;
  }
  
  .news_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .news_wrap .post_items .item{
    padding: 20px 5px;
  }
  .news_side_wrap .dates li a,
  .news_date_item li a{
    font-size: 16px;
  }
  .news_wrap .post_items .item .title{
    width: calc(100% - 135px - 125px);
    font-size: 16px;
    padding: 0 0 0 20px;
  }
  .news_box1 {
    width: 100%;
    margin-bottom: 80px;
  }
  .pagination {
    margin-top: 55px;
  }
  .news_box2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .news_side_wrap{
    width: 48%;
  }
  .news_side_wrap:last-child {
    margin-top: 0;
  }
  
  .news_wrap .post_items .item.single_item .title{
    font-size: 20px;
    padding-left: 15px;
  }
  .news_wrap .post_items .item.single_item .category {
    margin-left: 10px;
  }  
  .news_wrap .post_items .item.single_item{
    padding: 20px 28px;
  }  
  .news_wrap .post_items .item.single_item .meta{
    padding: 0 10px 5px;
  }
  .post_items .post_content{
    padding: 0 10px;
    font-size: 16px;
  }
  .news_wrap .post_items .item.single_item .date {
    font-size: 16px;
    margin-right: 0;
  }
  .post_items .item .category {
    width: 135px;
  }
}
@media (min-width:1024px){

  .news_wrap .news_box1{
    width: 74.32%;
  }
  .news_box2{
    width: 22.97%;
    margin-top: 28px;
    display: block;
  }
  .pg_news.detail .news_box2{
    margin-top: 0;
  }
  .news_wrap .post_items .item .title{
    width: calc(100% - 125px - 155px);
    padding-left: 40px;
    padding-top: 0;
  }
  .pagination {
    margin-top: 75px;
  }
  .post_items .item .category {
    width: 155px;
  }

  .news_side_wrap:last-child {
    margin-top: 35px;
  }
  .news_side_wrap{
    width: 100%;
  }
  .pg_news .link_1{
    margin-top: 80px;
    padding-left: 45px;
  }
}
@media (min-width:1200px){


}

