@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  background: #fff;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #3b4378;
  text-decoration: underline;
}

a:visited {
  color: #672367;
  text-decoration: underline;
}

a:hover {
  color: #3b4378;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: inherit;
  color: #3b4378;
}

a:active {
  _background: inherit; /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}
.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}
.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #ababab;
  text-align: center;
}

.scheme2 {
  border: 1px solid #ccc;
  text-align: center;
}

.scheme3 {
  background-color: #333;
  text-align: center;
}

.scheme4 {
  background-color: #333;
  text-align: center;
}

.scheme5 {
  border: 1px solid #ccc;
  text-align: center;
}

.scheme6 {
  background-color: #333;
  text-align: center;
}

.scheme7 {
  background-color: #ccc;
  text-align: center;
}

.scheme8 {
  background-color: #555;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #eee;
  text-align: center;
}

.scheme10 {
  background-color: #4682c0;
  text-align: center;
}

.scheme11 {
  background-color: #c896bd;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
@media print, screen and (min-width: 769px) {
  form.gsc-search-box {
    width: 250px !important;
  }
}
@media screen and (max-width: 768px) {
  form.gsc-search-box {
    width: 100% !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border: 1px solid #674545 !important;
    border-radius: 6px 0px 0px 6px !important;
  }
}
@media screen and (max-width: 768px) {
  .gsc-input-box {
    border: 2px solid #674545 !important;
    border-radius: 6px 0px 0px 6px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 43px;
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: calc(13.33vw - 2px);
    font-size: 1.7rem !important;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 43px;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 45px;
    }
  }
  td.gsc-search-button {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: calc(13.33vw - 2px);
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: calc(13.33vw + 2px);
    }
  }
  td.gsc-search-button {
    padding-left: 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #674545 !important;
    width: 44px !important;
    border: 1px solid #674545 !important;
    border-radius: 0px 6px 6px 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #674545 !important;
    width: 13.33vw !important;
    border: 1px solid #674545 !important;
    border-radius: 0px 6px 6px 0px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 18px !important;
    height: 18px !important;
  }
}
@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 5.07vw !important;
    height: 5.07vw !important;
  }
}

.dummy-search-area {
  box-sizing: border-box;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .dummy-search-area {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-area {
    width: 100%;
  }
}

.dummy-search {
  box-sizing: border-box;
  padding: 10px 0 10px 13px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .dummy-search {
    border: 1px solid #674545;
    height: 45px;
    width: calc(100% - 44px);
    border-radius: 6px 0px 0px 6px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search {
    border: 2px solid #674545;
    height: 13.33vw;
    width: calc(100% - 13.33vw);
    border-radius: 6px 0px 0px 6px;
    font-size: 2rem;
  }
}

.dummy-search-btn {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
@media print, screen and (min-width: 769px) {
  .dummy-search-btn {
    background-color: #674545;
    flex-basis: 44px;
    width: 44px;
    height: 45px;
    border: 1px solid #674545;
    border-radius: 0px 6px 6px 0px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-btn {
    background-color: #674545;
    flex-basis: 13.33vw;
    width: 13.33vw;
    height: 13.33vw;
    border: 1px solid #674545;
    border-radius: 0px 6px 6px 0px;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .dummy-search-btn svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-btn svg {
    width: 5.07vw;
    height: 5.07vw;
    fill: #ffffff;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}
#smartphone a {
  color: #333333;
  display: block;
  text-decoration: none;
}
#smartphone .wrap {
  align-items: center;
  background-color: #f1a2cb;
  border: 2px solid #f1a2cb;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}
#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}
#smartphone .wrap .ico {
  background-color: #9bce6e;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}
#smartphone .wrap .ico:after {
  border-left: 12px solid #333333;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: 0;
  content: "";
  left: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

@media print {
  body {
    zoom: 1;
  }
}
#header, #footer, #side-nav {
  overflow-wrap: anywhere;
}

.gsst_a .gscb_a {
  color: #333 !important;
}

@media print, screen and (min-width: 769px) {
  .sp-view {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-view {
    display: block;
  }
}

@media print, screen and (min-width: 769px) {
  .pc-view {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc-view {
    display: none;
  }
}

.common-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #333333;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s;
}
.common-button a:hover {
  text-decoration: underline;
  opacity: 0.85;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
#footer-print,
#footer-print *,
#footer-print *::before,
#footer-print *::after {
  box-sizing: border-box;
}

/*==================================
フッター
==================================*/
footer {
  background: #c9efa7;
  text-align: center;
  position: relative;
  /* PCでは電話番号リンクを無効化 */
}
@media print, screen and (min-width: 769px) {
  footer {
    border-radius: 50px 50px 0 0;
    padding-block: 58px 20px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    border-radius: 6.6666666667vw 6.6666666667vw 0 0;
    padding-block: 10.4vw 3.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  footer a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
footer .box {
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 90%;
}
footer #pagetop a {
  display: block;
  color: #333;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  footer #pagetop a img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  footer #pagetop a img {
    width: 19.3333333333vw;
    height: 19.8666666667vw;
  }
}
footer .footer-container .footer-logo img {
  object-fit: cover;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  footer .footer-container .footer-logo img {
    width: 341px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-container .footer-logo img {
    width: 70vw;
  }
}
footer .footer-container .footer-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  footer .footer-container .footer-buttons {
    margin-top: 30px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-container .footer-buttons {
    margin-top: 5.7333333333vw;
    flex-direction: column;
    gap: 4vw;
  }
}
footer .footer-container .footer-buttons .footer-button {
  width: fit-content;
}
@media print, screen and (min-width: 769px) {
  footer .footer-container .footer-buttons .footer-button {
    min-width: 260px;
  }
  footer .footer-container .footer-buttons .footer-button a {
    font-size: 0.9375rem;
    background: #ffffff url(../img_common/icon_arrow__green.png) no-repeat center right 10px/30px;
    padding: 12px 40px 12px 12px;
    min-height: 50px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-container .footer-buttons .footer-button {
    min-width: 61.3333333333vw;
  }
  footer .footer-container .footer-buttons .footer-button a {
    background-color: #ffffff;
    background-image: url(../img_common/icon_arrow__green.png);
    background-repeat: no-repeat;
    background-position: center right 2.6666666667vw;
    background-size: 6.1333333333vw;
    padding: 3.3333333333vw 8.8vw 3.3333333333vw 3.3333333333vw;
    min-height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
    font-size: 0.875rem;
  }
}
footer .copyright {
  color: #333333;
  font-size: 80%;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  footer .copyright {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  footer .box {
    width: 1000px;
  }
  footer #pagetop {
    position: absolute;
    top: -50px;
    right: 25px;
    opacity: 1;
    transition: opacity 0.3s;
  }
  footer #pagetop:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 768px) {
  footer #pagetop {
    position: absolute;
    top: -13.3333333333vw;
    right: 3.6vw;
  }
}

html[data-fontsize=up] {
  font-size: 133.3%;
}
html[data-fontsize=up2] {
  font-size: 166.7%;
}
html[data-fontsize=up2] #sp-header .modal-menu .support-block .header-lang .lang-select {
  max-width: 270px;
}
html[data-fontsize=up2] #sp-header .modal-menu .support-block .header-lang .btn-lang-select {
  padding: 0.6666666667vw;
  width: 14.6666666667vw;
}
html[data-fontsize=up3] {
  font-size: 200%;
}
html[data-fontsize=up3] #sp-header .modal-menu .support-block .header-lang .lang-select {
  max-width: 270px;
}
html[data-fontsize=up3] #sp-header .modal-menu .support-block .header-lang .btn-lang-select {
  padding: 0.6666666667vw;
  width: 14.6666666667vw;
}

/*++++++++++++++++++++++++++++++++++
 * 下層ページのコンテンツエリア専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  body {
    zoom: 0.97;
  }
  #wrapper, #wrapper-in, #wrapper-in2 {
    border: none;
    background: none;
  }
  #header-print, #pankuzu, #side-nav, #pagetop, #footer-print {
    display: none;
  }
  #contents {
    float: none;
    width: 100%;
  }
  h1.title {
    width: 100%;
  }
  #contents-in {
    width: 100%;
  }
}
/*++++++++++++++++++++++++++++++++++
 * 下層ページのコンテンツエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
 施設詳細ページ用（0052で使用中）
==================================*/
/*++++++++++++++++++++++++++++++++++
 * 下層ページのコンテンツエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
施設詳細ページ用（0052で使用中）
==================================*/
@media print, screen and (min-width: 769px) {
  #header {
    background: #ffffff !important;
  }
}

@media screen and (max-width: 768px) {
  #sp-header {
    background: #ffffff !important;
  }
}

#footer {
  margin-top: 100px;
}

.table-wrap, .wysiwyg .table-wrap {
  margin-top: 24px;
}

.wysiwyg .table-wrap div {
  margin: auto;
}

.wysiwyg .table-wrap {
  margin: 48px 0 0;
}

.table-wrap {
  margin: 48px 0 0;
}
.table-wrap tbody {
  background-color: #fff;
}

.table-wrap .scroll-table-switch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.table-wrap .scroll-table-switch .title {
  margin-right: 8px;
  font-size: 0.875rem;
}
.table-wrap .scroll-table-switch .scroll-btn,
.table-wrap .scroll-table-switch .in-display-btn {
  display: flex;
  width: fit-content;
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: 55px;
  color: #333;
  text-decoration: none;
  font-size: 0.75rem;
  position: relative;
  line-height: normal;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.table-wrap .scroll-table-switch .scroll-btn:hover,
.table-wrap .scroll-table-switch .in-display-btn:hover {
  opacity: 0.9;
}
.table-wrap .scroll-table-switch .scroll-btn .scroll,
.table-wrap .scroll-table-switch .in-display-btn .scroll {
  background-repeat: no-repeat;
  background-image: url(../img_sub/v3.2/scroll-table-switch.png);
  background-position: left 10px center;
  background-size: 19px;
  padding: 4px 10px 5px 28px;
  border-radius: 3px 0 0 3px;
  font-weight: bold;
  border-bottom: 3px solid #333;
}
.table-wrap .scroll-table-switch .scroll-btn .in-display,
.table-wrap .scroll-table-switch .in-display-btn .in-display {
  background-repeat: no-repeat;
  background-image: url(../img_sub/v3.2/scroll-table-switch-in.png);
  background-position: left 10px center;
  background-size: 13px;
  padding: 4px 10px 5px 25px;
  border-radius: 0 3px 3px 0;
}
.table-wrap .scroll-table-switch .status {
  margin-left: 3px;
}

.table-wrap .scroll-table-switch .scroll {
  background-color: #9bce6e;
  color: #333333;
}
.table-wrap .scroll-table-switch .in-display {
  background-color: #fcf0fb;
  color: #333;
}

.scroll-view .scroll-btn .scroll {
  background-color: #fcf0fb !important;
  color: #333 !important;
  font-weight: normal !important;
  border-bottom: none !important;
}
.scroll-view .in-display-btn .in-display {
  background-color: #9bce6e !important;
  color: #333333 !important;
  font-weight: bold !important;
  border-bottom: 3px solid #333 !important;
}
.scroll-view .table-wrapper {
  overflow: visible !important;
}
.scroll-view .table-wrapper .is-active {
  display: none;
}

.table-wrapper.scroll-table {
  padding: 20px 0;
  overflow-x: auto;
}
.table-wrapper.scroll-table .scroll-hint-icon {
  top: calc(50% - 40px);
}
.table-wrapper.scroll-table table {
  margin-top: 0;
  table-layout: initial !important;
  width: 100%;
  border-collapse: collapse !important;
  white-space: nowrap !important;
}

.table-wrapper:has(.highlight.error), .table-wrapper:has(.highlight.warning) {
  overflow: visible !important;
}
.table-wrapper:has(.highlight.error) table, .table-wrapper:has(.highlight.warning) table {
  white-space: unset !important;
}
.table-wrapper:has(.highlight.error) .scroll-hint-icon-wrap, .table-wrapper:has(.highlight.warning) .scroll-hint-icon-wrap {
  display: none !important;
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  background: #c9efa7;
  color: #333;
  font-size: 1.625rem;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 16px 20px;
  margin-top: 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  h2.head-title, .wysiwyg h2, .free-layout-area h2 {
    margin-top: 32px;
  }
}
h2.head-title::after, .wysiwyg h2::after, .free-layout-area h2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #54940f;
}
h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h2.head-title a {
  color: #674545;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  background: #e8fbff;
  color: #674545;
  font-size: 1.5rem;
  border-radius: 6px;
  padding: 12px 20px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
    margin-top: 24px;
  }
}
h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  color: #674545;
  font-size: 1.375rem;
  padding: 8px 10px;
  border-bottom: 4px solid #9bce6e;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  h4, .wysiwyg h4, .free-layout-area h4 {
    margin-top: 24px;
  }
}
h4 .bg, .wysiwyg h4 .bg, .free-layout-area h4 .bg {
  display: block;
}
h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 1.25rem;
  color: #674545;
  font-weight: bold;
  padding: 8px 0;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  h5, .wysiwyg h5, .free-layout-area h5 {
    margin-top: 24px;
  }
}
h5 .bg, .wysiwyg h5 .bg, .free-layout-area h5 .bg {
  display: block;
  padding: 0 7px 0 10px;
  border-left: 3px solid #9bce6e;
}
h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 1.125rem;
  color: #674545;
  padding: 8px 10px;
  font-weight: bold;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  h6, .wysiwyg h6, .free-layout-area h6 {
    margin-top: 24px;
  }
}
h6 .bg, .wysiwyg h6 .bg, .free-layout-area h6 .bg {
  display: block;
}
h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul, .pubcom-table ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul,
* html .pubcom-table ul {
  display: inline-block;
}

.wysiwyg ol, .pubcom-table ol {
  /* 回り込み画像時にリストが出ない問題を解決 */
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 2em;
  list-style: decimal;
}

* html .wysiwyg ol,
* html .pubcom-table ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
}

.wysiwyg table ul, .wysiwyg table ol, .pubcom-table table ul, .pubcom-table table ol {
  margin-left: 0;
}
.wysiwyg table p, .pubcom-table table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #d6d6d6;
  margin-top: 10px;
}

.wysiwyg td,
.wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #d6d6d6;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #fcf0fb;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg em, .wysiwyg strong, .wysiwyg b {
  font-style: normal;
  font-weight: bold;
}
.wysiwyg .text_ {
  color: #c00;
}
.wysiwyg .text2_ {
  color: #00c;
}
.wysiwyg b.text2_ {
  font-weight: normal;
}

.cke_panel_list em, .cke_panel_list strong, .cke_panel_list b {
  font-style: normal;
  font-weight: bold;
}
.cke_panel_list .text_ {
  color: #c00;
}
.cke_panel_list .text2_ {
  color: #00c;
}
.cke_panel_list b.text2_ {
  font-weight: normal;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

#header-print,
#header-print *,
#header-print *::before,
#header-print *::after {
  box-sizing: border-box;
}

