@charset "UTF-8";

/* --------------------------------
 * reset
 * -------------------------------- */
 @media (min-width: 949px) {
   .header-small {
    display: none;
   }

   .menu {
    opacity: 1;
    animation: none;
   }
  }
  
  #top {
   height: 60px;
  }

 .news {
  padding-top: 80px;
 }

 .heading {
  opacity: 1;
  animation: none;
 }
 .news-list-item {
  opacity: 1;
  animation: none;
 }

 /* --------------------------------
 * add
 * -------------------------------- */

 .news-list {
  background-color: #eee;
  border-radius: 5px;
  padding: 20px;
 }

 .heading {
  margin-bottom: 60px;
 }

 .up {
  margin-top: 70px;
  font-size: 4.5rem;
 }
 #scroll-up {
  color: inherit;
 }
 #scroll-up:hover {
  color: #555;
 }