#article-category {
  background: #fff;
  padding-bottom: 40px;
}
#article-category .one-category .header {
  width: 100%;
  margin: 0 auto 30px auto;
  display: flex;
  padding: 50px 20px 0;
}
#article-category .one-category .header h2 {
  font-family: "DINCondensed-Bold";
  letter-spacing: -0.02em;
  font-size: 56px;
  height: 66px;
  border-bottom: 4px solid #000;
  display: block;
  margin-right: 25px;
}
#article-category .one-category .header p {
  font-family: "DINCondensed";
  font-size: 13px;
  color: #656565;
  height: 66px;
  line-height: 66px;
}
#article-category .one-category .header-under {
  width: 100%;
  margin: -10px auto 30px auto;
  font-size: 12px;
  padding: 0px 20px 0;
}
#article-category .one-category .first-article-wrapper .first-article {
  width: 100%;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 2/1;
  position: relative;
}
#article-category .one-category .first-article-wrapper .post-header {
  padding: 15px;
  position: relative;
}
#article-category .one-category .first-article-wrapper .post-header h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#article-category .one-category .first-article-wrapper .post-header .label {
  background-color: rgba(0, 0, 0, 0.72);
  color: #FFF;
  font-size: 11px;
  text-align: center;
  font-family: "DINCondensed";
  position: absolute;
  top: -25px;
  height: 25px;
  line-height: 25px;
  padding: 0 12px;
  font-weight: bold;
}
#article-category .one-category .first-article-wrapper .post-header .meta {
  display: flex;
  position: relative;
  margin-top: 12px;
  border-top: 1px solid #656565;
  padding-top: 15px;
}
#article-category .one-category .first-article-wrapper .post-header .meta p {
  font-size: 12px;
  font-family: "DINCondensed";
  color: #656565;
  line-height: 16px;
}
#article-category .one-category .first-article-wrapper .post-header .meta .tag {
  font-size: 10px;
  font-weight: 600;
  padding-left: 15px;
  height: 16px;
  line-height: 16px;
  color: #000;
}
#article-category .one-category .first-article-wrapper .post-header .meta .more-link {
  display: none;
}
#article-category .one-category .article-wrapper {
  width: 100%;
  padding: 0 20px;
  margin: 40px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
#article-category .one-category .article-wrapper .article-box {
  width: calc((100% - 20px) / 2);
  margin-bottom: 22px;
  position: relative;
}
#article-category .one-category .article-wrapper .article-box:nth-child(2n) {
  margin-left: 20px;
}
#article-category .one-category .more-button2 {
  display: block;
  margin: 10px auto 0 auto;
}/*# sourceMappingURL=toppage-articlecategory.css.map */