@charset "UTF-8";
:root {
  --col-list-gap-pc: 20px;
  --col-list-gap-sp: 2.6vw;
  --slider-border-radius-pc: 20px;
  --slider-border-radius-sp: 2.6vw;
  --banner-border-radius-pc: 0;
  --banner-border-radius-sp: 0;
  --link-border-radius-pc: 0;
  --link-border-radius-sp: 0;
  --news-radius-pc: 20px;
  --news-radius-sp: 2.6vw;
}

@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
/*
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: 180%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #1e4fb6;
  text-decoration: underline;
}

a:visited {
  color: #1e4fb6;
  text-decoration: underline;
}

a:hover {
  color: #1e4fb6;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: inherit;
  color: #1e4fb6;
}

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: #ccc;
  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: calc(5em - 80px + 210px) !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: 2px solid #E7EAEF !important;
    border-radius: 3px 0px 0px 3px !important;
  }
}
@media screen and (max-width: 768px) {
  .gsc-input-box {
    border: 2px solid #E7EAEF !important;
    border-radius: 3px 0px 0px 3px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 28px;
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: calc(10.66vw - 2px);
    font-size: 1.7rem !important;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 28px;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 30px;
    }
  }
  td.gsc-search-button {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: calc(10.66vw - 2px);
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: calc(10.66vw + 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: #564B44 !important;
    width: 50px !important;
    border: 2px solid #564B44 !important;
    border-radius: 0px 3px 3px 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #564B44 !important;
    width: 10.66vw !important;
    border: 2px solid #564B44 !important;
    border-radius: 0px 3px 3px 0px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 13px !important;
    height: 13px !important;
  }
}
@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 4.26vw !important;
    height: 4.26vw !important;
  }
}

.dummy-search-area {
  box-sizing: border-box;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .dummy-search-area {
    width: calc(5em - 80px + 210px);
  }
}
@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: 2px solid #E7EAEF;
    border-right: none;
    height: 30px;
    width: calc(100% - 50px);
    border-radius: 3px 0px 0px 3px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search {
    border: 2px solid #E7EAEF;
    border-right: none;
    height: 10.66vw;
    width: calc(100% - 10.66vw);
    border-radius: 3px 0px 0px 3px;
    font-size: 1rem;
  }
}

.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: #564B44;
    flex-basis: 50px;
    width: 50px;
    height: 30px;
    border: 2px solid #564B44;
    border-left: none;
    border-radius: 0px 3px 3px 0px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-btn {
    background-color: #564B44;
    flex-basis: 10.66vw;
    width: 10.66vw;
    height: 10.66vw;
    border: 2px solid #564B44;
    border-left: none;
    border-radius: 0px 3px 3px 0px;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .dummy-search-btn svg {
    width: 13px;
    height: 13px;
    fill: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-btn svg {
    width: 4.26vw;
    height: 4.26vw;
    fill: #ffffff;
  }
}

.dummy-search {
  font-size: 1rem;
}

.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: #1c4153;
  display: block;
  text-decoration: none;
}
#smartphone .wrap {
  align-items: center;
  background-color: #d9f6f5;
  border: 2px solid #a1cae0;
  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: #36447f;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}
#smartphone .wrap .ico:after {
  border-left: 12px solid #fff;
  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;
  }
}
#page-number-search input, #page-number-search button {
  font-size: 100%;
}

#header, #footer, #side-nav {
  overflow-wrap: anywhere;
}

.gsst_a .gscb_a {
  color: #333 !important;
}

.scheme1 {
  background-color: #36447f;
  text-align: center;
}

.scheme2 {
  border: 1px solid #eef9ff;
  text-align: center;
}

.scheme3 {
  background-color: #fff;
  text-align: center;
}

.scheme4 {
  background-color: #d9f6f5;
  text-align: center;
}

.scheme5 {
  border: 2px solid #a1cae0;
  text-align: center;
}

.scheme6 {
  background-color: #1c4153;
  text-align: center;
}

.scheme7 {
  background-color: #F3F3F3;
  text-align: center;
}

.scheme8 {
  background-color: #36447f;
  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;
}

#header-print,
#header-print *,
#header-print *::before,
#header-print *::after {
  box-sizing: border-box;
}

div[class^=b-99] #header-print, div[class^=b-99] #footer-print {
  display: block !important;
}
div[class^=b-99] iframe {
  width: 100%;
}
div[class^=b-99] #header-print.overlap {
  position: relative;
}
div[class^=b-99] #header-print.overlap #header {
  background-color: transparent;
  position: absolute;
  z-index: 100;
  width: 100%;
}
div[class^=b-99] #header-print.overlap .header-subnav-area {
  padding: 0;
}
div[class^=b-99] #header-print.overlap .box-intro {
  margin: 30px auto 0;
}
div[class^=b-99] .box-intro {
  margin: 0 auto !important;
  padding: 30px 0;
}
div[class^=b-99] .overlap #sp-header {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
}
div[class^=b-99] #header-logo {
  width: fit-content;
  margin: 0 auto;
}
div[class^=b-99] #header-logo img {
  max-width: 397px;
}
div[class^=b-99] #sp-header-logo img {
  max-width: 66.6666666667vw;
}

@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-color: #fff;
  }
  #header .header-subnav-area {
    align-items: center;
    margin: 0 auto;
  }
  #header .header-subnav-area .box-support {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 5px 10px;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.8);
    width: fit-content;
    padding: 5px 20px;
    border-radius: 0 0 0 10px;
  }
  #header .header-subnav-area .box-support a {
    display: block;
    color: #333;
  }
  #header .header-subnav-area .header-size,
  #header .header-subnav-area .header-color {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  #header .header-subnav-area .header-size button,
  #header .header-subnav-area .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    padding: 0;
    position: relative;
  }
  #header .header-subnav-area .header-size button:focus, #header .header-subnav-area .header-size button:focus-visible,
  #header .header-subnav-area .header-color button:focus,
  #header .header-subnav-area .header-color button:focus-visible {
    outline: none;
  }
  #header .header-subnav-area .header-size button:focus::before, #header .header-subnav-area .header-size button:focus-visible::before,
  #header .header-subnav-area .header-color button:focus::before,
  #header .header-subnav-area .header-color button:focus-visible::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: calc(4px * 0.5);
    left: calc(4px * 0.5);
    margin: auto;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 2px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
  #header .header-subnav-area .header-size .title,
  #header .header-subnav-area .header-color .title {
    font-size: 87.5%;
    margin-right: 0px;
    line-height: 1.2;
    text-align: center;
    color: #1c4153;
  }
  #header .header-subnav-area .header-size dd,
  #header .header-subnav-area .header-color dd {
    line-height: 1;
    min-height: 35px;
  }
  #header .header-subnav-area .header-size dd + dd,
  #header .header-subnav-area .header-color dd + dd {
    margin-left: 0px;
  }
  #header .header-subnav-area .header-size dd img,
  #header .header-subnav-area .header-color dd img {
    cursor: pointer;
  }
  #header .header-subnav-area .header-size dd img:hover,
  #header .header-subnav-area .header-color dd img:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .header-size .normal-on,
  #header .header-subnav-area .header-size .normal-off,
  #header .header-subnav-area .header-size .big-on,
  #header .header-subnav-area .header-size .big-off {
    display: block;
    border-radius: 5px;
    border-style: solid;
    border-color: #1c4153;
    border-width: 1px;
    color: #1c4153;
  }
  #header .header-subnav-area .header-size .normal-on.hide,
  #header .header-subnav-area .header-size .normal-off.hide,
  #header .header-subnav-area .header-size .big-on.hide,
  #header .header-subnav-area .header-size .big-off.hide {
    display: none;
  }
  #header .header-subnav-area .header-size .normal-on span,
  #header .header-subnav-area .header-size .normal-off span,
  #header .header-subnav-area .header-size .big-on span,
  #header .header-subnav-area .header-size .big-off span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px 0px;
    min-height: 38px;
    line-height: 1;
    text-decoration: none;
    font-size: 1rem;
  }
  #header .header-subnav-area .header-size .normal-on span:hover,
  #header .header-subnav-area .header-size .normal-off span:hover,
  #header .header-subnav-area .header-size .big-on span:hover,
  #header .header-subnav-area .header-size .big-off span:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .header-size .normal-on span span,
  #header .header-subnav-area .header-size .normal-off span span,
  #header .header-subnav-area .header-size .big-on span span,
  #header .header-subnav-area .header-size .big-off span span {
    line-height: 1;
    background-color: inherit !important;
    color: inherit !important;
  }
  #header .header-subnav-area .header-size .normal-on,
  #header .header-subnav-area .header-size .big-on {
    background-color: #353a42;
    color: #fff;
  }
  #header .header-subnav-area .header-size .normal-off,
  #header .header-subnav-area .header-size .big-off {
    background-color: #fff;
  }
  #header .header-subnav-area .header-color dd a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px 5px;
    line-height: 1;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    min-height: 38px;
    position: relative;
    color: #1c4153;
  }
  #header .header-subnav-area .header-color dd a:focus, #header .header-subnav-area .header-color dd a:focus-visible {
    outline: none;
  }
  #header .header-subnav-area .header-color dd a:focus::before, #header .header-subnav-area .header-color dd a:focus-visible::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: calc(2px * 0.5);
    left: calc(2px * 0.5);
    margin: auto;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 2px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
  #header .header-subnav-area .header-color dd a:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .header-color dd a span {
    background-color: inherit !important;
    color: inherit !important;
  }
  #header .header-subnav-area .header-color .item a {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #0f2962;
    outline: 1px solid #fff;
  }
  #header .header-subnav-area .header-color .item2 a {
    background-color: #0074be !important;
    color: #fff !important;
    border-color: #0f2962;
    outline: 1px solid #fff;
  }
  #header .header-subnav-area .header-color .item3 {
    border-color: #B0B0B0;
  }
  #header .header-subnav-area .header-color .item3 a {
    background-color: #fff !important;
    color: #353a42 !important;
    border-color: #0f2962;
    outline: 1px solid #fff;
  }
  #header .header-subnav-area .third-party a {
    background: #fff;
    text-align: center;
    line-height: 1;
    font-size: 1rem;
    border-radius: 3px;
    border: solid 1px #1c4153;
    text-decoration: none;
    padding: 0px 10px 2px;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .header-subnav-area .third-party a:hover {
    text-decoration: underline;
  }
  #header .header-subnav-area .third-party.is-hide {
    display: none;
  }
  #header .header-subnav-area .third-party a span, #header .header-subnav-area .third-party button span {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 20px;
    line-height: 1;
  }
  #header .header-subnav-area .third-party.ruby a span {
    background-image: url(../img_common/icon_ruby.png);
    background-size: 15px 19px;
  }
  #header .header-subnav-area .third-party.yasashii a span {
    background-image: url(../img_common/icon_yasashii.png);
    background-size: 14px 14px;
  }
  #header .header-subnav-area .third-party.yomiage a span {
    padding-left: 22px;
    background-image: url(../img_common/icon_yomiage.png);
    background-size: 17px 11px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-lang-wrapper .title {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-lang-wrapper .lang-error {
    color: #ee0000;
  }
  #header .header-subnav-area .header-lang {
    display: flex;
    /* ie対応 */
  }
  #header .header-subnav-area .header-lang select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #header .header-subnav-area .header-lang select::-ms-expand {
    display: none;
  }
  #header .header-subnav-area .header-lang .lang-select {
    padding: 3px 25px 3px 30px;
    border-radius: 3px 0 0 3px;
    border: solid 1px #1c4153;
    border-right: none;
    background-image: url(../img_common/icon_lang.png), url(../img_common/icon_lang_arrow.png);
    background-color: #fff;
    background-repeat: no-repeat, no-repeat;
    background-position: left 10px center, right 10px center;
    background-size: 14px, 8px;
    min-height: 38px;
    font-size: 1rem;
    color: #333;
    appearance: none;
  }
  #header .header-subnav-area .header-lang .btn-lang-select {
    color: #fff;
    min-height: 30px;
    padding: 3px 17px;
    font-weight: bold;
    background: #1c4153;
    border-radius: 0 3px 3px 0;
    line-height: 1;
    font-size: 0.75rem;
    cursor: pointer;
    border: none;
  }
  #header .header-subnav-area .header-lang .btn-lang-select:hover, #header .header-subnav-area .header-lang .btn-lang-select:focus {
    opacity: 0.85;
  }
  #header .header-subnav-area .header-page-number-search #number-search-container *, #header .header-subnav-area .header-page-number-search #number-search-container *::before, #header .header-subnav-area .header-page-number-search #number-search-container *::after, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container *, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container *::before, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container *::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container *, #header .header-subnav-area .header-page-number-search #sp-number-search-container *::before, #header .header-subnav-area .header-page-number-search #sp-number-search-container *::after {
    box-sizing: border-box;
  }
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap {
    display: flex;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap {
    width: calc(5em - 80px + 210px);
    gap: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap {
    width: 100%;
    gap: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap label, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap label {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
  }
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 10.66vw);
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 10.66vw;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap input[type=text] {
    width: 100%;
    padding: 10px 0 10px 13px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap input[type=text] {
    border: 2px solid #E7EAEF;
    border-right: none;
    border-radius: 3px 0px 0px 3px;
    height: 30px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap input[type=text] {
    border: 2px solid #E7EAEF;
    border-right: none;
    border-radius: 3px 0px 0px 3px;
    height: 10.66vw;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 2px solid #564B44;
    border-left: none;
    border-radius: 0px 3px 3px 0px;
    background-color: #564B44;
    width: 50px;
    height: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 2px solid #564B44;
    border-left: none;
    border-radius: 0px 3px 3px 0px;
    background-color: #564B44;
    width: 10.66vw;
    height: 10.66vw;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    clip-path: polygon(21.69% 24.41%, 20.35% 26.06%, 19.18% 27.87%, 18.12% 29.9%, 17.39% 31.94%, 16.85% 34.07%, 16.48% 36.48%, 16.46% 39.04%, 16.69% 41.55%, 17.14% 43.85%, 17.72% 45.78%, 18.57% 47.98%, 19.59% 49.91%, 20.76% 51.74%, 22.03% 53.36%, 23.36% 54.85%, 25.08% 56.37%, 26.93% 57.75%, 28.81% 58.84%, 30.74% 59.72%, 33.07% 60.33%, 35.1% 60.7%, 37.38% 60.92%, 39.37% 60.93%, 41.98% 60.66%, 44.52% 60.17%, 46.66% 59.48%, 48.31% 58.76%, 50.1% 57.78%, 51.58% 56.77%, 52.95% 55.68%, 53.79% 54.88%, 54.34% 54.34%, 94.61% 94.61%, 89.9% 99%, 62.61% 72.02%, 62.61% 66.88%, 61.76% 66.05%, 59.89% 67.58%, 57.49% 69.21%, 55.34% 70.42%, 52.57% 71.91%, 49.77% 72.84%, 47.16% 73.61%, 43.77% 74.17%, 40.36% 74.48%, 36.79% 74.47%, 33.89% 74.24%, 30.69% 73.66%, 27.25% 72.79%, 23.53% 71.39%, 19.93% 69.42%, 16.93% 67.46%, 13.57% 64.57%, 10.52% 61.3%, 8.12% 58.07%, 6.24% 54.71%, 4.72% 51.31%, 3.72% 47.79%, 3.11% 44.85%, 2.69% 41.66%, 2.6% 38.44%, 2.68% 36.45%, 2.8% 34.73%, 3.04% 32.91%, 3.32% 31.43%, 3.63% 29.82%, 3.96% 28.4%, 4.47% 26.91%, 4.93% 25.43%, 5.72% 23.7%, 6.43% 22.1%, 7.78% 19.8%, 9.14% 17.79%, 10.71% 15.76%, 12.37% 13.93%, 13.93% 12.37%, 15.76% 10.71%, 17.79% 9.14%, 19.8% 7.78%, 22.1% 6.43%, 23.7% 5.72%, 25.43% 4.93%, 26.91% 4.47%, 28.4% 3.96%, 29.82% 3.63%, 31.43% 3.32%, 32.91% 3.04%, 34.73% 2.8%, 36.45% 2.68%, 38.44% 2.6%, 41.66% 2.69%, 44.85% 3.11%, 47.79% 3.72%, 51.31% 4.72%, 54.71% 6.24%, 58.07% 8.12%, 61.3% 10.52%, 64.57% 13.57%, 67.46% 16.93%, 69.42% 19.93%, 71.39% 23.53%, 72.79% 27.25%, 73.66% 30.69%, 74.24% 33.89%, 74.47% 36.79%, 74.48% 40.36%, 74.17% 43.77%, 73.61% 47.16%, 72.84% 49.77%, 71.91% 52.57%, 70.42% 55.34%, 69.21% 57.49%, 67.58% 59.89%, 66.05% 61.76%, 66.88% 62.61%, 72.02% 62.61%, 99% 89.9%, 94.61% 94.61%, 54.34% 54.34%, 54.88% 53.79%, 55.68% 52.95%, 56.77% 51.58%, 57.78% 50.1%, 58.76% 48.31%, 59.48% 46.66%, 60.17% 44.52%, 60.66% 41.98%, 60.93% 39.37%, 60.92% 37.38%, 60.7% 35.1%, 60.33% 33.07%, 59.72% 30.74%, 58.84% 28.81%, 57.75% 26.93%, 56.37% 25.08%, 54.85% 23.36%, 53.36% 22.03%, 51.74% 20.76%, 49.91% 19.59%, 47.98% 18.57%, 45.78% 17.72%, 43.85% 17.14%, 41.55% 16.69%, 39.04% 16.46%, 36.48% 16.48%, 34.07% 16.85%, 31.94% 17.39%, 29.9% 18.12%, 27.87% 19.18%, 26.06% 20.35%, 24.41% 21.69%);
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 4.26vw;
    height: 4.26vw;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .box-intro {
    display: flex;
    width: 1000px;
    justify-content: space-between;
  }
  #header .header-subnav-area #header-logo {
    height: fit-content;
  }
  #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 .header-space {
    width: 500px;
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #header .header-subnav-area .header-space .free-area {
    background: rgba(255, 255, 255, 0.75);
    padding: 10px;
    border-radius: 3px;
  }
  #header .header-subnav-area .header-space .image-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--col-list-gap-pc);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-space .image-list {
    gap: var(--col-list-gap-sp);
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-space .image-list a {
    color: #333;
    text-decoration: none;
  }
  #header .header-subnav-area .header-space .image-list a:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-space .image-list .item {
    width: 100%;
  }
  #header .header-subnav-area .header-space .image-list.pc-col-1 .item {
    width: 100%;
  }
  #header .header-subnav-area .header-space .image-list.pc-col-2 .item {
    width: calc((100% - var(--col-list-gap-pc) * 1) / 2);
  }
  #header .header-subnav-area .header-space .image-list.pc-col-3 .item {
    width: calc((100% - var(--col-list-gap-pc) * 2) / 3);
  }
  #header .header-subnav-area .header-space .image-list.pc-col-4 .item {
    width: calc((100% - var(--col-list-gap-pc) * 3) / 4);
  }
  #header .header-subnav-area .header-space .image-list.pc-col-5 .item {
    width: calc((100% - var(--col-list-gap-pc) * 4) / 5);
  }
  #header .header-subnav-area .header-space .image-list.pc-col-6 .item {
    width: calc((100% - var(--col-list-gap-pc) * 5) / 6);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-space .image-list .item {
    width: 100%;
  }
  #header .header-subnav-area .header-space .image-list.sp-col-1 .item {
    width: 100%;
  }
  #header .header-subnav-area .header-space .image-list.sp-col-2 .item {
    width: calc((100% - var(--col-list-gap-sp) * 1) / 2);
  }
  #header .header-subnav-area .header-space .image-list.sp-col-3 .item {
    width: calc((100% - var(--col-list-gap-sp) * 2) / 3);
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-space .image-list .item {
    text-align: center;
    box-sizing: border-box;
  }
  #header .header-subnav-area .header-space .image-list .item .item-img img {
    width: 100%;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-space .image-list .item .item-txt p {
    margin-top: 15px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-space .image-list .item .item-txt p {
    margin-top: 2vw;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-space .image-list .item a {
    display: block;
  }
  #header .header-subnav-area .header-space .image-list {
    justify-content: flex-end;
  }
  #header .header-subnav-area .header-space .link-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--col-list-gap-pc);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-space .link-list {
    gap: var(--col-list-gap-sp);
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-space .link-list a {
    color: #333;
    text-decoration: none;
  }
  #header .header-subnav-area .header-space .link-list a:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-space .link-list .item {
    width: 100%;
  }
  #header .header-subnav-area .header-space .link-list.pc-col-1 .item {
    width: 100%;
  }
  #header .header-subnav-area .header-space .link-list.pc-col-2 .item {
    width: calc((100% - var(--col-list-gap-pc) * 1) / 2);
  }
  #header .header-subnav-area .header-space .link-list.pc-col-3 .item {
    width: calc((100% - var(--col-list-gap-pc) * 2) / 3);
  }
  #header .header-subnav-area .header-space .link-list.pc-col-4 .item {
    width: calc((100% - var(--col-list-gap-pc) * 3) / 4);
  }
  #header .header-subnav-area .header-space .link-list.pc-col-5 .item {
    width: calc((100% - var(--col-list-gap-pc) * 4) / 5);
  }
  #header .header-subnav-area .header-space .link-list.pc-col-6 .item {
    width: calc((100% - var(--col-list-gap-pc) * 5) / 6);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-space .link-list .item {
    width: 100%;
  }
  #header .header-subnav-area .header-space .link-list.sp-col-1 .item {
    width: 100%;
  }
  #header .header-subnav-area .header-space .link-list.sp-col-2 .item {
    width: calc((100% - var(--col-list-gap-sp) * 1) / 2);
  }
  #header .header-subnav-area .header-space .link-list.sp-col-3 .item {
    width: calc((100% - var(--col-list-gap-sp) * 2) / 3);
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-space .link-list .item {
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    background-color: #fff;
    background-position: right 12px center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: var(--link-border-radius-pc);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-space .link-list .item {
    border-radius: var(--link-border-radius-sp);
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-space .link-list .item::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: #4a4a4a;
    clip-path: polygon(0% 43.35%, 75.19% 43.71%, 44.24% 15.2%, 53.08% 6.07%, 100.37% 50.01%, 53.08% 93.93%, 44.24% 84.79%, 75.19% 56.58%, 0% 56.66%);
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-space .link-list .item::after {
    width: 15px;
    height: 15px;
    right: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-space .link-list .item::after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    right: 1.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-space .link-list .item a {
    padding: 12px 30px 12px 20px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: left;
    align-items: center;
    border: 2px solid #eae2d0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-space .link-list .item a {
    padding: 2.6666666667vw 4.6666666667vw 2.6666666667vw 2.6666666667vw;
    justify-content: center;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-space .link-list {
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 769px) {
  .header-nav {
    background-image: -moz-linear-gradient(90deg, rgb(38, 45, 97) 0%, rgb(54, 68, 128) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(38, 45, 97) 0%, rgb(54, 68, 128) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(38, 45, 97) 0%, rgb(54, 68, 128) 100%);
  }
  .header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  .header-nav .in .icon-nav {
    width: 100%;
    display: flex;
    gap: 0 !important;
  }
  .header-nav .list > li {
    position: relative;
    flex: 1 1;
  }
  .header-nav .list > li::before, .header-nav .list > li::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    border-left: 1px solid #fff;
  }
  .header-nav .list > li::before {
    content: "";
    left: 0;
  }
  .header-nav .list > li::after {
    content: none;
  }
  .header-nav .list > li:last-child:after {
    content: "";
    right: -1px;
  }
  .header-nav .list > li .item-in {
    height: 100%;
  }
  .header-nav .list > li .item-in .item-img {
    margin: 10px auto auto;
  }
  .header-nav .list > li .item-in .item-img img {
    max-width: 50px;
  }
  .header-nav .list > li .item-in .item-txt {
    margin: auto 0;
  }
  .header-nav .list > li .item-in .item-txt p {
    font-size: 120%;
    margin: 10px 0;
    width: 100%;
    text-align: center;
  }
  .header-nav .list > li a, .header-nav .list > li .item-nolink {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .header-nav .list > li a:hover img {
    opacity: 0.8;
  }
  .header-nav .list > li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  #sp-header > .box {
    padding: 20px;
  }
  #sp-header > .box #sp-header-logo {
    width: fit-content;
  }
  #sp-header > .box #sp-header-logo a {
    display: block;
    width: fit-content;
  }
  #sp-header > .box #sp-header-nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    padding: 0;
    background: none;
    z-index: 99;
  }
  #sp-header > .box #sp-header-nav .list {
    display: none;
  }
  #sp-header .menu-btn-area {
    position: absolute;
    top: 0;
    right: 0;
  }
  #sp-header .menu-btn-area .menu-btn-menu a, #sp-header .menu-btn-area .close-image a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #36447f;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    box-sizing: border-box;
    font-size: calc(2.4vw + 0.6em - 9.6px);
    border-radius: 0 0 0 2.6666666667vw;
    padding: 2.6666666667vw 0;
    min-width: 13.3333333333vw;
    min-height: 13.3333333333vw;
  }
  #sp-header .menu-btn-area .menu-btn-menu a .menu, #sp-header .menu-btn-area .menu-btn-menu a .close, #sp-header .menu-btn-area .close-image a .menu, #sp-header .menu-btn-area .close-image a .close {
    position: relative;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
  #sp-header .menu-btn-area .menu-btn-menu a .menu::after, #sp-header .menu-btn-area .menu-btn-menu a .close::after, #sp-header .menu-btn-area .close-image a .menu::after, #sp-header .menu-btn-area .close-image a .close::after {
    content: "";
    position: absolute;
    background-color: #fff;
    inset: 0;
    margin: auto;
  }
  #sp-header .menu-btn-area .menu-btn-menu a {
    padding: 2.8vw 3.6vw;
  }
  #sp-header .menu-btn-area .menu-btn-menu a .menu::after {
    clip-path: polygon(-0.36% 77.15%, 100.36% 77.15%, 100.36% 54.87%, -0.36% 54.87%, -0.36% 45.15%, 100.36% 45.15%, 100.36% 22.69%, -0.36% 22.69%, -0.36% 13.13%, 100.36% 13.13%, 100.36% 86.87%, -0.36% 86.87%);
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
  #sp-header .menu-btn-area .menu-btn-menu a .text {
    margin-top: 0.8vw;
  }
  #sp-header .menu-btn-area .close-image a {
    padding: 2.5333333333vw 3.6vw 2.8vw;
  }
  #sp-header .menu-btn-area .close-image a .close::after {
    clip-path: polygon(88.26% 95%, 50% 56.74%, 11.74% 95%, 5% 88.26%, 43.59% 49.66%, 5.34% 11.41%, 11.41% 5.34%, 49.66% 43.59%, 88.26% 5%, 95% 11.74%, 56.74% 50%, 95% 88.26%);
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
  #sp-header .menu-btn-area .close-image a .text {
    margin-top: 3px;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: #000;
    z-index: 99;
  }
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    box-sizing: border-box;
  }
  #sp-header .modal-menu .in {
    position: fixed;
    right: 0;
    height: 100vh;
    overflow-y: auto;
    margin-left: auto;
    background-color: #fff;
    box-sizing: border-box;
    width: calc(80vw + 4em - 64px);
    padding-top: 18vw;
    padding-bottom: 26.6666666667vw;
  }
  #sp-header .modal-menu .close-btn {
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    background: #36447f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    width: 58.6666666667vw;
    margin: 0 auto 4vw;
    padding: 3.3333333333vw 0;
    gap: 2.6666666667vw;
  }
  #sp-header .modal-menu .close-btn .close {
    position: relative;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  #sp-header .modal-menu .close-btn .close::after {
    content: "";
    position: absolute;
    background-color: #fff;
    inset: 0;
    margin: auto;
    clip-path: polygon(88.26% 95%, 50% 56.74%, 11.74% 95%, 5% 88.26%, 43.59% 49.66%, 5.34% 11.41%, 11.41% 5.34%, 49.66% 43.59%, 88.26% 5%, 95% 11.74%, 56.74% 50%, 95% 88.26%);
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  #sp-header .modal-menu .list {
    margin: 0 6.6666666667vw 6.6666666667vw;
  }
  #sp-header .modal-menu .list .item {
    font-weight: normal;
    display: block;
    border-bottom: 2px solid #ebebeb;
    position: relative;
  }
  #sp-header .modal-menu .list .item::before {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: #4a4a4a;
    clip-path: polygon(79.1% 50%, 29.09% 100%, 20.9% 91.81%, 62.71% 50%, 20.9% 8.19%, 29.09% 0%);
    top: calc(50% - 0.9vw);
    right: 1.4666666667vw;
    width: 3.0666666667vw;
    height: 3.0666666667vw;
  }
  #sp-header .modal-menu .list .item:first-child {
    border-top: 2px solid #ebebeb;
  }
  #sp-header .modal-menu .list .item a {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    font-size: 1.3125rem;
    padding: 4vw 6vw 3.7333333333vw 4vw;
  }
  #sp-header .modal-menu .list .item a img {
    width: 80%;
  }
  #sp-header .modal-menu .modal-space {
    display: flex;
    flex-direction: column;
    gap: 2.6666666667vw;
    margin: 0 13.3333333333vw;
  }
  #sp-header .modal-menu .modal-space .image-list img {
    width: 100%;
  }
  #sp-header .modal-menu .modal-space .image-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--col-list-gap-pc);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-menu .modal-space .image-list {
    gap: var(--col-list-gap-sp);
  }
}
@media screen and (max-width: 768px) {
  #sp-header .modal-menu .modal-space .image-list a {
    color: #333;
    text-decoration: none;
  }
  #sp-header .modal-menu .modal-space .image-list a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-menu .modal-space .image-list .item {
    width: 100%;
  }
  #sp-header .modal-menu .modal-space .image-list.pc-col-1 .item {
    width: 100%;
  }
  #sp-header .modal-menu .modal-space .image-list.pc-col-2 .item {
    width: calc((100% - var(--col-list-gap-pc) * 1) / 2);
  }
  #sp-header .modal-menu .modal-space .image-list.pc-col-3 .item {
    width: calc((100% - var(--col-list-gap-pc) * 2) / 3);
  }
  #sp-header .modal-menu .modal-space .image-list.pc-col-4 .item {
    width: calc((100% - var(--col-list-gap-pc) * 3) / 4);
  }
  #sp-header .modal-menu .modal-space .image-list.pc-col-5 .item {
    width: calc((100% - var(--col-list-gap-pc) * 4) / 5);
  }
  #sp-header .modal-menu .modal-space .image-list.pc-col-6 .item {
    width: calc((100% - var(--col-list-gap-pc) * 5) / 6);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-menu .modal-space .image-list .item {
    width: 100%;
  }
  #sp-header .modal-menu .modal-space .image-list.sp-col-1 .item {
    width: 100%;
  }
  #sp-header .modal-menu .modal-space .image-list.sp-col-2 .item {
    width: calc((100% - var(--col-list-gap-sp) * 1) / 2);
  }
  #sp-header .modal-menu .modal-space .image-list.sp-col-3 .item {
    width: calc((100% - var(--col-list-gap-sp) * 2) / 3);
  }
}
@media screen and (max-width: 768px) {
  #sp-header .modal-menu .modal-space .image-list .item {
    text-align: center;
    box-sizing: border-box;
  }
  #sp-header .modal-menu .modal-space .image-list .item .item-img img {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-menu .modal-space .image-list .item .item-txt p {
    margin-top: 15px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-menu .modal-space .image-list .item .item-txt p {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .modal-menu .modal-space .image-list .item a {
    display: block;
  }
  #sp-header .modal-menu .modal-space .link-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--col-list-gap-pc);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-menu .modal-space .link-list {
    gap: var(--col-list-gap-sp);
  }
}
@media screen and (max-width: 768px) {
  #sp-header .modal-menu .modal-space .link-list a {
    color: #333;
    text-decoration: none;
  }
  #sp-header .modal-menu .modal-space .link-list a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-menu .modal-space .link-list .item {
    width: 100%;
  }
  #sp-header .modal-menu .modal-space .link-list.pc-col-1 .item {
    width: 100%;
  }
  #sp-header .modal-menu .modal-space .link-list.pc-col-2 .item {
    width: calc((100% - var(--col-list-gap-pc) * 1) / 2);
  }
  #sp-header .modal-menu .modal-space .link-list.pc-col-3 .item {
    width: calc((100% - var(--col-list-gap-pc) * 2) / 3);
  }
  #sp-header .modal-menu .modal-space .link-list.pc-col-4 .item {
    width: calc((100% - var(--col-list-gap-pc) * 3) / 4);
  }
  #sp-header .modal-menu .modal-space .link-list.pc-col-5 .item {
    width: calc((100% - var(--col-list-gap-pc) * 4) / 5);
  }
  #sp-header .modal-menu .modal-space .link-list.pc-col-6 .item {
    width: calc((100% - var(--col-list-gap-pc) * 5) / 6);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-menu .modal-space .link-list .item {
    width: 100%;
  }
  #sp-header .modal-menu .modal-space .link-list.sp-col-1 .item {
    width: 100%;
  }
  #sp-header .modal-menu .modal-space .link-list.sp-col-2 .item {
    width: calc((100% - var(--col-list-gap-sp) * 1) / 2);
  }
  #sp-header .modal-menu .modal-space .link-list.sp-col-3 .item {
    width: calc((100% - var(--col-list-gap-sp) * 2) / 3);
  }
}
@media screen and (max-width: 768px) {
  #sp-header .modal-menu .modal-space .link-list .item {
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    background-color: #fff;
    background-position: right 12px center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: var(--link-border-radius-pc);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-menu .modal-space .link-list .item {
    border-radius: var(--link-border-radius-sp);
  }
}
@media screen and (max-width: 768px) {
  #sp-header .modal-menu .modal-space .link-list .item::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: #4a4a4a;
    clip-path: polygon(0% 43.35%, 75.19% 43.71%, 44.24% 15.2%, 53.08% 6.07%, 100.37% 50.01%, 53.08% 93.93%, 44.24% 84.79%, 75.19% 56.58%, 0% 56.66%);
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-menu .modal-space .link-list .item::after {
    width: 15px;
    height: 15px;
    right: 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-menu .modal-space .link-list .item::after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    right: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .modal-menu .modal-space .link-list .item a {
    padding: 12px 30px 12px 20px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: left;
    align-items: center;
    border: 2px solid #eae2d0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-menu .modal-space .link-list .item a {
    padding: 2.6666666667vw 4.6666666667vw 2.6666666667vw 2.6666666667vw;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .modal-menu .go-to-pc-btn {
    box-sizing: border-box;
    text-align: center;
    background: #4a4a4a;
    margin: 0 10.6666666667vw 6.6666666667vw;
  }
  #sp-header .modal-menu .go-to-pc-btn a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    padding: 3.3333333333vw;
  }
  #sp-header .support-block {
    background: #fff;
    margin: 20px 0 25px;
  }
  #sp-header .support-block a {
    color: #333;
    display: block;
  }
  #sp-header .support-block .support-list {
    box-sizing: border-box;
    margin: auto;
    border-radius: 1.3333333333vw;
    padding: 10px calc(17.9vw - 2em);
  }
  #sp-header .support-block li {
    margin-top: 1.3333333333vw;
  }
  #sp-header .support-block .third-party {
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
  }
  #sp-header .support-block .third-party a {
    text-decoration: none;
  }
  #sp-header .support-block .third-party a:hover {
    text-decoration: underline;
  }
  #sp-header .support-block .header-size .header-size-in,
  #sp-header .support-block .header-size .header-color-in,
  #sp-header .support-block .header-color .header-size-in,
  #sp-header .support-block .header-color .header-color-in {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  #sp-header .support-block .header-size button,
  #sp-header .support-block .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    padding: 0;
    position: relative;
    color: #1c4153;
  }
  #sp-header .support-block .header-size button:focus, #sp-header .support-block .header-size button:focus-visible,
  #sp-header .support-block .header-color button:focus,
  #sp-header .support-block .header-color button:focus-visible {
    outline: none;
  }
  #sp-header .support-block .header-size button:focus::before, #sp-header .support-block .header-size button:focus-visible::before,
  #sp-header .support-block .header-color button:focus::before,
  #sp-header .support-block .header-color button:focus-visible::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: calc(4px * 0.5);
    left: calc(4px * 0.5);
    margin: auto;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 2px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
  #sp-header .support-block .header-size .title,
  #sp-header .support-block .header-color .title {
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 87.5%;
    line-height: 1;
    width: 4em;
    font-weight: bold;
    color: #1c4153;
    text-align: center;
    font-size: 1rem;
  }
  #sp-header .support-block .header-size dd,
  #sp-header .support-block .header-color dd {
    line-height: 1;
    min-height: 45px;
  }
  #sp-header .support-block .header-size dd + dd,
  #sp-header .support-block .header-color dd + dd {
    margin-left: 0px;
  }
  #sp-header .support-block .header-size dd img,
  #sp-header .support-block .header-color dd img {
    cursor: pointer;
  }
  #sp-header .support-block .header-size dd img:hover,
  #sp-header .support-block .header-color dd img:hover {
    opacity: 0.85;
  }
  #sp-header .support-block .header-size .normal-on,
  #sp-header .support-block .header-size .normal-off,
  #sp-header .support-block .header-size .big-on,
  #sp-header .support-block .header-size .big-off {
    border-radius: 5px;
    display: block;
    border: solid 1px #1c4153;
    min-width: 45px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sp-header .support-block .header-size .normal-on.hide,
  #sp-header .support-block .header-size .normal-off.hide,
  #sp-header .support-block .header-size .big-on.hide,
  #sp-header .support-block .header-size .big-off.hide {
    display: none;
  }
  #sp-header .support-block .header-size .normal-on span,
  #sp-header .support-block .header-size .normal-off span,
  #sp-header .support-block .header-size .big-on span,
  #sp-header .support-block .header-size .big-off span {
    display: block;
    padding: 8px 15px;
    line-height: 1;
    text-decoration: none;
    font-size: 1rem;
  }
  #sp-header .support-block .header-size .normal-on span:hover,
  #sp-header .support-block .header-size .normal-off span:hover,
  #sp-header .support-block .header-size .big-on span:hover,
  #sp-header .support-block .header-size .big-off span:hover {
    opacity: 0.85;
  }
  #sp-header .support-block .header-size .normal-on span span,
  #sp-header .support-block .header-size .normal-off span span,
  #sp-header .support-block .header-size .big-on span span,
  #sp-header .support-block .header-size .big-off span span {
    line-height: 1;
    background-color: inherit !important;
    color: inherit !important;
  }
  #sp-header .support-block .header-size .normal-on,
  #sp-header .support-block .header-size .big-on {
    background-color: #1c4153;
    color: #fff;
  }
  #sp-header .support-block .header-size .normal-off,
  #sp-header .support-block .header-size .big-off {
    background-color: #fff;
  }
  #sp-header .support-block .header-color {
    margin-bottom: 20px;
  }
  #sp-header .support-block .header-color dd a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    min-height: 45px;
    min-width: 45px;
    position: relative;
    font-size: 1.125rem;
  }
  #sp-header .support-block .header-color dd a:focus, #sp-header .support-block .header-color dd a:focus-visible {
    outline: none;
  }
  #sp-header .support-block .header-color dd a:focus::before, #sp-header .support-block .header-color dd a:focus-visible::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: calc(2px * 0.5);
    left: calc(2px * 0.5);
    margin: auto;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 2px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
  #sp-header .support-block .header-color dd a:hover {
    opacity: 0.85;
  }
  #sp-header .support-block .header-color dd a span {
    background-color: inherit !important;
    color: inherit !important;
  }
  #sp-header .support-block .header-color dd.item3 a {
    min-width: 65px;
  }
  #sp-header .support-block .header-color .item a {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #0f2962;
  }
  #sp-header .support-block .header-color .item2 a {
    background-color: #0074be !important;
    color: #fff !important;
    border-color: #0f2962;
    outline: 1px solid #fff;
  }
  #sp-header .support-block .header-color .item3 {
    border-color: #B0B0B0;
  }
  #sp-header .support-block .header-color .item3 a {
    background-color: #fff !important;
    color: #353a42 !important;
    border-color: #0f2962;
    outline: 1px solid #fff;
  }
  #sp-header .support-block .header-lang-wrapper .lang-error {
    background-color: #fff;
    color: #ee0000;
    width: 100%;
  }
  #sp-header .support-block .header-lang-wrapper .title {
    font-weight: bold;
  }
  #sp-header .support-block .header-lang {
    display: flex;
    border: solid 1px #1c4153;
    border-radius: 5px;
    margin-left: 0;
    /* ie対応 */
  }
  #sp-header .support-block .header-lang select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #sp-header .support-block .header-lang select::-ms-expand {
    display: none;
  }
  #sp-header .support-block .header-lang .lang-select {
    flex: 1;
    border: 0;
    border-radius: 5px 0 0 5px;
    color: #1c4153;
    appearance: none;
    background-image: url(../img_common/icon_lang.png), url(../img_common/icon_lang_arrow.png);
    background-position: left 10px center, right 10px center;
    background-repeat: no-repeat, no-repeat;
    background-size: 16px, 6px;
    font-size: 0.875rem;
    padding: 14px 6px 14px 36px;
  }
  #sp-header .support-block .header-lang .btn-lang-select {
    color: #fff;
    background: #1c4153;
    line-height: 1;
    cursor: pointer;
    border: none;
    font-size: 1rem;
    padding: 8px 10px;
  }
  #sp-header .support-block .header-search {
    margin-top: 4vw;
  }
  #sp-header .support-block .header-page-number-search {
    margin-top: 4vw;
  }
  #sp-header .support-block .header-page-number-search #number-search-container *, #sp-header .support-block .header-page-number-search #number-search-container *::before, #sp-header .support-block .header-page-number-search #number-search-container *::after, #sp-header .support-block .header-page-number-search #pc-modal-number-search-container *, #sp-header .support-block .header-page-number-search #pc-modal-number-search-container *::before, #sp-header .support-block .header-page-number-search #pc-modal-number-search-container *::after, #sp-header .support-block .header-page-number-search #sp-number-search-container *, #sp-header .support-block .header-page-number-search #sp-number-search-container *::before, #sp-header .support-block .header-page-number-search #sp-number-search-container *::after {
    box-sizing: border-box;
  }
  #sp-header .support-block .header-page-number-search #number-search-container .input-wrap, #sp-header .support-block .header-page-number-search #pc-modal-number-search-container .input-wrap, #sp-header .support-block .header-page-number-search #sp-number-search-container .input-wrap {
    display: flex;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .support-block .header-page-number-search #number-search-container .input-wrap, #sp-header .support-block .header-page-number-search #pc-modal-number-search-container .input-wrap, #sp-header .support-block .header-page-number-search #sp-number-search-container .input-wrap {
    width: calc(5em - 80px + 210px);
    gap: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .support-block .header-page-number-search #number-search-container .input-wrap, #sp-header .support-block .header-page-number-search #pc-modal-number-search-container .input-wrap, #sp-header .support-block .header-page-number-search #sp-number-search-container .input-wrap {
    width: 100%;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .support-block .header-page-number-search #number-search-container .input-wrap label, #sp-header .support-block .header-page-number-search #pc-modal-number-search-container .input-wrap label, #sp-header .support-block .header-page-number-search #sp-number-search-container .input-wrap label {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
  }
  #sp-header .support-block .header-page-number-search #number-search-container .input-wrap .number-label, #sp-header .support-block .header-page-number-search #pc-modal-number-search-container .input-wrap .number-label, #sp-header .support-block .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .support-block .header-page-number-search #number-search-container .input-wrap .number-label, #sp-header .support-block .header-page-number-search #pc-modal-number-search-container .input-wrap .number-label, #sp-header .support-block .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .support-block .header-page-number-search #number-search-container .input-wrap .number-label, #sp-header .support-block .header-page-number-search #pc-modal-number-search-container .input-wrap .number-label, #sp-header .support-block .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 10.66vw);
  }
}
@media screen and (max-width: 768px) {
  #sp-header .support-block .header-page-number-search #number-search-container .input-wrap .submit-label, #sp-header .support-block .header-page-number-search #pc-modal-number-search-container .input-wrap .submit-label, #sp-header .support-block .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .support-block .header-page-number-search #number-search-container .input-wrap .submit-label, #sp-header .support-block .header-page-number-search #pc-modal-number-search-container .input-wrap .submit-label, #sp-header .support-block .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 50px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .support-block .header-page-number-search #number-search-container .input-wrap .submit-label, #sp-header .support-block .header-page-number-search #pc-modal-number-search-container .input-wrap .submit-label, #sp-header .support-block .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 10.66vw;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .support-block .header-page-number-search #number-search-container .input-wrap input[type=text], #sp-header .support-block .header-page-number-search #pc-modal-number-search-container .input-wrap input[type=text], #sp-header .support-block .header-page-number-search #sp-number-search-container .input-wrap input[type=text] {
    width: 100%;
    padding: 10px 0 10px 13px;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .support-block .header-page-number-search #number-search-container .input-wrap input[type=text], #sp-header .support-block .header-page-number-search #pc-modal-number-search-container .input-wrap input[type=text], #sp-header .support-block .header-page-number-search #sp-number-search-container .input-wrap input[type=text] {
    border: 2px solid #E7EAEF;
    border-right: none;
    border-radius: 3px 0px 0px 3px;
    height: 30px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .support-block .header-page-number-search #number-search-container .input-wrap input[type=text], #sp-header .support-block .header-page-number-search #pc-modal-number-search-container .input-wrap input[type=text], #sp-header .support-block .header-page-number-search #sp-number-search-container .input-wrap input[type=text] {
    border: 2px solid #E7EAEF;
    border-right: none;
    border-radius: 3px 0px 0px 3px;
    height: 10.66vw;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .support-block .header-page-number-search #number-search-container .input-wrap button, #sp-header .support-block .header-page-number-search #pc-modal-number-search-container .input-wrap button, #sp-header .support-block .header-page-number-search #sp-number-search-container .input-wrap button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .support-block .header-page-number-search #number-search-container .input-wrap button, #sp-header .support-block .header-page-number-search #pc-modal-number-search-container .input-wrap button, #sp-header .support-block .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 2px solid #564B44;
    border-left: none;
    border-radius: 0px 3px 3px 0px;
    background-color: #564B44;
    width: 50px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .support-block .header-page-number-search #number-search-container .input-wrap button, #sp-header .support-block .header-page-number-search #pc-modal-number-search-container .input-wrap button, #sp-header .support-block .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 2px solid #564B44;
    border-left: none;
    border-radius: 0px 3px 3px 0px;
    background-color: #564B44;
    width: 10.66vw;
    height: 10.66vw;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .support-block .header-page-number-search #number-search-container .input-wrap button::after, #sp-header .support-block .header-page-number-search #pc-modal-number-search-container .input-wrap button::after, #sp-header .support-block .header-page-number-search #sp-number-search-container .input-wrap button::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    clip-path: polygon(21.69% 24.41%, 20.35% 26.06%, 19.18% 27.87%, 18.12% 29.9%, 17.39% 31.94%, 16.85% 34.07%, 16.48% 36.48%, 16.46% 39.04%, 16.69% 41.55%, 17.14% 43.85%, 17.72% 45.78%, 18.57% 47.98%, 19.59% 49.91%, 20.76% 51.74%, 22.03% 53.36%, 23.36% 54.85%, 25.08% 56.37%, 26.93% 57.75%, 28.81% 58.84%, 30.74% 59.72%, 33.07% 60.33%, 35.1% 60.7%, 37.38% 60.92%, 39.37% 60.93%, 41.98% 60.66%, 44.52% 60.17%, 46.66% 59.48%, 48.31% 58.76%, 50.1% 57.78%, 51.58% 56.77%, 52.95% 55.68%, 53.79% 54.88%, 54.34% 54.34%, 94.61% 94.61%, 89.9% 99%, 62.61% 72.02%, 62.61% 66.88%, 61.76% 66.05%, 59.89% 67.58%, 57.49% 69.21%, 55.34% 70.42%, 52.57% 71.91%, 49.77% 72.84%, 47.16% 73.61%, 43.77% 74.17%, 40.36% 74.48%, 36.79% 74.47%, 33.89% 74.24%, 30.69% 73.66%, 27.25% 72.79%, 23.53% 71.39%, 19.93% 69.42%, 16.93% 67.46%, 13.57% 64.57%, 10.52% 61.3%, 8.12% 58.07%, 6.24% 54.71%, 4.72% 51.31%, 3.72% 47.79%, 3.11% 44.85%, 2.69% 41.66%, 2.6% 38.44%, 2.68% 36.45%, 2.8% 34.73%, 3.04% 32.91%, 3.32% 31.43%, 3.63% 29.82%, 3.96% 28.4%, 4.47% 26.91%, 4.93% 25.43%, 5.72% 23.7%, 6.43% 22.1%, 7.78% 19.8%, 9.14% 17.79%, 10.71% 15.76%, 12.37% 13.93%, 13.93% 12.37%, 15.76% 10.71%, 17.79% 9.14%, 19.8% 7.78%, 22.1% 6.43%, 23.7% 5.72%, 25.43% 4.93%, 26.91% 4.47%, 28.4% 3.96%, 29.82% 3.63%, 31.43% 3.32%, 32.91% 3.04%, 34.73% 2.8%, 36.45% 2.68%, 38.44% 2.6%, 41.66% 2.69%, 44.85% 3.11%, 47.79% 3.72%, 51.31% 4.72%, 54.71% 6.24%, 58.07% 8.12%, 61.3% 10.52%, 64.57% 13.57%, 67.46% 16.93%, 69.42% 19.93%, 71.39% 23.53%, 72.79% 27.25%, 73.66% 30.69%, 74.24% 33.89%, 74.47% 36.79%, 74.48% 40.36%, 74.17% 43.77%, 73.61% 47.16%, 72.84% 49.77%, 71.91% 52.57%, 70.42% 55.34%, 69.21% 57.49%, 67.58% 59.89%, 66.05% 61.76%, 66.88% 62.61%, 72.02% 62.61%, 99% 89.9%, 94.61% 94.61%, 54.34% 54.34%, 54.88% 53.79%, 55.68% 52.95%, 56.77% 51.58%, 57.78% 50.1%, 58.76% 48.31%, 59.48% 46.66%, 60.17% 44.52%, 60.66% 41.98%, 60.93% 39.37%, 60.92% 37.38%, 60.7% 35.1%, 60.33% 33.07%, 59.72% 30.74%, 58.84% 28.81%, 57.75% 26.93%, 56.37% 25.08%, 54.85% 23.36%, 53.36% 22.03%, 51.74% 20.76%, 49.91% 19.59%, 47.98% 18.57%, 45.78% 17.72%, 43.85% 17.14%, 41.55% 16.69%, 39.04% 16.46%, 36.48% 16.48%, 34.07% 16.85%, 31.94% 17.39%, 29.9% 18.12%, 27.87% 19.18%, 26.06% 20.35%, 24.41% 21.69%);
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .support-block .header-page-number-search #number-search-container .input-wrap button::after, #sp-header .support-block .header-page-number-search #pc-modal-number-search-container .input-wrap button::after, #sp-header .support-block .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .support-block .header-page-number-search #number-search-container .input-wrap button::after, #sp-header .support-block .header-page-number-search #pc-modal-number-search-container .input-wrap button::after, #sp-header .support-block .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 4.26vw;
    height: 4.26vw;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .support-block .header-page-number-search #number-search-container .input-wrap input[type=text], #sp-header .support-block .header-page-number-search #sp-number-search-container .input-wrap input[type=text] {
    font-size: 1em;
  }
  #sp-header .support-block .third-party + .third-party {
    margin-top: 10px;
  }
  #sp-header .support-block .third-party.is-hide {
    display: none;
  }
  #sp-header .support-block .third-party a, #sp-header .support-block .third-party button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #1c4153;
  }
  #sp-header .support-block .third-party a span, #sp-header .support-block .third-party button span {
    padding-left: 50px;
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: auto;
    background-position: left 20px center;
    font-size: 1rem;
  }
  #sp-header .support-block .third-party.ruby a span {
    background-image: url(../img_common/icon_ruby.png);
    background-size: 21px;
  }
  #sp-header .support-block .third-party.yasashii a span {
    background-image: url(../img_common/icon_yasashii.png);
    background-size: 25px;
    background-position: left 15px center;
  }
  #sp-header .support-block .third-party.yomiage a span {
    background-image: url(../img_common/icon_yomiage.png);
    background-size: 30px;
    background-position: left 10px center;
  }
}
#speach-area {
  display: none;
  margin-top: 30px;
  background-color: #edeef0;
}
@media screen and (max-width: 768px) {
  #speach-area {
    margin-bottom: 30px;
  }
}
#speach-area.is-active {
  display: block;
}
#speach-area .speach-area-in {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #speach-area .speach-area-in {
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #speach-area .speach-area-in {
    margin: 0 20px;
  }
}
#speach-area .speach-area-close {
  position: absolute;
  right: -10px;
  top: -10px;
  appearance: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #1b2441;
}
#speach-area .speach-area-close:hover {
  opacity: 0.85;
}
@media print, screen and (min-width: 769px) {
  #speach-area .speach-area-close {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  #speach-area .speach-area-close {
    padding: 0;
    width: 6.4vw;
    height: 6.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  #speach-area .speach-area-close img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #speach-area .speach-area-close img {
    width: 2.5333333333vw;
    height: 2.5333333333vw;
  }
}
#speach-area .tsutaeru-speech {
  font-size: 100%;
  text-align: left;
}
#speach-area .tsutaeru-speech .tsutaeru-button {
  margin-right: 0.25em;
}

