#page_news .news_wrap {
  padding: 100rem 0;
}
#page_news .news_wrap .news_list li {
  padding-bottom: 28rem;
  margin-bottom: 30rem;
  border-bottom: 1px solid #c2c2c2;
}
#page_news .news_wrap .news_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.05em;
  position: relative;
}
#page_news .news_wrap .news_list li a .time {
  width: 15%;
  border-right: 1px solid #c2c2c2;
}
#page_news .news_wrap .news_list li a p {
  width: 78%;
}
#page_news .news_wrap .news_list li a:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 18rem;
  width: 8rem;
  height: 8rem;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
}
#page_news .news_wrap .news_list li:last-child {
  margin: 0;
}

#page_single .under_mv .tit_wrap h2 {
  font-size: 32rem;
  margin: auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}
#page_single .news_wrap {
  padding: 100rem 0;
}
#page_single .news_wrap .inner h1 {
  font-size: 20rem;
  margin: 0 0 20rem;
  padding: 0 0 10rem;
  border-bottom: 1rem solid #222;
}
#page_single .news_wrap .inner .content h2 {
  font-weight: bold;
  font-size: 18rem;
  border-left: 3rem solid #76a870;
  padding-left: 10rem;
  line-height: 1.4;
}
#page_single .news_wrap .inner .content h3 {
  font-weight: bold;
  font-size: 17rem;
}
#page_single .news_wrap .inner .content a {
  text-decoration: underline;
}
#page_single .news_wrap .inner .content img {
  max-height: 700rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#page_single .news_wrap .inner .pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30rem;
  text-align: center;
}
#page_single .news_wrap .inner .pagenation li a {
  color: #222;
  border: 1px solid #222;
  padding: 10rem 20rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#page_single .news_wrap .inner .pagenation li + li {
  margin: 0 0 0 20rem;
}

@media screen and (max-width: 680px) {
  #page_news .news_wrap {
    padding: 60rem 0;
  }
  #page_news .news_wrap .news_list li a {
    display: block;
  }
  #page_news .news_wrap .news_list li a .time {
    width: 50%;
    border: none;
  }
  #page_news .news_wrap .news_list li a p {
    width: 100%;
  }
  #page_single .under_mv .tit_wrap h2 {
    font-size: 24rem;
  }
  #page_single .news_wrap {
    padding: 60rem 0;
  }
  #page_single .news_wrap .inner .pagenation li a {
    padding: 10rem 5rem;
    font-size: 12rem;
    width: 8em;
  }
  #page_single .news_wrap .inner .pagenation li + li {
    margin: 0 0 0 6rem;
  }
}/*# sourceMappingURL=news.css.map */