section#article h1 {
  font-weight: bold;
  font-size: 1.5em;
}
section#article picture {
  display: block;
}
section#article .text-center {
  text-align: center;
}
section#article .text-center img {
  display: inline;
}
section#article .post_date {
  text-align: right;
}
section#article .post_date time {
  text-align: right;
}
section#article .post_content {
  padding: 2rem 0;
  line-height: 1.8;
}
section#article .post_content p {
  margin-bottom: 1rem;
}
section#article .post_content dl {
  margin-bottom: 1rem;
}
section#article .post_content dl dt {
  font-weight: bold;
}
section#article .post_image {
  margin-bottom: 1rem;
}
section#article .post_image img {
  width: 100%;
  max-width: 1024px;
}
section#article .post_body h2 {
  font-size: 1.25em;
  font-weight: bold;
}
section#article .post_body ul {
  display: block;
}
section#article .post_body ul li {
  border: none;
  padding: 0;
}
section#article .post_body table {
  border-collapse: collapse;
  width: 100%;
  padding: 0;
}
section#article .post_body table tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  section#article .post_body table tr {
    flex-direction: row;
    justify-content: flex-start;
  }
}
section#article .post_body table th, section#article .post_body table td {
  width: 100%;
  padding: 0 0.5rem;
}
section#article .post_body table th {
  font-weight: bold;
}
@media (min-width: 768px) {
  section#article .post_body table th {
    width: 50%;
    text-align: right;
  }
}
section#article .post_body a.text-link {
  border-bottom: 1px dotted #fff;
}
section#article hr {
  background-color: #fff;
  height: 1px;
}
section#article ol li {
  list-style-type: decimal;
  border-bottom: none;
  list-style-position: inside;
  padding: 0;
}
section#article .btn {
  all: revert;
}

.yt-container {
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.yt-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=article.css.map */