
/*お知らせ*/
.pg_news {
  margin-top: -10px;
}
.pg_news .home_news_items {
  background: #fff;
  padding: 0;
}
.home_news_items .item {
  padding: 22px 4px 22px 8px;
}
.home_news_items .item a{
  transition: 0.2s;
}
.home_news_items .item a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.home_news_items .item .date {
  width: 135px;
  color: #2f1609;
}
.pg_news .pagination {
  margin-top: 50px;
}

/*お知らせ詳細*/
.post_items .item.single_item{
  padding: 30px 15px;
  border: 1px solid #d3d3d3;
  border-top: 14px solid #dee7cc;
}
.post_items .item.single_item .title{
  font-size: 18px;
  padding-bottom: 15px;
  margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.065em;
  color: #2f1609;
  border-bottom: 1px solid #d3d3d3;
}
.post_items .post_content{
  margin: 22px 0 0;
  line-height: 1.85;
  letter-spacing: 0.075em;
  text-align: justify;
}
.pagination .nav-posts .page-archive a,
.pagination .nav-posts .page-next a, 
.pagination .nav-posts .page-prev a{
  transition: 0.2s;
}
.pagination .nav-posts .page-archive a:hover,
.pagination .nav-posts .page-next a:hover, 
.pagination .nav-posts .page-prev a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.pagination .nav-posts .page-archive a{
  height: auto;
  font-size: 16px;
  font-weight: 700;
  background: #0a2a14;
  color: #ffffff;
  border-radius: 0;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
  border-color: #dee7cc;
}
.pagination .nav-posts .page-archive a:after{
  display: none;
}
.pagination .nav-posts .page-next a, 
.pagination .nav-posts .page-prev a{
  padding: 10px 25px;
  color: #2f1609;
}

@media(max-width:767px){
  .pagination .nav-posts .page-next, 
  .pagination .nav-posts .page-prev{
    min-width: 110px;
  }
  .pagination .nav-posts .page-archive a {
    font-size: 11px;
    padding: 14px 30px;
  }
}

@media(min-width:768px){
  .pg_news .home_news_items {
    margin-top: 0;
  }
  .home_news_items .item .title {
    width: calc(100% - 135px);
  }
  .pg_news .pagination {
    margin-top: 75px;
  }  

  .post_items .item.single_item{
    padding: 35px;
  }
  .post_items .item.single_item .title{
    font-size: 21px;
  }
  .pg_news.single .pagination {
    margin-top: 100px;
  }
  .pagination .nav-posts .page-archive a{
    padding: 17px 85px;
  }
  .pagination .nav-posts .page-next a, 
  .pagination .nav-posts .page-prev a{
    padding: 10px 35px;
  }
  .pagination .nav-posts .page-next a:before, 
  .pagination .nav-posts .page-prev a:after, 
  .pagination .nav-posts .page-archive a:after {
    font-size: 22px;
  }
  .pagination .nav-posts .page-prev a:after {
    right: 15px;
  }
  .pagination .nav-posts .page-next a:before{
    left: 15px;
  }
}

@media(min-width:1023px){
  .pagination .nav-posts .page-archive a{
    padding: 17px 126px;
  }
  .pagination .nav-posts .page-next, 
  .pagination .nav-posts .page-prev {
    min-width: 250px;
  }
  .pagination .nav-posts .page-next a, 
  .pagination .nav-posts .page-prev a{
    padding: 12px 85px;
  }

}