.to-container a:focus, .to-container a:focus-visible {
  outline: 3px solid #000000;
  outline-offset: -3px;
  border: 5px solid #ffffff;
  border-radius: 6px;
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header {
    background: #d9f4fc;
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header .header-subnav-area {
    display: grid;
    grid-template-columns: 1fr 1000px 1fr;
    /* end-#header-nav */
  }
  #header .header-subnav-area #header-logo a {
    display: inline-block;
  }
  #header .header-subnav-area #header-logo a:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 5px 20px;
    margin-left: auto;
  }
  #header .header-subnav-area .box .list .header-search .dummy-search {
    border: 1px solid #674545;
    height: 44px;
    border-radius: 6px 0px 0px 6px;
  }
  #header .header-subnav-area .box .list .header-search .dummy-search-btn {
    background: #674545;
    border: 1px solid #674545;
    width: 44px;
    height: 44px;
    border-radius: 0px 6px 6px 0px;
  }
  #header .header-subnav-area #header-nav {
    position: relative;
    z-index: 100;
  }
  #header .header-subnav-area #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header .header-subnav-area #header-nav .list > li {
    float: left;
    width: 141px;
    margin-left: 2px;
    background: #333;
    text-align: center;
  }
  #header .header-subnav-area #header-nav .list > li:first-child {
    width: 142px;
    margin-left: 0;
  }
  #header .header-subnav-area #header-nav .list > li a {
    display: block;
    padding: 10px 0 9px 0;
    color: #fff;
    text-decoration: none;
  }
  #header .header-subnav-area .modal-menu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    width: fit-content;
  }
  #header .header-subnav-area .modal-menu .in {
    padding: 120px 0 0 0;
    background-color: #FFF;
    box-sizing: border-box;
    border-radius: 0 0 6px 6px;
    box-shadow: 0px 0 2px 0 #e0e0e0;
    border: 1px solid #eee;
  }
  #header .header-subnav-area .modal-menu .modal-menu-close {
    padding: 20px 0;
    text-align: center;
  }
  #header .header-subnav-area .modal-menu .modal-menu-close span {
    cursor: pointer;
  }
  #header .header-subnav-area .modal-menu .modal-nav {
    padding-inline: 30px;
  }
  #header .header-subnav-area .modal-menu .modal-nav .box {
    display: block;
    border: 2px solid #9bce6e;
    border-radius: 6px;
    overflow: hidden;
  }
  #header .header-subnav-area .modal-menu .modal-nav .box + .box {
    margin-top: 20px;
  }
  #header .header-subnav-area .modal-menu .modal-nav .box:nth-of-type(1) {
    background: url(../img_common/icon_modal01.png) no-repeat center left 20px/45px;
  }
  #header .header-subnav-area .modal-menu .modal-nav .box:nth-of-type(2) {
    background: url(../img_common/icon_modal02.png) no-repeat center left 20px/45px;
  }
  #header .header-subnav-area .modal-menu .modal-nav .box:nth-of-type(3) {
    background: url(../img_common/icon_modal03.png) no-repeat center left 20px/50px;
  }
  #header .header-subnav-area .modal-menu .modal-nav a {
    min-width: 300px;
    min-height: 70px;
    display: block;
    padding: 22px 68px 22px 83px;
    color: #674545;
    text-decoration: none;
    background: url(../img_common/icon_arrow__green.png) no-repeat center right 15px/30px;
    font-size: 1.5rem;
  }
  #header .header-subnav-area .modal-menu .modal-nav a:hover {
    text-decoration: underline;
  }
  #header .header-subnav-area .modal-menu .modal-nav a:focus, #header .header-subnav-area .modal-menu .modal-nav a:focus-visible {
    outline-offset: -2px;
  }
  #header .header-subnav-area .modal-menu .support-block {
    margin-top: 40px;
    padding-inline: 30px;
  }
  #header .header-subnav-area .modal-menu .support-block .header-color, #header .header-subnav-area .modal-menu .support-block .header-size {
    display: flex;
    align-items: center;
  }
  #header .header-subnav-area .modal-menu .support-block .header-color button, #header .header-subnav-area .modal-menu .support-block .header-size button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
    vertical-align: bottom;
  }
  #header .header-subnav-area .modal-menu .support-block .header-color dl, #header .header-subnav-area .modal-menu .support-block .header-size dl {
    display: flex;
    align-items: center;
  }
  #header .header-subnav-area .modal-menu .support-block .header-color dd, #header .header-subnav-area .modal-menu .support-block .header-size dd {
    line-height: 1;
    margin-left: 10px;
  }
  #header .header-subnav-area .modal-menu .support-block .header-color dd + dd, #header .header-subnav-area .modal-menu .support-block .header-size dd + dd {
    margin-left: 5px;
  }
  #header .header-subnav-area .modal-menu .support-block .header-color dd img, #header .header-subnav-area .modal-menu .support-block .header-size dd img {
    cursor: pointer;
  }
  #header .header-subnav-area .modal-menu .support-block .header-color dd img:hover, #header .header-subnav-area .modal-menu .support-block .header-size dd img:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .modal-menu .support-block .header-color .header-color-item img,
  #header .header-subnav-area .modal-menu .support-block .header-color .header-color-item2 img {
    width: 32px;
    height: 32px;
    object-fit: cover;
  }
  #header .header-subnav-area .modal-menu .support-block .header-color .header-color-item3 img {
    width: auto;
    height: 32px;
    object-fit: cover;
  }
  #header .header-subnav-area .modal-menu .support-block .header-size {
    margin-top: 15px;
  }
  #header .header-subnav-area .modal-menu .support-block .header-size img {
    width: auto;
    height: 30px;
    object-fit: cover;
  }
  #header .header-subnav-area .modal-menu .support-block .header-etsuran {
    margin-top: 14px;
    padding-left: 30px;
    background: url(../img_common/icon_modal_etsuran.png) no-repeat center left/22px;
  }
  #header .header-subnav-area .modal-menu .support-block .header-etsuran a {
    text-decoration: underline;
    color: #333333;
  }
  #header .header-subnav-area .modal-menu .support-block .header-etsuran a:hover {
    text-decoration: none;
  }
  #header .header-subnav-area .modal-menu .support-block .header-lang-wrapper {
    margin-top: 20px;
  }
  #header .header-subnav-area .modal-menu .support-block .header-lang-wrapper .lang-error {
    color: #ee0000;
  }
  #header .header-subnav-area .modal-menu .support-block .header-lang {
    display: flex;
  }
  #header .header-subnav-area .modal-menu .support-block .header-lang .lang-select {
    flex: 1;
    padding: 3px 30px 3px 40px;
    border: solid 2px #674545;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    font-size: 80%;
    color: #333333 !important;
    border-radius: 10px 0 0 10px;
    background: url(../img_common/icon_lang.png) no-repeat left 8px center/22px, url(../img_common/arrow_lang.png) no-repeat right 8px center/12px #fff;
  }
  #header .header-subnav-area .modal-menu .support-block .header-lang .btn-lang-select {
    color: #fff;
    width: 40px;
    min-height: 40px;
    flex-shrink: 0;
    padding: 3px;
    font-weight: bold;
    border: solid 1px #674545;
    background: #674545;
    line-height: 1;
    cursor: pointer;
    font-size: 80%;
    border-radius: 0 10px 10px 0;
  }
  #header .header-subnav-area .modal-menu .support-block .header-lang .btn-lang-select:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .modal-menu .modal-menu-close {
    margin-top: 40px;
    width: 100%;
    padding-block: 18px;
    background: #fcf0fb;
    border-radius: 0 0 6px 6px;
  }
  #header .header-subnav-area .modal-menu .modal-menu-close a {
    color: #333333;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  #header .header-subnav-area .modal-menu .modal-menu-close a:hover {
    text-decoration: underline;
  }
  #header .header-subnav-area .modal-menu .modal-menu-close a img {
    width: 32px;
    height: 32px;
    object-fit: cover;
  }
  #header .header-subnav-area {
    position: relative;
    min-height: 80px;
  }
  #header .header-subnav-area .box {
    box-sizing: border-box;
  }
  .header-subnav-area-inner {
    grid-column: 1/4;
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #sp-header {
    background: #d9f4fc;
  }
  #sp-header > .box {
    padding: 2.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 101;
  }
  #sp-header > .box #sp-header-logo img {
    width: 76.4vw;
    max-width: 100%;
  }
  #sp-header > .box #sp-header-nav {
    padding: 0;
    background: none;
  }
  #sp-header > .box #sp-header-nav .list {
    display: none;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area {
    display: flex;
    width: 13.3333333333vw;
    column-gap: 10px;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    width: 100%;
  }
  #sp-header .modal-menu .in {
    padding: 20.1333333333vw 0 0 0;
    background-color: #FFF;
    box-sizing: border-box;
    border-radius: 0 0 6px 6px;
    box-shadow: 0px 0 2px 0 #e0e0e0;
    border: 1px solid #eee;
  }
  #sp-header .modal-menu .modal-menu-close {
    padding: 20px 0;
    text-align: center;
  }
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
  }
  #sp-header .modal-menu .modal-nav {
    padding-inline: 6.6666666667vw;
  }
  #sp-header .modal-menu .modal-nav .box {
    display: block;
    border: 0.5333333333vw solid #9bce6e;
    border-radius: 10px;
    overflow: hidden;
  }
  #sp-header .modal-menu .modal-nav .box + .box {
    margin-top: 5.3333333333vw;
  }
  #sp-header .modal-menu .modal-nav .box:nth-of-type(1) {
    background-image: url(../img_common/icon_modal01.png);
    background-repeat: no-repeat;
    background-position: center left 4.8vw;
    background-size: 11.7333333333vw;
  }
  #sp-header .modal-menu .modal-nav .box:nth-of-type(2) {
    background-image: url(../img_common/icon_modal02.png);
    background-repeat: no-repeat;
    background-position: center left 4.8vw;
    background-size: 11.7333333333vw;
  }
  #sp-header .modal-menu .modal-nav .box:nth-of-type(3) {
    background-image: url(../img_common/icon_modal03.png);
    background-repeat: no-repeat;
    background-position: center left 4vw;
    background-size: 12.2666666667vw;
  }
  #sp-header .modal-menu .modal-nav a {
    width: 100%;
    min-height: 18.6666666667vw;
    display: block;
    padding: 6.4vw 16vw 6.4vw 24.5333333333vw;
    color: #674545;
    text-decoration: none;
    font-size: 1.5rem;
    background-image: url(../img_common/icon_arrow__green.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 8vw;
  }
  #sp-header .modal-menu .modal-nav a:focus, #sp-header .modal-menu .modal-nav a:focus-visible {
    outline: 3px solid #000000;
    outline-offset: -3px;
    border: 5px solid #ffffff;
    border-radius: 6px;
  }
  #sp-header .modal-menu .support-block {
    margin-top: 8vw;
    padding-inline: 6.6666666667vw;
  }
  #sp-header .modal-menu .support-block .header-color, #sp-header .modal-menu .support-block .header-size {
    display: flex;
    align-items: center;
  }
  #sp-header .modal-menu .support-block .header-color button, #sp-header .modal-menu .support-block .header-size button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
    vertical-align: bottom;
  }
  #sp-header .modal-menu .support-block .header-color dl, #sp-header .modal-menu .support-block .header-size dl {
    display: flex;
    align-items: center;
  }
  #sp-header .modal-menu .support-block .header-color dt, #sp-header .modal-menu .support-block .header-size dt {
    font-size: 0.9375rem;
  }
  #sp-header .modal-menu .support-block .header-color dd, #sp-header .modal-menu .support-block .header-size dd {
    line-height: 1;
    margin-left: 4vw;
  }
  #sp-header .modal-menu .support-block .header-color dd + dd, #sp-header .modal-menu .support-block .header-size dd + dd {
    margin-left: 2.6666666667vw;
  }
  #sp-header .modal-menu .support-block .header-color .header-color-item img,
  #sp-header .modal-menu .support-block .header-color .header-color-item2 img {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    object-fit: cover;
  }
  #sp-header .modal-menu .support-block .header-color .header-color-item3 img {
    width: 18.6666666667vw;
    height: auto;
    object-fit: cover;
  }
  #sp-header .modal-menu .support-block .header-size {
    margin-top: 2.6666666667vw;
  }
  #sp-header .modal-menu .support-block .header-size img {
    width: 18.6666666667vw;
    height: auto;
    object-fit: cover;
  }
  #sp-header .modal-menu .support-block .header-etsuran {
    padding-bottom: 1.6vw;
    margin-top: 2.4vw;
    padding-left: 6.6666666667vw;
    background: url(../img_common/icon_modal_etsuran.png) no-repeat center left/4.8vw;
    font-size: 0.875rem;
  }
  #sp-header .modal-menu .support-block .header-etsuran a {
    color: #333333;
  }
  #sp-header .modal-menu .support-block .header-lang-wrapper {
    margin-top: 1.8666666667vw;
  }
  #sp-header .modal-menu .support-block .header-lang-wrapper .lang-error {
    color: #ee0000;
  }
  #sp-header .modal-menu .support-block .header-lang {
    display: flex;
  }
  #sp-header .modal-menu .support-block .header-lang .lang-select {
    flex: 1;
    padding: 4.4vw 6.6666666667vw 4.4vw 13.3333333333vw;
    border: solid 2px #674545;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    font-size: 1.125rem;
    border-radius: 10px 0 0 10px;
    color: #333333 !important;
    background-color: #ffffff;
    background-image: url(../img_common/icon_lang.png), url(../img_common/arrow_lang.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center left 3.7333333333vw, center right 2.4vw;
    background-size: 6.1333333333vw, 4vw;
  }
  #sp-header .modal-menu .support-block .header-lang .btn-lang-select {
    color: #fff;
    width: 13.3333333333vw;
    min-height: 13.3333333333vw;
    flex-shrink: 0;
    padding: 1.3333333333vw;
    font-size: 1.125rem;
    font-weight: bold;
    border: solid 1px #674545;
    background: #674545;
    line-height: 1;
    border-radius: 0 10px 10px 0;
  }
  #sp-header .modal-menu .support-block .header-search {
    margin-top: 8vw;
  }
  #sp-header .modal-menu .support-block .header-search .dummy-search-area {
    display: flex;
  }
  #sp-header .modal-menu .support-block .header-search .dummy-search-area .dummy-search {
    flex: 1;
    padding: 4.4vw 2.9333333333vw 4.4vw;
    border: solid 2px #674545;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    font-size: 1.125rem;
    border-radius: 10px 0 0 10px;
    background: #fff;
    height: 13.3333333333vw;
  }
  #sp-header .modal-menu .support-block .header-search .dummy-search-area .dummy-search-btn {
    color: #fff;
    width: 13.3333333333vw;
    min-height: 13.3333333333vw;
    flex-shrink: 0;
    padding: 1.3333333333vw;
    font-size: 1.125rem;
    font-weight: bold;
    border: solid 1px #674545;
    background: #674545;
    line-height: 1;
    border-radius: 0 10px 10px 0;
    flex-grow: initial;
  }
  #sp-header .modal-menu .modal-menu-pc {
    margin: 8vw 6.6666666667vw 0 6.6666666667vw;
    padding: 4.4vw 0 4.4vw 37.8666666667vw;
    border: solid 2px #674545;
    background-image: url(../img_common/icon_pc.png);
    background-repeat: no-repeat;
    background-position: center left 29.6vw;
    background-size: 7.4666666667vw;
    font-size: 1.125rem;
    border-radius: 10px;
  }
  #sp-header .modal-menu .modal-menu-pc a {
    color: #333333;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: bold;
  }
  #sp-header .modal-menu .modal-menu-close {
    margin-top: 5.3333333333vw;
    width: 100%;
    padding-block: 4vw;
    background: #fcf0fb;
  }
  #sp-header .modal-menu .modal-menu-close a {
    color: #333333;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    font-size: 0.875rem;
  }
  #sp-header .modal-menu .modal-menu-close a:hover {
    text-decoration: underline;
  }
  #sp-header .modal-menu .modal-menu-close a img {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  #container {
    margin: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #side-nav {
    float: right;
    width: 270px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  #side-nav {
    margin-top: 8vw;
  }
}
#side-nav .side-nav-list {
  background-color: #fcf0fb;
  border: 1px solid #fcf0fb;
  border-radius: 6px;
}
@media print, screen and (min-width: 769px) {
  #side-nav .side-nav-list {
    padding: 24px 9px 48px;
  }
}
@media screen and (max-width: 768px) {
  #side-nav .side-nav-list {
    padding: 4.2666666667vw;
  }
}
#side-nav .side-nav-list .title {
  font-size: 1.125rem;
  color: #333333;
  font-weight: bold;
  padding-left: 9px;
  padding-bottom: 16px;
}
@media print, screen and (min-width: 769px) {
  #side-nav .side-nav-list .title {
    background: url(../img_sub/v3.2/deco_sidenavi__pc.png) no-repeat center bottom;
  }
}
@media screen and (max-width: 768px) {
  #side-nav .side-nav-list .title {
    background: url(../img_sub/v3.2/deco_sidenavi__sp.png) no-repeat center bottom/contain;
  }
}
#side-nav .side-nav-list .title a {
  display: block;
  color: #333333;
}
#side-nav .side-nav-list .list {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
}
#side-nav .side-nav-list .list::after {
  content: none;
}
@media print, screen and (min-width: 769px) {
  #side-nav .side-nav-list .list {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  #side-nav .side-nav-list .list {
    gap: 3.7333333333vw;
  }
}
#side-nav .side-nav-list li:first-child {
  margin-top: 0;
}
#side-nav .side-nav-list li a {
  display: block;
  position: relative;
  color: #333333;
}
@media print, screen and (min-width: 769px) {
  #side-nav .side-nav-list li a {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  #side-nav .side-nav-list li a {
    padding-left: 10.6666666667vw;
    padding-block: 1.3333333333vw;
  }
}
#side-nav .side-nav-list li a::after {
  content: "";
  position: absolute;
  inset: 0;
}
@media print, screen and (min-width: 769px) {
  #side-nav .side-nav-list li a::after {
    background: url(../img_common/icon_arrow__white.png) no-repeat center left/30px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #side-nav .side-nav-list li a::after {
    top: 2vw;
    left: 0;
    background-image: url(../img_common/icon_arrow__white.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 6vw;
    width: 6vw;
    height: 6vw;
  }
}
#side-nav .side-nav-list li > span {
  display: block;
}
@media print, screen and (min-width: 769px) {
  #side-nav .side-nav-list li > span {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #side-nav .side-nav-list li > span {
    padding-left: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  #side-nav .side-nav-list .ranking-area {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  #side-nav .side-nav-list .ranking-area {
    margin-top: 8vw;
  }
}

.attend-container {
  border: 3px solid #d6d6d6;
  border-radius: 5px;
  margin-top: 48px;
  padding: 18px 20px 24px;
}
.attend-container h2.head-title {
  background-color: transparent;
  padding: 0 0 12px;
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: 1px solid #d6d6d6;
  margin-top: 0 !important;
  border-radius: 0;
}
.attend-container .attend-list {
  overflow-y: auto;
  max-height: 240px;
}
@media print, screen and (min-width: 769px) {
  .attend-container .attend-list {
    margin-top: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .attend-container .attend-list {
    margin-top: 18px;
    padding-right: 22px;
  }
}
@media print, screen and (min-width: 769px) {
  .attend-container .attend-list li + li {
    padding-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .attend-container .attend-list li + li {
    padding-top: 10px;
  }
}
.attend-container .attend-list li a {
  position: relative;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .attend-container .attend-list li a {
    padding-left: 22px;
  }
}
@media screen and (max-width: 768px) {
  .attend-container .attend-list li a {
    padding-left: 20px;
  }
}
.attend-container .attend-list li a::before {
  content: "";
  position: absolute;
  background-color: #674545;
  inset: 0;
  clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
  transform: rotate(90deg);
  margin: 8px auto auto 0;
}
@media print, screen and (min-width: 769px) {
  .attend-container .attend-list li a::before {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .attend-container .attend-list li a::before {
    width: 12px;
    height: 12px;
  }
}

/*==================================
基本構造
==================================*/
#container {
  margin: 0 auto;
}

#contents-in > *:first-child {
  margin-top: 0;
}
#contents-in > *:first-child[class=free-layout-area] {
  margin-top: 0;
}
#contents-in > *:first-child[class=free-layout-area] > *:first-child {
  margin-top: 0;
}
#contents-in > *:first-child[class=free-layout-area] > *:first-child > *:first-child {
  margin-top: 0;
}
#contents-in > *:first-child[class=free-layout-area] > *:first-child > .wysiwyg:first-child > *:first-child {
  margin-top: 0;
}
#contents-in > *:first-child[class*=level1col2] {
  margin-top: 0;
}
@media print, screen and (min-width: 769px) {
  #contents-in > *:first-child[class*=level1col2] li:nth-child(-n+2) {
    margin-top: 0;
  }
}
#contents-in > *:first-child[class=faq-keyword-area] {
  margin-top: 0;
}
#contents-in > *:first-child[class=faq-keyword-area] > *:first-child {
  margin-top: 0;
}

#contents-in > .wysiwyg:first-child > *:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 769px) {
  #container {
    width: 1000px;
    margin-top: 20px;
  }
  #contents {
    float: left;
    width: 700px;
  }
  #contents-in {
    width: 700px;
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #wrapper {
    overflow: hidden;
    width: 100%;
  }
  #container {
    box-sizing: border-box;
  }
  #contents {
    width: 100%;
  }
}
/*==================================
サイドナビが無い場合。
  *** カレンダー、notfoundページで使用。
  ***.no-sideを使用すると、700pxセンタリング。
==================================*/
@media print, screen and (min-width: 769px) {
  #container-in-wide {
    width: 1000px;
  }
  #container-in-wide #pankuzu {
    width: 1000px;
  }
  #container-in-wide #pankuzu .in {
    width: 885px;
  }
  #container-in-wide #contents {
    float: none;
    width: 100%;
  }
  #container-in-wide #contents-in {
    width: 100%;
  }
  #container-in-wide h1 {
    width: 1000px;
    margin: 0 auto;
  }
  #container-in-wide h1 img {
    width: 100%;
    height: auto;
  }
  #container-in-wide .no-side {
    width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #container-in-wide h1 {
    width: 100%;
  }
  #container-in-wide h1 img {
    max-width: 100%;
  }
  #container-in-wide .no-side {
    width: 100%;
  }
}
/*==================================
パンクズ
==================================*/
@media screen and (max-width: 768px) {
  #pankuzu-ashiato {
    margin-top: 70px;
    position: relative;
  }
}

@media print, screen and (min-width: 769px) {
  #pankuzu {
    width: 1000px;
    margin: 32px auto 24px;
  }
}
@media screen and (max-width: 768px) {
  #pankuzu {
    box-sizing: border-box;
    margin-bottom: 30px;
    margin: 20px;
  }
}
#pankuzu .title {
  font-size: 0;
}
#pankuzu .in {
  position: relative;
  background-image: url(../img_sub/v3.2/pankuzu_icon.png);
  background-position: left center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  #pankuzu .in {
    padding-left: 24px;
    background-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #pankuzu .in {
    padding: 3px 50px 5px 56px;
    background-position: center left 6px;
    background-size: 4vw;
  }
}
#pankuzu li {
  display: inline;
}
@media screen and (max-width: 768px) {
  #pankuzu li {
    line-height: 1;
  }
}
#pankuzu li + li a, #pankuzu li + li span {
  position: relative;
}
@media screen and (max-width: 768px) {
  #pankuzu li + li a, #pankuzu li + li span {
    padding-left: 20px;
  }
}
#pankuzu li + li a::after, #pankuzu li + li span::after {
  content: "";
  position: absolute;
  background-color: #333;
  clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
  transform: rotate(90deg);
  margin: auto auto auto 0;
  width: 9px;
  height: 9px;
  left: 8px;
  top: calc((100% - 4.5px) / 2);
}
@media screen and (max-width: 768px) {
  #pankuzu li + li a::after, #pankuzu li + li span::after {
    top: 6px;
  }
}
@media screen and (max-width: 768px) {
  #pankuzu a, #pankuzu span {
    font-size: 0.875rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 769px) {
  #pankuzu .icon a, #pankuzu .icon span {
    display: inline-block;
    padding-left: 28px;
  }
}

