@charset "UTF-8";
/*
Theme Name: アイメイト後援会 2025
Theme URI: https://eyemate-support.org
Description: アイメイト後援会 2025 theme
2025.9.30　初版
2025.10.13　FullCalendar連携をオプション化しツールチップ挙動を調整
2025.10.13　テーマ関数のリファクタリングと未使用ファイル整理
2025.10.13　front-page オプションのスラッグ別名（fraont-page）対応を削除
2025.10.13　WPCF7 関連のカスタムコードを削除
2025.10.13　mini_letter 投稿タイプのみアイキャッチを有効化
2025.10.13　投稿・固定ページのアイキャッチを無効化し mini_letter のみに限定
2025.10.13　履歴の日付表記を修正
2025.10.13　ミニ通信アーカイブをカードレイアウトに刷新
2025.10.13　二列レイアウトとカード構造を修正し装飾を整理
2025.10.13　アイキャッチをオリジナルサイズで表示するよう調整
2025.10.13　ミニ通信アーカイブのリンク取得をACF method仕様に対応
2025.10.13　methodラジオの日本語値に対応してリンク解決を調整
2025.10.13　ミニ通信アーカイブを3カラム表示に変更
2025.10.19　文書アーカイブの年ナビゲーション表示順を調整・公開版リリース
2025.10.19　テーマ内のSVG参照をPNGに差し替え（Safari表示不具合対策）

Author: tankdesign
Author URI: https://tankdesign.jp
Version: 1.0.1
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-size-adjust: 100% !important;
}

body {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.5em;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #c71c3a;
}
p {
  margin-bottom: 1em;
}
p:last-of-type {
  margin: 0;
}

b {
  font-weight: 700;
}

footer {
  width: 100%;
  height: 165px;
  z-index: 100;
  background-color: #3c2d28;
  border-top: solid 10px #fff;
}
@media screen and (max-width: 768px) {
  footer {
    height: 50px;
  }
}
footer .footer-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1110px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .footer-inner {
    max-width: 100%;
  }
}
footer .footer-inner .footer-nav {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-nav {
    display: none;
  }
}
footer .footer-inner .footer-nav li {
  position: relative;
}
footer .footer-inner .footer-nav li::after {
  content: "";
  display: block;
  height: 1em;
  border-right: 1px solid #fff;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer .footer-inner .footer-nav li:last-of-type::after {
  display: none;
}
footer .footer-inner .footer-nav li .footer-nav-link {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 1110px) {
  footer .footer-inner .footer-nav li .footer-nav-link {
    font-size: 14px;
  }
}
footer .footer-inner small {
  font-size: 18x;
  font-weight: 700;
}
@media screen and (max-width: 1110px) {
  footer .footer-inner small {
    font-size: 14px;
  }
}

.btn-page-top {
  position: fixed;
  bottom: 30px;
}

header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  header {
    position: static;
  }
}
header .header-inner {
  position: relative;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(235, 225, 204, 0.95);
  max-width: 1110px;
  margin: 0 auto;
  padding: 30px 10px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 1110px) {
  header .header-inner {
    height: 80px;
    max-width: 100%;
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  header .header-inner {
    margin: 0 10px;
    padding: 0 20px;
  }
}
header .header-inner .nav-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-inner .nav-btn .icon,
header .header-inner .nav-btn .text {
  display: block;
  text-align: center;
}
header .header-inner .nav-btn .icon {
  line-height: 1;
}
header .header-inner .nav-btn .icon i {
  font-size: 30px;
}
header .header-inner .nav-btn .text {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1110px) {
  header .header-inner .nav-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header-inner #nav-btn-check {
  display: none;
}
header .header-logo {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  header .header-logo {
    margin: 0;
  }
}
header .header-logo img {
  display: block;
  height: 45px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  header .header-logo img {
    height: 35px;
  }
}
header .header-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1110px) {
  header .header-nav {
    display: none;
  }
}
header .header-nav .header-nav-link {
  display: inline-block;
  text-decoration: none;
  color: #3c2d28;
  font-size: 16px;
  font-weight: 700;
}
header .header-nav .header-nav-link.button {
  background-color: #fff;
  color: #c71c3a;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header-nav .header-nav-link.button:hover {
  background-color: #c71c3a;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .mobile-nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 999;
  background-color: #fff;
  min-width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 100px 30px;
}
header .mobile-nav.is-show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
}
header .mobile-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .mobile-nav ul li {
  margin: 5px 0;
}
header .mobile-nav ul li a {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  padding: 3px 0;
}
header .mobile-nav ul li.menu-item-has-children ul {
  padding: 10px 0;
}
header .mobile-nav ul li.menu-item-has-children ul li {
  padding-left: 1em;
}
header .mobile-nav ul li.menu-item-has-children ul li a {
  font-size: 13px;
  font-weight: 500;
}
.page-top-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page-top-button {
    bottom: 10px;
    right: 10px;
  }
}
.page-top-button.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.page-top-button a {
  display: block;
  color: #fff;
  background-color: #d63440;
  border-radius: 20px;
  text-align: center;
  padding: 15px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page-top-button a {
    border-radius: 10px;
    padding: 10px;
  }
}
.page-top-button a:hover {
  opacity: 0.75;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-top-button a i {
  font-size: 30px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .page-top-button a i {
    margin-bottom: 0;
  }
}
.page-top-button a .page-top-button-text {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-top-button a .page-top-button-text {
    display: none;
  }
}

.text-hover {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.text-hover:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.button {
  text-decoration: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 18px 60px 22px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1110px) {
  .button {
    padding: 15px 20px 17px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .button {
    padding: 12px 30px 14px;
    font-size: 16px;
  }
}
.button i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-white-more {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #d63440;
}
.btn-white-small {
  width: 250px;
  padding: 10px 20px 12px;
  margin: 0 auto;
  font-size: 16px;
  background-color: #fff;
  color: #d63440;
}
.btn-red {
  background-color: #d63440 !important;
  color: #fff !important;
}
.btn-card-more {
  width: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #d63440;
}
@media screen and (max-width: 768px) {
  .btn-card-more {
    width: 100%;
  }
}
.btn-post-prev,
.btn-post-next {
  background-color: #d63440;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btn-post-prev,
  .btn-post-next {
    padding: 12px 30px 14px !important;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .btn-post-prev i,
  .btn-post-next i {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.btn-post-prev i {
  left: 20px;
}

.btn-label {
  display: inline;
}
@media screen and (max-width: 768px) {
  .btn-label {
    display: none;
  }
}

.btn-mobile-nav {
  background-color: #d63440;
  color: #fff;
  padding: 18px 30px 22px !important;
  border-radius: 10px;
}

.button-zoom-reveal {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.button-zoom-reveal:hover {
  cursor: pointer;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.card-zoom-reveal {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.card-zoom-reveal:hover {
  cursor: pointer;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.card-zoom-reveal:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card-zoom-reveal img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.iframe-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* カレンダーの曜日ヘッダーを消す */