.tsutaeru-speech-audio-container {
  padding: 40px 0 !important;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
.footer {
  background-image: -moz-linear-gradient(90deg, rgb(38, 45, 97) 0%, rgb(54, 68, 128) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(38, 45, 97) 0%, rgb(54, 68, 128) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(38, 45, 97) 0%, rgb(54, 68, 128) 100%);
  color: #fff;
  margin-top: 105px;
  position: relative;
  /* PCでは電話番号リンクを無効化 */
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 20vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footer a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
.footer .pagetop {
  position: absolute;
}
.footer .pagetop a {
  display: block;
}
.footer .pagetop a:hover img {
  opacity: 0.8;
}
.footer .title img {
  max-width: 100%;
  height: auto;
}
.footer .list {
  display: flex;
}
.footer .list-item {
  text-align: center;
}
.footer a {
  color: inherit;
}
.footer a:focus {
  color: #333;
}
@media print, screen and (min-width: 769px) {
  .footer a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}
.footer .footer-in-box-nav .list {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: var(--col-list-gap-pc);
}
@media screen and (max-width: 768px) {
  .footer .footer-in-box-nav .list {
    gap: var(--col-list-gap-sp);
  }
}
.footer .footer-in-box-nav .list .item {
  box-sizing: border-box;
  position: relative;
}
.footer .footer-in-box-nav .list .item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #333;
  clip-path: polygon(0% 43.35%, 75.19% 43.71%, 44.24% 15.2%, 53.08% 6.07%, 100.37% 50.01%, 53.08% 93.93%, 44.24% 84.79%, 75.19% 56.58%, 0% 56.66%);
  right: 20px;
}
@media print, screen and (min-width: 769px) {
  .footer .footer-in-box-nav .list .item::after {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-in-box-nav .list .item::after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    right: 2.6666666667vw;
  }
}
.footer .footer-in-box-nav .list .item a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  color: #333;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 100px;
}
.footer .footer-in-box-nav .list .item a:hover {
  text-decoration: underline;
}
.footer .footer-nav .list .item {
  position: relative;
}
.footer .footer-nav .list .item::before, .footer .footer-nav .list .item::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-left: 1px solid #fff;
}
.footer .footer-nav .list .item::before, .footer .footer-nav .list .item::after {
  content: "";
  height: 35%;
}
.footer .footer-nav .list .item::before {
  left: 0;
}
.footer .footer-nav .list .item::after {
  right: -1px;
}
.footer .footer-nav .list .item a {
  color: #fff;
}
.footer .footer-nav .list .item a:focus {
  color: #333;
}
.footer .copyright {
  padding: 20px 0;
  background-color: #fff;
  color: #333;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .footer .copyright {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 0.75rem;
    padding: 2.6666666667vw 0;
  }
}