/*==================================
あしあと機能
==================================*/
@media print, screen and (min-width: 769px) {
  #ashiato {
    width: 1000px;
    margin: 0 auto 32px;
  }
}
@media screen and (max-width: 768px) {
  #ashiato {
    box-sizing: border-box;
    margin-top: -2px;
    margin: 20px;
    display: block !important;
  }
}
#ashiato .title {
  font-size: 0;
}
#ashiato .in {
  background-image: url(../img_sub/v3.2/ashiato_icon.png);
  background-position: left 10px top;
  background-size: 24px;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  #ashiato .in {
    padding-left: 45px;
  }
}
@media screen and (max-width: 768px) {
  #ashiato .in {
    padding: 3px 0px 5px 32px;
    background-position: left top 6px;
  }
}
#ashiato li {
  display: inline;
}
@media screen and (max-width: 768px) {
  #ashiato li {
    line-height: 1;
  }
}
@media print, screen and (min-width: 769px) {
  #ashiato li:first-child.icon a, #ashiato li:first-child.icon span {
    background: none;
    padding-left: 0;
  }
}
#ashiato li + li a, #ashiato li + li span {
  position: relative;
}
@media screen and (max-width: 768px) {
  #ashiato li + li a, #ashiato li + li span {
    padding-left: 20px;
  }
}
#ashiato li + li a::after, #ashiato li + li span::after {
  content: "";
  position: absolute;
  background-color: #333;
  clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
  transform: rotate(90deg);
  margin: auto auto auto 0;
  width: 9px;
  height: 9px;
  left: 8px;
  top: calc((100% - 4.5px) / 2);
}
@media screen and (max-width: 768px) {
  #ashiato li + li a::after, #ashiato li + li span::after {
    top: 6px;
  }
}
@media screen and (max-width: 768px) {
  #ashiato a, #ashiato span {
    font-size: 0.875rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 769px) {
  #ashiato .icon a, #ashiato .icon span {
    display: inline-block;
    padding-left: 28px;
  }
}
@media screen and (max-width: 768px) {
  #ashiato .clear {
    padding-left: 5px;
  }
}
#ashiato .clear a {
  background-image: url(../img_sub/v3.2/foot_print_delete.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 18px;
  display: inline-block;
  padding-left: 26px;
  min-height: 20px;
  text-indent: -9999px;
}
#ashiato .clear a::after {
  content: none;
}

/*==================================
見出し
==================================*/
/* h1（通常） */
h1.title {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  color: #674545;
  font-size: 2.25rem;
  box-sizing: border-box;
}
h1.title .bg {
  display: block;
  position: relative;
}
h1.title .bg::before {
  content: "";
  position: absolute;
  left: 14px;
  width: calc(100% - 28px);
  height: 7px;
  border-radius: 3.5px;
  background: #9bce6e;
}
h1.title .bg2::before, h1.title .bg2::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9bce6e;
}
h1.title .bg2::before {
  left: 0;
}
h1.title .bg2::after {
  right: 0;
}
@media print, screen and (min-width: 769px) {
  h1.title {
    padding: 24px 16px;
  }
  h1.title .bg::before {
    bottom: -24px;
  }
  h1.title .bg2::before, h1.title .bg2::after {
    bottom: -24px;
  }
}
@media screen and (max-width: 768px) {
  h1.title {
    padding: 10px 18px;
    font-size: 1.875rem;
  }
  h1.title .bg::before {
    bottom: -9px;
  }
  h1.title .bg2::before, h1.title .bg2::after {
    bottom: -9px;
  }
}

h1:not([class]):not([id]) {
  text-align: center;
}

h1 img {
  max-width: 100%;
}

@media print, screen and (min-width: 769px) {
  h1 {
    width: fit-content;
  }
}
.calendar-title {
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 4px 3px;
  border-radius: 2px;
  background: #73b2a1 url(../img_sub/v3.2/h2_bg.png) repeat left top;
  color: #002b33;
  font-size: 150%;
}
.calendar-title .bg {
  display: block;
  padding: 6px 0;
  background: url(../img_sub/v3.2/h2_bg02.png) repeat-y left top, url(../img_sub/v3.2/h2_bg02.png) repeat-y right top;
  background-color: #eaf6f3;
}
.calendar-title .bg2 {
  display: block;
  overflow: hidden;
  padding: 0 20px;
  background-color: #eaf6f3;
}
.calendar-title .right-col {
  float: right;
  margin-top: 4px;
  text-align: center;
}
.calendar-title .right-col a {
  display: block;
  padding: 2px 20px 2px 30px;
  border-radius: 2px;
  background: #555 url(../img_common/arrow_white.png) no-repeat 15px center;
  color: #fff;
  font-size: 60%;
  text-decoration: none;
}

/*==================================
スケジュールカレンダー用
とりあえず全部同じ値で
==================================*/
@media print, screen and (min-width: 769px) {
  .calendar-list-area img.schedule_field_icon_image {
    max-width: 48px;
    height: auto;
  }
  .calendar-box-area img.schedule_field_icon_image {
    max-width: 48px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .calendar-list-area img.schedule_field_icon_image {
    max-width: 48px;
    height: auto;
  }
  .calendar-box-area img.schedule_field_icon_image {
    max-width: 48px;
    height: auto;
  }
}
/*==================================
新着一覧
==================================*/
.news-area {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
  border-radius: 6px;
  background: url("../img_sub/v3.2/bg_news.png") no-repeat center center/cover;
}
.news-area .title {
  overflow: hidden;
  padding: 16px 20px 16px;
  color: #674545;
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
}
.news-area .in {
  padding: 0 20px 20px;
}
.news-area .in p {
  word-break: break-all;
}
.news-area .list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 15px 15px 19px;
}
.news-area .list li .date, .news-area .list li .text {
  display: block;
}
@media screen and (max-width: 768px) {
  .news-area .list li .date {
    display: block;
  }
}

/*==================================
見出し目次
==================================*/
.anchor {
  box-sizing: border-box;
  margin-top: 32px;
}
.anchor .box {
  padding-bottom: 15px;
  border-bottom: 1px solid #eef0f3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.anchor .box .title {
  font-size: 1.125rem;
  font-weight: bold;
}
.anchor .box button {
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  color: #3b4378;
  text-decoration: underline;
  padding-left: 26px;
  position: relative;
  min-width: 112px;
  font-size: 100%;
}
.anchor .box button::before {
  content: "";
  position: absolute;
  background-color: #674545;
  inset: 0;
  top: 4px;
  clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
  transform: rotate(0deg);
  margin: 0 auto auto 0;
  width: 14px;
  height: 14px;
}
.anchor .box button:hover {
  text-decoration: none;
}
.anchor .box {
  display: none;
}
.anchor ul {
  margin-top: 24px;
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  .anchor ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .anchor ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .anchor ul li {
    width: calc((100% - 16px) / 3);
  }
}
.anchor ul li a {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 4px 25px 4px 20px;
  background-position: right 8px center;
  background-color: #f1a2cb;
  border: 1px solid 2px solid #f1a2cb;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .anchor ul li a {
    border-radius: 3px;
  }
}
.anchor ul li a::after {
  content: "";
  position: absolute;
  background-color: #333333;
  inset: 0;
  clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
  transform: rotate(180deg);
}
@media print, screen and (min-width: 769px) {
  .anchor ul li a::after {
    width: 16px;
    height: 16px;
    margin: auto 13px auto auto;
  }
}
@media screen and (max-width: 768px) {
  .anchor ul li a::after {
    width: 12px;
    height: 12px;
    margin: auto 10px auto auto;
  }
}
@media print, screen and (min-width: 769px) {
  .anchor ul li a::after + li {
    padding-top: 16px;
  }
}
.anchor ul li a:hover {
  background-color: rgb(238.3635514019, 144.4864485981, 193.2074766355);
}
.anchor.clicked button::before {
  transform: rotate(180deg);
}

/*==================================
ファイルリンク
==================================*/
.file-link-item {
  margin: 12px 0 0;
}
.file-link-item .pdf, .file-link-item .word, .file-link-item .excel, .file-link-item .csv, .file-link-item .power, .file-link-item .audio, .file-link-item .txt, .file-link-item .edit, .file-link-item .zip, .file-link-item .lzh, .file-link-item .jpg, .file-link-item .pic, .file-link-item .movie {
  display: inline-block;
  padding: 5px 0 5px 35px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
}
.file-link-item .pdf {
  background-image: url(../img_sub/v3.2/file_link_item_pdf.png);
}
.file-link-item .word {
  background-image: url(../img_sub/v3.2/file_link_item_word.png);
}
.file-link-item .excel, .file-link-item .csv {
  background-image: url(../img_sub/v3.2/file_link_item_excel.png);
}
.file-link-item .power {
  background-image: url(../img_sub/v3.2/file_link_item_powerpoint.png);
}
.file-link-item .audio {
  background-image: url(../img_sub/v3.2/file_link_item_audio.png);
}
.file-link-item .txt, .file-link-item .edit {
  background-image: url(../img_sub/v3.2/file_link_item_txt.png);
}
.file-link-item .zip, .file-link-item .lzh {
  background-image: url(../img_sub/v3.2/file_link_item_zip.png);
}
.file-link-item .jpg, .file-link-item .pic {
  background-image: url(../img_sub/v3.2/file_link_item_image.png);
}
.file-link-item .movie {
  background-image: url(../img_sub/v3.2/file_link_item_movie.png);
}

/*==================================
リンク
==================================*/
.link-item {
  margin: 12px 0 0;
  /* 内部リンク */
  /* 外部リンク */
  /* メールリンク */
}
.link-item .icon {
  display: inline-block;
  padding: 5px 0px 5px 30px;
  background-image: url(../img_sub/v3.2/link_item_naibu.png);
  background-repeat: no-repeat;
  background-position: left 6px center;
  background-size: 9px;
}
.link-item .icon2 {
  display: inline-block;
  padding: 5px 0px 5px 30px;
  background-image: url(../img_sub/v3.2/link_item_gaibu.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
}
.link-item .icon3 a {
  display: inline-block;
  padding: 5px 0px 5px 35px;
  background-image: url(../img_sub/v3.2/link_item_mail.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
}

/*==================================
画像
==================================*/
.img-item {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .img-item {
    width: 100%;
    text-align: center;
  }
  .img-item img {
    max-width: 100%;
    height: auto;
  }
}
/*==================================
google map
==================================*/
.gmap {
  height: auto !important;
}
.gmap .map-link {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .gmap {
    width: 100% !important;
  }
  .gmap > div:first-of-type {
    width: 100% !important;
  }
}
.map-link {
  margin: 12px 10px 0;
}
.map-link a {
  padding: 5px 0px 5px 35px;
  background-image: url(../img_sub/v3.2/link_item_gaibu.png);
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: 18px;
}

/*==================================
目次ページ
==================================*/
/* 共通 */
.level1col1 .page, .level1col2 .page, .level2col1 .list .page, .level2col1 .list2 .page, .level2col1-mixed .list .page, .level2col1-mixed .list2 .page, .level2col2 .page, .level2col2-mixed .page, .level2col2-mixed-js .page {
  background: url(../img_sub/v3.2/list_icon_page.png) no-repeat 3px 3px/20px;
}
.level1col1 .dir, .level1col2 .dir, .level2col1 .list .dir, .level2col1 .list2 .dir, .level2col1-mixed .list .dir, .level2col1-mixed .list2 .dir, .level2col2 .dir, .level2col2-mixed .dir, .level2col2-mixed-js .dir {
  background: url(../img_sub/v3.2/list_icon_dir.png) no-repeat 3px 3px/26px;
}
.level1col1 li, .level1col2 li, .level2col1 .list li, .level2col1 .list2 li, .level2col1-mixed .list li, .level2col1-mixed .list2 li, .level2col2 li, .level2col2-mixed li, .level2col2-mixed-js li {
  margin-top: 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .level1col1 li, .level1col2 li, .level2col1 .list li, .level2col1 .list2 li, .level2col1-mixed .list li, .level2col1-mixed .list2 li, .level2col2 li, .level2col2-mixed li, .level2col2-mixed-js li {
    height: auto !important;
  }
}
.level1col1 li, .level1col2 li, .level2col1 .list li, .level2col1 .list2 li, .level2col1-mixed .list li, .level2col1-mixed .list2 li, .level2col2 li, .level2col2-mixed li, .level2col2-mixed-js li {
  padding: 5px 0 5px 40px;
}

/* 1階層1列表示 */
.level1col1 {
  margin-top: 24px;
}
.level1col1 li {
  margin-bottom: 12px;
  padding: 5px 0 5px 40px;
}

/* 1階層2列表示 */
.level1col2 {
  margin-top: 24px;
}
.level1col2 li {
  float: left;
  box-sizing: border-box;
  padding: 5px 0 5px 40px;
}

@media print, screen and (min-width: 769px) {
  .level1col2 {
    width: 700px;
  }
  .level1col2 li {
    display: inline;
    margin-top: 12px;
    width: calc((100% - 20px) / 2);
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .level1col2 li {
    width: 100%;
  }
}
/* 2階層1列 */
.level2col1 .list li, .level2col1 .list2 li, .level2col1-mixed .list li, .level2col1-mixed .list2 li {
  float: left;
  box-sizing: border-box;
  padding: 5px 0 5px 40px;
}
.level2col1 .item, .level2col1-mixed .item {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .level2col1 .list, .level2col1-mixed .list {
    width: 700px;
  }
  .level2col1 .list li, .level2col1 .list2 li, .level2col1-mixed .list li, .level2col1-mixed .list2 li {
    display: inline;
    margin-top: 12px;
    width: calc((100% - 20px) / 2);
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .level2col1 .list li, .level2col1 .list2 li, .level2col1-mixed .list li, .level2col1-mixed .list2 li {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
/* 2階層2列 */
.level2col2 .col, .level2col2-mixed .col {
  overflow: hidden;
}
.level2col2 .list, .level2col2-mixed .list {
  margin-top: 24px;
}
.level2col2 .list li, .level2col2-mixed .list li {
  margin-bottom: 12px;
}
.level2col2 .box2 .list li, .level2col2-mixed .box2 .list li {
  display: inline;
  float: right;
  margin-top: 10px;
}
.level2col2 .box2 .list li.first-left, .level2col2-mixed .box2 .list li.first-left {
  float: left;
}

@media print, screen and (min-width: 769px) {
  .level2col2, .level2col2-mixed {
    width: 700px;
  }
  .level2col2 .left-col, .level2col2-mixed .left-col {
    width: calc((100% - 20px) / 2);
  }
  .level2col2 .right-col, .level2col2-mixed .right-col {
    width: calc((100% - 20px) / 2);
  }
  .level2col2 .col, .level2col2-mixed .col {
    width: 700px;
  }
  .level2col2 .box2 .list, .level2col2-mixed .box2 .list {
    width: 700px;
    margin: 0 auto;
  }
  .level2col2 .box2 .list li, .level2col2-mixed .box2 .list li {
    width: 290px;
  }
}
@media screen and (max-width: 768px) {
  .level2col2 .left-col, .level2col2 .right-col, .level2col2-mixed .left-col, .level2col2-mixed .right-col {
    box-sizing: border-box;
    width: 100%;
  }
  .level2col2 .box2 .list li, .level2col2-mixed .box2 .list li {
    width: 100%;
  }
}
.border-top {
  border-top: 1px solid #ccc;
}

.border-bottom {
  padding-top: 10px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

/* 大カテゴリ1階層2列表示 */
.level1-gaiyo {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .level1-gaiyo {
    margin-top: 32px;
  }
}
.level1-gaiyo h2.head-title {
  margin-top: 0;
}
@media print, screen and (min-width: 769px) {
  .level1-gaiyo .box {
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .level1-gaiyo .box + .box {
    margin-top: 32px;
  }
}
.level1-gaiyo .description {
  margin-top: 24px;
}
.level1-gaiyo .detail {
  margin-top: 24px;
  text-align: right;
  position: relative;
}
.level1-gaiyo .detail a {
  display: inline-block;
  padding-left: 23px;
  position: relative;
}
.level1-gaiyo .detail a::after {
  content: "";
  position: absolute;
  background-color: #9bce6e;
  inset: 0;
  top: 4px;
  clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
  transform: rotate(180deg);
  margin: auto auto auto 0;
}
@media print, screen and (min-width: 769px) {
  .level1-gaiyo .detail a::after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .level1-gaiyo .detail a::after {
    width: 12px;
    height: 12px;
  }
}

@media print, screen and (min-width: 769px) {
  .level1-gaiyo, .level1col2-gaiyo {
    width: 700px;
  }
  .level1-gaiyo .box, .level1col2-gaiyo .box {
    width: 340px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .level1-gaiyo .box, .level1col2-gaiyo .box {
    box-sizing: border-box;
    width: 100%;
  }
}
/* 大カテゴリ2階層2列表示 */
/* 1階層2列概要表示 */
.level1col2-gaiyo .col, .level2col2js .col, .level2col2-mixed-js .col {
  overflow: hidden;
}
.level1col2-gaiyo .list, .level2col2js .list, .level2col2-mixed-js .list {
  margin-top: 24px;
}
.level1col2-gaiyo .list li, .level2col2js .list li, .level2col2-mixed-js .list li {
  margin-top: 12px;
}
.level1col2-gaiyo .list li, .level2col2js .list li, .level2col2-mixed-js .list li {
  padding: 5px 0 5px 40px;
}
.level1col2-gaiyo .page, .level2col2js .page, .level2col2-mixed-js .page {
  background: url(../img_sub/v3.2/list_icon_page.png) no-repeat center left 3px/20px;
}
.level1col2-gaiyo .dir, .level2col2js .dir, .level2col2-mixed-js .dir {
  background: url(../img_sub/v3.2/list_icon_dir.png) no-repeat center left 3px/26px;
}
.level1col2-gaiyo .detail, .level2col2js .detail, .level2col2-mixed-js .detail {
  margin-top: 24px;
  text-align: right;
}
.level1col2-gaiyo .detail a, .level2col2js .detail a, .level2col2-mixed-js .detail a {
  display: inline-block;
  padding-left: 23px;
  position: relative;
}
.level1col2-gaiyo .detail a::after, .level2col2js .detail a::after, .level2col2-mixed-js .detail a::after {
  content: "";
  position: absolute;
  background-color: #674545;
  inset: 0;
  top: 4px;
  clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
  transform: rotate(180deg);
  margin: auto auto auto 0;
}
@media print, screen and (min-width: 769px) {
  .level1col2-gaiyo .detail a::after, .level2col2js .detail a::after, .level2col2-mixed-js .detail a::after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .level1col2-gaiyo .detail a::after, .level2col2js .detail a::after, .level2col2-mixed-js .detail a::after {
    width: 12px;
    height: 12px;
  }
}

@media print, screen and (min-width: 769px) {
  .level2col2js .col, .level2col2-mixed-js .col {
    width: 700px;
  }
  .level2col2js .left-col, .level2col2-mixed-js .left-col {
    width: 340px;
  }
  .level2col2js .right-col, .level2col2-mixed-js .right-col {
    width: 340px;
  }
}
@media screen and (max-width: 768px) {
  .level2col2js .left-col, .level2col2js .right-col {
    box-sizing: border-box;
    width: 100%;
  }
}
/* 2階層1列（混在） */
/* 2階層2列（混在） */
@media print, screen and (min-width: 769px) {
  .level2col2-mixed .col .box, .level2col2-mixed-js .col .box {
    float: left;
    width: calc((100% - 20px) / 2);
    margin-left: 20px;
  }
  .level2col2-mixed-js .box2 .list {
    width: 670px;
  }
  .level2col2-mixed-js .box2 .list li {
    float: right;
    width: 290px;
  }
  .level2col2-mixed-js .box2 .list li.first-left {
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .level2col2-mixed .col .box, .level2col2-mixed-js .col .box {
    width: 100%;
  }
  .level2col2-mixed-js .box2 .list li {
    width: 100%;
  }
}
/*==================================
カラム
==================================*/
.col-area {
  overflow: hidden;
  width: 700px;
  margin-top: 48px;
}
.col-area .left-col {
  float: left;
}
.col-area .right-col {
  float: left;
}
@media print, screen and (min-width: 769px) {
  .col-area .right-col {
    margin-left: 10px;
  }
}
.col-area .wysiwyg p {
  margin-top: 0;
}
.col-area .wysiwyg p:first-child {
  margin-top: 10px;
}

.col-area p:last-child {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .col-area {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .col-area .left-col, .col-area .right-col {
    flex: 1;
    text-align: center;
  }
  .col-area .left-col img, .col-area .right-col img {
    max-width: 100%;
  }
  .col-area .left-col p, .col-area .right-col p {
    font-size: 0.875rem;
  }
}
/*==================================
右画像+左テキスト 左画像+右テキスト
==================================*/
.img-text {
  overflow: hidden;
  margin-top: 48px;
}
.img-text .left-col, .img-text .left-wrap img {
  float: left;
  position: relative;
  top: auto;
  bottom: auto;
  max-width: 340px;
  padding: 0 10px 10px 0;
}
.img-text .right-col, .img-text .right-wrap img {
  float: right;
  position: relative;
  top: auto;
  bottom: auto;
  max-width: 340px;
  padding: 0 0 10px 10px;
}

@media print, screen and (min-width: 769px) {
  .img-text {
    width: 700px;
  }
}
@media screen and (max-width: 570px) {
  .img-text {
    width: 100%;
    text-align: center;
  }
  .img-text .left-col, .img-text .left-wrap img, .img-text .right-col, .img-text .right-wrap img {
    float: none;
    padding: 0;
    max-width: 100%;
  }
  .img-text .wysiwyg {
    text-align: left;
  }
}
/*==================================
テーブル
==================================*/
.table-fix {
  table-layout: fixed;
}

.table {
  border: 1px solid #d6d6d6;
  border-collapse: collapse;
  padding-bottom: 5px;
}
.table caption {
  padding: 0 5px 5px;
  font-weight: bold;
  text-align: left;
}
.table td, .table th {
  padding: 5px 10px;
  border: 1px solid #d6d6d6;
  border-collapse: collapse;
  word-break: break-all;
}
.table th {
  background-color: #fcf0fb;
  color: #333;
}
.table th:first-child {
  width: 33%;
}
.table .wysiwyg p {
  padding: 0;
}
.table .file-link-item {
  margin: 10px 10px 0px 0;
}
.table .file-link-item .pdf, .table .file-link-item .word, .table .file-link-item .excel, .table .file-link-item .power, .table .file-link-item .audio, .table .file-link-item .txt, .table .file-link-item .zip, .table .file-link-item .csv, .table .file-link-item .edit {
  padding: 5px 0 5px 35px;
}
.table .link-item {
  margin: 10px 10px 0 0;
}
.table .link-item:first-child {
  margin-top: 0;
}

/*==================================
お問い合わせ
==================================*/
.toiawase {
  background: url(../img_sub/v3.2/deco_otoiawase.png), url(../img_sub/v3.2/bg_otoiawase.png);
  background-position: bottom 14px right 14px, center;
  background-size: 173px, cover;
  background-repeat: no-repeat, no-repeat;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  margin-top: 48px;
  border-radius: 5px;
}
.toiawase .title {
  overflow: hidden;
  padding: 16px 20px 16px;
  color: #333333;
  font-size: 1.125rem;
  font-weight: bold;
}
.toiawase .title .bg2 {
  padding-left: 10px;
  border-left: 4px solid #ec7ab5;
}
.toiawase .in {
  padding: 18px 32px 24px;
}
@media screen and (max-width: 768px) {
  .toiawase .in {
    padding: 2.4vw 4.2666666667vw 26.6666666667vw;
  }
}
.toiawase .in p {
  word-break: break-all;
}
.toiawase .mail {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}
.toiawase .mail a {
  text-align: center;
  display: block;
  background-color: #9bce6e;
  box-sizing: border-box;
  width: fit-content;
  min-width: 250px;
  padding: 8px 30px;
  border-radius: 3px;
  color: #333333;
  text-decoration: none;
  position: relative;
}
.toiawase .mail a::after {
  content: "";
  position: absolute;
  background-color: #674545;
  inset: 0;
  clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
  transform: rotate(90deg);
  width: 11px;
  height: 11px;
}
@media print, screen and (min-width: 769px) {
  .toiawase .mail a::after {
    margin: auto 8px auto auto;
  }
}
@media screen and (max-width: 768px) {
  .toiawase .mail a::after {
    margin: auto 11px auto auto;
  }
}

/*==================================
PDFダウンロード
==================================*/
#pdf-download {
  margin-top: 48px;
  padding: 10px;
  border: 1px solid #d6d6d6;
  background-color: #efefef;
}
#pdf-download a {
  float: left;
  display: block;
  margin-right: 10px;
}

/*==================================
1005:イベント検索ページ用
==================================*/
/* 注目のイベント･今日のイベントのスライダー */
#event-list-slider {
  margin-top: 20px;
  position: relative;
}
#event-list-slider .title {
  padding: 0.5em 0 8px 10px;
  font-size: 1.375rem;
}
#event-list-slider .splide {
  --pcImgWidth: 100%;
  --spImgWidth: 100%;
  --pcGap: 0;
  --spGap: 0;
}
#event-list-slider .splide .splide__wrap {
  position: relative;
}
#event-list-slider .splide .splide__track {
  overflow: hidden;
}
#event-list-slider .splide .splide__slide {
  float: left;
  list-style: none;
  position: relative;
  padding: 16px 25px 10px 12px;
  min-height: 85px;
}
@media print, screen and (min-width: 769px) {
  #event-list-slider .splide .splide__slide {
    width: var(--pcImgWidth);
  }
}
@media screen and (max-width: 768px) {
  #event-list-slider .splide .splide__slide {
    width: var(--spImgWidth);
  }
}
#event-list-slider .splide .splide__slide dl {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
#event-list-slider .splide .splide__slide dt {
  width: 110px;
}
#event-list-slider .splide .splide__slide dt img {
  max-width: 100%;
}
#event-list-slider .splide .splide__slide dd {
  width: 183px;
}
@media print, screen and (min-width: 769px) {
  #event-list-slider .splide .splide__slide img {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  #event-list-slider .splide .splide__slide img {
    width: var(--spImgWidth);
  }
}
#event-list-slider .splide .splide__arrows button, #event-list-slider .splide .splide__toggle button {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
}
#event-list-slider .splide .splide__arrows {
  position: static;
}
#event-list-slider .splide .splide__arrow {
  opacity: initial;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  height: 25px;
  width: 25px;
  border-radius: 25px;
}
#event-list-slider .splide .splide__arrow::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
  width: 12px;
  height: 16px;
  background-color: #ffffff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  #event-list-slider .splide .splide__arrow:hover {
    opacity: 0.85;
  }
}
#event-list-slider .splide .splide__arrow--prev {
  left: initial;
}
#event-list-slider .splide .splide__arrow--prev::before {
  clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
  transform: rotate(-90deg);
}
#event-list-slider .splide .splide__arrow--next {
  right: 0;
}
#event-list-slider .splide .splide__arrow--next::before {
  clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
  transform: rotate(90deg);
}
#event-list-slider .splide .splide__toggle {
  width: 16px;
  height: 16px;
  color: #fff;
  border: none;
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 0;
}
@media print, screen and (min-width: 769px) {
  #event-list-slider .splide .splide__toggle:hover {
    opacity: 0.85;
  }
}
#event-list-slider .splide .splide__toggle span {
  margin: auto;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 0;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#event-list-slider .splide .splide__toggle__play {
  clip-path: polygon(95% 50%, 5% 0%, 5% 100%);
}
#event-list-slider .splide .splide__toggle__pause {
  clip-path: polygon(18.47% 0%, 32.33% 0%, 32.33% 100%, 67.39% 100%, 67.39% 0%, 81.53% 0%, 81.53% 100%, 18.47% 100%);
}
#event-list-slider .splide:not(.is-active) {
  visibility: visible !important;
}
#event-list-slider .splide:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  #event-list-slider .splide:not(.is-active) .splide__list {
    gap: var(--pcGap);
  }
}
@media screen and (max-width: 768px) {
  #event-list-slider .splide:not(.is-active) .splide__list {
    gap: var(--spGap);
  }
}
#event-list-slider .splide:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
#event-list-slider .splide:not(.is-active) .splide__arrows {
  display: none;
}
#event-list-slider .splide:not(.is-active) .splide__toggle {
  display: none;
}
#event-list-slider .event-pickup-area .title {
  border-bottom: 5px solid #4682c0;
}
#event-list-slider .event-pickup-area .splide__arrow, #event-list-slider .event-pickup-area .splide__toggle {
  background: #674545;
}
#event-list-slider .event-today-area .title {
  border-bottom: 5px solid #4682c0;
}
#event-list-slider .event-today-area .splide__arrow, #event-list-slider .event-today-area .splide__toggle {
  background: #674545;
}

