@charset "utf-8";
#news-list dt,
#news-list dd {
  line-height: 1.8;
  font-size: 1.8rem;
  padding: 0 22.5px;
}
#news-list dt {
  padding-top: 30px;
}
.news_date-icon {
  border-top: 2px solid #bfbfbf;
  margin-bottom: 13px;
}
.top {
  border: none;
  padding-top: 10px !important;
}
.news-date {
  margin-right: 50px;
}
.news-genre, .news-category {
  display: inline-block;
  width: 170px;
  text-align: center;
}
.news-genre {
  border: 1px solid #000;
  margin: 0 15px 0 30px;
}
.category_kanameto {
  border: 1px solid #426db5;
  color: #426db5;
}
.category_kanameto-eco {
  border: 1px solid #34b075;
  color: #34b075;
}
.news-heading {
  font-weight: bold;
}
.news-heading-link:hover {
  color: #4472c4;
}
.news-text {
  font-size: 1.6rem !important;
  padding-top: 6px !important;
  padding-bottom: 21px !important;
}
.bottom {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  #news-list dt,
  #news-list dd {
    font-size: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .news_date-icon {
    padding-top: 20px !important;
    margin-bottom: 14px;
  }
  .news-icon p {
    line-height: 1.7;
  }
  .top {
    padding-top: 0 !important;
  }
  .news-genre, .news-category {
    width: 131px;
  }
  .news-genre {
    float: left;
    margin: 0 5px 0 0;
  }
  .news-heading {
    line-height: 1.3 !important;
  }
  .news-text {
    font-size: 1.3rem !important;
    padding: 10px 0 20px !important;
  }
  .bottom {
    padding-bottom: 0 !important;
  }
}
/*------------------------------------*\
  simple pagenation
\*------------------------------------*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
ul.simple-pagination {
  list-style: none;
}
.simple-pagination {
  display: block;
  margin: 37.5px auto 0;
  text-align: center;
}
.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0 8px;
}
.news_hide {
  display: none;
}
/*------------------------------------*\
  Light Theme Styles
\*------------------------------------*/
.light-theme span {
  cursor: pointer;
}
.light-theme li span, .light-theme li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}
.light-theme a, .light-theme span {
  float: left;
  color: #666;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #2f5597;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #2f5597;
  transition: .3s;
}
.light-theme .current {
  background: #2f5597;
  color: #FFF;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
  cursor: default;
}
.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}
@media screen and (max-width: 767px) {
  .simple-pagination li {
    margin: 0 4.7px;
  }
  .light-theme li span, .light-theme li a {
    width: 30px;
    height: 30px;
  }
  .light-theme a, .light-theme span {
    font-size: 13px;
  }
  .light-theme .disabled {
    margin: 0;
  }
  .light-theme .ellipse {
    width: auto;
  }
}