@media print, screen and (min-width: 769px) {
  .footer .footer-in {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .footer .footer-in .footer-in-box {
    width: 480px;
  }
  .footer .footer-in .footer-in-box-2 {
    width: 490px;
    display: flex;
    flex-direction: column;
  }
  .footer .footer-in .footer-in-box .title img {
    width: 384px;
  }
  .footer .footer-in .footer-in-box .title .title-sub {
    font-size: 1.125rem;
  }
  .footer .footer-in .footer-in-box .title .title-main {
    font-size: 2.25rem;
  }
  .footer .footer-in .footer-in-box .title .title-text {
    margin-top: 10px;
  }
  .footer .footer-in .footer-in-box .footer-in-box-nav {
    margin-top: auto;
    padding-top: 30px;
  }
  .footer .footer-in .footer-in-box .footer-in-box-nav .list .item {
    width: 235px;
  }
  .footer .footer-in .footer-in-box .footer-in-box-nav .list .item a {
    padding: 10px 40px;
    font-size: 0.875rem;
  }
  .footer .footer-nav .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--col-list-gap-pc);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .footer .footer-nav .list {
    gap: var(--col-list-gap-sp);
  }
}
@media print, screen and (min-width: 769px) {
  .footer .footer-nav .list a {
    color: #333;
    text-decoration: none;
  }
  .footer .footer-nav .list a:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .footer .footer-nav .list .item {
    width: 100%;
  }
  .footer .footer-nav .list.pc-col-1 .item {
    width: 100%;
  }
  .footer .footer-nav .list.pc-col-2 .item {
    width: calc((100% - var(--col-list-gap-pc) * 1) / 2);
  }
  .footer .footer-nav .list.pc-col-3 .item {
    width: calc((100% - var(--col-list-gap-pc) * 2) / 3);
  }
  .footer .footer-nav .list.pc-col-4 .item {
    width: calc((100% - var(--col-list-gap-pc) * 3) / 4);
  }
  .footer .footer-nav .list.pc-col-5 .item {
    width: calc((100% - var(--col-list-gap-pc) * 4) / 5);
  }
  .footer .footer-nav .list.pc-col-6 .item {
    width: calc((100% - var(--col-list-gap-pc) * 5) / 6);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .footer .footer-nav .list .item {
    width: 100%;
  }
  .footer .footer-nav .list.sp-col-1 .item {
    width: 100%;
  }
  .footer .footer-nav .list.sp-col-2 .item {
    width: calc((100% - var(--col-list-gap-sp) * 1) / 2);
  }
  .footer .footer-nav .list.sp-col-3 .item {
    width: calc((100% - var(--col-list-gap-sp) * 2) / 3);
  }
}
@media print, screen and (min-width: 769px) {
  .footer .footer-nav .list {
    gap: 0 !important;
    margin: 0 auto;
    width: 1000px;
  }
  .footer .footer-nav .list .item {
    position: relative;
    width: fit-content;
  }
  .footer .footer-nav .list .item a {
    padding: 10px 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    height: 100%;
  }
  .footer .footer-nav .list .item:first-child::before, .footer .footer-nav .list .item:last-child::after {
    content: none;
  }
  .footer .pagetop {
    top: -40px;
    right: 40px;
  }
  .footer .pagetop img {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  footer .box {
    padding: 4vw 5.3333333333vw;
  }
  .pagetop {
    top: -50px;
    right: 30px;
  }
  .pagetop img {
    max-width: 100px;
  }
  .footer .footer-in {
    padding-top: 8vw;
  }
  .footer .footer-in .footer-in-box {
    margin: 0 3.3333333333vw;
    padding-bottom: 6.6666666667vw;
  }
  .footer .footer-in .footer-in-box .title img {
    max-width: 516px;
    width: 68.8vw;
  }
  .footer .footer-in .footer-in-box .title .title-sub {
    font-size: 1.5rem;
  }
  .footer .footer-in .footer-in-box .title .title-main {
    font-size: 1.625rem;
  }
  .footer .footer-in .footer-in-box .title .title-text {
    font-size: 1rem;
  }
  .footer .footer-in .footer-in-box .footer-space {
    margin-bottom: 6.6666666667vw;
    font-size: 0.875rem;
  }
  .footer .footer-in .footer-in-box .footer-in-box-nav .list {
    margin: 0 auto;
    width: 93.3333333333vw;
    gap: 4vw;
  }
  .footer .footer-in .footer-in-box .footer-in-box-nav .list .item a {
    font-size: 0.75rem;
    width: 44.6666666667vw;
    padding: 1.3333333333vw 6vw;
  }
  .footer-nav .list {
    box-sizing: border-box;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 5.3333333333vw;
  }
  .footer-nav .list .item {
    width: fit-content;
    font-size: 0.6875rem;
    padding: 2.6666666667vw 4.6666666667vw;
  }
}
#footer .col-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  text-align: center;
}

/*++++++++++++++++++++++++++++++++++
 * 下層ページのコンテンツエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
 施設詳細ページ用（0052で使用中）
==================================*/
/*++++++++++++++++++++++++++++++++++
 * 下層ページのコンテンツエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
 施設詳細ページ用（0052で使用中）
==================================*/
.edit-area {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  color: #333;
}
.edit-area #header {
  position: relative !important;
  z-index: auto !important;
}
.edit-area .mv-area {
  height: auto !important;
}
.edit-area .flexibleItem {
  display: flex;
  flex-wrap: wrap;
}
.edit-area .flexibleItem .variableItems {
  width: 33%;
}
.edit-area img {
  max-width: 100%;
  height: auto;
}