@media print, screen and (min-width: 769px) {
  #event-list-slider {
    display: flex;
  }
  #event-list-slider .event-pickup-area, #event-list-slider .event-today-area {
    float: left;
    width: 340px;
  }
  #event-list-slider .event-today-area {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #event-list-slider .bxslider {
    padding: 20px 50px 20px 25px;
    /*-- start stop --*/
    /*--  next prev --*/
  }
  #event-list-slider .bxslider .list li dl dt {
    width: 35%;
    margin-right: 3%;
  }
  #event-list-slider .bxslider .list li dl dt img {
    width: 100%;
  }
  #event-list-slider .bxslider .list li dl dd {
    width: 62%;
  }
  #event-list-slider .bxslider .bx-controls-auto {
    bottom: 20px;
  }
  #event-list-slider .bxslider .bx-controls-auto a {
    width: 32px;
    height: 32px;
  }
  #event-list-slider .bxslider .bx-controls-direction a {
    width: 50px;
    height: 50px;
  }
  #event-list-slider .event-pickup-area, #event-list-slider .event-today-area {
    width: 100%;
  }
  #event-list-slider .event-pickup-area .title {
    border-top: 2px solid #4682c0;
    border-bottom: 1px solid #4682c0;
    color: #000;
  }
  #event-list-slider .event-today-area {
    margin-top: 20px;
  }
  #event-list-slider .event-today-area .title {
    color: #000;
    border-top: 2px solid #c896bd;
    border-bottom: 1px solid #c896bd;
  }
}
/* イベント検索エリア */
.event-search-area, .recruit-event-search-area {
  margin-top: 24px;
  border: 2px solid #d6d6d6;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
@media print, screen and (min-width: 769px) {
  .event-search-area, .recruit-event-search-area {
    padding: 48px 48px 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .event-search-area, .recruit-event-search-area {
    padding: 24px 24px 0 24px;
  }
}
.event-search-area .event-search-month, .event-search-area .event-search-place, .event-search-area .event-search-category, .recruit-event-search-area .event-search-month, .recruit-event-search-area .event-search-place, .recruit-event-search-area .event-search-category {
  display: block;
  text-align: center;
  position: relative;
}
.event-search-area .event-search-month::after, .event-search-area .event-search-place::after, .event-search-area .event-search-category::after, .recruit-event-search-area .event-search-month::after, .recruit-event-search-area .event-search-place::after, .recruit-event-search-area .event-search-category::after {
  content: "";
  position: absolute;
  background-color: #333;
  clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
  margin: auto auto auto 0;
  transform: rotate(180deg);
  width: 12px;
  height: 12px;
  right: 14px;
  top: calc((100% - 12px) / 2);
}
.event-search-area .event-search-month label, .event-search-area .event-search-place label, .event-search-area .event-search-category label, .recruit-event-search-area .event-search-month label, .recruit-event-search-area .event-search-place label, .recruit-event-search-area .event-search-category label {
  font-weight: bold;
}
.event-search-area .event-search-month select, .event-search-area .event-search-place select, .event-search-area .event-search-category select, .recruit-event-search-area .event-search-month select, .recruit-event-search-area .event-search-place select, .recruit-event-search-area .event-search-category select {
  border: 1px solid #555;
  padding: 7px 15px 8px;
  border-radius: 5px;
  appearance: none;
}
.event-search-area .event-search-month option, .event-search-area .event-search-place option, .event-search-area .event-search-category option, .recruit-event-search-area .event-search-month option, .recruit-event-search-area .event-search-place option, .recruit-event-search-area .event-search-category option {
  background-color: #fff;
}
.event-search-area button, .event-search-area input, .event-search-area select, .event-search-area textarea, .event-search-area label, .recruit-event-search-area button, .recruit-event-search-area input, .recruit-event-search-area select, .recruit-event-search-area textarea, .recruit-event-search-area label {
  font-family: inherit;
  font-size: 100%;
}
@media print, screen and (min-width: 769px) {
  .event-search-area .event-search-month select, .event-search-area .event-search-place select, .event-search-area .event-search-category select, .recruit-event-search-area .event-search-month select, .recruit-event-search-area .event-search-place select, .recruit-event-search-area .event-search-category select {
    width: 285px;
  }
  .event-search-area .event-search-month option, .event-search-area .event-search-place option, .event-search-area .event-search-category option, .recruit-event-search-area .event-search-month option, .recruit-event-search-area .event-search-place option, .recruit-event-search-area .event-search-category option {
    padding: 10px 0 10px 0;
    height: 50px;
    margin-top: 50px;
  }
  .event-search-area .event-search-category.type2, .recruit-event-search-area .event-search-category.type2 {
    width: 250px;
    margin-top: 15px;
  }
  .event-search-area .event-search-category.type2 select, .recruit-event-search-area .event-search-category.type2 select {
    width: 100% !important;
  }
  .event-search-area .box, .recruit-event-search-area .box {
    display: flex;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .event-search-area button, .event-search-area input, .event-search-area select, .event-search-area textarea, .event-search-area label, .recruit-event-search-area button, .recruit-event-search-area input, .recruit-event-search-area select, .recruit-event-search-area textarea, .recruit-event-search-area label {
    font-size: 100%;
  }
  .event-search-area input[type=checkbox],
  .event-search-area input[type=radio], .recruit-event-search-area input[type=checkbox],
  .recruit-event-search-area input[type=radio] {
    width: 18px;
    height: 18px;
  }
  .event-search-area .event-search-month, .event-search-area .event-search-place, .event-search-area .event-search-category, .recruit-event-search-area .event-search-month, .recruit-event-search-area .event-search-place, .recruit-event-search-area .event-search-category {
    width: 100%;
  }
  .event-search-area .event-search-month select, .event-search-area .event-search-place select, .event-search-area .event-search-category select, .recruit-event-search-area .event-search-month select, .recruit-event-search-area .event-search-place select, .recruit-event-search-area .event-search-category select {
    margin-top: 18px;
    width: 100%;
  }
  .event-search-area .event-search-month select, .recruit-event-search-area .event-search-month select {
    margin-top: 0;
  }
  .event-search-area .box, .recruit-event-search-area .box {
    border-bottom: 2px solid #fff;
    padding: 20px;
  }
  .event-search-area .event-search-category, .recruit-event-search-area .event-search-category {
    margin-top: 18px;
  }
  .event-search-area .event-search-category select, .recruit-event-search-area .event-search-category select {
    margin-top: 0;
  }
}
.event-search-area .box2, .event-search-area .event-search-term, .recruit-event-search-area .box2, .recruit-event-search-area .event-search-term {
  padding: 26px 0;
}
.event-search-area .box2 dt, .event-search-area .event-search-term dt, .recruit-event-search-area .box2 dt, .recruit-event-search-area .event-search-term dt {
  font-weight: bold;
}
.event-search-area .box2 dd, .event-search-area .event-search-term dd, .recruit-event-search-area .box2 dd, .recruit-event-search-area .event-search-term dd {
  padding-top: 12px;
}
.event-search-area .box2 input[type=checkbox], .event-search-area .event-search-term input[type=checkbox], .recruit-event-search-area .box2 input[type=checkbox], .recruit-event-search-area .event-search-term input[type=checkbox] {
  width: 18px;
  height: 18px;
  outline-offset: 8px;
}
.event-search-area .box2 label, .event-search-area .event-search-term label, .recruit-event-search-area .box2 label, .recruit-event-search-area .event-search-term label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding-left: 8px;
  position: relative;
  width: auto;
}
.event-search-area .box2 label::before, .event-search-area .event-search-term label::before, .recruit-event-search-area .box2 label::before, .recruit-event-search-area .event-search-term label::before {
  content: "";
  background: #fff;
  border: 1px solid #231815;
  border-radius: 2px;
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: -22px;
  top: 6px;
}
.event-search-area .box2 label::after, .event-search-area .event-search-term label::after, .recruit-event-search-area .box2 label::after, .recruit-event-search-area .event-search-term label::after {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(45deg);
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 5px;
  height: 10px;
  top: 8px;
  left: -15.5px;
  opacity: 0;
}
.event-search-area .box2 input[type=checkbox]:checked + label::before, .event-search-area .event-search-term input[type=checkbox]:checked + label::before, .recruit-event-search-area .box2 input[type=checkbox]:checked + label::before, .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::before {
  background: #674545;
  border: 1px solid #674545;
}
.event-search-area .box2 input[type=checkbox]:checked + label::after, .event-search-area .event-search-term input[type=checkbox]:checked + label::after, .recruit-event-search-area .box2 input[type=checkbox]:checked + label::after, .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::after {
  opacity: 1;
  background: #674545;
}
.event-search-area .box2 label[for=key-text], .event-search-area .event-search-term label[for=key-text], .recruit-event-search-area .box2 label[for=key-text], .recruit-event-search-area .event-search-term label[for=key-text] {
  padding: 5px 0 0 0;
}
.event-search-area .box2 label[for=key-text]::before, .event-search-area .box2 label[for=key-text]::after, .event-search-area .event-search-term label[for=key-text]::before, .event-search-area .event-search-term label[for=key-text]::after, .recruit-event-search-area .box2 label[for=key-text]::before, .recruit-event-search-area .box2 label[for=key-text]::after, .recruit-event-search-area .event-search-term label[for=key-text]::before, .recruit-event-search-area .event-search-term label[for=key-text]::after {
  content: none;
}
.event-search-area .box2 .space input, .event-search-area .event-search-term .space input, .recruit-event-search-area .box2 .space input, .recruit-event-search-area .event-search-term .space input {
  width: 18px;
  height: 18px;
}
.event-search-area .box2 .space, .event-search-area .event-search-term .space, .recruit-event-search-area .box2 .space, .recruit-event-search-area .event-search-term .space {
  display: inline-block;
  font-size: 90%;
  padding: 5px 24px 0 0;
}
@media print, screen and (min-width: 769px) {
  .event-search-area .event-search-term input[type=text], .recruit-event-search-area .event-search-term input[type=text] {
    padding: 5px;
  }
  .event-search-area .event-search-term .ui-datepicker-trigger, .recruit-event-search-area .event-search-term .ui-datepicker-trigger {
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .event-search-area .event-search-term input[type=text], .recruit-event-search-area .event-search-term input[type=text] {
    margin-top: 20px;
    padding: 10px 15px;
    font-size: 120%;
  }
  .event-search-area .event-search-term input[type=text]:first-child, .recruit-event-search-area .event-search-term input[type=text]:first-child {
    margin-top: 0;
  }
  .event-search-area .event-search-term .ui-datepicker-trigger, .recruit-event-search-area .event-search-term .ui-datepicker-trigger {
    margin-top: 10px;
    margin-left: 20px;
    width: 50px;
    height: auto;
  }
  .event-search-area .event-search-term label[for=syncro-calendar], .recruit-event-search-area .event-search-term label[for=syncro-calendar] {
    display: block;
    margin-top: 10px;
  }
}

.event-search-area #event-keywords .space {
  width: 100%;
}
.event-search-area #event-keywords .space input {
  border: 1px solid #555;
  padding: 7px 15px 8px;
  border-radius: 5px;
  width: 285px;
  box-sizing: border-box;
  height: auto;
}
@media screen and (max-width: 768px) {
  .event-search-area #event-keywords .space input {
    width: 100%;
  }
}

