@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
.post-main .title-bar {
  margin: clamp(50px, 6vw, 80px) auto clamp(32px, 4vw, 50px);
}
.post-main .pdf-wrapper {
  width: 100%;
  margin: 0 auto;
  height: 0px;
}
@media screen and (min-width: 651px) {
  .post-main .pdf-wrapper {
    height: auto;
    aspect-ratio: 1/1.1;
  }
  .post-main .pdf-wrapper iframe {
    display: unset;
    width: 100%;
    height: 100%;
    border: unset;
  }
}

.post-body {
  position: relative;
  min-height: 40vh;
  background-color: #F9F1E8;
  box-sizing: border-box;
  padding: clamp(40px, 5vw, 70px) clamp(20px, 6vw, 100px);
}

.nav-elements {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.nav-elements a {
  box-sizing: border-box;
  width: 50%;
}
.nav-elements a:first-child {
  padding-right: 1em;
  text-align: start;
}
.nav-elements a:last-child {
  padding-left: 1em;
  text-align: end;
}

.noto-post-main .adjacent-nav {
  width: 1200px;
  max-width: 96%;
}
.noto-post-main .noto-post h2, .noto-post-main .noto-post h3, .noto-post-main .noto-post h4, .noto-post-main .noto-post h5, .noto-post-main .noto-post p {
  margin-bottom: 1em;
}
.noto-post-main .noto-post ul {
  list-style-type: disc;
}
.noto-post-main .noto-post ul, .noto-post-main .noto-post ol {
  margin-bottom: 1em;
  padding-left: 1em;
}
.noto-post-main .noto-post ul li, .noto-post-main .noto-post ol li {
  margin-left: 1em;
  margin-bottom: 0.5em;
}
.noto-post-main .pdf-container {
  justify-content: space-evenly;
  column-gap: 4%;
  row-gap: 1em;
}
.noto-post-main .pdf-container .a-btn {
  box-sizing: border-box;
  width: 100%;
  max-width: 360px;
  padding: 1em;
}
@media screen and (min-width: 651px) {
  .noto-post-main .pdf-container {
    justify-content: flex-start;
  }
  .noto-post-main .pdf-container .a-btn {
    width: 48%;
    max-width: unset;
    padding: 1em 2em;
  }
}
@media screen and (min-width: 1001px) {
  .noto-post-main .pdf-container {
    column-gap: 2%;
  }
  .noto-post-main .pdf-container .a-btn {
    width: 32%;
  }
}

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