@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  background: #fff;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 180%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #223d82;
  text-decoration: underline;
}

a:visited {
  color: #8b008b;
  text-decoration: underline;
}

a:hover {
  color: #00118F;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: inherit;
  color: #223d82;
}

a:active {
  _background: inherit; /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}
.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}
.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #ababab;
  text-align: center;
}

.scheme2 {
  border: 1px solid #ccc;
  text-align: center;
}

.scheme3 {
  background-color: #333;
  text-align: center;
}

.scheme4 {
  background-color: #333;
  text-align: center;
}

.scheme5 {
  border: 1px solid #ccc;
  text-align: center;
}

.scheme6 {
  background-color: #333;
  text-align: center;
}

.scheme7 {
  background-color: #ccc;
  text-align: center;
}

.scheme8 {
  background-color: #555;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #eee;
  text-align: center;
}

.scheme10 {
  background-color: #4682c0;
  text-align: center;
}

.scheme11 {
  background-color: #c896bd;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
@media print, screen and (min-width: 769px) {
  form.gsc-search-box {
    width: calc(10em - 160px + 445px) !important;
  }
}
@media screen and (max-width: 768px) {
  form.gsc-search-box {
    width: 100% !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border: 1px solid #258ada !important;
    border-radius: 3px 0px 0px 3px !important;
  }
}
@media screen and (max-width: 768px) {
  .gsc-input-box {
    border: 2px solid #258ada !important;
    border-radius: 0 0 0 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 38px;
    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: 1rem !important;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 38px;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 40px;
    }
  }
  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: #258ada !important;
    width: 50px !important;
    border: 1px solid #258ada !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: #258ada !important;
    width: 10.6vw !important;
    border: 1px solid #258ada !important;
    border-radius: 0 3px 3px 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 20px !important;
    height: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 5.3vw !important;
    height: 5.3vw !important;
  }
}

.dummy-search-area {
  box-sizing: border-box;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .dummy-search-area {
    width: calc(10em - 160px + 445px);
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-area {
    width: 100%;
  }
}

.dummy-search {
  box-sizing: border-box;
  padding: 10px 0 10px 13px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .dummy-search {
    border: 1px solid #258ada;
    height: 40px;
    width: calc(100% - 50px);
    border-radius: 3px 0px 0px 3px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search {
    border: 2px solid #258ada;
    height: 10.66vw;
    width: calc(100% - 10.6vw);
    border-radius: 0 0 0 0;
    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: #258ada;
    flex-basis: 50px;
    width: 50px;
    height: 40px;
    border: 1px solid #258ada;
    border-radius: 0px 3px 3px 0px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-btn {
    background-color: #258ada;
    flex-basis: 10.6vw;
    width: 10.6vw;
    height: 10.66vw;
    border: 1px solid #258ada;
    border-radius: 0 3px 3px 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .dummy-search-btn svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-btn svg {
    width: 5.3vw;
    height: 5.3vw;
    fill: #ffffff;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}
#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}
#smartphone .wrap {
  align-items: center;
  background-color: #ceeef7;
  border: 2px solid #a6d6e7;
  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: #284683;
  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;
}

#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: #284683;
  text-align: center;
}

.scheme2 {
  border: 1px solid #0056ac;
  text-align: center;
}

.scheme3 {
  background-color: #fff;
  text-align: center;
}

.scheme4 {
  background-color: #ceeef7;
  text-align: center;
}

.scheme5 {
  border: 2px solid #a6d6e7;
  text-align: center;
}

.scheme6 {
  background-color: #333;
  text-align: center;
}

.scheme7 {
  background-color: #ecf2ee;
  text-align: center;
}

.scheme8 {
  background-color: #284683;
  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;
}

@media print, screen and (min-width: 769px) {
  .emergency {
    padding: 30px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .emergency {
    padding: 20px 0 15px;
  }
}
.emergency .c-width {
  background-color: #fee9ed;
  border: 2px solid #f4bdc7;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  .emergency .c-width {
    padding: 20px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .emergency .c-width {
    padding: 25px 0 20px;
  }
}
.emergency .title {
  color: #82313f;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .emergency .title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .emergency .title {
    font-size: 1.375rem;
  }
}
.emergency .emergency-list {
  overflow: auto;
}
@media print, screen and (min-width: 769px) {
  .emergency .emergency-list {
    height: 140px;
    padding: 15px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .emergency .emergency-list {
    height: 230px;
    padding: 6.6666666667vw 5.3333333333vw 0;
  }
}
.emergency .emergency-list li {
  border-bottom: 2px solid #f5d8dd;
  border-radius: 2px;
}
@media print, screen and (min-width: 769px) {
  .emergency .emergency-list li {
    display: flex;
    gap: 0 20px;
    padding: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .emergency .emergency-list li {
    line-height: 1.5;
    padding: 8px 0;
  }
}
.emergency .emergency-list li .date {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .emergency .emergency-list li .date {
    flex-shrink: 0;
    padding-left: 22px;
  }
}
@media screen and (max-width: 768px) {
  .emergency .emergency-list li .date {
    font-size: 0.8125rem;
    display: block;
    padding-left: 6.6666666667vw;
  }
}
.emergency .emergency-list li .date::before {
  background-color: #f496a8;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 12px;
}
@media screen and (max-width: 768px) {
  .emergency .emergency-list li .date::before {
    top: 5px;
  }
}
.emergency .emergency-list li a {
  color: #851111;
}
@media screen and (max-width: 768px) {
  .emergency .emergency-list li a {
    font-size: 0.8125rem;
  }
}

[data-ver="1"] .gsib_b {
  display: none;
}
[data-ver="1"] .gsst_b {
  padding: 0 !important;
}
[data-ver="1"] .gsc-search-button {
  margin: 0 !important;
  display: block !important;
}
@media print, screen and (min-width: 769px) {
  [data-ver="1"] td.gsc-search-button {
    height: 40px;
  }
  @-moz-document url-prefix() {
    [data-ver="1"] td.gsc-search-button {
      height: 40px;
    }
  }
  [data-ver="1"] td.gsc-search-button {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  [data-ver="1"] td.gsc-search-button {
    height: calc(10.66vw + 2px);
  }
  @-moz-document url-prefix() {
    [data-ver="1"] td.gsc-search-button {
      height: calc(10.66vw + 2px);
    }
  }
  [data-ver="1"] td.gsc-search-button {
    padding-left: 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .adv {
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .adv {
    padding: 70px 0 40px;
  }
}
.adv .title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .adv .title {
    font-size: 1rem;
  }
}
.adv .adv-list {
  display: grid;
}
@media print, screen and (min-width: 769px) {
  .adv .adv-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 20px auto 0;
    width: 980px;
  }
}
@media screen and (max-width: 768px) {
  .adv .adv-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 2.6666666667vw;
    margin: 15px auto 0;
    width: 82.6666666667vw;
  }
}
.adv img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .adv img {
    height: 60px;
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .adv img {
    height: 40px;
    width: 40vw;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  body {
    zoom: 1;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

a:has(> img) {
  display: inline-block;
}

.slider a:focus, .slider a:focus-visible {
  outline: none;
  position: relative;
}
.slider a:focus::before, .slider a:focus-visible::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 6px;
  outline: 1px solid #fff;
  border: 2px solid #333;
}

@media print, screen and (min-width: 769px) {
  .u-pc-flex {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .u-sp-flex {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .u-sp-jcsb {
    justify-content: space-between;
  }
}

.u-bg-ecf2ee {
  background-color: #ecf2ee;
}

.u-opacity a:hover img {
  opacity: 0.85;
}

.u-text-right {
  text-align: right;
}

@media print, screen and (min-width: 769px) {
  .c-width {
    margin: 0 auto;
    width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .c-width {
    margin: 0 2.6666666667vw;
  }
}

.c-h2-title {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .c-h2-title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 768px) {
  .c-h2-title {
    font-size: 1.375rem;
  }
}

.c-link li {
  background-color: #fff;
  border: 1px solid #aac9e4;
  border-radius: calc(infinity * 1px);
  text-align: center;
}
.c-link a {
  color: #223d82;
  text-align: center;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .c-link a:hover {
    text-decoration: underline;
  }
}

.c-link-arrow a {
  background-image: url(../img_common/c_link_arrow.png);
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .c-link-arrow a {
    background-position: left top 0.7rem;
    padding-left: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-link-arrow a {
    background-position: left top 5px;
    padding-left: 4vw;
  }
}

@media print, screen and (min-width: 769px) {
  .mv-box {
    padding-bottom: 35px;
  }
}

@media print, screen and (min-width: 769px) {
  .mv-flex {
    margin: 0 auto;
    gap: 0 30px;
    padding-top: 35px;
    width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .mv-flex {
    padding-top: 5px;
  }
}

.splide.mv {
  --pcImgWidth: 100%;
  --pcImgHeight: 395px;
  --spImgWidth: 100%;
  --spImgHeight: 190px;
  --pcGap: 0;
  --spGap: 0;
}
.splide.mv .splide-wrapper {
  position: relative;
}
.splide.mv .splide__track {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__slide {
    width: var(--pcImgWidth);
  }
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__slide {
    width: var(--spImgWidth);
  }
}
.splide.mv .splide__slide a {
  display: block;
}
.splide.mv .splide__slide img {
  border: 1px solid #849a9b;
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__slide img {
    width: var(--pcImgWidth);
    height: var(--pcImgHeight);
  }
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__slide img {
    width: var(--spImgWidth);
    height: var(--spImgHeight);
  }
}
.splide.mv .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__arrows {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__arrows {
    display: grid;
    grid-template-columns: 1fr auto auto 1fr;
    margin-top: 10px;
    width: 100%;
  }
}
.splide.mv .splide__arrow {
  position: initial;
  right: initial;
  left: initial;
  transform: initial;
  opacity: initial;
  border-radius: initial;
  background-color: transparent;
  height: 40px;
  width: 40px;
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__arrow {
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__arrow {
    top: 0;
    position: relative;
  }
}
.splide.mv .splide__arrow::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
  width: 40px;
  height: 40px;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__arrow:hover {
    opacity: 0.85;
  }
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__arrow--prev {
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__arrow--prev {
    left: 2.6666666667vw;
  }
}
.splide.mv .splide__arrow--prev::before {
  background: url(../img_top/prev.png) center center no-repeat;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__arrow--next {
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__arrow--next {
    right: 2.6666666667vw;
    justify-self: end;
  }
}
.splide.mv .splide__arrow--next::before {
  background: url(../img_top/next.png) center center no-repeat;
}
.splide.mv .splide__controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__controls {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__controls {
    justify-content: center;
  }
}
.splide.mv .splide__pagination {
  padding: 0;
  position: initial;
  gap: 6px;
}
.splide.mv .splide__pagination li {
  display: flex;
}
.splide.mv .splide__pagination__page {
  margin: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #333;
  transition: initial;
  opacity: initial;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__pagination__page:hover {
    opacity: 0.85;
  }
}
.splide.mv .splide__pagination__page.is-active {
  background: #0857a8;
  transform: initial;
}
.splide.mv .splide__toggle {
  border-radius: 5px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid #0857a8;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__toggle:hover {
    opacity: 0.85;
  }
}
.splide.mv .splide__toggle span {
  margin: auto;
  width: 14px;
  height: 14px;
  position: absolute;
  inset: 0;
  background-color: #0857a8;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.splide.mv .splide__toggle__play {
  clip-path: polygon(95% 50%, 5% 0%, 5% 100%);
}
.splide.mv .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%);
}
.splide.mv:not(.is-active) {
  visibility: visible !important;
}
.splide.mv:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .splide.mv:not(.is-active) .splide__list {
    gap: var(--pcGap);
  }
}
@media screen and (max-width: 768px) {
  .splide.mv:not(.is-active) .splide__list {
    gap: var(--spGap);
  }
}
.splide.mv:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.splide.mv:not(.is-active) .splide__arrows {
  display: none;
}
.splide.mv:not(.is-active) .splide__toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  .banner {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-list {
    margin: 0 8.5333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .banner .banner-list li:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.banner .banner-list li a {
  display: block;
}
.banner .banner-list li img {
  border: 1px solid #849a9b;
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .banner .banner-list li img {
    height: 122px;
    width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-list li img {
    height: 146px;
    width: 100%;
  }
}

#countdown-area {
  margin-top: 20px;
}

.splide.countdown-slider {
  --pcImgWidth: 100%;
  --pcImgHeight: 180px;
  --spImgWidth: 100%;
  --spImgHeight: 85px;
  --pcGap: 0;
  --spGap: 0;
}
.splide.countdown-slider .splide-wrapper {
  background-color: #fff;
  border: 5px solid #d8e0db;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide-wrapper {
    padding: 25px;
  }
}
.splide.countdown-slider .splide__track {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__slide {
    width: var(--pcImgWidth);
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__slide {
    width: var(--spImgWidth);
  }
}
.splide.countdown-slider .splide__slide img {
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__slide img {
    width: 180px;
    height: var(--pcImgHeight);
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__slide img {
    width: 22.6666666667vw;
    height: var(--spImgHeight);
  }
}
.splide.countdown-slider .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.splide.countdown-slider .splide__arrow {
  right: initial;
  left: initial;
  transform: initial;
  opacity: initial;
  border-radius: initial;
  background-color: transparent;
  height: 30px;
  width: 30px;
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__arrow {
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__arrow {
    top: 0;
  }
}
.splide.countdown-slider .splide__arrow::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__arrow:hover {
    opacity: 0.85;
  }
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__arrow--prev {
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__arrow--prev {
    left: 2.6666666667vw;
  }
}
.splide.countdown-slider .splide__arrow--prev::before {
  background: url(../img_top/prev.png) center center no-repeat;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__arrow--next {
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__arrow--next {
    right: 2.6666666667vw;
    justify-self: end;
  }
}
.splide.countdown-slider .splide__arrow--next::before {
  background: url(../img_top/next.png) center center no-repeat;
}
.splide.countdown-slider .splide__controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__controls {
    margin-top: 15px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__controls {
    position: relative;
    justify-content: center;
  }
}
.splide.countdown-slider .splide__pagination {
  padding: 0;
  position: initial;
  gap: 6px;
}
.splide.countdown-slider .splide__pagination li {
  display: flex;
}
.splide.countdown-slider .splide__pagination__page {
  margin: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #333;
  transition: initial;
  opacity: initial;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__pagination__page:hover {
    opacity: 0.85;
  }
}
.splide.countdown-slider .splide__pagination__page.is-active {
  background: #0857a8;
  transform: initial;
}
.splide.countdown-slider .splide__toggle {
  border-radius: 5px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid #0857a8;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__toggle:hover {
    opacity: 0.85;
  }
}
.splide.countdown-slider .splide__toggle span {
  margin: auto;
  width: 14px;
  height: 14px;
  position: absolute;
  inset: 0;
  background-color: #0857a8;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.splide.countdown-slider .splide__toggle__play {
  clip-path: polygon(95% 50%, 5% 0%, 5% 100%);
}
.splide.countdown-slider .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%);
}
.splide.countdown-slider:not(.is-active) {
  visibility: visible !important;
}
.splide.countdown-slider:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider:not(.is-active) .splide__list {
    gap: var(--pcGap);
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider:not(.is-active) .splide__list {
    gap: var(--spGap);
  }
}
.splide.countdown-slider:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.splide.countdown-slider:not(.is-active) .splide__arrows {
  display: none;
}
.splide.countdown-slider:not(.is-active) .splide__toggle {
  display: none;
}
.splide.countdown-slider .cd-box {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .cd-box {
    gap: 0 35px;
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .cd-box {
    gap: 0 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .cd-description-text {
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.5;
  }
}
.splide.countdown-slider .cd-on-event {
  margin: 20px auto 0;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .on-event-text {
    font-size: 2.75rem;
    font-weight: bold;
  }
}

#countdown-area {
  margin-bottom: 30px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #countdown-area {
    padding: 0 15px;
  }
}
#countdown-area .title {
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  #countdown-area .title {
    font-size: 0.875rem;
  }
}
#countdown-area .splide-wrapper {
  border: 5px solid #d8e0db;
  border-radius: 4px;
  padding: 18px;
}
@media screen and (max-width: 768px) {
  #countdown-area .splide-wrapper {
    padding: 8px;
  }
}
#countdown-area .splide-wrapper .cd-box {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  #countdown-area .splide-wrapper .cd-description-text {
    line-height: 2.5rem;
  }
}
#countdown-area .splide-wrapper .cd-before-event {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
#countdown-area .splide-wrapper .txt {
  font-size: 1.5rem;
  font-weight: bold;
}
#countdown-area .splide-wrapper .day {
  font-size: 2.75rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #countdown-area .splide-wrapper .day {
    font-size: 2.5rem;
  }
}
#countdown-area .splide-wrapper .day span {
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #countdown-area .photo a {
    display: block;
  }
}
#countdown-area .photo img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  #countdown-area .photo img {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  #countdown-area .photo img {
    width: 85px;
  }
}
#countdown-area .cd-on-event, #countdown-area .cd-after-event {
  padding: 5px 0;
  font-size: 2.75rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  #countdown-area .cd-on-event, #countdown-area .cd-after-event {
    line-height: normal;
  }
}
@media screen and (max-width: 768px) {
  #countdown-area .cd-on-event, #countdown-area .cd-after-event {
    font-size: 1.125rem;
  }
}
#countdown-area .splide button {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 0;
  vertical-align: bottom;
}
#countdown-area .splide a:focus, #countdown-area .splide a:focus-visible {
  outline: none;
  position: relative;
}
#countdown-area .splide a:focus::before, #countdown-area .splide a:focus-visible::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 6px;
  outline: 1px solid #fff;
  border: 2px solid #333;
}
#countdown-area .splide .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  #countdown-area .splide .splide__arrows {
    max-width: 200px;
  }
}
#countdown-area .splide .splide__arrow {
  background: initial;
  right: initial;
  left: initial;
  transform: initial;
  opacity: 1;
  width: 40px;
  height: 40px;
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  #countdown-area .splide .splide__arrow {
    top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #countdown-area .splide .splide__arrow {
    top: initial;
    width: 30px;
    height: 30px;
  }
}
#countdown-area .splide .splide__arrow::before {
  background-size: 13px 20px;
  content: "";
  display: block;
  margin: auto;
  inset: 0;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}