.input-button {
  padding: 22px 0;
  text-align: center;
  border: 2px solid #d6d6d6;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
@media print, screen and (min-width: 769px) {
  .input-button input {
    min-width: 170px;
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .input-button input {
    width: 55%;
  }
}

/* イベント検索結果 */
.event-result-area {
  margin-top: 20px;
}
.event-result-area .title {
  padding-bottom: 2px;
  border-bottom: 2px solid #ccc;
}
.event-result-area .title .bg {
  display: block;
  padding-bottom: 10px;
}
.event-result-area .in {
  margin-top: 15px;
  border: 2px solid #ccc;
  border-radius: 5px;
}
.event-result-area .in .left-col:first-child {
  text-align: center;
}
.event-result-area .in .left-col .summary {
  padding: 10px;
  background: #eee;
}
@media print, screen and (min-width: 769px) {
  .event-result-area .in {
    padding: 24px;
  }
  .event-result-area .in .left-col:first-child {
    width: 200px;
  }
  .event-result-area .in .left-col:first-child img {
    max-width: 100%;
  }
  .event-result-area .in .left-col:last-child {
    width: 432px;
    margin-left: 15px;
  }
  .event-result-area .in .left-col:last-child .txt {
    padding: 0 0 10px 0;
  }
  .event-result-area .in2 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .event-result-area .in {
    padding: 15px;
  }
  .event-result-area .in .left-col {
    float: none;
  }
  .event-result-area .in .left-col:first-child {
    width: 100%;
  }
  .event-result-area .in .left-col:first-child img {
    max-width: 100%;
  }
  .event-result-area .in .left-col:last-child {
    width: 100%;
  }
  .event-result-area .in .left-col:last-child .txt {
    padding: 10px 0;
  }
  .event-result-area .in2 {
    padding: 20px 15px 5px 15px;
  }
}

/*==================================
写真ギャラリー
==================================*/
.gallery-area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 570px) {
  .gallery-area {
    width: 100%;
    flex-direction: column;
  }
  .gallery-area .txt {
    padding: 12px 8px 8px;
    font-size: 0.875rem;
  }
}
.gallery-area .subtxt {
  margin: 10px 10px 0 10px;
}
.gallery-area .wysiwyg {
  width: 100%;
}
.gallery-area .list {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 570px) {
  .gallery-area .list {
    width: 100%;
  }
}
.gallery-area .list a {
  display: block;
}
.gallery-area .list .thumb {
  text-align: center;
}
.gallery-area .list .thumb a img {
  border: 1px solid #BBB;
  padding: 2px;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
.gallery-area .first-left {
  margin-left: 0;
}

/*==================================
0005:イベントページ用
==================================*/
.event-summary {
  display: flex;
}
.event-summary::after {
  content: none;
}
.event-summary .left-col:last-child dl {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.event-summary .left-col:last-child dl dt span {
  position: relative;
  padding: 0 0 0 10px;
  font-weight: bold;
  font-size: 1.25rem;
  display: block;
}
.event-summary .left-col:last-child dl dt span::before {
  content: "";
  display: block;
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: calc(100% - 8px);
  width: 3px;
  background-color: #9bce6e;
}
.event-summary .left-col:last-child dl dd {
  padding: 10px 14px 18px 10px;
}
.event-summary .left-col:last-child dl dd .txt {
  display: block;
  font-weight: bold;
}
.event-summary dl .inquiry-btn .list li a {
  position: relative;
  display: flex;
  padding: 5px 30px;
  border-radius: 5px;
  background-color: #9bce6e;
  color: #fff;
  font-size: 90%;
  text-align: center;
  text-decoration: none;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}
.event-summary dl .inquiry-btn .list li a::after {
  content: "";
  position: absolute;
  background-color: #fff;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
  transform: rotate(90deg);
  margin: auto 5px auto auto;
}
@media print, screen and (min-width: 769px) {
  .event-summary {
    margin-top: 10px;
  }
  .event-summary .left-col:first-child {
    width: 40%;
    margin-right: 15px;
  }
  .event-summary .left-col:first-child img {
    max-width: 100%;
  }
  .event-summary .left-col:last-child {
    width: 57%;
  }
  .event-summary .left-col:last-child dl .inquiry-btn {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .event-summary .left-col:last-child dl .inquiry-btn .list li {
    float: left;
    width: 48%;
    margin-left: 2%;
  }
  .event-summary .left-col:last-child dl .inquiry-btn .list li img {
    width: 100%;
  }
  .event-summary .left-col:last-child dl .inquiry-btn .list li:first-child {
    margin-left: 0;
  }
  .event-summary .summary {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .event-summary {
    flex-direction: column;
    margin-top: 20px;
  }
  .event-summary .left-col:first-child {
    width: 100%;
    text-align: center;
  }
  .event-summary .left-col:first-child img {
    max-width: 100%;
  }
  .event-summary .left-col:first-child {
    margin-bottom: 20px;
  }
  .event-summary .left-col:first-child:not(p) {
    text-align: left;
  }
  .event-summary .left-col:last-child {
    width: 100%;
  }
  .event-summary dl .inquiry-btn .list {
    text-align: right;
  }
  .event-summary dl .inquiry-btn .list li {
    margin-top: 14px;
  }
  .event-summary dl .inquiry-btn .list li img {
    max-width: 100%;
  }
  .event-summary dl .inquiry-btn .list li:first-child {
    margin-top: 0px;
  }
}

.event-table {
  /*width: g.$contents-inner-width;*/
  width: 100%;
}

.event-table th {
  width: 150px;
}

.event-table img {
  max-width: 100%;
  height: auto;
}

/* イベント詳細 */
.img-col {
  margin-top: 10px;
}
.img-col .left-col {
  float: left;
}
.img-col .left-col:first-child {
  margin-left: 0px;
}

@media print, screen and (min-width: 769px) {
  .img-col {
    width: 700px;
  }
  .img-col .left-col {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .img-col {
    width: 100%;
  }
  .img-col .left-col {
    width: 49%;
    margin-left: 2%;
  }
  .img-col .left-col img {
    max-width: 100%;
  }
}
/* 関連イベント */
#event-page-slider {
  margin-top: 30px;
  border: 2px solid #f1a2cb;
  border-radius: 5px 5px 0 0;
}
#event-page-slider .title {
  background: #f1a2cb;
  color: #333333;
  font-size: 115%;
  border-radius: 3px 3px 0 0;
}
#event-page-slider .title .bg {
  overflow: hidden;
  display: block;
  padding: 13px 15px;
  line-height: 1;
}
#event-page-slider.splide {
  --pcImgWidth: calc(100% - 15px);
  --spImgWidth: 100%;
  --pcGap: 15px;
  --spGap: 0;
}
#event-page-slider.splide .splide__wrap {
  padding: 10px 30px;
  position: relative;
}
#event-page-slider.splide .splide__track {
  overflow: hidden;
}
#event-page-slider.splide .splide__slide {
  float: left;
  list-style: none;
  position: relative;
  min-height: 85px;
}
@media print, screen and (min-width: 769px) {
  #event-page-slider.splide .splide__slide {
    width: calc(var(--pcImgWidth) / 2);
  }
}
@media screen and (max-width: 768px) {
  #event-page-slider.splide .splide__slide {
    width: var(--spImgWidth);
  }
}
#event-page-slider.splide .splide__slide dl {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
#event-page-slider.splide .splide__slide dt {
  width: 110px;
}
#event-page-slider.splide .splide__slide dt img {
  max-width: 100%;
}
#event-page-slider.splide .splide__slide dd {
  width: 190px;
}
@media print, screen and (min-width: 769px) {
  #event-page-slider.splide .splide__slide img {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  #event-page-slider.splide .splide__slide img {
    width: var(--spImgWidth);
  }
}
#event-page-slider.splide .splide__arrows button, #event-page-slider.splide .splide__toggle button {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
}
#event-page-slider.splide .splide__arrows {
  position: static;
}
#event-page-slider.splide .splide__arrow {
  background-color: #674545;
  opacity: initial;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  height: 25px;
  width: 25px;
  border-radius: 25px;
}
#event-page-slider.splide .splide__arrow::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
  width: 12px;
  height: 16px;
  background-color: #ffffff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  #event-page-slider.splide .splide__arrow:hover {
    opacity: 0.85;
  }
}
#event-page-slider.splide .splide__arrow--prev {
  left: 2px;
}
#event-page-slider.splide .splide__arrow--prev::before {
  clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
  transform: rotate(-90deg);
}
#event-page-slider.splide .splide__arrow--next {
  right: 2px;
}
#event-page-slider.splide .splide__arrow--next::before {
  clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
  transform: rotate(90deg);
}
#event-page-slider.splide .splide__toggle {
  background-color: #674545;
  width: 16px;
  height: 16px;
  border: none;
  position: absolute;
  right: 5px;
  bottom: 10px;
  font-size: 0;
}
@media print, screen and (min-width: 769px) {
  #event-page-slider.splide .splide__toggle:hover {
    opacity: 0.85;
  }
}
#event-page-slider.splide .splide__toggle span {
  margin: auto;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 0;
  background-color: #ffffff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#event-page-slider.splide .splide__toggle__play {
  clip-path: polygon(95% 50%, 5% 0%, 5% 100%);
}
#event-page-slider.splide .splide__toggle__pause {
  clip-path: polygon(18.47% 0%, 32.33% 0%, 32.33% 100%, 67.39% 100%, 67.39% 0%, 81.53% 0%, 81.53% 100%, 18.47% 100%);
}
#event-page-slider.splide:not(.is-active) {
  visibility: visible !important;
}
#event-page-slider.splide:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  #event-page-slider.splide:not(.is-active) .splide__list {
    gap: var(--pcGap);
  }
}
@media screen and (max-width: 768px) {
  #event-page-slider.splide:not(.is-active) .splide__list {
    gap: var(--spGap);
  }
}
#event-page-slider.splide:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
#event-page-slider.splide:not(.is-active) .splide__arrows {
  display: none;
}
#event-page-slider.splide:not(.is-active) .splide__toggle {
  display: none;
}

/*==================================
gogleマップ
==================================*/
.gmap-area #iw_googlemap_1 {
  margin: 0 auto;
}

/*==================================
更新日掲載
==================================*/
.wysiwyg .btn {
  text-align: right;
}

.wysiwyg .btn a {
  padding-left: 18px;
  background: url(../img_sub/v3.2/level1row1_mod_dir.png) left 5px no-repeat;
}

/*==================================
カレンダー
==================================*/
#container-in-wide #calendar .list {
  width: 100%;
}
#container-in-wide #calendar .col-area .left-col .list li:first-child {
  float: left;
}
#container-in-wide #calendar .col-area .left-col .list li:last-child {
  float: right;
}
#container-in-wide #calendar .col2-area {
  margin-top: 20px;
}
#container-in-wide #calendar .col2-area .list li select {
  padding: 8px 15px;
  background: #fff;
  border: 1px solid #555;
  border-radius: 2px;
}
#container-in-wide #calendar .col2-area .right-col .list li a {
  display: block;
  padding: 2px 10px;
  border-radius: 3px;
  background-color: #f1a2cb;
  color: #333333;
  text-decoration: none;
  text-align: center;
  font-size: 0.875rem;
}
#container-in-wide #calendar .col3-area {
  margin-top: 30px;
}
#container-in-wide #calendar .col3-area .left-col {
  width: 20%;
}
#container-in-wide #calendar .col3-area .left-col a {
  padding: 4px 10px;
  background-color: #f1a2cb;
  color: #333333;
  border-radius: 3px;
  text-decoration: none;
  font-size: 0.875rem;
}
#container-in-wide #calendar .col3-area .right-col {
  width: 160px;
}
#container-in-wide #calendar .col3-area .right-col .list .back, #container-in-wide #calendar .col3-area .right-col .list .next {
  width: 70px;
}
#container-in-wide #calendar .col3-area .right-col .list .back a, #container-in-wide #calendar .col3-area .right-col .list .next a {
  position: relative;
}
#container-in-wide #calendar .col3-area .right-col .list .back a::after, #container-in-wide #calendar .col3-area .right-col .list .next a::after {
  content: "";
  position: absolute;
  background-color: #674545;
  clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
  margin: auto auto auto 0;
  transform: rotate(90deg);
  width: 14px;
  height: 14px;
  bottom: calc((100% - 14px) / 2);
}
#container-in-wide #calendar .col3-area .right-col .list .back {
  float: left;
  text-align: right;
}
#container-in-wide #calendar .col3-area .right-col .list .back a {
  padding: 0 0 0 22px;
}
#container-in-wide #calendar .col3-area .right-col .list .back a::after {
  transform: rotate(270deg);
  left: 0;
}
#container-in-wide #calendar .col3-area .right-col .list .next {
  float: right;
}
#container-in-wide #calendar .col3-area .right-col .list .next a {
  padding: 0 22px 0 0;
}
#container-in-wide #calendar .col3-area .right-col .list .next a::after {
  right: 0;
}
@media print, screen and (min-width: 769px) {
  #container-in-wide #calendar .view-sp {
    display: none;
  }
  #container-in-wide #calendar .center-col {
    width: 60%;
    float: left;
    text-align: center;
    font-size: 100%;
  }
  #container-in-wide #calendar .col2-area .right-col {
    padding-right: 0px;
    float: right;
    min-width: 150px;
  }
  #container-in-wide #calendar .col3-area {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2.25em;
  }
  #container-in-wide #calendar .col3-area::after {
    content: none;
  }
  #container-in-wide #calendar .col3-area .left-col {
    float: none;
  }
  #container-in-wide #calendar .col3-area .center-col {
    float: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #container-in-wide #calendar .col3-area .right-col {
    width: 160px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  #container-in-wide #calendar .view-pc {
    display: none;
  }
  #container-in-wide #calendar .center-col {
    width: 100%;
    float: left;
    text-align: center;
  }
  #container-in-wide #calendar .col2-area .right-col {
    width: 100%;
    clear: both;
    float: none;
    text-align: center;
    display: block;
    padding-top: 20px;
  }
  #container-in-wide #calendar .col3-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #container-in-wide #calendar .col3-area::after {
    content: none;
  }
  #container-in-wide #calendar .col3-area .right-col .list .next {
    text-align: right;
  }
}
@media screen and (max-width: 570px) {
  #container-in-wide #calendar .col3-area .right-col {
    width: 48%;
  }
}
#container-in-wide .calendar-search-area {
  margin-top: 20px;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
}
@media print, screen and (min-width: 769px) {
  #container-in-wide .calendar-search-area {
    padding: 42px 48px 48px;
  }
}
@media screen and (max-width: 768px) {
  #container-in-wide .calendar-search-area {
    padding: 24px 16px 24px;
  }
}
#container-in-wide .calendar-search-area button, #container-in-wide .calendar-search-area input, #container-in-wide .calendar-search-area select, #container-in-wide .calendar-search-area textarea, #container-in-wide .calendar-search-area label {
  font-family: inherit;
  font-size: 100%;
}
#container-in-wide .calendar-search-area .calendar-search-category {
  display: block;
}
#container-in-wide .calendar-search-area .calendar-search-category {
  position: relative;
}
#container-in-wide .calendar-search-area .calendar-search-category::after {
  content: "";
  position: absolute;
  background-color: #333;
  clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
  margin: auto auto auto 0;
  transform: rotate(180deg);
  width: 12px;
  height: 12px;
  right: 14px;
  top: calc((100% - 12px) / 2);
}
#container-in-wide .calendar-search-area select {
  min-height: 28px;
  padding: 7px !important;
  border-radius: 5px;
  color: #333 !important;
  font-size: 1rem;
  border: 1px solid #333;
  background: #fff;
  appearance: none;
}
#container-in-wide .calendar-search-area option {
  background-color: #fff;
}
#container-in-wide .calendar-search-area .input-button {
  border: none;
  padding: 0;
  padding-top: 48px;
}
#container-in-wide .calendar-search-area .box,
#container-in-wide .calendar-search-area .box2 {
  margin-top: 24px;
}
@media print, screen and (min-width: 769px) {
  #container-in-wide .calendar-search-area .calendar-search-category {
    width: fit-content;
  }
  #container-in-wide .calendar-search-area .calendar-search-category select {
    min-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  #container-in-wide .calendar-search-area button, #container-in-wide .calendar-search-area input, #container-in-wide .calendar-search-area select, #container-in-wide .calendar-search-area textarea, #container-in-wide .calendar-search-area label {
    font-size: 100%;
  }
  #container-in-wide .calendar-search-area input[type=checkbox],
  #container-in-wide .calendar-search-area input[type=radio] {
    width: 18px;
    height: 18px;
  }
  #container-in-wide .calendar-search-area .calendar-search-category select {
    width: 100%;
  }
  #container-in-wide .calendar-search-area .box,
  #container-in-wide .calendar-search-area .box2 {
    border-bottom: 2px solid #fff;
  }
}
#container-in-wide .calendar-search-area .box dt,
#container-in-wide .calendar-search-area .box2 dt {
  font-weight: bold;
}
#container-in-wide .calendar-search-area .box dd,
#container-in-wide .calendar-search-area .box2 dd {
  padding-top: 12px;
}
#container-in-wide .calendar-search-area .box dd input[type=checkbox],
#container-in-wide .calendar-search-area .box2 dd input[type=checkbox] {
  width: 18px;
  height: 18px;
  outline-offset: 8px;
}
#container-in-wide .calendar-search-area .box dd label,
#container-in-wide .calendar-search-area .box2 dd label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding-left: 8px;
  position: relative;
  width: auto;
}
#container-in-wide .calendar-search-area .box dd label::before,
#container-in-wide .calendar-search-area .box2 dd label::before {
  content: "";
  background: #fff;
  border: 1px solid #231815;
  border-radius: 2px;
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: -22px;
  top: 6px;
}
#container-in-wide .calendar-search-area .box dd label::after,
#container-in-wide .calendar-search-area .box2 dd label::after {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(45deg);
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 5px;
  height: 10px;
  top: 8px;
  left: -15.5px;
  opacity: 0;
}
#container-in-wide .calendar-search-area .box dd input[type=checkbox]:checked + label::before, #container-in-wide .calendar-search-area .box dd label:has(input[type=checkbox]:checked)::before,
#container-in-wide .calendar-search-area .box2 dd input[type=checkbox]:checked + label::before,
#container-in-wide .calendar-search-area .box2 dd label:has(input[type=checkbox]:checked)::before {
  background: #9bce6e;
  border: 1px solid #9bce6e;
}
#container-in-wide .calendar-search-area .box dd input[type=checkbox]:checked + label::after, #container-in-wide .calendar-search-area .box dd label:has(input[type=checkbox]:checked)::after,
#container-in-wide .calendar-search-area .box2 dd input[type=checkbox]:checked + label::after,
#container-in-wide .calendar-search-area .box2 dd label:has(input[type=checkbox]:checked)::after {
  opacity: 1;
  background: #9bce6e;
}
#container-in-wide .calendar-search-area .box .space,
#container-in-wide .calendar-search-area .box2 .space {
  display: inline-block;
}
#container-in-wide .calendar-search-area #event-keywords .space {
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  #container-in-wide .calendar-search-area #event-keywords .space {
    width: 100%;
  }
}
#container-in-wide .calendar-search-area #event-keywords .space input {
  padding: 7px 10px;
  box-sizing: border-box;
  width: 100%;
  min-width: 300px;
  min-height: 40px;
  border: 1px solid #333;
  border-radius: 5px;
  font-size: 1rem;
}
#container-in-wide .calendar-search-area .input-button input {
  margin: 0px auto;
  padding: 8px 20px;
  background-color: #555;
  border: none;
  border-radius: 5px;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-appearance: none;
  min-height: 44px;
}
#container-in-wide .calendar-search-area .input-button input[name=search] {
  background: #9bce6e url(../img_sub/v3.2/arrow_right.png) no-repeat right 10px center;
  color: #fff;
}
#container-in-wide .calendar-search-area .input-button input[name=reset] {
  background: #f1a2cb url(../img_sub/v3.2/arrow_reset.png) no-repeat right 10px center;
  color: #333;
}
@media print, screen and (min-width: 769px) {
  #container-in-wide .calendar-search-area .input-button input[name=reset] {
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #container-in-wide .calendar-search-area .input-button input {
    min-width: 170px;
  }
}
@media screen and (max-width: 768px) {
  #container-in-wide .calendar-search-area .input-button input {
    width: 55%;
    min-width: 200px;
    margin-bottom: 18px;
  }
}
#container-in-wide .calendar-list-area table,
#container-in-wide .calendar-box-area table {
  border: 1px solid #d6d6d6;
  border-collapse: collapse;
}
#container-in-wide .calendar-list-area table {
  margin: 10px 0 0 1px;
  width: 100%;
}
#container-in-wide .calendar-list-area table caption {
  text-align: left;
  font-weight: bold;
}
#container-in-wide .calendar-list-area table td, #container-in-wide .calendar-list-area table th {
  border: 1px solid #d6d6d6;
  border-collapse: collapse;
  padding: 5px;
  background: none;
}
#container-in-wide .calendar-list-area table .date,
#container-in-wide .calendar-list-area table .day {
  font-weight: bold;
  text-align: center;
  width: 40px;
}
#container-in-wide .calendar-list-area table .sun,
#container-in-wide .calendar-list-area table .sun th {
  background-color: #ffe6e8;
  color: #b91212;
}
#container-in-wide .calendar-list-area table .sat,
#container-in-wide .calendar-list-area table .sat th {
  background-color: #cfe8f7;
  color: #0a6b70;
}
#container-in-wide .calendar-list-area table em {
  font-style: normal;
  font-weight: bold;
  padding-right: 15px;
}
#container-in-wide .calendar-list-area table a {
  margin-left: 5px;
}
#container-in-wide .calendar-list-area table .calPageLink {
  margin-top: 5px;
}
#container-in-wide .calendar-list-area table .calPageLink:first-child {
  margin-top: 0;
}
#container-in-wide .calendar-list-area table .calPageLink .event_icon {
  font-size: 82%;
  display: inline-block;
  border: solid 1px #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 3px 10px;
  margin-left: 3px;
}
#container-in-wide .calendar-list-area table .calPageLink .event_icon:first-child {
  margin-left: 0;
}
#container-in-wide .calendar-list-area table .calPageLink .event_icon {
  color: #333;
}
#container-in-wide .calendar-list-area table .calPageLink span[class*=event_field] {
  color: #333;
  border-color: #b7c07b;
  background-color: #f3ffa4;
}
#container-in-wide .calendar-list-area table .calPageLink span[class*=event_area] {
  color: #333;
  border-color: #d8c78e;
  background-color: #fee9a6;
}
#container-in-wide .calendar-box-area table {
  table-layout: fixed;
  width: 100%;
  margin-top: 20px;
  color: #333;
  box-sizing: border-box;
  border-spacing: 0;
  border-left: none;
  background: url(../img_sub/v3.2/calendar_tbl_bg.png) repeat-y 0 0;
  background: url(../img_sub/v3.2/calendar_tbl_bg4.png) repeat-y 822px 0, url(../img_sub/v3.2/calendar_tbl_bg3.png) repeat-y 685px 0, url(../img_sub/v3.2/calendar_tbl_bg3.png) repeat-y 548px 0, url(../img_sub/v3.2/calendar_tbl_bg3.png) repeat-y 411px 0, url(../img_sub/v3.2/calendar_tbl_bg3.png) repeat-y 274px 0, url(../img_sub/v3.2/calendar_tbl_bg3.png) repeat-y 137px 0, url(../img_sub/v3.2/calendar_tbl_bg2.png) repeat-y 0 0;
}
#container-in-wide .calendar-box-area table .week-row th {
  background: url(../img_sub/v3.2/calendar_week_bg.png) repeat-y 1px 0;
  color: inherit;
  padding: 8px 0;
  border-bottom: 1px solid #bbb;
  font-size: 110%;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  #container-in-wide .calendar-box-area table .week-row th {
    width: 137px;
  }
  #container-in-wide .calendar-box-area table .week-row th.sat {
    width: 138px;
  }
}
@media screen and (max-width: 768px) {
  #container-in-wide .calendar-box-area table .week-row th:first-child, #container-in-wide .calendar-box-area table .week-row th:last-child {
    width: 15%;
    width: -webkit-calc(100% / 7);
    width: 14.2857142857%;
  }
  #container-in-wide .calendar-box-area table .week-row th {
    width: 14%;
    width: -webkit-calc(100% / 7);
    width: 14.2857142857%;
  }
}
#container-in-wide .calendar-box-area table .week-row .sun {
  background: none;
  color: #b91212;
}
#container-in-wide .calendar-box-area table .week-row .sat {
  background: none;
  color: #0a6b70;
}
#container-in-wide .calendar-box-area table td {
  vertical-align: top;
}
#container-in-wide .calendar-box-area table .col td {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#container-in-wide .calendar-box-area table .col .day-sun,
#container-in-wide .calendar-box-area table .col-day .day-sun {
  background: url(../img_sub/v3.2/calendar_holiday_bg.png) repeat-y 1px 0;
}
#container-in-wide .calendar-box-area table .col-day {
  border-top: 1px solid #bbb;
}
#container-in-wide .calendar-box-area table .col-day td {
  padding-bottom: 0;
  border-bottom: none;
  text-align: right;
}
#container-in-wide .calendar-box-area table .col-day td p {
  padding: 5px 10px 10px 5px;
}
#container-in-wide .calendar-box-area table .col-day .day-sat p {
  color: #0a6b70;
}
#container-in-wide .calendar-box-area table .col-day .day-sun p {
  color: #b91212;
}
#container-in-wide .calendar-box-area table p {
  padding: 0px 7px 10px 7px;
  margin: 0;
}
#container-in-wide .calendar-box-area table p a {
  display: block;
  padding: 7px 10px;
  background: #f6f7bf;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
}
#container-in-wide .calendar-box-area table .step_over_next {
  padding-right: 0;
}
#container-in-wide .calendar-box-area table .step_over_next a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
#container-in-wide .calendar-box-area table .step_over_end {
  padding-left: 0;
}
#container-in-wide .calendar-box-area table .step_over_end a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*==================================
notfoundページ
==================================*/
.attention-area .in {
  background-color: #eee;
  margin-top: 20px;
  padding: 20px;
}

