@charset "UTF-8";

#news.index .main_block {
  margin-bottom: 5rem;
}
#news.index .index_list a::after {
  margin-right: 0;
}
@media only screen and (max-width:600px) {
  #news.index .index_list a::after {
    top: auto;
  }
}