.fc .fc-col-header,
.fc .fc-col-header-cell {
  display: none !important;
}

/* daygrid の背景レイヤーをセルいっぱいに広げる */
.fc .fc-daygrid-day-bg {
  background-color: #fff !important; /* 好きな色に変更 */
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1; /* イベントの下に置く */
}

/* イベントがある日の背景色（FullCalendar v6 dayGrid用） */
.fc-day.fc-day-has-event .fc-daygrid-day-bg {
  background-color: #d63440 !important; /* 好きな色に変更 */
}

/* 今日＋イベントがある日の場合、別色にしたい場合は */
.fc-day.fc-day-has-event.fc-day-today .fc-daygrid-day-bg {
  background-color: #004d96 !important;
}

/* イベントがある日の文字色 */
.fc-day.fc-day-has-event .fc-event-title,
.fc-day.fc-day-has-event .fc-daygrid-day-number {
  color: #fff !important;
}

/* 日付の見た目 */
.fc .fc-daygrid-day-number {
  font-size: 20px;
  font-weight: 700;
  color: #3c2d28;
}

/* 横スクロールバーを消す */
#calendar {
  overflow-x: hidden;
}

/* イベントのドット（丸）を非表示にする */
.fc .fc-daygrid-event-dot {
  display: none !important;
}

/* イベントタイトルを複数行表示できるようにする */
.fc .fc-event-title {
  margin-left: 0 !important;
  white-space: normal !important; /* ← これで改行を許可 */
  overflow: visible !important; /* ← はみ出しを許可 */
  text-overflow: unset !important; /* ← 省略記号を解除 */
  line-height: 1.2; /* 行間を少し詰める */
  font-size: 12px;
  padding: 5px;
}

/* イベントの高さを自動調整にする */
.fc .fc-daygrid-events {
  height: auto !important;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 5px !important;
}

