@charset "UTF-8";
/* pattern-responsive */
/*
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 {
  background: url(../img_common/header_bg.png) center top no-repeat #fcf9e7;
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #050a3f;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
    background: url(../img_common/sp_header_bg.png) center top no-repeat #fcf9e7;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #050a3f;
  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: #050a3f;
}

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: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  form.gsc-search-box {
    width: 100% !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border: 2px solid #1f1311 !important;
    border-radius: 15px 0px 0px 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .gsc-input-box {
    border: 2px solid #1f1311 !important;
    border-radius: 15px 0px 0px 15px !important;
  }
}

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

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 58px;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 60px;
    }
  }
  td.gsc-search-button {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: calc(15.66vw - 2px);
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: calc(15.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: #f29e9e !important;
    width: 60px !important;
    border: 2px solid #1f1311 !important;
    border-radius: 0px 15px 15px 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #f29e9e !important;
    width: 17.33vw !important;
    border: 2px solid #1f1311 !important;
    border-radius: 0px 15px 15px 0px !important;
  }
}

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

.custom-search-form .input-wrap {
  box-sizing: border-box;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .custom-search-form .input-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .custom-search-form .input-wrap {
    width: 100%;
  }
}

.search-input {
  box-sizing: border-box;
  padding: 10px 0 10px 13px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .search-input {
    border: 2px solid #1f1311;
    border-right: 0px;
    height: 60px;
    width: calc(100% - 60px);
    border-radius: 15px 0px 0px 15px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .search-input {
    border: 2px solid #1f1311;
    border-right: 0px;
    height: 15.66vw;
    width: calc(100% - 17.33vw);
    border-radius: 15px 0px 0px 15px;
    font-size: 1rem;
  }
}

.search-button {
  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) {
  .search-button {
    background-color: #f29e9e;
    flex-basis: 60px;
    width: 60px;
    height: 60px;
    border: 2px solid #1f1311;
    border-left: 0px;
    border-radius: 0px 15px 15px 0px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .search-button {
    background-color: #f29e9e;
    flex-basis: 17.33vw;
    width: 17.33vw;
    height: 15.66vw;
    border: 2px solid #1f1311;
    border-left: 0px;
    border-radius: 0px 15px 15px 0px;
    margin-left: 0;
  }
}
.search-button::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  clip-path: polygon(96.32% 96.32%, 95.05% 97.35%, 93.86% 98.17%, 92.3% 99.04%, 90.76% 99.8%, 89.12% 100%, 87.58% 99.71%, 86.42% 99.27%, 85.3% 98.62%, 84.33% 97.96%, 83.41% 97.27%, 82.64% 96.45%, 81.93% 95.64%, 81.19% 94.79%, 79.42% 92.81%, 74.58% 87.45%, 66.92% 79.24%, 64.18% 76.57%, 63.13% 75.77%, 62% 75.13%, 60.93% 74.65%, 59.73% 74.39%, 58.11% 74.7%, 54.72% 76.14%, 49.82% 77.8%, 44.73% 78.81%, 39.57% 79.15%, 34.41% 78.82%, 29.33% 77.8%, 24.43% 76.14%, 19.79% 73.85%, 15.48% 70.98%, 11.59% 67.56%, 8.17% 63.67%, 5.3% 59.36%, 3.01% 54.72%, 1.34% 49.82%, 0.33% 44.74%, 0% 39.57%, 0.34% 34.41%, 1.34% 29.33%, 3.01% 24.43%, 5.3% 19.79%, 8.17% 15.48%, 11.59% 11.59%, 23.25% 23.25%, 21.25% 25.52%, 19.58% 28.03%, 18.24% 30.74%, 17.27% 33.6%, 16.68% 36.56%, 16.49% 39.57%, 16.68% 42.59%, 17.27% 45.55%, 18.24% 48.41%, 19.58% 51.12%, 21.25% 53.63%, 23.25% 55.9%, 25.52% 57.89%, 28.03% 59.57%, 30.74% 60.9%, 33.6% 61.88%, 36.56% 62.47%, 39.57% 62.66%, 42.58% 62.47%, 45.55% 61.88%, 48.41% 60.9%, 51.12% 59.57%, 53.63% 57.89%, 55.9% 55.9%, 55.9% 55.9%, 57.89% 53.63%, 59.57% 51.12%, 60.9% 48.41%, 61.88% 45.55%, 62.47% 42.58%, 62.66% 39.57%, 62.47% 36.56%, 61.88% 33.6%, 60.9% 30.74%, 59.57% 28.03%, 57.89% 25.52%, 55.9% 23.25%, 53.63% 21.25%, 51.12% 19.58%, 48.41% 18.24%, 45.55% 17.27%, 42.59% 16.68%, 39.57% 16.49%, 36.56% 16.68%, 33.6% 17.27%, 30.74% 18.24%, 28.03% 19.58%, 25.52% 21.25%, 23.25% 23.25%, 11.59% 11.59%, 15.48% 8.17%, 19.79% 5.3%, 24.43% 3.01%, 29.33% 1.34%, 34.41% 0.34%, 39.57% 0%, 44.74% 0.33%, 49.82% 1.34%, 54.72% 3.01%, 59.36% 5.3%, 63.67% 8.17%, 67.56% 11.59%, 70.98% 15.48%, 73.85% 19.79%, 76.14% 24.43%, 77.8% 29.33%, 78.82% 34.41%, 79.15% 39.57%, 78.81% 44.73%, 77.8% 49.82%, 76.14% 54.72%, 74.7% 58.11%, 74.39% 59.73%, 74.65% 60.93%, 75.13% 62%, 75.77% 63.13%, 76.57% 64.18%, 79.24% 66.92%, 87.45% 74.58%, 92.81% 79.42%, 94.79% 81.19%, 95.64% 81.93%, 96.45% 82.64%, 97.27% 83.41%, 97.96% 84.33%, 98.62% 85.3%, 99.27% 86.42%, 99.71% 87.58%, 100% 89.12%, 99.8% 90.76%, 99.04% 92.3%, 98.17% 93.86%, 97.35% 95.05%, 96.32% 96.32%);
}
@media print, screen and (min-width: 769px) {
  .search-button::after {
    width: 23px;
    height: 23px;
    background-color: #1f1311;
  }
}
@media screen and (max-width: 768px) {
  .search-button::after {
    width: 6vw;
    height: 6vw;
    background-color: #1f1311;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}
#smartphone a {
  color: #333333;
  display: block;
  text-decoration: none;
}
#smartphone .wrap {
  align-items: center;
  background-color: #82c3f2;
  border: 2px solid #559fd5;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99;
}
#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}
#smartphone .wrap .ico {
  background-color: #050a3f;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}
#smartphone .wrap .ico:after {
  border-left: 12px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: 0;
  content: "";
  left: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

@media print {
  body {
    zoom: 1;
  }
}
#header, #footer, #side-nav {
  overflow-wrap: anywhere;
}

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

#pc-speach-area, #sp-speach-area {
  display: none;
  background-color: #edeef0;
}
@media print, screen and (min-width: 769px) {
  #pc-speach-area, #sp-speach-area {
    margin-top: 30px;
  }
}
#pc-speach-area.is-active, #sp-speach-area.is-active {
  display: block;
}
@media screen and (max-width: 768px) {
  #pc-speach-area.is-active, #sp-speach-area.is-active {
    margin-top: 20px;
    position: relative;
    z-index: 100;
  }
}
#pc-speach-area .speach-area-in, #sp-speach-area .speach-area-in {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #pc-speach-area .speach-area-in, #sp-speach-area .speach-area-in {
    width: 100%;
    margin: 0 auto;
  }
}
#pc-speach-area .tsutaeru-speech-buttons, #sp-speach-area .tsutaeru-speech-buttons {
  padding: 5px 35px 5px !important;
}
#pc-speach-area .speach-area-close, #sp-speach-area .speach-area-close {
  position: absolute;
  left: -10px;
  top: -10px;
  appearance: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #1b2441;
}
#pc-speach-area .speach-area-close:hover, #sp-speach-area .speach-area-close:hover {
  opacity: 0.85;
}
@media print, screen and (min-width: 769px) {
  #pc-speach-area .speach-area-close, #sp-speach-area .speach-area-close {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  #pc-speach-area .speach-area-close, #sp-speach-area .speach-area-close {
    padding: 0;
    width: 24px;
    height: 24px;
  }
}
@media print, screen and (min-width: 769px) {
  #pc-speach-area .speach-area-close img, #sp-speach-area .speach-area-close img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #pc-speach-area .speach-area-close img, #sp-speach-area .speach-area-close img {
    width: 12px;
    height: 12px;
  }
}
#pc-speach-area .tsutaeru-speech, #sp-speach-area .tsutaeru-speech {
  font-size: 100%;
  text-align: left;
}
#pc-speach-area .tsutaeru-speech .tsutaeru-button, #sp-speach-area .tsutaeru-speech .tsutaeru-button {
  margin-right: 0.25em;
}
@media screen and (max-width: 768px) {
  #pc-speach-area .tsutaeru-speech .tsutaeru-button, #sp-speach-area .tsutaeru-speech .tsutaeru-button {
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 768px) {
  .tsutaeru-speech-audio-container {
    padding: 40px 0 !important;
  }
}
/* pc-search-modal の display が block の時、body のスクロールを止める */
body:has(.pc-search-modal[style*="display: block"]) {
  overflow: hidden;
}

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

