@charset "UTF-8";
*, *:before, *:after {
  box-sizing: inherit;
}

html {
  background-color: #16161d;
  box-sizing: border-box;
  color: #ccc;
  font-family: "Libertinus", "Linux Libertine", "Droid Serif", "Noto Serif", "Noto Sans CJK JP", "Adobe Garamond Pro", serif;
  font-size: 20px;
}

body {
  margin: 0;
  padding: 0;
}

a {
  color: #318ce7;
  text-decoration: none;
}

.document-content {
  border-top: 1px solid #333;
  margin-top: 65px;
  overflow: hidden;
  padding-top: 20px;
}
.document-content h1 {
  margin-top: 0;
}

.document-footer {
  border-top: 1px solid #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 50px;
  margin-top: 20px;
  padding-top: 20px;
}
.document-footer > .footer-block + .footer-block {
  padding-left: 20px;
}
.document-footer h2 {
  font-size: 1.125rem;
}
.document-footer ul {
  padding-left: 0;
}
.document-footer li {
  line-height: 1.5em;
  list-style: none;
}

@media screen and (min-width: 961px) {
  .document-footer > .footer-block {
    max-width: 300px;
    width: 100%;
  }
}
.post {
  padding-bottom: 20px;
  padding-top: 20px;
}
.post + .post {
  margin-top: 3em;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.backlink {
  display: block;
  font-size: 0.75em;
  left: 10px;
  position: absolute;
  top: 10px;
}

body.index > .backlink {
  display: none;
}

.editorial {
  line-height: 1.6em;
}
.editorial p {
  margin: 1.2em 0;
  position: relative;
  text-align: justify;
  z-index: 2;
}
.editorial p.small {
  font-size: 0.8em;
  line-height: 1rem;
}
.editorial blockquote {
  position: relative;
}
.editorial blockquote:after, .editorial blockquote:before {
  color: #424257;
  display: block;
  font-size: 12em;
  position: absolute;
  z-index: 1;
}
.editorial blockquote:after {
  bottom: -30px;
  content: "”";
  right: -28px;
}
.editorial blockquote:before {
  content: "“";
  left: -28px;
  top: 44px;
}
.editorial figure {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.editorial figure img {
  border-radius: 10px;
}
.editorial figure figcaption p {
  margin: 5px 0 0 0;
}
.editorial img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.paginator {
  text-align: center;
}