/* ツールチップ（見た目をここで調整） */
.fc-tooltip {
  position: absolute;
  padding: 20px 10px;
  background: #fff;
  color: #3c2d28;
  border-radius: 10px;
  font-size: 14px;
  z-index: 9999;
  pointer-events: none;
  max-width: 300px; /* 好きな幅 */
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.fc-tooltip .event-title {
  margin: 0 0 5px;
  font-size: 15px;
  display: block;
  font-weight: 700;
}

.fc-tooltip .event-date {
  font-size: 15px;
  margin-bottom: 5px;
}

.fc-tooltip .event-desc {
  font-size: 12px;
  line-height: 1.5;
}

.fc-button-primary {
  background-color: #d63440 !important;
  border: none !important;
  padding: 0 10px !important;
  height: 40px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.fc-button-primary:hover {
  background-color: #ed5a65 !important;
}
.fc-button-primary:disabled:hover {
  background-color: #d63440 !important;
}

/* WPCF7 */
.wpcf7 input[type=text],
.wpcf7 input[type=email] {
  width: 100%;
  height: 40px;
  padding: 12px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
  border-radius: 5px;
  background-color: #ebe1cf;
  font-family: "M PLUS 1", sans-serif;
  font-size: 16px;
}
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus {
  border-color: #004d96;
}
.wpcf7 textarea {
  width: 100%;
  height: 120px;
  padding: 12px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
  border-radius: 5px;
  background-color: #ebe1cf;
  font-family: "M PLUS 1", sans-serif;
  font-size: 16px;
}
.wpcf7 textarea:focus {
  border-color: #004d96;
}
.wpcf7 .wpcf7-form-control-wrap:has(select) {
  position: relative;
}
.wpcf7 .wpcf7-form-control-wrap:has(select)::after {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  content: "\f0d7";
  font-size: 20px;
  font-weight: 900;
  color: #000;
  pointer-events: none;
}
.wpcf7 select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  margin: 0;
  width: 100%;
  height: 40px;
  padding: 6px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
  border-radius: 5px;
  background-color: #ebe1cf;
  font-family: "M PLUS 1", sans-serif;
  font-size: 16px;
}
.wpcf7 input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  margin: 0;
}
.wpcf7 input[type=checkbox]::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  content: "\f0c8";
  font-size: 30px;
  font-weight: 900;
  color: #ebe1cf;
}
.wpcf7 input[type=checkbox]:checked::after {
  content: "\f14a";
  color: #d63440;
}
.wpcf7 .wpcf7-list-item-label {
  margin-left: 5px;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7 .wpcf7-list-item:hover {
  cursor: pointer;
}
.wpcf7 .wpcf7-submit {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 350px;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #d63440;
  font-family: "M PLUS 1", sans-serif;
  color: #fff;
}

.iframe-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 30px auto;
  padding: 20px;
}
.iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.wp-pagenavi {
  text-align: center;
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin: 30px 0 0;
  }
}
.wp-pagenavi a,
.wp-pagenavi .current {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: 20px;
  font-weight: 700 !important;
  padding: 8px 15px 9px;
  margin: 5px !important;
  border-radius: 10px;
  text-decoration: none !important;
  background-color: #d63440;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi .current {
    font-size: 16px;
    padding: 6px 10px 7px;
    margin: 3px !important;
  }
}
.wp-pagenavi .current {
  background-color: #3c2d28;
  color: #fff !important;
}

