.news {
  padding-bottom: 160px;
}

@media screen and (max-width: 720px) {
  .news_left {
    margin: 0;
  }
}

.news_post-single-date {
  margin-bottom: 70px;
  font-size: 12px;
  color: #999;
}

.news_post-single-category {
  color: #4a618f;
}

.news_post-single .single-img-width {
  max-width: 100%;
  margin-bottom: 40px;
}

.news_post-single-title {
  font-size: 30px;
  margin-bottom: 40px;
}

.news_post-single-button--wrap {
  padding-right: 20vw;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  font-weight: 400;
}

@media screen and (max-width: 720px) {
  .news_post-single-button--wrap {
    padding-right: 0;
  }
}

.news_post-single-button--wrap a {
  text-decoration: none;
}

.news_post-single-button--wrap .under_link {
  text-decoration: none !important;
  color: #4a618f;
  background-image: -webkit-gradient(linear, left top, right top, from(#4a618f), to(#4a618f));
  background-image: linear-gradient(to right, #4a618f, #4a618f);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  padding: 15px 0 0px;
  -webkit-transition: background-size 0.4s ease 0s;
  transition: background-size 0.4s ease 0s;
  display: inline-block;
}

.news_post-single-button--wrap .under_link:hover {
  background-size: 100% 1px;
}

.news_post-single-button--wrap .under_link.current {
  background-size: 100% 1px;
}

.news_post-single-button-back-archive {
  position: relative;
  margin-bottom: 50px;
  color: #4a618f;
}

.news_post-single-button-back-archive a {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  padding-left: 11px;
  text-decoration: none;
}

.news_post-single-button-back-archive a::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  top: 12px;
  width: 0%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background: #78696d;
}

.news_post-single-button-back-archive a::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #78696d;
  border-right: 1px solid #78696d;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: -4px 0 0 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.news_post-single-button-back-archive .under_link {
  text-decoration: none !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#595358), to(#595358));
  background-image: linear-gradient(to right, #595358, #595358);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.4s ease 0s;
  transition: background-size 0.4s ease 0s;
  display: inline-block;
}

.news_post-single-button-back-archive .under_link:hover {
  background-size: 100% 1px;
}

.news_post-single-button-back-archive .under_link.current {
  background-size: 100% 1px;
}

.news_post-single-button-previous {
  margin-right: 35px;
  position: relative;
  color: #4a618f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #4a618f;
  border: 1px solid #4a618f;
  display: inline-block;
  line-height: 1;
  padding: 20px 0px;
  text-align: center;
  width: 88px;
  margin-left: 0px;
}

.news_post-single-button-previous a {
  color: #4a618f;
}

.news_post-single-button-previous:hover {
  background: #4a618f;
}

.news_post-single-button-previous:hover a {
  color: #fff;
}

.news_post-single-button-next {
  margin-left: 80px;
  position: relative;
  color: #4a618f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #4a618f;
  border: 1px solid #4a618f;
  display: inline-block;
  line-height: 1;
  padding: 20px 0px;
  text-align: center;
  width: 88px;
  margin-left: 35px;
}

.news_post-single-button-next a {
  color: #4a618f;
}

.news_post-single-button-next:hover {
  background: #4a618f;
}

.news_post-single-button-next:hover a {
  color: #fff;
}
/*# sourceMappingURL=single.css.map */