section.news_content {
  padding-top: 0;
}
section.news_content h1 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 28px;
  text-align: left;
  color: #313e57;
}
section.news_content p.date {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #2d2d2d;
  opacity: 1;
  margin-top: 22px;
}
section.news_content .news_content_wrap {
  padding-bottom: 80px;
  border-bottom: 1px solid #313E57;
}
section.news_content .news_content_wrap p {
  margin-top: 30px;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 30px;
  color: #2d2d2d;
  opacity: 1;
}
section.news_content .news_content_wrap h3 {
  margin-top: 35px;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #2d2d2d;
}
section.news_content .news_content_wrap ul {
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #2d2d2d;
  list-style-type: disc;
  padding-left: 1.5em;
}
section.news_content .news_content_wrap ul li {
  margin-top: 5px;
  list-style-type: disc;
}
section.news_content .news_content_wrap blockquote {
  background-image: url(../images/single/box.png);
  background-size: cover;
  color: #fff;
  padding: 50px;
  margin-top: 30px;
}
section.news_content .news_content_wrap blockquote * {
  color: white;
  margin-top: 0;
}
section.news_content .news_content_wrap img {
  margin-top: 30px;
}
section.news_content .news_content_wrap a.btn2 {
  position: relative;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  text-align: center;
  color: #2d2d2d;
  display: inline-block;
  line-height: 5.7rem;
  text-decoration: none;
  width: auto;
  max-width: none;
  padding: 0 40px;
  background: #fafafa;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  text-align: center;
  margin: 0 auto;
  margin-top: 25px;
}

section.pagenation {
  padding-bottom: 100px;
}
section.pagenation .pagenations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.pagenation .pagenations .pagenation {
  max-width: 310px;
}
section.pagenation .pagenations .pagenation span {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 18px;
  text-align: right;
  color: #313e57;
  opacity: 0.7;
}
section.pagenation .pagenations .pagenation h4 a {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 30px;
  color: #313e57;
}
section.pagenation .pagenations .pagenation h4 a:hover {
  text-decoration: underline;
}
section.pagenation .pagenations .pagenation.next {
  padding-right: 55px;
  background-image: url(../images/single/arrow_r.png);
  background-position: right center;
}
section.pagenation .pagenations .pagenation.next p {
  text-align: right;
}
section.pagenation .pagenations .pagenation.next h4 {
  text-align: right;
}
section.pagenation .pagenations .pagenation.prev {
  padding-left: 55px;
  background-image: url(../images/single/arrow_l.png);
  background-position: left center;
}