.tag-list-content-subpage .tag-list > .title {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 1056px) {
.tag-list-content-subpage .tag-list > .title {
    font-size: 1rem;
    line-height: 1.375rem;
}
}
.tag-list-content-subpage .tag-list > .title {
  display: flex;
  margin-bottom: 0.5rem;
}
.tag-list-content-subpage .tag-list .number {
  padding: 0.125rem 0.5rem;
  margin-left: auto;
  border-radius: 5px;
  background-color: rgb(233.8, 239.4, 251.2);
  color: #2b63d9;
}
.tag-list-content-subpage .tag {
  padding: 1rem 0;
  border-top: 1px solid #e7e9ec;
}