@charset "UTF-8";
.news_page {
  margin-bottom: 120px;
  padding-right: 42px;
}

.news_page .under_head_bg {
  margin-bottom: 80px;
}

.news_page .bg_wrap {
  background: url(../image/news/news2.jpg) no-repeat center/cover;
}

@media screen and (max-width: 530px) {
  .news_page {
    padding-right: 0;
  }
  .news_page .title {
    padding-top: 20px;
  }
}

/*==============================
　ニュース
==============================*/
.news_now {
  width: 90%;
  margin: 0 auto;
  max-width: 1024px;
  padding-top: 4px;
}

.news_now_wrap .flex_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}

.news_title_wrap {
  margin-left: 10%;
  font-size: 0.88em;
}

.news_now_list {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #666666;
}

.news_now_list li,
.news_now_list li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 10px;
}

.news_now_list li {
  line-height: 120%;
  border-bottom: 1px solid #666666;
  position: relative;
}

.news_now_list li::after {
  content: "＞";
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  line-height: 100%;
}

.news_now_list li:hover {
  color: #ffffff;
  background: #ddf0e9;
}

.news_now_list li .news_icon {
  color: #ffffff;
  background: #5a6461;
  font-size: 0.7em;
  letter-spacing: 1px;
  padding: 0;
  width: 65px;
  text-align: center;
  margin-right: 4%;
}

.news_now_list li .date {
  width: 6em;
  margin-right: 4%;
  color: #55b692;
  font-size: 0.88em;
}

.news_now_list li .detail {
  width: calc(100% - 65px - 4% - 6em - 6% - 2em);
  color: #5a6461;
  font-size: 0.88em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_now_wrap .btn_pagelink {
  position: static;
  margin-left: 5%;
  margin-top: 30px;
  text-align: center;
}

.news_now_wrap .btn_pagelink a {
  width: 220px;
}

.news_now_pager {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}

.news_now_pager-math span {
  font-size: 0.9em;
}

.news_now_pager-math span a {
  font-size: 0.8125em;
  text-decoration: none;
  color: #231815;
}

.news_now_pager-math span:first-of-type {
  padding-right: 36px;
}

.news_now_pager-math span:last-of-type {
  padding-left: 36px;
}

.news_now_pager-math span:not(:last-child):not(:first-child) {
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.news_now_pager .news_now_pager-math span.now{
  background-color: #eef0ef;
}
