@charset "UTF-8";
/* ==========================================================================
  印刷用
========================================================================== */
@media print {
  /* 共通 */
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }
  body {
    color: #333;
    font-size: 12pt;
  }
  .header {
    position: static;
  }
  .main {
    padding-top: 0;
    background: none;
  }
  .contents {
    padding-top: 0;
  }
  /* 印刷時に非表示にする要素 */
  .header__nav,
.header__search-button,
.header__toggle-button,
.header__bottom,
.footer__nav,
.breadcrumb,
.page-top,
.mv,
.contents__aside {
    display: none;
  }
  #query-monitor-main,
.grecaptcha-badge {
    display: none !important;
  }
  /* 記事詳細ページ */
  body.single-post .single-post__document,
body.single-post .single-post-article__button-area,
body.single-post .single-post-article__button-bookmark,
body.single-post .single-post__button-back {
    display: none;
  }
  .single-post-article {
    padding-right: 0;
    padding-left: 0;
  }
  .single-post-article__contents div {
    font-size: 1.1em;
  }
  .single-post-article__contents a::after {
    content: "[" attr(href) "]";
    font-size: 0.9em;
  }
  .info-notes {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  /* トップページ ニュース */
  .top-news {
    -moz-column-break-inside: avoid;
    background: none;
    break-inside: avoid;
  }
  .top-news .button {
    display: none;
  }
  .top-news__title,
.top-news-detail {
    color: var(--text_color);
  }
  .top-news-detail__title::before {
    background-color: #333;
  }
  .top-news__item:not(:last-of-type) {
    border-bottom: 1px solid;
  }
  .top-news-detail__text a::after {
    content: "[" attr(href) "]";
    font-size: 0.9em;
  }
}
/*# sourceMappingURL=print.css.map */