@charset "utf-8";
/* 会社情報ページ */

.main_title-image-news {
  background: url(/assets/img/news/head_news.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
#news_sort {
  margin: 4em 0 2em;
}
#news_sort li {
  width: 20%;
  font-weight: bold;
  text-align: center;
  background: #E3F2FF;
  padding: 1em 0;
  border: 1px solid #fff;
  cursor: pointer;
}
#news_sort .select {
  color: #fff;
  background: #14416F;
}
.news_list {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.news_list li {
  position: relative;
  display: none;
  border-bottom: 1px solid #CDD6DD;
}
.news_list li.show.page {
  display: table-row;
}
.news_list li > span {
  display: table-cell;
  padding: 2.5em 0 1em;
  vertical-align: middle;
}
.news_date {
  position: relative;
  width: 6.5em;
}
.news_date::after {
  position: absolute;
  content: "";
  width: 0;
  height: 80%;
  border-right: 1px solid #CDD6DD;
  right: 0;
  bottom: 0;
}
.news_mark {
  width: 12em;
}
.news_mark span {
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 11em;
  margin: 0 1.5em;
  border-radius: 1em;
}
.news_mark .important {
  background: #CC6262;
}
.news_mark .business {
  background: #2B73BA;
}
.news_mark .hr {
  background: #5DB04F;
}
.news_mark .other {
  background: #A28E23;
}
.news_mark .yt {
  background: #E761A4;
}
.news_table .news_text {
  position: relative;
  padding-right: 4.5em;
}
.news_list .news_text {
  position: relative;
  padding-right: 4.5em;
}
.news_pdf {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 1em;
  transform: translate(0, -20%);
  width: 1.5em;
}
.news_youtube {
  position: absolute;
  display: inline-block;tube
  top: 50%;
  right: 0.5em;
  transform: translate(0, -20%);
  width: 2.5em;
}
.news_2icon {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 5em;
  transform: translate(0, -20%);
  width: 1.5em;
}

.pagination_wrap {
  text-align: center;
  margin-top: 4em;
}
.pagination_prev,
.pagination_next {
  width: 2.25em;
  height: 2.25em;
  border-radius: 50%;
  background: #2B73BA;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -ms-flex-negative: 0;
	flex-shrink: 0;
}
.pagination_prev::after,
.pagination_next::after {
  position: absolute;
  content: "";
  width: 0.7em;
  height: 0.7em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 0.75em;
}
.pagination_prev::after {
  transform: rotate(225deg);
  left: 0.9em;
}
.pagination_next::after {
  transform: rotate(45deg);
  right: 0.9em;
}
#pagination {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.5em;
}
#pagination li {
  display: inline-block;
  font-size: 1.25em;
  color: #C7C7C7;
  padding: 0 0.5em;
  margin: 0 0.25em;
  cursor: pointer;
}
#pagination li.now {
  color: #2B73BA;
}
@media all and (max-width:750px) {
  #news_sort {
    margin: 1em -1.5em 0;
  }
  #news_sort li {
    width: 50%;
  }
  #news_sort li#all {
    width: 100%;
  }
  .news_list li > span {
    display: block;
  }
  .news_list .news_date::after {
    border: none;
  }
  .news_list .news_mark,
  .news_list .news_text {
    padding-top: 0;
  }
  .news_mark span {
    margin: 0;
  }
  .news_pdf {
    transform: translate(0, -70%);
  }
  .news_2icon {
    transform: translate(0, -70%);
    right: 3em;
  }
}