@charset "UTF-8";
/* #cat-ttl */
#cat-ttl {
  margin-bottom: 18px;
  padding-top: 17px;
}
.cat-ttl-text {
  padding: 8px 0 4px 46px;
  font-size: 28px;
  font-weight: bold;
  background: url(/topics/assets/images/img-icon-document@2x.png) left center no-repeat;
  background-size: 35px 35px;
}

/* #article-list */
#article-list .article:first-child {
  border-top: 1px solid #424242;
}

@media only screen and (max-width: 979px) {
  /* #cat-ttl */
  #cat-ttl {
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .cat-ttl-text {
    padding: 8px 0 5px 41px;
    font-size: 22px;
    line-height: 1.2;
  }

  /* #pagination */
  #pagination {
    /* margin-bottom: 50px; */
  }
  
  /* #keywords */
  #keywords li {
    margin-right: 6px;
    padding: 5px 0;
    float: left;
  }
  #keywords li:last-child {
    margin-right: 0;
  }
  #keywords li a {
    display: block;
    padding: 6px 0 4px 24px;
    background: url(/topics/assets/images/img-icon-keywords@2x.png) left center no-repeat;
    background-size: 20px 20px;
    font-size: 14px;
    color: #000;
  }
}
@media only screen and (max-width: 320px) {
  /* #cat-ttl */
  .cat-ttl-text {
    padding: 10px 0 6px 41px;
    font-size: 20px;
  }
}