@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
*:focus {
  outline: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

main {
  overflow-x: hidden;
}

article > * + * {
  margin-top: 0.3em;
}

input, button, textarea, select {
  font: inherit;
}

address {
  font-style: normal;
}

hr {
  height: 0;
  border: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible;
}

b,
strong {
  font-weight: bolder;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

:root {
  --z-index_sitemap: 90;
  --z-index_header: 95;
  --z-index_hamburger: 95;
  --height_header: 175px;
  --space_header: 25px;
  --space_xs: 8px;
  --space_sm: 20px;
  --space_md: 42.66px;
  --space_lg: 60px;
  --space_xl: 125px;
  --font_xs: 12.64px;
  --font_sm: 14.22px;
  --font_base: 16px;
  --font_md: 20.35px;
  --font_lg: 25.63px;
  --font_xl: 28.83px;
}
@media print, screen and (max-width: 1023px) {
  :root {
    --space_header: 15px;
    --height_header: 151px;
    --space_xs: 7px;
    --space_sm: 16px;
    --space_md: 37.32px;
    --space_lg: 44px;
    --space_xl: 96px;
    --font_xs: 11.06px;
    --font_sm: 12.44px;
    --font_base: 14px;
    --font_md: 17.72px;
    --font_lg: 19.93px;
    --font_xl: 22.43px;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --height_header: 97px;
    --space_sm: 15px;
    --space_lg: 40px;
    --space_xl: 56px;
    --font_md: 15.75px;
    --font_lg: 17.72px;
    --font_xl: 19.93px;
  }
}

body {
  background-color: #fff;
  color: #333;
  width: 100%;
  font-size: var(--font_base);
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

main {
  min-height: 60vh;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

span:not([class]) {
  display: inline-block;
}

small {
  font-size: 90%;
}

button {
  border: none;
  background-color: unset;
}

b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

::selection {
  background: #333;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  a:hover * {
    opacity: 0.9;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a:hover * {
    opacity: 0.9;
  }
}

.wrap {
  width: 85%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .wrap {
    width: 90%;
  }
}
.wrap-narrow {
  max-width: 900px;
}
.wrap-article {
  max-width: 700px;
}
.wrap-top {
  margin-top: var(--space_xl);
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.square-img {
  position: relative;
}
.square-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.rectangle-img {
  position: relative;
}
.rectangle-img:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.rectangle-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.bottom-xl {
  margin-bottom: var(--space_xl);
}
.bottom-lg {
  margin-bottom: var(--space_lg);
}
.bottom-md {
  margin-bottom: var(--space_md);
}
.bottom-sm {
  margin-bottom: var(--space_sm);
}
.bottom-xs {
  margin-bottom: var(--space_xs);
}

.bg-color {
  padding-top: var(--space_lg);
  padding-bottom: var(--space_lg);
}

.paragraph {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.lh-two {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lh-three {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lh-sm {
  line-height: 1.5;
}

.txt-center {
  text-align: center !important;
}
@media print, screen and (min-width: 768px) {
  .txt-center-pc {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .txt-center-sp {
    text-align: center !important;
  }
}

.txt-left {
  text-align: left !important;
}
@media only screen and (max-width: 767px) {
  .txt-left-sp {
    text-align: left !important;
  }
}

.inline-center {
  margin-left: auto;
  margin-right: auto;
}
.inline-right {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}

.txt-justify {
  text-align: justify;
  text-justify: inter-character;
}

.color-primary {
  color: #333;
}
.color-secondary {
  color: #333;
}
.color-white {
  color: #fff;
}

.bg-primary {
  background-color: #11114A;
}

.col-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--space_md) 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space_md);
}
@media only screen and (max-width: 767px) {
  .col-2 {
    gap: var(--space_md);
  }
}

@media only screen and (max-width: 767px) {
  .col-2-pc {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.col-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--space_md) 1fr var(--space_md) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(2 * var(--space_md)) var(--space_md);
}
@media print, screen and (max-width: 1023px) {
  .col-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .col-3 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.col-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--space_sm) 1fr var(--space_sm) 1fr var(--space_sm) 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space_sm) var(--space_sm);
}
@media only screen and (max-width: 1440px) {
  .col-4 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (max-width: 1023px) {
  .col-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .col-4 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media print {
  .col-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.noscroll {
  overflow: hidden;
}

.font-xs {
  font-size: var(--font_xs);
}
.font-sm {
  font-size: var(--font_sm);
}
.font-base {
  font-size: var(--font_base);
}
.font-md {
  font-size: var(--font_md);
}
.font-lg {
  font-size: var(--font_lg);
}
.font-xl {
  font-size: var(--font_xl);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-index_header);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: var(--space_sm) var(--space_md);
  background-color: rgba(255, 255, 255, 0.8);
}
.header_list {
  gap: var(--space_md) !important;
}
@media (hover: hover) and (pointer: fine) {
  .header a:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header a:hover {
    opacity: 0.8;
  }
}
.header .logo a {
  height: 60px;
}
.header .logo img {
  height: 100%;
}
.header_btn {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: var(--z-index_hamburger);
  cursor: pointer;
}
.header_btn span {
  display: block;
  width: 40px;
  height: 1px;
  margin: 0 auto;
  margin-bottom: 10px;
  background-color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header_btn span:last-child {
  margin-bottom: 0;
}
.header_btn.close {
  height: auto;
}
.header_btn.close span:nth-child(1) {
  -webkit-transform: translate(0, 8px) rotate(30deg);
          transform: translate(0, 8px) rotate(30deg);
}
.header_btn.close span:nth-child(2) {
  -webkit-transform: translate(0, -4px) rotate(-30deg);
          transform: translate(0, -4px) rotate(-30deg);
}
.header_sitemap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-index_sitemap);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space_md);
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
}
.header_sitemap.open {
  opacity: 1;
  pointer-events: inherit;
  overflow: scroll;
}

.footer {
  padding: var(--space_md) 0;
  border-top: 1px solid #333;
}

.page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #333;
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .page-top:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-top:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .page-top {
    width: 30px;
    height: 30px;
    bottom: 15px;
    right: 15px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex_item-even {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex_item-small {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
@media only screen and (max-width: 767px) {
  .flex_item-small {
    width: 100%;
  }
}
.flex .no-shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.post_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post_link__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: var(--space_lg);
}
.post_link__container .post-list {
  width: 35px;
  margin-left: 1em;
  margin-right: 1em;
}
.post_link .post_prev, .post_link .post_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_link .post_prev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.post_link .prev {
  margin-right: 1em;
}
.post_link .next {
  margin-left: 1em;
}

.paging {
  margin-top: var(--space_lg);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.paging .page-numbers {
  width: 2em;
  height: 2em;
  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;
  border-radius: 10vh;
  margin: 0 0.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.paging .next, .paging .prev, .post_link .next, .post_link .prev {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: var(--font_md);
  height: var(--font_md);
}
.top_about {
  margin-top: calc(2 * var(--space_xl));
}

.content {
  width: 100%;
}
.content_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--space_md);
}
@media print, screen and (max-width: 1023px) {
  .content_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--space_xl);
  }
  .content_container .article {
    margin-bottom: 0;
  }
  .content_container .article_container:last-child {
    margin-bottom: 0;
  }
}
.content_border {
  width: 1.5px;
  height: auto;
  background-color: #333;
}
@media only screen and (max-width: 767px) {
  .content_border {
    width: 100%;
    height: 1px;
  }
}

article {
  width: calc(100% - 310px - var(--space_md));
  padding: var(--space_md);
  background-color: #fff;
}
@media only screen and (max-width: 500px) {
  article {
    padding: var(--space_sm);
  }
}
@media print, screen and (max-width: 1023px) {
  article {
    width: 100%;
  }
}
article .article_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space_sm);
}
article .article_content h1, article .article_content h2, article .article_content h3, article .article_content h4, article .article_content h5, article .article_content h6 {
  font-weight: bold;
}
article .article_content h1 {
  font-size: 2em;
}
article .article_content h2 {
  font-size: 1.5em;
}
article .article_content h3 {
  font-size: 1.17em;
}
article .article_content h4 {
  font-size: var(--font_base);
}
article .article_content h5 {
  font-size: 0.83em;
}
article .article_content h6 {
  font-size: 0.67em;
}
article .article_content img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 500px) {
  article .article_content img {
    width: 100%;
    height: 180px;
  }
}
article .article_content a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
  background: linear-gradient(transparent calc(100% - 1px), #333 1px);
}
article .article_content a img {
  width: 100%;
  height: auto;
}
article .article_content ul li {
  list-style-type: disc;
}
article .article_content ul, article .article_content ol {
  list-style-position: inside;
}
article .article_content ol li {
  list-style-type: auto;
}
article .article_content strong {
  font-weight: bold !important;
}
article .article_content .wp-block-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  article .article_content .wp-block-gallery {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
article .article_content .wp-block-gallery .wp-block-image {
  width: 100% !important;
}
article .article_content .wp-element-caption {
  color: #333;
}
article .article_content .wp-block-quote cite {
  color: #333;
}

@media only screen and (max-width: 767px) {
  .article_list_item .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: var(--space_sm);
  }
}
.article_list_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40%;
  overflow: hidden;
}
.article_list_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article_list_content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.article_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--space_sm);
}
.article_cat {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #333;
  background-color: #fff;
  padding: 0.3em 0.5em;
  line-height: 1;
  opacity: 0.9;
}

