.common-header-wrapper {
  background-image: url(../img/font/bg-font-header.svg);
}

.font-belongs {
  display: flex;
  flex-direction: row;
}
.font-belongs li:not(:last-of-type):after {
  content: "  ";
  white-space: pre-wrap;
}
.font-belongs svg {
  fill: #aaa;
  height: .85em;
}

#font-category {
  border-top: 1px #ccc solid;
  margin-top: 3em;
  padding-top: 1em;
}
#font-category li {
  display: inline;
  padding-right: 1em;
}
#font-category svg {
  height: 1em;
  padding-right: .2em;
  vertical-align: middle;
}

.font-category,
[id*="font-id-"] {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 150px;
  justify-content: center;
  position: relative;
}
.font-category {
  font-size: .9em;
}
.font-category > span {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.font-category > svg {
  fill: #eee;
}

.font-category-list {
  text-align: right;
}

.font-category-name {
  border-bottom: 1px solid;
  display: inline-block;
}

[id*="font-id-"] {
  background: #eee;
  border-radius: 10%;
  color: #aaa;
  font-size: .7em;
}

.font-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-top: 2em;
  text-align: justify;
}

.font-number {
  font-size: .5em;
}

.font-number:after,
.font-number:before {
  white-space: pre-wrap;
}

.font-number:after {
  content: "";
}
.font-number:before {
  content: "　登録数：";
}

.font-svg svg {
  height: 38px;
}