.page-content {
  background: #f8f8f8;
  padding: 30px 0;
}
.page-content .article-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background: white;
  border-radius: 15px;
}
.page-content .article-list .page-item {
  padding: 20px 30px;
  border-bottom: 1px solid #CCCCCC;
  transition: all 0.3s;
  color: var(--color-link);
  font-size: 1.2em;
  width: calc(100% - 60px);
  text-decoration: none;
}
.page-content .article-list .page-item:hover {
  background: var(--color-link-hover);
  color: white;
}
.page-content .article-list .page-item:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.page-content .article-list .page-item:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

/*# sourceMappingURL=style.css.map */
