/* latest-list */
.l-latest {
  padding: 120px 0 40px 0;
}
.latest__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 44px;
  text-align: center;
}

.article-item {
  padding: 10px 0;
}

.article-item__body {
  padding: 20px;
}

.article-item__body--active,
.article-item__body:hover {
  border-radius: 16px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.06);
}

.article-item__title,
.article-item__title:hover {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
  color: #444;
  /* cursor: pointer; */
}

.article-item + .article-item {
  border-top: 1px solid #a6a6a680;
}

/* --- */
