@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Work+Sans:wght@500&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
.single {
  max-width: 850px;
  width: 85%;
  margin: 60px auto 0;
}
@media screen and (min-width: 960px) {
  .single {
    margin-top: 100px;
  }
}
.single .meta {
  font-weight: 600;
  color: #d0d0d0;
  font-family: "Work Sans", sans-serif;
}
.single h1 {
  margin: 16px 0 0;
  color: #0b4d88;
  font-size: 16px;
  padding-bottom: 16px;
  border-bottom: 1px #8e8e8e solid;
}
.single__inner {
  margin-top: 16px;
  margin-bottom: 120px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .single__inner {
    margin-top: 60px;
    margin-bottom: 150px;
  }
}
.single__inner > * {
  margin-bottom: 1em;
}
.single__inner > *:first-child {
  margin-top: 0;
}
.single__inner h2 {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin: 1.5em auto;
}
@media screen and (min-width: 960px) {
  .single__inner h2 {
    font-size: 24px;
  }
}
.single__inner h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 1em auto;
}
@media screen and (min-width: 960px) {
  .single__inner h3 {
    font-size: 20px;
  }
}
.single__inner h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 1em auto 0.5em;
}
.single__inner h5 {
  font-size: 14px;
  margin: 0.5em auto;
}
.single__inner h6 {
  font-size: 10px;
  margin: 0.5em auto;
}
.single > .return_btn {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px #0b4d88 solid;
  font-size: 18px;
  color: #0b4d88;
  font-weight: 700;
  text-decoration: none;
}
.single > .return_btn::after {
  content: "→";
  margin-left: 5px;
  color: inherit;
}/*# sourceMappingURL=single.css.map */