a:has(> img) {
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  .c-width {
    margin: 0 auto;
    width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .c-width {
    padding: 0 4vw;
  }
}

.c-card-captions {
  background-color: #fff;
  border-radius: 0 0 30px 30px;
}
@media print, screen and (min-width: 769px) {
  .c-card-captions {
    padding: 32px 40px;
  }
}
.c-card-captions ul {
  display: grid;
}
@media print, screen and (min-width: 769px) {
  .c-card-captions ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}
.c-card-captions ul li a,
.c-card-captions ul li .item-nolink {
  color: #050a3f;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .c-card-captions ul li a:hover .item-in,
  .c-card-captions ul li .item-nolink:hover .item-in {
    border: 3px solid #f9ce26;
  }
  .c-card-captions ul li a:hover img,
  .c-card-captions ul li .item-nolink:hover img {
    opacity: 0.85;
  }
}
.c-card-captions .item:not(:last-of-type) {
  margin-bottom: 10px;
}
.c-card-captions .item-in {
  border: 3px solid transparent;
  background-color: #fcf9e7;
  border-radius: 20px;
}
@media print, screen and (min-width: 769px) {
  .c-card-captions .item-in {
    padding: 18px 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-card-captions .item-in {
    align-items: center;
    display: flex;
    gap: 0 4vw;
    padding: 22px 0 18px 4vw;
  }
}
.c-card-captions .item-img {
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .c-card-captions .item-img {
    min-height: 180px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-card-captions .item-img {
    grid-column: 1/2;
    grid-row: 1/3;
    min-height: 72px;
    width: 24vw;
  }
}
.c-card-captions .item-img img {
  height: auto;
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .c-card-captions .item-img img {
    max-width: 190px;
  }
}
@media screen and (max-width: 768px) {
  .c-card-captions .item-img img {
    max-height: 62px;
    max-width: 21.3333333333vw;
  }
}
.c-card-captions .item-txt {
  font-size: 1.25rem;
  color: #050a3f;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .c-card-captions .item-txt {
    margin-top: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-card-captions .item-txt {
    font-size: 1.125rem;
    width: 170px;
  }
  .c-card-captions .item-txt > p {
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 769px) {
  .c-card-captions .item-txt2 {
    margin-top: 10px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-card-captions .item-txt2 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.splide__slide a:focus-visible {
  outline: none;
  position: relative;
}
.splide__slide 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;
}

.splide.mv-slider {
  --pcImgWidth: 700px;
  --pcImgHeight: 500px;
  --spImgWidth: 90.6vw;
  --spImgHeight: 240px;
  --pcGap: 0;
  --spGap: 0;
  overflow: hidden;
}
.splide.mv-slider .splide-wrapper {
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .splide.mv-slider .splide-wrapper {
    width: var(--pcImgWidth);
  }
}
@media screen and (max-width: 768px) {
  .splide.mv-slider .splide-wrapper {
    width: var(--spImgWidth);
  }
}
.splide.mv-slider .splide__track {
  height: fit-content;
}
@media print, screen and (min-width: 769px) {
  .splide.mv-slider .splide__track {
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv-slider .splide__track {
    overflow: hidden;
  }
}
.splide.mv-slider .splide__slide {
  height: fit-content;
}
@media print, screen and (min-width: 769px) {
  .splide.mv-slider .splide__slide {
    width: var(--pcImgWidth);
  }
}
@media screen and (max-width: 768px) {
  .splide.mv-slider .splide__slide {
    width: var(--spImgWidth);
  }
}
.splide.mv-slider .splide__slide img {
  border: 5px solid #fff;
  border-radius: 30px;
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .splide.mv-slider .splide__slide img {
    width: var(--pcImgWidth);
    height: var(--pcImgHeight);
  }
}
@media screen and (max-width: 768px) {
  .splide.mv-slider .splide__slide img {
    width: var(--spImgWidth);
    height: var(--spImgHeight);
  }
}
.splide.mv-slider .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.splide.mv-slider .splide__arrow {
  display: none;
}
.splide.mv-slider .splide__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
@media print, screen and (min-width: 769px) {
  .splide.mv-slider .splide__controls {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv-slider .splide__controls {
    margin-top: 8px;
  }
}
.splide.mv-slider .splide__pagination {
  padding: 0;
  position: initial;
  gap: 12px;
}
.splide.mv-slider .splide__pagination li {
  display: flex;
}
.splide.mv-slider .splide__pagination__page {
  margin: 0;
  width: 15px;
  height: 15px;
  background: #ed968f;
  border: 2px solid #050a3f;
  border-radius: 5px;
  transition: initial;
  opacity: initial;
}
@media print, screen and (min-width: 769px) {
  .splide.mv-slider .splide__pagination__page:hover {
    opacity: 0.85;
  }
}
.splide.mv-slider .splide__pagination__page.is-active {
  background: #fff;
  transform: initial;
  width: 58px;
}
.splide.mv-slider .splide__toggle {
  background-color: transparent;
  border: none;
  margin: 5px;
  width: 41px;
  height: 41px;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .splide.mv-slider .splide__toggle:hover {
    opacity: 0.85;
  }
}
.splide.mv-slider .splide__toggle span {
  margin: auto;
  width: 41px;
  height: 41px;
  position: absolute;
  inset: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.splide.mv-slider .splide__toggle__play {
  background: url(../img_top/start.png) !important;
}
.splide.mv-slider .splide__toggle__pause {
  background: url(../img_top/stop.png) !important;
}
.splide.mv-slider:not(.is-active) {
  visibility: visible !important;
}
.splide.mv-slider:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .splide.mv-slider:not(.is-active) .splide__list {
    gap: var(--pcGap);
  }
}
@media screen and (max-width: 768px) {
  .splide.mv-slider:not(.is-active) .splide__list {
    gap: var(--spGap);
  }
}
.splide.mv-slider:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.splide.mv-slider:not(.is-active) .splide__arrows {
  display: none;
}
.splide.mv-slider:not(.is-active) .splide__toggle {
  display: none;
}

.faq {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .faq {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    margin-top: 20px;
  }
}
.faq h2 {
  color: #050a3f;
}
@media print, screen and (min-width: 769px) {
  .faq h2 {
    font-size: 2.25rem;
  }
}
.faq-question-btn {
  appearance: none;
  background: url(../img_top/white_bg.png) center center repeat;
  outline: 3px solid #fff;
  outline-offset: -3px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 100%;
}
.faq-question-btn:focus-visible {
  outline: none;
  position: relative;
}
.faq-question-btn:focus-visible::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 25px;
  outline: 1px solid #fff;
  border: 2px solid #333;
}
.faq-question-btn.is-open {
  background: url(../img_top/yellow_bg.png) center center repeat;
}
@media print, screen and (min-width: 769px) {
  .faq-question-btn {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .faq-question-btn {
    min-height: 75px;
    text-align: left;
    position: relative;
    padding: 0 80px 0 30px;
  }
}
.faq-question-btn:focus-visible {
  outline: 2px solid #333;
  outline-offset: -2px;
}
.faq-question-btn:focus-visible {
  border-radius: 40px;
  outline-offset: -2px;
}
.faq-question-btn::after {
  content: "";
  position: absolute;
  background: url(../img_top/qa_open.png) no-repeat center center;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .faq-question-btn::after {
    width: 50px;
    height: 50px;
    right: 22px;
  }
}
@media screen and (max-width: 768px) {
  .faq-question-btn::after {
    height: 50px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
  }
}
.faq-question-btn.is-open {
  border-radius: 30px 30px 0 0;
}
.faq-question-btn.is-open:focus-visible {
  border-radius: 30px 30px 0 0;
  outline: 2px solid #333;
  outline-offset: -2px;
}
.faq-question-btn.is-open::after {
  background: url(../img_top/qa_close.png) no-repeat center center;
  background-size: cover;
}
.faq-question-text {
  color: #000;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .faq-question-text {
    font-size: 2.25rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .faq-question-text {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .faq-answer {
    padding: 6.9333333333vw 15px;
  }
}
.faq-mokuteki .faq-question-btn {
  background: url(../img_top/pink_bg.png) center center repeat;
}
.faq-nenrei .faq-question-btn {
  background: url(../img_top/blue_bg.png) center center repeat;
}
.faq-nenrei .faq-question-btn span {
  font-size: 1.5625rem;
}
.faq-shisetsu .faq-question-btn {
  background: url(../img_top/green_bg.png) center center repeat;
}

@media print, screen and (min-width: 769px) {
  .accessible-tabs {
    margin-top: 70px;
  }
}
.accessible-tabs .in #tab1 {
  border-image: url(../img_top/pink_bg.png) 30 stretch;
  border-image-width: 10px;
  border-image-repeat: round;
}
.accessible-tabs .in #tab2 {
  border-image: url(../img_top/blue_bg.png) 30 stretch;
  border-image-width: 10px;
  border-image-repeat: round;
}
.accessible-tabs .in #tab3 {
  border-image: url(../img_top/green_bg.png) 30 stretch;
  border-image-width: 10px;
  border-image-repeat: round;
}
.accessible-tabs .tab-nav .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}
.accessible-tabs .tab-nav .list li a {
  font-size: 1.75rem;
  align-items: center;
  border: 3px solid #fff;
  border-bottom: none;
  border-radius: 30px 30px 0 0;
  color: #050a3f;
  display: flex;
  font-weight: bold;
  justify-content: center;
  min-height: 80px;
  padding: 10px 70px 10px 30px;
  text-decoration: none;
  background: #fff;
  padding: 10px 30px;
}
.accessible-tabs .tab-nav .list li.hover:first-child a {
  background: url(../img_top/arrow_down.png) right 22px center no-repeat, url(../img_top/pink_bg.png) center center repeat;
}
.accessible-tabs .tab-nav .list li.hover:nth-child(2) a {
  background: url(../img_top/arrow_down.png) right 22px center no-repeat, url(../img_top/blue_bg.png) center center repeat;
  padding-right: 70px;
  font-size: 1.55rem;
}
.accessible-tabs .tab-nav .list li.hover:nth-child(3) a {
  background: url(../img_top/arrow_down.png) right 22px center no-repeat, url(../img_top/green_bg.png) center center repeat;
}

@media print, screen and (min-width: 769px) {
  .banner {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    margin-top: 25px;
  }
}
.banner li {
  margin: 0 auto;
  width: fit-content;
}
.banner li:not(:first-child) {
  margin-top: 30px;
}
.banner li a:focus-visible {
  outline: none;
}
.banner li a:focus-visible img {
  outline: 3px solid #fff;
  outline-offset: -5px;
  border: 3px solid #333 !important;
  box-shadow: none;
}
.banner img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .banner img {
    border-radius: 20px;
    height: 340px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner img {
    border-radius: 5px;
    width: 90.6666666667vw;
  }
}

.joho {
  margin-top: 75px;
}
@media print, screen and (min-width: 769px) {
  .joho {
    margin-top: 100px;
  }
}
.joho h2 {
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .joho h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .joho h2 {
    font-size: 2rem;
    margin: 75px auto 17px;
  }
}
.joho h2::before {
  background: url(../img_top/blue_bg.png) center center repeat;
  border-radius: 0 0 4px 4px;
  content: "";
  display: inline-block;
  height: 8px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -13px;
}
@media print, screen and (min-width: 769px) {
  .joho h2::before {
    width: 205px;
  }
}
@media screen and (max-width: 768px) {
  .joho h2::before {
    width: 54.6666666667vw;
  }
}
.joho-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .joho-list {
    gap: 40px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .joho-list {
    gap: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .joho-list li {
    width: 245px;
  }
}
@media screen and (max-width: 768px) {
  .joho-list li {
    min-height: 43.2vw;
    width: 43.2vw;
  }
}
.joho-list li a,
.joho-list li .item-nolink {
  display: block;
  color: #050a3f;
  height: 100%;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .joho-list a:hover,
  .joho-list .item-nolink:hover {
    text-decoration: underline;
  }
  .joho-list a:hover .item-in,
  .joho-list .item-nolink:hover .item-in {
    border: 3px solid #f9ce26;
  }
  .joho-list a:hover img,
  .joho-list .item-nolink:hover img {
    opacity: 0.85;
  }
}
.joho-list .item-in {
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .joho-list .item-in {
    padding: 22px 25px;
  }
}
@media screen and (max-width: 768px) {
  .joho-list .item-in {
    padding: 20px 0 15px;
  }
}
.joho-list .item-img {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .joho-list .item-img {
    min-height: 90px;
  }
}
.joho-list .item-img img {
  height: auto;
  object-fit: contain;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .joho-list .item-img img {
    max-width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .joho-list .item-img img {
    max-width: 70px;
  }
}
.joho-list .item-txt {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .joho-list .item-txt {
    font-size: 1.125rem;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .joho-list .item-txt {
    margin-top: 20px;
  }
}
.joho-list .item-txt > * {
  line-height: 1.2;
}

.info {
  background-color: #fff;
  border-radius: 30px;
  margin-top: 75px;
}
@media print, screen and (min-width: 769px) {
  .info {
    margin-top: 100px;
    padding: 12px 60px 50px;
  }
}
@media screen and (max-width: 768px) {
  .info {
    margin: 45px 4vw 0;
  }
}
.info h2 {
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .info h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .info h2 {
    font-size: 2rem;
    padding-top: 15px;
  }
}
.info h2::before {
  background: url(../img_top/green_bg.png) center center repeat;
  border-radius: 0 0 4px 4px;
  content: "";
  display: inline-block;
  height: 8px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -13px;
}
@media print, screen and (min-width: 769px) {
  .info h2::before {
    width: 205px;
  }
}
@media screen and (max-width: 768px) {
  .info h2::before {
    top: 0px;
    width: 54.6666666667vw;
  }
}
.info-list {
  overflow: auto;
  margin-top: 20px;
}
@media print, screen and (min-width: 769px) {
  .info-list {
    height: 335px;
  }
}
@media screen and (max-width: 768px) {
  .info-list {
    margin-top: 10px;
    height: 270px;
  }
}
.info-list li {
  background: url(../img_top/info_li.png) center bottom repeat-x;
}
@media print, screen and (min-width: 769px) {
  .info-list li {
    padding: 16px 10px 12px;
  }
}
@media screen and (max-width: 768px) {
  .info-list li {
    padding: 15px 5px;
  }
}
@media screen and (max-width: 768px) {
  .info-list li:first-child {
    padding-top: 0;
  }
}
.info-list a {
  color: #050a3f;
  text-decoration: none;
}
.info-list a:hover .title-text {
  text-decoration: underline;
}
.info-list a:hover .new-icon {
  opacity: 0.85;
}
.info-list .date {
  display: block;
}
.info-list .title-text {
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .info-list .title-text {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .info-list .title-text {
    font-weight: bold;
  }
}
.info-list .new-icon {
  background: url(../img_top/yellow_bg.png) center center repeat;
  border-radius: calc(infinity * 1px);
  display: inline-block;
  font-size: 0.875rem;
  padding: 0 10px;
}
@media print, screen and (min-width: 769px) {
  .info-list .new-icon {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .info-list .new-icon {
    margin-left: 5px;
    font-weight: bold;
    line-height: 1.5;
  }
}
.info .more {
  margin: 40px auto 0;
}
@media print, screen and (min-width: 769px) {
  .info .more {
    width: 390px;
  }
}
@media screen and (max-width: 768px) {
  .info .more {
    width: 280px;
    margin: 0 auto;
    padding: 20px 0;
  }
}
.info .more a {
  border-radius: 20px;
  color: #050a3f;
  display: block;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 769px) {
  .info .more a {
    background: url(../img_top/arrow_right.png) right 20px center no-repeat, url(../img_top/green_bg.png) center center repeat;
    text-align: center;
    padding: 18px 70px;
  }
  .info .more a:hover {
    text-decoration: underline;
    opacity: 0.85;
  }
}
@media screen and (max-width: 768px) {
  .info .more a {
    background: url(../img_top/arrow_right.png) right 14px center no-repeat, url(../img_top/green_bg.png) center center repeat;
    padding: 20px 50px 20px 30px;
  }
}

.address {
  margin-top: 35px;
}
.address-title, .address-text {
  color: #050a3f;
  text-align: center;
}
.address-title {
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .address-title {
    padding: 0 8vw;
  }
}
.address-text {
  line-height: 2;
}
@media print, screen and (min-width: 769px) {
  .address-text {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .address-text {
    margin-top: 10px;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
#footer-print,
#footer-print *,
#footer-print *::before,
#footer-print *::after {
  box-sizing: border-box;
}

/*==================================
フッター
==================================*/
footer {
  margin-top: 25px;
  position: relative;
  /* PCでは電話番号リンクを無効化 */
}
@media print, screen and (min-width: 769px) {
  footer a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
footer .box {
  box-sizing: border-box;
  background: url(../img_common/yellow_bg.png) center center repeat-x;
}
@media print, screen and (min-width: 769px) {
  footer #pagetop {
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
    text-decoration: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
  }
}
@media screen and (max-width: 768px) {
  footer #pagetop {
    position: absolute;
    bottom: 50px;
    right: 0px;
  }
}
footer #pagetop a {
  display: block;
  color: #050a3f;
}
footer #pagetop a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  footer #pagetop img {
    width: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  footer #pagetop.slide-in {
    transform: rotateZ(0);
    transform-origin: bottom right;
  }
  footer #pagetop.slide-out {
    transform: rotateZ(90deg);
    transform-origin: bottom right;
  }
}
footer .copyright {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 769px) {
  footer .copyright {
    padding: 7px 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 10px 20px 60px;
  }
}
@media print, screen and (min-width: 769px) {
  footer .box {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 20px;
  }
  footer .box {
    padding: 15px;
  }
}
footer .footer-link-list {
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 50px;
  padding: 14px 5px;
}
@media print, screen and (min-width: 769px) {
  footer .footer-link-list {
    width: 580px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-link-list {
    padding: 14px 1.3333333333vw;
  }
}
footer .footer-link-list li {
  line-height: 1;
  font-size: 1.125rem;
  border-right: 2px solid #050a3f;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  footer .footer-link-list li {
    padding: 0 4vw;
  }
}
footer .footer-link-list li:last-child {
  border-right: none;
}
footer .footer-link-list li a {
  color: #050a3f;
}

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

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

.thead {
  background: #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: #050a3f;
  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: #050a3f;
  color: #fff;
}
.table-wrap .scroll-table-switch .in-display {
  background-color: #ffffff;
  color: #050a3f;
}

.scroll-view .scroll-btn .scroll {
  background-color: #ffffff !important;
  color: #050a3f !important;
  font-weight: normal !important;
  border-bottom: none !important;
}
.scroll-view .in-display-btn .in-display {
  background-color: #050a3f !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 {
  background: url(../img_sub/v3.2/h2_bg.png);
  color: #333;
  font-size: 1.625rem;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 16px 20px;
  margin-top: 48px;
  border: 3px solid #fff;
}
@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: url(../img_sub/v3.2/h3_bg.png);
  color: #333;
  font-size: 1.5rem;
  border-radius: 5px;
  padding: 12px 20px;
  margin-top: 48px;
  border: 3px solid #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  h3.head-title,
  .wysiwyg h3,
  .free-layout-area h3,
  .smartcmsBbsBlock h3 {
    margin-top: 24px;
  }
}
h3.head-title .bg,
.wysiwyg h3 .bg,
.free-layout-area h3 .bg,
.smartcmsBbsBlock h3 .bg {
  display: block;
}

h4,
.wysiwyg h4,
.free-layout-area h4 {
  color: #333;
  font-size: 1.375rem;
  padding: 8px 10px;
  border-bottom: 4px solid #71c671;
  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;
}
@media screen and (max-width: 768px) {
  h5,
  .wysiwyg h5,
  .free-layout-area h5 {
    margin-top: 24px;
  }
}
h5 .bg,
.wysiwyg h5 .bg,
.free-layout-area h5 .bg {
  display: block;
  padding: 0 7px 0 10px;
  border-left: 3px solid #82c3f2;
}
h6,
.wysiwyg h6,
.free-layout-area h6 {
  font-size: 1.25rem;
  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;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

.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 #050a3f;
  margin-top: 10px;
}

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

.wysiwyg th {
  background-color: #ffffff;
}

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

@media print, screen and (min-width: 769px) {
  html {
    scroll-padding-top: 105px;
  }
}

#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;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #050a3f;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header {
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header .header-subnav-area #header-logo a {
    display: inline-block;
  }
  #header .header-subnav-area #header-logo a:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .header-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: #050a3f;
    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 .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;
  }
  #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 {
    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 {
    display: flex;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap {
    width: 100%;
    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 {
    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 {
    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 {
    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 {
    width: calc(100% - 60px);
  }
}
@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 {
    width: calc(100% - 17.33vw);
  }
}
@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 {
    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 {
    width: 60px;
  }
}
@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 {
    width: 17.33vw;
  }
}
@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] {
    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] {
    border: 2px solid #1f1311;
    border-radius: 15px 0px 0px 15px;
    height: 60px;
    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] {
    border: 2px solid #1f1311;
    border-radius: 15px 0px 0px 15px;
    height: 15.66vw;
    font-size: 2rem;
  }
}
@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 {
    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 {
    border: 2px solid #1f1311;
    border-radius: 0px 15px 15px 0px;
    background-color: #f29e9e;
    width: 60px;
    height: 60px;
  }
}
@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 {
    border: 2px solid #1f1311;
    border-radius: 0px 15px 15px 0px;
    background-color: #f29e9e;
    width: 17.33vw;
    height: 15.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 {
    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 {
    background-color: #1f1311;
    width: 23px;
    height: 23px;
  }
}
@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 {
    background-color: #1f1311;
    width: 6vw;
    height: 6vw;
  }
}
@media print, screen and (min-width: 769px) {
  #header #header-nav {
    margin-top: 40px;
  }
  #header #header-nav .list {
    display: grid;
    gap: 20px;
  }
  #header #header-nav li {
    border: 3px solid #fff;
    border-radius: 30px;
    text-align: center;
  }
  #header #header-nav li a {
    font-size: 2rem;
    color: #050a3f;
    display: block;
    font-weight: bold;
    text-decoration: none;
    padding: 28px 100px;
    border-radius: 30px;
  }
  #header #header-nav li a:focus-visible {
    outline: none;
    position: relative;
  }
  #header #header-nav li 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% - 8px);
    height: calc(100% - 8px);
    border-radius: 25px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
  #header #header-nav li a:hover {
    text-decoration: underline;
  }
  #header #header-nav .nav1 {
    background: url(../img_top/sp_arrow_right.png) right 22px center no-repeat, url(../img_top/pink_bg.png) center center repeat;
  }
  #header #header-nav .nav2 {
    background: url(../img_top/sp_arrow_right.png) right 22px center no-repeat, url(../img_top/blue_bg.png) center center repeat;
  }
  #header #header-nav .nav3 {
    background: url(../img_top/sp_arrow_right.png) right 22px center no-repeat, url(../img_top/green_bg.png) center center repeat;
  }
  #header .header-subnav-area {
    position: relative;
    min-height: 80px;
  }
  #header .header-subnav-area .box {
    box-sizing: border-box;
  }
  #header .header-subnav-area .box .unit,
  #header .header-subnav-area .box .unit2,
  #header .header-subnav-area .box #header-size,
  #header .header-subnav-area .box #header-color {
    display: table;
    float: left;
    height: 27px;
  }
  #header .header-subnav-area .box .unit li,
  #header .header-subnav-area .box .unit dt,
  #header .header-subnav-area .box .unit dd,
  #header .header-subnav-area .box .unit2 li,
  #header .header-subnav-area .box .unit2 dt,
  #header .header-subnav-area .box .unit2 dd,
  #header .header-subnav-area .box #header-size li,
  #header .header-subnav-area .box #header-size dt,
  #header .header-subnav-area .box #header-size dd,
  #header .header-subnav-area .box #header-color li,
  #header .header-subnav-area .box #header-color dt,
  #header .header-subnav-area .box #header-color dd {
    display: table-cell;
    font-size: 90%;
  }
  #header .header-subnav-area .box .unit li img,
  #header .header-subnav-area .box .unit dt img,
  #header .header-subnav-area .box .unit dd img,
  #header .header-subnav-area .box .unit2 li img,
  #header .header-subnav-area .box .unit2 dt img,
  #header .header-subnav-area .box .unit2 dd img,
  #header .header-subnav-area .box #header-size li img,
  #header .header-subnav-area .box #header-size dt img,
  #header .header-subnav-area .box #header-size dd img,
  #header .header-subnav-area .box #header-color li img,
  #header .header-subnav-area .box #header-color dt img,
  #header .header-subnav-area .box #header-color dd img {
    vertical-align: middle;
  }
  #header .header-subnav-area .box .unit .list,
  #header .header-subnav-area .box .unit2 .list {
    margin-top: 3px;
  }
  #header .header-subnav-area .box #header-size button,
  #header .header-subnav-area .box #header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
  }
  #header .header-subnav-area .box #header-size .title,
  #header .header-subnav-area .box #header-color .title {
    padding-right: 7px;
    font-weight: bold;
    vertical-align: middle;
  }
  #header .header-subnav-area .box #header-size .title span,
  #header .header-subnav-area .box #header-color .title span {
    display: block;
  }
  #header .header-subnav-area .box #header-size dd img,
  #header .header-subnav-area .box #header-color dd img {
    margin-right: 5px;
    cursor: pointer;
  }
  #header .header-subnav-area .box .unit,
  #header .header-subnav-area .box #header-size,
  #header .header-subnav-area .box #header-color {
    padding-left: 10px;
  }
  #header .header-subnav-area .box .unit2 li {
    padding-left: 10px;
  }
  .header-subnav-area-inner {
    text-align: center;
    padding: 8px 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #sp-header > .box {
    display: grid;
    place-items: center;
    padding: 8px 0 12px;
  }
  #sp-header > .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header > .box #sp-header-nav {
    width: 100%;
    padding: 0;
    background: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
  }
  #sp-header > .box #sp-header-nav:has(.is-open) {
    background-color: rgba(80, 97, 44, 0.95);
  }
  #sp-header > .box #sp-header-nav .menu-btn-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  #sp-header > .box #sp-header-nav .menu-btn-area > li {
    text-align: center;
    position: relative;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    background: #1f1311;
    z-index: 99;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    position: fixed;
    left: 0;
    z-index: 100;
    height: 100dvh;
    padding-bottom: 60px;
    box-sizing: border-box;
    overflow-y: scroll;
    width: 100%;
    top: 0;
    left: 0;
  }
  #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 {
    padding: 20px 0;
    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 {
    display: inline-block;
    min-width: 75.7333333333vw;
    padding: 2.6666666667vw 11.2vw 3.2vw 6.6666666667vw;
    background: url(../img_common/close.png) no-repeat right 3.4666666667vw center/7.7333333333vw;
    background-color: #adda42;
    border: 2px solid #fff;
    border-radius: 6px;
    font-size: 1.125rem;
    color: #252731;
    font-weight: bold;
    text-decoration: none;
  }
  #sp-header .modal-search .in {
    padding: 4.8vw;
  }
  #sp-header .modal-search .in .modal-search-keyword,
  #sp-header .modal-search .in .modal-search-word {
    padding-inline: 16px;
    background-color: white;
  }
  #sp-header .modal-search .in .modal-search-keyword {
    padding: 20px 5.3333333333vw;
    border-radius: 30px;
  }
  #sp-header .modal-search .in .modal-search-keyword .title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #050a3f;
    text-align: center;
    margin-bottom: 10px;
  }
  #sp-header .modal-search .in .modal-search-keyword input {
    border-right: none;
  }
  #sp-header .modal-search .in .modal-search-keyword button {
    border-left: none;
  }
  #sp-header .modal-search .in .modal-search-keyword .type-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 17px;
    margin-top: 9px;
  }
  #sp-header .modal-search .in .modal-search-keyword .type-list label {
    display: flex;
    align-items: center;
  }
  #sp-header .modal-search .in .modal-search-keyword .type-list label input {
    accent-color: #382d25;
  }
  #sp-header .modal-search .in .modal-search-keyword .dummy-search {
    font-size: 1rem;
  }
  #sp-header .modal-search .in .modal-search-word {
    padding-bottom: 25px;
  }
  #sp-header .modal-search .in .modal-search-word .ttl {
    font-size: 1.3125rem;
    font-weight: bold;
    color: #3d4639;
  }
  #sp-header .modal-search .in .modal-search-word .list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
  }
  #sp-header .modal-search .in .modal-search-word .list .item a {
    display: inline-block;
    padding: 4px 12px;
    background-color: #eef6c4;
    border-radius: 3px;
  }
  #sp-header .modal-search .in .modal-search-info {
    padding: 33px 15px;
    background: url(../img_common/modal_search_bg.png) repeat-y top left/100% auto;
  }
  #sp-header .modal-search .in .modal-search-info .ttl-wrap {
    text-align: center;
    padding-bottom: 19px;
  }
  #sp-header .modal-search .in .modal-search-info .ttl {
    display: inline-block;
    padding-inline: 37px;
    background: linear-gradient(to right, #af8649 9px, transparent 9px) repeat-x left bottom/18px 1px;
    font-size: 2rem;
    font-weight: 500;
    color: #3d4639;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-wht {
    padding: 18px 19px 29px;
    background-color: #fff;
    border-radius: 16px;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-wht .header-page-number-search .title {
    font-size: 1.3125rem;
    font-weight: bold;
    color: #3d4639;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-wht #sp-number-search-container {
    width: 74.6666666667vw;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-wht #sp-number-search-container input {
    border-right: none;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-wht #sp-number-search-container button {
    border-left: none;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-wht > .list {
    padding-top: 1px;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-wht > .list .item.item {
    margin-top: 17px;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-wht > .list .item a {
    display: block;
    min-height: calc(4.8vw + 8px);
    background: url(../img_common/arrow_right.png) no-repeat left top 8px;
    background-size: 4.8vw;
    padding-left: 7.2vw;
    font-size: 1.25rem;
    color: #3d4639;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px 3.7333333333vw;
    margin-block: 35px 16px;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life .item {
    width: 27.7333333333vw;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life .item:nth-child(1) a::before {
    background: url(../img_common/life1.png) no-repeat center/18.9333333333vw auto #fff;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life .item:nth-child(2) a::before {
    background: url(../img_common/life2.png) no-repeat center/18.9333333333vw auto #fff;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life .item:nth-child(3) a::before {
    background: url(../img_common/life3.png) no-repeat center/18.9333333333vw auto #fff;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life .item:nth-child(4) a::before {
    background: url(../img_common/life4.png) no-repeat center/18.9333333333vw auto #fff;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life .item:nth-child(5) a::before {
    background: url(../img_common/life5.png) no-repeat center/18.9333333333vw auto #fff;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life .item:nth-child(6) a::before {
    background: url(../img_common/life6.png) no-repeat center/18.9333333333vw auto #fff;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life .item:nth-child(7) a::before {
    background: url(../img_common/life7.png) no-repeat center/18.9333333333vw auto #fff;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life .item a {
    display: block;
    text-align: center;
    padding-top: 28.9333333333vw;
    color: #3d4639;
    position: relative;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life .item a::before {
    content: "";
    width: 27.7333333333vw;
    aspect-ratio: 1/1;
    border-radius: calc(infinity * 1px);
    position: absolute;
    top: 0;
    left: 0;
  }
  #sp-header .modal-search .in .sp-header-nav {
    margin-top: 20px;
  }
  #sp-header .modal-search .in .sp-header-nav .nav-list li {
    margin-top: 10px;
    border: 3px solid #fff;
    border-radius: 30px;
  }
  #sp-header .modal-search .in .sp-header-nav .nav-list li a {
    display: block;
    font-size: 1.5625rem;
    padding: 28px 20vw 28px 6.6666666667vw;
    text-decoration: none;
    color: #050a3f;
    font-weight: bold;
    border-radius: 30px;
  }
  #sp-header .modal-search .in .sp-header-nav .nav-list .list1 {
    background: url(../img_top/sp_arrow_right.png) right 16px center no-repeat, url(../img_top/pink_bg.png) center center repeat;
  }
  #sp-header .modal-search .in .sp-header-nav .nav-list .list2 {
    background: url(../img_top/sp_arrow_right.png) right 16px center no-repeat, url(../img_top/blue_bg.png) center center repeat;
  }
  #sp-header .modal-search .in .sp-header-nav .nav-list .list3 {
    background: url(../img_top/sp_arrow_right.png) right 16px center no-repeat, url(../img_top/green_bg.png) center center repeat;
  }
  #sp-header .modal-menu .in {
    padding: 25px 4.8vw;
  }
  #sp-header .modal-menu .sp-nav {
    background-color: #fff;
    border-radius: 16px;
  }
  #sp-header .modal-menu .sp-nav .box {
    display: block;
  }
  #sp-header .modal-menu .sp-nav .box:not(:last-of-type) {
    border-bottom: 2px solid #b7c797;
  }
  #sp-header .modal-menu .sp-nav .title {
    position: relative;
    font-weight: normal;
  }
  #sp-header .modal-menu .sp-nav .title a {
    display: block;
    padding: 18px 0px 13px 19px;
    margin-right: 12vw;
    font-size: 1.5rem;
    font-weight: bold;
    color: #3d4639;
    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: #333;
  }
  #sp-header .modal-menu .sp-nav .title button.plus::after {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    background: url(../img_common/modal_arrow.png) no-repeat center/100%;
  }
  #sp-header .modal-menu .sp-nav .title button.mynus::after {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    background: url(../img_common/modal_arrow.png) no-repeat center/100%;
    rotate: 0.5turn;
  }
  #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 .bloc {
    display: none;
  }
  #sp-header .modal-menu .sp-nav .bloc .list {
    background-color: #eef6c4;
    padding-bottom: 15px;
  }
  #sp-header .modal-menu .sp-nav .bloc .list a {
    display: block;
    background: url(../img_common/arrow_right.png) no-repeat left 23px top 15px;
    background-size: 4.2666666667vw;
    padding: 1.8666666667vw 12.8vw 1.3333333333vw;
    font-size: 1rem;
  }
  #sp-header .support-block {
    margin-top: 20px;
  }
  #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 {
    background: #e1e1e1;
    border-radius: 10px;
    box-sizing: border-box;
    margin: auto;
    padding: 30px 6.6666666667vw;
    width: 90%;
  }
  #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: 30.6666666667vw;
  }
  #sp-header .support-block .header-size dd img {
    height: 5.3333333333vw;
  }
  #sp-header .support-block .header-color dd img {
    height: 8vw;
  }
  #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 {
    background-color: #050a3f;
    color: #fff;
  }
  #sp-header .support-block .header-size .normal-off,
  #sp-header .support-block .header-size .big-off {
    background-color: #fff;
    border-color: #B0B0B0;
  }
  #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 {
    background-color: #333333 !important;
    color: #fff !important;
  }
  #sp-header .support-block .header-color .header-color-item2 a {
    background-color: #0740D3 !important;
    color: #fff !important;
  }
  #sp-header .support-block .header-color .header-color-item3 {
    border-color: #B0B0B0;
  }
  #sp-header .support-block .header-color .header-color-item3 a {
    background-color: #fff !important;
    color: #333 !important;
  }
  #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 #000;
  }
  #sp-header .support-block .header-lang .lang-select {
    flex: 1;
    padding: 15px 4vw 15px 8.6666666667vw;
    border: 0;
    background: #fff;
    font-size: 100%;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    background: url(../img_common/icon_lang.png) no-repeat left 2.2666666667vw center/4.8vw auto, url(../img_common/arrow_lang.png) no-repeat right 1.3333333333vw center/2.4vw auto #fff;
    width: 36.4vw;
  }
  #sp-header .support-block .header-lang .btn-lang-select {
    color: #fff;
    padding: 15px 2.6666666667vw;
    background: #000;
    font-size: 100%;
    line-height: 1;
    cursor: pointer;
  }
  #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 {
    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 {
    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 {
    width: 100%;
    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 {
    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 {
    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 {
    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 {
    width: calc(100% - 60px);
  }
}
@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 {
    width: calc(100% - 17.33vw);
  }
}
@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 {
    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 {
    width: 60px;
  }
}
@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 {
    width: 17.33vw;
  }
}
@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] {
    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] {
    border: 2px solid #1f1311;
    border-radius: 15px 0px 0px 15px;
    height: 60px;
    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] {
    border: 2px solid #1f1311;
    border-radius: 15px 0px 0px 15px;
    height: 15.66vw;
    font-size: 2rem;
  }
}
@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 {
    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 {
    border: 2px solid #1f1311;
    border-radius: 0px 15px 15px 0px;
    background-color: #f29e9e;
    width: 60px;
    height: 60px;
  }
}
@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 {
    border: 2px solid #1f1311;
    border-radius: 0px 15px 15px 0px;
    background-color: #f29e9e;
    width: 17.33vw;
    height: 15.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 {
    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 {
    background-color: #1f1311;
    width: 23px;
    height: 23px;
  }
}
@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 {
    background-color: #1f1311;
    width: 6vw;
    height: 6vw;
  }
}
.sodan,
.emergency,
.pc-header-btn-search {
  position: fixed;
  top: 0;
}
.sodan a:focus-visible,
.emergency a:focus-visible,
.pc-header-btn-search a:focus-visible {
  outline: none;
  position: relative;
}
.sodan a:focus-visible::before,
.emergency a:focus-visible::before,
.pc-header-btn-search 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% - 8px);
  height: calc(100% - 8px);
  border-radius: 20px;
  outline: 1px solid #fff;
  border: 2px solid #333;
}

