.post-main-visual {
  margin-bottom: 36px;
}
@media (min-width: 769px) {
  .post-main-visual {
    margin-bottom: 72px;
  }
}
.post-main-visual img {
  margin: 0 auto;
}

.post-container .entry-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
@media (min-width: 769px) {
  .post-container .entry-header {
    padding-bottom: 28px;
  }
}
.post-container .entry-title {
  font-size: 22px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .post-container .entry-title {
    font-size: 35px;
  }
}
.post-container .entry-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 24px;
}
@media (min-width: 769px) {
  .post-container .entry-meta {
    justify-content: normal;
    gap: 4px 16px;
  }
}
.post-container .posted-on {
  font-size: 18px;
  line-height: 1.333;
  font-weight: 500;
}
@media (min-width: 769px) {
  .post-container .posted-on {
    font-size: 24px;
  }
}
.post-container .entry-content {
  margin-top: 24px;
}
.post-container .entry-content > * + * {
  margin-top: 12px;
}
@media (min-width: 769px) {
  .post-container .entry-content > * + * {
    margin-top: 20px;
  }
}
.post-container .entry-content > * + h2 {
  margin-top: 24px;
}
@media (min-width: 769px) {
  .post-container .entry-content > * + h2 {
    margin-top: 60px;
  }
}
.post-container .entry-content > * + h3 {
  margin-top: 24px;
}
@media (min-width: 769px) {
  .post-container .entry-content > * + h3 {
    margin-top: 20px;
  }
}
.post-container .entry-content > :is(h2, h3, h4, h5, h6) + :is(h2, h3, h4, h5, h6) {
  margin-top: 12px;
}
.post-container .entry-content > * + :is(figure, iframe) {
  display: block;
  margin-top: 32px;
}
@media (min-width: 769px) {
  .post-container .entry-content > * + :is(figure, iframe) {
    margin-top: 60px;
  }
}
.post-container .entry-content > :is(figure, iframe) + * {
  margin-top: 32px;
}
@media (min-width: 769px) {
  .post-container .entry-content > :is(figure, iframe) + * {
    margin-top: 60px;
  }
}
.post-container .entry-content > :is(figure, iframe) + :is(figure, iframe) {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .post-container .entry-content > :is(figure, iframe) + :is(figure, iframe) {
    margin-top: 40px;
  }
}
.post-container .entry-content h2 {
  position: relative;
  padding-left: 12px;
  font-size: 20px;
  font-weight: 500;
  z-index: 0;
}
@media (min-width: 769px) {
  .post-container .entry-content h2 {
    font-size: 26px;
  }
}
.post-container .entry-content h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  top: 6px;
  bottom: 6px;
  left: 0;
  background-color: #00509D;
}
@media (min-width: 769px) {
  .post-container .entry-content h2::before {
    top: 14px;
    bottom: 14px;
  }
}
.post-container .entry-content h3 {
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .post-container .entry-content h3 {
    font-size: 20px;
  }
}
.post-container .entry-content h4 {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .post-container .entry-content h4 {
    font-size: 18px;
  }
}
.post-container .entry-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.post-container .entry-content ul {
  padding-left: 20px;
  list-style: disc;
}
.post-container .entry-content ol {
  padding-left: 20px;
  list-style: decimal;
}
.post-container .entry-content li + li {
  margin-top: 0.666em;
}
.post-container .entry-content strong {
  font-weight: 700;
}
.post-container .entry-content figcaption {
  margin: 4px 0 0 0;
}

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