/** Shopify CDN: Minification failed

Line 37:0 Unexpected "{"
Line 37:1 Expected identifier but found "%"
Line 37:88 Expected identifier but found "%"

**/
.news-list-page-title{
    color: black;
    letter-spacing: 1.2px;
}

#section-news-list-page .news-list-page-item>a{
  text-decoration: none;
}

.news-list-page-date{
  color: #616161;
  font-family: monospace;
}

.news-list-page-heading a{
   color: black;
  text-decoration: none;
  font-size: 14px;
}

ul.news-list-page{
  padding-left: 0;  
}

li {
  list-style-type: none;
}


{% comment %} 本番で表示されなかったからあえて示しているコード {% endcomment %}
 #section-news-list-page .news-list-page-heading{
    display: block !important;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
  }
  #section-news-list-page .container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 55px;
  }
  #section-news-list-page .news-list-page{
    border: none !important;
  }
  #section-news-list-page .news-list-page-item{
    border-top: 1px solid #ccc;
    border-bottom: none !important;
  }
  #section-news-list-page .news-list-page-item>a{
    display: flex;
    align-items: center;
    padding: 20px;
  }
  #section-news-list-page .news-list-page-item:last-child{
    border-bottom: 1px solid #ccc !important;
  }
  #section-news-list-page .news-list-page-date{
    font-size: 12px;
    margin-right: 15px;
  }
  #section-news-list-page .news-list-page-category{
    font-size: 10px;
    color: #fff;
    background: #000;
    padding: 5px;
    margin-right: 15px;
  }
  #section-news-list-page .news-list-page-info{
    position: relative;
    top: -1px;
  }
  #section-news-list-page .news-list-page-title{
    font-size: 14px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 1px;
  }
  @media screen and (max-width: 768px){
    #section-news-list-page .container{
      padding: 35px 20px;
    }
    #section-news-list-page .news-list-page-item>a{
      display: block;
      padding: 15px;
    }
    #section-news-list-page .news-list-page-info{
      margin-bottom: 5px;
    }
  }