@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
html.is-frozen-windows body {
  position: fixed;
  width: 100%;
}
@media print, (min-width: 768px) {
  html {
    overflow: auto scroll;
    font-size: 625%;
  }
  html.is-frozen-windows {
    min-width: 1290px;
  }
  html.is-frozen-os:not(.is-macos) {
    overflow: auto hidden;
  }
  html.is-frozen-os.is-tablet {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 25.641025641vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html.is-frozen-os {
    overflow: hidden;
  }
}

body {
  color: #333;
  font-family: "Zen Kaku Gothic New", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", yumincho, "Times New Roman", georgia, serif;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.18rem;
    line-height: 2.1111111111;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.14rem;
    line-height: 1.9285714286;
  }
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.load {
  opacity: 0.01;
}
html.is-visible.wf-active .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  .container {
    min-width: 1290px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1520px;
    margin-right: auto;
    margin-left: auto;
  }
  .section-blog .wrapper,
  .section-blog-article .wrapper {
    display: flex;
    max-width: 1367px;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.31rem;
    padding-left: 0.31rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    display: none !important;
  }
}

.header-common {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  background-color: transparent;
}
@media print {
  .header-common {
    position: relative;
  }
}
@media print, (min-width: 768px) {
  .header-common {
    min-width: 1290px;
    height: 140px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    height: 0.75rem;
  }
  .header-common .wrapper {
    padding: 0 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 36px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-wrapper {
    padding: 0.2rem 0;
  }
}

.header-logo {
  display: block;
  position: relative;
  z-index: 10002;
}
.header-logo img {
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
}
.header-common.is-active .header-logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media print, (min-width: 768px) {
  .header-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 272px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-logo {
    width: 1.9rem;
    height: 0.35rem;
  }
}

.navigation-header-sitemap {
  z-index: 10001;
}
.navigation-header-sitemap .navigation-inner {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, (min-width: 768px) {
  .navigation-header-sitemap {
    display: block;
    height: auto;
    padding-right: 23px;
  }
  .navigation-header-sitemap .navigation-item {
    margin-right: 84px;
  }
  .navigation-header-sitemap .navigation-item:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 0.75rem;
    opacity: 0;
    background-color: #333;
    color: #fff;
    text-align: center;
    pointer-events: none;
  }
  .navigation-header-sitemap.is-ready {
    -webkit-transition: opacity 0.5s ease, visibility 0.5s;
    transition: opacity 0.5s ease, visibility 0.5s;
  }
  .navigation-header-sitemap.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .navigation-header-sitemap .navigation-inner {
    height: 100%;
    padding: 0.86rem 0.2rem 1rem;
    overflow: hidden scroll;
  }
  .navigation-header-sitemap .navigation-inner::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  .navigation-header-sitemap .navigation-inner {
    display: block;
  }
  .navigation-header-sitemap .navigation-item {
    margin-bottom: 0.46rem;
  }
  .navigation-header-sitemap .navigation-item:last-child {
    margin-bottom: 0;
  }
}

.button-header-burger {
  position: absolute;
  z-index: 10002;
  top: 0.18rem;
  right: 0.08rem;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
}
.button-header-burger span {
  display: block;
  position: absolute;
  top: calc(50% - 0.02rem);
  right: 0;
  left: 0;
  width: 0.27rem;
  height: 0.03rem;
  margin: 0 auto;
  -webkit-transition: background 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: background 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: background 0.5s ease, transform 0.5s ease, opacity 0.5s ease;
  transition: background 0.5s ease, transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  background-color: #333;
}
.button-header-burger span:nth-child(1) {
  -webkit-transform: translateY(-0.08rem);
          transform: translateY(-0.08rem);
}
.button-header-burger span:nth-child(3) {
  -webkit-transform: translateY(0.08rem);
          transform: translateY(0.08rem);
}
.button-header-burger.is-active span {
  margin-top: 0;
  background-color: #fff;
}
.button-header-burger.is-active span:nth-child(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.button-header-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.button-header-burger.is-active span:nth-child(3) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.link-header-primary {
  font-weight: 500;
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .link-header-primary {
    color: #333;
  }
}
@media only screen and (max-width: 767.98px) {
  .link-header-primary {
    display: inline-block;
    color: #fff;
  }
  .link-header-primary .link-english,
  .link-header-primary .link-japanese {
    display: block;
  }
  .link-header-primary .link-english {
    margin-bottom: -0.01rem;
    font-size: 0.3rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .link-header-primary .link-japanese {
    font-size: 0.16rem;
    font-weight: 400;
  }
}

footer {
  background-color: #333;
}
footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-item:last-child {
  margin-bottom: 0;
}
footer .footer-link {
  display: inline-block;
  color: #fff;
}
footer .footer-small-text {
  color: #fff;
}
@media print, (min-width: 768px) {
  footer {
    padding: 75px 0 72px;
  }
  footer .footer-inner {
    padding: 0 156px;
  }
  footer .footer-item {
    margin-bottom: 8px;
  }
  footer .footer-small-text {
    position: relative;
    top: -3px;
    margin-left: 150px;
    font-size: 0.16rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767.98px) {
  footer {
    padding: 0.26rem 0;
  }
  footer .wrapper {
    padding: 0 0.2rem;
  }
  footer .footer-inner {
    padding: 0 0.11rem;
  }
  footer .footer-link {
    font-size: 0.16rem;
    line-height: 2;
  }
  footer .footer-small-text {
    font-size: 0.16rem;
    line-height: 2;
  }
}

.button-fixed {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 29px;
}
.button-fixed .button-link {
  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;
  width: 100%;
  height: 100%;
  -webkit-transition: color 0.1s ease, opacity 0.4s ease, background 0.4s ease;
  transition: color 0.1s ease, opacity 0.4s ease, background 0.4s ease;
  background: #ea6d99;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.button-fixed .button-link:hover {
  border: 0.02rem solid #ea6d99;
  background-color: #fff;
  color: #ea6d99;
}
@media print, (min-width: 768px) {
  .button-fixed {
    width: 472px;
    height: 100px;
  }
  .button-fixed .button-link {
    font-size: 0.3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-fixed {
    width: 185px;
    height: 60px;
  }
  .button-fixed .button-link {
    font-size: 0.2rem;
  }
}

.title-common-primary {
  color: #008080;
}
.title-common-primary .title-english {
  font-weight: 700;
}
.title-common-primary span {
  display: block;
}
.title-common-primary.is-dark {
  color: #333;
  font-weight: 500;
}
.title-common-primary.is-dark .title-english,
.title-common-primary.is-dark .title-japanese {
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .title-common-primary .title-english {
    font-size: 0.6rem;
    line-height: 1.0333333333;
  }
  .title-common-primary .title-japanese {
    margin-top: 7px;
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 2.1111111111;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary .title-english {
    font-size: 0.4rem;
    line-height: 1.55;
  }
  .title-common-primary .title-japanese {
    margin-top: -9px;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 2.375;
  }
}

.section-common-keyvisual .title-common-primary {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-common-keyvisual {
    padding: 183px 0 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    padding: 1.08rem 0 0.4rem;
  }
}

.pagination-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-common-primary .wp-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.pagination-common-primary .page-numbers {
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #ea6d99;
  font-weight: 700;
  text-decoration: none;
}
.pagination-common-primary .page-numbers.current {
  color: #333;
}
.pagination-common-primary .page-numbers:hover {
  color: #333;
}
.pagination-common-primary .page-button {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
}
.pagination-common-primary .page-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: border-color 0.4s ease, background 0.4s ease;
  transition: border-color 0.4s ease, background 0.4s ease;
  border: 0.02rem solid #ea6d99;
  background: url("../img/common/arrow_icn_02_pink.svg") center/100% auto no-repeat;
}
.pagination-common-primary .page-button:hover::before {
  border-color: #333;
  background: url("../img/common/arrow_icn_01_black.svg") center/100% auto no-repeat;
}
.pagination-common-primary .arrow {
  position: absolute;
}
.pagination-common-primary .arrow.prev {
  left: 0;
}
.pagination-common-primary .arrow.next {
  right: 0;
}
.pagination-common-primary .arrow.next .page-button::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.pagination-common-primary .arrow.is-disable .page-button {
  border-color: #333;
  pointer-events: none;
}
.pagination-common-primary .arrow.is-disable .page-button::before {
  border: 0.02rem solid #333;
  background: url("../img/common/arrow_icn_01_black.svg") center/100% auto no-repeat;
}
@media print, (min-width: 768px) {
  .pagination-common-primary .wp-pager {
    padding: 0 144px;
  }
  .pagination-common-primary .page-numbers {
    margin: 0 30px;
    font-size: 0.3rem;
    line-height: 1.6666666667;
  }
  .pagination-common-primary .arrow {
    top: 7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pagination-common-primary .wp-pager {
    padding: 0 0.85rem;
  }
  .pagination-common-primary .page-numbers {
    margin: 0 0.15rem;
    font-size: 0.2rem;
    line-height: 1.6;
  }
}

.pagination-common-secondary {
  position: relative;
}
.pagination-common-secondary .button {
  color: #ea6d99;
  font-weight: 700;
}
.pagination-common-secondary .button::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0.02rem solid #ea6d99;
  background: url("../img/common/arrow_icn_02_pink.svg") center/100% auto no-repeat;
}
.pagination-common-secondary .button.is-prev::before {
  left: 0;
}
.pagination-common-secondary .button.is-next::before {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.pagination-common-secondary .button.is-next .button-text {
  text-align: right;
}
.pagination-common-secondary .button-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media print, (min-width: 768px) {
  .pagination-common-secondary {
    height: 40px;
  }
  .pagination-common-secondary .button {
    position: absolute;
    top: 0;
    font-size: 0.18rem;
    line-height: 2.1111111111;
  }
  .pagination-common-secondary .button::before {
    top: 39%;
  }
  .pagination-common-secondary .button.is-prev {
    left: 0;
    padding-left: 60px;
  }
  .pagination-common-secondary .button.is-next {
    right: 0;
    padding-right: 60px;
  }
  .pagination-common-secondary .button-text {
    width: 245px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pagination-common-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pagination-common-secondary .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.14rem;
    line-height: 1.9285714286;
  }
  .pagination-common-secondary .button::before {
    top: 49%;
  }
  .pagination-common-secondary .button.is-prev {
    margin-right: auto;
    padding-left: 0.6rem;
  }
  .pagination-common-secondary .button.is-prev + .is-next {
    margin-top: 0.43rem;
  }
  .pagination-common-secondary .button.is-next {
    margin-left: auto;
    padding-right: 0.6rem;
  }
  .pagination-common-secondary .button-text {
    width: 2.68rem;
  }
}

.blog-list {
  padding-left: 0;
  list-style-type: none;
}
.blog-list .blog-item {
  border-bottom: 0.01rem dotted #ccc;
}
.blog-list .blog-item:last-child {
  margin-bottom: 0;
}
.category-title {
    text-align: center;
}
.sidebar-title {
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-size: 1.5em;
}
.sidebar-category-list {
  list-style:none;
  padding-left: 0;
}
.article-meta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.article-category {
    text-decoration: none;
    background-color: #666;
    padding: 7px 10px;
    line-height: 1;
    color: #FFF;
    font-size:0.75em;
    margin-right: 2em;
    transition: .3s;
}
.article-category:hover {
    opacity: .7;
}
.blog-item-thumb-wrapper img {
  margin:auto;
  display:block;
}
@media print, (min-width: 768px) {
  .blog-list-wrapper, .article-main {
    margin: 0 60px 100px 0;
    flex: 1;
  }
  .blog-list .blog-item {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .blog-sidebar {
    width: 300px;
  }
  .blog-item > a {
    display: flex;
    flex-flow:row-reverse;
  }
  .blog-item-thumb-wrapper {
    width:300px;
    margin-left: 40px;
  }
  .blog-item-post-wrapper {
    flex:1;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-list {
    margin-bottom: 0.54rem;
  }
  .blog-list .blog-item {
    margin-bottom: 0.49rem;
    padding-bottom: 0.45rem;
  }
}

.section-blog .blog-item-title {
  display: inline-block;
  font-weight: 700;
}
.section-blog .blog-item-time {
  display: block;
  text-align: end;
}
@media print, (min-width: 768px) {
  .section-blog {
    padding-bottom: 100px;
  }
  .section-blog .blog-item-title {
    margin-bottom: 11px;
    font-size: 0.3rem;
    line-height: 1.6666666667;
  }
  .section-blog .blog-item-time {
    margin-bottom: 10px;
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-blog {
    padding: 0.02rem 0 0.55rem;
  }
  .section-blog .blog-item-title {
    margin-bottom: 0.15rem;
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .section-blog .blog-item-time {
    margin-bottom: 0.44em;
    font-size: 0.16rem;
    line-height: 1.875;
  }
  .blog-item-thumb-wrapper {
  margin-bottom: 2em;
}
}
.post-content p {
  margin-bottom: 1em;
}
.post-content p::after {
  content: "";
  display: table;
  clear: both;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.post-content blockquote {
  position: relative;
  margin-bottom: 1.5em;
  padding: 1.5em 2em;
  background: #f8f8f8;
}
.post-content blockquote p {
  margin-bottom: 1em;
}
.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 b,
.post-content strong {
  font-weight: bold;
}
.post-content i,
.post-content em {
  font-style: italic;
}
.post-content figure,
.post-content picture {
  max-width: 100%;
  margin-bottom: 1em;
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  color: #3b4043;
  line-height: 2;
}
.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;
}
.post-content img {
  display: block;
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .post-content p {
    margin-bottom: 44px;
  }
  .post-content h2 {
    margin-bottom: 15px;
    font-size: 0.24rem;
  }
  .post-content h3 {
    margin-bottom: 15px;
    font-size: 0.2rem;
  }
  .post-content h4 {
    margin-bottom: 15px;
    font-size: 0.18rem;
  }
  .post-content h5 {
    margin-bottom: 15px;
    font-size: 0.16rem;
  }
  .post-content h6 {
    margin-bottom: 15px;
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-content p {
    margin-bottom: 0.26rem;
  }
  .post-content h2 {
    margin-bottom: 0.07rem;
    font-size: 0.2rem;
    line-height: 2.4;
  }
  .post-content h3 {
    margin-bottom: 0.07rem;
    font-size: 0.18rem;
    line-height: 2.3888888889;
  }
  .post-content h4 {
    margin-bottom: 0.07rem;
    font-size: 0.16rem;
    line-height: 2.375;
  }
  .post-content h5 {
    margin-bottom: 0.07rem;
    font-size: 0.14rem;
    line-height: 2.3571428571;
  }
  .post-content h6 {
    margin-bottom: 0.07rem;
    font-size: 0.12rem;
    line-height: 2.4166666667;
  }
}

.section-blog-article .article-time {
  display: block;
  text-align: right;
}
.section-blog-article .post-content {
  border-bottom: 0.01rem dotted #ccc;
}
@media print, (min-width: 768px) {
  .section-blog-article {
    padding-bottom: 98px;
  }
  .section-blog-article .wrapper {
    padding: 0;
  }
  .section-blog-article .article-title {
    margin-bottom: 11px;
    font-size: 0.3rem;
    line-height: 1.6666666667;
  }
  .section-blog-article .article-time {
    font-size: 0.2rem;
    line-height: 2.1;
  }
  .section-blog-article .post-content {
    margin-bottom: 100px;
    padding-bottom: 45px;
  }
  .section-blog-article .article-heading {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-blog-article {
    padding-top: 0.02rem;
    padding-bottom: 0.56rem;
  }
  .section-blog-article .article-title {
    margin-bottom: 0.15rem;
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .section-blog-article .article-time {
    font-size: 0.16rem;
    line-height: 1.875;
  }
  .section-blog-article .article-heading {
    margin-bottom: 0.44rem;
  }
  .section-blog-article .post-content {
    margin-bottom: 0.56rem;
    padding-bottom: 0.46rem;
  }
}