dl#btns dt, dl#btns dd {
	display: inline-block;
}
dl#btns dt {
	font-weight: bold;
    margin-bottom: 30px;
}
.search-list__item {
    appearance: none;
    cursor: pointer;
    display: inline-block;
    padding: 1px 10px 2px 10px;
    border-radius: 4px;
    color: #3DA0B6;
    font-size: 12px;
    border: solid 1px #3DA0B6;
    margin-right: 5px;
    font-weight: bold;
    background: #fff;
  }
  
  .search-list__item.is-active {
    background: #3DA0B6;
    color: #fff;
    background: rgb(61,160,182);
    background: linear-gradient(90deg, rgba(61,160,182,1) 0%, rgba(68,107,179,1) 100%);
  }
  
  .entry-list {
    margin-top: 2em;
  }
  
  .entry-list__item.is-hide {
    display: none;
  }