/*==================================
自由レイアウト
==================================*/
.free-layout-area .img-item ul, .free-layout-area .image ul {
  list-style: disc;
  padding-left: 30px;
}
.free-layout-area .img-item ol, .free-layout-area .image ol {
  list-style: decimal;
  padding-left: 30px;
}

.free-layout-area .img-text .left-col img,
.free-layout-area .img-text .right-col img {
  max-width: 100%;
}

.free-layout-area .layout4 {
  margin-top: 48px;
}
.free-layout-area .layout4 .left-col {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .free-layout-area .layout4 .left-col {
    width: 32% !important;
    margin-left: 2%;
  }
}
.free-layout-area .layout4 .left-col:first-child {
  margin-left: 0;
}
.free-layout-area .layout4 .right-col {
  width: 32%;
}
.free-layout-area .layout4 .left-col img,
.free-layout-area .layout4 .right-col img {
  max-width: 100%;
}

@media print, screen and (min-width: 769px) {
  .free-layout-area .layout3 .left-col {
    width: 49% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .free-layout-area .layout3 .right-col {
    width: 49% !important;
    margin-left: 2%;
  }
}
.free-layout-area .layout3 .left-col img,
.free-layout-area .layout3 .right-col img {
  max-width: 100%;
}

/* パブリックコメント検索ページ */
.pubcom-list-area .in {
  margin-top: 10px;
}
.pubcom-list-area .title {
  padding-left: 15px;
  background: url(../img_common/arrow01.png) no-repeat left center;
  font-weight: bold;
}
.pubcom-list-area .txt {
  margin-top: 10px;
}
.pubcom-list-area .summary {
  margin-top: 10px;
  padding: 10px;
  background-color: #eee;
}
.pubcom-list-area .summary span {
  display: block;
}

/* パブリックコメント詳細ページ */
.pubcom-boshuchu-area .status,
.pubcom-kekka-area .status {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #eed7e9;
}

.pubcom-table {
  width: 100%;
}
.pubcom-table th {
  width: 150px;
}
.pubcom-table img {
  max-width: 100%;
  height: auto;
}

/* よくあるご質問トップページ */
.faq-keyword-area .search {
  margin-top: 10px;
  text-align: center;
}

.faq-list-area .faq-recent-area .list,
.faq-list-area .faq-view-area .list {
  padding: 0 0 0 2.5em;
  list-style-type: decimal;
}
.faq-list-area .faq-recent-area .list li,
.faq-list-area .faq-view-area .list li {
  margin: 10px 0 0;
}

@media print, screen and (min-width: 769px) {
  .faq-list-area {
    /* 1階層2列表示 */
    /* 2階層1列 */
    /* 2階層2列 */
  }
  .faq-list-area > .left-col,
  .faq-list-area > .right-col {
    width: 340px;
  }
  .faq-list-area .level1col2 {
    width: 340px;
  }
  .faq-list-area .level1col2 li {
    width: 160px;
  }
  .faq-list-area .level2col1 .list,
  .faq-list-area .level2col1 .list2 {
    width: 340px;
  }
  .faq-list-area .level2col1 .list li,
  .faq-list-area .level2col1 .list2 li {
    width: 160px;
  }
  .faq-list-area .level2col2 {
    width: 340px;
  }
  .faq-list-area .level2col2 .left-col {
    width: 160px;
  }
  .faq-list-area .level2col2 .right-col {
    width: 160px;
  }
  .faq-list-area .level2col2 .col {
    width: 340px;
  }
  .faq-list-area .level2col2 .list li {
    width: 120px;
  }
  .faq-list-area .level2col2 .box2 .list {
    width: 325px;
  }
  .faq-list-area .level2col2 .box2 .list li {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .faq-list-area > .left-col,
  .faq-list-area > .right-col {
    float: none;
    width: 100%;
  }
  .faq-list-area .level2col2 .box2 .list li {
    width: 40%;
  }
}
/* よくあるご質問詳細ページ */
.faq-answer-area {
  padding: 0 0 5px 45px;
  background: url(../img_sub/v3.2/h2_faq_title_icon.png) no-repeat 0 top/36px;
  margin-bottom: 36px;
}

/* よくあるご質問詳細ページ 0009_2 */
.faq-block {
  border: 1px solid #d6d6d6;
  border-right: none;
  border-left: none;
}
.faq-block:has(+ .faq-block) {
  margin-top: 48px;
}
.faq-block + .faq-block {
  margin-top: -1px;
}
.faq-block .faq-q-title {
  color: #333;
  font-size: 1.125rem;
  box-sizing: border-box;
  overflow: hidden;
  padding: 18px 42px 18px 20px;
  cursor: pointer;
  position: relative;
}
.faq-block .faq-q-title::after {
  content: "";
  position: absolute;
  background-color: #9bce6e;
  inset: 0;
  top: 4px;
  clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
  transform: rotate(180deg);
  margin: auto 10px auto auto;
  width: 15px;
  height: 15px;
}
@media print, screen and (min-width: 769px) {
  .faq-block .faq-q-title::after {
    margin: auto 12px auto auto;
  }
}
@media screen and (max-width: 768px) {
  .faq-block .faq-q-title::after {
    margin: auto 10px auto auto;
  }
}
.faq-block .faq-q-title.on::after {
  transform: rotate(0deg);
}
.faq-block .faq-answer-area {
  background-color: #ffffff;
  margin: 0;
  margin: 0 42px 24px 20px;
  padding: 0 12px 10px 42px;
}
.faq-block .faq-answer-area .wysiwyg p {
  margin-top: 0;
}

/* 大カテゴリトップページ 1008-2 1008-3 */
#contents-large-category h1 img {
  max-width: 100%;
}
#contents-large-category .news-area .more {
  margin-top: 15px;
  text-align: center;
}
#contents-large-category .news-area .more a {
  display: inline-block;
  padding: 5px 20px 5px 30px;
  border-radius: 2px;
  background-color: #555;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
#contents-large-category .news-area .more a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 7px solid #fff;
}
#contents-large-category .side-search-area {
  margin-bottom: 20px;
}
#contents-large-category .side-search-area dt {
  font-weight: bold;
}
#contents-large-category .side-search-area dd {
  margin-top: 5px;
}
#contents-large-category .side-search-area dd img {
  width: 100%;
  height: auto;
  border: 1px solid #efefef;
}
#contents-large-category .side-nav-list {
  margin-bottom: 20px;
}
#contents-large-category .side-nav-list dl {
  margin: 20px 0 0;
}
#contents-large-category .side-nav-list dl:first-child {
  margin-top: 0;
}
#contents-large-category .side-nav-list .title {
  padding: 10px 15px;
  border-bottom: 2px solid #ccc;
  background: #eee;
  font-size: 100%;
}
#contents-large-category .side-nav-list .title a {
  color: #333;
}
#contents-large-category .side-nav-list .list {
  padding: 10px 15px;
}
#contents-large-category .side-nav-list .list li {
  margin-top: 10px;
  padding-left: 15px;
  background: url(../img_common/arrow01.png) no-repeat 0 0.5em;
}
#contents-large-category .side-nav-list .list li:first-child {
  margin-top: 0;
}
#contents-large-category .side-nav-list .list li span {
  background: #eee;
}
#contents-large-category .side-bnr-area {
  margin-bottom: 20px;
}
#contents-large-category .side-bnr-area .list li {
  margin-top: 10px;
}
#contents-large-category .side-bnr-area .list li:first-child {
  margin-top: 0;
}
#contents-large-category .side-bnr-area .list li img {
  width: 100%;
}
#contents-large-category .side-view-area {
  margin-bottom: 20px;
}
#contents-large-category .side-view-area .title {
  padding: 10px 15px;
  border-bottom: 2px solid #ccc;
  background: #eee;
  font-size: 100%;
}
#contents-large-category .side-view-area .list {
  padding-left: 2.5em;
  list-style-type: decimal;
}
#contents-large-category .side-view-area .list li {
  margin-top: 10px;
}
#contents-large-category .side-view-area .list li span {
  background: #eee;
}

@media print, screen and (min-width: 769px) {
  #contents-large-category > .left-col {
    width: 700px;
  }
  #contents-large-category > .right-col {
    width: 270px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #contents-large-category > .left-col {
    float: none;
    width: 100%;
  }
  #contents-large-category > .right-col {
    display: none;
    float: none;
    width: 100%;
  }
}
#large-category-slider {
  margin-top: 20px;
  /*-- コントロール位置 --*/
  /*--  next prev --*/
}
#large-category-slider .bxslider {
  position: relative;
}
#large-category-slider .bxslider .bx-wrapper {
  position: relative;
}
#large-category-slider .bxslider .list li {
  overflow: hidden;
  width: 700px;
}
#large-category-slider .bxslider .list li img {
  max-width: 100%;
}
#large-category-slider .bx-controls {
  width: 100%;
  line-height: 1;
}
#large-category-slider .bx-controls-auto {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
}
#large-category-slider .bx-controls-auto .bx-controls-auto-item {
  display: block !important;
}
#large-category-slider .bx-controls-auto a {
  display: block;
  font-size: 0;
  line-height: 100%;
  background: transparent no-repeat left 0;
  background-size: cover;
}
#large-category-slider .bx-controls-auto .bx-stop {
  background-image: url(../img_sub/v3.2/event_slider_stop.png);
}
#large-category-slider .bx-controls-auto .bx-start {
  background-image: url(../img_sub/v3.2/event_slider_start.png);
}
#large-category-slider .bx-controls-auto .bx-start:focus,
#large-category-slider .bx-controls-auto .bx-stop:focus {
  background-color: transparent;
}
#large-category-slider .bx-controls-auto .active {
  display: none;
}
#large-category-slider .bx-controls-direction {
  width: 100%;
}
#large-category-slider .bx-controls-direction a {
  display: block;
  position: absolute;
  z-index: 14;
  background: transparent no-repeat left top;
  background-size: cover;
  text-indent: -9999px;
}
#large-category-slider .bx-controls-direction .bx-prev {
  bottom: 50%;
  left: 10px;
  background-image: url(../img_sub/v3.2/event_slider_back.png);
  transform: translateY(50%);
}
#large-category-slider .bx-controls-direction .bx-next {
  bottom: 50%;
  right: 10px;
  background-image: url(../img_sub/v3.2/event_slider_next.png);
  transform: translateY(50%);
}
#large-category-slider .bx-controls-direction .bx-prev:focus,
#large-category-slider .bx-controls-direction .bx-next:focus {
  background-color: transparent;
}