article h1, article h2 {
  background-color: #333;
  color: #fff;
  padding: 0.5em var(--space_sm);
  line-height: 1.4;
  text-align: left;
}
article .wp-block-pullquote {
  padding: var(--space_sm) 0;
}
article blockquote {
  padding: 1.4em 1.8em;
  position: relative;
  background-color: #f5f8fa;
  border: none;
  color: #333 !important;
  font-size: var(--font_base);
  text-align: justify;
}
article blockquote cite {
  display: block;
  margin-top: var(--space_sm);
  text-align: right;
  font-size: var(--font_xs) !important;
}
article blockquote::before, article blockquote::after {
  color: #C8C8C8;
  font-family: serif;
  position: absolute;
  font-size: 300%;
}
article blockquote cite {
  font-size: 0.7em;
}
article .footer-meta {
  font-size: 0.8em;
  text-align: right;
}
article .author-info .post-author {
  font-size: 14px;
}
article .ad-area {
  text-align: center;
  margin-bottom: 1.8em;
}
article .ad-label-invisible .ad-label {
  display: none;
}
article .ad-content-top {
  margin-top: 1em;
}
article .ad-responsive ins {
  width: 100%;
}
article .ad-single-rectangle .ad-responsive,
article .ad-dabble-rectangle .ad-responsive {
  max-width: 336px;
  margin: auto;
}
article #toc_container {
  padding: var(--space_sm);
}
article #toc_container a {
  background: none;
}

