
main {overflow: hidden;}

.news_outer {
  padding-bottom: 80px;
}
.main_minutes {
  padding-bottom: 100px;
}
.news_cat {
  display: inline;
}
.postttl {
  display: inline;
}
.wrap_minutes {
  width: 100%;
}
.list_agenda {
  margin-bottom: 50px;
}
.list_agenda li{
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  text-align: left;
}
.postttl::before {
  content: '●';
  margin-right: 5px;
  color: #ddd;
}
.list_agenda li a{
  padding: 7px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.list_agenda li a:hover{
  color: #f9ae3b;
}
.news_main_wrap .cat-item-sonota a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ico_blank {
  background-image: url(../img/cmn/ico_link_blank.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: -3px;
  margin-left: 3px;
}
.news_main_wrap .cat-item a {
  letter-spacing: 0;
}
.news_main_wrap {
  column-gap: 80px;
}
.news_main_wrap .side_list_cat {
  width: 220px;
}

/* page_navi　ページナビゲーション
--------------------------------------------- */
.main_minutes .navigation.pagination {
  margin-top: 60px;
}
@media screen and (max-width: 850px) {
  .main_minutes .navigation.pagination {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: inline-block;
  }
}
@media screen and (max-width: 650px) {
  .main_minutes .navigation.pagination {
    margin-top: 10px;
  }
}
.main_minutes .screen-reader-text {
  display: none;
}
.main_minutes .page_navi_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main_minutes .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.main_minutes .page-numbers {
  color: #fff;
  background: #E4E4E4;
  width: min(10vw, 2.75rem);
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: 1px solid #E4E4E4;
  font-size: 1.25em;
  line-height: 100%;
  margin: 0 9px;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
@media screen and (max-width: 650px) {
  .main_minutes .page-numbers {
    margin: 0 4px;
  }
}
.main_minutes .page-numbers:not(.dots):hover,
.main_minutes .page-numbers.current {
  background-color: #D7DE21;
  color: #fff;
}
.main_minutes .prev.page-numbers,
.main_minutes .next.page-numbers {
  background: #E4E4E4 url("../img/cmn/arr_pager.svg") no-repeat center/22px 18px;
  border: none;
  color: #fff;
  text-indent: -9999px;
}
@media screen and (max-width: 650px) {
  .main_minutes .prev.page-numbers,
  .main_minutes .next.page-numbers {
    background: #E4E4E4 url("../img/cmn/arr_pager.svg") no-repeat center/18px 14px;
  }
}
.main_minutes .prev.page-numbers:hover,
.main_minutes .next.page-numbers:hover {
  opacity: 0.75;
}
.main_minutes .prev.page-numbers {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media screen and (max-width: 850px) {
  .main_minutes #secondary.widget-area {
    margin-top: 80px;
  }
  .main_minutes #secondary.widget-area {
    margin-top: 50px;
  }
  .news_main_wrap #secondary.widget-area {
    margin-top: 0px;
  }
  .main_minutes {
    padding-bottom: 0px;
  }
  .main_minutes .navigation.pagination {
    margin-bottom: 50px;
  }
  .list_agenda {
    margin-bottom: 30px;
  }
}