body {
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Noto Sans JP","Noto SansJP", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

a {
  text-decoration: none;
  color: #111;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .seminar-box.type-benefit .seminar-item__author {
    width: 130px;
    min-width: 130px;
    flex: 0 0 130px;
  }
}

.trend-section,
.project-news-section {
  position: relative;
  z-index: 1;
}