section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1240px;
  padding: 50px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1110px) {
  section {
    max-width: 100%;
    width: 100%;
    padding: 30px 10px;
  }
}
@media screen and (max-width: 768px) {
  section {
    max-width: 100%;
    width: 100%;
    padding: 30px 10px;
  }
}
section .section-inner {
  max-width: 1110px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section .section-inner {
    max-width: 100%;
    width: 100%;
  }
}
section .section-inner .section-header {
  height: 35px;
  width: auto;
  text-align: center;
  margin: 0 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1110px) {
  section .section-inner .section-header {
    height: 30px;
    margin: 0 0 35px;
  }
}
@media screen and (max-width: 768px) {
  section .section-inner .section-header {
    height: 25px;
    margin: 0 0 25px;
  }
}
section .section-inner .section-header h2 {
  width: auto;
  height: 100%;
}
section .section-inner .section-header h2 img {
  display: block;
  width: auto;
  height: 100%;
}
section.hero {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 50px 20px 0;
}
@media screen and (max-width: 768px) {
  section.hero {
    padding: 10px;
  }
}
section.hero .swiper {
  border-radius: 20px;
}
section.hero .swiper .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0.75, 0, 0.25, 1);
}
@media screen and (max-width: 768px) {
  section.hero .swiper .swiper-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
section.hero .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  section.hero .swiper .swiper-wrapper .swiper-slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
section.hero .swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 20px;
  height: 20px;
  margin: 0 5px !important;
  opacity: 0.95;
}
@media screen and (max-width: 768px) {
  section.hero .swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
section.hero .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d63440;
}
@media screen and (max-width: 768px) {
  section.hero.hero--page {
    padding: 10px 0 0;
  }
}
section.hero.hero--page .hero-wrapper--page {
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  section.hero.hero--page .hero-wrapper--page {
    max-width: auto;
    width: calc(100% - 20px);
  }
}
section.hero.hero--page .hero-wrapper--page .hero-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  section.hero.hero--page .hero-wrapper--page .hero-media {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.3;
  }
}
section.hero.hero--page .hero-wrapper--page .hero-media .hero-visual-image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hero.hero--page .hero-wrapper--page .breadcrumbs {
  width: 100%;
  max-width: 1110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 80px;
}
@media screen and (max-width: 1110px) {
  section.hero.hero--page .hero-wrapper--page .breadcrumbs {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  section.hero.hero--page .hero-wrapper--page .breadcrumbs {
    max-width: 100%;
    width: 100%;
    margin-bottom: 25px;
  }
}
section.hero.hero--page .hero-wrapper--page .breadcrumbs a {
  font-weight: 700;
}
section.hero.hero--page .hero-wrapper--page .hero-content {
  width: 100%;
  max-width: 1110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  section.hero.hero--page .hero-wrapper--page .hero-content {
    max-width: 100%;
  }
}
section.hero.hero--page .hero-wrapper--page .hero-content .hero-title-visual {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1110px) {
  section.hero.hero--page .hero-wrapper--page .hero-content .hero-title-visual {
    width: auto;
    height: auto;
    margin-bottom: 25px;
  }
}
section.hero.hero--page .hero-wrapper--page .hero-content .hero-title-visual .hero-title-image {
  display: block;
  width: auto;
  height: 35px;
}
@media screen and (max-width: 1110px) {
  section.hero.hero--page .hero-wrapper--page .hero-content .hero-title-visual .hero-title-image {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  section.hero.hero--page .hero-wrapper--page .hero-content .hero-title-visual .hero-title-image {
    height: 25px;
  }
}
section.hero.hero--page .hero-wrapper--page .hero-content .hero-title-text {
  display: inline-block;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media screen and (max-width: 768px) {
  section.hero.hero--page .hero-wrapper--page .hero-content .hero-title-text {
    font-size: 20px;
  }
}
section.hero.hero--page .hero-wrapper--page .hero-content .hero-description {
  width: 730px;
  text-align: left;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1110px) {
  section.hero.hero--page .hero-wrapper--page .hero-content .hero-description {
    margin: 0 auto 35px;
  }
}
@media screen and (max-width: 768px) {
  section.hero.hero--page .hero-wrapper--page .hero-content .hero-description {
    width: 100%;
    margin: 0 auto 25px;
  }
}
section.hero.hero--page .hero-wrapper--page .hero-content .hero-description > *:last-child {
  margin-bottom: 0;
}
section.hero.hero--page .hero-wrapper--page .hero-content .post-meta {
  text-align: center;
}
section.hero.hero--page .hero-wrapper--page .hero-content .post-meta .post-date {
  font-size: 18px;
}
section.hero.hero--page .hero-wrapper--page .hero-content .post-meta .post-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
section.hero.hero--page .hero-wrapper--page .hero-content .post-meta .post-categories a {
  display: inline-block;
  padding: 5px 15px;
  margin: 5px;
  background-color: #d63440;
  color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  section.hero.hero--page .hero-wrapper--page .hero-content .post-meta .post-categories a {
    padding: 3px 10px;
    font-size: 12px;
  }
}
section .swiper-horizontal > .swiper-pagination-bullets,
section .swiper-pagination-bullets.swiper-pagination-horizontal {
  height: 20px;
  bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  section .swiper-horizontal > .swiper-pagination-bullets,
  section .swiper-pagination-bullets.swiper-pagination-horizontal {
    height: 15px;
    bottom: 15px !important;
  }
}
section.about {
  padding: 80px 20px 0;
}
@media screen and (max-width: 1110px) {
  section.about {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  section.about {
    padding: 30px 10px;
  }
}
section.about .section-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1110px) {
  section.about .section-inner {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  section.about .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
section.about .section-inner .section-header {
  width: auto;
  height: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  section.about .section-inner .section-header {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
section.about .section-inner .section-header h2 {
  width: 35px;
  height: auto;
}
@media screen and (max-width: 1110px) {
  section.about .section-inner .section-header h2 {
    width: 30px;
  }
}
section.about .section-inner .section-header h2.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  section.about .section-inner .section-header h2.is-pc {
    display: none;
  }
}
section.about .section-inner .section-header h2.is-sp {
  display: none;
  width: auto;
  height: 25px;
}
@media screen and (max-width: 768px) {
  section.about .section-inner .section-header h2.is-sp {
    display: block;
  }
}
section.about .section-inner .section-header h2 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  section.about .section-inner .section-header h2 img {
    width: auto;
    height: 100%;
  }
}
section.about .section-inner .section-content-text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 445px;
}
@media screen and (max-width: 768px) {
  section.about .section-inner .section-content-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
section.about .section-inner .section-content-image {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: 445px;
}
@media screen and (max-width: 768px) {
  section.about .section-inner .section-content-image {
    width: 100%;
  }
}
section.about .section-inner .section-content-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
section.about .section-inner.about-association {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #b2d3f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 20px;
  padding: 40px 30px;
  margin-top: 60px;
}
@media screen and (max-width: 1110px) {
  section.about .section-inner.about-association {
    padding: 30px 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  section.about .section-inner.about-association {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 15px;
    margin-top: 30px;
  }
}
section.about .section-inner.about-association .about-association__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.about .section-inner.about-association .about-association__item .section-header {
  width: auto;
  height: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  section.about .section-inner.about-association .about-association__item .section-header {
    height: 20px;
  }
}
section.about .section-inner.about-association .about-association__item .section-header img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 25px;
  margin: 0 auto;
}
section.about .section-inner.about-association .about-association__item .about-association__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  section.about .section-inner.about-association .about-association__item .about-association__content {
    font-size: 12px;
  }
}
section.howto {
  padding: 80px 20px 0;
}
@media screen and (max-width: 1110px) {
  section.howto {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  section.howto {
    padding: 0 10px 30px;
  }
}
section.howto .section-inner .section-content-text {
  max-width: 730px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 1110px) {
  section.howto .section-inner .section-content-text {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  section.howto .section-inner .section-content-text {
    max-width: 100%;
    margin: 0 auto 35px;
  }
}
section.howto .section-inner .section-content-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1110px) {
  section.howto .section-inner .section-content-cards {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  section.howto .section-inner .section-content-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
section.howto .section-inner .section-content-cards .card {
  background-color: #d63440;
  border-radius: 20px;
  padding: 40px 30px;
  width: 100%;
  max-width: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1110px) {
  section.howto .section-inner .section-content-cards .card {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  section.howto .section-inner .section-content-cards .card {
    padding: 30px;
    border-radius: 15px;
    max-width: 100%;
  }
}
section.howto .section-inner .section-content-cards .card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  section.howto .section-inner .section-content-cards .card h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  section.howto .section-inner .section-content-cards .card h3 {
    margin-bottom: 20px;
  }
}
section.howto .section-inner .section-content-cards .card p {
  margin-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  section.howto .section-inner .section-content-cards .card p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  section.info {
    padding: 0 10px 30px;
  }
}
section.info .section-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1110px) {
  section.info .section-inner {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  section.info .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
section.info .section-inner .section-content-card {
  width: 540px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1110px) {
  section.info .section-inner .section-content-card {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 768px) {
  section.info .section-inner .section-content-card {
    width: 100%;
  }
}
section.info .section-inner .section-content-card .section-content-card-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 30px;
  width: 100%;
  height: auto;
  background-color: #ebe1cf;
  border-radius: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1110px) {
  section.info .section-inner .section-content-card .section-content-card-inner {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  section.info .section-inner .section-content-card .section-content-card-inner {
    padding: 30px 20px;
    border-radius: 15px;
  }
}
section.info .section-inner .section-content-card .section-content-news .news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.6;
}
section.info .section-inner .section-content-card .section-content-news .news-list dt,
section.info .section-inner .section-content-card .section-content-news .news-list dd {
  margin-bottom: 10px;
}
section.info .section-inner .section-content-card .section-content-news .news-list dt {
  width: 110px;
  text-align: right;
}
@media screen and (max-width: 1110px) {
  section.info .section-inner .section-content-card .section-content-news .news-list dt {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
  }
}
section.info .section-inner .section-content-card .section-content-news .news-list dd {
  width: 340px;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media screen and (max-width: 1110px) {
  section.info .section-inner .section-content-card .section-content-news .news-list dd {
    width: 100%;
    margin-bottom: 10px;
  }
}
section.info .section-inner .section-content-card .section-content-news .news-list dd .news-link {
  font-weight: 700;
}
section.pickup {
  background-color: #b2d3f2;
  width: 100%;
  max-width: 100%;
}
section.pickup .section-inner .section-content-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1110px) {
  section.pickup .section-inner .section-content-cards {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  section.pickup .section-inner .section-content-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
section.pickup .section-inner .section-content-cards .card {
  border-radius: 20px;
  width: 100%;
  max-width: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  section.pickup .section-inner .section-content-cards .card {
    max-width: 100%;
    width: 80%;
  }
}
section.pickup .section-inner .section-content-cards .card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
section.page-section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin-bottom: 50px;
}
section.page-section .section-inner {
  width: 920px;
}
@media screen and (max-width: 1110px) {
  section.page-section .section-inner {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 768px) {
  section.page-section .section-inner {
    width: 100%;
  }
}
section.page-section .page-section__frame {
  background-color: #fff;
  border-radius: 20px;
  border: 10px solid #ded0b6;
  padding: 40px 85px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1110px) {
  section.page-section .page-section__frame {
    padding: 30px 20px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  section.page-section .page-section__frame {
    padding: 30px 20px;
    margin: 0 auto 30px;
    width: calc(100% - 20px);
  }
}
section.page-section .page-section__content {
  width: 730px;
  margin: 0 auto;
}
@media screen and (max-width: 1110px) {
  section.page-section .page-section__content {
    width: 100%;
  }
}
section.page-section .page-section__content > *:last-child {
  margin-bottom: 0;
}
section.page-section .page-section__content img.title-image {
  display: block;
  width: auto;
  height: 35px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  section.page-section .page-section__content img.title-image {
    height: 25px;
  }
}
section.page-section .page-section__content ul {
  padding-left: 1em;
  margin-bottom: 20px;
  list-style-type: disc;
}
section.page-section .page-section__content ul li {
  margin-bottom: 0.4em;
}
section.page-section .page-section__content a {
  color: #d63440;
  font-weight: 700;
  text-decoration: underline;
  margin: 0 auto;
}
section.page-section .page-section__content a:hover, section.page-section .page-section__content a:focus {
  opacity: 0.75;
}
section.page-section--section-form-join {
  width: 1110px;
  background-color: #ebe1cf;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 95px;
}
@media screen and (max-width: 1110px) {
  section.page-section--section-form-join {
    width: calc(100% - 20px);
    padding: 30px 20px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  section.page-section--section-form-join {
    padding: 30px 20px;
  }
}
section.page-section--section-form-join .section-inner {
  width: 930px;
}
@media screen and (max-width: 1110px) {
  section.page-section--section-form-join .section-inner {
    width: 100%;
  }
}
section.page-section .page-section__content--form {
  width: 100%;
}
section.page-section .page-section__content--form img {
  display: block;
  width: auto;
  height: 35px;
}
@media screen and (max-width: 768px) {
  section.page-section .page-section__content--form img {
    height: 25px;
  }
}
section.page-section .page-section__content--form p {
  width: 730px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1110px) {
  section.page-section .page-section__content--form p {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  section.page-section .page-section__content--form p {
    width: 100%;
    margin: 0 auto 20px;
  }
}
section.page-section .page-section__content--form--form {
  width: 100%;
  padding: 50px 95px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section.page-section .page-section__content--form--form dl {
  width: 540px;
  margin: 0 auto 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.page-section .page-section__content--form--form dl dt,
section.page-section .page-section__content--form--form dl dd {
  margin-bottom: 15px;
}
section.page-section .page-section__content--form--form dl dt {
  width: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.page-section .page-section__content--form--form dl dd {
  width: 350px;
}
section.page-section .page-section__content--form--form p {
  margin: 0;
}
section.page-section .page-section__frame--brochure {
  background-color: #fffaf0;
}
section.page-section .page-section__frame--general {
  background-color: #fff;
}
section.page-section .page-section__frame--terms {
  background-color: #fffdf8;
}
section.page-section .page-section__brochure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  text-align: center;
}
section.page-section .page-section__brochure-title {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.page-section .page-section__brochure-title {
    font-size: 20px;
  }
}
section.page-section .page-section__brochure-description {
  width: 100%;
  text-align: left;
}
section.page-section .page-section__brochure-list {
  display: grid;
  gap: 40px;
  width: 100%;
}
section.page-section .page-section__brochure-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
section.page-section .page-section__brochure-embed {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
section.page-section .page-section__brochure-embed .pdfemb-viewer {
  border: none;
  background-color: #fff;
}
section.page-section .page-section__brochure-embed iframe {
  border-radius: 12px;
}
section.page-section .page-section__brochure-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.page-section .button-download {
  min-width: 255px;
  background-color: #d63440;
  color: #fff;
}
section.page-section .page-section__content--general,
section.page-section .page-section__content--terms {
  width: 730px;
  margin: 0 auto;
}
@media screen and (max-width: 1110px) {
  section.page-section .page-section__content--general,
  section.page-section .page-section__content--terms {
    width: calc(100% - 20px);
  }
}
section.page-section .page-section__frame--news {
  background-color: #fff;
}
section.page-section .page-section__content--news {
  width: 100%;
  margin: 0 auto;
}
section.page-section .page-section__content--news .news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.6;
}
section.page-section .page-section__content--news .news-list dt,
section.page-section .page-section__content--news .news-list dd {
  margin-bottom: 10px;
}
section.page-section .page-section__content--news .news-list dt {
  width: 150px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  section.page-section .page-section__content--news .news-list dt {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
  }
}
section.page-section .page-section__content--news .news-list dd {
  width: 550px;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media screen and (max-width: 768px) {
  section.page-section .page-section__content--news .news-list dd {
    width: 100%;
  }
}
section.page-section .page-section__content--news .news-list dd .news-link {
  font-weight: 700;
}
section.page-section .page-section__content--news .news-list.news-list--empty {
  row-gap: 0;
}
section.page-section .page-section__content--news .news-archive__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.page-section .page-section__content--contact {
  width: 100%;
}
section.page-section .page-section__content--terms ol,
section.page-section .page-section__content--terms ul {
  margin-bottom: 1.4em;
  padding-left: 1.6em;
}
section.page-section .page-section__content--terms h2,
section.page-section .page-section__content--terms h3,
section.page-section .page-section__content--terms h4 {
  font-weight: 700;
  margin-top: 1.8em;
}

.page-main {
  padding: 0 0 120px;
}
.page-main__inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-main__inner {
    max-width: 100%;
    width: 100%;
  }
}

.single.news {
  width: 730px;
  margin: 50px auto 100px;
}
@media screen and (max-width: 768px) {
  .single.news {
    width: calc(100% - 20px);
    margin: 25px auto 50px;
  }
}
.single.news .post-content h1,
.single.news .post-content h2,
.single.news .post-content h3,
.single.news .post-content h4,
.single.news .post-content h5,
.single.news .post-content h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.single.news .post-content h1 {
  font-size: 28px;
}
.single.news .post-content h2 {
  font-size: 24px;
}
.single.news .post-content h3 {
  font-size: 20px;
}
.single.news .post-content h4 {
  font-size: 18px;
}
.single.news .post-content h5 {
  font-size: 16px;
}
.single.news .post-content h6 {
  font-size: 14px;
}
.single.news .post-content blockquote {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f7f2ea;
  border-radius: 15px;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.single.news .post-content cite {
  display: block;
  text-align: right;
}
.single.news .post-content .table-wrapper {
  overflow-x: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .single.news .post-content .table-wrapper {
    overflow-x: auto;
    margin-bottom: 15px;
  }
}
.single.news .post-content table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  font-size: 14px;
}
.single.news .post-content caption {
  text-align: right;
  margin-bottom: 10px;
  font-size: 12px;
}
.single.news .post-content thead {
  background-color: #f7f2ea;
}
.single.news .post-content th,
.single.news .post-content td {
  border: 2px solid #71564d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  white-space: nowrap;
}
.single.news .post-content th {
  text-align: left;
  font-weight: 700;
}
.single.news .post-content td {
  background-color: #fff;
}
.single.news .post-content dl {
  margin-bottom: 30px;
}
.single.news .post-content dl dt,
.single.news .post-content dl dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}
.single.news .post-content dl dt {
  font-weight: 700;
}
.single.news .post-content dl dd {
  margin-left: 20px;
}
.single.news .post-content ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
.single.news .post-content ul li {
  margin-left: 1.5em;
  margin-bottom: 0.4em;
  list-style-type: disc;
}
.single.news .post-content ul li li {
  list-style-type: circle;
}
.single.news .post-content ul li li li {
  list-style-type: square;
}
.single.news .post-content ol {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
.single.news .post-content ol li {
  margin-left: 1.5em;
  margin-bottom: 0.4em;
  list-style-type: decimal;
}
.single.news .post-content ol li li {
  list-style-type: lower-alpha;
}
.single.news .post-content ol li li li {
  list-style-type: lower-roman;
}
.single.news .post-content address {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 10px 20px;
}
.single.news .post-content a {
  font-weight: 700;
  text-decoration: underline;
}
.single.news .post-content strong {
  font-weight: 700;
}
.single.news .post-content abbr {
  font-style: italic;
  color: #71564d;
}
.single.news .post-content code {
  font-family: "Courier New", Courier, monospace;
  font-weight: 500;
  background-color: #f7f2ea;
  padding: 2px 6px;
  border-radius: 5px;
}
.single.news .post-content pre {
  font-family: "Courier New", Courier, monospace;
  font-weight: 500;
  background-color: #f7f2ea;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow-x: auto;
}
.single.news .post-content .wp-caption {
  max-width: 100% !important;
}
.single.news .post-content .wp-caption.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
.single.news .post-content .wp-caption.aligncenter .wp-caption-text {
  font-size: 14px;
  text-align: center;
}
.single.news .post-content .wp-caption.alignleft {
  display: block;
  margin: 15px 15px 15px 0;
  float: left;
}
.single.news .post-content .wp-caption.alignleft .wp-caption-text {
  font-size: 14px;
  text-align: left;
}
.single.news .post-content .wp-caption.alignright {
  display: block;
  margin: 15px 0 15px 15px;
  float: right;
}
.single.news .post-content .wp-caption.alignright .wp-caption-text {
  font-size: 14px;
  text-align: left;
}
.single.news .post-content .wp-caption.alignnone {
  max-width: 100%;
  margin: 0 0 15px;
}
.single.news .post-content .wp-caption.alignnone .wp-caption-text {
  font-size: 14px;
  text-align: center;
}
.single.news .post-content img {
  display: block;
  max-width: 100%;
  margin-bottom: 15px;
}
.single.news .post-content img.alignleft {
  margin: 15px 15px 15px 0;
  float: left;
}
.single.news .post-content img.alignright {
  margin: 15px 0 15px 15px;
  float: right;
}
.single.news .post-content .gallery {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .single.news .post-content .gallery {
    gap: 10px;
  }
}
.single.news .post-content .gallery .gallery-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: none !important;
  height: auto;
  margin: 0 !important;
  text-align: left !important;
}
.single.news .post-content .gallery .gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  border: none !important;
}
.single.news .post-content .gallery .gallery-item .gallery-caption {
  font-size: 14px;
}
.single.news .post-content .gallery.gallery-columns-3 .gallery-item {
  width: calc((100% - 40px) / 3) !important;
}
@media screen and (max-width: 768px) {
  .single.news .post-content .gallery.gallery-columns-3 .gallery-item {
    width: calc((100% - 20px) / 3) !important;
  }
}
.single.news .post-content .gallery.gallery-columns-4 .gallery-item {
  width: calc((100% - 60px) / 4) !important;
}
@media screen and (max-width: 768px) {
  .single.news .post-content .gallery.gallery-columns-4 .gallery-item {
    width: calc((100% - 30px) / 4) !important;
  }
}
.single.news .post-content .gallery br {
  display: none;
}
.post-navigation {
  width: 1110px;
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .post-navigation {
    width: calc(100% - 20px);
    margin: 0 auto 30px;
  }
}
.post-navigation .previous-post {
  justify-self: start;
}
.post-navigation .news-index {
  justify-self: center;
}
.post-navigation .next-post {
  justify-self: end;
}

.mini-letter-archive {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mini-letter-archive {
    width: calc(100% - 20px);
  }
}
.mini-letter-archive .mini-letter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (max-width: 1110px) {
  .mini-letter-archive .mini-letter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mini-letter-archive .mini-letter-grid {
    grid-template-columns: 1fr;
  }
}
.mini-letter-archive .mini-letter-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none !important;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}
.mini-letter-archive .mini-letter-card:hover {
  opacity: 1 !important;
}
.mini-letter-archive .mini-letter-card__thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  aspect-ratio: 1/1;
  height: auto !important;
  width: 100% !important;
}
.mini-letter-archive .mini-letter-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mini-letter-archive .mini-letter-card__thumb--placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-repeating-linear-gradient(315deg, rgba(214, 52, 64, 0.15), rgba(214, 52, 64, 0.15) 10px, rgba(214, 52, 64, 0.05) 10px, rgba(214, 52, 64, 0.05) 20px);
  background: repeating-linear-gradient(135deg, rgba(214, 52, 64, 0.15), rgba(214, 52, 64, 0.15) 10px, rgba(214, 52, 64, 0.05) 10px, rgba(214, 52, 64, 0.05) 20px);
}
.mini-letter-archive .mini-letter-card__body {
  display: block;
  padding: 18px 10px 0;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .mini-letter-archive .mini-letter-card__body {
    padding: 16px 10px 0;
  }
}
.mini-letter-archive .mini-letter-card__meta {
  font-size: 14px;
  font-weight: 600;
  color: #d63440;
  margin: 0;
}
.mini-letter-archive .mini-letter-card__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.4;
}
.mini-letter-archive .mini-letter-card__badge {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: rgba(214, 52, 64, 0.9);
  pointer-events: none;
}
.mini-letter-archive .mini-letter-card__badge i {
  font-size: 13px;
  line-height: 1;
}
.mini-letter-archive .mini-letter-archive__empty {
  margin: 40px auto 0;
  text-align: center;
  font-weight: 600;
}

.page-section--documents .document-years__list {
  list-style: none !important;
  margin: 0 0 30px !important;
  padding: 0 0 25px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 2px solid #ded0b6;
}
.page-section--documents .document-years__link {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 15px;
  background-color: #71564d;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.page-section--documents .document-years__link.is-current {
  background-color: #d63440;
  color: #fff;
}
.page-section--documents .document-entry__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-section--documents .document-entry__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.page-section--documents .document-entry__title {
  font-size: 25px;
  font-weight: 700;
}
.page-section--documents .document-entry__date {
  font-weight: 500;
}
.page-section--documents .document-entry__content {
  margin-bottom: 50px;
}
.page-section--documents .document-entry__content .section-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.page-section--documents .document-entry__content p {
  margin-bottom: 1em;
}
.page-section--documents .document-entry__content .table-wrapper {
  overflow-x: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-section--documents .document-entry__content .table-wrapper {
    overflow-x: auto;
    margin-bottom: 15px;
  }
}
.page-section--documents .document-entry__content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  font-size: 14px;
}
.page-section--documents .document-entry__content caption {
  text-align: right;
  margin-bottom: 10px;
  font-size: 12px;
}
.page-section--documents .document-entry__content thead {
  background-color: #f7f2ea;
}
.page-section--documents .document-entry__content th,
.page-section--documents .document-entry__content td {
  border: 2px solid #71564d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  white-space: nowrap;
}
.page-section--documents .document-entry__content th {
  text-align: left;
  font-weight: 700;
}
.page-section--documents .document-entry__content td {
  background-color: #fff;
}
.page-section--documents .document-entry__content td.amount {
  text-align: right;
}
.page-section--documents ol {
  list-style: decimal;
  padding-left: 1.5em;
}/*# sourceMappingURL=style.css.map */