@media print, screen and (min-width: 769px) {
  #countdown-area .splide .splide__arrow::before {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  #countdown-area .splide .splide__arrow::before {
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #countdown-area .splide .splide__arrow:hover {
    opacity: 0.85;
  }
}
#countdown-area .splide .splide__arrow--prev {
  left: -20px;
}
@media screen and (max-width: 768px) {
  #countdown-area .splide .splide__arrow--prev {
    left: 0;
  }
}
#countdown-area .splide .splide__arrow--prev::before {
  background: url(../img_sub/v3.2/event_prev.png) center center no-repeat;
}
#countdown-area .splide .splide__arrow--prev:hover::before {
  background: url(../img_sub/v3.2/event_prev_hover.png) center center no-repeat;
}
#countdown-area .splide .splide__arrow--next {
  right: -20px;
}
@media screen and (max-width: 768px) {
  #countdown-area .splide .splide__arrow--next {
    right: 0;
  }
}
#countdown-area .splide .splide__arrow--next::before {
  background: url(../img_sub/v3.2/event_next.png) center center no-repeat;
}
#countdown-area .splide .splide__arrow--next:hover::before {
  background: url(../img_sub/v3.2/event_next_hover.png) center center no-repeat;
}
#countdown-area .splide .splide__pagination {
  padding: 0;
  position: initial;
  gap: 13px;
}
#countdown-area .splide .splide__pagination li {
  display: flex;
}
#countdown-area .splide .splide__pagination li img {
  width: 270px;
  height: 190px;
  object-fit: contain;
}
#countdown-area .splide .splide__slide {
  display: flex;
  width: 100%;
}
#countdown-area .splide .splide__slide a {
  display: inline-block;
  width: 100%;
}
#countdown-area .splide .splide__slide img {
  object-fit: contain;
}
#countdown-area .splide .splide__pagination__page {
  margin: 0;
  width: 10px;
  height: 10px;
  background: #015dbb;
  border: 1px solid #015dbb;
  transition: initial;
  opacity: initial;
}
@media print, screen and (min-width: 769px) {
  #countdown-area .splide .splide__pagination__page:hover {
    opacity: 0.85;
  }
}
#countdown-area .splide .splide__pagination__page.is-active {
  border-radius: 5px;
  background: #fff;
  border: 2px solid #015dbb;
  transform: initial;
}
#countdown-area .splide .splide__toggle {
  width: 25px;
  height: 25px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #countdown-area .splide .splide__toggle:hover {
    opacity: 0.85;
  }
}
#countdown-area .splide .splide__toggle:hover .splide__toggle__play {
  background: url(../img_sub/v3.2/event_start_hover.png) center center/100% no-repeat;
}
#countdown-area .splide .splide__toggle:hover .splide__toggle__pause {
  background: url(../img_sub/v3.2/event_stop_hover.png) center center/100% no-repeat;
}
#countdown-area .splide .splide__toggle span {
  margin: auto;
  position: absolute;
  inset: 0;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#countdown-area .splide .splide__toggle__play {
  background: url(../img_sub/v3.2/event_start.png) center center/100% no-repeat;
}
#countdown-area .splide .splide__toggle__pause {
  background: url(../img_sub/v3.2/event_stop.png) center center/100% no-repeat;
}
#countdown-area .splide:not(.is-active) {
  visibility: visible !important;
}
#countdown-area .splide:not(.is-active) .splide__arrows {
  display: none;
}