.edit-title {
  font-weight: bold;
  font-size: 225%;
  color: #333;
}

.edit-block {
  display: block !important;
}

.edit-flex {
  display: flex;
}
.edit-flex-item {
  flex: 1;
}

.attention-common {
  background-color: #b6f3b6 !important;
}
.attention-sp {
  background-color: #d4ecff !important;
}

.article-area .flexibleItem .variableItems {
  width: 100%;
}

html[data-fontsize=up] {
  font-size: 133.3%;
}
html[data-fontsize=up2] {
  font-size: 166.7%;
}
html[data-fontsize=up3] {
  font-size: 200%;
}

/*++++++++++++++++++++++++++++++++++
 * 下層ページのコンテンツエリア専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  body {
    zoom: 0.97;
  }
  #wrapper, #wrapper-in, #wrapper-in2 {
    border: none;
    background: none;
  }
  #header-print, #pankuzu, #pankuzu-ashiato, #side-nav, #pagetop, #footer-print {
    display: none;
  }
  #contents {
    float: none;
    width: 100%;
  }
  h1.title {
    width: 100%;
  }
  #contents-in {
    width: 100%;
  }
}
.table-wrap, .wysiwyg .table-wrap {
  margin-top: 24px;
}
@media print, screen and (min-width: 769px) {
  .table-wrap .table-wrapper, .wysiwyg .table-wrap .table-wrapper {
    overflow: visible !important;
  }
}

.wysiwyg .table-wrap div {
  margin: auto;
}

@media screen and (max-width: 768px) {
  .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;
    gap: 5px;
  }
  .table-wrap .scroll-table-switch a {
    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;
  }
  .table-wrap .scroll-table-switch a .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;
  }
  .table-wrap .scroll-table-switch a .scroll::before {
    content: "スクロール";
  }
  .table-wrap .scroll-table-switch a .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 a .in-display::before {
    content: "画面内";
  }
  .table-wrap .scroll-table-switch .scroll {
    background-color: #36447f;
    color: #fff;
  }
  .table-wrap .scroll-table-switch .in-display {
    background-color: #F3F3F3;
    color: #333;
  }
  .scroll-view .scroll {
    background-color: #F3F3F3 !important;
    color: #333 !important;
  }
  .scroll-view .in-display {
    background-color: #36447f !important;
    color: #fff !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;
  }
}
h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  background: #d9f6f5;
  color: #1c4154;
  font-size: 1.625rem;
  box-sizing: border-box;
  padding: 16px 20px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  h2.head-title, .wysiwyg h2, .free-layout-area h2 {
    margin-top: 32px;
  }
}
h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  background-color: #f5f6e8;
  color: #1c4154;
  font-size: 1.5rem;
  padding: 12px 20px;
  margin-top: 48px;
  border-left: 6px solid #1f5770;
}
@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: #1c4154;
  font-size: 1.375rem;
  padding: 8px 10px;
  border-bottom: 2px solid #1f5770;
  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 {
  color: #1c4154;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 48px;
  display: block;
  padding: 0px 7px 2px 10px;
  border-left: 3px solid #205770;
}
@media screen and (max-width: 768px) {
  h5, .wysiwyg h5, .free-layout-area h5 {
    margin-top: 24px;
  }
}
h6, .wysiwyg h6, .free-layout-area h6 {
  color: #1c4154;
  font-size: 1.25rem;
  padding: 8px 10px;
  font-weight: bold;
  margin-top: 48px;
  border-bottom: 2px solid #d1d1ae;
}
@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 #cccccc;
  margin-top: 10px;
}

.wysiwyg td,
.wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #cccccc;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #f6f6e7;
  color: #1c4154;
}

.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;
}

em, strong, b {
  font-style: normal;
  font-weight: bold;
}

.text_ {
  color: #c00;
}

.text2_ {
  color: #00c;
}

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;
}

@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 {
  margin-bottom: 30px;
  padding: 0px 0px 48px 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #side-nav .side-nav-list {
    padding: 10px 0px;
    margin-bottom: 0px;
  }
}
#side-nav .side-nav-list .title {
  font-size: 1.125rem;
  font-weight: bold;
  padding: 16px 10px 16px 16px;
  background-color: #d9f6f4;
}
#side-nav .side-nav-list .title a {
  display: block;
  text-decoration: none;
  color: #1c4153;
  line-height: 1;
}
#side-nav .side-nav-list .title a:hover, #side-nav .side-nav-list .title a:focus {
  text-decoration: underline;
}
#side-nav .side-nav-list .list {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#side-nav .side-nav-list .list::after {
  content: none;
}
#side-nav .side-nav-list li:first-child {
  margin-top: 0;
}
#side-nav .side-nav-list li a, #side-nav .side-nav-list li > span {
  border: 1px solid #e3e3c7;
  padding: 12px 10px;
  display: block;
}
#side-nav .side-nav-list li a {
  position: relative;
}
#side-nav .side-nav-list li > span {
  background-color: #f5f6e8;
}
#side-nav .side-banner .item a:hover img {
  opacity: 0.8;
}
#side-nav .side-banner .item img {
  width: 100%;
}
#side-nav .side-link .item {
  background-image: url("../img_common/arrow_link_btn.png") !important;
}
@media print, screen and (min-width: 769px) {
  #side-nav .side-link .item {
    background-size: 16px;
  }
}
#side-nav .side-link .item a {
  display: block;
  background-color: #f6f3ec;
  padding: 15px 30px 15px 20px;
  border: 2px solid rgb(229.6071428571, 221.1428571429, 201.3928571429);
  border-radius: 5px;
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-image: url("../img_common/arrow_link_btn.png") !important;
}
@media print, screen and (min-width: 769px) {
  #side-nav .side-link .item a {
    background-size: 16px;
  }
}
#side-nav .side-link .item a:hover {
  background-color: rgb(239.4428571429, 234.2571428571, 222.1571428571);
}
#side-nav .side-banner, #side-nav .side-link {
  display: flex;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 769px) {
  #side-nav .side-banner, #side-nav .side-link {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  #side-nav .side-banner, #side-nav .side-link {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  #side-nav .side-banner .item, #side-nav .side-link .item {
    width: 100%;
  }
}

.attend-container {
  border: 3px solid #B4B4B4;
  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 #B4B4B4;
  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: #205770;
  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%;
  }
}
#header-print {
  background-color: #f6f3ec;
}
#header-print #header-logo img {
  max-width: 400px;
}
#header-print .box-intro {
  margin: 0 auto;
  padding: 20px 0;
}
#header-print .box-support .header-space {
  width: 420px;
}
#header-print .box-support .header-space .link-list .item a {
  padding: 17px 10px;
}

@media screen and (max-width: 768px) {
  #sp-header {
    background-color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    min-height: 16.2666666667vw;
  }
  #sp-header-logo img {
    max-width: 66.6666666667vw;
  }
}
/*==================================
サイドナビが無い場合。
  *** カレンダー、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: 0px;
    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 10px top;
  background-size: 24px;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  #pankuzu .in {
    padding-left: 45px;
  }
}
@media screen and (max-width: 768px) {
  #pankuzu .in {
    padding: 3px 0px 5px 32px;
    background-position: left top 6px;
  }
}
#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 {
  overflow: hidden;
  box-sizing: border-box;
  color: #fff;
  background-color: #364580;
  font-size: 2.25rem;
  border-radius: 0px;
  box-sizing: border-box;
}
h1.title .bg {
  display: block;
}
@media print, screen and (min-width: 769px) {
  h1.title {
    padding: 24px 20px;
  }
}
@media screen and (max-width: 768px) {
  h1.title {
    padding: 10px 18px;
    font-size: 1.875rem;
  }
}

h1:not([class]):not([id]) {
  text-align: center;
}

h1 img {
  max-width: 100%;
}

@media print, screen and (min-width: 769px) {
  h1, h1.title {
    width: 100%;
  }
}
.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: 48px;
  border: 2px solid #e3e3c7;
  border-radius: 0px;
  padding: 8px;
}
.news-area .title {
  overflow: hidden;
  padding: 10px 20px 16px;
  color: #1a4053;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
.news-area .title::before, .news-area .title::after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
}
.news-area .title::before {
  width: 100%;
  background-color: #e3e3c7;
}
.news-area .title::after {
  width: 23.5%;
  background-color: #354380;
}
.news-area .in {
  padding: 10px 10px 10px;
}
.news-area .in p {
  word-break: break-all;
}
.news-area .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news-area .list li {
  border-bottom: 1px solid #e3e3c7;
  padding-bottom: 10px;
}
.news-area .list li .date, .news-area .list li .text {
  display: block;
  line-height: 1.2;
}
@media print, screen and (min-width: 769px) {
  .news-area .list li {
    display: flex;
    gap: 1px;
  }
  .news-area .list li .date {
    width: 9em;
  }
  .news-area .list li .text {
    width: calc(100% - 9em - 1px);
  }
}
@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: #1e4fb6;
  text-decoration: underline;
  padding-left: 26px;
  position: relative;
  min-width: 112px;
  font-size: 100%;
}
.anchor .box button::before {
  content: "";
  position: absolute;
  background-color: #205770;
  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: #d9f6f5;
  border: 1px solid 2px solid #a1cae0;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  color: #1c4153;
}
@media screen and (max-width: 768px) {
  .anchor ul li a {
    border-radius: 3px;
  }
}
.anchor ul li a::after {
  content: "";
  position: absolute;
  background-color: #1c4153;
  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(198.2829787234, 241.5670212766, 240.0744680851);
}
.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 35px;
  background-image: url(../img_sub/v3.2/link_item_naibu.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
}
.link-item .icon2 {
  display: inline-block;
  padding: 5px 0px 5px 35px;
  background-image: url(../img_sub/v3.2/link_item_gaibu.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
}
.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: 30px;
}

/*==================================
目次ページ
==================================*/
/* 共通 */
.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/30px;
}
.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/30px;
}
.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: #36447f;
  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 3px 3px/30px;
}
.level1col2-gaiyo .dir, .level2col2js .dir, .level2col2-mixed-js .dir {
  background: url(../img_sub/v3.2/list_icon_dir.png) no-repeat 3px 3px/30px;
}
.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: #36447f;
  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 #cccccc;
  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 #cccccc;
  border-collapse: collapse;
  word-break: break-all;
}
.table th {
  background-color: #f6f6e7;
  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 {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  margin-top: 48px;
}
.toiawase .title {
  overflow: hidden;
  padding: 16px 20px 16px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  background-color: #36447f;
}
.toiawase .in {
  padding: 18px 32px 24px;
}
.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: #36447f;
  box-sizing: border-box;
  width: fit-content;
  min-width: 250px;
  padding: 8px 30px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.toiawase .mail a::after {
  content: "";
  position: absolute;
  background-color: #205770;
  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 #cccccc;
  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: #fff;
  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: #1e159e;
}
#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: #1e159e;
}

