/* --------------------------
color
-------------------------- */
/* --------------------------
spacing
-------------------------- */
/* --------------------------
font
-------------------------- */
/* --------------------------
contents width
-------------------------- */
/* --------------------------
z-index order
-------------------------- */
/* --------------------------
media query
-------------------------- */
/* --------------------------
h with center-line
-------------------------- */
@font-face {
    font-family: "icon";
    src: url("/fonts/icon.eot?m7qi41");
    src: url("/fonts/icon.eot?m7qi41#iefix") format("embedded-opentype"), url("/fonts/icon.ttf?m7qi41") format("truetype"), url("/fonts/icon.woff?m7qi41") format("woff"), url("/fonts/icon.svg?m7qi41#icon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  [class^=icon-], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-facebook:before {
    content: "\e900";
  }
  
  .icon-instagram:before {
    content: "\e901";
  }
  
  .icon-twitter:before {
    content: "\e902";
  }
  
  .news-list {
    list-style: none;
    margin: 0 0 80px;
    padding: 0;
  }
  @media screen and (max-width: 834px) {
    .news-list {
      margin: 0 0 40px;
    }
  }
  .news-list li {
    padding: 45px 0;
    border-bottom: 1px solid #5C5959;
  }
  .news-list-h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 80px;
  }
  @media screen and (max-width: 834px) {
    .news-list-h1 {
      font-size: 1.75rem;
      margin-bottom: 40px;
    }
  }
  .news-list-date {
    font-size: 0.875rem;
    color: #5C5959;
    padding-bottom: 10px;
  }
  .news-list-title {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
    color: #000;
    text-decoration: none;
  }
  @media screen and (max-width: 834px) {
    .news-list-title {
      font-size: 1rem;
      line-height: 1.25rem;
    }
  }