.floating-banner .floating-banner-list {
  display: flex;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 51;
}
@media print, screen and (min-width: 769px) {
  .floating-banner .floating-banner-list {
    gap: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .floating-banner .floating-banner-list {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  .floating-banner .floating-banner-list img {
    height: auto;
    width: 155px;
  }
}
@media screen and (max-width: 768px) {
  .floating-banner .floating-banner-list img {
    height: 100%;
    width: 29.3333333333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .tab {
    margin-top: 18px;
    gap: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .tab {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.tab .accessible-tabs {
  flex: 1;
}
.tab .accessible-tabs .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media print, screen and (min-width: 769px) {
  .tab .accessible-tabs .list {
    gap: 0 6px;
  }
}
@media screen and (max-width: 768px) {
  .tab .accessible-tabs .list {
    gap: 0 0.5333333333vw;
  }
}
.tab .accessible-tabs .list li {
  border: 1px solid #c7d4cb;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  background-color: #fbfbfb;
  text-align: center;
}
.tab .accessible-tabs .list li a {
  border-top: 6px solid #80c3de;
  color: #4c4e5c;
  display: block;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .tab .accessible-tabs .list li a {
    font-size: 1.125rem;
    padding: 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .tab .accessible-tabs .list li a {
    font-size: 0.875rem;
    padding: 8px 0;
  }
}
.tab .accessible-tabs .list li.hover {
  background-color: #fff;
  margin-bottom: -1px;
}
.tab .accessible-tabs .list li.hover a {
  border-top: 6px solid #015dbb;
  border-radius: 4px 4px 0 0;
}
.tab .in {
  background-color: #fff;
  border: 1px solid #c7d4cb;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media print, screen and (min-width: 769px) {
  .tab .in {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .tab .in {
    padding-bottom: 18px;
  }
}
.tab .pageListNotExists {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
.tab .tag-list .tab-list li {
  align-items: center;
  border-bottom: 2px solid #efefef;
  display: grid;
  grid-template-columns: auto auto 1fr;
}
@media print, screen and (min-width: 769px) {
  .tab .tag-list .tab-list li {
    gap: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .tab .tag-list .tab-list li {
    gap: 0 1.3333333333vw;
  }
}
.tab .tag-list .tab-list .pageDate {
  grid-row: 1;
  grid-column: 1;
}
.tab .tag-list .tab-list .tag-pos-before, .tab .tag-list .tab-list .tag-pos-after {
  grid-row: 1;
  grid-column: 2;
  display: flex;
  gap: 5px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .tab .tag-list .tab-list .tag-pos-before, .tab .tag-list .tab-list .tag-pos-after {
    gap: 1.0666666667vw;
  }
}
.tab .tag-list .tab-list .pageLink {
  color: #223d82;
  display: contents;
  text-decoration: none;
  display: grid;
  grid-column: 1/4; /* 親(li)の全カラム(1〜3番目)を占有する */
  grid-row: 1/3; /* 親(li)の全行(1〜2行目)を占有する */
  grid-template-columns: subgrid; /* 親(li)の列幅の定義をそのまま引き継ぐ */
  grid-template-rows: subgrid; /* 親(li)の行幅の定義をそのまま引き継ぐ */
}
.tab .tag-list .tab-list .pageRecent {
  grid-row: 1;
  grid-column: 3;
  justify-self: start;
  color: #b30818;
}
@media print, screen and (min-width: 769px) {
  .tab .tag-list .tab-list .pageRecent {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .tab .tag-list .tab-list .pageRecent {
    align-items: center;
    display: flex;
    font-size: 0.8125rem;
  }
}
.tab .tag-list .tab-list .title-text {
  grid-row: 2;
  grid-column: 1/4;
}
.tab .tag-list .tab-list .title-text:hover {
  text-decoration: underline;
}
.tab .tag-list .tab-list .tag1 .tag-type-text {
  background-color: #ffe1b6;
}
.tab .tag-list .tab-list .tag2 .tag-type-text {
  background-color: #faf9bc;
}
.tab .tag-list .tab-list .tag3 .tag-type-text {
  background-color: #dacfe9;
}
.tab .tag-list .tab-list .tag4 .tag-type-text {
  background-color: #cdf4d0;
}
.tab .tag-list .tab-list .tag5 .tag-type-text {
  background-color: #b7daed;
}
.tab .tag-list .tab-list .tag-type-text {
  border-radius: 3px;
}
@media print, screen and (min-width: 769px) {
  .tab .tag-list .tab-list .tag-type-text {
    font-size: 0.8125rem;
    padding: 2px 10px;
  }
}
@media screen and (max-width: 768px) {
  .tab .tag-list .tab-list .tag-type-text {
    font-size: 0.625rem;
    padding: 2px 1.3333333333vw;
  }
}
.tab .no-tag-list .tab-list li {
  border-bottom: 2px solid #efefef;
}
.tab .no-tag-list .tab-list li .date {
  display: block;
}
.tab .no-tag-list .tab-list li a {
  display: inline-block;
  text-decoration: none;
}
.tab .no-tag-list .tab-list li a:hover {
  text-decoration: underline;
}
.tab .tab-list {
  overflow: auto;
  border-top: 1px solid #c7d4cb;
}
@media print, screen and (min-width: 769px) {
  .tab .tab-list {
    height: 270px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tab .tab-list {
    height: 330px;
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .tab .tab-list li {
    margin: 0 30px;
    padding: 10px 30px;
  }
}
@media screen and (max-width: 768px) {
  .tab .tab-list li {
    margin: 0 3.2vw;
    padding: 10px 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .tab .tab-list li a {
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}
.tab .tab-list li .pageDate, .tab .tab-list li .date {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tab .tab-list li .pageDate, .tab .tab-list li .date {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tab .tab-list li .pageDate, .tab .tab-list li .date {
    font-size: 0.8125rem;
    padding-left: 5.3333333333vw;
  }
}
.tab .tab-list li .pageDate::before, .tab .tab-list li .date::before {
  background-color: #015dbb;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.tab .more {
  margin-top: 5px;
}
@media print, screen and (min-width: 769px) {
  .tab .more {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tab .more {
    margin-right: 3.2vw;
  }
}
.tab .more a {
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab .more a {
    font-size: 0.8125rem;
  }
}
.tab .more a:hover::after {
  display: none;
}
.tab .more a::after {
  background-color: #1d88c5;
  bottom: -6px;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 100%;
}

.koho {
  background: url(../img_top/koho_bg.png) center center/cover no-repeat;
  border: 1px solid #c7d4cb;
  border-radius: 5px;
}
@media print, screen and (min-width: 769px) {
  .koho {
    padding: 25px 35px;
    width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .koho {
    margin-top: 15px;
    padding: 32px 9.6vw 32px;
  }
}
.koho .title {
  color: #333;
  font-weight: bold;
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .koho .title {
    font-weight: normal;
  }
}
.koho .koho-img {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .koho .koho-img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .koho .koho-img {
    margin-top: 25px;
  }
}
.koho .koho-img img {
  border: 3px solid #fff;
  border-radius: 3px;
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .koho .koho-img img {
    height: 190px;
    width: 134px;
  }
}
@media screen and (max-width: 768px) {
  .koho .koho-img img {
    height: 255px;
    width: 48vw;
  }
}
@media print, screen and (min-width: 769px) {
  .koho .koho-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .koho .koho-list {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 1.3333333333vw;
    margin-top: 25px;
  }
}
.koho .koho-list li {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .koho .koho-list li {
    min-height: 35px;
  }
  .koho .koho-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .koho .koho-list li {
    min-height: 36px;
    width: 37.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .koho .koho-list li a {
    background-position: left center;
    font-size: 0.8125rem;
  }
}

.kurashi {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .kurashi {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .kurashi {
    padding-top: 45px;
    padding-bottom: 55px;
  }
}
.kurashi::before, .kurashi::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 10;
}
.kurashi::before {
  background: url(../img_top/katsuyou_deco_01.png) center center no-repeat;
  bottom: -135px;
  height: 128px;
  left: -65px;
  width: 162px;
}
@media screen and (max-width: 768px) {
  .kurashi::before {
    background-size: 23.4666666667vw 70px;
    bottom: -25px;
    height: 70px;
    left: 0;
    width: 23.4666666667vw;
  }
}
.kurashi::after {
  background: url(../img_top/katsuyou_deco_02.png) center center no-repeat;
  bottom: -130px;
  height: 150px;
  right: -75px;
  width: 252px;
}
@media screen and (max-width: 768px) {
  .kurashi::after {
    background-size: 32.5333333333vw 72px;
    bottom: -30px;
    height: 72px;
    right: 8px;
    width: 32.5333333333vw;
  }
}
.kurashi .kurashi-list {
  display: grid;
}
@media print, screen and (min-width: 769px) {
  .kurashi .kurashi-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 65px;
    margin: 35px auto 0;
    width: 900px;
  }
}
@media screen and (max-width: 768px) {
  .kurashi .kurashi-list {
    grid-template-columns: repeat(2, 1fr);
    margin: 35px 5.3333333333vw 0;
    gap: 30px 8vw;
  }
}
.kurashi .kurashi-list li a, .kurashi .kurashi-list li .item-nolink {
  display: block;
  color: #333;
}
.kurashi .kurashi-list li a {
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .kurashi .kurashi-list li a:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 769px) {
  .kurashi .kurashi-list li .item-in {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .kurashi .kurashi-list li .item-in {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
.kurashi .kurashi-list li .item-img {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .kurashi .kurashi-list li .item-img {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .kurashi .kurashi-list li .item-img {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 24vw;
    height: 90px;
  }
}
.kurashi .kurashi-list li .item-img img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .kurashi .kurashi-list li .item-img img {
    max-height: 110px;
    max-width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .kurashi .kurashi-list li .item-img img {
    max-width: 24vw;
    max-height: 90px;
  }
}
@media print, screen and (min-width: 769px) {
  .kurashi .kurashi-list li .item-txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .kurashi .kurashi-list li .item-txt {
    margin-top: 12px;
  }
}
.kurashi .kurashi-list li .item-txt > * {
  background-image: url(../img_common/c_link_arrow__green.png);
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .kurashi .kurashi-list li .item-txt > * {
    background-position: left top 0.7rem;
    display: inline;
    padding-left: 18px;
  }
}
@media screen and (max-width: 768px) {
  .kurashi .kurashi-list li .item-txt > * {
    font-size: 0.875rem;
    background-position: left top 0.7rem;
    padding-left: 4vw;
  }
}

.utilize {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .utilize {
    margin-top: 90px;
    padding-top: 100px;
    padding-bottom: 115px;
  }
}
@media screen and (max-width: 768px) {
  .utilize {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.utilize .utilize-list {
  display: grid;
}
@media print, screen and (min-width: 769px) {
  .utilize .utilize-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 24px;
    margin: 40px auto 0;
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .utilize .utilize-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw;
    margin: 35px 9.3333333333vw 0;
  }
}
.utilize .utilize-list li a, .utilize .utilize-list li .item-nolink {
  display: block;
  color: #333;
}
.utilize .utilize-list li a {
  text-decoration: none;
}
.utilize .utilize-list li a:hover {
  text-decoration: underline;
}
.utilize .utilize-list li .item-in {
  text-align: center;
}
.utilize .utilize-list li .item-img {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .utilize .utilize-list li .item-img {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 110px;
  }
}
.utilize .utilize-list li .item-img img {
  border-radius: 5px;
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .utilize .utilize-list li .item-img img {
    height: 146px;
    width: 232px;
  }
}
@media screen and (max-width: 768px) {
  .utilize .utilize-list li .item-img img {
    height: 90px;
    width: 37.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .utilize .utilize-list li .item-txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .utilize .utilize-list li .item-txt {
    margin-top: 8px;
  }
}
.utilize .utilize-list li .item-txt > * {
  background-image: url(../img_common/c_link_arrow__green.png);
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .utilize .utilize-list li .item-txt > * {
    background-position: left top 0.7rem;
    display: inline;
    padding-left: 18px;
  }
}
@media screen and (max-width: 768px) {
  .utilize .utilize-list li .item-txt > * {
    font-size: 0.875rem;
    display: inline-block;
    background-position: left top 10px;
    padding-left: 4vw;
  }
}

@media print, screen and (min-width: 769px) {
  .about {
    background: url(../img_top/about_bg.png) center center no-repeat;
    padding: 100px 0 150px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .about {
    background: url(../img_top/sp_about_bg.png) center top 22px no-repeat;
    padding: 45px 0 65px;
  }
}
.about .c-width {
  position: relative;
}
.about .c-width::before, .about .c-width::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.about .c-width::before {
  background: url(../img_top/about_deco_01.png) center center no-repeat;
  content: "";
  display: inline-block;
  height: 252px;
  left: -150px;
  position: absolute;
  top: 15px;
  width: 210px;
}
@media screen and (max-width: 768px) {
  .about .c-width::before {
    background-size: 75px 90px;
    left: -4px;
    height: 90px;
    top: -95px;
    width: 75px;
  }
}
.about .c-width::after {
  background: url(../img_top/about_deco_02.png) center center no-repeat;
  bottom: -105px;
  content: "";
  display: inline-block;
  height: 272px;
  position: absolute;
  right: -150px;
  width: 202px;
}
@media screen and (max-width: 768px) {
  .about .c-width::after {
    background-size: 21.3333333333vw 100px;
    bottom: -50px;
    height: 100px;
    right: -1.3333333333vw;
    width: 21.3333333333vw;
  }
}
.about .about-list {
  display: grid;
}
@media print, screen and (min-width: 769px) {
  .about .about-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 60px;
    margin: 40px auto 0;
    width: 900px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-list {
    grid-template-columns: repeat(2, 1fr);
    margin: 40px 6.6666666667vw 0;
    gap: 25px 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .about .about-list li:not(:last-child) {
    position: relative;
  }
  .about .about-list li:not(:last-child)::after {
    border-right: 1px solid #dee4e0;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 100%;
    top: 0;
    position: absolute;
    right: -30px;
    width: 1px;
  }
}
.about .about-list li a, .about .about-list li .item-nolink {
  color: #333;
}
.about .about-list li a {
  text-decoration: none;
}
.about .about-list li a:hover {
  text-decoration: underline;
}
.about .about-list .item-img {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #c8cdca;
}
@media print, screen and (min-width: 769px) {
  .about .about-list .item-img {
    height: 200px;
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-list .item-img {
    height: 155px;
    width: 37.3333333333vw;
  }
}
.about .about-list .item-img img {
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .about .about-list .item-img img {
    height: 180px;
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-list .item-img img {
    height: 140px;
    width: 34.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .about .about-list .item-txt {
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .about .about-list .item-txt {
    margin-top: 5px;
    text-align: center;
  }
}
.about .about-list .item-txt > * {
  background-image: url(../img_common/c_link_arrow__green.png);
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .about .about-list .item-txt > * {
    background-position: left top 0.7rem;
    display: inline;
    padding-left: 18px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-list .item-txt > * {
    font-size: 0.875rem;
    display: inline-block;
    background-position: left top 10px;
    padding-left: 4vw;
  }
}
.about .about-list2 {
  display: grid;
}
@media print, screen and (min-width: 769px) {
  .about .about-list2 {
    grid-template-columns: repeat(3, 1fr);
    margin: 40px auto 0;
    width: 930px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-list2 {
    grid-template-columns: repeat(2, 1fr);
    margin: 45px 2.6666666667vw 0;
  }
}
.about .about-list2 li {
  background-color: #fff;
  border-left: 5px solid #75b95d;
  border-top: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
@media print, screen and (min-width: 769px) {
  .about .about-list2 li {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-list2 li {
    padding: 10px 2.1333333333vw;
  }
}
.about .about-list2 li a {
  background-image: url(../img_common/c_link_arrow__green.png);
  background-repeat: no-repeat;
  color: #333;
  position: relative;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .about .about-list2 li a {
    background-position: left top 0.7rem;
    display: inline;
    padding-left: 18px;
  }
  .about .about-list2 li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .about .about-list2 li a {
    font-size: 0.875rem;
    display: block;
    background-position: left top 10px;
    padding-left: 4vw;
  }
}
.about .population {
  border: 1px solid #e6e6e6;
  background-color: #f9faf9;
}
@media print, screen and (min-width: 769px) {
  .about .population {
    align-items: center;
    display: flex;
    margin: 40px auto 0;
    gap: 0 90px;
    padding: 22px 50px;
    width: 930px;
  }
}
@media screen and (max-width: 768px) {
  .about .population {
    margin: 32px 2.6666666667vw 0;
    padding: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .about .population .title {
    font-size: 1.375rem;
  }
}
.about .population .link {
  background-image: url(../img_common/c_link_arrow__green.png);
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: calc(infinity * 1px);
}
@media print, screen and (min-width: 769px) {
  .about .population .link {
    background-position: left 26px top 14px;
    margin-top: 10px;
    padding: 3px 30px 3px 46px;
    max-width: 145px;
  }
}
@media screen and (max-width: 768px) {
  .about .population .link {
    font-size: 0.875rem;
    display: inline-block;
    background-position: left 4.2666666667vw top 10px;
    padding: 2px 6.6666666667vw 2px 8vw;
  }
}
.about .population .link a {
  text-decoration: none;
}
.about .population .link a:hover {
  text-decoration: underline;
}
.about .population .number {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .about .population .number {
    gap: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .about .population .number {
    margin-top: 25px;
    justify-content: center;
    gap: 0 4vw;
  }
}
.about .population .population-number {
  background: url(../img_top/about_ico_01.png) left center no-repeat;
}
@media print, screen and (min-width: 769px) {
  .about .population .population-number {
    padding-left: 45px;
  }
}
@media screen and (max-width: 768px) {
  .about .population .population-number {
    font-size: 0.875rem;
    padding-left: 9.3333333333vw;
  }
}
.about .population .house-number {
  background: url(../img_top/about_ico_02.png) left center no-repeat;
}
@media print, screen and (min-width: 769px) {
  .about .population .house-number {
    padding-left: 45px;
  }
}
@media screen and (max-width: 768px) {
  .about .population .house-number {
    font-size: 0.875rem;
    padding-left: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .about .population .date {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .about .population .date {
    font-size: 0.6875rem;
    margin-top: 20px;
    text-align: center;
  }
}

.search {
  background: url(../img_top/search_bg_03.png) center center/cover no-repeat;
}
@media print, screen and (min-width: 769px) {
  .search {
    overflow: hidden;
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .search {
    overflow: hidden;
    padding: 40px 0 50px;
  }
}
.search .c-width {
  position: relative;
}
.search .c-width::before, .search .c-width::after {
  content: "";
  display: inline-block;
  transform: translateX(-50%);
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .search .c-width::before {
    background: url(../img_top/search_bg_01.png) center center no-repeat;
    height: 375px;
    left: -100px;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .search .c-width::before {
    background: url(../img_top/sp_search_bg_01.png) center center no-repeat;
    bottom: -90px;
    height: 375px;
    left: 32px;
    width: 200px;
  }
}
@media print, screen and (min-width: 769px) {
  .search .c-width::after {
    background: url(../img_top/search_bg_02.png) center center no-repeat;
    height: 375px;
    top: -35px;
    right: -375px;
    width: 295px;
  }
}
@media screen and (max-width: 768px) {
  .search .c-width::after {
    background: url(../img_top/sp_search_bg_02.png) center center no-repeat;
    height: 575px;
    top: -65px;
    right: -112px;
    width: 200px;
  }
}
@media print, screen and (min-width: 769px) {
  .search .c-width {
    padding: 0 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .search .u-pc-flex {
    flex-wrap: wrap;
    gap: 0 105px;
  }
  .search .u-pc-flex > div {
    flex: 1;
    max-width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .search .u-pc-flex {
    position: relative;
    z-index: 20;
  }
}
@media screen and (max-width: 768px) {
  .search .search-google {
    border-bottom: 1px solid #fff;
    padding: 0 4vw 20px;
  }
}
.search .search-google h2 {
  line-height: 180%;
}
@media print, screen and (min-width: 769px) {
  .search .search-google h2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .search .search-google h2 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.search .search-google .option-box {
  align-items: center;
  border-bottom: 2px solid #3395c7;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .search .search-google .option-box {
    gap: 0 35px;
    margin-top: 15px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .search .search-google .option-box {
    font-size: 0.8125rem;
    margin-top: 20px;
    gap: 0 5.3333333333vw;
  }
}
.search .search-google .google-list, .search .search-google .type-list {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .search .search-google .google-list, .search .search-google .type-list {
    gap: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .search .search-google .google-list, .search .search-google .type-list {
    gap: 0 4vw;
  }
}
.search .search-google .google-list input, .search .search-google .type-list input {
  margin: 0;
}
.search .search-number {
  width: 100%;
}
.search .search-number #number-search-container *, .search .search-number #number-search-container *::before, .search .search-number #number-search-container *::after, .search .search-number #sp-number-search-container *, .search .search-number #sp-number-search-container *::before, .search .search-number #sp-number-search-container *::after, .search .search-number #number-search-container-modal *, .search .search-number #number-search-container-modal *::before, .search .search-number #number-search-container-modal *::after, .search .search-number #sp-number-search-container-modal *, .search .search-number #sp-number-search-container-modal *::before, .search .search-number #sp-number-search-container-modal *::after {
  box-sizing: border-box;
}
.search .search-number #number-search-container .input-wrap, .search .search-number #sp-number-search-container .input-wrap, .search .search-number #number-search-container-modal .input-wrap, .search .search-number #sp-number-search-container-modal .input-wrap {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .search .search-number #number-search-container .input-wrap, .search .search-number #sp-number-search-container .input-wrap, .search .search-number #number-search-container-modal .input-wrap, .search .search-number #sp-number-search-container-modal .input-wrap {
    width: calc(10em - 160px + 445px);
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .search .search-number #number-search-container .input-wrap, .search .search-number #sp-number-search-container .input-wrap, .search .search-number #number-search-container-modal .input-wrap, .search .search-number #sp-number-search-container-modal .input-wrap {
    width: 100%;
    gap: 0;
  }
}
.search .search-number #number-search-container .input-wrap label, .search .search-number #sp-number-search-container .input-wrap label, .search .search-number #number-search-container-modal .input-wrap label, .search .search-number #sp-number-search-container-modal .input-wrap label {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 0;
}
.search .search-number #number-search-container .input-wrap .number-label, .search .search-number #sp-number-search-container .input-wrap .number-label, .search .search-number #number-search-container-modal .input-wrap .number-label, .search .search-number #sp-number-search-container-modal .input-wrap .number-label {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .search .search-number #number-search-container .input-wrap .number-label, .search .search-number #sp-number-search-container .input-wrap .number-label, .search .search-number #number-search-container-modal .input-wrap .number-label, .search .search-number #sp-number-search-container-modal .input-wrap .number-label {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 768px) {
  .search .search-number #number-search-container .input-wrap .number-label, .search .search-number #sp-number-search-container .input-wrap .number-label, .search .search-number #number-search-container-modal .input-wrap .number-label, .search .search-number #sp-number-search-container-modal .input-wrap .number-label {
    width: calc(100% - 10.6vw);
  }
}
.search .search-number #number-search-container .input-wrap .submit-label, .search .search-number #sp-number-search-container .input-wrap .submit-label, .search .search-number #number-search-container-modal .input-wrap .submit-label, .search .search-number #sp-number-search-container-modal .input-wrap .submit-label {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .search .search-number #number-search-container .input-wrap .submit-label, .search .search-number #sp-number-search-container .input-wrap .submit-label, .search .search-number #number-search-container-modal .input-wrap .submit-label, .search .search-number #sp-number-search-container-modal .input-wrap .submit-label {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .search .search-number #number-search-container .input-wrap .submit-label, .search .search-number #sp-number-search-container .input-wrap .submit-label, .search .search-number #number-search-container-modal .input-wrap .submit-label, .search .search-number #sp-number-search-container-modal .input-wrap .submit-label {
    width: 10.6vw;
  }
}
.search .search-number #number-search-container .input-wrap input[type=text], .search .search-number #sp-number-search-container .input-wrap input[type=text], .search .search-number #number-search-container-modal .input-wrap input[type=text], .search .search-number #sp-number-search-container-modal .input-wrap input[type=text] {
  width: 100%;
  padding: 10px 0 10px 13px;
}
@media print, screen and (min-width: 769px) {
  .search .search-number #number-search-container .input-wrap input[type=text], .search .search-number #sp-number-search-container .input-wrap input[type=text], .search .search-number #number-search-container-modal .input-wrap input[type=text], .search .search-number #sp-number-search-container-modal .input-wrap input[type=text] {
    border: 1px solid #54a837;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .search .search-number #number-search-container .input-wrap input[type=text], .search .search-number #sp-number-search-container .input-wrap input[type=text], .search .search-number #number-search-container-modal .input-wrap input[type=text], .search .search-number #sp-number-search-container-modal .input-wrap input[type=text] {
    border: 2px solid #54a837;
    border-radius: 0 0 0 0;
    height: 10.66vw;
    font-size: 1rem;
  }
}
.search .search-number #number-search-container .input-wrap button, .search .search-number #sp-number-search-container .input-wrap button, .search .search-number #number-search-container-modal .input-wrap button, .search .search-number #sp-number-search-container-modal .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) {
  .search .search-number #number-search-container .input-wrap button, .search .search-number #sp-number-search-container .input-wrap button, .search .search-number #number-search-container-modal .input-wrap button, .search .search-number #sp-number-search-container-modal .input-wrap button {
    border: 1px solid #54a837;
    border-radius: 0px 3px 3px 0px;
    background-color: #54a837;
    width: 50px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .search .search-number #number-search-container .input-wrap button, .search .search-number #sp-number-search-container .input-wrap button, .search .search-number #number-search-container-modal .input-wrap button, .search .search-number #sp-number-search-container-modal .input-wrap button {
    border: 1px solid #54a837;
    border-radius: 0 3px 3px 0;
    background-color: #54a837;
    width: 10.6vw;
    height: 10.66vw;
  }
}
.search .search-number #number-search-container .input-wrap button::after, .search .search-number #sp-number-search-container .input-wrap button::after, .search .search-number #number-search-container-modal .input-wrap button::after, .search .search-number #sp-number-search-container-modal .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) {
  .search .search-number #number-search-container .input-wrap button::after, .search .search-number #sp-number-search-container .input-wrap button::after, .search .search-number #number-search-container-modal .input-wrap button::after, .search .search-number #sp-number-search-container-modal .input-wrap button::after {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .search .search-number #number-search-container .input-wrap button::after, .search .search-number #sp-number-search-container .input-wrap button::after, .search .search-number #number-search-container-modal .input-wrap button::after, .search .search-number #sp-number-search-container-modal .input-wrap button::after {
    background-color: #ffffff;
    width: 5.3vw;
    height: 5.3vw;
  }
}
@media screen and (max-width: 768px) {
  .search .search-number {
    margin-top: 25px;
    padding: 0 4vw;
  }
}
.search .search-number .title {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .search .search-number .title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .search .search-number .title {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.search .search-number .more {
  text-align: right;
}
@media print, screen and (min-width: 769px) {
  .search .search-number .more {
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .search .search-number .more {
    margin-top: 15px;
  }
}
.search .search-number .more a {
  background-image: url(../img_common/c_link_arrow__green.png);
  background-repeat: no-repeat;
  border-bottom: 2px solid #54a837;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .search .search-number .more a {
    background-position: left top 0.6rem;
    display: inline;
    padding-left: 18px;
    padding-bottom: 5px;
  }
  .search .search-number .more a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .search .search-number .more a {
    font-size: 0.875rem;
    background-position: left top 0.7rem;
    padding-left: 4vw;
    padding-bottom: 5px;
  }
}
.search .search-keyword {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}
@media print, screen and (min-width: 769px) {
  .search .search-keyword {
    display: flex;
    gap: 0 30px;
    margin-top: 45px;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .search .search-keyword {
    margin: 30px 2.6666666667vw 0;
    padding: 20px 4vw;
    position: relative;
    z-index: 10;
  }
}
@media print, screen and (min-width: 769px) {
  .search .search-keyword h2 {
    font-size: 1.125rem;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .search .search-keyword h2 {
    font-size: 1rem;
  }
}
.search .search-keyword .keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
}
@media screen and (max-width: 768px) {
  .search .search-keyword .keyword-list {
    margin-top: 10px;
  }
}
.search .search-keyword .keyword-list li a {
  background-color: #fff;
  border: 1px solid #aac9e4;
  border-radius: calc(infinity * 1px);
  display: block;
  text-decoration: none;
}
.search .search-keyword .keyword-list li a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .search .search-keyword .keyword-list li a {
    padding: 3px 12px;
  }
}
@media screen and (max-width: 768px) {
  .search .search-keyword .keyword-list li a {
    font-size: 0.8125rem;
    padding: 0 2.6666666667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .related {
    padding: 90px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .related {
    padding-top: 50px;
  }
}
.related .related-list {
  display: grid;
}
@media print, screen and (min-width: 769px) {
  .related .related-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .related .related-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw;
    margin: 30px 7.4666666667vw 0;
  }
}
.related .related-list img {
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .adv {
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .adv {
    padding: 70px 0 40px;
  }
}
.adv .title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .adv .title {
    font-size: 1rem;
  }
}
.adv .adv-list {
  display: grid;
}
@media print, screen and (min-width: 769px) {
  .adv .adv-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 20px auto 0;
    width: 980px;
  }
}
@media screen and (max-width: 768px) {
  .adv .adv-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 2.6666666667vw;
    margin: 15px auto 0;
    width: 82.6666666667vw;
  }
}
.adv img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .adv img {
    height: 60px;
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .adv img {
    height: 40px;
    width: 40vw;
  }
}

footer {
  background-color: #ecf2ee;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding-bottom: 20em !important;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
#footer-print,
#footer-print *,
#footer-print *::before,
#footer-print *::after {
  box-sizing: border-box;
}

/*==================================
フッター
==================================*/
footer {
  padding-top: 40px;
  /* PCでは電話番号リンクを無効化 */
}
@media print, screen and (min-width: 769px) {
  footer a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer .in {
    display: flex;
    justify-content: center;
    gap: 0 90px;
  }
}
footer .box {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 90%;
}
footer .copyright {
  padding: 20px 0;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  border-top: 1px solid #4a86b3;
}
@media print, screen and (min-width: 769px) {
  footer .copyright {
    background-image: linear-gradient(90deg, rgb(7, 82, 147), rgb(15, 98, 157));
  }
}
@media screen and (max-width: 768px) {
  footer .copyright {
    margin: 0 10px;
    padding-bottom: 5em;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-under {
    background: url(../img_common/footer_in_bg_sp.png) top center/100% repeat-y;
  }
}
footer .footer-box {
  color: #fff;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .footer-box {
    margin-top: 75px;
  }
}
footer .footer-box::before {
  content: "";
  position: absolute;
  background: url(../img_common/footer_after.svg) repeat-x top center/140px 40px;
  top: -15px;
  width: 100%;
  height: 40px;
  z-index: 50;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  footer .footer-box::before {
    background: url(../img_common/footer_after.svg) repeat-x top center/70px 20px;
    top: -30px;
  }
}
@media print, screen and (min-width: 769px) {
  footer .footer-box .in {
    background-image: linear-gradient(90deg, rgb(7, 82, 147), rgb(15, 98, 157));
    padding: 60px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-box .in {
    padding: 40px 9.3333333333vw 10px;
  }
}
footer .footer-link {
  display: flex;
  justify-content: center;
  gap: 0 35px;
}
@media screen and (max-width: 768px) {
  footer .footer-link {
    flex-wrap: wrap;
    gap: 20px 25px;
  }
}
footer .footer-link li {
  position: relative;
}
footer .footer-link li::before {
  display: inline-block;
  content: "";
  margin-top: 10px;
  margin-right: 20px;
  width: 10px;
  height: 10px;
  vertical-align: top;
  border-radius: 5px;
  background-color: #0b5a98;
}
footer .footer-link li:last-child::after {
  display: inline-block;
  content: "";
  margin-top: 10px;
  margin-left: 20px;
  width: 10px;
  height: 10px;
  vertical-align: top;
  border-radius: 5px;
  background-color: #0b5a98;
}
footer .footer-link a {
  text-decoration: none;
  color: #223d82;
}
footer .footer-link a:hover {
  text-decoration: underline;
}
footer .footer-left .logo {
  font-size: 1.625rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  footer .footer-left .logo {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-left .address, footer .footer-left .tel, footer .footer-left .fax {
    font-size: 0.75rem;
    margin-top: 5px;
  }
}
footer .footer-right {
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  footer .footer-right {
    padding: 30px 10px 0;
  }
}
footer .footer-right .footer-link {
  background-color: #fff;
  border-radius: 50px;
  margin: 5px 0 20px;
}
footer .footer-right .footer-link a {
  min-width: 250px;
  display: block;
  border-radius: 50px;
  text-align: center;
  padding: 10px 10px;
  color: #333;
}
@media screen and (max-width: 768px) {
  footer .footer-right .footer-link a {
    width: 100%;
    font-size: 0.875rem;
    padding: 8px 10px;
  }
}
footer .footer-right .footer-link a span {
  padding: 5px 0 5px 35px;
}
footer .footer-right .footer-link.footer-toiawase span {
  background: url(../img_common/footer_toiawase.png) left center/22px no-repeat;
}
footer .footer-right .footer-link.access span {
  background: url(../img_common/footer_map.png) left center/22px no-repeat;
}

#pagetop {
  bottom: 0;
  position: fixed;
  right: 15px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s; /* フェードの速度 */
  z-index: 51;
}
@media screen and (max-width: 768px) {
  #pagetop img {
    height: 100%;
    width: 14.6666666667vw;
  }
}

#pagetop.is-show {
  opacity: 1;
  pointer-events: auto; /* クリック可能にする */
}

@media print, screen and (min-width: 769px) {
  footer .box {
    width: 1000px;
    padding: 50px 0 25px 0;
  }
}
@media screen and (max-width: 768px) {
  footer .box {
    padding: 30px 40px;
  }
}
html[data-fontsize=up] {
  font-size: 133.3%;
}
html[data-fontsize=up2] {
  font-size: 166.7%;
}
html[data-fontsize=up3] {
  font-size: 200%;
}

@media print, screen and (min-width: 769px) {
  /* 1. 親要素のグループ化（階層の箱）を解除する */
  #header .pc-header-btn {
    position: static !important;
    display: block !important;
    z-index: auto !important;
  }
  /* 2. 閲覧支援ボタンを個別に右上に固定（検索ボタンの幅＋余白を考慮して配置） */
  #header .pc-header-btn .pc-header-btn-support {
    position: fixed !important;
    top: 10px !important;
    right: 120px !important; /* 右端15px + 検索ボタン幅90px + 隙間15px */
    z-index: 60 !important;
  }
  /* 3. メニュー（検索）ボタンを個別に右上に固定 */
  #header .pc-header-btn .pc-header-btn-search {
    position: fixed !important;
    top: 10px !important;
    right: 15px !important;
    z-index: 60 !important;
  }
  /* 4. クリックされて is-open が付いたボタンだけを背景(100)やモーダル(101)より手前にする */
  #header .pc-header-btn .pc-header-btn-support.is-open,
  #header .pc-header-btn .pc-header-btn-search.is-open {
    z-index: 102 !important;
  }
}
.table-wrap, .wysiwyg .table-wrap {
  margin-top: 24px;
}

.wysiwyg .table-wrap div {
  margin: auto;
}

.wysiwyg .table-wrap {
  margin: 48px 0 0;
}

.table-wrap {
  margin: 48px 0 0;
}
.table-wrap tbody {
  background-color: #fff;
}

.table-wrap .scroll-table-switch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.table-wrap .scroll-table-switch .title {
  margin-right: 8px;
  font-size: 0.875rem;
}
.table-wrap .scroll-table-switch .scroll-btn,
.table-wrap .scroll-table-switch .in-display-btn {
  display: flex;
  width: fit-content;
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: 55px;
  color: #333;
  text-decoration: none;
  font-size: 0.75rem;
  position: relative;
  line-height: normal;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.table-wrap .scroll-table-switch .scroll-btn:hover,
.table-wrap .scroll-table-switch .in-display-btn:hover {
  opacity: 0.9;
}
.table-wrap .scroll-table-switch .scroll-btn .scroll,
.table-wrap .scroll-table-switch .in-display-btn .scroll {
  background-repeat: no-repeat;
  background-image: url(../img_sub/v3.2/scroll-table-switch.png);
  background-position: left 10px center;
  background-size: 19px;
  padding: 4px 10px 5px 28px;
  border-radius: 3px 0 0 3px;
  font-weight: bold;
  border-bottom: 3px solid #333;
}
.table-wrap .scroll-table-switch .scroll-btn .in-display,
.table-wrap .scroll-table-switch .in-display-btn .in-display {
  background-repeat: no-repeat;
  background-image: url(../img_sub/v3.2/scroll-table-switch-in.png);
  background-position: left 10px center;
  background-size: 13px;
  padding: 4px 10px 5px 25px;
  border-radius: 0 3px 3px 0;
}
.table-wrap .scroll-table-switch .is-state {
  margin-left: 3px;
}

.table-wrap .scroll-table-switch .scroll {
  background-color: #284683;
  color: #fff;
}
.table-wrap .scroll-table-switch .in-display {
  background-color: #ecf2ee;
  color: #333;
}

.scroll-view .scroll-btn .scroll {
  background-color: #ecf2ee !important;
  color: #333 !important;
  font-weight: normal !important;
  border-bottom: none !important;
}
.scroll-view .in-display-btn .in-display {
  background-color: #284683 !important;
  color: #fff !important;
  font-weight: bold !important;
  border-bottom: 3px solid #333 !important;
}
.scroll-view .table-wrapper {
  overflow: visible !important;
}
.scroll-view .table-wrapper .is-active {
  display: none;
}

.table-wrapper.scroll-table {
  padding: 20px 0;
  overflow-x: auto;
}
.table-wrapper.scroll-table .scroll-hint-icon {
  top: calc(50% - 40px);
}
.table-wrapper.scroll-table table {
  margin-top: 0;
  table-layout: initial !important;
  width: 100%;
  border-collapse: collapse !important;
  white-space: nowrap !important;
}

.table-wrapper:has(.highlight.error), .table-wrapper:has(.highlight.warning) {
  overflow: visible !important;
}
.table-wrapper:has(.highlight.error) table, .table-wrapper:has(.highlight.warning) table {
  white-space: unset !important;
}
.table-wrapper:has(.highlight.error) .scroll-hint-icon-wrap, .table-wrapper:has(.highlight.warning) .scroll-hint-icon-wrap {
  display: none !important;
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  color: #333;
  font-size: 1.625rem;
  box-sizing: border-box;
  padding: 16px 20px;
  margin-top: 48px;
  border-top: 3px solid #54a837;
  border-bottom: 3px solid #54a837;
  font-weight: normal;
}
@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: #d8eed1;
  color: #333;
  font-size: 1.5rem;
  padding: 12px 0px;
  margin-top: 48px;
  font-weight: normal;
}
@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 {
  line-height: 1.5rem;
  padding: 0 20px;
  display: block;
  border-left: 6px solid #54a837;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  color: #333;
  font-size: 1.375rem;
  padding: 8px 10px;
  border-bottom: 4px solid #54a837;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  h4, .wysiwyg h4, .free-layout-area h4 {
    margin-top: 24px;
  }
}
h4 .bg, .wysiwyg h4 .bg, .free-layout-area h4 .bg {
  display: block;
}
h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 8px 0;
  margin-top: 48px;
  background: url(../img_sub/v3.2/h5_bg.png) left center no-repeat;
}
@media screen and (max-width: 768px) {
  h5, .wysiwyg h5, .free-layout-area h5 {
    margin-top: 24px;
  }
}
h5 .bg, .wysiwyg h5 .bg, .free-layout-area h5 .bg {
  display: block;
  padding: 0 7px 0 20px;
}
h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 1.125rem;
  padding: 8px 10px;
  font-weight: bold;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  h6, .wysiwyg h6, .free-layout-area h6 {
    margin-top: 24px;
  }
}
h6 .bg, .wysiwyg h6 .bg, .free-layout-area h6 .bg {
  display: block;
}
h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul, .pubcom-table ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul,
* html .pubcom-table ul {
  display: inline-block;
}

.wysiwyg ol, .pubcom-table ol {
  /* 回り込み画像時にリストが出ない問題を解決 */
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 2em;
  list-style: decimal;
}

* html .wysiwyg ol,
* html .pubcom-table ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
}

.wysiwyg table ul, .wysiwyg table ol, .pubcom-table table ul, .pubcom-table table ol {
  margin-left: 0;
}
.wysiwyg table p, .pubcom-table table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #333;
  margin-top: 10px;
}

.wysiwyg td,
.wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #cad7ce;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #ecf2ee;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg em, .wysiwyg strong, .wysiwyg b {
  font-style: normal;
  font-weight: bold;
}
.wysiwyg .text_ {
  color: #c00;
}
.wysiwyg .text2_ {
  color: #00c;
}
.wysiwyg b.text2_ {
  font-weight: normal;
}

.cke_panel_list em, .cke_panel_list strong, .cke_panel_list b {
  font-style: normal;
  font-weight: bold;
}
.cke_panel_list .text_ {
  color: #c00;
}
.cke_panel_list .text2_ {
  color: #00c;
}
.cke_panel_list b.text2_ {
  font-weight: normal;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

#header-print,
#header-print *,
#header-print *::before,
#header-print *::after {
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
    scroll-padding-top: 10em;
  }
  .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 .header-subnav-area {
    padding: 22px 0;
    display: grid;
    grid-template-columns: 1fr 1000px 1fr;
  }
  #header .header-subnav-area #header-logo a {
    display: inline-block;
  }
  #header .header-subnav-area #header-logo a:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 5px 20px;
    margin-left: auto;
    padding: 5px 0;
  }
  #header .header-subnav-area .header-size, #header .header-subnav-area .header-color {
    display: flex;
    align-items: center;
  }
  #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;
    vertical-align: bottom;
  }
  #header .header-subnav-area .header-size .title, #header .header-subnav-area .header-color .title {
    font-size: 87.5%;
    margin-right: 10px;
    line-height: 1.2;
  }
  #header .header-subnav-area .header-size dd, #header .header-subnav-area .header-color dd {
    line-height: 1;
  }
  #header .header-subnav-area .header-size dd + dd, #header .header-subnav-area .header-color dd + dd {
    margin-left: 2px;
  }
  #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 {
    border-radius: 3px;
    border: 1px solid #fff;
    display: block;
  }
  #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: block;
    padding: 8px;
    line-height: 1;
    border-radius: 3px;
    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 {
    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: #284683;
    color: #fff;
  }
  #header .header-subnav-area .header-size .normal-off, #header .header-subnav-area .header-size .big-off {
    background-color: #fff;
    border-color: #B0B0B0;
  }
  #header .header-subnav-area .header-color dd {
    border-radius: 3px;
    border: 1px solid #fff;
  }
  #header .header-subnav-area .header-color dd a {
    display: block;
    padding: 8px;
    line-height: 1;
    border-radius: 3px;
    text-decoration: none;
  }
  #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: #333333 !important;
    color: #fff !important;
  }
  #header .header-subnav-area .header-color .item a:focus-visible {
    border: 4px solid #fff;
  }
  #header .header-subnav-area .header-color .item2 a {
    background-color: #0740D3 !important;
    color: #fff !important;
  }
  #header .header-subnav-area .header-color .item3 {
    border-color: #B0B0B0;
  }
  #header .header-subnav-area .header-color .item3 a {
    background-color: #fff !important;
    color: #333 !important;
  }
  #header .header-subnav-area .header-lang-wrapper .lang-error {
    color: #ee0000;
  }
  #header .header-subnav-area .header-lang {
    display: flex;
  }
  #header .header-subnav-area .header-lang .lang-select {
    padding: 3px 30px 3px 30px;
    border: solid 1px #000;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    font-size: 80%;
    background: url(../img_common/icon_lang.png) no-repeat left 8px center/17px, url(../img_common/arrow_lang.png) no-repeat right 8px center/12px #fff !important;
  }
  #header .header-subnav-area .header-lang .btn-lang-select {
    color: #fff;
    min-height: 30px;
    padding: 3px 12px;
    font-weight: bold;
    border: solid 1px #000;
    background: #000;
    line-height: 1;
    cursor: pointer;
    font-size: 80%;
  }
  #header .header-subnav-area .header-lang .btn-lang-select:hover {
    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 #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, #header .header-subnav-area .header-page-number-search #number-search-container-modal *, #header .header-subnav-area .header-page-number-search #number-search-container-modal *::before, #header .header-subnav-area .header-page-number-search #number-search-container-modal *::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container-modal *, #header .header-subnav-area .header-page-number-search #sp-number-search-container-modal *::before, #header .header-subnav-area .header-page-number-search #sp-number-search-container-modal *::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 #sp-number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #number-search-container-modal .input-wrap, #header .header-subnav-area .header-page-number-search #sp-number-search-container-modal .input-wrap {
    display: flex;
  }
  #header {
    /* end-#header-nav */
  }
}
@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 #sp-number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #number-search-container-modal .input-wrap, #header .header-subnav-area .header-page-number-search #sp-number-search-container-modal .input-wrap {
    width: calc(10em - 160px + 445px);
    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 #sp-number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #number-search-container-modal .input-wrap, #header .header-subnav-area .header-page-number-search #sp-number-search-container-modal .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 #sp-number-search-container .input-wrap label, #header .header-subnav-area .header-page-number-search #number-search-container-modal .input-wrap label, #header .header-subnav-area .header-page-number-search #sp-number-search-container-modal .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 #sp-number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #number-search-container-modal .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container-modal .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 #sp-number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #number-search-container-modal .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container-modal .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 #sp-number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #number-search-container-modal .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container-modal .input-wrap .number-label {
    width: calc(100% - 10.6vw);
  }
}
@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 #sp-number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #number-search-container-modal .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container-modal .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 #sp-number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #number-search-container-modal .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container-modal .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 #sp-number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #number-search-container-modal .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container-modal .input-wrap .submit-label {
    width: 10.6vw;
  }
}
@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 #sp-number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #number-search-container-modal .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #sp-number-search-container-modal .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 #sp-number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #number-search-container-modal .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #sp-number-search-container-modal .input-wrap input[type=text] {
    border: 1px solid #54a837;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
    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 #sp-number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #number-search-container-modal .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #sp-number-search-container-modal .input-wrap input[type=text] {
    border: 2px solid #54a837;
    border-radius: 0 0 0 0;
    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 #sp-number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #number-search-container-modal .input-wrap button, #header .header-subnav-area .header-page-number-search #sp-number-search-container-modal .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 #sp-number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #number-search-container-modal .input-wrap button, #header .header-subnav-area .header-page-number-search #sp-number-search-container-modal .input-wrap button {
    border: 1px solid #54a837;
    border-radius: 0px 3px 3px 0px;
    background-color: #54a837;
    width: 50px;
    height: 40px;
  }
}
@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 #sp-number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #number-search-container-modal .input-wrap button, #header .header-subnav-area .header-page-number-search #sp-number-search-container-modal .input-wrap button {
    border: 1px solid #54a837;
    border-radius: 0 3px 3px 0;
    background-color: #54a837;
    width: 10.6vw;
    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 #sp-number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #number-search-container-modal .input-wrap button::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container-modal .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 #sp-number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #number-search-container-modal .input-wrap button::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container-modal .input-wrap button::after {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
  }
}
@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 #sp-number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #number-search-container-modal .input-wrap button::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container-modal .input-wrap button::after {
    background-color: #ffffff;
    width: 5.3vw;
    height: 5.3vw;
  }
}
@media print, screen and (min-width: 769px) {
  #header #header-nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    width: 100%;
    background: url(../img_common/header_nav_bg.png) no-repeat center center/cover;
  }
  #header #header-nav .in {
    align-items: center;
    display: flex;
    gap: 0 15px;
    margin: 0 auto;
    width: 1100px;
  }
  #header #header-nav .list {
    display: flex;
    gap: 0 5px;
  }
  #header #header-nav .list > li {
    border-radius: 10px;
    min-height: 70px;
    width: 180px;
    background: #065289;
  }
  #header #header-nav .list > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    height: 100%;
    line-height: 1;
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
  }
  #header #header-nav .list > li > a .item-in, #header #header-nav .list > li > a .item-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
  }
  #header #header-nav .list > li:hover, #header #header-nav .list > li:focus-within {
    border: 1px solid #065484;
    background-color: #fff;
  }
  #header #header-nav .list > li:hover > a, #header #header-nav .list > li:focus-within > a {
    color: #223d82;
  }
  #header #header-nav .list > li:hover > a img, #header #header-nav .list > li:focus-within > a img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(69%) saturate(1696%) hue-rotate(172deg) brightness(103%) contrast(95%);
  }
  #header #header-nav .list > li:hover > a::before, #header #header-nav .list > li:focus-within > a::before {
    bottom: 0px;
    content: "";
    display: inline-block;
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 100%;
  }
  #header .header-nav-item > a {
    position: relative;
  }
  #header .header-nav-item > a::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    top: 50%;
    right: -3px;
    background-color: #fff;
    padding-top: 20px;
    transform: translateY(-50%);
  }
  #header .in2 {
    left: 50%;
    top: 100%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    box-shadow: 0px 13px 18px 0px rgba(34, 35, 35, 0.26);
    background-color: #edf9fd;
  }
  #header .in2 dt {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  #header .in2 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 50px;
    margin: 0 auto;
    padding: 20px 25px 30px;
    width: 1100px;
  }
  #header .in2 ul li {
    box-sizing: border-box;
    height: auto !important;
    width: 290px;
    position: relative;
  }
  #header .in2 ul li a {
    position: relative;
    align-items: center;
    color: #24435f;
    display: flex;
    text-decoration: none;
    padding: 0px 0 0px 20px;
    width: 100%;
  }
  #header .in2 ul li a:hover {
    text-decoration: underline;
  }
  #header .in2 ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #719cc2;
    border-right: 0;
    transform: translateY(-50%);
  }
  #header .pc-header-btn {
    position: fixed;
    display: flex;
    gap: 15px;
    right: 15px;
    top: 10px;
    z-index: 60;
  }
  #header .pc-header-btn .pc-header-btn-search, #header .pc-header-btn .pc-header-btn-support {
    background-color: #0857a8;
    border-radius: 50%;
    min-height: 90px;
    min-width: 90px;
    box-shadow: 0px 5px 9px 0px rgba(40, 41, 40, 0.39);
  }
  #header .pc-header-btn .pc-header-btn-search.is-open, #header .pc-header-btn .pc-header-btn-support.is-open {
    position: relative;
    max-height: 94px;
  }
  #header .pc-header-btn .pc-header-btn-search.is-open::before, #header .pc-header-btn .pc-header-btn-support.is-open::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
  }
  #header .pc-header-btn .pc-header-btn-search a, #header .pc-header-btn .pc-header-btn-support a {
    height: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 0.8125rem;
    border-radius: 50%;
  }
  #header .pc-header-btn .pc-header-btn-search a:hover, #header .pc-header-btn .pc-header-btn-support a:hover {
    opacity: 0.85;
  }
  #header .pc-header-btn .pc-header-btn-search a:focus, #header .pc-header-btn .pc-header-btn-search a:focus-within, #header .pc-header-btn .pc-header-btn-support a:focus, #header .pc-header-btn .pc-header-btn-support a:focus-within {
    outline: 2px solid #000;
  }
  #header .pc-header-btn .pc-header-btn-search a span, #header .pc-header-btn .pc-header-btn-support a span {
    display: flex;
    justify-content: center;
    padding: 50px 13px 20px;
    min-width: 90px;
    width: 100%;
    text-align: center;
    align-items: center;
  }
  #header .pc-header-btn .pc-header-btn-search.is-active, #header .pc-header-btn .pc-header-btn-support.is-active {
    border: none;
    position: relative;
    background: #fff;
  }
  #header .pc-header-btn .pc-header-btn-search.is-active a, #header .pc-header-btn .pc-header-btn-support.is-active a {
    color: #0857a8 !important;
  }
  #header .pc-header-btn .pc-header-btn-search.is-dark, #header .pc-header-btn .pc-header-btn-support.is-dark {
    background-color: rgba(36, 67, 95, 0.1) !important;
  }
  #header .pc-header-btn .pc-header-btn-search a {
    background: url("../img_common/menu_ico.png") no-repeat top 20px left 50%;
  }
  #header .pc-header-btn .pc-header-btn-search a.is-open {
    background: url("../img_common/modal_menu_close_bg.png") no-repeat top 27px left 50%;
  }
  #header .pc-header-btn .pc-header-btn-support {
    border-top: none;
  }
  #header .pc-header-btn .pc-header-btn-support a {
    background: url("../img_common/accessibility_ico.png") no-repeat top 13px left 50%;
  }
  #header .pc-header-btn .pc-header-btn-support a.is-open {
    background: url("../img_common/modal_menu_close_bg.png") no-repeat top 27px left 50%;
  }
  #header .modal-close-btn {
    text-align: center;
    padding: 10px 0;
  }
  #header .modal-close-btn a {
    font-size: 1rem;
    border-radius: calc(infinity * 1px);
    display: inline-block;
    padding: 8px 48px;
    text-decoration: none;
  }
  #header .modal-close-btn a:hover {
    text-decoration: underline;
  }
  #header .modal-close-btn a span {
    padding-left: 20px;
  }
  #header .modal-close-btn a span:hover {
    text-decoration: underline;
  }
  #header .pc-support-modal-close, #header .pc-search-modal-close {
    border-top: 1px solid #cacaca;
  }
  #header .pc-support-modal-close a, #header .pc-search-modal-close a {
    background-position: left 20px center;
  }
  #header .pc-support-modal-close a span, #header .pc-search-modal-close a span {
    font-size: 0.875rem;
    padding-left: 20px;
    background: url(../img_common/modal_close_under.png) left center no-repeat;
    color: #223d82;
  }
  #header .pc-search-modal-bg, #header .pc-support-modal-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(51, 51, 51, 0.8);
  }
  #header .pc-search-modal, #header .pc-support-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
  }
  #header .pc-search-modal > .in, #header .pc-support-modal > .in {
    background: #fff;
    position: absolute;
    right: 15px;
    top: 120px;
    width: fit-content;
    border-radius: 5px;
    z-index: 102;
  }
  #header .pc-search-modal .modal-search .title, #header .pc-search-modal .modal-pagenumber .title {
    font-size: 1rem;
    font-weight: bold;
  }
  #header .pc-search-modal .modal-search .type-list {
    margin-top: 15px;
    padding-left: 5px;
    padding-bottom: 5px;
    display: flex;
    border-bottom: 1px solid #3395c7;
  }
  #header .pc-search-modal .modal-search .type-list input {
    accent-color: #333;
  }
  #header .pc-search-modal .modal-search label {
    display: flex;
    align-items: center;
  }
  #header .pc-search-modal .modal-pagenumber {
    margin-top: 20px;
  }
  #header .pc-search-modal .modal-pagenumber #number-search-container *, #header .pc-search-modal .modal-pagenumber #number-search-container *::before, #header .pc-search-modal .modal-pagenumber #number-search-container *::after, #header .pc-search-modal .modal-pagenumber #sp-number-search-container *, #header .pc-search-modal .modal-pagenumber #sp-number-search-container *::before, #header .pc-search-modal .modal-pagenumber #sp-number-search-container *::after, #header .pc-search-modal .modal-pagenumber #number-search-container-modal *, #header .pc-search-modal .modal-pagenumber #number-search-container-modal *::before, #header .pc-search-modal .modal-pagenumber #number-search-container-modal *::after, #header .pc-search-modal .modal-pagenumber #sp-number-search-container-modal *, #header .pc-search-modal .modal-pagenumber #sp-number-search-container-modal *::before, #header .pc-search-modal .modal-pagenumber #sp-number-search-container-modal *::after {
    box-sizing: border-box;
  }
  #header .pc-search-modal .modal-pagenumber #number-search-container .input-wrap, #header .pc-search-modal .modal-pagenumber #sp-number-search-container .input-wrap, #header .pc-search-modal .modal-pagenumber #number-search-container-modal .input-wrap, #header .pc-search-modal .modal-pagenumber #sp-number-search-container-modal .input-wrap {
    display: flex;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .pc-search-modal .modal-pagenumber #number-search-container .input-wrap, #header .pc-search-modal .modal-pagenumber #sp-number-search-container .input-wrap, #header .pc-search-modal .modal-pagenumber #number-search-container-modal .input-wrap, #header .pc-search-modal .modal-pagenumber #sp-number-search-container-modal .input-wrap {
    width: calc(10em - 160px + 445px);
    gap: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .pc-search-modal .modal-pagenumber #number-search-container .input-wrap, #header .pc-search-modal .modal-pagenumber #sp-number-search-container .input-wrap, #header .pc-search-modal .modal-pagenumber #number-search-container-modal .input-wrap, #header .pc-search-modal .modal-pagenumber #sp-number-search-container-modal .input-wrap {
    width: 100%;
    gap: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #header .pc-search-modal .modal-pagenumber #number-search-container .input-wrap label, #header .pc-search-modal .modal-pagenumber #sp-number-search-container .input-wrap label, #header .pc-search-modal .modal-pagenumber #number-search-container-modal .input-wrap label, #header .pc-search-modal .modal-pagenumber #sp-number-search-container-modal .input-wrap label {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
  }
  #header .pc-search-modal .modal-pagenumber #number-search-container .input-wrap .number-label, #header .pc-search-modal .modal-pagenumber #sp-number-search-container .input-wrap .number-label, #header .pc-search-modal .modal-pagenumber #number-search-container-modal .input-wrap .number-label, #header .pc-search-modal .modal-pagenumber #sp-number-search-container-modal .input-wrap .number-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .pc-search-modal .modal-pagenumber #number-search-container .input-wrap .number-label, #header .pc-search-modal .modal-pagenumber #sp-number-search-container .input-wrap .number-label, #header .pc-search-modal .modal-pagenumber #number-search-container-modal .input-wrap .number-label, #header .pc-search-modal .modal-pagenumber #sp-number-search-container-modal .input-wrap .number-label {
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .pc-search-modal .modal-pagenumber #number-search-container .input-wrap .number-label, #header .pc-search-modal .modal-pagenumber #sp-number-search-container .input-wrap .number-label, #header .pc-search-modal .modal-pagenumber #number-search-container-modal .input-wrap .number-label, #header .pc-search-modal .modal-pagenumber #sp-number-search-container-modal .input-wrap .number-label {
    width: calc(100% - 10.6vw);
  }
}
@media print, screen and (min-width: 769px) {
  #header .pc-search-modal .modal-pagenumber #number-search-container .input-wrap .submit-label, #header .pc-search-modal .modal-pagenumber #sp-number-search-container .input-wrap .submit-label, #header .pc-search-modal .modal-pagenumber #number-search-container-modal .input-wrap .submit-label, #header .pc-search-modal .modal-pagenumber #sp-number-search-container-modal .input-wrap .submit-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .pc-search-modal .modal-pagenumber #number-search-container .input-wrap .submit-label, #header .pc-search-modal .modal-pagenumber #sp-number-search-container .input-wrap .submit-label, #header .pc-search-modal .modal-pagenumber #number-search-container-modal .input-wrap .submit-label, #header .pc-search-modal .modal-pagenumber #sp-number-search-container-modal .input-wrap .submit-label {
    width: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .pc-search-modal .modal-pagenumber #number-search-container .input-wrap .submit-label, #header .pc-search-modal .modal-pagenumber #sp-number-search-container .input-wrap .submit-label, #header .pc-search-modal .modal-pagenumber #number-search-container-modal .input-wrap .submit-label, #header .pc-search-modal .modal-pagenumber #sp-number-search-container-modal .input-wrap .submit-label {
    width: 10.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  #header .pc-search-modal .modal-pagenumber #number-search-container .input-wrap input[type=text], #header .pc-search-modal .modal-pagenumber #sp-number-search-container .input-wrap input[type=text], #header .pc-search-modal .modal-pagenumber #number-search-container-modal .input-wrap input[type=text], #header .pc-search-modal .modal-pagenumber #sp-number-search-container-modal .input-wrap input[type=text] {
    width: 100%;
    padding: 10px 0 10px 13px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .pc-search-modal .modal-pagenumber #number-search-container .input-wrap input[type=text], #header .pc-search-modal .modal-pagenumber #sp-number-search-container .input-wrap input[type=text], #header .pc-search-modal .modal-pagenumber #number-search-container-modal .input-wrap input[type=text], #header .pc-search-modal .modal-pagenumber #sp-number-search-container-modal .input-wrap input[type=text] {
    border: 1px solid #54a837;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .pc-search-modal .modal-pagenumber #number-search-container .input-wrap input[type=text], #header .pc-search-modal .modal-pagenumber #sp-number-search-container .input-wrap input[type=text], #header .pc-search-modal .modal-pagenumber #number-search-container-modal .input-wrap input[type=text], #header .pc-search-modal .modal-pagenumber #sp-number-search-container-modal .input-wrap input[type=text] {
    border: 2px solid #54a837;
    border-radius: 0 0 0 0;
    height: 10.66vw;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 769px) {
  #header .pc-search-modal .modal-pagenumber #number-search-container .input-wrap button, #header .pc-search-modal .modal-pagenumber #sp-number-search-container .input-wrap button, #header .pc-search-modal .modal-pagenumber #number-search-container-modal .input-wrap button, #header .pc-search-modal .modal-pagenumber #sp-number-search-container-modal .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 .pc-search-modal .modal-pagenumber #number-search-container .input-wrap button, #header .pc-search-modal .modal-pagenumber #sp-number-search-container .input-wrap button, #header .pc-search-modal .modal-pagenumber #number-search-container-modal .input-wrap button, #header .pc-search-modal .modal-pagenumber #sp-number-search-container-modal .input-wrap button {
    border: 1px solid #54a837;
    border-radius: 0px 3px 3px 0px;
    background-color: #54a837;
    width: 50px;
    height: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .pc-search-modal .modal-pagenumber #number-search-container .input-wrap button, #header .pc-search-modal .modal-pagenumber #sp-number-search-container .input-wrap button, #header .pc-search-modal .modal-pagenumber #number-search-container-modal .input-wrap button, #header .pc-search-modal .modal-pagenumber #sp-number-search-container-modal .input-wrap button {
    border: 1px solid #54a837;
    border-radius: 0 3px 3px 0;
    background-color: #54a837;
    width: 10.6vw;
    height: 10.66vw;
  }
}
@media print, screen and (min-width: 769px) {
  #header .pc-search-modal .modal-pagenumber #number-search-container .input-wrap button::after, #header .pc-search-modal .modal-pagenumber #sp-number-search-container .input-wrap button::after, #header .pc-search-modal .modal-pagenumber #number-search-container-modal .input-wrap button::after, #header .pc-search-modal .modal-pagenumber #sp-number-search-container-modal .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 .pc-search-modal .modal-pagenumber #number-search-container .input-wrap button::after, #header .pc-search-modal .modal-pagenumber #sp-number-search-container .input-wrap button::after, #header .pc-search-modal .modal-pagenumber #number-search-container-modal .input-wrap button::after, #header .pc-search-modal .modal-pagenumber #sp-number-search-container-modal .input-wrap button::after {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .pc-search-modal .modal-pagenumber #number-search-container .input-wrap button::after, #header .pc-search-modal .modal-pagenumber #sp-number-search-container .input-wrap button::after, #header .pc-search-modal .modal-pagenumber #number-search-container-modal .input-wrap button::after, #header .pc-search-modal .modal-pagenumber #sp-number-search-container-modal .input-wrap button::after {
    background-color: #ffffff;
    width: 5.3vw;
    height: 5.3vw;
  }
}
@media print, screen and (min-width: 769px) {
  #header .pc-search-modal .modal-pagenumber .modal-pagenumber-link {
    margin-top: 5px;
  }
  #header .pc-search-modal .modal-pagenumber .modal-pagenumber-link a {
    color: #24435f;
  }
  #header .pc-search-modal .modal-pagenumber .modal-pagenumber-link {
    text-align: right;
    margin-top: 15px;
  }
  #header .pc-search-modal .modal-pagenumber .modal-pagenumber-link a {
    display: block;
    width: fit-content;
    margin: 0 0 0 auto;
    font-size: 0.9375rem;
    text-decoration: none;
    border-bottom: 1px solid #54a837;
    padding: 0 0 5px 15px;
    position: relative;
  }
  #header .pc-search-modal .modal-pagenumber .modal-pagenumber-link a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #54a837;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  #header .pc-search-modal .modal-pagenumber .modal-pagenumber-link a:hover {
    text-decoration: underline;
  }
  #header .support-in {
    padding: 40px 40px 30px;
  }
  #header .pc-support-modal .header-size, #header .pc-support-modal .header-color {
    align-items: center;
    display: flex;
    gap: 4px;
  }
  #header .pc-support-modal .header-size dt, #header .pc-support-modal .header-color dt {
    margin-right: 25px;
    min-width: 80px;
    text-align: right;
  }
  #header .pc-support-modal .header-size button, #header .pc-support-modal .header-color button {
    cursor: pointer;
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none;
  }
  #header .pc-support-modal .header-size button:focus-visible, #header .pc-support-modal .header-color button:focus-visible {
    outline: 2px solid #000;
  }
  #header .pc-support-modal .header-size .item {
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
  #header .pc-support-modal .header-size .normal-on, #header .pc-support-modal .header-size .normal-off, #header .pc-support-modal .header-size .big-on, #header .pc-support-modal .header-size .big-off {
    border: 1px solid #bcb8b8;
    border-radius: 5px;
    display: block;
  }
  #header .pc-support-modal .header-size .normal-on.hide, #header .pc-support-modal .header-size .normal-off.hide, #header .pc-support-modal .header-size .big-on.hide, #header .pc-support-modal .header-size .big-off.hide {
    display: none;
  }
  #header .pc-support-modal .header-size .normal-on span, #header .pc-support-modal .header-size .normal-off span, #header .pc-support-modal .header-size .big-on span, #header .pc-support-modal .header-size .big-off span {
    display: block;
    padding: 10px 21px 8px;
    line-height: 1;
    text-decoration: none;
    font-size: 1rem;
    min-height: 38px;
  }
  #header .pc-support-modal .header-size .normal-on span:hover, #header .pc-support-modal .header-size .normal-off span:hover, #header .pc-support-modal .header-size .big-on span:hover, #header .pc-support-modal .header-size .big-off span:hover {
    opacity: 0.85;
  }
  #header .pc-support-modal .header-size .normal-on span span, #header .pc-support-modal .header-size .normal-off span span, #header .pc-support-modal .header-size .big-on span span, #header .pc-support-modal .header-size .big-off span span {
    background-color: inherit !important;
    color: inherit !important;
  }
  #header .pc-support-modal .header-size .big-on span, #header .pc-support-modal .header-size .big-off span {
    font-size: 1.25rem;
    line-height: 1rem;
  }
  #header .pc-support-modal .header-size .normal-on, #header .pc-support-modal .header-size .big-on {
    background-color: #ececec;
    border-color: #bcb8b8;
  }
  #header .pc-support-modal .header-size .normal-off span, #header .pc-support-modal .header-size .big-off span {
    color: #000;
  }
  #header .pc-support-modal .header-color {
    margin-right: 5px;
  }
  #header .pc-support-modal .header-color dd {
    display: flex;
    gap: 0 10px;
  }
  #header .pc-support-modal .header-color dd a {
    display: block;
    padding: 8px 17px 10px;
    line-height: 1;
    text-decoration: none;
    border-radius: 5px;
  }
  #header .pc-support-modal .header-color dd a:hover {
    opacity: 0.85;
  }
  #header .pc-support-modal .header-color dd a span {
    background-color: inherit !important;
    color: inherit !important;
  }
  #header .pc-support-modal .header-color .item a {
    color: #fff !important;
    font-size: 1rem;
  }
  #header .pc-support-modal .header-color .item a[data-bgcolor=color_black] {
    border: 1px solid #000000;
    background-color: #000000 !important;
  }
  #header .pc-support-modal .header-color .item a[data-bgcolor=color_blue] {
    border: 1px solid #002ab3;
    background-color: #002ab3 !important;
    color: #fff226 !important;
  }
  #header .pc-support-modal .header-color .item a[data-bgcolor=color_normal] {
    border: 1px solid #bcb8b8;
    background-color: #fff !important;
    color: #1b201f !important;
  }
  #header .pc-support-modal .header-color .item a:focus-visible {
    border: 4px solid #fff;
  }
  #header .pc-support-modal .support-lang {
    align-items: center;
    display: flex;
    margin-top: 20px;
  }
  #header .pc-support-modal .support-lang dt {
    color: #1d444c;
    margin-right: 25px;
    min-width: 80px;
    text-align: right;
  }
  #header .pc-support-modal .support-lang button {
    cursor: pointer;
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none;
  }
  #header .pc-support-modal .support-lang button:focus-visible {
    outline: 2px solid #000;
  }
  #header .pc-support-modal .header-size {
    margin-top: 20px;
  }
  #header .pc-support-modal .tsutaeru {
    margin-top: 20px;
  }
  #header .pc-support-modal .tsutaeru .list .item {
    margin: 0 0 5px 85px;
  }
  #header .pc-support-modal .tsutaeru .list .item.is-hide {
    display: none;
  }
  #header .pc-support-modal .tsutaeru .list .item button {
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  #header .pc-support-modal .tsutaeru .list .item a, #header .pc-support-modal .tsutaeru .list .item button {
    font-size: 1.0625rem;
    display: block;
    color: #1d444c;
    padding: 3px 0 3px 28px;
    text-decoration: underline;
    width: fit-content;
  }
  #header .pc-support-modal .tsutaeru .list .item a:hover, #header .pc-support-modal .tsutaeru .list .item a:focus, #header .pc-support-modal .tsutaeru .list .item button:hover, #header .pc-support-modal .tsutaeru .list .item button:focus {
    text-decoration: none;
  }
  #header .pc-support-modal .tsutaeru .list .item.js-ruby-add, #header .pc-support-modal .tsutaeru .list .item.js-ruby-remove {
    background: url(../img_common/ruby.png) no-repeat left center;
  }
  #header .pc-support-modal .tsutaeru .list .item.js-easy-add, #header .pc-support-modal .tsutaeru .list .item.js-easy-remove {
    background: url(../img_common/easy_jp.png) no-repeat left center;
  }
  #header .pc-support-modal .tsutaeru .list .item.js-speach {
    background: url(../img_common/yomiage.png) no-repeat left center;
  }
  #header .pc-support-modal .header-lang-wrapper .lang-error {
    color: #ee0000;
  }
  #header .pc-support-modal .header-lang-wrapper .header-lang {
    display: flex;
    justify-content: center;
    border: 2px solid #999999;
    border-radius: 5px;
  }
  #header .pc-support-modal .header-lang-wrapper .header-lang .lang-select {
    font-size: 1rem;
    min-width: 220px;
    padding: 10px 50px 10px 12px;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    border: none;
    border-radius: 5px;
    background: url(../img_common/arrow_lang.png) no-repeat right 20px center/8px #fff;
  }
  #header .pc-support-modal .header-lang-wrapper .header-lang .btn-lang-select {
    font-size: 1rem;
    min-height: 40px;
    padding: 3px 14px;
    border-left: none;
    line-height: 1;
    cursor: pointer;
    position: relative;
  }
  #header .pc-support-modal .header-lang-wrapper .header-lang .btn-lang-select:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-50%);
    content: "";
    width: 1px;
    height: 20px;
    background-color: #cccccc;
  }
  #header .pc-support-modal .header-lang-wrapper .header-lang .btn-lang-select:hover {
    opacity: 0.85;
  }
  .header-subnav-area-inner {
    grid-column: 2/3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #sp-header {
    position: relative;
    background: url(../img_common/sp_header_under.png) bottom center/contain no-repeat;
  }
  #sp-header > .box {
    padding: 20px 10px 23px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #sp-header > .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header > .box #sp-header-nav {
    padding: 0;
    background: none;
  }
  #sp-header > .box #sp-header-nav .list {
    display: none;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area {
    position: absolute;
    top: 5px;
    right: 0;
    display: flex;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
    width: 75px;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-search {
    left: 0;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    right: 0;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: #000;
    z-index: 60;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    top: 24vw;
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    background-color: #FFF;
    box-sizing: border-box;
  }
  #sp-header .modal-search .modal-search-close,
  #sp-header .modal-search .modal-menu-close,
  #sp-header .modal-menu .modal-search-close,
  #sp-header .modal-menu .modal-menu-close {
    text-align: center;
  }
  #sp-header .modal-search .modal-search-close a,
  #sp-header .modal-search .modal-menu-close a,
  #sp-header .modal-menu .modal-search-close a,
  #sp-header .modal-menu .modal-menu-close a {
    padding: 10px 0;
    display: block;
    text-decoration: none;
  }
  #sp-header .modal-search .modal-search-close span,
  #sp-header .modal-search .modal-menu-close span,
  #sp-header .modal-menu .modal-search-close span,
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
    font-size: 0.75rem;
    padding-left: 20px;
    background: url(../img_common/modal_close_under.png) left center no-repeat;
  }
  #sp-header .modal-search .arrow,
  #sp-header .modal-menu .arrow {
    position: absolute;
    top: -10px;
    right: 6%;
  }
  #sp-header .modal-search .in {
    padding: 20px 2.6666666667% 30px;
  }
  #sp-header .modal-search .title {
    background: none;
    padding: 0 0 10px;
  }
  #sp-header .modal-search .arrow {
    right: 26%;
  }
  #sp-header .modal-menu .sp-nav {
    background-color: #064f91;
  }
  #sp-header .modal-menu .sp-nav .box {
    display: block;
    border-top: 2px solid #3573ac;
  }
  #sp-header .modal-menu .sp-nav .box:first-child {
    border-top: none;
  }
  #sp-header .modal-menu .sp-nav .title {
    position: relative;
    font-weight: normal;
  }
  #sp-header .modal-menu .sp-nav .title a {
    display: block;
    padding: 20px 0px 20px 60px;
    margin-right: 90px;
    color: #fff;
    text-decoration: none;
  }
  #sp-header .modal-menu .sp-nav .title button {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 12vw;
    height: 12vw;
    background-color: transparent;
  }
  #sp-header .modal-menu .sp-nav .title button.plus::after, #sp-header .modal-menu .sp-nav .title button.mynus::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
  }
  #sp-header .modal-menu .sp-nav .title button.plus::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    clip-path: polygon(43% 100%, 43% 57%, 0% 57%, 0% 43%, 43% 43%, 43% 0%, 57% 0%, 57% 43%, 100% 43%, 100% 57%, 57% 57%, 57% 100%);
  }
  #sp-header .modal-menu .sp-nav .title button.mynus::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    clip-path: polygon(0% 57%, 0% 43%, 100% 43%, 100% 57%);
  }
  #sp-header .modal-menu .sp-nav .title button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  #sp-header .modal-menu .sp-nav .nav-1 p > a {
    background: url(../img_common/nav_icon1.svg) left 5.8666666667vw center/30px no-repeat;
  }
  #sp-header .modal-menu .sp-nav .nav-2 p > a {
    background: url(../img_common/nav_icon2.svg) left 5.3333333333vw center/30px no-repeat;
  }
  #sp-header .modal-menu .sp-nav .nav-3 p > a {
    background: url(../img_common/nav_icon3.svg) left 5.3333333333vw center/30px no-repeat;
  }
  #sp-header .modal-menu .sp-nav .nav-4 p > a {
    background: url(../img_common/nav_icon4.svg) left 5.3333333333vw center/30px no-repeat;
  }
  #sp-header .modal-menu .sp-nav .nav-5 p > a {
    background: url(../img_common/nav_icon5.svg) left 4.2666666667vw center/30px no-repeat;
  }
  #sp-header .modal-menu .sp-nav .nav-6 p > a {
    background: url(../img_common/nav_icon6.svg) left 4.2666666667vw center/30px no-repeat;
  }
  #sp-header .modal-menu .sp-nav .bloc {
    display: none;
    padding: 0 20px 15px;
    background-color: #064f91;
  }
  #sp-header .modal-menu .sp-nav .bloc .list {
    background-color: #d8eff8;
    border-radius: 3px;
  }
  #sp-header .modal-menu .sp-nav .bloc .list li {
    border-top: 2px solid #a9cbd8;
  }
  #sp-header .modal-menu .sp-nav .bloc .list li:first-child {
    border-top: none;
  }
  #sp-header .modal-menu .sp-nav .bloc .list a {
    display: block;
    padding: 15px 5.3333333333vw 15px 9.6vw;
    text-decoration: none;
    position: relative;
  }
  #sp-header .modal-menu .sp-nav .bloc .list a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #719cc2;
    position: absolute;
    top: 25px;
    left: 18px;
    margin: auto;
  }
  #sp-header .sp-header-search .keyword-wrap, #sp-header .sp-header-search .header-page-number-search {
    padding: 30px 8vw;
  }
  #sp-header .sp-header-search .keyword-wrap .title, #sp-header .sp-header-search .header-page-number-search .title {
    font-weight: bold;
  }
  #sp-header .sp-header-search .keyword-wrap {
    border-bottom: 1px solid #cacaca;
  }
  #sp-header .sp-header-search .keyword-wrap .type-list {
    font-size: 0.8125rem;
    align-items: center;
    border-bottom: 1px solid #3395c7;
    display: flex;
    gap: 0 5.3333333333vw;
    margin-top: 16px;
    padding-bottom: 10px;
  }
  #sp-header .sp-header-search .keyword-wrap .type-list .list-title {
    font-size: 0.8125rem;
    display: flex;
    gap: 0 5.3333333333vw;
  }
  #sp-header .sp-header-search .keyword-wrap .type-list label {
    align-items: center;
    display: flex;
    gap: 0 5px;
  }
  #sp-header .sp-header-search .keyword-wrap .type-list input {
    margin: 3px 0 0 0;
  }
  #sp-header .sp-header-search .sp-modal-pagenumber-link a {
    display: block;
    width: fit-content;
    margin: 12px 0 0 auto;
    text-decoration: none;
    padding-left: 15px;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 1px solid #54a837;
  }
  #sp-header .sp-header-search .sp-modal-pagenumber-link a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #54a837;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  #sp-header .support-block .support-list {
    border-radius: 10px;
    box-sizing: border-box;
    margin: auto;
    padding: 0px 2.6666666667vw 20px;
  }
  #sp-header .support-block .support-list li + li {
    margin-top: 20px;
  }
  #sp-header .support-block .header-size dl,
  #sp-header .support-block .header-color dl {
    align-items: center;
    display: flex;
    gap: 3.3333333333vw;
  }
  #sp-header .support-block .header-size dt,
  #sp-header .support-block .header-color dt {
    flex-shrink: 0;
    width: 21.3333333333vw;
    margin-right: 5px;
  }
  #sp-header .support-block .header-size dd img {
    height: 10.1333333333vw;
  }
  #sp-header .support-block .header-color dd img {
    height: 9.8666666667vw;
  }
  #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: 3px;
    border: 1px solid #fff;
    display: block;
  }
  #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;
    line-height: 1;
    border-radius: 3px;
    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 {
    background-color: inherit !important;
    color: inherit !important;
  }
  #sp-header .support-block .header-size .normal-on, #sp-header .support-block .header-size .big-on {
    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 dd {
    border-radius: 3px;
    border: 1px solid #fff;
  }
  #sp-header .support-block .header-color dd a {
    display: block;
    padding: 8px;
    line-height: 1;
    border-radius: 3px;
    text-decoration: none;
  }
  #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 .header-color-item a {
    color: #fff !important;
  }
  #sp-header .support-block .header-color .header-color-item2 a {
    color: #fff !important;
  }
  #sp-header .support-block .header-color .header-color-item3 a {
    background-color: #fff !important;
    color: #333 !important;
  }
  #sp-header .support-block .sp-header-lang-wrap {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
  #sp-header .support-block .sp-header-lang-wrap .sp-lang-title {
    min-width: 79px;
    text-align: right;
  }
  #sp-header .support-block .header-lang-wrapper {
    width: 100%;
  }
  #sp-header .support-block .header-lang-wrapper .lang-error {
    background-color: #fff;
    color: #ee0000;
    width: 100%;
  }
  #sp-header .support-block .header-lang {
    display: flex;
    border: solid 2px #999999;
    border-radius: 5px;
  }
  #sp-header .support-block .header-lang .lang-select {
    flex: 1;
    padding: 11px 8vw 11px 2.6666666667vw;
    border: 0;
    background: #fff;
    font-size: 100%;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    background: url(../img_common/arrow_lang.png) no-repeat right 2.6666666667vw center/2.4vw auto #fff !important;
    width: 46.6666666667vw;
    border-radius: 5px;
  }
  #sp-header .support-block .header-lang .btn-lang-select {
    padding: 8px 4vw;
    font-size: 100%;
    line-height: 1;
    cursor: pointer;
    position: relative;
    color: inherit;
  }
  #sp-header .support-block .header-lang .btn-lang-select:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-50%);
    content: "";
    width: 1px;
    height: 20px;
    background-color: #cccccc;
  }
  #sp-header .modal-search-close {
    border-top: 1px solid #cacaca;
    background-color: #fff;
  }
  #sp-header .header-page-number-search {
    width: 100%;
  }
  #sp-header .header-page-number-search #number-search-container *, #sp-header .header-page-number-search #number-search-container *::before, #sp-header .header-page-number-search #number-search-container *::after, #sp-header .header-page-number-search #sp-number-search-container *, #sp-header .header-page-number-search #sp-number-search-container *::before, #sp-header .header-page-number-search #sp-number-search-container *::after, #sp-header .header-page-number-search #number-search-container-modal *, #sp-header .header-page-number-search #number-search-container-modal *::before, #sp-header .header-page-number-search #number-search-container-modal *::after, #sp-header .header-page-number-search #sp-number-search-container-modal *, #sp-header .header-page-number-search #sp-number-search-container-modal *::before, #sp-header .header-page-number-search #sp-number-search-container-modal *::after {
    box-sizing: border-box;
  }
  #sp-header .header-page-number-search #number-search-container .input-wrap, #sp-header .header-page-number-search #sp-number-search-container .input-wrap, #sp-header .header-page-number-search #number-search-container-modal .input-wrap, #sp-header .header-page-number-search #sp-number-search-container-modal .input-wrap {
    display: flex;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap, #sp-header .header-page-number-search #sp-number-search-container .input-wrap, #sp-header .header-page-number-search #number-search-container-modal .input-wrap, #sp-header .header-page-number-search #sp-number-search-container-modal .input-wrap {
    width: calc(10em - 160px + 445px);
    gap: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap, #sp-header .header-page-number-search #sp-number-search-container .input-wrap, #sp-header .header-page-number-search #number-search-container-modal .input-wrap, #sp-header .header-page-number-search #sp-number-search-container-modal .input-wrap {
    width: 100%;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap label, #sp-header .header-page-number-search #number-search-container-modal .input-wrap label, #sp-header .header-page-number-search #sp-number-search-container-modal .input-wrap label {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
  }
  #sp-header .header-page-number-search #number-search-container .input-wrap .number-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .number-label, #sp-header .header-page-number-search #number-search-container-modal .input-wrap .number-label, #sp-header .header-page-number-search #sp-number-search-container-modal .input-wrap .number-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap .number-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .number-label, #sp-header .header-page-number-search #number-search-container-modal .input-wrap .number-label, #sp-header .header-page-number-search #sp-number-search-container-modal .input-wrap .number-label {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap .number-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .number-label, #sp-header .header-page-number-search #number-search-container-modal .input-wrap .number-label, #sp-header .header-page-number-search #sp-number-search-container-modal .input-wrap .number-label {
    width: calc(100% - 10.6vw);
  }
}
@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search #number-search-container-modal .input-wrap .submit-label, #sp-header .header-page-number-search #sp-number-search-container-modal .input-wrap .submit-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search #number-search-container-modal .input-wrap .submit-label, #sp-header .header-page-number-search #sp-number-search-container-modal .input-wrap .submit-label {
    width: 50px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search #number-search-container-modal .input-wrap .submit-label, #sp-header .header-page-number-search #sp-number-search-container-modal .input-wrap .submit-label {
    width: 10.6vw;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search #sp-number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search #number-search-container-modal .input-wrap input[type=text], #sp-header .header-page-number-search #sp-number-search-container-modal .input-wrap input[type=text] {
    width: 100%;
    padding: 10px 0 10px 13px;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search #sp-number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search #number-search-container-modal .input-wrap input[type=text], #sp-header .header-page-number-search #sp-number-search-container-modal .input-wrap input[type=text] {
    border: 1px solid #54a837;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search #sp-number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search #number-search-container-modal .input-wrap input[type=text], #sp-header .header-page-number-search #sp-number-search-container-modal .input-wrap input[type=text] {
    border: 2px solid #54a837;
    border-radius: 0 0 0 0;
    height: 10.66vw;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap button, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button, #sp-header .header-page-number-search #number-search-container-modal .input-wrap button, #sp-header .header-page-number-search #sp-number-search-container-modal .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 .header-page-number-search #number-search-container .input-wrap button, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button, #sp-header .header-page-number-search #number-search-container-modal .input-wrap button, #sp-header .header-page-number-search #sp-number-search-container-modal .input-wrap button {
    border: 1px solid #54a837;
    border-radius: 0px 3px 3px 0px;
    background-color: #54a837;
    width: 50px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap button, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button, #sp-header .header-page-number-search #number-search-container-modal .input-wrap button, #sp-header .header-page-number-search #sp-number-search-container-modal .input-wrap button {
    border: 1px solid #54a837;
    border-radius: 0 3px 3px 0;
    background-color: #54a837;
    width: 10.6vw;
    height: 10.66vw;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap button::after, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button::after, #sp-header .header-page-number-search #number-search-container-modal .input-wrap button::after, #sp-header .header-page-number-search #sp-number-search-container-modal .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 .header-page-number-search #number-search-container .input-wrap button::after, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button::after, #sp-header .header-page-number-search #number-search-container-modal .input-wrap button::after, #sp-header .header-page-number-search #sp-number-search-container-modal .input-wrap button::after {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap button::after, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button::after, #sp-header .header-page-number-search #number-search-container-modal .input-wrap button::after, #sp-header .header-page-number-search #sp-number-search-container-modal .input-wrap button::after {
    background-color: #ffffff;
    width: 5.3vw;
    height: 5.3vw;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .jqs-go-to-pc {
    display: block;
    border: 1px solid #bcb8b8;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    text-decoration: center;
    padding: 10px;
    text-align: center;
  }
  #sp-header .jqs-go-to-pc span {
    padding: 5px 0 5px 40px;
    background: url(../img_common/switch.png) left center no-repeat;
  }
}
html[data-bgcolor=color_black] body, html[data-bgcolor=color_black] p, html[data-bgcolor=color_black] div, html[data-bgcolor=color_black] table, html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] h3, html[data-bgcolor=color_black] h4, html[data-bgcolor=color_black] h5, html[data-bgcolor=color_black] h6, html[data-bgcolor=color_black] ul, html[data-bgcolor=color_black] ol, html[data-bgcolor=color_black] li, html[data-bgcolor=color_black] td, html[data-bgcolor=color_black] th, html[data-bgcolor=color_black] dt, html[data-bgcolor=color_black] dd, html[data-bgcolor=color_black] dl, html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] dt, html[data-bgcolor=color_black] caption, html[data-bgcolor=color_black] section, html[data-bgcolor=color_black] span, html[data-bgcolor=color_black] header, html[data-bgcolor=color_black] footer, html[data-bgcolor=color_black] nav {
  background-color: #000 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}
html[data-bgcolor=color_black] a {
  background-color: #000 !important;
  color: #FFFF00 !important;
}
html[data-bgcolor=color_black] a:visited {
  color: #f5c77b !important;
}
html[data-bgcolor=color_black] a:hover {
  color: #f5c77b !important;
}
html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] h3, html[data-bgcolor=color_black] h4, html[data-bgcolor=color_black] h5, html[data-bgcolor=color_black] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}
html[data-bgcolor=color_black] h5 {
  padding: 10px 0px;
}
html[data-bgcolor=color_black] .wysiwyg .text_ {
  color: #ffdbea !important;
}
html[data-bgcolor=color_black] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}
html[data-bgcolor=color_black] #pdf-download {
  color: #333 !important;
}
html[data-bgcolor=color_black] #header-logo img, html[data-bgcolor=color_black] #sp-header-logo img,
html[data-bgcolor=color_black] #header-subnav .list li a,
html[data-bgcolor=color_black] #header-size .title img,
html[data-bgcolor=color_black] #header-color .title img,
html[data-bgcolor=color_black] header .header-subnav-in li img,
html[data-bgcolor=color_black] #footer-logo img,
html[data-bgcolor=color_black] #footer-character img {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .side-nav-list {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] .side-nav-list li span {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] #keyword-area {
  background: transparent !important;
}
html[data-bgcolor=color_black] .toiawase .title, html[data-bgcolor=color_black] .toiawase .in {
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .toiawase .in {
  border-top: none;
}
html[data-bgcolor=color_black] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor=color_black] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .gsst_a .gscb_a {
  color: inherit !important;
}
html[data-bgcolor=color_black] {
  /* よくあるご質問詳細ページ */
}
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] {
  /* よくあるご質問詳細ページ 0009_2 */
}
html[data-bgcolor=color_black] .faq-block .faq-q-title::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .faq-block .faq-answer-area {
  background-image: none !important;
  background-color: inherit !important;
}
html[data-bgcolor=color_black] #pankuzu .in {
  background-image: url(../img_sub/v3.2/pankuzu_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] #ashiato .in {
  background-image: url(../img_sub/v3.2/ashiato_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .anchor ul li a::after, html[data-bgcolor=color_black] .detail a::after, html[data-bgcolor=color_black] .page a::after, html[data-bgcolor=color_black] .dir a::after,
html[data-bgcolor=color_black] .link-item .icon1::after, html[data-bgcolor=color_black] .link-item .icon2::after,
html[data-bgcolor=color_black] #side-nav .side-nav-list li a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .page a, html[data-bgcolor=color_black] .dir a, html[data-bgcolor=color_black] .table td, html[data-bgcolor=color_black] .table th {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .toiawase .mail a {
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_black] .toiawase .mail a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] #side-nav .side-nav-list {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .attend-container {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .attend-container .attend-list li a::before {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=radio] {
  border-color: #fff;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=radio]:checked:before {
  background: #fff;
}
html[data-bgcolor=color_black] .simple-enquete form .item::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=submit] {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .event-search-area .box2 label::after, html[data-bgcolor=color_black] .event-search-area .event-search-term label::after, html[data-bgcolor=color_black] .recruit-event-search-area .box2 label::after, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term label::after {
  border-right: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
}
html[data-bgcolor=color_black] .event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .event-search-area .event-search-term input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::before {
  background: #fff !important;
  border: 1px solid #231815;
}
html[data-bgcolor=color_black] .event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .event-search-area .event-search-term input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::after {
  opacity: 1;
  background: #fff !important;
}
html[data-bgcolor=color_black] .scroll-hint-icon-wrap {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] .scroll-hint-icon-wrap .scroll-hint-icon-white::before, html[data-bgcolor=color_black] .scroll-hint-icon-wrap .scroll-hint-icon-white::after {
  filter: invert(1);
}
html[data-bgcolor=color_black] .inquiry-area .inquiry-table td strong.hissu {
  color: #fff !important;
}

html[data-bgcolor=color_blue] body, html[data-bgcolor=color_blue] p, html[data-bgcolor=color_blue] div, html[data-bgcolor=color_blue] table, html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] h3, html[data-bgcolor=color_blue] h4, html[data-bgcolor=color_blue] h5, html[data-bgcolor=color_blue] h6, html[data-bgcolor=color_blue] ul, html[data-bgcolor=color_blue] ol, html[data-bgcolor=color_blue] li, html[data-bgcolor=color_blue] td, html[data-bgcolor=color_blue] th, html[data-bgcolor=color_blue] dt, html[data-bgcolor=color_blue] dd, html[data-bgcolor=color_blue] dl, html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] dt, html[data-bgcolor=color_blue] caption, html[data-bgcolor=color_blue] section, html[data-bgcolor=color_blue] span, html[data-bgcolor=color_blue] header, html[data-bgcolor=color_blue] footer, html[data-bgcolor=color_blue] nav {
  background-color: #005795 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}
html[data-bgcolor=color_blue] a {
  background-color: #005795 !important;
  color: #FFFF00 !important;
}
html[data-bgcolor=color_blue] a:visited {
  color: #f5c77b !important;
}
html[data-bgcolor=color_blue] a:hover {
  color: #f5c77b !important;
}
html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] h3, html[data-bgcolor=color_blue] h4, html[data-bgcolor=color_blue] h5, html[data-bgcolor=color_blue] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}
html[data-bgcolor=color_blue] h5 {
  padding: 10px 0px;
}
html[data-bgcolor=color_blue] .wysiwyg .text_ {
  color: #ffdbea !important;
}
html[data-bgcolor=color_blue] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}
html[data-bgcolor=color_blue] #pdf-download {
  color: #333 !important;
}
html[data-bgcolor=color_blue] #header-logo img, html[data-bgcolor=color_blue] #sp-header-logo img,
html[data-bgcolor=color_blue] #header-subnav .list li a,
html[data-bgcolor=color_blue] #header-size .title img,
html[data-bgcolor=color_blue] #header-color .title img,
html[data-bgcolor=color_blue] header .header-subnav-in li img,
html[data-bgcolor=color_blue] #footer-logo img,
html[data-bgcolor=color_blue] #footer-character img {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .side-nav-list {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] .side-nav-list li span {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] #keyword-area {
  background: transparent !important;
}
html[data-bgcolor=color_blue] .toiawase .title, html[data-bgcolor=color_blue] .toiawase .in {
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .toiawase .in {
  border-top: none;
}
html[data-bgcolor=color_blue] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor=color_blue] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .gsst_a .gscb_a {
  color: inherit !important;
}
html[data-bgcolor=color_blue] {
  /* よくあるご質問詳細ページ */
}
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] {
  /* よくあるご質問詳細ページ 0009_2 */
}
html[data-bgcolor=color_blue] .faq-block .faq-q-title::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .faq-block .faq-answer-area {
  background-image: none !important;
  background-color: inherit !important;
}
html[data-bgcolor=color_blue] #pankuzu .in {
  background-image: url(../img_sub/v3.2/pankuzu_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] #ashiato .in {
  background-image: url(../img_sub/v3.2/ashiato_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .anchor ul li a::after, html[data-bgcolor=color_blue] .detail a::after, html[data-bgcolor=color_blue] .page a::after, html[data-bgcolor=color_blue] .dir a::after,
html[data-bgcolor=color_blue] .link-item .icon1::after, html[data-bgcolor=color_blue] .link-item .icon2::after,
html[data-bgcolor=color_blue] #side-nav .side-nav-list li a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .page a, html[data-bgcolor=color_blue] .dir a, html[data-bgcolor=color_blue] .table td, html[data-bgcolor=color_blue] .table th {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .toiawase .mail a {
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_blue] .toiawase .mail a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] #side-nav .side-nav-list {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .attend-container {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .attend-container .attend-list li a::before {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=radio] {
  border-color: #fff;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=radio]:checked:before {
  background: #fff;
}
html[data-bgcolor=color_blue] .simple-enquete form .item::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=submit] {
  background-color: #005795 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .event-search-area .box2 label::after, html[data-bgcolor=color_blue] .event-search-area .event-search-term label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term label::after {
  border-right: 2px solid #005795 !important;
  border-bottom: 2px solid #005795 !important;
}
html[data-bgcolor=color_blue] .event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .event-search-area .event-search-term input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::before {
  background: #fff !important;
  border: 1px solid #231815;
}
html[data-bgcolor=color_blue] .event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .event-search-area .event-search-term input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::after {
  opacity: 1;
  background: #fff !important;
}
html[data-bgcolor=color_blue] .scroll-hint-icon-wrap {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] .scroll-hint-icon-wrap .scroll-hint-icon-white::before, html[data-bgcolor=color_blue] .scroll-hint-icon-wrap .scroll-hint-icon-white::after {
  filter: invert(1);
}
html[data-bgcolor=color_blue] .inquiry-area .inquiry-table td strong.hissu {
  color: #fff !important;
}