@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 #B4B4B4;
  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 #fff;
  border-bottom: 2px solid #fff;
  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: #1e159e;
  border: 1px solid #1e159e;
}
.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: #1e159e;
}
.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 #B4B4B4;
  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: #36447f;
}
.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: #36447f;
  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 #a1cae0;
  border-radius: 5px 5px 0 0;
}
#event-page-slider .title {
  background: #d9f6f5;
  color: #1c4153;
  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: #1e159e;
  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: #fff;
  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: #1e159e;
  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: #fff;
  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: #d9f6f5;
  color: #1c4153;
  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: #d9f6f5;
  color: #1c4153;
  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: #205770;
  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 #B4B4B4;
  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 #fff;
  border-bottom: 2px solid #fff;
  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: #36447f;
  border: 1px solid #36447f;
}
#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: #36447f;
}
#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: #36447f 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: #d9f6f5 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 #cccccc;
  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 #cccccc;
  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;
  margin-bottom: 36px;
}

/* よくあるご質問詳細ページ 0009_2 */
.faq-block {
  border: 1px solid #B4B4B4;
  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: #36447f;
  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: #F3F3F3;
  margin: 0;
  background-image: none;
  margin: 0 42px 24px 20px;
  padding: 10px 12px;
}
.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: #F3F3F3;
  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 #a1cae0;
  border-radius: 5px 5px 0 0;
}
.backnumber-area .head-title {
  background: #d9f6f5;
  color: #1c4153;
  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: #1e159e;
  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: #fff;
  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: #1e159e;
  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: #fff;
  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: #36447f;
}
.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 #36447f;
  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 #B4B4B4;
  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 #1e159e;
}
.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: #1e159e;
  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: #fff;
  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: #36447f;
  color: #fff;
  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(51.3, 64.6, 120.65);
}