@media print, screen and (min-width: 769px) {
  #large-category-slider .bxslider .bx-controls-auto a {
    width: 16px;
    height: 16px;
  }
  #large-category-slider .bxslider .bx-controls-direction a {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  #large-category-slider .bxslider .bx-controls-auto a {
    width: 32px;
    height: 32px;
  }
  #large-category-slider .bxslider .bx-controls-direction a {
    width: 50px;
    height: 50px;
  }
}
/* サムネイル型目次ページ */
@media screen and (max-width: 768px) {
  .thumbnail-list-area {
    margin-top: 24px;
  }
}
.thumbnail-list-area .list {
  width: 100%;
}
@media screen and (max-width: 570px) {
  .thumbnail-list-area .list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
  }
}
.thumbnail-list-area .list li {
  float: left;
  width: 32%;
  margin: 20px 0 0 2%;
}
@media screen and (max-width: 570px) {
  .thumbnail-list-area .list li {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.thumbnail-list-area .list li:first-child {
  margin-left: 0;
}
.thumbnail-list-area .list li a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .thumbnail-list-area .list li a {
    text-align: center;
  }
}
.thumbnail-list-area .list li .thumb {
  display: block;
  text-align: center;
}
.thumbnail-list-area .list li .thumb img {
  max-width: 100%;
  height: auto;
}
.thumbnail-list-area .list li .title {
  display: block;
  margin-top: 5px;
  font-weight: bold;
}
.thumbnail-list-area .list li a .title {
  text-decoration: underline;
}
.thumbnail-list-area .list li a:hover .title {
  text-decoration: none;
}
.thumbnail-list-area .list li .txt {
  display: block;
}

/* ごみ分別検索ページ */
.garbage-search-area .unit {
  overflow: hidden;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .garbage-search-area .unit .left-col {
    width: 370px;
  }
  .garbage-search-area .unit .right-col {
    width: 610px;
  }
}
@media screen and (max-width: 768px) {
  .garbage-search-area .unit .left-col, .garbage-search-area .unit .right-col {
    float: none;
    width: 100%;
  }
}
.garbage-search-area .unit .in {
  margin: 10px auto 0;
  padding: 4px 14px 14px;
  border: 1px solid #ddd;
  background-color: #eee;
}
.garbage-search-area .unit .box {
  margin-top: 10px;
}
.garbage-search-area .input {
  box-sizing: border-box;
  width: 100%;
  font-size: 140%;
}
.garbage-search-area .input2 {
  width: 100%;
  font-size: 140%;
}
.garbage-search-area .input-box {
  display: block;
  margin-top: 5px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .garbage-search-area .input-box input {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .garbage-search-area .input-box input {
    width: 50%;
  }
}
.garbage-search-area .wa50 {
  overflow: hidden;
}
.garbage-search-area .wa50 li {
  float: left;
  width: 35px;
  margin: 5px 2px 0;
  text-align: center;
}
.garbage-search-area .wa50 li a {
  display: block;
  background-color: #eee;
}
.garbage-search-area .wa50 li a:hover {
  background-color: #fff9b1;
}
.garbage-search-area .wa50 li a.on {
  display: block;
  background-color: #fff9b1;
}
.garbage-search-area .yayuyo {
  width: 61px !important;
  margin-right: 2px !important;
  margin-left: 2px !important;
}
.garbage-search-area .desc {
  margin-top: 10px;
}
.garbage-search-area .list {
  overflow: hidden;
  width: 100%;
}
.garbage-search-area .list li {
  float: left;
  width: 12.5%;
  margin-top: 10px;
}
.garbage-search-area .list li a {
  display: block;
  padding: 2px;
  border: 1px solid #ccc;
  background-color: #ddd;
  text-align: center;
}
.garbage-search-area .list li a.on {
  background-color: #333;
  color: #fff;
}
.garbage-search-area .list2 {
  margin-top: 10px;
  text-align: center;
}
.garbage-search-area .list2 li {
  display: inline;
  margin: 0 2px;
}
.garbage-search-area .list2 li a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ddd;
}
.garbage-search-area .garbage-table {
  width: 100%;
}
.garbage-search-area .garbage-table th:nth-child(1) {
  width: 20%;
}
.garbage-search-area .garbage-table th:nth-child(2) {
  width: 20%;
}
.garbage-search-area .garbage-table th:nth-child(3) {
  width: 30%;
}

.garbage-result-area {
  margin-top: 10px;
}
.garbage-result-area .count {
  color: #c00;
}

#garbage-result-table {
  width: 100%;
}

/* 通常 */
.level2col2js h3 {
  background: url(../img_sub/v3.2/h3_headcom2_bg_mid.png) repeat-y left top;
  font-size: 120%;
  margin-top: 20px;
  color: #333;
}
.level2col2js h3 .bg {
  display: block;
  padding-top: 8px;
  background: url(../img_sub/v3.2/h3_headcom2_bg_top.png) no-repeat left top;
}
.level2col2js h3 .bg2 {
  display: block;
  padding: 0 0 8px 10px;
  background: url(../img_sub/v3.2/h3_headcom2_bg_btm.png) no-repeat left bottom;
}
.level2col2js h3 .bg3 {
  display: block;
  border-left: solid 2px #4359a3;
  padding-left: 10px;
  line-height: 1.2;
}

.level2col2js .description,
.level1col2-gaiyo .description {
  margin-top: 10px;
}

/* 各課 */
.kakuka-area {
  margin-top: 20px;
  overflow: hidden;
  width: 100%;
}
.kakuka-area .left-col {
  float: left;
  width: 300px;
}
.kakuka-area .right-col {
  float: right;
  width: calc(100% - 320px);
}
.kakuka-area .right-col .title {
  margin-top: 20px;
  padding: 8px 16px;
  overflow: hidden;
  border-radius: 2px;
  background: #fcf0fb;
  color: #333;
  font-size: 1.625rem;
  font-size: 150%;
  box-sizing: border-box;
}
.kakuka-area .right-col .title .bg {
  display: block;
}
.kakuka-area .right-col .title .bg2 {
  display: block;
}

@media screen and (max-width: 570px) {
  .kakuka-area {
    width: 100%;
  }
  .kakuka-area .left-col {
    float: none;
    margin: 0 auto;
  }
  .kakuka-area .left-col img {
    max-width: 100%;
    height: auto;
  }
  .kakuka-area .right-col {
    width: 100%;
    padding: 12px 8px 8px;
    box-sizing: border-box;
  }
  #keyword-area {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #container {
    margin: 0 20px !important;
  }
}
/*==================================
申請書検索ページ（目次）
==================================*/
.shinseisyo-keyword-area form.gsc-search-box {
  margin-top: 10px !important;
}
.shinseisyo-keyword-area .search {
  margin-top: 10px;
  text-align: center;
}

.shinseisyo-view-area .list {
  padding: 0 0 0 2.5em;
  list-style-type: decimal;
}
.shinseisyo-view-area .list li {
  margin: 10px 0 0 4%;
  width: 48%;
  float: left;
}

/*==================================
概要パーツ（1013・1015-2で使用中）
==================================*/
.summary-parts .link-detaile dd {
  margin-top: 10px;
}

@media print, screen and (min-width: 769px) {
  .summary-parts {
    margin-top: 10px;
  }
  .summary-parts .left-col:first-child {
    width: 260px;
    margin-right: 10px;
  }
  .summary-parts .left-col:first-child img {
    max-width: 100%;
  }
  .summary-parts .left-col:last-child {
    width: 430px;
  }
}
@media screen and (max-width: 768px) {
  .summary-parts {
    margin-top: 20px;
  }
  .summary-parts .left-col:first-child {
    width: 100%;
    text-align: center;
  }
  .summary-parts .left-col:first-child img {
    max-width: 100%;
  }
  .summary-parts .left-col:last-child {
    width: 100%;
    margin-top: 20px;
  }
}
/*==================================
スライダーパーツ 2カラム（1013で使用中）
==================================*/
.backnumber-area {
  margin-top: 30px;
  border: 2px solid #f1a2cb;
  border-radius: 5px 5px 0 0;
}
.backnumber-area .head-title {
  background: #f1a2cb;
  color: #333333;
  font-size: 115%;
  border-radius: 3px 3px 0 0;
  padding: 0;
  margin: 0;
}
.backnumber-area .head-title .bg {
  overflow: hidden;
  display: block;
  padding: 13px 15px;
  line-height: 1;
}
.backnumber-area.splide {
  --pcImgWidth: calc(100% - 15px);
  --spImgWidth: 100%;
  --pcGap: 15px;
  --spGap: 0;
}
.backnumber-area.splide .splide__wrap {
  padding: 10px 30px;
  position: relative;
}
.backnumber-area.splide .splide__track {
  overflow: hidden;
}
.backnumber-area.splide .splide__slide {
  float: left;
  list-style: none;
  position: relative;
  min-height: 75px;
}
@media print, screen and (min-width: 769px) {
  .backnumber-area.splide .splide__slide {
    width: calc(var(--pcImgWidth) / 2);
  }
}
@media screen and (max-width: 768px) {
  .backnumber-area.splide .splide__slide {
    width: var(--spImgWidth);
  }
}
.backnumber-area.splide .splide__slide dl {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.backnumber-area.splide .splide__slide dt {
  width: 110px;
}
.backnumber-area.splide .splide__slide dt img {
  max-width: 100%;
}
.backnumber-area.splide .splide__slide dd {
  width: 190px;
}
.backnumber-area.splide .splide__slide dd a {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .backnumber-area.splide .splide__slide img {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .backnumber-area.splide .splide__slide img {
    width: var(--spImgWidth);
  }
}
.backnumber-area.splide .splide__arrows button, .backnumber-area.splide .splide__toggle button {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
}
.backnumber-area.splide .splide__arrows {
  position: static;
}
.backnumber-area.splide .splide__arrow {
  background-color: #674545;
  opacity: initial;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  height: 25px;
  width: 25px;
  border-radius: 25px;
}
.backnumber-area.splide .splide__arrow::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
  width: 12px;
  height: 16px;
  background-color: #ffffff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .backnumber-area.splide .splide__arrow:hover {
    opacity: 0.85;
  }
}
.backnumber-area.splide .splide__arrow--prev {
  left: 2px;
}
.backnumber-area.splide .splide__arrow--prev::before {
  clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
  transform: rotate(-90deg);
}
.backnumber-area.splide .splide__arrow--next {
  right: 2px;
}
.backnumber-area.splide .splide__arrow--next::before {
  clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
  transform: rotate(90deg);
}
.backnumber-area.splide .splide__toggle {
  background-color: #674545;
  width: 16px;
  height: 16px;
  border: none;
  position: absolute;
  right: 5px;
  bottom: 10px;
  font-size: 0;
}
@media print, screen and (min-width: 769px) {
  .backnumber-area.splide .splide__toggle:hover {
    opacity: 0.85;
  }
}
.backnumber-area.splide .splide__toggle span {
  margin: auto;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 0;
  background-color: #ffffff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.backnumber-area.splide .splide__toggle__play {
  clip-path: polygon(95% 50%, 5% 0%, 5% 100%);
}
.backnumber-area.splide .splide__toggle__pause {
  clip-path: polygon(18.47% 0%, 32.33% 0%, 32.33% 100%, 67.39% 100%, 67.39% 0%, 81.53% 0%, 81.53% 100%, 18.47% 100%);
}
.backnumber-area.splide:not(.is-active) {
  visibility: visible !important;
}
.backnumber-area.splide:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .backnumber-area.splide:not(.is-active) .splide__list {
    gap: var(--pcGap);
  }
}
@media screen and (max-width: 768px) {
  .backnumber-area.splide:not(.is-active) .splide__list {
    gap: var(--spGap);
  }
}
.backnumber-area.splide:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.backnumber-area.splide:not(.is-active) .splide__arrows {
  display: none;
}
.backnumber-area.splide:not(.is-active) .splide__toggle {
  display: none;
}

/*==================================
タイトル+リストパーツ （1013で使用中）
==================================*/
.title-list-parts {
  margin-top: 20px;
  padding-bottom: 15px;
  background-color: #fff;
}
.title-list-parts .title {
  box-sizing: border-box;
  padding: 8px 15px 6px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #42927c;
  color: #fff;
  font-size: 125%;
  font-weight: bold;
}
.title-list-parts .title a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.title-list-parts .in {
  padding: 15px;
  border: 1px solid #42927c;
  border-top: none;
}
.title-list-parts .list {
  letter-spacing: -0.5em;
}
.title-list-parts .list > li {
  display: inline-block;
  margin-top: 10px;
  margin-left: 20px;
  letter-spacing: normal;
  vertical-align: top;
  width: -webkit-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
}
.title-list-parts .list > li:nth-child(-n+2) {
  margin-top: 0;
}
.title-list-parts .list > li:nth-child(2n+1) {
  margin-left: 0;
}
.title-list-parts .list li a {
  padding-left: 13px;
  background: url(../img_common/common_arrow.png) no-repeat 0 5px;
}
.title-list-parts .list li span {
  background: #eee;
}

/*==================================
広報誌詳細専用 （0013で使用中）
==================================*/
#koho-block {
  margin-top: 20px;
}
@media print, screen and (min-width: 769px) {
  #koho-block > .right-col .gaiyo {
    padding: 0 10px;
  }
  #koho-block > .right-col .gaiyo > div {
    margin-top: 0;
  }
  #koho-block > .right-col .gaiyo > div > *:first-child {
    margin-top: 0;
  }
}
#koho-block > .right-col #kobetsu-downlod-area .box {
  margin: 20px 0 0 0;
}
#koho-block > .right-col #kobetsu-downlod-area .box > .left-col.title span {
  display: block;
  padding: 10px;
  font-weight: bold;
}
#koho-block > .right-col #kobetsu-downlod-area .box > .right-col {
  box-sizing: border-box;
  padding-left: 10px;
  padding-bottom: 10px;
  border-left: 2px solid #ccc;
}

@media print, screen and (min-width: 769px) {
  #koho-block > .left-col {
    width: 150px;
  }
  #koho-block > .left-col .thumb .list .img-item:first-child {
    margin-top: 0;
  }
  #koho-block > .right-col {
    width: 530px;
  }
  #koho-block > .right-col #kobetsu-downlod-area .box .left-col {
    width: 20%;
  }
  #koho-block > .right-col #kobetsu-downlod-area .box .right-col {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #koho-block > .left-col, #koho-block > .right-col {
    float: none;
  }
  #koho-block > .left-col .thumb li {
    float: left;
    width: 49%;
    margin-left: 2%;
  }
  #koho-block > .left-col .thumb li:nth-child(2n+1) {
    margin-left: 0;
  }
  #koho-block > .right-col .gaiyo {
    margin-top: 20px;
  }
  #koho-block > .right-col #kobetsu-downlod-area .box .left-col {
    width: 25%;
  }
  #koho-block > .right-col #kobetsu-downlod-area .box .right-col {
    width: 75%;
  }
}
/* =========================================================
更新日・ページID
========================================================= */
#update-id-area {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  #update-id-area {
    width: 1000px;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
  }
  #update-id-area:has(.update), #update-id-area:has(.publish-date), #update-id-area:has(.page-number-display) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  #update-id-area {
    font-size: 0.875rem;
    margin: 15px 0;
    flex-direction: column;
    text-align: right;
  }
}

/* =========================================================
SNSシェアボタン
========================================================= */
#social {
  font-size: small;
  clear: both;
  padding-top: 42px;
}
#social #sns-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
#social #sns-list li {
  line-height: 1;
}
#social #sns-list li div {
  line-height: 1;
}

/* =========================================================
ページID
========================================================= */
.page-number-display {
  text-align: right;
  padding-right: 2px;
}

/*==================================
募集ページ用 （0016で使用中）
==================================*/
#boshu-area .boshu-table {
  width: 100%;
}
#boshu-area .status {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  color: #fff;
}
#boshu-area .status.boshuchu {
  background: #952411;
}
#boshu-area .status.boshumae {
  background: #d93600;
}
#boshu-area .status.boshushuryo {
  background: #555;
}

/*==================================
募集一覧ページ用 （1016で使用中）
==================================*/
#boshu-list-area .anchor {
  padding: 10px;
  letter-spacing: -0.5em;
}
#boshu-list-area .anchor > li {
  display: inline-block;
  margin-top: 10px;
  margin-left: 0px;
  letter-spacing: normal;
  vertical-align: top;
  width: -webkit-calc((100% - 0px) / 2);
  width: calc((100% - 0px) / 2);
}
#boshu-list-area .anchor > li:nth-child(-n+2) {
  margin-top: 0;
}
#boshu-list-area .anchor > li:nth-child(2n+1) {
  margin-left: 0;
}
#boshu-list-area .anchor li a {
  display: inline-block;
  background-image: url(../img_sub/v3.2/anchor_arrow.png);
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  #boshu-list-area .anchor li a {
    padding-left: 10px;
    background-position: 0 0.4em;
  }
}
@media screen and (max-width: 768px) {
  #boshu-list-area .anchor li a {
    padding-left: 15px;
    background-position: 0 0.5em;
  }
}
#boshu-list-area .boshu-list .in, #boshu-list-area .boshu-list-other .in {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #ccc;
}
#boshu-list-area .boshu-list .in .title, #boshu-list-area .boshu-list-other .in .title {
  padding-left: 15px;
  background: url(../img_common/arrow01.png) no-repeat left 0.5em;
  font-weight: bold;
}
#boshu-list-area .boshu-list .in .summary, #boshu-list-area .boshu-list-other .in .summary {
  margin-top: 10px;
  padding: 10px;
  background-color: #eee;
}
#boshu-list-area .boshu-list .status, #boshu-list-area .boshu-list-other .status {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  color: #fff;
}
#boshu-list-area .boshu-list .status.boshuchu, #boshu-list-area .boshu-list-other .status.boshuchu {
  background: #952411;
}
#boshu-list-area .boshu-list .status.boshumae, #boshu-list-area .boshu-list-other .status.boshumae {
  background: #d93600;
}
#boshu-list-area .boshu-list .status.boshushuryo, #boshu-list-area .boshu-list-other .status.boshushuryo {
  background: #555;
}

/*==================================
夜間休日当番医ページ用（O/D連携）
==================================*/
.yakankyujitsutobani-table {
  width: 100%;
}
.yakankyujitsutobani-table th {
  width: 15%;
}
.yakankyujitsutobani-table th:first-child {
  width: 15%;
}
.yakankyujitsutobani-table th:last-child {
  width: 55%;
}
.yakankyujitsutobani-table dl {
  overflow: hidden;
  margin: 5px 0 0;
}
.yakankyujitsutobani-table dl dt {
  float: left;
  width: 5em;
  padding: 2px 0;
  border-radius: 3px;
  background: #eee;
  font-weight: bold;
  text-align: center;
}
.yakankyujitsutobani-table dl dd {
  padding: 2px 0 2px 6em;
}
.yakankyujitsutobani-table dl:first-child {
  margin-top: 0;
}

/*==================================
入札ページ用 （0017で使用中）
==================================*/
.nyusatsu-table {
  width: 100%;
}

.nyusatsu-result-table {
  width: 100%;
}

.hatchu-area .status {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 10px;
  border-radius: 3px;
  background: #952411;
  color: #fff;
}

.past-dir-list .level1col2 li {
  background: url(../img_sub/v3.2/list_icon_page.png) no-repeat 10px 0.5em;
}

/*==================================
ローディング
==================================*/
#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

#loading:before {
  content: "";
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-top: -15px;
  margin-left: -15px;
  background: white;
}

#loading:after {
  content: "";
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border: 4px solid #555555;
  border-right: 4px solid white;
  animation: rotate 1s infinite linear;
}

