@charset "utf-8";

#news_release_list div.bg,
#news_release_detail div.bg {
  background: url(../img/news-release/top_img.jpg) no-repeat center/cover;
}
#news_release_list .kv .text-block{
  top: 110px;
}
#news_release_detail .kv .text-block{
  top: 110px;
}


/* -----.news ----- */
ul.news {
  margin-bottom: 60px;
}
ul.news li {
  padding: 20px 0 10px 46px;
  border-bottom: 1px solid #E4E7EE;
}
ul.news li p.date {
  color: #b2b2b2;
}
ul.news li p.title {
  background-image: url(../img/news-release/arr_r.jpg);
  background-repeat: no-repeat;
  background-position: right 30px center;
  padding-right: 46px;
}
ul.news li p a {
  text-decoration: none;
  color: #333333;
}




/* -----.page-numbers ----- */
ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}
ul.page-numbers li a {
  text-decoration: none;
  color: #333333;
}
ul.page-numbers li a,
ul.page-numbers li span {
  padding: 8px 14px;
}
ul.page-numbers li a.prev {
  margin-right: 16px;
  background-image: url(../img/news-release/arr_l.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 32px;
  color: #0b41a0;
}
ul.page-numbers li a.next {
  margin-left: 16px;
  background-image: url(../img/news-release/arr_r.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 32px;
  color: #0b41a0;
}
ul.page-numbers li span.current {
  background-color: #E5E8EF;
}


/* -----.prev_next ----- */
ul.prev_next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  width: 430px;
}
ul.prev_next li {
  color: #0b41a0;
}
ul.prev_next li a {
  text-decoration: none;
  color: #0b41a0;
}
ul.prev_next li.prev a {
  background-image: url(../img/news-release/arr_l.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 32px;
}
ul.prev_next li.next a {
  background-image: url(../img/news-release/arr_r.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 32px;
}




/* -----.contents_body ----- */
.contents_body {
  margin-bottom: 60px;
}



@media screen and (max-width:1219px) {

}





/* SP */
@media screen and (max-width: 767px) {
  #news_release_list div.bg,
  #news_release_detail div.bg {
    background: url(../img/news-release/top_img_sp.jpg) no-repeat center/cover;
  }
  #news_release_list .kv .text-block{
    top: 100px;
  }
  #news_release_detail .kv .text-block{
    top: 100px;
  }
  ul.news li {
    padding: 10px 0 8px 10px;
  }
  ul.news li p.title {
    background-image: url(../img/news-release/arr_r_sp.jpg);
    background-position: right 8px center;
    background-size: 15px 4px;
    padding-right: 30px;
  }
  ul.prev_next {
    width: 100%;
  }
  ul.prev_next li.next a {
    background-image: url(../img/news-release/arr_r_sp.jpg);
    background-size: 15px 4px;
  }
  ul.prev_next li.prev a {
    background-image: url(../img/news-release/arr_l_sp.jpg);
    background-size: 15px 4px;
  }
  ul.page-numbers li a.next {
    background-image: url(../img/news-release/arr_r_sp.jpg);
    background-size: 15px 4px;
  }
  ul.page-numbers li a.prev {
    background-image: url(../img/news-release/arr_l_sp.jpg);
    background-size: 15px 4px;
  }
}