.sodan {
  right: 230px;
  z-index: 50;
}

.emergency {
  right: 122px;
  z-index: 50;
}

.pc-header-btn {
  display: flex;
  gap: 0 8px;
}
.pc-header-btn a {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pc-header-btn a:hover {
  opacity: 0.85;
}
.pc-header-btn a img {
  height: 100px;
  width: auto;
}
.pc-header-btn .pc-header-btn-search {
  right: 15px;
  z-index: 60;
}
.pc-header-btn .pc-header-btn-search.is-active {
  border-radius: 0;
  border: none;
}
.pc-header-btn .pc-header-btn-search.is-dark {
  background-color: rgba(36, 67, 95, 0.1) !important;
}
.pc-header-btn .pc-header-btn-support {
  border-radius: 0 0 0 8px;
  border-top: none;
}
.pc-header-btn .pc-header-btn-support img {
  height: 58px;
  width: auto;
}

.pc-search-modal-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background-color: rgba(31, 19, 17, 0.8);
}

.pc-search-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
.pc-search-modal > .in {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 50px;
  margin: 0 auto;
  max-height: 100vh;
  padding-bottom: 100px;
  overflow: auto;
  width: 750px;
}
.pc-search-modal .modal-search {
  background-color: #fff;
  border-radius: 30px;
  padding: 35px 85px 54px;
}
.pc-search-modal .modal-search dt {
  font-size: 1.5rem;
  color: #24435f;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.pc-search-modal .modal-search input {
  border-right: none;
}
.pc-search-modal .modal-search input:focus-visible {
  outline: 2px solid #333;
  outline-offset: -5px;
  border: 2px solid #333 !important;
  box-shadow: none;
}
.pc-search-modal .modal-search button {
  border-left: none;
}
.pc-search-modal .modal-search button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -5px;
  border: 3px solid #333 !important;
  box-shadow: none;
}

