.item-area h3 small {
  margin-left: 1rem;
}

.item-area ul {
  font-size: 0.9rem;
  margin-top: 1rem;
  padding-left: 0;
}

.item-area li {
  list-style-type: none;
  margin-bottom: 0.2rem;
}

.items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.items .item {
  margin: 0.5rem 1rem 0.5rem 0;
}

.items dl {
  margin-bottom: 0.5rem;
}

.items dt {
  margin-bottom: 0.5rem;
}

.items dd {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .item {
    width: calc(100% / 3 - 1rem);
  }

  .item .thumbnail > img {
    max-width: 160px;
  }
}
