@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500&display=swap");
.news-container {
  width: 1400px;
  max-width: 85.5%;
  margin: 0 auto;
}

.post-main {
  width: 100%;
  padding-bottom: clamp(40px, 10vw, 140px);
}
.post-main .breadcrumbs {
  margin: 1.6em 0 1em 0;
  flex-wrap: wrap;
  font-weight: 700;
}
.post-main .breadcrumbs .spacer {
  margin: 0 1em;
}

.post-body {
  position: relative;
  min-height: 40vh;
  background-color: #ffffff;
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 40px 2% clamp(40px, 10vw, 100px) 2%;
  overflow-x: hidden;
}
.post-body .post-meta {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 1em;
}
.post-body .post-date {
  width: 35%;
}
.post-body .tag-list {
  width: 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: end;
}
.post-body .tag-list a {
  margin: 0.1em 0.5em;
}
.post-body .tag-list a:before {
  content: "#";
}

.news-main {
  gap: clamp(4rem, 7vw, 10rem);
}
.news-main .booth-section .border-container {
  padding: 4rem;
  gap: 4rem;
}
@media screen and (min-width: 1601px) {
  .news-main .booth-section .border-container {
    padding: 4rem 6rem;
  }
  .news-main .booth-section .card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

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