.support-box {
  background-color: #fff;
  border-radius: 30px;
  margin-top: 40px;
}
@media print, screen and (min-width: 769px) {
  .support-box {
    display: grid;
    padding: 30px 60px 25px;
  }
}
@media screen and (max-width: 768px) {
  .support-box {
    margin-top: 20px;
    padding: 20px 5.3333333333vw 30px;
  }
}
.support-box .header-size,
.support-box .header-color {
  align-items: center;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .support-box .header-size,
  .support-box .header-color {
    gap: 12px;
  }
}
.support-box .header-size dt,
.support-box .header-color dt {
  font-size: 1.125rem;
  color: #1d444c;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .support-box .header-size dt,
  .support-box .header-color dt {
    padding: 0 5px;
  }
}
.support-box .header-size button,
.support-box .header-color button {
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}
.support-box .header-size button:focus-visible,
.support-box .header-color button:focus-visible {
  outline: none;
  position: relative;
}
.support-box .header-size button:focus-visible::before,
.support-box .header-color button:focus-visible::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 2px;
  outline: 1px solid #fff;
  border: 2px solid #333;
}
@media print, screen and (min-width: 769px) {
  .support-box .header-size button:hover,
  .support-box .header-color button:hover {
    opacity: 0.8;
  }
}
.support-box .header-size img,
.support-box .header-color img {
  height: 44px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .support-box .header-size img,
  .support-box .header-color img {
    height: 48px;
  }
}
.support-box .header-color {
  grid-column: 1/2;
}
.support-box .header-size {
  grid-column: 2/3;
}
@media screen and (max-width: 768px) {
  .support-box .header-size {
    margin-top: 10px;
  }
}
.support-box .tsutaeru {
  grid-row: 2;
  grid-column: 1/3;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .support-box .tsutaeru {
    margin-top: 15px;
  }
}
.support-box .tsutaeru .list {
  display: flex;
  justify-content: center;
  gap: 0 22px;
}
@media screen and (max-width: 768px) {
  .support-box .tsutaeru .list {
    gap: 0 13px;
  }
}
.support-box .tsutaeru .list .item {
  align-items: flex-end;
  border: 2px solid #050a3f;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  min-height: 90px;
  width: 110px;
  padding-top: 35px;
}
.support-box .tsutaeru .list .item:hover {
  cursor: pointer;
}
.support-box .tsutaeru .list .item:hover img {
  opacity: 0.85;
}
.support-box .tsutaeru .list .item:hover a,
.support-box .tsutaeru .list .item:hover button {
  text-decoration: underline;
}
.support-box .tsutaeru .list .item.is-hide {
  display: none;
}
.support-box .tsutaeru .list .item button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.support-box .tsutaeru .list .item a,
.support-box .tsutaeru .list .item button {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  color: #050a3f;
  text-decoration: none;
  text-align: center;
  padding-bottom: 5px;
}
.support-box .tsutaeru .list .item a:hover, .support-box .tsutaeru .list .item a:focus,
.support-box .tsutaeru .list .item button:hover,
.support-box .tsutaeru .list .item button:focus {
  text-decoration: underline;
}
.support-box .tsutaeru .list .item.js-ruby-add, .support-box .tsutaeru .list .item.js-ruby-remove {
  background: url(../img_common/ruby.png) no-repeat center top 6px;
  padding-bottom: 8px;
}
.support-box .tsutaeru .list .item.js-easy-add, .support-box .tsutaeru .list .item.js-easy-remove {
  background: url(../img_common/easy_jp.png) no-repeat center top 11px;
}
.support-box .tsutaeru .list .item.js-easy-add a, .support-box .tsutaeru .list .item.js-easy-remove a {
  line-height: 1.2;
}
.support-box .tsutaeru .list .item.js-speach {
  background: url(../img_common/yomiage.png) no-repeat center top 13px;
}
.support-box .tsutaeru .list .item.js-speach button {
  line-height: 1.2;
}
.support-box .translate {
  margin-top: 22px;
}
@media print, screen and (min-width: 769px) {
  .support-box .translate {
    align-items: center;
    display: flex;
    justify-content: center;
    grid-row: 3;
    grid-column: 1/3;
  }
}
.support-box .translate p {
  font-size: 1.125rem;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .support-box .translate p {
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .support-box .translate p {
    text-align: center;
    margin-bottom: 6px;
  }
}
.support-box .translate .header-lang-wrapper .lang-error {
  color: #ee0000;
}
.support-box .translate .header-lang-wrapper .header-lang {
  display: flex;
  justify-content: center;
  border: solid 1px #050a3f;
  border-radius: 6px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .support-box .translate .header-lang-wrapper .header-lang {
    border-width: 2px;
  }
}
.support-box .translate .header-lang-wrapper .header-lang .lang-select {
  font-size: 1rem;
  padding: 12px 50px 12px 45px;
  border-radius: 4px 0 0 4px;
  appearance: none;
  word-break: break-all;
  white-space: normal;
  background: url(../img_common/icon_lang.png) no-repeat left 14px center/19px 26px, url(../img_common/arrow_lang.png) no-repeat right 28px center/8px #fff;
  font-weight: bold;
  color: #050a3f;
}
.support-box .translate .header-lang-wrapper .header-lang .lang-select:focus-visible {
  outline: 2px solid #000;
  outline-offset: -5px;
}
@media screen and (max-width: 768px) {
  .support-box .translate .header-lang-wrapper .header-lang .lang-select {
    width: 100%;
    border-radius: 6px 0 0 6px;
  }
}
.support-box .translate .header-lang-wrapper .header-lang .btn-lang-select {
  font-size: 0.875rem;
  color: #fff;
  min-height: 50px;
  padding: 3px 14px;
  border-left: none;
  background: #7f4d4a;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.support-box .translate .header-lang-wrapper .header-lang .btn-lang-select:focus-visible {
  outline: none;
  position: relative;
}
.support-box .translate .header-lang-wrapper .header-lang .btn-lang-select: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) {
  .support-box .translate .header-lang-wrapper .header-lang .btn-lang-select {
    border-radius: 0 5px 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .support-box .translate .header-lang-wrapper .header-lang .btn-lang-select {
    border-radius: 0 4px 4px 0;
  }
}
.support-box .translate .header-lang-wrapper .header-lang .btn-lang-select:focus-visible {
  outline: 2px solid #000;
  outline-offset: 0px;
  border: 2px solid #fff;
}
.support-box .translate .header-lang-wrapper .header-lang .btn-lang-select:hover {
  opacity: 0.85;
}
.support-box .go-to-pc-btn {
  margin-top: 30px;
  background: #ffffff;
  border: 2px solid #050a3f;
  border-radius: 6px;
}
.support-box .go-to-pc-btn a {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  color: inherit;
  text-decoration: none;
}
.support-box .go-to-pc-btn span {
  display: block;
  padding-left: 35px;
  background: url(../img_common/icon_pc.png) no-repeat left center;
  font-weight: bold;
}

.modal-close-btn {
  margin: 30px auto 0;
  text-align: center;
  width: fit-content;
}
.modal-close-btn a {
  font-size: 1.25rem;
  background: url(../img_common/icon_close02.png) right 16px center no-repeat, url(../img_top/green_bg.png) center center repeat;
  border: 3px solid #fff;
  border-radius: 20px;
  display: inline-block;
  color: #050a3f;
  padding: 13px 58px;
  text-decoration: none;
  font-weight: bold;
  width: 390px;
}
.modal-close-btn a:hover {
  text-decoration: underline;
}
.modal-close-btn a span {
  padding-left: 20px;
}

html[data-bgcolor=color_black] {
  /* よくあるご質問詳細ページ */
  /* よくあるご質問詳細ページ 0009_2 */
}
html[data-bgcolor=color_black] body, html[data-bgcolor=color_black] p, html[data-bgcolor=color_black] div, html[data-bgcolor=color_black] table, html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] h3, html[data-bgcolor=color_black] h4, html[data-bgcolor=color_black] h5, html[data-bgcolor=color_black] h6, html[data-bgcolor=color_black] ul, html[data-bgcolor=color_black] ol, html[data-bgcolor=color_black] li, html[data-bgcolor=color_black] td, html[data-bgcolor=color_black] th, html[data-bgcolor=color_black] dt, html[data-bgcolor=color_black] dd, html[data-bgcolor=color_black] dl, html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] dt, html[data-bgcolor=color_black] caption, html[data-bgcolor=color_black] section, html[data-bgcolor=color_black] span, html[data-bgcolor=color_black] header, html[data-bgcolor=color_black] footer, html[data-bgcolor=color_black] nav {
  background-color: #000 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}
html[data-bgcolor=color_black] a {
  background-color: #000 !important;
  color: #FFFF00 !important;
}
html[data-bgcolor=color_black] a:visited {
  color: #f5c77b !important;
}
html[data-bgcolor=color_black] a:hover {
  color: #f5c77b !important;
}
html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] h3, html[data-bgcolor=color_black] h4, html[data-bgcolor=color_black] h5, html[data-bgcolor=color_black] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}
html[data-bgcolor=color_black] h5 {
  padding: 10px 0px;
}
html[data-bgcolor=color_black] .wysiwyg .text_ {
  color: #ffdbea !important;
}
html[data-bgcolor=color_black] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}
html[data-bgcolor=color_black] #pdf-download {
  color: #333 !important;
}
html[data-bgcolor=color_black] #header-logo img, html[data-bgcolor=color_black] #sp-header-logo img,
html[data-bgcolor=color_black] #header-subnav .list li a,
html[data-bgcolor=color_black] #header-size .title img,
html[data-bgcolor=color_black] #header-color .title img,
html[data-bgcolor=color_black] header .header-subnav-in li img,
html[data-bgcolor=color_black] #footer-logo img,
html[data-bgcolor=color_black] #footer-character img {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}
@media print, screen and (min-width: 769px) {
  html[data-bgcolor=color_black] .accessible-tabs .tab-nav .list li.hover a {
    border-width: 10px;
  }
}
html[data-bgcolor=color_black] .side-nav-list {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] .side-nav-list li span {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] #keyword-area {
  background: transparent !important;
}
html[data-bgcolor=color_black] .toiawase .title, html[data-bgcolor=color_black] .toiawase .in {
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .toiawase .in {
  border-top: none;
}
html[data-bgcolor=color_black] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor=color_black] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .gsst_a .gscb_a {
  color: inherit !important;
}
html[data-bgcolor=color_black] .faq-answer-area {
  background-image: url(../img_sub/v3.2/h2_faq_title_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .faq-block .faq-q-title::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .faq-block .faq-answer-area {
  background-image: none !important;
  background-color: inherit !important;
}
html[data-bgcolor=color_black] #pankuzu .in {
  background-image: url(../img_sub/v3.2/pankuzu_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] #ashiato .in {
  background-image: url(../img_sub/v3.2/ashiato_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .anchor ul li a::after, html[data-bgcolor=color_black] .detail a::after, html[data-bgcolor=color_black] .page a::after, html[data-bgcolor=color_black] .dir a::after,
html[data-bgcolor=color_black] .link-item .icon1::after, html[data-bgcolor=color_black] .link-item .icon2::after,
html[data-bgcolor=color_black] #side-nav .side-nav-list li a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .page a, html[data-bgcolor=color_black] .dir a, html[data-bgcolor=color_black] .table td, html[data-bgcolor=color_black] .table th {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .toiawase .mail a {
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_black] .toiawase .mail a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] #side-nav .side-nav-list {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .attend-container {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .attend-container .attend-list li a::before {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=radio] {
  border-color: #fff;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=radio]:checked:before {
  background: #fff;
}
html[data-bgcolor=color_black] .simple-enquete form .item::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=submit] {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .event-search-area .box2 label::after, html[data-bgcolor=color_black] .event-search-area .event-search-term label::after, html[data-bgcolor=color_black] .recruit-event-search-area .box2 label::after, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term label::after {
  border-right: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
}
html[data-bgcolor=color_black] .event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .event-search-area .event-search-term input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::before {
  background: #fff !important;
  border: 1px solid #231815;
}
html[data-bgcolor=color_black] .event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .event-search-area .event-search-term input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::after {
  opacity: 1;
  background: #fff !important;
}
html[data-bgcolor=color_black] .scroll-hint-icon-wrap {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] .scroll-hint-icon-wrap .scroll-hint-icon-white::before, html[data-bgcolor=color_black] .scroll-hint-icon-wrap .scroll-hint-icon-white::after {
  filter: invert(1);
}
html[data-bgcolor=color_black] button {
  color: #FFFF00 !important;
}
html[data-bgcolor=color_black] .accessible-tabs .tab-nav .list li a {
  background: none;
  text-decoration: underline;
}
html[data-bgcolor=color_black] .info .more a {
  background: none;
  text-decoration: underline;
}

html[data-bgcolor=color_blue] {
  /* よくあるご質問詳細ページ */
  /* よくあるご質問詳細ページ 0009_2 */
}
html[data-bgcolor=color_blue] body, html[data-bgcolor=color_blue] p, html[data-bgcolor=color_blue] div, html[data-bgcolor=color_blue] table, html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] h3, html[data-bgcolor=color_blue] h4, html[data-bgcolor=color_blue] h5, html[data-bgcolor=color_blue] h6, html[data-bgcolor=color_blue] ul, html[data-bgcolor=color_blue] ol, html[data-bgcolor=color_blue] li, html[data-bgcolor=color_blue] td, html[data-bgcolor=color_blue] th, html[data-bgcolor=color_blue] dt, html[data-bgcolor=color_blue] dd, html[data-bgcolor=color_blue] dl, html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] dt, html[data-bgcolor=color_blue] caption, html[data-bgcolor=color_blue] section, html[data-bgcolor=color_blue] span, html[data-bgcolor=color_blue] header, html[data-bgcolor=color_blue] footer, html[data-bgcolor=color_blue] nav {
  background-color: #005795 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}
html[data-bgcolor=color_blue] a {
  background-color: #005795 !important;
  color: #FFFF00 !important;
}
html[data-bgcolor=color_blue] a:visited {
  color: #f5c77b !important;
}
html[data-bgcolor=color_blue] a:hover {
  color: #f5c77b !important;
}
html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] h3, html[data-bgcolor=color_blue] h4, html[data-bgcolor=color_blue] h5, html[data-bgcolor=color_blue] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}
html[data-bgcolor=color_blue] h5 {
  padding: 10px 0px;
}
html[data-bgcolor=color_blue] .wysiwyg .text_ {
  color: #ffdbea !important;
}
html[data-bgcolor=color_blue] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}
html[data-bgcolor=color_blue] #pdf-download {
  color: #333 !important;
}
html[data-bgcolor=color_blue] #header-logo img, html[data-bgcolor=color_blue] #sp-header-logo img,
html[data-bgcolor=color_blue] #header-subnav .list li a,
html[data-bgcolor=color_blue] #header-size .title img,
html[data-bgcolor=color_blue] #header-color .title img,
html[data-bgcolor=color_blue] header .header-subnav-in li img,
html[data-bgcolor=color_blue] #footer-logo img,
html[data-bgcolor=color_blue] #footer-character img {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}
@media print, screen and (min-width: 769px) {
  html[data-bgcolor=color_blue] .accessible-tabs .tab-nav .list li.hover a {
    border-width: 10px;
  }
}
html[data-bgcolor=color_blue] .side-nav-list {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] .side-nav-list li span {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] #keyword-area {
  background: transparent !important;
}
html[data-bgcolor=color_blue] .toiawase .title, html[data-bgcolor=color_blue] .toiawase .in {
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .toiawase .in {
  border-top: none;
}
html[data-bgcolor=color_blue] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor=color_blue] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .gsst_a .gscb_a {
  color: inherit !important;
}
html[data-bgcolor=color_blue] .faq-answer-area {
  background-image: url(../img_sub/v3.2/h2_faq_title_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .faq-block .faq-q-title::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .faq-block .faq-answer-area {
  background-image: none !important;
  background-color: inherit !important;
}
html[data-bgcolor=color_blue] #pankuzu .in {
  background-image: url(../img_sub/v3.2/pankuzu_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] #ashiato .in {
  background-image: url(../img_sub/v3.2/ashiato_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .anchor ul li a::after, html[data-bgcolor=color_blue] .detail a::after, html[data-bgcolor=color_blue] .page a::after, html[data-bgcolor=color_blue] .dir a::after,
html[data-bgcolor=color_blue] .link-item .icon1::after, html[data-bgcolor=color_blue] .link-item .icon2::after,
html[data-bgcolor=color_blue] #side-nav .side-nav-list li a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .page a, html[data-bgcolor=color_blue] .dir a, html[data-bgcolor=color_blue] .table td, html[data-bgcolor=color_blue] .table th {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .toiawase .mail a {
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_blue] .toiawase .mail a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] #side-nav .side-nav-list {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .attend-container {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .attend-container .attend-list li a::before {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=radio] {
  border-color: #fff;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=radio]:checked:before {
  background: #fff;
}
html[data-bgcolor=color_blue] .simple-enquete form .item::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=submit] {
  background-color: #005795 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .event-search-area .box2 label::after, html[data-bgcolor=color_blue] .event-search-area .event-search-term label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term label::after {
  border-right: 2px solid #005795 !important;
  border-bottom: 2px solid #005795 !important;
}
html[data-bgcolor=color_blue] .event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .event-search-area .event-search-term input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::before {
  background: #fff !important;
  border: 1px solid #231815;
}
html[data-bgcolor=color_blue] .event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .event-search-area .event-search-term input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::after {
  opacity: 1;
  background: #fff !important;
}
html[data-bgcolor=color_blue] .scroll-hint-icon-wrap {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] .scroll-hint-icon-wrap .scroll-hint-icon-white::before, html[data-bgcolor=color_blue] .scroll-hint-icon-wrap .scroll-hint-icon-white::after {
  filter: invert(1);
}
html[data-bgcolor=color_blue] button {
  color: #FFFF00 !important;
}
html[data-bgcolor=color_blue] .accessible-tabs .tab-nav .list li a {
  background: none;
  text-decoration: underline;
}
html[data-bgcolor=color_blue] .info .more a {
  background: none;
  text-decoration: underline;
}