@charset "UTF-8";
.post-content {
  font-size: 0.16rem;
  letter-spacing: 0.03em;
  line-height: 2;
  overflow-wrap: break-word;
}
.post-content p {
  margin-bottom: 2.2em;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.post-content img {
  margin-bottom: 0.06rem;
}
.post-content img:last-child {
  margin-bottom: 0;
}
.post-content blockquote {
  background: #f8f8f8;
  margin-bottom: 1.5em;
  padding: 1.5em 2em;
  position: relative;
}
.post-content blockquote:before, .post-content blockquote:after {
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.post-content blockquote:before {
  content: "“";
  top: 0.3em;
  left: 0.3em;
}
.post-content blockquote:after {
  content: "„";
  right: 0.3em;
  bottom: 0.4em;
}
.post-content ul,
.post-content ol {
  margin-bottom: 1.5em;
  padding-left: 40px;
}
.post-content ul:last-child,
.post-content ol:last-child {
  margin-bottom: 0;
}
.post-content ol {
  margin-bottom: 2em;
  padding-left: 0;
  list-style: none;
  counter-reset: list-counter;
}
.post-content ol > li {
  position: relative;
  padding-left: 0.25rem;
  counter-increment: list-counter;
}
.post-content ol > li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0.06rem;
}
.post-content ol:last-child {
  margin-bottom: 0;
}
.post-content ul {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 0;
  list-style: none;
}
.post-content ul:last-child {
  margin-bottom: 0;
}
.post-content ul > li {
  position: relative;
  padding-left: 0.17rem;
  text-indent: -0.08rem;
}
.post-content ul > li::before {
  content: "・";
  display: inline-block;
}
.post-content h2 {
  margin-bottom: 1.5em;
  font-size: 1.4em;
  font-weight: bold;
}
.post-content h3 {
  margin-bottom: 1.5em;
  font-size: 1.2em;
  font-weight: bold;
}
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-bottom: 1.5em;
  font-size: 1em;
  font-weight: bold;
}
.post-content b,
.post-content strong {
  font-weight: bold;
}
.post-content i,
.post-content em {
  font-style: italic;
}
.post-content a {
  color: #002bff;
  text-underline-offset: 3px;
  text-decoration: underline;
}
.post-content a:hover {
  text-decoration: none;
}
.post-content table {
  border-width: 1px;
}
.post-content tbody,
.post-content thead,
.post-content tr,
.post-content th,
.post-content td {
  border-color: inherit;
}
.post-content th,
.post-content td {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
}
.post-content figure,
.post-content picture {
  max-width: 100%;
  margin-bottom: 1em;
}
.post-content figure:last-child,
.post-content picture:last-child {
  margin-bottom: 0;
}
.post-content .alignleft,
.post-content .alignright,
.post-content .aligncenter {
  display: block;
}
.post-content .aligncenter,
.post-content .alignright {
  margin-left: auto;
}
.post-content .alignleft,
.post-content .aligncenter {
  margin-right: auto;
}
.post-content .alignright {
  margin-right: 0;
}
.post-content .alignleft {
  margin-left: 0;
}
.post-content .wp-caption-text {
  font-size: 0.15rem;
  text-align: center;
  display: block !important;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .post-content .table-common-post {
    overflow: auto hidden !important;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .post-content .table-common-post {
    overflow: unset !important;
  }
  .post-content .table-common-post .scroll-hint-icon {
    display: none !important;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .header-logo::before {
    top: -500px;
  }
}
.section-news-details {
  background-color: #f4f8fb;
}
.section-news-details .details-wrapper {
  background-color: #fff;
}
.section-news-details .post-head {
  border-bottom: 1px solid #aaa9a8;
}
.section-news-details .post-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.03rem;
}
.section-news-details .post-time {
  color: #333;
  letter-spacing: 0.03em;
}
.section-news-details .category-common {
  position: relative;
}
.section-news-details .post-title {
  margin-bottom: 0;
  font-size: 0.22rem;
  letter-spacing: 0.005rem;
  line-height: 1.5;
}
.section-news-details .post-title .text-news-mark {
  letter-spacing: 0.005rem;
}
.section-news-details .button-common-primary {
  width: 2.35rem;
  margin: 0 auto;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-news-details {
    padding: 0.33rem 0 0.6rem;
  }
  .section-news-details .wrapper {
    padding-right: 0.12rem;
    padding-left: 0.12rem;
  }
  .section-news-details .details-wrapper {
    margin-bottom: 0.3rem;
    padding: 0.3rem 0.2rem;
  }
  .section-news-details .post-head {
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .section-news-details .post-time {
    margin-right: 0.1rem;
  }
  .section-news-details .category-common {
    top: 0.03rem;
  }
  .section-news-details .post-title .text-news-mark {
    margin-left: 0.05rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-news-details {
    margin: 80px 0 61px;
    padding: 43px 0 120px;
  }
  .section-news-details .details-wrapper {
    margin-bottom: 51px;
    padding: 76px 69px;
  }
  .section-news-details .post-head {
    margin-bottom: 38px;
    padding-bottom: 14px;
  }
  .section-news-details .post-information {
    margin-bottom: 9px;
  }
  .section-news-details .post-time {
    margin-right: 15px;
  }
  .section-news-details .category-common {
    top: 3px;
  }
  .section-news-details .post-title {
    font-size: 0.22rem;
  }
  .section-news-details .post-title .text-news-mark {
    margin-left: 7px;
  }
}
/*# sourceMappingURL=news.css.map */