/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* -------------NEWS-------------- */
#news_info {
  padding-top: calc(3.5rem + 78px);
  padding-bottom: 10rem;
  margin-bottom: -8rem; }
  #news_info p b {
    letter-spacing: .18em;
    position: relative;
    padding-right: .75em;
    margin-right: 1em; }
    #news_info p b:after {
      content: '';
      display: block;
      width: 1px;
      height: 1em;
      background: #00a899;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto 0; }
  #news_info p span {
    letter-spacing: .018em; }
  #news_info h2 {
    font-size: 2.125rem;
    letter-spacing: .05em;
    margin-top: .5rem; }

#news_main {
  padding-bottom: 6rem;
  position: relative;
  z-index: 2; }
  #news_main .share {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  #news_main aside {
    width: 50px;
    margin-left: auto; }
    #news_main aside a {
      display: block;
      margin-bottom: .5rem;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      #news_main aside a:hover {
        -moz-transform: translate(0, -3px);
        -o-transform: translate(0, -3px);
        -ms-transform: translate(0, -3px);
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px); }
      #news_main aside a:active {
        -moz-transform: translate(0, -1px);
        -o-transform: translate(0, -1px);
        -ms-transform: translate(0, -1px);
        -webkit-transform: translate(0, -1px);
        transform: translate(0, -1px); }

#cover {
  width: 100%;
  height: 0;
  padding-bottom: 66.6666%;
  background: center center / cover no-repeat;
  margin-bottom: 2rem; }

/* -------------RWD--------------- */
@media screen and (max-width: 1280px) {
  #news_main aside {
    margin-right: -4rem; } }
@media screen and (max-width: 1023px) {
  #news_info {
    padding-top: calc(2.5rem + 46px); }

  #news_main aside {
    margin-right: -2rem; } }
@media screen and (max-width: 768px) {
  #news_info {
    margin-bottom: -9rem; }
    #news_info h2 {
      font-size: 2rem; }

  #news_main {
    padding-bottom: 4rem; }
    #news_main .share {
      position: relative; }
    #news_main aside {
      width: 100%;
      margin-left: 0;
      margin-bottom: .5rem; }
      #news_main aside a {
        display: inline-block;
        vertical-align: top;
        width: 50px; } }

/*# sourceMappingURL=news.css.map */
