@media print {
  section#news .inner_wrap {
    padding: 2rem 0 20rem;
  }
  section#news li {
    padding: 3.8rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  section#news li a,
  section#news li .news_item {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  section#news li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 88rem;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 21.67%, rgba(255, 255, 255, 0) 100%);
  }
  section#news li + li {
    margin-top: 1rem;
  }
  section#news li .date {
    display: block;
    width: 19rem;
    margin-top: 0.5rem;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.05em;
  }
  section#news li .news_text {
    display: block;
    width: 74rem;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.05em;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  section#news .inner_wrap {
    padding: 2rem 0 20rem;
  }
  section#news li {
    padding: 3.8rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  section#news li a,
  section#news li .news_item {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  section#news li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 88rem;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 21.67%, rgba(255, 255, 255, 0) 100%);
  }
  section#news li + li {
    margin-top: 1rem;
  }
  section#news li .date {
    display: block;
    width: 19rem;
    margin-top: 0.5rem;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.05em;
  }
  section#news li .news_text {
    display: block;
    width: 74rem;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.05em;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  section#news .inner_wrap {
    padding: 3rem 0 17.5rem;
  }
  section#news li {
    padding: 2.7rem 0;
    display: block;
  }
  section#news li a {
    color: #fff;
    display: block;
    background: url(/assets/images/common/link_arrow.svg) right center/4rem auto no-repeat;
  }
  section#news li:before {
    content: "";
    display: block;
    position: absolute;
    left: -5rem;
    top: 0;
    width: 55rem;
    height: 0.2rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 21.67%, rgba(255, 255, 255, 0) 100%);
  }
  section#news li + li {
    margin-top: 3rem;
  }
  section#news li .date {
    display: block;
    font-size: 2.4rem;
    line-height: 3.5rem;
    letter-spacing: 0.01em;
    margin-bottom: 2.8rem;
  }
  section#news li .news_text {
    display: block;
    font-size: 2.8rem;
    line-height: 4.5rem;
    letter-spacing: 0.01em;
    color: #fff;
    padding-right: 1em;
  }
}