.content {
  padding: 80px 0;
}

.content .news-detail .ttls {
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
  padding-bottom: 14px;
}

.content .news-detail .ttls .date {
  font-size: 16px;
  line-height: 33px;
}

.content .news-detail .ttls .title {
  margin-top: 14px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}

.content .post-content {
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1.8;
}

.content .post-content p {
  margin-bottom: 1.5em;
}

.content .post-content p:last-child {
  margin-bottom: 0;
}

.content .post-content h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 2em 0 1em;
  line-height: 1.4;
}

.content .post-content h2:first-child {
  margin-top: 0;
}

.content .post-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 1.8em 0 0.8em;
  line-height: 1.4;
}

.content .post-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 1.5em 0 0.8em;
  line-height: 1.4;
}

.content .post-content ul,
.content .post-content ol {
  margin: 1.5em 0;
  padding-left: 2em;
}

.content .post-content ul li,
.content .post-content ol li {
  margin-bottom: 0.5em;
  line-height: 1.8;
}

.content .post-content img {
  max-width: 100%;
  height: auto;
  margin: 2em 0;
}

.content .post-content .wp-block-image {
  margin: 2em 0;
}

.content .post-content .wp-block-image.aligncenter {
  text-align: center;
}

.content .post-content .wp-block-image.aligncenter figure,
.content .post-content .wp-block-image.aligncenter img {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.content .post-content .wp-block-image.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-left: 0;
}

.content .post-content .wp-block-image.alignright {
  float: right;
  margin-left: 1.5em;
  margin-right: 0;
}

.content .post-content figure {
  margin: 2em 0;
}

.content .post-content figure img {
  margin: 0;
}

.content .post-content figure figcaption {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 0.5em;
}

.content .post-content figure.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.content .post-content figure.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-left: 0;
}

.content .post-content figure.alignright {
  float: right;
  margin-left: 1.5em;
  margin-right: 0;
}

.content .post-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content .post-content .alignleft {
  float: left;
  margin-right: 1.5em;
  margin-left: 0;
}

.content .post-content .alignright {
  float: right;
  margin-left: 1.5em;
  margin-right: 0;
}

.content .post-content blockquote {
  border-left: 4px solid #000000;
  padding-left: 1.5em;
  margin: 2em 0;
  font-style: italic;
  color: #555;
}

.content .post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
}

.content .post-content table th,
.content .post-content table td {
  border: 1px solid #ddd;
  padding: 0.8em;
  text-align: left;
}

.content .post-content table th {
  background: #fbf8f3;
  font-weight: bold;
}

.content .post-content a {
  color: #000000;
  text-decoration: underline;
}

.content .post-content a:hover {
  opacity: 0.7;
}

.content .post-content pre {
  background: #f5f5f5;
  padding: 1.5em;
  border-radius: 4px;
  overflow-x: auto;
  margin: 2em 0;
}

.content .post-content pre code {
  font-family: "Courier New", monospace;
  font-size: 14px;
}

.content .post-content code {
  background: #f5f5f5;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
}

.content .post-content hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 3em 0;
}

.content .post-navigation {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.content .post-navigation .nav-prev,
.content .post-navigation .nav-list,
.content .post-navigation .nav-next {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content .post-navigation .c-btn {
  width: 150px;
  height: 60px;
}

.content .post-navigation .c-btn svg {
  position: relative;
  z-index: 1;
  -webkit-transition: stroke 0.4s ease;
  transition: stroke 0.4s ease;
}

.content .post-navigation .c-btn svg path {
  -webkit-transition: stroke 0.4s ease;
  transition: stroke 0.4s ease;
}

.content .post-navigation .c-btn:hover svg path {
  stroke: #000000;
}

.content .post-navigation .nav-prev .c-btn,
.content .post-navigation .nav-next .c-btn {
  gap: 8px;
}

@media screen and (max-width: 490px) {
  .content .post-navigation {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .content .post-navigation .nav-prev,
  .content .post-navigation .nav-next {
    width: 60px;
  }

  .content .post-navigation .nav-prev .c-btn,
  .content .post-navigation .nav-next .c-btn {
    width: 60px;
    padding: 0;
  }

  .content .post-navigation .nav-prev .c-btn span,
  .content .post-navigation .nav-next .c-btn span {
    display: none;
  }

  .content .post-navigation .nav-prev .c-btn svg,
  .content .post-navigation .nav-next .c-btn svg {
    margin: 0;
  }
}
/*# sourceMappingURL=single-news.css.map */