@media screen and (max-width: 768px) {
  #loading {
    z-index: 21;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*==================================
広報誌トップページ用 （1015-2で使用中）
==================================*/
.backnumber-area .this-year-block {
  margin-top: 10px;
}
.backnumber-area .this-year-block .list li dl dd {
  margin-top: 5px;
}
@media print, screen and (min-width: 769px) {
  .backnumber-area .this-year-block .list {
    letter-spacing: -0.5em;
  }
  .backnumber-area .this-year-block .list > li {
    display: inline-block;
    margin-top: 10px;
    margin-left: 20px;
    letter-spacing: normal;
    vertical-align: top;
    width: -webkit-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
  }
  .backnumber-area .this-year-block .list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .backnumber-area .this-year-block .list > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .backnumber-area .this-year-block .list li dl dd .left-col {
    width: 150px;
  }
  .backnumber-area .this-year-block .list li dl dd .left-col img {
    max-width: 100%;
    height: auto;
  }
  .backnumber-area .this-year-block .list li dl dd .right-col {
    width: -webkit-calc(100% - 165px);
    width: calc(100% - 165px);
  }
}
@media screen and (max-width: 768px) {
  .backnumber-area .this-year-block .list li {
    margin-top: 10px;
  }
  .backnumber-area .this-year-block .list li:first-child {
    margin-top: 0;
  }
  .backnumber-area .this-year-block .list li dl dd .left-col {
    width: 35%;
  }
  .backnumber-area .this-year-block .list li dl dd .left-col img {
    max-width: 100%;
    height: auto;
  }
  .backnumber-area .this-year-block .list li dl dd .right-col {
    width: 61%;
  }
}
.backnumber-area .last-year-block {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #42927c;
}
.backnumber-area .last-year-block .list {
  letter-spacing: -0.5em;
}
.backnumber-area .last-year-block .list > li {
  display: inline-block;
  margin-top: 10px;
  margin-left: 20px;
  letter-spacing: normal;
  vertical-align: top;
  width: -webkit-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
}
.backnumber-area .last-year-block .list > li:nth-child(-n+2) {
  margin-top: 0;
}
.backnumber-area .last-year-block .list > li:nth-child(2n+1) {
  margin-left: 0;
}
.backnumber-area .last-year-block .list li a {
  padding-left: 13px;
  background: url(../img_common/common_arrow.png) no-repeat 0 5px;
}
.backnumber-area .last-year-block .list li span {
  background: #eee;
}

/*==================================
入札目次ページ用 （1017で使用中）
==================================*/
.past-list-area {
  margin-top: 20px;
  padding: 0 9px 9px;
  border: 1px solid #eef0f3;
}

@media print, screen and (min-width: 769px) {
  .past-list-area .level1col2 {
    width: 680px;
  }
  .past-list-area .level1col2 li {
    width: 330px;
  }
}
.facility-info-area {
  margin-top: 20px;
}
@media print, screen and (min-width: 769px) {
  .facility-info-area .facility-image-box {
    width: 40%;
    margin-right: 15px;
    float: left;
  }
  .facility-info-area .facility-image-box img {
    max-width: 100%;
    height: auto;
  }
  .facility-info-area .facility-info-box {
    width: 100%;
    float: left;
  }
  .facility-info-area .facility-image-box + .facility-info-box {
    width: 57%;
  }
}
@media screen and (max-width: 768px) {
  .facility-info-area .facility-image-box {
    text-align: center;
    margin-bottom: 20px;
  }
  .facility-info-area .facility-image-box img {
    max-width: 100%;
    height: auto;
  }
}
.facility-info-area .facility-action .link-btn {
  display: inline-block;
  background-color: #bb6699;
  border: 1px solid #cc99bd;
  border-radius: 2px;
}
.facility-info-area .facility-action a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 5px 10px;
}
.facility-info-area .facility-action a:before,
.facility-info-area .facility-action a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 8px;
  background: url(../img_common/arrow_white.png) no-repeat left top;
  vertical-align: middle;
  margin-right: 5px;
}
.facility-info-area .facility-action .link-btn:hover {
  background-color: #dd99bd;
  border: 1px solid #dd99bd;
}
@media screen and (max-width: 768px) {
  .facility-info-area .facility-action {
    text-align: center;
    margin: 20px auto;
  }
}
.facility-info-area .facility-info dl {
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
}
.facility-info-area .facility-info dl dt span {
  position: relative;
  font-weight: bold;
  font-size: 1.25rem;
  display: block;
  padding: 0 0 0 10px;
}
.facility-info-area .facility-info dl dt span::before {
  content: "";
  display: block;
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: calc(100% - 8px);
  width: 3px;
  background-color: #9bce6e;
}
.facility-info-area .facility-info dl dd {
  padding: 10px 14px 18px 10px;
}
.facility-info-area .facility-info dl dd .txt {
  display: block;
  font-weight: bold;
}

.facility-guide-area .introduction {
  margin: 10px auto;
  display: flex;
  gap: 15px;
}
@media print, screen and (min-width: 769px) {
  .facility-guide-area .introduction .facility-image-box {
    width: 40%;
    margin-right: 15px;
    float: left;
  }
  .facility-guide-area .introduction .facility-image-box img {
    max-width: 100%;
    height: auto;
  }
  .facility-guide-area .introduction .facility-info-box {
    width: 100%;
    float: left;
  }
  .facility-guide-area .introduction .facility-image-box + .facility-info-box {
    width: 57%;
  }
}
@media screen and (max-width: 768px) {
  .facility-guide-area .introduction .facility-image-box {
    text-align: center;
    margin-bottom: 20px;
  }
  .facility-guide-area .introduction .facility-image-box img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .facility-guide-area .introduction {
    flex-direction: column;
    gap: 0;
  }
}
.facility-guide-area .introduction::after {
  content: none;
}

/*==================================
簡易オープンデータ検索用 （1020で使用中）
==================================*/
.simple-od-counter-area {
  margin-top: 1em;
}
.simple-od-counter-area dl {
  border-bottom: 1px solid #ccc;
  display: table;
}
.simple-od-counter-area dl .title {
  display: table-cell;
  font-weight: bold;
  padding: 0 10px;
  vertical-align: middle;
}
.simple-od-counter-area dl .title span {
  padding-left: 10px;
  border-left: 6px solid #ccc;
}
.simple-od-counter-area dl .count {
  display: table-cell;
  font-size: 250%;
  padding: 0.1em 0.5em;
  color: #999999;
  background-color: #fff;
  font-weight: bold;
}

.simple-od-search-box {
  background: #eee;
  padding: 10px;
  margin-top: 1em;
}
.simple-od-search-box dt {
  font-weight: bold;
  padding-left: 10px;
  border-left: 6px solid #ccc;
  margin: 1em 0 0.8em;
}
.simple-od-search-box dd label {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.simple-od-search-box dd .input-container {
  padding: 0 1em 1em;
}
.simple-od-search-box dd .input-button {
  border-top: 1px solid #fff;
}

.simple-od-search-result {
  margin: 1em 0 2em;
}
.simple-od-search-result caption {
  font-weight: bold;
  padding-left: 10px;
  border-left: 6px solid #ccc;
  margin: 1em 0 0.8em;
}
.simple-od-search-result .simple-od-search-no-result {
  padding: 2em 1em 2em 1.2em;
  border: 1px solid #ccc;
  background: #eee;
}

/*==================================
簡易オープンデータ詳細用 （0020で使用中）
==================================*/
.simple-od-addinfo-area {
  margin: 1em 0 2em;
}
.simple-od-addinfo-area caption {
  font-weight: bold;
  padding-left: 10px;
  border-left: 6px solid #ccc;
  margin: 1em 0 0.8em;
}

/*==================================
簡易アンケートフォーム用　（詳細ページ）
==================================*/
.simple-enquete .col-area {
  border: 3px solid #d6d6d6;
  border-radius: 5px;
  padding: 18px 20px 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .simple-enquete .col-area {
    gap: 0;
  }
}
.simple-enquete .title {
  background-color: transparent;
  padding: 0 0 12px;
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: 1px solid #d6d6d6;
  margin-top: 0 !important;
  border-radius: 0;
  width: 100%;
}
.simple-enquete form {
  margin-top: 18px;
}
.simple-enquete form .box + .box {
  margin-top: 32px;
}
.simple-enquete form .box .question {
  font-weight: bold;
  margin-bottom: 16px;
}
.simple-enquete form .box .answer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.simple-enquete form .box .answer label {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
}
.simple-enquete form input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  margin: 0;
  margin-left: 10px;
}
.simple-enquete form input[type=radio]:checked {
  border: 1px solid #674545;
}
.simple-enquete form input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #674545;
  content: "";
}
.simple-enquete form textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 100px;
  border: 1px solid #999999;
  border-radius: 8px;
  padding: 10px;
}
.simple-enquete form .item {
  margin: 24px auto 0;
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .simple-enquete form .item {
    width: fit-content;
    min-width: 200px;
  }
}
.simple-enquete form .item::after {
  content: "";
  position: absolute;
  background-color: #333333;
  inset: 0;
  clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
  transform: rotate(90deg);
  width: 11px;
  height: 11px;
}
@media print, screen and (min-width: 769px) {
  .simple-enquete form .item::after {
    margin: auto 8px auto auto;
  }
}
@media screen and (max-width: 768px) {
  .simple-enquete form .item::after {
    margin: auto 11px auto auto;
  }
}
.simple-enquete form input[type=submit] {
  cursor: pointer;
  box-sizing: border-box;
  width: fit-content;
  padding: 8px 30px;
  border: none;
  background-color: #9bce6e;
  color: #333333;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: fit-content;
  min-height: 44px;
  min-width: 200px;
}
.simple-enquete form input[type=submit]:hover {
  background-position: right 4px center;
}
.simple-enquete form input[type=submit]:hover, .simple-enquete form input[type=submit]:active, .simple-enquete form input[type=submit]:focus {
  background-color: rgb(146.8556701031, 202.0092783505, 98.1907216495);
}

@media screen and (max-width: 768px) {
  .simple-enquete form input[type=submit] {
    width: 100%;
    padding: 7px 30px;
    font-size: 0.875rem;
  }
}
.recommender-wrapper .dv_rc_img {
  display: none;
}
.recommender-wrapper .dv_rc_description {
  display: none;
}
.recommender-wrapper .dv_rc_price {
  display: none;
}

.movie-area {
  margin-top: 48px;
}

.list-update-datetime {
  display: block;
  font-size: 0.875rem;
}

.page .description, .dir .description {
  word-break: break-all;
}

html[data-bgcolor=color_black] {
  /* よくあるご質問詳細ページ */
  /* よくあるご質問詳細ページ 0009_2 */
}
html[data-bgcolor=color_black] body, html[data-bgcolor=color_black] p, html[data-bgcolor=color_black] div, html[data-bgcolor=color_black] table, html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] h3, html[data-bgcolor=color_black] h4, html[data-bgcolor=color_black] h5, html[data-bgcolor=color_black] h6, html[data-bgcolor=color_black] ul, html[data-bgcolor=color_black] ol, html[data-bgcolor=color_black] li, html[data-bgcolor=color_black] td, html[data-bgcolor=color_black] th, html[data-bgcolor=color_black] dt, html[data-bgcolor=color_black] dd, html[data-bgcolor=color_black] dl, html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] dt, html[data-bgcolor=color_black] caption, html[data-bgcolor=color_black] section, html[data-bgcolor=color_black] span, html[data-bgcolor=color_black] header, html[data-bgcolor=color_black] footer, html[data-bgcolor=color_black] nav {
  background-color: #000 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}
html[data-bgcolor=color_black] a {
  background-color: #000 !important;
  color: #FFFF00 !important;
}
html[data-bgcolor=color_black] a:visited {
  color: #f5c77b !important;
}
html[data-bgcolor=color_black] a:hover {
  color: #f5c77b !important;
}
html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] h3, html[data-bgcolor=color_black] h4, html[data-bgcolor=color_black] h5, html[data-bgcolor=color_black] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}
html[data-bgcolor=color_black] h5 {
  padding: 10px 0px;
}
html[data-bgcolor=color_black] .wysiwyg .text_ {
  color: #ffdbea !important;
}
html[data-bgcolor=color_black] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}
html[data-bgcolor=color_black] #pdf-download {
  color: #333 !important;
}
html[data-bgcolor=color_black] #header-logo img, html[data-bgcolor=color_black] #sp-header-logo img,
html[data-bgcolor=color_black] #header-subnav .list li a,
html[data-bgcolor=color_black] #header-size .title img,
html[data-bgcolor=color_black] #header-color .title img,
html[data-bgcolor=color_black] header .header-subnav-in li img,
html[data-bgcolor=color_black] #footer-logo img,
html[data-bgcolor=color_black] #footer-character img {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .side-nav-list {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] .side-nav-list li span {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] #keyword-area {
  background: transparent !important;
}
html[data-bgcolor=color_black] .toiawase .title, html[data-bgcolor=color_black] .toiawase .in {
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .toiawase .in {
  border-top: none;
}
html[data-bgcolor=color_black] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor=color_black] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .gsst_a .gscb_a {
  color: inherit !important;
}
html[data-bgcolor=color_black] .faq-answer-area {
  background-image: url(../img_sub/v3.2/h2_faq_title_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .faq-block .faq-q-title::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .faq-block .faq-answer-area {
  background-image: none !important;
  background-color: inherit !important;
}
html[data-bgcolor=color_black] #pankuzu .in {
  background-image: url(../img_sub/v3.2/pankuzu_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] #ashiato .in {
  background-image: url(../img_sub/v3.2/ashiato_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .anchor ul li a::after, html[data-bgcolor=color_black] .detail a::after, html[data-bgcolor=color_black] .page a::after, html[data-bgcolor=color_black] .dir a::after,
html[data-bgcolor=color_black] .link-item .icon1::after, html[data-bgcolor=color_black] .link-item .icon2::after,
html[data-bgcolor=color_black] #side-nav .side-nav-list li a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .page a, html[data-bgcolor=color_black] .dir a, html[data-bgcolor=color_black] .table td, html[data-bgcolor=color_black] .table th {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .toiawase .mail a {
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_black] .toiawase .mail a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] #side-nav .side-nav-list {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .attend-container {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .attend-container .attend-list li a::before {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=radio] {
  border-color: #fff;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=radio]:checked:before {
  background: #fff;
}
html[data-bgcolor=color_black] .simple-enquete form .item::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=submit] {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .event-search-area .box2 label::after, html[data-bgcolor=color_black] .event-search-area .event-search-term label::after, html[data-bgcolor=color_black] .recruit-event-search-area .box2 label::after, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term label::after {
  border-right: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
}
html[data-bgcolor=color_black] .event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .event-search-area .event-search-term input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::before {
  background: #fff !important;
  border: 1px solid #231815;
}
html[data-bgcolor=color_black] .event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .event-search-area .event-search-term input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::after {
  opacity: 1;
  background: #fff !important;
}
html[data-bgcolor=color_black] .scroll-hint-icon-wrap {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] .scroll-hint-icon-wrap .scroll-hint-icon-white::before, html[data-bgcolor=color_black] .scroll-hint-icon-wrap .scroll-hint-icon-white::after {
  filter: invert(1);
}
html[data-bgcolor=color_black] .mv-container .mv-contents .splide.mv-slide .splide__toggle.is-active span {
  background-image: url(../img_top/icon_slide_stop.png) !important;
}
html[data-bgcolor=color_black] .mv-container .mv-contents .splide.mv-slide .splide__toggle span {
  background-image: url(../img_top/icon_slide_start.png) !important;
}
html[data-bgcolor=color_black] .links .splide.link-slide .splide__toggle.is-active span {
  background-image: url(../img_top/icon_slide_stop.png) !important;
}
html[data-bgcolor=color_black] .links .splide.link-slide .splide__toggle span {
  background-image: url(../img_top/icon_slide_start.png) !important;
}
html[data-bgcolor=color_black] .sns .sns-list .item .item-img img {
  background-color: #ffffff;
}
html[data-bgcolor=color_black] footer .footer-container .footer-logo img {
  background-color: #ffffff !important;
}

html[data-bgcolor=color_blue] {
  /* よくあるご質問詳細ページ */
  /* よくあるご質問詳細ページ 0009_2 */
}
html[data-bgcolor=color_blue] body, html[data-bgcolor=color_blue] p, html[data-bgcolor=color_blue] div, html[data-bgcolor=color_blue] table, html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] h3, html[data-bgcolor=color_blue] h4, html[data-bgcolor=color_blue] h5, html[data-bgcolor=color_blue] h6, html[data-bgcolor=color_blue] ul, html[data-bgcolor=color_blue] ol, html[data-bgcolor=color_blue] li, html[data-bgcolor=color_blue] td, html[data-bgcolor=color_blue] th, html[data-bgcolor=color_blue] dt, html[data-bgcolor=color_blue] dd, html[data-bgcolor=color_blue] dl, html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] dt, html[data-bgcolor=color_blue] caption, html[data-bgcolor=color_blue] section, html[data-bgcolor=color_blue] span, html[data-bgcolor=color_blue] header, html[data-bgcolor=color_blue] footer, html[data-bgcolor=color_blue] nav {
  background-color: #005795 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}
html[data-bgcolor=color_blue] a {
  background-color: #005795 !important;
  color: #FFFF00 !important;
}
html[data-bgcolor=color_blue] a:visited {
  color: #f5c77b !important;
}
html[data-bgcolor=color_blue] a:hover {
  color: #f5c77b !important;
}
html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] h3, html[data-bgcolor=color_blue] h4, html[data-bgcolor=color_blue] h5, html[data-bgcolor=color_blue] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}
html[data-bgcolor=color_blue] h5 {
  padding: 10px 0px;
}
html[data-bgcolor=color_blue] .wysiwyg .text_ {
  color: #ffdbea !important;
}
html[data-bgcolor=color_blue] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}
html[data-bgcolor=color_blue] #pdf-download {
  color: #333 !important;
}
html[data-bgcolor=color_blue] #header-logo img, html[data-bgcolor=color_blue] #sp-header-logo img,
html[data-bgcolor=color_blue] #header-subnav .list li a,
html[data-bgcolor=color_blue] #header-size .title img,
html[data-bgcolor=color_blue] #header-color .title img,
html[data-bgcolor=color_blue] header .header-subnav-in li img,
html[data-bgcolor=color_blue] #footer-logo img,
html[data-bgcolor=color_blue] #footer-character img {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .side-nav-list {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] .side-nav-list li span {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] #keyword-area {
  background: transparent !important;
}
html[data-bgcolor=color_blue] .toiawase .title, html[data-bgcolor=color_blue] .toiawase .in {
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .toiawase .in {
  border-top: none;
}
html[data-bgcolor=color_blue] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor=color_blue] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .gsst_a .gscb_a {
  color: inherit !important;
}
html[data-bgcolor=color_blue] .faq-answer-area {
  background-image: url(../img_sub/v3.2/h2_faq_title_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .faq-block .faq-q-title::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .faq-block .faq-answer-area {
  background-image: none !important;
  background-color: inherit !important;
}
html[data-bgcolor=color_blue] #pankuzu .in {
  background-image: url(../img_sub/v3.2/pankuzu_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] #ashiato .in {
  background-image: url(../img_sub/v3.2/ashiato_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .anchor ul li a::after, html[data-bgcolor=color_blue] .detail a::after, html[data-bgcolor=color_blue] .page a::after, html[data-bgcolor=color_blue] .dir a::after,
html[data-bgcolor=color_blue] .link-item .icon1::after, html[data-bgcolor=color_blue] .link-item .icon2::after,
html[data-bgcolor=color_blue] #side-nav .side-nav-list li a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .page a, html[data-bgcolor=color_blue] .dir a, html[data-bgcolor=color_blue] .table td, html[data-bgcolor=color_blue] .table th {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .toiawase .mail a {
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_blue] .toiawase .mail a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] #side-nav .side-nav-list {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .attend-container {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .attend-container .attend-list li a::before {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=radio] {
  border-color: #fff;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=radio]:checked:before {
  background: #fff;
}
html[data-bgcolor=color_blue] .simple-enquete form .item::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=submit] {
  background-color: #005795 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .event-search-area .box2 label::after, html[data-bgcolor=color_blue] .event-search-area .event-search-term label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term label::after {
  border-right: 2px solid #005795 !important;
  border-bottom: 2px solid #005795 !important;
}
html[data-bgcolor=color_blue] .event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .event-search-area .event-search-term input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::before {
  background: #fff !important;
  border: 1px solid #231815;
}
html[data-bgcolor=color_blue] .event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .event-search-area .event-search-term input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::after {
  opacity: 1;
  background: #fff !important;
}
html[data-bgcolor=color_blue] .scroll-hint-icon-wrap {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] .scroll-hint-icon-wrap .scroll-hint-icon-white::before, html[data-bgcolor=color_blue] .scroll-hint-icon-wrap .scroll-hint-icon-white::after {
  filter: invert(1);
}
html[data-bgcolor=color_blue] .mv-container .mv-contents .splide.mv-slide .splide__toggle.is-active span {
  background-image: url(../img_top/icon_slide_stop.png) !important;
}
html[data-bgcolor=color_blue] .mv-container .mv-contents .splide.mv-slide .splide__toggle span {
  background-image: url(../img_top/icon_slide_start.png) !important;
}
html[data-bgcolor=color_blue] .links .splide.link-slide .splide__toggle.is-active span {
  background-image: url(../img_top/icon_slide_stop.png) !important;
}
html[data-bgcolor=color_blue] .links .splide.link-slide .splide__toggle span {
  background-image: url(../img_top/icon_slide_start.png) !important;
}
html[data-bgcolor=color_blue] .sns .sns-list .item .item-img img {
  background-color: #ffffff;
}
html[data-bgcolor=color_blue] footer .footer-container .footer-logo img {
  background-color: #ffffff !important;
}