@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] .text_ {
  color: #ffdbea !important;
}
html[data-bgcolor=color_black] .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 .menu-btn-area a {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
}
html[data-bgcolor=color_black] #sp-header .menu-btn-area a .menu::after, html[data-bgcolor=color_black] #sp-header .menu-btn-area a .close::after {
  background-color: #fff;
}
html[data-bgcolor=color_black] #header, html[data-bgcolor=color_black] .header-subnav-area, html[data-bgcolor=color_black] .box-support, html[data-bgcolor=color_black] .box-intro, html[data-bgcolor=color_black] #header-logo, html[data-bgcolor=color_black] .header-space, html[data-bgcolor=color_black] .header-space > .col-list,
html[data-bgcolor=color_black] #sp-header, html[data-bgcolor=color_black] #sp-header > .box, html[data-bgcolor=color_black] #sp-header-logo,
html[data-bgcolor=color_black] .header-space .image-list, html[data-bgcolor=color_black] .header-space .link-list,
html[data-bgcolor=color_black] .slide-controls, html[data-bgcolor=color_black] .control-unit, html[data-bgcolor=color_black] .slide-pager, html[data-bgcolor=color_black] .bx-pager, html[data-bgcolor=color_black] .bx-pager-list {
  background: transparent !important;
}
html[data-bgcolor=color_black] .title-box img {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .link-list .item::after, html[data-bgcolor=color_black] .footer .footer-in-box-nav .list .item::after,
html[data-bgcolor=color_black] #sp-header .modal-menu .list .item::before,
html[data-bgcolor=color_black] #sp-header .modal-menu .close-btn .close::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .header-nav .list > li::before, html[data-bgcolor=color_black] .header-nav .list > li::after,
html[data-bgcolor=color_black] .footer-nav .list .item::before, html[data-bgcolor=color_black] .footer-nav .list .item::after {
  border-left: 1px solid #fff !important;
}
html[data-bgcolor=color_black] .header-lang .btn-lang-select {
  border: 1px solid #fff !important;
  border-left: none !important;
}
html[data-bgcolor=color_black] .box-support button, html[data-bgcolor=color_black] .support-block button {
  background-color: #000 !important;
  color: #f5c77b !important;
}
html[data-bgcolor=color_black] .box-support button:visited, html[data-bgcolor=color_black] .support-block button:visited {
  color: #f5c77b !important;
}
html[data-bgcolor=color_black] .box-support button:hover, html[data-bgcolor=color_black] .support-block button:hover {
  color: #f5c77b !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] #about .in .text {
  text-shadow: none !important;
}
html[data-bgcolor=color_black] .scroll-hint-icon-wrap {
  background: 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_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] .text_ {
  color: #ffdbea !important;
}
html[data-bgcolor=color_blue] .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 .menu-btn-area a {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
}
html[data-bgcolor=color_blue] #sp-header .menu-btn-area a .menu::after, html[data-bgcolor=color_blue] #sp-header .menu-btn-area a .close::after {
  background-color: #fff;
}
html[data-bgcolor=color_blue] #header, html[data-bgcolor=color_blue] .header-subnav-area, html[data-bgcolor=color_blue] .box-support, html[data-bgcolor=color_blue] .box-intro, html[data-bgcolor=color_blue] #header-logo, html[data-bgcolor=color_blue] .header-space, html[data-bgcolor=color_blue] .header-space > .col-list,
html[data-bgcolor=color_blue] #sp-header, html[data-bgcolor=color_blue] #sp-header > .box, html[data-bgcolor=color_blue] #sp-header-logo,
html[data-bgcolor=color_blue] .header-space .image-list, html[data-bgcolor=color_blue] .header-space .link-list,
html[data-bgcolor=color_blue] .slide-controls, html[data-bgcolor=color_blue] .control-unit, html[data-bgcolor=color_blue] .slide-pager, html[data-bgcolor=color_blue] .bx-pager, html[data-bgcolor=color_blue] .bx-pager-list {
  background: transparent !important;
}
html[data-bgcolor=color_blue] .title-box img {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .link-list .item::after, html[data-bgcolor=color_blue] .footer .footer-in-box-nav .list .item::after,
html[data-bgcolor=color_blue] #sp-header .modal-menu .list .item::before,
html[data-bgcolor=color_blue] #sp-header .modal-menu .close-btn .close::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .header-nav .list > li::before, html[data-bgcolor=color_blue] .header-nav .list > li::after,
html[data-bgcolor=color_blue] .footer-nav .list .item::before, html[data-bgcolor=color_blue] .footer-nav .list .item::after {
  border-left: 1px solid #fff !important;
}
html[data-bgcolor=color_blue] .header-lang .btn-lang-select {
  border: 1px solid #fff !important;
  border-left: none !important;
}
html[data-bgcolor=color_blue] .box-support button, html[data-bgcolor=color_blue] .support-block button {
  background-color: #005795 !important;
  color: #f5c77b !important;
}
html[data-bgcolor=color_blue] .box-support button:visited, html[data-bgcolor=color_blue] .support-block button:visited {
  color: #f5c77b !important;
}
html[data-bgcolor=color_blue] .box-support button:hover, html[data-bgcolor=color_blue] .support-block button:hover {
  color: #f5c77b !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] #about .in .text {
  text-shadow: none !important;
}
html[data-bgcolor=color_blue] .scroll-hint-icon-wrap {
  background: 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);
}