@charset "UTF-8";

/* Normalize.css
======================================================== */
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
main { display: block; }
h1 { font-size: 2em; margin: 0.67em 0; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1em; }
a { background-color: transparent; }
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img { border-style: none; }
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 { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; }
[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; }
template { display: none; }
[hidden] { display: none; }
/* Soft reset */
figure { margin: 0; }
ul, ol, dd { margin: 0; padding: 0; list-style: none; }
h1, h2 h3, h4, h5, h6 { margin: 0; font-size: inherit; font-weight: inherit; }
p { margin: 0; }

/* Slick
======================================================== */
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 12vw; height: 12vw; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }
.slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: 1; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: -25px; }
[dir='rtl'] .slick-prev { right: -25px; left: auto; }
.slick-prev:before { content: '←'; }
[dir='rtl'] .slick-prev:before { content: '→'; }
.slick-next { right: -25px; }
[dir='rtl'] .slick-next { right: auto; left: -25px; }
.slick-next:before { content: '→'; }
[dir='rtl'] .slick-next:before { content: '←'; }
.slick-dotted.slick-slider { margin-bottom: 30px; }
.slick-dots { position: absolute; bottom: -2vw; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li { background: none !important; border: none !important; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { color: #e7e7e7; opacity: 0.7; }
.slick-dots li button:before { font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 1.5rem; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '\f111'; text-align: center; opacity: 1; color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: 1; color: #a4a4a4; }
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slider .slick-arrow { width: 1.75vw; height: auto; position: absolute; z-index: 1; top: 47%; opacity: 0.5; }
.slider .slick-arrow:hover { opacity: 1; cursor: pointer; }
.slider .prev-arrow { left: 0; }
.slider .next-arrow { right: 0; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .slick-dotted.slick-slider { margin-bottom: 2.5vw; }
  .slick-dots li { margin: 0 0.41vw; width: 1.7vw; height: 1.7vw; }
  .slick-dots li button:before { font-size: 1.25vw; width: 1.7vw; height: 1.7vw; }
}

@media screen and (max-width: 600px) {

}

/* Luminous
======================================================== */
@keyframes lum-fade {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes lum-fadeZoom {
  0% { transform: scale(0.5); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
@keyframes lum-loader-rotate {
  0% { transform: translate(-50%, -50%) rotate(0); }
  50% { transform: translate(-50%, -50%) rotate(-180deg); }
  100% { transform: translate(-50%, -50%) rotate(-360deg); }
}
@keyframes lum-loader-before {
  0% { transform: scale(1); }
  10% { transform: scale(1.2) translateX(6px); }
  25% { transform: scale(1.3) translateX(8px); }
  40% { transform: scale(1.2) translateX(6px); }
  50% { transform: scale(1); }
  60% { transform: scale(0.8) translateX(6px); }
  75% { transform: scale(0.7) translateX(8px); }
  90% { transform: scale(0.8) translateX(6px); }
  100% { transform: scale(1); }
}
@keyframes lum-loader-after {
  0% { transform: scale(1); }
  10% { transform: scale(1.2) translateX(-6px); }
  25% { transform: scale(1.3) translateX(-8px); }
  40% { transform: scale(1.2) translateX(-6px); }
  50% { transform: scale(1); }
  60% { transform: scale(0.8) translateX(-6px); }
  75% { transform: scale(0.7) translateX(-8px); }
  90% { transform: scale(0.8) translateX(-6px); }
  100% { transform: scale(1); }
}
.lum-lightbox { background: rgba(0, 0, 0, 0.6); z-index: 101; }
.lum-lightbox-inner { top: 2.5%; right: 2.5%; bottom: 2.5%; left: 2.5%; }
.lum-lightbox-inner img { position: relative; }
.lum-lightbox-inner .lum-lightbox-caption { margin: 0 auto; color: #fff; max-width: 700px; text-align: center; }
.lum-loading .lum-lightbox-loader { display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 66px; height: 20px; animation: lum-loader-rotate 1800ms infinite linear; }
.lum-lightbox-loader:before,
.lum-lightbox-loader:after { content: ""; display: block; width: 20px; height: 20px; position: absolute; top: 50%; margin-top: -10px; border-radius: 20px; background: rgba(255, 255, 255, 0.9); }
.lum-lightbox-loader:before { left: 0; animation: lum-loader-before 1800ms infinite linear; }
.lum-lightbox-loader:after { right: 0; animation: lum-loader-after 1800ms infinite linear; animation-delay: -900ms; }
.lum-lightbox.lum-opening { animation: lum-fade 180ms ease-out; }
.lum-lightbox.lum-opening .lum-lightbox-inner { animation: lum-fadeZoom 180ms ease-out; }
.lum-lightbox.lum-closing { animation: lum-fade 300ms ease-in; animation-direction: reverse; }
.lum-lightbox.lum-closing .lum-lightbox-inner { animation: lum-fadeZoom 300ms ease-in; animation-direction: reverse; }
.lum-img { transition: opacity 120ms ease-out; }
.lum-loading .lum-img { opacity: 0; }
.lum-gallery-button { overflow: hidden; text-indent: 150%; white-space: nowrap; background: transparent; border: 0; margin: 0; padding: 0; outline: 0; position: absolute; top: 50%; transform: translateY(-50%); height: 100px; max-height: 100%; width: 60px; cursor: pointer; }
.lum-close-button { position: absolute; right: 5px; top: 5px; width: 32px; height: 32px; opacity: 0.3; }
.lum-close-button:hover { opacity: 1; }
.lum-close-button:before,
.lum-close-button:after { position: absolute; left: 15px; content: " "; height: 33px; width: 2px; background-color: #fff; }
.lum-close-button:before { transform: rotate(45deg); }
.lum-close-button:after { transform: rotate(-45deg); }
.lum-previous-button { left: 12px; }
.lum-next-button { right: 12px; }
.lum-gallery-button:after { content: ""; display: block; position: absolute; top: 50%; width: 36px; height: 36px; border-top: 4px solid rgba(255, 255, 255, 0.8); }
.lum-previous-button:after { transform: translateY(-50%) rotate(-45deg); border-left: 4px solid rgba(255, 255, 255, 0.8); box-shadow: -2px 0 rgba(0, 0, 0, 0.2); left: 12%; border-radius: 3px 0 0 0; }
.lum-next-button:after { transform: translateY(-50%) rotate(45deg); border-right: 4px solid rgba(255, 255, 255, 0.8); box-shadow: 2px 0 rgba(0, 0, 0, 0.2); right: 12%; border-radius: 0 3px 0 0; }
.lum-lightbox-inner img.lum-img { max-width: 100%; }

@media (max-width: 600px) {
  .lum-lightbox-image-wrapper { display: flex; overflow: auto; -webkit-overflow-scrolling: touch; }
  .lum-lightbox-caption { width: 100%; position: absolute; bottom: 0; }
  .lum-lightbox-position-helper { margin: auto; }
  .lum-lightbox-inner img { max-width: none; max-height: none; }
}

/* Common
======================================================== */
html { font-size: 62.5%; }
body { font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica, sans-serif; font-optical-sizing: auto; font-style: normal; font-size: 1.6rem; /* 16px letter-spacing: 0; */ letter-spacing: 0.05em;  overflow-x: hidden; position: relative; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a,
.mce-content-body a { text-decoration: underline; }
a:hover { cursor: pointer; text-decoration: none; opacity: 0.7; }
#toc_container p.toc_title { font-weight: 400; }
#toc_container a, #ez-toc-container a { font-weight: 400; }
#toc_container a:visited, #ez-toc-container a:visited { font-weight: 400; }
p,
.mce-content-body p { font-size: 1.7rem; font-weight: 400; line-height: 1.9; }
p small,
.mce-content-body p small { display: inline-block; line-height: 1.5; }
header, main section, main div { gap: 0; }
/* Heading */
main h2,
.mce-content-body h2 { clear: both; position: relative; margin: 3rem auto; padding: 15px 1.5%; width: 97%; color: #fff; font-size: 3.0rem; font-weight: 600; line-height: 1.3; text-align: left; background-color: #1f3f77; font-family: "Noto Serif JP"; }
main h2:before,
main h2:after,
.mce-content-body h2:before,
.mce-content-body h2:after { position: absolute; left: 50%; transform: translateX(-50%); content: ""; width: 100%; height: 1px; background-color: #748bb4; }
main h2:before,
.mce-content-body h2:before { top: 4px; }
main h2:after,
.mce-content-body h2:after { bottom: 4px; }
main h3,
.mce-content-body h3 { clear: both; position: relative; margin: 3rem auto; padding: 10px 1.5%; width: 97%; color: #1f3f77; font-size: 2.8rem; font-weight: 600; line-height: 1.3; text-align: left; border-top-width: 1px; border-top-style: solid; border-top-color: #1f3f77; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #c8c8c8; font-family: "Noto Serif JP"; }
main h4,
.mce-content-body h4 { clear: both; margin: 3rem auto; padding: 15px 1.5%; width: 97%; color: #191818; font-size: 2.4rem; font-weight: 600; line-height: 1.3; background-color: #f0f4fc; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #1f3f77; font-family: "Noto Serif JP"; }
main h5,
.mce-content-body h5 { clear: both; margin: 3rem auto; padding: 5px 0 5px 1.5%; width: 98.5%; color: #191818; font-size: 2.2rem; font-weight: 600; line-height: 1.3; border-left-width: 3px; border-left-style: solid; border-left-color: #1f3f77; font-family: "Noto Serif JP"; }
main h6,
.mce-content-body h6 { clear: both; margin: 3rem auto; padding: 18px 1.5%; width: 97%; color: #191818; font-size: 2.0rem; font-weight: 600; line-height: 1.3; background-color: #f8f6f2; font-family: "Noto Serif JP"; }
main blockquote { position: relative; font-style: italic; font-size: 1.8rem; line-height: 2.0; margin: 0 auto 3rem; padding: 50px 50px 30px; background: #f9f9f9; }
main blockquote:before,
main blockquote:after { position: absolute; color: #e0e0e0; font-size: 4.2rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
main blockquote:before { left: 10px; top: -10px; content: "\f10d";}
main blockquote:after { right: 20px; bottom: -10px; content: "\f10e"; }

.Body__Page ul li,
.Body__Single ul li,
.mce-content-body ul li { list-style: disc; margin-left: 2rem; font-size: 1.7rem; font-weight: 400; line-height: 1.9; }
.Body__Page ol li,
.Body__Single ol li,
.mce-content-body ol li { list-style: decimal; margin-left: 2rem; font-size: 1.7rem; font-weight: 400; line-height: 1.9; }
.Body__Page > h2:first-child,
.Body__Single > h2:first-child { margin-top: 0; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  main h2 { margin: 2.307vw auto; padding:1.153vw 1.5%; font-size: 2.3vw; }
  main h3 { margin: 2.307vw auto; padding: 0.769vw 1.5%; font-size: 2.153vw; }
  main h4 { margin: 2.307vw auto; padding: 1.153vw 1.5%; font-size: 1.846vw; border-bottom-width: 0.154vw; }
  main h5 { margin: 2.307vw auto; padding: 0.384vw 0 0.384vw 1.5%; font-size: 1.692vw; }
  main h6 { margin: 2.307vw auto; padding: 1.384vw 1.5%; font-size: 1.538vw; }
  p { font-size: 1.307vw; }
  .Body__Page ul li,
  .Body__Single ul li { margin-left: 1.538vw; font-size: 1.307vw; }
}

@media screen and (max-width: 600px) {
  html { font-size: 50%; }
  body { width: 100%; text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
  html.open { height: 100%; overflow: hidden; }
  body.open { position: fixed; width: 100%; height: 100%; left: 0; overflow: hidden; }
  p { font-size: 1.7rem; line-height: 1.8; }
  /* Heading */
  main h2 { padding: 3vw 1.5%; }
  main h2:before,
  main h2:after { width: 99.5%; }
  main h3 { padding: 1.5vw 1.5%; }
  main h4 { padding: 3vw 1.5%; }
  main h5 { padding: 1vw 0 1vw 1.5%; }
  main h6 { padding: 2vw 1.5%; }
}

/* WordPress Default
======================================================== */
.is-layout-flex { gap: 0; }
.has-text-align-left { text-align: left; }
.has-text-align-center { text-align: center; }
.has-text-align-right { text-align: right; }
.aligncenter { display: block; margin-right: auto; margin-left: auto; }
.alignright { float: right; margin-bottom: 20px; margin-left: 20px; }
.alignleft { float: left; margin-right: 20px; margin-bottom: 20px; }
.wp-caption, [class*='wp-image'] { display: block; max-width: 100% !important; margin-top: 1.5em; text-align: center; }
.wp-caption-text { margin-top: 0; }
.mce-item-table { max-width: 100% !important; border-collapse: collapse; margin-bottom: 2rem; }
.mce-item-table th { padding: 1rem 2rem; border: 1px solid #eaeaea; word-break: break-all; }
.mce-item-table td { padding: 1rem 2rem; border: 1px solid #eaeaea; line-height: 1.5; word-break: break-all; }
/* TinyMCEの独自スタイル */
.--SupplementaryFrame,
.--CautionFrame { position: relative; display: block; margin: 0 auto 3rem; padding: 15px 15px 15px 63px; width: 760px; line-height: 1.7; border-width: 1px; border-style: solid; border-radius: 5px; }
.--SupplementaryFrame { background: #fff7cc; border-color: #ffe766; }
.--CautionFrame { background: #fdf2f2; border-color: #f6b8b8; }
.--SupplementaryFrame:before { content: "\21"; background: #ffd700; border-radius: 50%; }
.--CautionFrame:before { content: "\21"; }
.--SupplementaryFrame:before,
.--CautionFrame:before { position: absolute; z-index: 1; top: 10px; left: 10px; display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; color: #fff; font-size: 2.2rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.--CautionFrame:after { position: absolute; z-index: 0; top: -15px; left: 12px; content: "\f04b"; color: #f6b8b8; font-size: 4.6rem; font-family: "Font Awesome 6 Free"; font-weight: bold; transform: rotate(-90deg); }
.--SimpleFrame { display: block; margin: 0 auto 3rem; padding: 15px; width: 870px; line-height: 1.7; border: 1px solid #ccc; border-radius: 5px; }
.--SupplementaryFrame,
.--CautionFrame,
.--SimpleFrame { font-size: 1.7rem; line-height: 1.9; }
.--LabelBox { position: relative; display: flex; flex-direction: column; align-items: flex-start; margin: 3rem auto; padding: 15px; width: 810px; background: #f3fafe; border: 1px solid #bde3fb; border-radius: 5px; font-size: 1.7rem; line-height: 1.9; }
.--LabelBoxTitle { display: inline-block; margin: -30px 0 15px; padding: 0 15px; color: #fff; font-weight: 500; background: #87cefa; border-radius: 5px; }
.--DefaultButton,
.--SimpleButton { display: flex; justify-content: center; align-items: center; margin: 0 auto 3rem; }
.--DefaultButton a,
.--SimpleButton a { display: flex; justify-content: center; align-items: center; margin: 0 auto; font-size: 1.7rem; font-weight: 500; text-decoration: none; border-radius: 5px; box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15); }
.--DefaultButton a { padding: 15px 30px; color: #fff !important; }
.--SimpleButton a { padding: 15px 35px; border-width: 2px; border-style: solid; }
.--RedMarker { background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFABCE 0%) repeat scroll 0 0; /*赤色マーカー*/ }
.--BlueMarker { background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #A7F1FF 0%) repeat scroll 0 0; /*青色マーカー*/ }
.--YellowMarker { background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFFF88 0%) repeat scroll 0 0; /*黄色マーカー*/ }
/* テーブル */
table { max-width: 100% !important; border-collapse: collapse; margin-bottom: 2rem; }
table tbody { max-width: 100% !important; }
table th { padding: 10px 20px; font-size: 1.7rem; font-weight: 400; border-width: 1px; border-style: solid; border-color: #eaeaea; word-break: break-all; }
table td { padding: 10px 20px; font-size: 1.7rem; font-weight: 400; border-width: 1px; border-style: solid; border-color: #eaeaea; line-height: 1.5; word-break: break-all; }
table th p,
table td p { padding-bottom: 0 !important; }
table.mainstyle th { background: #f9f9f9; }
table.NoLine th { border: none; }
table.NoLine td { border: none; }
table.SideScroll { display: block; width: 100%; height: initial; overflow-x: auto; }
table.SideScroll tbody { display: table; }
table.SideScroll th,
table.SideScroll td { width: initial !important; white-space: nowrap; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .--SupplementaryFrame,
  .--CautionFrame { margin: 0 auto 2.307vw; padding: 1.153vw 1.153vw 1.153vw 4.846vw; width: 58.461vw; border-radius: 0.384vw; }
  .--SupplementaryFrame:before,
  .--CautionFrame:before { top: 0.769vw; left: 0.769vw; width: 3.076vw; height: 3.076vw; font-size: 1.692vw; }
  .--CautionFrame:after { top: -1.153vw; left: 0.923vw; font-size: 3.538vw; }
  .--SimpleFrame { margin: 0 auto 2.307vw; padding: 1.153vw; width: 66.923vw; border-radius: 0.384vw; }
  .--LabelBox { margin: 2.307vw auto; padding: 1.153vw; width: 62.307vw; border-radius: 0.384vw; }
  .--LabelBoxTitle { margin: -2.307vw 0 1.153vw; padding: 0 1.153vw; border-radius: 0.384vw; }
  .--SupplementaryFrame,
  .--CautionFrame,
  .--SimpleFrame,
  .--LabelBox { font-size: 1.307vw; }
  .--DefaultButton,
  .--SimpleButton { margin: 0 auto 2.5vw; }
  .--DefaultButton a,
  .--SimpleButton a { font-size: 1.5vw; border-radius: 0.4vw; }
  .--DefaultButton a { padding: 1.25vw 2.49vw; }
  .--SimpleButton a { padding: 1.25vw 2.9vw; }
  table th,
  table td,
  table th p,
  table td p { font-size: 1.307vw; }
  table th { padding: 0.83vw 1.66vw; }
  table td { padding: 0.83vw 1.66vw; }
}

@media screen and (max-width: 600px) {
  table { width: 100% !important; /* table-layout: fixed; */ }
  .lightweight-accordion-title p,
  .lightweight-accordion .lightweight-accordion-title span { font-size: 1.7rem !important; }
  .--SupplementaryFrame,
  .--CautionFrame { padding: 2% 2% 2% 14%; width: 84%; line-height: 1.5; }
  .--SupplementaryFrame:before,
  .--CautionFrame:before { top: 2vw; left: 2vw; width: 8vw; height: 8vw; }
  .--CautionFrame:after { top: -1.5vw; left: 2.5vw; font-size: 4.4rem; }
  .--SimpleFrame { padding: 2%; width: 96%; line-height: 1.5; }
  .--LabelBox { padding: 2%; width: 96%; }
  .--LabelBoxTitle { margin: -5vw 0 2vw; padding: 2% 3vw; }
  .--DefaultButton a { padding: 3.5vw 6vw; }
  .--SimpleButton a { padding: 3vw 7vw; }
}

/* Utility classes
======================================================== */
.--PC { display: block; }
.--SP { display: none !important; }
.editor-styles-wrapper .is-root-container .--SP,
.mce-content-body .--SP { display: block !important; }
@media screen and (max-width: 600px) {
  .--PC { display: none !important; }
  .--SP { display: block !important; }
}
/* Heading */
.--TopHeading { margin: 0 auto 80px; padding: 0; font-family: "Noto Serif JP"; color: #1e6723; font-size: 3.6rem; font-weight: 500; line-height: 1.25; text-align: center; }
.--TopHeading small { display: block; margin: 0; padding: 10px 0 0; font-family: "Noto Serif JP"; color: #d9be80; font-size: 1.8rem; font-weight: 600; }
.--TopIntroText { display: flex; justify-content: center; margin: 0 auto; padding: 0 0 50px; font-size: 1.8rem; line-height: 1.7; text-align: center; }
.--TopSubHeading { margin: 0 auto; padding: 0 50px; color: #508545; font-size: 2.8rem; font-weight: 500; background-color: #fff; }
.--TopText { position: relative; margin: 0; padding: 0 0 50px; font-size: 1.8rem; font-weight: 500; line-height: 2.0; text-align: center; }

/* Button */
.--Button a { position: relative; display: inline-block; margin: 0 auto; padding: 15px 0; width: 100%; color: #333; font-size: 1.7rem; font-weight: 500; font-family: "Noto Serif JP"; text-decoration: none; text-align: center; background-color: #fff; border-width: 1px; border-style: solid; border-color: #19641e; border-radius: 0; overflow: hidden; transition: background-color 0.5s ease; }
.--Button a span { position: relative; }
.--Button a:hover { opacity: 1.0; color: #fff; }
.--Button a:before { position: absolute; top: 0; left: 0; content: ""; display: block; width: 100%; height: 100%; background: #19641e; transform: scaleX(0); transition: all 0.4s ease; transition-property: transform; }
.--Button a:hover:before { transform: scaleY(1); }
.--Button a:after { position: absolute; right: 25px; top: 50%; transform: translateY(-50%); display: flex; justify-content: center; align-items: center; content: '\f054'; color: #19641e; font-size: 1.2rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.--Button a:hover:after { color: #fff; } 
/* Gradation */
.--TextGradation { display: inline-block; background: linear-gradient(90deg, #bf1d02 0%, #ffaf51 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.--BgGradation { background: linear-gradient(90deg, #bf1d02 0%, #ffaf51 100%); }
/* Shadow */
.--BoxShadow { box-shadow: 0 0 8px #e0e0e0; }
/* Font */
.--NotoSans { font-family: "Noto Sans JP"; }
.--NotoSerif { font-family: "Noto Serif JP"; }
.--Mincho { font-family: "Hiragino Mincho ProN","Hiragino Mincho Pro","游明朝","Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif; }
.--Gothic { font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
.--RobotoCondensed { font-family: "Roboto Condensed", sans-serif; }
.--Montserrat { font-family: "Montserrat", sans-serif; }
.--LogoTypeGothic { font-family: "logoFont", sans-serif; }
/* YouTube */
.--YouTube { position: relative; padding-top: 56.25%; }
.--YouTube iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Alignment */
.--AlignLeft { text-align: left; }
.--AlignCenter { text-align: center; }
.--AlignRight { text-align: right; }
/* Image */
.--ObjectFitCover { position: relative; display: block; width: 100%; background-color: #eaeaea; overflow: hidden; object-fit: cover; }
.--ObjectFitCover:before { content: ""; display: block; }
.--ObjectFitCover img { position: absolute; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; margin: auto; object-fit: cover; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .--TopHeading { margin: 0 auto 6.666vw; font-size: 3.0vw; }
  .--TopHeading small { padding: 0.833vw 0 0; font-size: 1.5vw; }
  .--TopText {  }
  .--TopSubHeading {  }
  .--Button a { padding: 1.25vw 0; font-size: 1.416vw; }
  .--Button a:after { right: 2.083vw; font-size: 1.0vw; }
  #ez-toc-container { margin-bottom: 0.83vw; padding: 0.83vw 1.66vw 0.83vw 0.83vw; border-radius: 0.3vw; /*目次*/ }
  div#ez-toc-container .ez-toc-title { font-size: 1.6vw; }
  #ez-toc-container .ez-toc-js-icon-con,
  #ez-toc-container .ez-toc-toggle label, .ez-toc-cssicon { border-radius: 0.42vw; left: 0.83vw; width: 2.9vw; }
  .ez-toc-icon-toggle-span { width: 2.95vw; height: 2.5vw; }
  div#ez-toc-container nav ul ul li { font-size: 1.14vw; }
  div#ez-toc-container ul li { font-size: 1.27vw; }
  #ez-toc-container ul ul,
  .ez-toc div.ez-toc-widget-container ul ul { margin-left: 1.9vw; }
}

@media screen and (max-width: 600px) {
  .--TopHeading { margin: 0 auto 12vw; font-size: 2.7rem; }
  .--TopHeading small { padding: 2vw 0 0; font-size: 1.5rem; }
  .--TopText { font-size: 1.7rem; }
  .--TopSubHeading {  }
  .--Button a { padding: 3vw 0; font-size: 1.8rem; }
  .--Button a:after { right: 3vw;  font-size: 1.2rem; }
}

/* Inview.js
======================================================== */
.--InviewFade { opacity: 0; /*表示前に透明にしておく */ transform: translateY(60px); /*表示前の位置 */ transition: 0.8s; /*移動にかける時間 */ transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewFade.fadeInUp { opacity: 1; transform: translateY(0); }
.--InviewFade.--Delay1 { transition-delay: 0.3s; }
.--InviewFade.--Delay2 { transition-delay: 0.6s; }
.--InviewFade.--Delay3 { transition-delay: 0.9s; }
.--InviewFade.--Delay4 { transition-delay: 1.2s; }
.--InviewFade.--Delay5 { transition-delay: 1.5s; }
.--InviewFade.--Delay6 { transition-delay: 1.8s; }

.--InviewRight { opacity: 0; /*表示前に透明にしておく */ transform: translateX(60px); /*表示前の位置 */ transition: 0.8s; /*移動にかける時間 */ transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewRight.fadeInLeft { opacity: 1; transform: translateX(0); }
.--InviewRight.--Delay1 { transition-delay: 0.3s; }
.--InviewRight.--Delay2 { transition-delay: 0.6s; }
.--InviewRight.--Delay3 { transition-delay: 0.9s; }
.--InviewRight.--Delay4 { transition-delay: 1.2s; }
.--InviewRight.--Delay5 { transition-delay: 1.5s; }
.--InviewRight.--Delay6 { transition-delay: 1.8s; }

.--InviewLeft { opacity: 0; /*表示前に透明にしておく */ transform: translateX(-60px); /*表示前の位置 */ transition: 0.8s; /*移動にかける時間 */ transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewLeft.fadeInRight { opacity: 1; transform: translateX(0); }
.--InviewLeft.--Delay1 { transition-delay: 0.3s; }
.--InviewLeft.--Delay2 { transition-delay: 0.6s; }
.--InviewLeft.--Delay3 { transition-delay: 0.9s; }
.--InviewLeft.--Delay4 { transition-delay: 1.2s; }
.--InviewLeft.--Delay5 { transition-delay: 1.5s; }
.--InviewLeft.--Delay6 { transition-delay: 1.8s; }

/* FlashBack
======================================================== */
.--FlashBack { position: relative; overflow: hidden; }
.--FlashBack:before { content: ''; display: inline-block; width: 0; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: #dfc893; }
.--FlashBack.--Move:before { animation: barAnime forwards 0.9s 1 ease 0.1s normal; }
.--FlashBack img { opacity: 0; transform: scale(1.2); }
.--FlashBack.--Move img { animation: photoAnime forwards 1.5s 1 ease 0.2s normal; }
@keyframes barAnime {
  0% { left: 0; width: 0; }
  50% { left: 0; width: 100%; }
  51% { left: 0; width: 100%; }
  68% { left: 0; width: 100%; }
  100% { left: 100%; width: 0; }
}
@keyframes photoAnime {
  0% { opacity: 0; transform: scale(1.1); }
  50% { opacity: 0; transform: scale(1.1); }
  100% { opacity: 1; transform: scale(1); }
}

.--FlashTop { position: relative; overflow: hidden; animation-delay: 3s; }
.--FlashTop:before { content: ''; display: inline-block; width: 0; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: #1f3f77; }
.--FlashTop.--Move:before { animation: barAnime forwards 0.9s 1 ease 2.1s normal; }
.--FlashTop img { opacity: 0; transform: scale(1.2); }
.--FlashTop.--Move img { animation: photoAnime forwards 1.5s 1 ease 2.2s normal; }

.mce-content-body .--InviewFade { opacity: 1.0; }
.mce-content-body .--Delay6 { transition-delay: initial; }
.mce-content-body .--FlashTop { animation-delay: initial; }
.mce-content-body .--FlashTop.--Move:before { display: none; }
.mce-content-body .--FlashTop img { opacity: initial; transform: initial; }

/* Header
======================================================== */
.Header { position: fixed; z-index: 99; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; margin: 0 auto; padding: 0; width: 100%; background-color: #fff; }
.Header__Primary { position: relative; display: flex; align-items: center; margin: 0; padding: 0; width: 500px; }
.Header__Primary a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; opacity: 0; transition: opacity 0.5s; }
.Header__Primary a:hover { opacity: 0.3; }
.Header__Primary figure { margin: 0 10px; padding: 0; width: 110px; }
.Header__Primary figure img { width: 100%; height: auto; }
.Header__Primary h1,
.Header__Primary p { margin: 0; padding: 0; color: #1e6723; font-size: 2.9rem; line-height: 1.3; font-family: "Noto Serif JP"; white-space: nowrap; }
.Header__Primary h1 span,
.Header__Primary p span { color: #67a52a; }
.Header__Secondary { display: flex; justify-content: flex-end; margin: 0; padding: 0; }
.Header__Shoulder { display: flex; margin: 0; padding: 10px 0; }
.Header__Shoulder li { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 5px; padding: 0; width: 84px; height: 84px; color: #3e2e25; font-size: 1.7rem; font-weight: 600; line-height: 1.05; text-align: center; font-family: "Noto Serif JP"; background-color: #d9be80; border-radius: 50%; }
.Header__Shoulder li strong { font-size: 2.5rem; font-weight: 600; }
.Header__Contact { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0; padding: 0 10px; }
.Header__Contact .--PhoneNumber { position: relative; margin: 0; padding: 0 0 5px 35px; color: #19641e; font-size: 3.6rem; font-weight: 600; font-family: "Noto Serif JP"; }
.Header__Contact .--PhoneNumber:before { position: absolute; left: 0; top: 8px; /* transform: translateY(-50%); */ display: flex; justify-content: center; align-items: center; width: 25px; height: 25px; border-width: 2px; border-style: solid; border-color: #4b4b4b; border-radius: 50%; color: #4b4b4b; content: "\f095"; font-size: 1.3rem; line-height: 1.0; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.Header__Contact dd { display: flex; flex-direction: column; align-items: center; margin: 0; padding: 0; color: #545454; font-size: 1.4rem; font-weight: 400; line-height: 1.2; text-align: center; }
.Header__Contact .--ReceptionHours:before { content: "営業時間　"; }
.Header__Button { display: flex; }
.Header__Button li a { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0; padding: 0; width: 170px; height: 100%; color: #fff; font-size: 1.7rem; font-weight: 500; line-height: 1.35; text-decoration: none; font-family: "Noto Serif JP"; text-align: center; background-color: #19641e; border-width: 1px; border-style: solid; border-color: #19641e; transition: color 0.5s, background-color 0.5s; }
.Header__Button li.--Line a { background-color: #67a52a; border-color: #67a52a; }
.Header__Button li a i { font-size: 2.6rem; margin-bottom: 5px; }
.Header__Button li.--Line a i { position: relative; transition: color 0.5s, background-color 0.5s; }
.Header__Button li.--Line a i:before { position: relative; z-index: 1; display: block; transform: scale(1.55, 1.55); color: #67a52a; }
.Header__Button li.--Line a i:after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 30px; height: 30px; background-color: #fff; }
.Header__Button li a:hover { opacity: 1.0; color: #19641e; background-color: #fff; }
.Header__Button li.--Line a:hover { color: #67a52a; }
.Header__Button li.--Line a:hover i:before { color: #fff; }
.Header__Button li.--Line a:hover i:after { background-color: #67a52a; }
.menu-btn { display: none; }

@media only screen and (min-width:601px) and (max-width:1400px) {
  .Header__Primary { width: 35.714vw; }
  .Header__Primary figure { margin: 0 0.714vw; width: 7.857vw; }
  .Header__Primary h1,
  .Header__Primary p { font-size: 2.071vw; }
  .Header__Shoulder { padding: 0.714vw 0; }
  .Header__Shoulder li { margin: 0 0.357vw; width: 6vw; height: 6vw; font-size: 1.214vw; }
  .Header__Shoulder li strong { font-size: 1.785vw; }
  .Header__Contact { padding: 0 0.714vw; }
  .Header__Contact .--PhoneNumber { padding: 0 0 0.357vw 2.5vw; font-size: 2.571vw; }
  .Header__Contact .--PhoneNumber:before { top: 0.571vw; width: 1.785vw; height: 1.785vw; border-width: 0.143vw; font-size: 0.928vw; }
  .Header__Contact dd { font-size: 1.0vw; }
  .Header__Button li a { width: 12.142vw; font-size: 1.214vw; }
  .Header__Button li a i { font-size: 1.857vw; margin-bottom: 0.357vw; }
  .Header__Button li.--Line a i:after { /* width: 2.142vw; height: 2.142vw; */ width: 2vw; height: 2vw; }
}

@media screen and (max-width: 600px) {
  .Header { justify-content: flex-start; }
  .Header__Primary { width: 60%; }
  .Header__Primary a:hover { opacity: 0; }
  .Header__Primary figure { margin: 0 1vw; width: 20%; }
  .Header__Primary h1,
  .Header__Primary p { font-size: 1.7rem; }
  .Header__Contact,
  .Header__Button { display: none; }
  .Header__Secondary { justify-content: flex-start; width: 30%; }
  .Header__Shoulder { padding: 1vw 0; }
  .Header__Shoulder li { margin: 0 0.5vw; width: 11vw; height: 11vw; font-size: 1.1rem; }
  .Header__Shoulder li strong { font-size: 1.5rem; }
}

/* GlobalNavi
======================================================== */
.GlobalNavi { margin: 0 auto; padding: 0; width: 100%; background-color: #19641e; border-top: 1px solid #fff; }
.GlobalNavi__List { display: flex; justify-content: center; }
.GlobalNavi__List li { position: relative; display: flex; margin: 0; padding: 0; }
.GlobalNavi__List li a { display: flex; justify-content: center; align-items: center; margin: 0; padding: 20px 25px; color: #fff; font-size: 1.7rem; font-weight: 500; line-height: 1.3; text-decoration: none; font-family: "Noto Serif JP"; transition: color 0.5s, background-color 0.5s; }
.GlobalNavi__List li a:hover { opacity: 1.0; color: #19641e; background-color: #fff; }
.GlobalNavi .sub-menu { z-index: 1000; display: none; background: rgba(102,102,102,0.9); position: absolute; top: 61px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); width: 300px; }
.GlobalNavi .sub-menu li { position: relative; display: flex; flex-direction: column; margin: 0; padding: 0; width: 100%; border-left: none; border-right: none; }
.GlobalNavi .sub-menu li a { display: block; margin: 0 auto; padding: 10px 5%; width: 90%; color: #fff; font-size: 1.5rem; text-align: left; border-bottom: 1px solid #fff; }
.GlobalNavi .sub-menu li a:hover { opacity: 1.0; color: #d9be80; background-color: initial; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .GlobalNavi__List li a { padding: 1.666vw 2.083vw; font-size: 1.416vw; }
  .GlobalNavi .sub-menu { top: 5.083vw; width: 25vw; }
  .GlobalNavi .sub-menu li a { padding: 0.833vw 5%; font-size: 1.25vw; }
}

@media screen and (max-width: 600px) {
  .MobileNavi { justify-content: center; gap: 0; padding: 2%; background: #0849a3; border-top: 1px solid #fff; }
  .MobileNavi figure { width: 23%; margin: 1% !important; }
  .MobileNavi figure img { margin-top: 0; }
  .fixed { position: fixed; z-index: 99; top: 0; }
  /* ハンバーガーボタン */
  .menu-btn { display: block; position: absolute; top: 0; right: 0; width: 13vw; height: 13vw; cursor: pointer; z-index: 101; -webkit-transition: all 3s ease-in-out; transition: all .3s ease-in-out; background-color: #19641e; /* border: 1px solid #bf1d02; border-radius: 1vw; */ }
  /* .menu-btn:after { position: absolute; bottom: 1.5vw; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); z-index: 0; content: "MENU"; display: block; color: #e6e6e6; font-size: 1.2rem; font-weight: bold; letter-spacing: 0; white-space: nowrap; } */
  body.open .menu-btn { position: fixed; background: none; }
  body.open .menu-btn:after { display: none; }
  .menu-btn-line { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; height: 2px; width: 56%; background-color: #fff; -webkit-transition: all 3s ease-in-out; transition: all .3s ease-in-out; }
  .menu-btn-line:before,
  .menu-btn-line:after { content: ""; height: 2px; width: 100%; position: absolute; left: 0; background-color: #fff; -webkit-transition: inherit; transition: inherit; }
  .menu-btn-line:before { top: -2.5vw; }
  .menu-btn-line:after { top: 2.5vw; }
  body.open .menu-btn { border-color: #ff7200; }
  body.open .menu-btn-line { background-color: transparent; }
  body.open .menu-btn-line:before,
  body.open .menu-btn-line:after { top: 0; background-color: #fff; }
  body.open .menu-btn-line:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
  body.open .menu-btn-line:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

  /* モーダルウィンドウ */
  body.open { position: fixed; width: 100%; height: 100%; }
  body.open .Body__Modal { display: block !important; transition: all .5s; visibility: visible; opacity: 1; overflow-y: auto; }
  .Modal { margin: 15vw auto 3vw !important; padding: 3%; width: 90%; background: #f6f2ed; }
  .Modal nav { margin-bottom: 2vw !important; }
  .Modal__List { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0 auto; width: 100%; }
  .Modal__List li { display: flex; margin: 0 0 2vw; width: 49%; }
  .Modal__List li a { position: relative; display: flex; justify-content: center; align-items: center; margin: 0; padding: 2vw 4vw; width: 100%; min-height: 9vw; color: #fff; font-size: 1.9rem; font-weight: 500; text-align: center; text-decoration: none; border-radius: 5px; }
  .Modal__List li a:after { position: absolute; right: 2vw; top: 50%; transform: translateY(-50%); content: "\f054"; font-size: 1.3rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
  .Modal__Heading { position: relative; display: flex; justify-content: center; align-items: center; margin: 0 auto 3vw !important; padding: 3.5vw 0; width: 100%; font-size: 2.4rem; font-weight: 500; text-align: center; background: #fffaed; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
  .Modal__Heading .--BtnAcd { position: absolute; display: flex; justify-content: flex-end; align-items: center; width: 100%; height: 100%; }
  .Modal__Heading .--BtnAcd:after { display: inline-block; margin: 0 2vw 0 0; padding: 1.5vw 2vw; content: "\2b"; font-size: 1.7rem; font-family: "Font Awesome 6 Free"; font-weight: bold; background: #fff; }
  .Modal__Heading .--BtnAcd.Selected:after { content: "\f068"; }
  .Modal__Close { display: flex; justify-content: center; margin: 0 auto; width: 100%; }
  .Modal__Close a { display: flex; margin: 0 auto; padding: 1vw 9vw; color: #fff; font-size: 1.9rem; font-weight: 500; text-align: center; text-decoration: none; background: #999; border-radius: 5px; }
  .Modal__Menu { display: none; }

  .GlobalNavi { display: none !important; }
  body.open .GlobalNavi { display: block !important; overflow-y: scroll; }
  .GlobalNavi ul { display: block; margin: 10vw auto 0; padding: 0; width: 90%; list-style-type: none; /* border-top: 1px solid #000; */ }
  .GlobalNavi ul.GlobalNavi__Secondary { margin: 10vw auto; padding: 0; width: 90%; }
  .GlobalNavi li { margin: 0; width: 100%; text-align: center; }
  .GlobalNavi { position: fixed; display: flex; justify-content: center; top: 0; left: 0; width: 100%; height: 100%; background: rgba(25, 100, 30, 0.95); z-index: 100; /*▼グロナビ(SP) */ }
  .GlobalNavi li { flex-wrap: wrap; width: 100%; text-align: left; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #cfd6e2; }
  .GlobalNavi__Primary li:first-child,
  .GlobalNavi__Secondary li:first-child { border-left: none; }
  .GlobalNavi__Secondary li { border: none; }
  .GlobalNavi li:before { display: none; }
  .GlobalNavi li a { position: relative; flex-direction: row; justify-content: flex-start; margin: 0; padding: 5vw 2%; width: 96%; font-size: 2.0rem; font-weight: 400; text-decoration: none; text-align: center; }
  .GlobalNavi li a:after { position: absolute; right: 2vw; top: 50%; transform: translateY(-50%); margin: 0; content: "\f054"; font-size: 1.3rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
  .GlobalNavi ul.GlobalNavi__Secondary li a { padding: 4vw 5%; }
  .GlobalNavi li a:hover { color: #fff; background: none; }
  .GlobalNavi li a i { margin: 0 2vw 0 0; padding: 0; color: #fff; }
  .GlobalNavi li a span { flex-grow: initial; }
  .GlobalNavi li.menu-item-has-children a:after { position: absolute; right: 2vw; top: 50%; transform: translateY(-50%); content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: bold; }
  .GlobalNavi li.menu-item-has-children a:hover { /* background-color: #ff7200; */ }
  .GlobalNavi li.menu-item-has-children a.on { /* background-color: #f3f7f3; */ }
  .GlobalNavi li.menu-item-has-children a.on:after { content: "\f106"; }
  .GlobalNavi .sub-menu { z-index: initial; background: initial; position: initial; top: initial; left: initial; transform: initial; -webkit-transform: initial; -ms-transform: initial; width: 100%; box-shadow: initial; margin: 0; }
  .GlobalNavi .sub-menu li { margin: -1px 0 0; }
  .GlobalNavi .sub-menu li:last-child { border-bottom: none; }
  .GlobalNavi .sub-menu li a { padding: 3.5vw 5%; color: #1e6723; font-size: 2.0rem; /* text-align: center; */ background-color: #f3f7f3; }
  .GlobalNavi .sub-menu li:last-child a { border-bottom: none; }
  .GlobalNavi .sub-menu li a:hover { color: #1e6723; background-color: #f3f7f3; }
  .GlobalNavi .sub-menu li a:after { display: none; }
  .GlobalNavi .open { display: block; margin: 0; padding: 0; }

  .GlobalNavi .BoxMenu { display: flex; margin: 0 auto 25vw; padding: 0; width: 70%; }
  .GlobalNavi .BoxMenu__Item { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; text-decoration: none; }
  .GlobalNavi .BoxMenu__Image { position: absolute; top: 0; left: 0; width: 100%; }
  .GlobalNavi .BoxMenu__Image img { width: 100%; height: auto; }
  .GlobalNavi .BoxMenu__Title { z-index: 1; display: block; margin-top: 3vw; color: #fff; font-size: 1.8rem; font-weight: 700; line-height: 1.2; text-align: center; }
  .GlobalNavi .BoxMenu__Title span { color: #ffea00; }
}

/* メインビジュアル
======================================================== */
.Body__MainVisual { position: relative; margin: 0 auto 30px; padding: 0; width: 100%; background-image: url(/wp-content/uploads/2025/12/mv-bg-pc.jpg); background-repeat: no-repeat; background-position: center top; background-size: cover; }
html.webp .Body__MainVisual { background-image: url(/wp-content/uploads/2025/12/mv-bg-pc.jpg.webp); }
.MainVisual { display: flex; justify-content: space-between; align-items: center; margin: 0 auto; padding: 20px 0 70px; width: 1100px; }
.mce-content-body .Body__MainVisual { margin: 0 auto; }
.mce-content-body .MainVisual { padding: 0 0 200px; width: 100%; }
.mce-content-body .MainVisual { align-items: flex-start; }
.MainVisual__Text { margin: 0; padding: 0; width: 750px; }
.mce-content-body .MainVisual__Text { background: none; width: 68%; }
.mce-content-body .MainVisual__Text:before,
.mce-content-body .MainVisual__Text:after { display: none; }
.mce-content-body .MainVisual__Text img.--SP { width: 50%; }
.MainVisual__Image { margin: 0; padding: 0; width: 350px; }
.mce-content-body .MainVisual__Image { width: 32%; }
.MainVisual__Text img,
.MainVisual__Image img { width: 100%; height: auto; }
.Body__MainVisualBottom { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; overflow: hidden; }
.Body__MainVisualBottom img { width: 100%; height: auto; }
.mce-content-body .Body__MainVisualBottom { width: 100%; }

@media only screen and (min-width:601px) and (max-width:2000px) {
  .Body__MainVisualBottom { width: 2000px; }
  .mce-content-body .Body__MainVisualBottom { width: 100%; }
}

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__MainVisual { margin: 0 auto 2.5vw; }
  .MainVisual { padding: 1.666vw 0 5.833vw; width: 91.667vw; }
  .MainVisual__Text { width: 62.5vw; }
  .MainVisual__Image { width: 29.166vw; }
  .Body__MainVisualBottom { width: 100%; overflow: hidden; }
  .Body__MainVisualBottom img { margin: 0 0 0 -25%; width: 150%; }
}

@media screen and (max-width: 600px) {
  .Body__MainVisual { background-image: url(/wp-content/uploads/2025/12/mv-bg-sp.jpg); }
  html.webp .Body__MainVisual { background-image: url(/wp-content/uploads/2025/12/mv-bg-sp.jpg.webp); }
  .MainVisual { align-items: flex-end; padding: 2vw 0 3vw; width: 100%; }
  .MainVisual__Text { display: flex; justify-content: flex-end; align-items: flex-start; width: 45%; text-align: right; }
  .MainVisual__Text img { width: 90%; }
  .MainVisual__Image { display: flex; justify-content: center; align-items: flex-end; width: 55%; text-align: right; }
  .MainVisual__Image img { width: 88%; }
}

/* 【TOP】クリニック経営・医療関係者のプライベートでよくあるお悩み
======================================================== */
.Body__TopProblem { margin: 0 auto; padding: 0; width: 100%; }
.Body__TopProblem .--TopHeading { margin-bottom: 130px; }
.TopProblem { display: flex; flex-wrap: wrap; margin: 0 auto; padding: 0; width: 1100px; }
.TopProblem__Item { position: relative; display: flex; flex-direction: column; align-items: center; margin: 0 22px 80px 0; padding: 0; width: 350px; background-color: #f3f7f3; border: 1px solid #1e6723; }
.TopProblem__Item:after { position: absolute; z-index: 1; right: 5px; bottom: 5px; content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 10px 10px; border-color: transparent transparent #1e6723 transparent; pointer-events: none; }
.TopProblem__Item:nth-of-type(3n) { margin-right: 0; }
.TopProblem__Item a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; opacity: 0; transition: opacity 0.5s; }
.TopProblem__Item a:hover { opacity: 0.3; }
.TopProblem__Icon { position: absolute; top: -60px; left: 50%; transform: translateX(-50%); width: 90px; pointer-events: none; }
.TopProblem__Icon img { width: 100%; height: auto; }
.TopProblem__Text { display: flex; justify-content: center; align-items: center; margin: 0 auto; padding: 40px 0 15px; min-height: 80px; color: #1e6723; font-size: 1.9rem; font-weight: 500; line-height: 1.35; text-align: center; font-family: "Noto Serif JP"; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__TopProblem .--TopHeading { margin-bottom: 10.833vw; }
  .TopProblem { width: 91.667vw; }
  .TopProblem__Item { margin: 0 1.833vw 6.666vw 0; width: 29vw; }
  .TopProblem__Item:after { right: 0.416vw; bottom: 0.416vw; border-width: 0 0 0.834vw 0.834vw; }
  .TopProblem__Icon { top: -5vw; width: 7.5vw; }
  .TopProblem__Text { padding: 3.333vw 0 1.25vw; min-height: 6.666vw; font-size: 1.583vw; }
}

@media screen and (max-width: 600px) {
  .Body__TopProblem { padding: 0 0 4vw; }
  .Body__TopProblem .--TopHeading { margin-bottom: 18vw; }
  .TopProblem { justify-content: space-between; width: 90%; }
  .TopProblem__Item { margin: 0 0 10vw; width: 48%; }
  .TopProblem__Item a:hover { opacity: 0; }
  .TopProblem__Item:after { right: 1vw; bottom: 1vw; border-width: 0 0 2vw 2vw; }
  .TopProblem__Icon { top: -8vw; width: 13vw; }
  .TopProblem__Text { padding: 7vw 2vw 3vw; line-height: 1.2; }
}

/* 【TOP】当事務所が選ばれる理由
======================================================== */
.Body__TopReason { margin: 0 auto; padding: 80px 0; width: 100%; background-color: #f3f7f3; }
.TopReason { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0 auto; padding: 0; width: 1100px; }
.TopReason__Item { position: relative; display: flex; flex-direction: column; align-items: center; margin: 0 0 40px 0; padding: 0; width: 525px; background-color: #fff; counter-increment: reason-num; }
.TopReason__Item a { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; opacity: 0; transition: opacity 0.5s; }
.TopReason__Item a:hover { opacity: 0.3; }
.TopReason__Image { width: 100%; }
.TopReason__Image:before { padding-top: 51%; }
.TopReason__Text { position: relative; display: flex; justify-content: center; align-items: center; margin: 0 auto; padding: 30px 0 10px; width: 100%; min-height: 140px; color: #1e6723; font-size: 2.5rem; font-weight: 500; line-height: 1.6; text-align: center; font-family: "Noto Serif JP"; }
.TopReason__Text:before { position: absolute; left: 5px; top: -10px; color: #d9be80; font-size: 3.6rem; font-weight: 500; font-family: "Noto Serif JP"; content: counter(reason-num, decimal-leading-zero); }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__TopReason { padding: 6.666vw 0; }
  .TopReason { width: 91.667vw; }
  .TopReason__Item { margin: 0 0 3.333vw; width: 43.75vw; }
  .TopReason__Text { padding: 2.5vw 0 0.833vw; min-height: 11.666vw; font-size: 2.083vw; }
  .TopReason__Text:before { left: 0.416vw; top: -0.833vw; font-size: 3.0vw; }
}

@media screen and (max-width: 600px) {
  .Body__TopReason { padding: 12vw 0; }
  .TopReason { flex-direction: column; width: 80%; }
  .TopReason__Item { margin: 0 0 8vw; width: 100%; }
  .TopReason__Text { padding: 6vw 0 7vw; min-height: initial; font-size: 2.0rem; line-height: 1.45; }
  .TopReason__Text:before { left: 1vw; top: -1vw; font-size: 2.6rem; }
}

/* 【TOP】代表者メッセージ
======================================================== */
.Body__TopGreeting { margin: 0 auto; padding: 90px 0 110px; width: 100%; background-image: url(/wp-content/uploads/2025/12/greeting-bg.png); background-repeat: repeat; background-position: center top; background-size: 116px auto; }
.TopGreeting { margin: 0 auto; padding: 0; width: 1100px; }
.TopGreeting p { margin: 0; padding: 0; color: #11364e; font-size: 1.8rem; font-weight: 400; line-height: 2.0; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__TopGreeting { padding: 7.5vw 0 9.166vw; background-size: 9.666vw auto; }
  .TopGreeting { width: 91.667vw; }
  .TopGreeting p { font-size: 1.5vw; }
}

@media screen and (max-width: 600px) {
  .Body__TopGreeting { padding: 12vw 0 16vw; }
  .TopGreeting { width: 88%; }
  .TopGreeting p { line-height: 1.5; }
}

/* 【TOP】解決事例
======================================================== */
.Body__TopCase { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 90px 0; width: 100%; }
.Body__TopCase .--TopHeading { margin-bottom: 60px; }
.TopCase { display: flex; justify-content: center; margin: 0 auto; padding: 0 0 50px; width: 1100px; }
.TopCase__Item { position: relative; display: flex; flex-direction: column; margin: 0 1%; padding: 1.5%; width: 27%; background-color: #f3f7f3; }
.TopCase__Item:after { content: ""; display: block; position: absolute; bottom: 0; left: 0; height: 100%; width: 100%; transition: border-width 0.2s; border: 0 solid #1e6723; box-sizing: border-box; z-index: 0; }
.TopCase__Item:hover:after { border-width: 10px; }
.TopCase__Item a { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; }
.TopCase__Image { margin: 0; padding: 0; width: 100%; }
.TopCase__Image:before { padding-top: 66%; }
.TopCase__Heading { flex-grow: 1; margin: 0; padding: 15px 0; }
.TopCase__Heading h3 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 0; padding: 0; color: #1e6723; font-size: 2.0rem; font-weight: 500; line-height: 1.45; font-family: "Noto Serif JP"; }
.TopCase__Text { margin: 0; padding: 0 0 15px; }
.TopCase__Text p { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; margin: 0; padding: 0; color: #11364e; font-size: 1.6rem; font-weight: 400; line-height: 1.5; }
.Body__TopCase .--Button { margin: 0 auto; padding: 0; width: 310px; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__TopCase { padding: 7.5vw 0; }
  .Body__TopCase .--TopHeading { margin-bottom: 5.0vw; }
  .TopCase { padding: 0 0 4.166vw; width: 91.667vw; }
  .TopCase__Item:hover:after { border-width: 0.834vw; }
  .TopCase__Heading { padding: 1.25vw 0; }
  .TopCase__Heading h3 { font-size: 1.666vw; }
  .TopCase__Text { padding: 0 0 1.25vw; }
  .TopCase__Text p { font-size: 1.333vw; }
  .Body__TopCase .--Button { width: 25.833vw; }
}

@media screen and (max-width: 600px) {
  .Body__TopCase { padding: 12vw 0; }
  .Body__TopCase .--TopHeading { margin-bottom: 10vw; }
  .TopCase { padding: 0 0 10vw; width: 100%; }
  .TopCase .slick-track { display: flex; }
  .TopCase .slick-slide { display: flex !important; }
  .TopCase .slick-prev,
  .TopCase .slick-next { z-index: 1; width: 8vw; height: 8vw; background: #1f3f77; border-radius: 50%; }
  .TopCase .slick-prev { left: 11vw; }
  .TopCase .slick-next { right: 11vw; }
  .TopCase .slick-prev:before,
  .TopCase .slick-next:before { font-size: 1.5rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
  .TopCase .slick-prev:before { content: "\f053"; }
  .TopCase .slick-next:before { content: "\f054"; }
  .TopCase__Item { margin: 0 0.5%; padding: 0.5%; }
  .TopCase__Item:hover:after { border-width: 5px; }
  .TopCase__Heading { padding: 4vw 0; }
  .TopCase__Heading h3 { font-size: 2.0rem; }
  .TopCase__Text { padding: 0 0 3vw; }
  .Body__TopCase .--Button { width: 62%; }
}

/* 【TOP】新着情報
======================================================== */
.Body__TopNews { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 70px 0; width: 100%; background-color: #f3f7f3; }
.Body__TopNews .--TopHeading { margin-bottom: 50px; }
.TopNews { display: flex; flex-direction: column; margin: 0 auto; padding: 0 0 50px; width: 1100px; }
.TopNews__Item { position: relative; display: flex; margin: 0; padding: 25px 0; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #d8d8d8; transition: background-color 0.5s; }
.TopNews__Item a { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; opacity: 0; transition: opacity 0.5s; }
.TopNews__Item a:hover { opacity: 0.3; }
.TopNews__Date { display: flex; align-items: center; margin: 0 0 0 1%; padding: 0; width: 11%; color: #333; font-size: 1.7rem; font-weight: 500; line-height: 1.0; font-family: "Noto Serif JP"; }
.TopNews__Category { display: flex; flex-wrap: wrap; margin: 0; padding: 0; width: 15%; }
.TopNews__Category li { display: flex; justify-content: center; align-items: center; margin: 0 1% 0 0; padding: 10px 30px; color: #fff; font-size: 1.4rem; font-weight: 500; line-height: 1.0; background-color: #67a52a; }
.TopNews__Title { display: flex; align-items: center; margin: 0; padding: 0; width: 73%; }
.TopNews__Title p { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; margin: 0; padding: 0; font-size: 1.8rem; font-weight: 400; line-height: 1.35; }
.Body__TopNews .--Button { margin: 0 auto; padding: 0; width: 310px; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__TopNews { padding: 5.833vw 0; }
  .Body__TopNews .--TopHeading { margin-bottom: 4.166vw; }
  .TopNews { padding: 0 0 4.166vw; width: 91.667vw; }
  .TopNews__Item { padding: 2.083vw 0; }
  .TopNews__Date { font-size: 1.416vw; }
  .TopNews__Category li { padding: 0.833vw 2.5vw; font-size: 1.166vw; }
  .TopNews__Title p { font-size: 1.5vw; }
  .Body__TopNews .--Button { width: 25.833vw; }
}

@media screen and (max-width: 600px) {
  .Body__TopNews { padding: 12vw 0; }
  .Body__TopNews .--TopHeading { margin-bottom: 8vw; }
  .TopNews { padding: 0 0 10vw; width: 90%; }
  .TopNews__Item { flex-direction: row; flex-wrap: wrap; padding: 3.5vw 0; }
  .TopNews__Date { margin: 0; width: 25%; font-size: 1.5rem; }
  .TopNews__Category { width: 75%; }
  .TopNews__Category li { margin: 0 1vw 0 0; padding: 1.5vw 5vw; font-size: 1.3rem; }
  .TopNews__Title { padding: 3vw 0 0; width: 100%; }
  .TopNews__Title p { -webkit-line-clamp: 2; }
  .Body__TopNews .--Button { width: 62%; }
}

/* 【TOP】アクセス
======================================================== */
.Access { margin: 0; padding: 0; line-height: 0; }
.Access iframe { margin: 0; padding: 0; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Access iframe { height: 53.333vw; }
}

@media screen and (max-width: 600px) {
  .Access iframe { height: 82vw; }
}

/* フッター　
======================================================== */
.Body__Footer { display: flex; flex-direction: column; margin: 0 auto 100px; padding: 0; width: 100%; background-color: #f3f7f3; border-top-width: 3px; border-top-style: solid; border-top-color: #d9be80; }
.Footer { display: flex; justify-content: space-between; margin: 0 auto; padding: 30px 0 25px; width: 1100px; }
.Footer__Primary { position: relative; display: flex; align-items: center; margin: 0; padding: 0; }
.Footer__Primary a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #f3f7f3; opacity: 0; transition: opacity 0.5s; }
.Footer__Primary a:hover { opacity: 0.5; }
.Footer__Primary figure { margin: 0 10px 0 0; padding: 0; width: 85px; }
.Footer__Primary figure img { width: 100%; height: auto; }
.Footer__Primary p { margin: 0; padding: 0; color: #1e6723; font-size: 2.2rem; font-weight: 500; line-height: 1.3; font-family: "Noto Serif JP"; }
.Footer__Primary p span { color: #67a52a; }
.Footer__Secondary { display: flex; justify-content: flex-end; margin: 0; padding: 0; }
.Footer__Shoulder { display: flex; align-items: center; margin: 0; padding: 0; }
.Footer__Shoulder li { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 10px 0 0; padding: 0; width: 75px; height: 75px; color: #3e2e25; font-size: 1.5rem; font-weight: 600; line-height: 1.1; font-family: "Noto Serif JP"; background-color: #d9be80; border-radius: 50%; }
.Footer__Shoulder li strong { font-size: 2.2rem; font-weight: 600; }
.Footer__Contact { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0; padding: 0 10px; }
.Footer__Contact .--PhoneNumber { position: relative; margin: 0; padding: 0 0 5px 35px; color: #19641e; font-size: 2.8rem; font-weight: 600; font-family: "Noto Serif JP"; }
.Footer__Contact .--PhoneNumber:before { position: absolute; left: 0; top: 8px; /* transform: translateY(-50%); */ display: flex; justify-content: center; align-items: center; width: 20px; height: 20px; border-width: 2px; border-style: solid; border-color: #4b4b4b; border-radius: 50%; color: #4b4b4b; content: "\f095"; font-size: 1.1rem; line-height: 1.0; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.Footer__Contact dd { display: flex; flex-direction: column; align-items: center; margin: 0; padding: 0 0 0 30px; color: #545454; font-size: 1.2rem; font-weight: 400; line-height: 1.3; text-align: center; }
.Footer__Contact .--ReceptionHours:before { content: "営業時間　"; }
.Footer__Button { display: flex; }
.Footer__Button li a { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 0 0 10px; padding: 0; width: 130px; height: 100%; color: #fff; font-size: 1.4rem; font-weight: 500; line-height: 1.25; text-decoration: none; font-family: "Noto Serif JP"; text-align: center; background-color: #19641e; border-radius: 5px; border-width: 1px; border-style: solid; border-color: #19641e; transition: color 0.5s, background-color 0.5s; }
.Footer__Button li.--Line a { background-color: #67a52a; border-color: #67a52a; }
.Footer__Button li a i { font-size: 2.3rem; margin-bottom: 5px; }
.Footer__Button li.--Line a i { position: relative; }
.Footer__Button li.--Line a i:before { position: relative; z-index: 1; display: block; transform: scale(1.55, 1.55); color: #67a52a; }
.Footer__Button li.--Line a i:after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 25px; height: 25px; background-color: #fff; }
.Footer__Button li a:hover { opacity: 1.0; color: #19641e; background-color: #fff; }
.Footer__Button li.--Line a:hover { color: #67a52a; }
.Footer__Button li.--Line a:hover i:before { color: #fff; }
.Footer__Button li.--Line a:hover i:after { background-color: #67a52a; }
.Copyright { display: flex; flex-direction: column; align-items: center; margin: 0; padding: 10px 0; width: 100%; background-color: #19641e; }
.Copyright p { margin: 0; padding: 0; color: #fff; font-size: 1.1rem; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__Footer { margin: 0 auto 8.333vw; border-top-width: 0.25vw; }
  .Footer { padding: 2.5vw 0 2.083vw; width: 91.667vw; }
  .Footer__Primary figure { margin: 0 0.833vw 0 0; width: 7.083vw; }
  .Footer__Primary p { font-size: 1.833vw; }
  .Footer__Shoulder li { margin: 0 0.833vw 0 0; width: 6.25vw; height: 6.25vw; font-size: 1.25vw; }
  .Footer__Shoulder li strong { font-size: 1.833vw; }
  .Footer__Contact { padding: 0 0.833vw; }
  .Footer__Contact .--PhoneNumber { padding: 0 0 0.416vw 2.916vw; font-size: 2.333vw; }
  .Footer__Contact .--PhoneNumber:before { top: 0.666vw; width: 1.666vw; height: 1.666vw; font-size: 0.916vw; border-width: 0.167vw; }
  .Footer__Contact dd { padding: 0 0 0 2.5vw; font-size: 1.0vw; }
  .Footer__Button li a { margin: 0 0 0 0.833vw; width: 10.833vw; font-size: 1.166vw; border-radius: 0.416vw; }
  .Footer__Button li a i { font-size: 1.916vw; margin-bottom: 0.416vw; }
  .Footer__Button li.--Line a i:after { width: 2.083vw; height: 2.083vw; }
  .Copyright { padding: 0.833vw 0; }
  .Copyright p { font-size: 0.916vw; }
}

@media screen and (max-width: 600px) {
  .Body__Footer { margin: 0 auto 11vw; }
  .Footer { justify-content: center; flex-wrap: wrap; padding: 0; width: 88%; }
  .Footer__Primary { padding: 7vw 0 4vw; }
  .Footer__Primary figure { margin: 0.5vw 2vw 0 0; width: 16vw; }
  .Footer__Primary p { font-size: 2.0rem; }
  .Footer__Secondary { justify-content: space-between; flex-wrap: wrap; }
  .Footer__Shoulder { /* width: 40%; */ }
  .Footer__Shoulder li { margin: 0 2vw 0 0; width: 15vw; height: 15vw; }
  .Footer__Contact { padding: 0; width: 60%; }
  .Footer__Contact .--PhoneNumber { padding: 0 0 1vw 6vw; }
  .Footer__Contact .--PhoneNumber:before { top: 1.5vw; width: 4vw; height: 4vw; border-width: 1px; line-height: 1.8; }
  .Footer__Contact dd { padding: 0 0 0 5vw; }
  .Footer__Button { justify-content: space-between; padding: 4vw 0 6vw; width: 100%; }
  .Footer__Button li { width: 48%; }
  .Footer__Button li a { position: relative; margin: 0; padding: 0.5vw 0 1vw 15%; width: 85%; font-size: 1.5rem; }
  .Footer__Button li a i { position: absolute; left: 3vw; top: 50%; transform: translateY(-50%); margin: 0; font-size: 2.0rem; }
  .Footer__Button li.--Line a i { position: absolute; }
  .Footer__Button li.--Line a i:after { width: 4.5vw; height: 4.5vw; }
  .Copyright { padding: 2vw 0; }
  .Copyright p { /*font-size: 1.0rem;*/ overflow: hidden; white-space: nowrap; }
}

/* フローティングフッター(PC)
======================================================== */
.Body__FloatingFooterPC { position: fixed; z-index: 99; bottom: 0; display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 0; width: 100%; background-color: #f3f7f3; }
.FloatingFooterPC { display: flex; justify-content: center; margin: 0 auto; padding: 5px 0; width: 1100px; }
.FloatingFooterPC__Shoulder { display: flex; align-items: center; margin: 0; padding: 0; }
.FloatingFooterPC__Shoulder li { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 10px 0 0; padding: 0; width: 85px; height: 85px; color: #3e2e25; font-size: 1.7rem; font-weight: 600; line-height: 1.1; font-family: "Noto Serif JP"; background-color: #d9be80; border-radius: 50%; }
.FloatingFooterPC__Shoulder li:last-child { margin-right: 0; }
.FloatingFooterPC__Shoulder li strong { font-size: 2.6rem; font-weight: 600; }
.FloatingFooterPC__Contact { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; margin: 0; padding: 0 20px 0 10px; }
.FloatingFooterPC__Contact .--SubHeading { margin: 0; padding: 0; color: #333; font-size: 1.6rem; font-weight: 500; line-height: 1.0; letter-spacing: 0; font-family: "Noto Serif JP"; }
.FloatingFooterPC__Contact .--PhoneNumber { position: relative; margin: 0; padding: 0 0 0 35px; color: #19641e; font-size: 3.6rem; font-weight: 600; font-family: "Noto Serif JP"; }
.FloatingFooterPC__Contact .--PhoneNumber:before { position: absolute; left: 0; top: 8px; /* transform: translateY(-50%); */ display: flex; justify-content: center; align-items: center; width: 25px; height: 25px; border-width: 2px; border-style: solid; border-color: #4b4b4b; border-radius: 50%; color: #4b4b4b; content: "\f095"; font-size: 1.3rem; line-height: 1.0; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.FloatingFooterPC__Contact dd { display: flex; margin: 0; padding: 0; color: #292929; font-size: 1.2rem; font-weight: 400; line-height: 1.0; letter-spacing: 0; }
.FloatingFooterPC__Contact .--ReceptionHours:before { content: "営業時間：平日"; }
.FloatingFooterPC__Contact .--ReceptionHoursNotes { margin-left: 5px; }
.FloatingFooterPC__Button { display: flex; align-items: center; }
.FloatingFooterPC__Button li a { display: flex; justify-content: center; align-items: center; margin: 0 0 0 10px; padding: 0; width: 265px; height: 60px; color: #fff; font-size: 1.5rem; font-weight: 500; line-height: 1.25; text-decoration: none; font-family: "Noto Serif JP"; text-align: center; background-color: #19641e; border-radius: 5px; border-width: 1px; border-style: solid; border-color: #19641e; transition: color 0.5s, background-color 0.5s; }
.FloatingFooterPC__Button li:first-child a { margin-left: 0; }
.FloatingFooterPC__Button li.--Line a { background-color: #67a52a; border-color: #67a52a; }
.FloatingFooterPC__Button li a i { font-size: 2.3rem; margin-right: 5px; }
.FloatingFooterPC__Button li.--Line a i { position: relative; }
.FloatingFooterPC__Button li.--Line a i:before { position: relative; z-index: 1; display: block; transform: scale(1.55, 1.55); color: #67a52a; }
.FloatingFooterPC__Button li.--Line a i:after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 25px; height: 25px; background-color: #fff; }
.FloatingFooterPC__Button li a:hover { opacity: 1.0; color: #19641e; background-color: #fff; }
.FloatingFooterPC__Button li.--Line a:hover { color: #67a52a; }
.FloatingFooterPC__Button li.--Line a:hover i:before { color: #fff; }
.FloatingFooterPC__Button li.--Line a:hover i:after { background-color: #67a52a; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .FloatingFooterPC { padding: 0.416vw 0; width: 91.667vw; }
  .FloatingFooterPC__Shoulder li { margin: 0 0.833vw 0 0; width: 7.083vw; height: 7.083vw; font-size: 1.416vw; }
  .FloatingFooterPC__Shoulder li strong { font-size: 2.166vw; }
  .FloatingFooterPC__Contact { padding: 0 1.666vw 0 0.833vw; }
  .FloatingFooterPC__Contact .--SubHeading { font-size: 1.333vw; }
  .FloatingFooterPC__Contact .--PhoneNumber { padding: 0 0 0 2.916vw; font-size: 3.0vw; }
  .FloatingFooterPC__Contact .--PhoneNumber:before { top: 0.666vw; width: 2.083vw; height: 2.083vw; border-width: 0.167vw; font-size: 1.083vw; }
  .FloatingFooterPC__Contact dd { font-size: 1.0vw; }
  .FloatingFooterPC__Contact .--ReceptionHoursNotes { margin-left: 0.416vw; }
  .FloatingFooterPC__Button li a { margin: 0 0 0 0.833vw; width: 22.083vw; height: 5.0vw; font-size: 1.25vw; border-radius: 0.416vw; }
  .FloatingFooterPC__Button li a i { font-size: 1.916vw; margin-right: 0.416vw; }
  .FloatingFooterPC__Button li.--Line a i:after { width: 2.083vw; height: 2.083vw; }
}

@media screen and (max-width: 600px) {
  .Body__FloatingFooterPC { display: none; }
}

/* フローティングフッター(SP)
======================================================== */
.FloatingFooterSP { display: none; }

@media only screen and (min-width:601px) and (max-width:1200px) {

}

@media screen and (max-width: 600px) {
  .FloatingFooterSP { position: fixed; bottom: 0; left: 0; width: 100%; }
  .FloatingFooterSP__Button { display: flex; justify-content: space-between; margin: 0; padding: 0; width: 100%; }
  .FloatingFooterSP__Button li { display: flex; margin: 0; padding: 0; width: 100%; }
  .FloatingFooterSP__Button li a { display: flex; justify-content: center; align-items: center; margin: 0; padding: 2.5vw 0 3vw; width: 100%; color: #fff; font-size: 1.5rem; font-weight: 500; line-height: 1.25; text-decoration: none; font-family: "Noto Serif JP"; text-align: center; background-color: #19641e; }
  .FloatingFooterSP__Button li.--Tel a { background-color: #b79d61; }
  .FloatingFooterSP__Button li.--Line a { background-color: #67a52a; }
  .FloatingFooterSP__Button li a i { display: flex; justify-content: center; align-items: center; margin: 1vw 2vw 0 0; width: 4vw; height: 4vw; font-size: 1.8rem; }
  .FloatingFooterSP__Button li.--Tel a i { margin: 0 2vw 0 0; font-size: 1.0rem; border: 1px solid #fff; border-radius: 50%; }
  .FloatingFooterSP__Button li.--Line a i { position: relative; margin: 0 2vw 0 0; font-size: 2.0rem; }
  .FloatingFooterSP__Button li.--Line a i:before { position: relative; z-index: 1; display: block; transform: scale(1.5, 1.5); color: #67a52a; }
  .FloatingFooterSP__Button li.--Line a i:after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 4vw; height: 4vw; background-color: #fff; }
}

/* 
======================================================== */


@media only screen and (min-width:601px) and (max-width:1200px) {

}

@media screen and (max-width: 600px) {

}

/* 
======================================================== */


@media only screen and (min-width:601px) and (max-width:1200px) {

}

@media screen and (max-width: 600px) {

}

/* 
======================================================== */


@media only screen and (min-width:601px) and (max-width:1200px) {

}

@media screen and (max-width: 600px) {

}

/* 
======================================================== */


@media only screen and (min-width:601px) and (max-width:1200px) {

}

@media screen and (max-width: 600px) {

}

/* 
======================================================== */


@media only screen and (min-width:601px) and (max-width:1200px) {

}

@media screen and (max-width: 600px) {

}

/* PageTop
======================================================== */
.PageTop { position: fixed; bottom: 20px; right: 40px; z-index: 99; }
.PageTop__Button { position: relative; display: inline-block; width: 60px; height: 60px; border-radius: 50%; opacity: 0.7; }
.PageTop__Button:before { position: absolute; display: inline-block; top: 50%; left: 50%; transform: translate(-50%, -50%); content: "\f077"; color: #fff; font-size: 2.4rem; font-family: "Font Awesome 6 Free"; font-weight: bold; line-height: 0.9; text-align: center; }
.PageTop__Button:hover { opacity: 1.0; filter: brightness(1.2); }

@media only screen and (min-width:600px) and (max-width:1300px) {
  .PageTop { bottom: 1.538vw; right: 3.076vw; }
  .PageTop__Button { width: 4.615vw; height: 4.615vw; }
  .PageTop__Button:before { font-size: 1.846vw; }
}

@media screen and (max-width: 600px) {
  .PageTop { position: fixed; bottom: 17vw; right: 3vw; z-index: 99; }
  .PageTop__Button { position: relative; display: inline-block; width: 10vw; height: 10vw; border-radius: 50%; opacity: 0.7; }
  .PageTop__Button:before { }
}

/* 下層共通
======================================================== */
.Body__TwoColumns { display: flex; justify-content: space-between; /* flex-direction: row-reverse; */ align-items: flex-start; margin: 0 auto; padding: 30px 0 100px; width: 1200px; }
.Body__Sidebar { margin: 0; padding: 0; width: 250px; }
.Body__Page { margin: 0; padding: 0; width: 900px; }
.--Spacer { /* display: none; */ }
.PageTitle { position: relative; display: flex; justify-content: space-between; align-items: center; margin: 0 auto; padding: 0; min-height: 240px; background-color: #f0f4fc; overflow: hidden; }
.PageTitle__EyeCatch { margin: 0; padding: 0; width: 490px; height: 100%; position: absolute; top: 50%; right: 0; transform: translateY(-50%); clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%); }
.PageTitle__EyeCatch img { width: 100%; height: 100%; object-fit: cover; }
.PageTitle__Heading { position: relative; margin: 0; padding: 0 0 0 2%; width: 94%; color: #1f3f77; font-size: 4.0rem; font-weight: 600; line-height: 1.25; font-family: "Noto Serif JP"; text-align: left; background: none; border: none; }
.PageTitle__Heading.--EyeCatch { width: 63%; }
.PageTitle__Heading small { display: block; padding: 20px 0 0; color: #508545; font-size: 1.8rem; font-weight: 500; text-align: center; font-family: "Montserrat"; }
.BreadCrumbs { display: flex; align-items: center; overflow-x: auto; margin: 0 auto; padding: 20px 0; width: 96%; color: #666; font-size: 1.3rem; font-weight: 400; white-space: nowrap; }
.BreadCrumbs a { text-decoration: none; }
.BreadCrumbs a:hover { opacity: 0.7; }
.BreadCrumbs { --sb-track-color: #999; --sb-thumb-color: #e6e6e6; --sb-size: 5px; }
.BreadCrumbs::-webkit-scrollbar { height: var(--sb-size) }
.BreadCrumbs::-webkit-scrollbar-track { background: var(--sb-track-color); border-radius: 3px; }
.BreadCrumbs::-webkit-scrollbar-thumb { background: var(--sb-thumb-color); border-radius: 3px; }

.SingleIntro { display: flex; align-items: center; margin: 0; padding: 0; }
.ReleaseUpdate { display: flex; align-items: center; margin: 0; padding: 0; font-size: 1.4rem; font-weight: 500; }
.ReleaseUpdate dt { padding: 0 20px 20px 0; }
.ReleaseUpdate dd { padding: 0 20px 20px 0; }
.ReleaseUpdate i { padding-right: 5px; }

.Body__Top img, .Body__Page img, .Body__Single img { max-width: 100%; height: auto; margin-top: 0; }
.Body__Page iframe { max-width: 100%; }
.Body__Page img, .Body__Page iframe, .Body__Page p, .Body__Archive p, .Body__Single p, .Body__Page ul, .Body__Single ul { padding-bottom: 3rem; }

@media only screen and (min-width:601px) and (max-width:1400px) {
  .--Spacer { height: 11.933vw !important; }
}

@media only screen and (min-width:601px) and (max-width:1200px) {
  .Body__TwoColumns { padding: 2.3vw 0 7.692vw; width: 92.3vw; }
  .Body__Page { width: 69.23vw; }
  .Body__Sidebar { width: 19.23vw; }
  .PageTitle { min-height: 18.461vw; }
  .PageTitle__EyeCatch { width: 37.692vw; }
  .PageTitle__Heading { font-size: 3.076vw; }
  .BreadCrumbs { padding: 1.538vw 0; /* width: 92.3vw; */ font-size: 1.0vw; --sb-size: 0.385vw; }
  .ReleaseUpdate { font-size: 1.076vw; }
  .ReleaseUpdate dt { padding: 0 1.538vw 1.538vw 0; }
  .ReleaseUpdate dd { padding: 0 1.538vw 1.538vw 0; }
  .ReleaseUpdate i { padding-right: 0.384vw; }
  .Body__Page img, .Body__Page iframe, .Body__Page p, .Body__Archive p, .Body__Single p { padding-bottom: 2.307vw; }
}

@media screen and (max-width: 600px) {
  .--Spacer { display: block; width: 100%; }
  .Body__TwoColumns { flex-direction: column; padding: 0; width: 100%; }
  .Body__Page { margin: 0 auto; padding: 0 0 10vw; width: 90%; }
  .PageTitle { padding: 5vw 0; min-height: 25vw; }
  .PageTitle__EyeCatch { width: 40%; }
  .PageTitle__Heading { padding: 0 0 0 5%; width: 90%; font-size: 2.4rem; }
  .PageTitle__Heading.--EyeCatch { width: 51%; }
  .Body__BreadCrumbs { padding: 0 0 5vw; }
  .BreadCrumbs { padding: 2vw 0; width: 90%; font-size: 1.3rem; --sb-size: 3px; }
  .BreadCrumbs dt { padding: 2vw 0 1vw; width: 100%; overflow-x: auto; }
  .BreadCrumbs dd { display: none; }

  .PageTitle__PrimaryHeading { padding: 1.8vw 0; width: 100%; font-size: 2.8rem; }
  .PageTitle__Secondary, .PageTitle__Secondary p { margin: 0 auto; width: 90%; font-size: 2.0rem; }

  .SingleIntro { flex-wrap: wrap; }
  .ReleaseUpdate { padding: 0; }
  .ReleaseUpdate dt { padding: 0 4vw 4vw 0; }
  .ReleaseUpdate dd { padding: 0 4vw 4vw 0; }

  .Modal .Sidebar__Menu { margin: 0 auto 3vw; }
  .Modal .Sidebar__Menu li:last-child a { border-bottom: 1px solid #e2e2e2; }
  .Modal .Sidebar__Menu li a { position: relative; padding: 3vw 2vw; font-size: 1.9rem; }
  .Modal .Sidebar__Menu li a:before { display: none; }
  .Modal .Sidebar__Menu li a:after { position: absolute; z-index: 0; right: 1vw; top: 50%; transform: translateY(-50%); content: " \f054"; font-size: 1.3rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
}

/* サイトマップ
======================================================== */
.simple-sitemap-container h3 { padding: 1rem 0; display: flex; justify-content: center; align-items: center; text-align: center; color: #333; font-size: 1.4rem; font-weight: 700 !important; letter-spacing: 0; background: none; border: none; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; -webkit-text-fill-color: initial; }
.simple-sitemap-container h3:after { display: none; }
.simple-sitemap-container { display: flex; flex-wrap: wrap; }
.simple-sitemap-content { width: 100%; }
.simple-sitemap-wrap:not(:first-of-type) { margin-top: 0 !important; }
.simple-sitemap-container.tab-enabled label { float: initial !important; display: flex !important; margin: 0 2px -1px 0 !important; width: 16.4%; background-color: #f4f4f4; } /* Default tab */
.simple-sitemap-container.tab-enabled input:checked + label > * { position: relative; z-index: 1; height: 100%; background-color: #fff; border: 1px solid #ddd; border-bottom: none; border-radius: 4px 4px 0 0; } /* Current tab */
.simple-sitemap-container.tab-enabled input:checked + label { background-color: initial !important; }
.simple-sitemap-wrap { padding: 0 0 2rem; }
.simple-sitemap-container ul { margin: 0 auto !important; width: 94%; }
.simple-sitemap-container ul li { margin-left: 0; padding-bottom: 0; list-style: none; line-height: 1.5; }
.sitemap-item { margin: 3rem 0 0; }
.sitemap-item a { display: block; padding: 0.2rem 1rem; background: #faf8f2; border: 1px solid #cacaca; font-size: 1.7rem; }
.children .sitemap-item { margin: 1rem 0 0; padding: 0; }
.children .sitemap-item a { display: inline-block; width: 100%; font-size: 1.5rem; background: none; border: none; }
.children .sitemap-item a:before { content: '\f30b'; font-family: "Font Awesome 6 Free"; font-weight: bold; color: #ccc; margin-right: 0.5rem; display: inline-block; }
ul.children { margin-left: 2rem !important; }
.page_under01 ul.children { margin-left: 0 !important; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .simple-sitemap-container.tab-enabled label { margin: 0 0.384vw 0 0 !important; border-radius: 0.308vw 0.308vw 0 0 !important; }
  .simple-sitemap-container h3 { padding: 0.769vw 0; font-size: 1.076vw; }
  .simple-sitemap-container.tab-enabled .panel { border-radius: 0 0 0.3vw 0.3vw; }
  .sitemap-item { margin: 2.3vw 0 0; }
  ul.children { margin-left: 1.538vw !important; }
  .sitemap-item a { padding: 0.154vw 0.769vw; font-size: 1.307vw; }
  .children .sitemap-item { margin: 0.769vw 0 0; }
  .children .sitemap-item a { font-size: 1.153vw; }
  .children .sitemap-item a:before { margin-right: 0.384vw; }
}

@media screen and (max-width: 600px) {
  .simple-sitemap-container.tab-enabled label { margin: 3px 2px -1px 0 !important; width: 19.4% !important; height: 10vw; }
  .simple-sitemap-container.tab-enabled input:checked + label { padding-right: 0; }
  .simple-sitemap-container h3 { display: flex; justify-content: center; align-items: center; padding: 2vw 0; height: 100%; font-size: 1.3rem; text-align: center; white-space: initial; }
}

/* 親ページに表示する子ページの一覧（アイキャッチ有り）　
======================================================== */
.ParentChild { margin: 80px auto; width: 100%; font-size: 1.6rem; border-width: 1px; border-style: solid; }
.ParentChild__Heading a { display: block; padding: 15px 10px; color: #fff; text-decoration: none; }
.ParentChild ul { margin: 0; padding: 0; }
.ParentChild ul.children { margin-left: 0 !important; }
.ParentChild ul li { margin: 0; padding-bottom: 0; list-style: none; }
.ParentChild ul li a { display: block; padding: 15px 10px; text-decoration: none; border-bottom-width: 1px; border-bottom-style: solid; }
.ParentChild ul li a:before { display: inline-block; content: " \f105"; font-family: "Font Awesome 6 Free"; font-size: 1.4rem; font-weight: 700; padding: 0 5px 0 0; }
.ParentChild ul li.page_item_has_children a,
.ParentChild ul li:last-child a { border-bottom: none; }
.ParentChild ul li.page_item_has_children:last-child ul.children li:last-child a { margin-bottom: -1px; }
.ParentChild ul li.page_item_has_children ul li a { padding: 15px 10px 15px 35px; border-bottom-width: 1px; border-bottom-style: solid; }
.ParentChild ul li.page_item_has_children ul li a:before { content: " \f0da"; }
.ParentChild ul li.page_item_has_children li a { border-bottom: none !important; }
.ParentChild ul li.page_item_has_children li:last-child a { border-bottom-width: 1px !important; border-bottom-style: solid !important; }

@media only screen and (min-width:600px) and (max-width:1300px) {
  .ParentChild { margin: 6.66vw auto; font-size: 1.33vw; }
  .ParentChild__Heading a { padding: 1.25vw 0.83vw; }
  .ParentChild ul li a { padding: 1.25vw 0.83vw; }
  .ParentChild ul li a:before { padding: 0 0.42vw 0 0; font-size: 1.16vw; }
  .ParentChild ul li.page_item_has_children ul li a { padding: 1.25vw 0.83vw 1.25vw 2.93vw; }
}

@media screen and (max-width: 600px) {
  .ParentChild { margin: 8vw auto; }
  .ParentChild__Heading a { padding: 3vw 2vw; }
  .ParentChild ul li a { padding: 3vw 2vw; }
  .ParentChild ul li a:before { padding: 0 0.5vw 0 0; }
  .ParentChild ul li.page_item_has_children ul li a { padding: 3vw 2vw 3vw 6vw; }
}

/* コンテンツ末尾に表示する親子ページのリスト　
======================================================== */
.ChildList { margin: 80px auto; width: 100%; font-size: 1.6rem; border-width: 1px; border-style: solid; border-color: #ececec; }
.ChildList__Heading a { display: block; padding: 15px 10px; color: #fff; text-decoration: none; background-color: #1f3f77; }
.ChildList ul { margin: 0; padding: 0; }
.ChildList ul.children { margin-left: 0 !important; }
.ChildList ul li { margin: 0; padding-bottom: 0; list-style: none; }
.ChildList ul li a { display: block; padding: 15px 10px; text-decoration: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ececec; }
.ChildList ul li a:before { display: inline-block; padding: 0 5px 0 0; content: " \f105"; font-family: "Font Awesome 6 Free"; font-size: 1.4rem; font-weight: 700; }
.ChildList ul li a:hover { background-color: #f2f5fa; }
.ChildList ul li.page_item_has_children a,
.ChildList ul li:last-child a { border-bottom: none; }
.ChildList ul li.page_item_has_children:last-child ul.children li:last-child a { margin-bottom: -1px; }
.ChildList ul li.page_item_has_children ul li a { padding: 15px 10px 15px 35px; border-bottom: none; }
.ChildList ul li.page_item_has_children ul li:last-child a { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ececec; }
.ChildList ul li.page_item_has_children ul li a:before { content: " \f0da"; }

@media only screen and (min-width:600px) and (max-width:1200px) {
  .ChildList { margin: 6.153vw auto; font-size: 1.23vw; }
  .ChildList__Heading a { padding: 1.153vw 0.769vw; }
  .ChildList ul li a { padding: 1.153vw 0.769vw; }
  .ChildList ul li a:before { padding: 0 0.384vw 0 0; font-size: 1.076vw; }
  .ChildList ul li.page_item_has_children ul li a { padding: 1.153vw 0.769vw 1.153vw 2.692vw; }
}

@media screen and (max-width: 600px) {
  .ChildList { margin: 8vw auto; }
  .ChildList__Heading a { padding: 3vw 2vw; }
  .ChildList ul li a { padding: 3vw 2vw; }
  .ChildList ul li a:before { padding: 0 0.5vw 0 0; }
  .ChildList ul li.page_item_has_children ul li a { padding: 3vw 2vw 3vw 6vw; }
}

/* 執筆者情報
======================================================== */
.SubPage__Author { clear: both; margin: 0 auto; padding: 0 0 40px; width: 100%; }
.Author { display: flex; justify-content: space-between; align-items: flex-start; margin: 0; padding: 1.5%; width: 97%; border-width: 1px; border-style: solid; border-color: #c5c5c5; }
.Author__Primary { margin: 0; padding: 0; width: 15%; line-height: 0; }
.Author__Primary:before { padding-top: 100%; }
.Author__Secondary { display: flex; flex-direction: column; margin: 0; padding: 0; width: 82%; }
.Author__Shoulder { margin: 0; padding: 0; font-size: 1.3rem; font-weight: 400; line-height: 1.2; }
.Author__FullName { margin: 0; padding: 1% 0 2%; font-size: 1.8rem; font-weight: 700; line-height: 1.2; }
.Author__Text { margin: 0; padding: 0; font-size: 1.5rem; font-weight: 400; line-height: 1.45; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .SubPage__Author { padding: 0 0 3.076vw; }
  .Author__Shoulder { font-size: 1.0vw; }
  .Author__FullName { font-size: 1.384vw; }
  .Author__Text { font-size: 1.153vw; }
}

@media screen and (max-width: 600px) {
  .SubPage__Author { padding: 0 0 10vw; }
  .Author { padding: 4%; width: 92%; }
  .Author__Primary { width: 24%; }
  .Author__Secondary { width: 70%; }
  .Author__FullName { padding: 3vw 0; }
}

/* サイドバー
======================================================== */
.SidebarTop { display: flex; flex-direction: column; align-items: center; margin: 0 0 20px; padding: 0; width: 97%; border-width: 4px; border-style: solid; border-color: #887a5b; }
.SidebarTop__SubHeading { display: flex; justify-content: center; align-items: center; margin: 0; padding: 5px 0; width: 100%; color: #fff; font-size: 1.9rem; font-weight: 600; text-align: center; background-color: #887a5b; font-family: "Noto Serif JP"; }
.SidebarTop__Contact { display: flex; flex-direction: column; align-items: center; margin: 0; padding: 20px 0; }
.SidebarTop__Contact .--PhoneNumber { margin: 0 auto; padding: 0 0 5px 0; white-space: nowrap; }
.SidebarTop__Contact .--PhoneNumber a { display: flex; align-items: center; color: #333; font-size: 2.5rem; font-weight: 700; line-height: 1.0; text-decoration: none; pointer-events: none; font-family: "Montserrat"; }
.SidebarTop__Contact .--PhoneNumber a:before { display: flex; justify-content: center; align-items: center; margin: 0 5px 0 0; width: 20px; height: 20px; background-color: #1f3f77; content: "\f095"; color: #fff; font-size: 1.0rem; font-family: "Font Awesome 6 Free"; font-weight: bold; border-radius: 50%; }
.SidebarTop__Contact .--ReceptionHours { font-size: 1.5rem; font-weight: 500; line-height: 1.0; text-align: center; }
.SidebarTop__Contact .--ReceptionHours:before { margin: 0; content: "営業時間："; }
.SidebarTop .--Button { display: block; margin: 0 5%; padding: 0; width: 85%; }
.SidebarTop .--Button a { position: relative; padding: 10px 0 10px 10%; width: 90%; font-size: 1.4rem; font-weight: 500; border-radius: 5px; }
.SidebarTop .--Button a:after { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); content: " \f0e0"; font-size: 1.4rem; font-family: "Font Awesome 6 Free"; font-weight: normal; }

.SidebarTop .BoxMenu { display: flex; flex-direction: column-reverse; margin: 0; padding: 0 0 10px; width: 100%; }
.SidebarTop .BoxMenu__Item { position: relative; display: flex; align-items: center; margin: 0 auto; padding: 0; width: 100%; color: #fff; font-size: 1.6rem; font-weight: 700; line-height: 1.0; text-decoration: none; background-color: #999; border-radius: 10px; transition: opacity 0.5s; }
.SidebarTop .BoxMenu__Item:after { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); content: " \f054"; font-size: 1.3rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.SidebarTop .BoxMenu__Image { margin-left: 6px; width: 44px; line-height: 0; }
.SidebarTop .BoxMenu__Image img { padding-bottom: 0 !important; width: 100%; height: auto; }

.SidebarBanner { margin: 0 0 20px; padding: 0; }
.SidebarBanner .BoxMenu__Item { position: relative; display: flex; justify-content: center; align-items: center; margin-bottom: 15px; min-height: 80px; border-width: 1px; border-style: solid; border-color: #1f3f77; text-decoration: none; transition: opacity 0.5s; }
.SidebarBanner .BoxMenu__Image { position: absolute; top: 0; left: 0; width: 100%; }
.SidebarBanner .BoxMenu__Image img { width: 100%; height: auto; }
.SidebarBanner .BoxMenu__Title { z-index: 1; margin-left: 30px; color: #333; font-size: 1.6rem; font-weight: 600; line-height: 1.0; text-align: center; font-family: "Noto Serif JP"; }

.SidebarNavi { margin: 0 0 30px; padding: 0; width: 100%; }
.SidebarNavi__SubHeading,
.SidebarOffice__SubHeading { position: relative; margin: 0; padding: 15px 5%; width: 90%; color: #fff; font-size: 1.6rem; font-weight: 600; line-height: 1.2; background-color: #1f3f77; font-family: "Noto Serif JP"; }
.SidebarNavi__SubHeading:after,
.SidebarOffice__SubHeading:after { position: absolute; left: 0; bottom: 4px; content: ""; width: 100%; height: 1px; background-color: #748bb4; }
.SidebarNavi__List { display: flex; flex-direction: column; margin: 0; padding: 0; width: 100%; }
.SidebarNavi__List li { display: flex; }
.SidebarNavi__List li a { position: relative; margin: 0; padding: 20px 5%; width: 90%; color: #191818; font-size: 1.4rem; font-weight: 400; line-height: 1.2; text-decoration: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #dcdcdc; transition: background-color 0.5s; }
.SidebarNavi__List li a:after { position: absolute; right: 5px; top: 50%; transform: translateY(-50%); color: #1f3f77; content: " \f0da"; font-size: 1.4rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.SidebarNavi__List li a:hover { opacity: 1.0; background-color: #f2f5fa; }
.SidebarOffice { margin: 0; padding: 0; width: 100%; }
.SidebarOffice__Information { margin: 0; padding: 10px 0 20px; width: 100%; font-size: 1.5rem; font-weight: 500; line-height: 1.45; }
.SidebarOffice__Information .--Management { display: block; padding: 0 0 5px; font-size: 1.8rem; font-weight: 700; }
.SidebarOffice__Information .--Address em { display: block; font-style: normal; }
.SidebarOffice__Information .--Address span { display: block; }
.SidebarOffice__Contact { margin: 0; padding: 0 0 50px; }
.SidebarOffice__Contact .--PhoneNumber { margin: 0 auto; padding: 0 0 10px; white-space: nowrap; }
.SidebarOffice__Contact .--PhoneNumber a { display: flex; align-items: center; font-size: 3.2rem; font-weight: 900; line-height: 1.0; text-decoration: none; pointer-events: none; }
.SidebarOffice__Contact .--PhoneNumber a:before { display: flex; justify-content: center; align-items: center; margin: 5px 5px 0 0; width: 24px; height: 24px; content: "\f095"; font-size: 1.4rem; font-family: "Font Awesome 6 Free"; font-weight: bold; border-width: 1px; border-style: solid; border-radius: 50%; }
.SidebarOffice__Contact .--ReceptionHours { font-size: 1.3rem; font-weight: 400; line-height: 1.0; }
.SidebarOffice__Contact .--ReceptionHours:before { margin: 0; content: "受付時間　"; }
.SidebarOffice__Contents { margin: 0; padding: 0; width: 100%; }
.SidebarOffice__Contents img { padding-bottom: 0 !important; width: 100%; height: auto; }
.SidebarOffice__Contents iframe { margin: 10px 0 5px; height: 220px; }
.SidebarOffice__Contents p { margin: 0 auto; padding: 0; width: 100%; font-size: 1.4rem; font-weight: 500; line-height: 1.55; }
.--Search { margin-bottom: 20px; width: 100%; /* ▼検索 */}
.--Search label { display: none; }
.--Search .wp-block-search__inside-wrapper { position: relative; max-width: 100%; }
.--Search .wp-block-search__inside-wrapper:before { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); content: "\f002"; font-size: 1.8rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.--Search .wp-block-search__input { padding: 4% 0 4% 14%; background-color: #999; border: none; }
.--Search .wp-block-search__button { width: 22%; font-size: 1.6rem; font-weight: 700; background-color: #999; border: none; white-space: nowrap; transition: opacity 0.5s; }
.--Search .wp-block-search__button:hover { cursor: pointer; opacity: 0.7; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .SidebarTop { margin: 0 0 1.538vw; border-width: 0.308vw; }
  .SidebarTop__SubHeading { padding: 0.384vw 0; font-size: 1.461vw; }
  .SidebarTop__Contact { padding: 1.538vw 0; }
  .SidebarTop__Contact .--PhoneNumber { padding: 0 0 0.384vw 0; }
  .SidebarTop__Contact .--PhoneNumber a { font-size: 1.923vw; }
  .SidebarTop__Contact .--PhoneNumber a:before { margin: 0 0.384vw 0 0; width: 1.538vw; height: 1.538vw; font-size: 0.769vw; }
  .SidebarTop__Contact .--ReceptionHours { font-size: 1.153vw; }
  .SidebarTop .--Button a { padding: 0.769vw 0 0.769vw 10%; font-size: 1.076vw; border-radius: 0.384vw; }
  .SidebarTop .--Button a:after { left: 1.153vw; font-size: 1.076vw; }
  .SidebarBanner { margin: 0 0 1.538vw; }
  .SidebarBanner .BoxMenu__Item { margin-bottom: 1.153vw; min-height: 6.153vw; }
  .SidebarBanner .BoxMenu__Title { margin-left: 2.3vw; font-size: 1.23vw; }
  .SidebarNavi { margin: 0 0 2.3vw; }
  .SidebarNavi__SubHeading,
  .SidebarOffice__SubHeading { padding: 1.153vw 5%; font-size: 1.23vw; }
  .SidebarNavi__List li a { padding: 1.538vw 5%; font-size: 1.076vw; }
  .SidebarNavi__List li a:after { right: 0.384vw; font-size: 1.076vw; }
  .SidebarOffice__Contents p { font-size: 1.076vw; }
  .SidebarOffice__Contents iframe { margin: 0.769vw 0 0.384vw; height: 16.923vw; }
}

@media screen and (max-width: 600px) {
  .Body__Sidebar { margin: 0 auto; padding: 0 0 10vw; width: 90%; }
  .SidebarTop { margin: 0 0 4vw; width: 98.5%; border-width: 3px; }
  .SidebarTop__SubHeading { padding: 1vw 0; font-size: 2.2rem; }
  .SidebarTop__Contact { padding: 4vw 0; }
  .SidebarTop__Contact .--PhoneNumber { padding: 0 4vw 1vw 0; }
  .SidebarTop__Contact .--PhoneNumber a { font-size: 3.4rem; pointer-events: initial; }
  .SidebarTop__Contact .--PhoneNumber a:before { margin: 0 2vw 0 0; width: 6vw; height: 6vw; font-size: 1.2rem; }
  .SidebarTop__Contact .--ReceptionHours { font-size: 1.6rem; }
  .SidebarTop .--Button a { padding: 1.5vw 0 1.5vw 10%; font-size: 1.6rem; }
  .SidebarTop .--Button a:after { left: -32vw; font-size: 1.8rem; }
  .SidebarBanner { margin: 0 0 4vw; }
  .SidebarBanner .BoxMenu { display: flex; justify-content: space-between; }
  .SidebarBanner .BoxMenu__Item { margin-bottom: 0; width: 48%; min-height: 14vw; }
  .SidebarBanner .BoxMenu__Title { font-size: 1.9rem; line-height: 1.3; }
  .SidebarNavi { margin: 0 0 5vw; }
  .SidebarNavi__SubHeading,
  .SidebarOffice__SubHeading { margin: 0; padding: 3vw 3% 4vw; width: 94%; font-size: 1.9rem; }
  .SidebarNavi__SubHeading:after,
  .SidebarOffice__SubHeading:after { bottom: 1vw; }
  .SidebarNavi__List li a { padding: 3.5vw 3%; width: 94%; font-size: 1.7rem; }
  .SidebarNavi__List li a:after { right: 1vw; font-size: 1.6rem; }
  .SidebarOffice__Contents iframe { margin: 3vw 0 1vw; height: 45vw; }
  .SidebarOffice__Contents p { font-size: 1.6rem; }
}

/* single.phpの冒頭にタームを出力
======================================================== */
.SingleTerm { display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; margin: 0; padding: 0 !important; }
.SingleTerm li { list-style: none !important; margin: 0 20px 20px 0 !important; }
.SingleTerm li a { display: block; padding: 5px 20px; color: #1f3f77; font-size: 1.4rem; line-height: 1.7; text-decoration: none; border-width: 1px; border-style: solid; border-color: #1f3f77; border-radius: 100px; }
.SingleTerm li a:hover { /* color: #fff; background-color: #1f3f77; */ }

@media only screen and (min-width:600px) and (max-width:1300px) {
  .SingleTerm li { margin: 0 1.538vw 1.538vw 0 !important; }
  .SingleTerm li a { padding: 0.308vw 1.538vw; font-size: 1.076vw; }
}

@media screen and (max-width: 600px) {
  .SingleTerm { padding-bottom: 6vw !important; }
  .SingleTerm li { margin: 0 2vw 2vw 0 !important; }
  .SingleTerm li a { padding: 1vw 2vw;}
}

/* 汎用ブロック
======================================================== */


@media only screen and (min-width:600px) and (max-width:1300px) {

}

@media screen and (max-width: 600px) {

}

/* アーカイブ・詳細
======================================================== */
.Body__Archive,
.Body__Single { margin: 0; padding: 0; width: 870px; }
.Body__ArchiveTwoColumns { display: flex; flex-wrap: wrap; justify-content: space-between; }
.Page__Image img,
.Single__Image img { display: block; margin: 0 auto 60px; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .Body__Archive,
  .Body__Single { width: 66.923vw; }
}

@media screen and (max-width: 600px) {
  .Body__Archive,
  .Body__Single { position: relative; /* z-index: 1; */ margin: 0 calc(50% - 50vw); padding: 6vw 5vw; width: 90vw; background: #fff; }
  .Body__ArchiveTwoColumns { flex-direction: column; }
}

/* 絞り込み検索
======================================================== */
.SearchFilter { padding: 0 0 60px; }
.SearchFilter__Heading { margin: 0 0 20px !important; width: 100%; }
.SearchFilter .searchandfilter { width: 100%; }
.searchandfilter div > ul { display: block; width: 100%; }
.searchandfilter div > ul li { display: block; width: 100%; }
.searchandfilter div > ul li ul { display: flex; justify-content: flex-start; flex-wrap: wrap; }
.searchandfilter input[type="checkbox"],
.searchandfilter input[type="radio"] { display: none; }
.searchandfilter div > ul li.cat-item { position: relative; display: flex; margin: 0 1% 1% 0; padding: 0; width: 32%; font-size: 1.5rem; font-weight: 500; background: linear-gradient(to bottom, #fff, #ededed); border: 1px solid #e3e3e3; }
.searchandfilter div > ul li.cat-item:nth-child(3n) { margin-right: 0; }
.searchandfilter div > ul li.cat-item:before { position: absolute; right: 0; top: 50%; transform: translate(-50%, -50%); content: " \f0da";
  font-family: "Font Awesome 6 Free"; font-weight: bold; color: #fff; font-size: 1.0rem; z-index: 1; }
.searchandfilter div > ul li.cat-item:after { content: ""; position: absolute; top: 0; right: 0; width: 10px; height: 100%; }
.searchandfilter div > ul li.cat-item label { display: flex; align-items: center; width: 100%; padding: 10px 20px 10px 10px; font-weight: 700; }
.searchandfilter div > ul li.cat-item label:hover { cursor: pointer; opacity: 0.7; }
.searchandfilter input[type="submit"] { display: none; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .SearchFilter { padding: 0 0 4.615vw; }
  .SearchFilter__Heading { margin: 0 0 1.538vw !important; }
  .searchandfilter div > ul li.cat-item { font-size: 1.153vw; }
  .searchandfilter div > ul li.cat-item:before { font-size: 0.769vw; }
  .searchandfilter div > ul li.cat-item:after { width: 0.769vw; }
  .searchandfilter div > ul li.cat-item label { padding: 0.769vw 1.538vw 0.769vw 0.769vw; }
}

@media screen and (max-width: 600px) {
  .SearchFilter { padding: 0 0 6vw; }
  .SearchFilter__Heading { margin: 0 0 4vw !important; width: 96%; }
  .searchandfilter div > ul li ul { justify-content: space-between; }
  .searchandfilter div > ul li.cat-item { width: 49%; margin: 0 0 1vw; }
  .searchandfilter div > ul li.cat-item label { padding: 2.5vw 4vw 2.5vw 2.5vw; }
}

/* アーカイブ
======================================================== */
.ArchiveCase,
.ArchiveVoice,
.ArchiveNews,
.ArchiveColumn { position: relative; display: flex; justify-content: space-between; align-items: flex-start; margin: 0; padding: 20px 1%; width: 98%; border-bottom: 1px solid #cfcfcf; transition: all 0.5s; }
.ArchiveCase a,
.ArchiveVoice a,
.ArchiveNews a,
.ArchiveColumn a { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; opacity: 0; }
.ArchiveCase a:hover,
.ArchiveVoice a:hover,
.ArchiveNews a:hover,
.ArchiveColumn a:hover { opacity: 0; }
.ArchiveCase:hover,
.ArchiveVoice:hover,
.ArchiveNews:hover,
.ArchiveColumn:hover { background-color: #f2f5fa; }
.ArchiveCase__Secondary,
.ArchiveVoice__Secondary,
.ArchiveNews__Secondary,
.ArchiveColumn__Secondary { display: flex; flex-wrap: wrap; width: 100%; }
.ArchiveCase__Primary,
.ArchiveVoice__Primary,
.ArchiveNews__Primary,
.ArchiveColumn__Primary { width: 27%; }
.ArchiveCase__Image:before,
.ArchiveVoice__Image:before,
.ArchiveNews__Image:before,
.ArchiveColumn__Image:before { padding-top: 61%; }
.ArchiveCase.--ThumbOn .ArchiveCase__Secondary,
.ArchiveVoice.--ThumbOn .ArchiveVoice__Secondary,
.ArchiveNews.--ThumbOn .ArchiveNews__Secondary,
.ArchiveColumn.--ThumbOn .ArchiveColumn__Secondary { width: 70%; }
.ArchiveCase__Date,
.ArchiveVoice__Date,
.ArchiveNews__Date,
.ArchiveColumn__Date { margin: 10px 2% 0 0; padding: 0; /* width: 17%; */ color: #999; font-size: 1.5rem; font-weight: 400; line-height: 1.2; }
.ArchiveCase__Category,
.ArchiveVoice__Category,
.ArchiveNews__Category,
.ArchiveColumn__Category { display: flex; flex-wrap: wrap; margin: 0; padding: 0 !important; width: 83%; }
.ArchiveCase__Category li,
.ArchiveVoice__Category li,
.ArchiveNews__Category li,
.ArchiveColumn__Category li { margin: 0 2% 2% 0; padding: 10px 4%; color: #1f3f77; font-size: 1.4rem; text-align: center; border-width: 1px; border-style: solid; border-color: #1f3f77; border-radius: 100px; }
.ArchiveCase__Title,
.ArchiveVoice__Title,
.ArchiveNews__Title,
.ArchiveColumn__Title { margin: 1% 0; padding: 0; width: 100%; font-size: 2.3rem; font-weight: 700; line-height: 1.5; background: none; border: none; }
.ArchiveCase__Text,
.ArchiveVoice__Text,
.ArchiveNews__Text,
.ArchiveColumn__Text { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin: 0; padding: 0 !important; font-size: 1.7rem; font-weight: 500; line-height: 1.8; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .ArchiveCase,
  .ArchiveVoice,
  .ArchiveNews,
  .ArchiveColumn { padding: 1.538vw 1%; }
  .ArchiveCase__Date,
  .ArchiveVoice__Date,
  .ArchiveNews__Date,
  .ArchiveColumn__Date { margin: 0.769vw 2% 0 0; font-size: 1.153vw; }
  .ArchiveCase__Category li,
  .ArchiveVoice__Category li,
  .ArchiveNews__Category li,
  .ArchiveColumn__Category li { padding: 0.769vw 4%; font-size: 1.076vw; }
  .ArchiveCase__Title,
  .ArchiveVoice__Title,
  .ArchiveNews__Title,
  .ArchiveColumn__Title { font-size: 1.769vw; }
  .ArchiveCase__Text,
  .ArchiveVoice__Text,
  .ArchiveNews__Text,
  .ArchiveColumn__Text { font-size: 1.307vw; }
}

@media screen and (max-width: 600px) {
  .ArchiveCase,
  .ArchiveVoice,
  .ArchiveNews,
  .ArchiveColumn { flex-direction: column; padding: 5vw 0; width: 100%; }
  .ArchiveCase__Primary,
  .ArchiveVoice__Primary,
  .ArchiveNews__Primary,
  .ArchiveColumn__Primary { margin: 0 auto 4vw; width: 60%; }
  .ArchiveCase.--ThumbOn .ArchiveCase__Secondary,
  .ArchiveVoice.--ThumbOn .ArchiveVoice__Secondary,
  .ArchiveNews.--ThumbOn .ArchiveNews__Secondary,
  .ArchiveColumn.--ThumbOn .ArchiveColumn__Secondary { width: 100%; }
  .ArchiveCase__Date,
  .ArchiveVoice__Date,
  .ArchiveNews__Date,
  .ArchiveColumn__Date { margin: 2vw 2% 0 0; width: 22%; }
  .ArchiveCase__Category,
  .ArchiveVoice__Category,
  .ArchiveNews__Category,
  .ArchiveColumn__Category { width: 76%; }
  .ArchiveCase__Category li,
  .ArchiveVoice__Category li,
  .ArchiveNews__Category li,
  .ArchiveColumn__Category li { padding: 2vw 5%; }
  .ArchiveCase__Title,
  .ArchiveVoice__Title,
  .ArchiveNews__Title,
  .ArchiveColumn__Title { font-size: 2.2rem; }
}

/* 関連記事
======================================================== */
.Main__RelationPage { padding: 0 0 50px; }
.--NoToc,
.--NoToc + p { padding: 0 !important; }
.RelationPage { display: flex; flex-wrap: wrap; justify-content: flex-start; margin: 0 auto; padding: 0; width: 100%; }
.RelationPage__Heading { position: relative; margin: 3rem auto; padding: 12px 2%; width: 96%; color: #191818; font-size: 2.4rem; font-weight: 600; line-height: 1.3; text-align: left; background-color: #f0f4fc; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #1f3f77; font-family: "Noto Serif JP"; }
.RelationPage__Item { display: flex; margin: 0 3.1% 3.1% 0; padding: 1%; width: 29%; background-color: #fff; transition: background-color 0.5s; }
.RelationPage__Item:nth-of-type(3n) { margin-right: 0; }
.RelationPage__Item a { position: relative; display: flex; flex-direction: column; align-items: center; margin: 0; padding: 0; width: 100%; text-decoration: none; }
.RelationPage__Item a:hover { opacity: 1.0; }
.RelationPage__Item:hover { background-color: #f2f5fa; }
.RelationPage__Primary { width: 100%; }
.RelationPage__Primary:before { padding-top: 54%; }
.RelationPage__Primary img { height: 100%; padding-bottom: 0 !important; transition-duration: 0.3s; }
/* .RelationPage__Item a:hover .RelationPage__Primary img { transform: scale(1.1); } */
.RelationPage__Secondary { flex-grow: 1; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 0; width: 100%; }
.RelationPage__Title { margin: 0; padding: 15px 0; }
.RelationPage__Title h3,
.RelationPage__Title p { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 0; padding: 0; width: 100%; color: #333; font-size: 1.7rem; font-weight: 500; line-height: 1.3; text-align: left; background: none; border: none; -webkit-text-fill-color: initial; font-family: "Noto Serif JP"; }
.Main__RelationPage .--Button { margin: 0 37%; padding: 0; width: 26%; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .Main__RelationPage { padding: 0 0 3.846vw; }
  .RelationPage__Heading { margin: 2.3vw auto; padding: 0.923vw 2%; font-size: 1.846vw; border-bottom-width: 0.154vw; }
  .RelationPage__Title { padding: 1.153vw 0; }
  .RelationPage__Title h3,
  .RelationPage__Title p { font-size: 1.307vw; }
}

@media screen and (max-width: 600px) {
  .Main__RelationPage { margin: 0 calc(50% - 50vw); padding: 0 0 10vw; width: 100vw; }
  .RelationPage__Heading { margin: 0 auto 5vw; padding: 3vw 2%; width: 86%; font-size: 2.4rem; }
  .RelationPage { margin: 0 0 5vw; justify-content: center; }
  .RelationPage .slick-list { width: 100%; }
  .RelationPage .slick-track { display: flex; }
  .RelationPage .slick-prev,
  .RelationPage .slick-next { z-index: 1; width: 8vw; height: 8vw; background: #1f3f77; border-radius: 50%; }
  .RelationPage .slick-prev { left: 11vw; }
  .RelationPage .slick-next { right: 11vw; }
  .RelationPage .slick-prev:before,
  .RelationPage .slick-next:before { font-size: 1.5rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
  .RelationPage .slick-prev:before { content: "\f053"; }
  .RelationPage .slick-next:before { content: "\f054"; }
  .RelationPage__Item { margin: 0 3vw; padding: 0; }
  .RelationPage__Title { padding: 3vw 0; }
  .RelationPage__Title h3,
  .RelationPage__Title p { font-size: ; }
  .Main__RelationPage .--Button { margin: 0 24%; width: 52%; }
}

/* 子ページ一覧
======================================================== */
.ChildPage { display: flex; flex-wrap: wrap; justify-content: flex-start; margin: 0 auto; padding: 0; width: 100%; }
.ChildPage__Heading { position: relative; margin: 3rem auto; padding: 12px 2%; width: 96%; color: #191818; font-size: 2.4rem; font-weight: 600; line-height: 1.3; text-align: left; background-color: #f0f4fc; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #1f3f77; font-family: "Noto Serif JP"; }
.ChildPage__Item { display: flex; margin: 0 3.1% 3.1% 0; padding: 1%; width: 29%; background-color: #fff; transition: background-color 0.5s; }
.ChildPage__Item:nth-of-type(3n) { margin-right: 0; }
.ChildPage__Item a { position: relative; display: flex; flex-direction: column; align-items: center; margin: 0; padding: 0; width: 100%; text-decoration: none; }
.ChildPage__Item a:hover { opacity: 1.0; }
.ChildPage__Item:hover { background-color: #f2f5fa; }
.ChildPage__Primary { width: 100%; }
.ChildPage__Primary:before { padding-top: 54%; }
.ChildPage__Primary img { height: 100%; padding-bottom: 0 !important; transition-duration: 0.3s; }
.ChildPage__Secondary { flex-grow: 1; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 0; width: 100%; }
.ChildPage__Title { margin: 0; padding: 15px 0; }
.ChildPage__Title h3,
.ChildPage__Title p { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 0; padding: 0; width: 100%; color: #333; font-size: 1.7rem; font-weight: 500; line-height: 1.3; text-align: left; background: none; border: none; -webkit-text-fill-color: initial; font-family: "Noto Serif JP"; }
@media only screen and (min-width:601px) and (max-width:1300px) {
  .ChildPage__Heading { margin: 2.3vw auto; padding: 0.923vw 2%; font-size: 1.846vw; border-bottom-width: 0.154vw; }
  .ChildPage__Title { padding: 1.153vw 0; }
  .ChildPage__Title h3,
  .ChildPage__Title p { font-size: 1.307vw; }
}

@media screen and (max-width: 600px) {
  .ChildPage__Heading { margin: 0 auto 5vw; padding: 3vw 2%; width: 86%; font-size: 2.4rem; }
  .ChildPage { margin: 0 0 5vw; justify-content: space-between; }
  .ChildPage__Item { margin: 0 0 3vw; padding: 0; width: 48%; }
  .ChildPage__Title { padding: 3vw 0; }
  .ChildPage__Title h3,
  .ChildPage__Title p { font-size: ; }
}

/* 親子ページのリスト　
======================================================== */
body.solution .Body__ParentChild { display: none; /* 初めての方へ(親)は親子ページのリストを非表示 */ }
.Body__ParentChild { margin: 0 auto; padding: 70px 0; width: 100%; background-color: #f1f1f1; }
.ParentChild__Heading { clear: both; margin: 0 auto 70px; padding: 0; width: 100%; color: #333; font-size: 3.2rem; font-weight: 700; line-height: 1.3; text-align: center; background: none; border: none; }
.ParentChild__Heading span { display: inline-block; padding: 10px 0; border-width: 1px; border-style: solid; border-image: linear-gradient(to right, #e10019, #2945a6); border-image-slice: 1; border-left: none; border-right: none; border-top: none; }
.ParentChild { display: flex; flex-wrap: wrap; justify-content: flex-start; margin: 0 auto; padding: 0; width: 1100px; border: none; }
.ParentChild__Item { display: flex; margin: 0 3.5% 3.5% 0; padding: 1%; width: 29%; background-color: #fff; border-radius: 20px; }
.ParentChild__Item.--CurrentPage { /* display: none;  現在表示しているページ */ }
.ParentChild__Item:nth-of-type(3n) { margin-right: 0; }
.ParentChild__Item a { position: relative; display: flex; flex-direction: column; align-items: center; margin: 0; padding: 0; width: 100%; text-decoration: none; }
.ParentChild__Primary { width: 100%; border-radius: 10px 10px 0 0; }
.ParentChild__Primary:before { padding-top: 57%; }
.ParentChild__Primary img { height: 100%; padding-bottom: 0 !important; transition-duration: 0.3s; }
.ParentChild__Item a:hover .ParentChild__Primary img { transform: scale(1.1); }
.ParentChild__Secondary { display: flex; flex-direction: column; margin: 0; padding: 0; width: 100%; }
.ParentChild__Title { margin: 0; padding: 30px 0; }
.Body__Page .ParentChild__Title { text-align: center; }
.ParentChild__Title h6 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin: 0; padding: 0; color: #333; font-size: 2.0rem; font-weight: 700; line-height: 1.3; text-align: center; background: none; border: none; }
.ParentChild__List { position: absolute; top: 0; left: 0; }
.ParentChild__List li { list-style: none !important; margin: 0 0 1px !important; padding: 5px 20px; color: #fff; font-size: 1.4rem !important; line-height: 1.3 !important; background: #11364e; }
.ParentChild__Text { margin: 0; padding: 0 0 10px; }
.ParentChild__Text p { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; margin: 0; padding: 0; font-size: 1.6rem; font-weight: 400; line-height: 1.5; }
.ParentChild__Item dl { display: flex; flex-direction: column; margin: 0; padding: 0; }
.ParentChild__Item dl dt { padding: 0 0 10px; color: #666; font-size: 1.3rem; font-weight: 400; }
.ParentChild__Item dl dd { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.ParentChild__Item dl dd span { display: inline-block; margin: 0 10px 10px 0; padding: 5px 10px; border-radius: 2px; background: #eaeaea; font-size: 1.4rem; font-weight: 400; }

@media only screen and (min-width:600px) and (max-width:1300px) {
  .Body__ParentChild { padding: 5.85vw 0; }
  .ParentChild { width: 91.7vw; }
  .ParentChild__Heading { margin: 0 auto 5.85vw; font-size: 2.666vw; }
  .ParentChild__Heading span { padding: 0.82vw 0; }
  .ParentChild__Item { border-radius: 1.66vw; }
  .ParentChild__Primary { border-radius: 0.82vw 0.82vw 0 0; }
  .ParentChild__Title { padding: 2.5vw 0; }
  .ParentChild__Title h6 { font-size: 1.66vw; }
}

@media screen and (max-width: 600px) {
  .Body__ParentChild { padding: 10vw 0; }
  .ParentChild { justify-content: space-between; width: 90%; }
  .ParentChild__Heading { margin: 0 auto 10vw; font-size: 2.4rem; }
  .ParentChild__Heading span { padding: 2vw 0; }
  .ParentChild__Item { margin: 0 0 4vw; padding: 2%; width: 44%; border-radius: 10px; }
  .ParentChild__Primary { border-radius: 5px 5px 0 0; }
  .ParentChild__Title { padding: 2vw 0; }
  .ParentChild__Title h6 { font-size: 1.6rem; }
}

/* Page Navi　
======================================================== */
.PageNavi { display: flex; flex-direction: column; width: 100%; margin: 0 auto; padding: 30px 0 60px; }
.PageNavi__Info { padding-bottom: 20px; }
.PageNavi__Info, .wp-pagenavi { display: flex; justify-content: center; margin: 0; width: 100%; }
.wp-pagenavi .pages, .wp-pagenavi .previouspostslink .wp-pagenavi .nextpostslink { display: none; }
.wp-pagenavi a,
.wp-pagenavi span { padding: 0.5vw 0.75vw !important; border-width: 1px; border-style: solid; /* border-radius: 3px; */ }
.wp-pagenavi span.current { color: #fff; }
.wp-pagenavi a:hover,
.wp-pagenavi span.current { opacity: 1.0; color: #fff; font-weight: 400; }
.wp-pagenavi a,
.wp-pagenavi span { font-weight: 400; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .PageNavi { padding: 2.307vw 0 4.615vw; font-size: 1.23vw; }
  .PageNavi__Info { padding-bottom: 1.538vw; }
}

@media screen and (max-width: 600px) {
  .PageNavi { margin: 0 auto; padding: 4vw 0 4vw; width: 100%; flex-direction: column; }
  .PageNavi div { text-align: center; font-size: 1.6rem; flex-wrap: wrap; }
  .PageNavi__Info { padding-bottom: 4vw; }
  .wp-pagenavi { width: 100%; }
  .wp-pagenavi a, .wp-pagenavi span { padding: 2vw 3vw !important; font-size: 1.8rem !important; }
}

/* PageNation */
ul.PageNation { clear: both; position: relative; display: flex; justify-content: space-between; text-align: center; margin: 40px auto; padding: 40px 0; border-top: 1px solid #c1c1c1; list-style: none !important; }
.PageNation li { display: inline-block; margin-left: 0 !important; padding: 0 5px; }
.PageNation li a { display: block; padding: 5px 30px; color: #000; font-size: 1.6rem; font-weight: 400; text-decoration: none; border-width: 1px; border-style: solid; border-color: #c1c1c1; }
.PageNation li a:hover { color: #fff; opacity: 1.0; }
.PageNation .--Back { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

@media only screen and (min-width:601px) and (max-width:1300px) {
  ul.PageNation { margin: 3.076vw auto; padding: 3.076vw 0; }
  .PageNation li { padding: 0 0.384vw; }
  .PageNation li a { padding: 0.384vw 2.307vw; font-size: 1.23vw; }
}

@media screen and (max-width: 600px) {
  ul.PageNation { margin: 8vw auto; padding: 8vw 0; }
  .PageNation li { margin-left: 0 !important; padding: 0 1%; width: 30%; }
  .PageNation li a { padding: 1vw 0; width: 100%; font-size: 1.6rem; }
}

/* お問い合わせフォーム　
======================================================== */
.ContactIntro { margin: 0 auto; padding: 50px 0 ; }
.ContactIntro .--AlignCenter { padding-bottom: 20px !important; font-size: 1.7rem; line-height: 2.5; }
.ContactIntro__Phone { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 20px 0; width: 100%; background-color: #f6f6f6; }
.ContactIntro .--PhoneNumber { display: flex; align-items: center; padding-bottom: 0 !important; font-size: 3.2rem; font-weight: 700; font-family: "Montserrat"; line-height: 1.0; text-align: center; }
.ContactIntro .--PhoneNumber:before { padding-right: 20px; content: " \f095"; color: #508545; font-size: 2.0rem; font-family: "Font Awesome 6 Free"; font-weight: bold; }
.ContactIntro .--ReceptionHours { padding-bottom: 0 !important; font-size: 1.6rem; }
.wpcf7-form > p { padding-bottom: 0; }
.ContactForm {  }
.ContactForm table { border-collapse: collapse; margin: 0 auto; padding: 0; width: 100%; background-color: #f0f0f0; }
.ContactForm table tr { display: flex; flex-direction: column; align-items: center; margin: 0; }
.ContactForm table tr:last-child { padding-bottom: 4%; }
.ContactForm table th { display: flex; justify-content: flex-start; align-items: flex-start; position: relative; margin: 0; padding: 3% 2% 1%; width: 92%; background: none; font-size: 1.7rem; font-weight: 500; line-height: 1.2; text-align: left; border: none; }
.ContactForm table th .title-contactform7 { font-weight: 700; }
/* .ContactForm table th:after { position: absolute; top: 0; right: 0; content: ""; display: inline-block; width: 1px; height: 100%; background: #eaeaea; } */
.ContactForm table td { position: relative; display: flex; flex-direction: column; align-items: flex-start; margin: 0; padding: 0 2%; width: 92%; border: none; }
.ContactForm .--Required { position: absolute; right: 30px; top: 30px; display: flex; justify-content: center; align-items: center; margin: 0; padding: 4px 20px; color: #fff; font-size: 1.2rem; font-weight: 500; background-color: #887a5b; border-radius: 5px; }
.ContactForm .--Method { padding: 3% 2% 2%; }
.ContactForm .--Method .wpcf7-radio { display: flex; }
.ContactForm .--Method .wpcf7-radio .wpcf7-list-item-label { position: relative; cursor: pointer; padding: 0 20px 0 40px; }
.ContactForm .--Method .wpcf7-radio .wpcf7-list-item-label:before,
.ContactForm .--Method .wpcf7-radio .wpcf7-list-item-label:after { content: ""; display: block;  border-radius: 50%; position: absolute; transform: translateY(-50%); top: 50%; }
.ContactForm .--Method .wpcf7-radio .wpcf7-list-item-label:before { left: 5px; width: 22px; height: 22px; background-color: #fff; border: 1px solid #ddd; border-radius: 50%; }
.ContactForm .--Method .wpcf7-radio .wpcf7-list-item-label:after { left: 7px; width: 20px; height: 20px; background-color: #508545; border-radius: 50%; opacity: 0; }
.ContactForm .--Method .wpcf7-radio input:checked + .wpcf7-list-item-label:after { opacity: 1; }
.ContactForm .--Method .wpcf7-radio input[type=radio] { position: absolute; margin: -1px; width: 1px; height: 1px; white-space: nowrap; border: 0; clip: rect(0 0 0 0); clip-path: inset(50%); overflow: hidden; padding: 0; }
.ContactForm .--Accept { width: 100%; }
.ContactForm .--Accept p { width: 100%; font-size: 1.7rem; font-weight: 500; text-align: center; }
.ContactForm .--Accept input[type=checkbox] { display: none; }
.ContactForm .--Accept .wpcf7-list-item-label { cursor: pointer; padding-left: 50px; position: relative; }
.ContactForm .--Accept .wpcf7-list-item-label:before,
.ContactForm .--Accept .wpcf7-list-item-label:after { content: ""; display: block;  position: absolute; }
.ContactForm .--Accept .wpcf7-list-item-label:before { background-color: #fff; border-radius: 0%; border: 1px solid #ddd; width: 30px; height: 30px; transform: translateY(-50%); top: 50%; left: 5px; }
.ContactForm .--Accept .wpcf7-list-item-label:after { border-bottom: 3px solid #508545; border-left: 3px solid #508545; opacity: 0; height: 7px; width: 15px; transform: rotate(-45deg); top: 5px; left: 12px; }
.ContactForm .--Accept input:checked + .wpcf7-list-item-label:after { opacity: 1; }
.ContactForm table th p,
.ContactForm table td p { margin: 0; padding: 0; width: 100%; font-size: 1.7rem; font-weight: 400; }
.ContactForm__Date { flex-direction: column; }
.ContactForm table td em { display: inline-block; padding: 0 2% 0 0; width: 10%; font-style: normal; text-align: right; }
.ContactForm table td small { display: inline-block; font-size: 1.3rem; line-height: 1.5; }
.ContactForm .wpcf7-list-item { margin-left: 0; }
.ContactForm input[type="text"],
.ContactForm input[type="email"],
.ContactForm input[type="tel"] { width: 94%; padding: 2% 3%; margin: 0; border: none; }
.ContactForm input[type="text"].--Half { width: 30%; }
.ContactForm textarea { width: 96%; padding: 2%; margin: 0; border: none; }
.ContactForm select { padding: 1% 2%; border-radius: 5px; border-color: #dcdcdc; }
.ContactForm input::placeholder { color: #c0c0c0; font-weight: 400; }
.ContactForm input[type="submit"] { display: block; margin: 30px auto; padding: 30px 0; width: 35%; color: #fff; font-size: 2.0rem; font-weight: 700; background-color: #1f3f77; border: none; border-radius: 100px; }
.ContactForm input[type="submit"]:hover { opacity: 0.7; cursor: pointer; }
.ContactForm input[type="submit"]:disabled { opacity: 0.3; cursor: not-allowed; }
.ContactForm__Date input[type="text"] { margin-bottom: 20px; }
div.wpcf7cp-btns { display: flex; justify-content: space-between; /* 確認画面 */ }
div.wpcf7cp-btns button { display: block; margin: 20px auto; padding: 20px 0; width: 46%; color: #fff; font-size: 2.4rem; font-weight: bold; background-color: #1f3f77; border: none; border-radius: 10px; }
div.wpcf7cp-btns button:hover { opacity: 0.7; cursor: pointer; }
#wpcf7cpcnf table { border-collapse: collapse; width: 100%; }
#wpcf7cpcnf table tr { display: flex; flex-wrap: wrap; margin: -1px 0 0; }
#wpcf7cpcnf table th { display: flex; justify-content: flex-start; align-items: flex-start; position: relative; margin: 0; padding: 2%; width: 26%; background: #f9f9f9; font-size: 1.7rem; line-height: 1.2; text-align: left; border-right: none; }
#wpcf7cpcnf table td { position: relative; display: flex; flex-direction: column; align-items: flex-start; margin: 0 0 0 -1px; padding: 2%; width: 65%; }
#wpcf7cpcnf table th p,
#wpcf7cpcnf table td p { margin: 0; width: 100%; font-size: 1.6rem; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .ContactIntro { padding: 4.166vw 0; }
  .ContactIntro .--AlignCenter { padding-bottom: 1.666vw !important; font-size: 1.416vw; }
  .ContactIntro__Phone { padding: 1.666vw 0; }
  .ContactIntro .--PhoneNumber { font-size: 2.666vw; }
  .ContactIntro .--PhoneNumber:before { padding-right: 1.666vw; font-size: 1.666vw; }
  .ContactIntro .--ReceptionHours { font-size: 1.333vw; }
  .ContactForm table { width: 75vw; }
  .ContactForm table th,
  .ContactForm table th p,
  .ContactForm table td,
  .ContactForm table td p { font-size: 1.416vw; }
  .ContactForm .--Required { right: 3.333vw; top: 2.5vw; padding: 0.333vw 1.666vw; font-size: 1.0vw; border-radius: 0.416vw; }
  .ContactForm .--Method .wpcf7-radio .wpcf7-list-item-label { padding: 0 1.666vw 0 3.333vw; }
  .ContactForm .--Method .wpcf7-radio .wpcf7-list-item-label:before { left: 0.416vw; width: 1.833vw; height: 1.833vw; }
  .ContactForm .--Method .wpcf7-radio .wpcf7-list-item-label:after { left: 0.583vw; width: 1.666vw; height: 1.666vw; }
  .ContactForm .--Accept .wpcf7-list-item-label { padding-left: 4.16vw; }
  .ContactForm .--Accept .wpcf7-list-item-label:before { width: 2.5vw; height: 2.5vw; left: 0.416vw; }
  .ContactForm .--Accept .wpcf7-list-item-label:after { border-bottom: 0.25vw solid #508545; border-left: 0.25vw solid #508545; height: 0.583vw; width: 1.25vw;  top: 0.416vw; left: 1.0vw; }
  .ContactForm .--Accept p { font-size: 1.416vw; }
  .ContactForm input[type="submit"] { margin: 2.5vw auto; padding: 2.5vw 0; font-size: 1.666vw; }
}

@media screen and (max-width: 600px) {
  .ContactIntro { padding: 0; }
  .ContactIntro .--AlignCenter { padding-bottom: 4vw !important; line-height: 1.9; }
  .ContactIntro__Phone { margin-bottom: 10vw; padding: 4vw 0; }
  .ContactForm table tr { flex-direction:column; }
  .ContactForm table th { padding-bottom: 0; }
  .ContactForm table th,
  .ContactForm table td { width: 96%; }
  .ContactForm .--Required { right: 4vw; top: 3vw; padding: 1vw 2vw; font-size: 1.3rem; }
  .ContactForm table th:after { display: none; }
  .ContactForm table td { padding: 2vw 2% 0; }
  .ContactForm table td .--Required { top: 4.5vw; left: 25vw; }
  .ContactForm input[type="submit"] { margin: 6vw auto; padding: 5.5vw 0; width: 80%; }
  .ContactForm__Date input[type="text"] { margin-bottom: 4vw; }
  .ContactForm .--AlignCenter { line-height: 1.5; }
  div.wpcf7cp-btns button { margin: 2vw auto; padding: 4vw 0; font-size: 2.0rem; }
  .ContactForm .--Method .wpcf7-radio { flex-direction: column; }
  .ContactForm .--Method .wpcf7-list-item { margin-bottom: 2vw; }
  .ContactForm .--Method .wpcf7-list-item:nth-last-of-type(1) { margin-bottom: 0; }
  .ContactForm .--Accept .wpcf7-list-item-label:before { width: 6vw; height: 6vw; }
  .ContactForm .--Accept .wpcf7-list-item-label:after { height: 2vw; width: 3.5vw; top: 0.5vw; left: 2.5vw; }
  .ContactForm .--Accept .wpcf7-list-item-label { padding-left: 10vw; }
}

/* 404 Not found
======================================================== */
.Page404 { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 100px 0 200px; }

@media only screen and (min-width:601px) and (max-width:1300px) {
  .Page404 { padding: 7.692vw 0 15.384vw; }
}

@media screen and (max-width: 600px) {
  .Page404 { padding: 20vw 0 25vw; }
}

/* Search Results
======================================================== */
.SearchResults dd { margin: 0; }
.SearchResults dt { text-align: center; }
.SearchResults dd a { display: block; padding: 1.5rem 0; border-bottom: 1px dotted #eee; }

@media only screen and (min-width:600px) and (max-width:1300px) {
  .SearchResults dd { font-size: 1.23vw; }
  .SearchResults dd a { padding: 1.153vw 0; }
}

@media screen and (max-width: 600px) {
  .SearchResults { padding: 0 0 10vw; }
}