.side {
  max-width: 310px;
}
@media only screen and (max-width: 767px) {
  .side {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .side a:hover {
    opacity: 0.9;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .side a:hover {
    opacity: 0.9;
  }
}
.side_banner {
  width: 100%;
  border: 1px solid #333;
}
@media (hover: hover) and (pointer: fine) {
  .side_banner:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .side_banner:hover {
    opacity: 0.8;
  }
}
.side_tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
.side_tag_list li::before {
  content: "#";
}
.side_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space_sm);
}
.side_recommend {
  padding: var(--space_xs);
  background-color: #fff;
}
.side_recommend li {
  padding-bottom: var(--space_xs);
  border-bottom: 1px solid #333;
}
.side_recommend li:last-child {
  border-bottom: none;
}
.side_cat {
  padding: var(--space_xs);
  background-color: #fff;
}
.side_cat li {
  padding: 0.5em;
  border-bottom: 1px solid #333;
}
.side_cat li:last-child {
  border-bottom: none;
}
.side_tag {
  padding: var(--space_xs);
  background-color: #fff;
}
.side_tag li {
  padding: 0.1em 0.5em;
  border: 1px solid #333;
}
.side .article_list_link {
  gap: var(--space_xs);
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
  color: #333;
}
.pagination .prev {
  margin-right: 1em;
}
.pagination .next {
  margin-left: 1em;
}
.pagination .current {
  color: #333;
  border-bottom: 1px solid #333;
}

article .post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space_md);
  font-size: var(--font_sm);
}
@media only screen and (max-width: 500px) {
  article .post-navigation .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--space_sm);
  }
}
article .post-navigation .nav-links > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
article .post-navigation .nav-links .nav-previous::before {
  content: "←";
}
article .post-navigation .nav-links .nav-next::after {
  content: "→";
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  padding: 0 0 var(--space_md) 0px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 0 0 var(--space_sm) 0px;
  }
}
.breadcrumbs a:hover {
  opacity: 0.6;
}
.breadcrumbs_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.breadcrumbs_item::after {
  content: "＞";
}
.breadcrumbs_item:last-child::after {
  content: "";
}
.breadcrumbs_item a.current-item {
  color: #333;
}
.breadcrumbs .current-item {
  color: #333;
}
/*# sourceMappingURL=style.css.map */