@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333333;
  background: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}

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

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

ul, ol {
  list-style: none;
}

a:link {
  color: #57310d;
  text-decoration: underline;
}

a:visited {
  color: #692c69;
  text-decoration: underline;
}

a:hover {
  color: #00118F;
  text-decoration: none;
}

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

a:focus {
  background-color: inherit;
  color: #57310d;
}

a:active {
  _background: inherit; /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}
.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}
.color-scheme-area .title {
  margin: 5px 0 0 0;
}

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

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

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

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

.scheme5 {
  border: 1px solid #ccc;
  text-align: center;
}

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

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

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

.scheme9 {
  background-color: #eee;
  text-align: center;
}

.scheme10 {
  background-color: #4682c0;
  text-align: center;
}

.scheme11 {
  background-color: #c896bd;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
@media print, screen and (min-width: 769px) {
  form.gsc-search-box {
    width: calc(10em - 160px + 390px) !important;
  }
}
@media screen and (max-width: 768px) {
  form.gsc-search-box {
    width: 89.33vw !important;
  }
}

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

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

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 49px;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 50px;
    }
  }
  td.gsc-search-button {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: calc(10.66vw + 5px);
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: calc(10.66vw + 2px);
    }
  }
  td.gsc-search-button {
    padding-left: 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #70543e !important;
    width: 50px !important;
    border: 1px solid #70543e !important;
    border-radius: 0px 10px 10px 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #70543e !important;
    width: 10.66vw !important;
    border: 1px solid #70543e !important;
    border-radius: 0px 5px 5px 0px !important;
  }
}

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

.dummy-search-area {
  box-sizing: border-box;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .dummy-search-area {
    width: calc(10em - 160px + 390px);
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-area {
    width: 89.33vw;
  }
}

.dummy-search {
  box-sizing: border-box;
  padding: 10px 0 10px 13px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .dummy-search {
    border: 1px solid #70543e;
    height: 50px;
    width: calc(100% - 50px);
    border-radius: 10px 0px 0px 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search {
    border: 2px solid #70543e;
    height: 10.66vw;
    width: calc(100% - 10.66vw);
    border-radius: 5px 0px 0px 5px;
    font-size: 2rem;
  }
}

.dummy-search-btn {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
@media print, screen and (min-width: 769px) {
  .dummy-search-btn {
    background-color: #70543e;
    flex-basis: 50px;
    width: 50px;
    height: 50px;
    border: 1px solid #70543e;
    border-radius: 0px 10px 10px 0px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-btn {
    background-color: #70543e;
    flex-basis: 10.66vw;
    width: 10.66vw;
    height: 10.66vw;
    border: 1px solid #70543e;
    border-radius: 0px 5px 5px 0px;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .dummy-search-btn svg {
    width: 25px;
    height: 25px;
    fill: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-btn svg {
    width: 5.06vw;
    height: 5.06vw;
    fill: #ffffff;
  }
}

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

.hide {
  display: none;
}

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

#page-number-search input, #page-number-search button {
  font-size: 100%;
}

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

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

.scheme1 {
  background-color: #70543e;
  text-align: center;
}

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

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

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

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

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

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

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

.bg-yellow {
  background: #ffebd5;
}
.bg-light-pink {
  background: #ffe2e3;
}
.bg-pink {
  background: #faccd7;
}

.c-sns-list {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.icon {
  position: relative;
}
.icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  transform: translateY(calc(-50% + 2px));
}
.icon-arrow {
  padding-right: 25px;
}
.icon-arrow:before {
  left: auto;
  right: 0;
  width: 20px;
  height: 20px;
}
.icon-arrow.arrow-yellow:before {
  background: url("../img_common/arrow_yellow.png") no-repeat;
}
.icon-arrow.arrow-base:before {
  background: url("../img_common/arrow_base.png") no-repeat;
}
.icon-heart {
  padding-left: 25px;
}
.icon-heart:before {
  width: 17px;
  height: 16px;
  background: url("../img_common/icon_heart.png") no-repeat;
  background-size: contain;
}
.icon-handshake {
  padding-left: 40px;
}
.icon-handshake:before {
  width: 33px;
  height: 20px;
  left: 10px;
  background: url("../img_common/icon_handshake.png") no-repeat;
  background-size: contain;
}
.icon-handshake.is-open {
  background-color: #ffebd5;
}
.icon-handshake.is-open::before {
  width: 20px;
  background: url(../img_common/menu_btn_close.png) no-repeat;
  background-size: 20px 20px;
  left: 10px;
}
.icon-pen {
  padding-left: 26px;
}
.icon-pen:before {
  width: 21px;
  height: 20px;
  background: url("../img_common/icon_pen.png") no-repeat;
}
.icon-speaker {
  padding-left: 27px;
}
.icon-speaker:before {
  width: 21px;
  height: 16px;
  background: url("../img_common/icon_speaker.png") no-repeat;
}

.text-link a {
  color: #333;
  text-decoration-color: #d8d8d8;
}

.c-button a {
  line-height: 1.4;
  text-align: center;
  min-width: 260px;
  display: inline-flex;
  padding: 18px 50px 18px 18px;
  border-radius: 100px;
  text-decoration: none;
  color: #333;
}
.c-button a:hover {
  text-decoration: underline;
}
.c-button a.bg-white {
  background: #fff;
}
.c-button a.bg-pink {
  background: #faccd7;
}
.c-button a.bg-yellow {
  background: #ffebd5;
}
.c-button .icon-arrow:before {
  left: auto;
  right: 10px;
}

/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  body {
    zoom: 1;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

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

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1140px !important;
  }
}

.slider a:focus, .slider a:focus-visible {
  outline: none;
  position: relative;
}
.slider a:focus::before, .slider a:focus-visible::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 6px;
  outline: 1px solid #fff;
  border: 2px solid #333;
}

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

.c-title {
  line-height: 1.4;
  font-weight: 500;
  font-size: 2.4375rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
  align-items: center;
  color: #57310d;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 1.625rem;
    margin-bottom: 5.3333333333vw;
  }
}
.c-title .sub {
  font-size: 0.9375rem;
  letter-spacing: 1px;
}

.splide .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}
.splide .splide__arrow {
  position: initial;
  right: initial;
  left: initial;
  transform: initial;
  opacity: initial;
  border-radius: initial;
  height: 29px;
  width: 27px;
  position: relative;
}
.splide .splide__arrow::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
  width: 12px;
  height: 16px;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .splide .splide__arrow:hover {
    opacity: 0.85;
  }
}
.splide .splide__arrow--prev {
  background: url("../img_top/splide-prev.png") no-repeat center;
}
.splide .splide__arrow--prev:before {
  display: none;
}
.splide .splide__arrow--next {
  background: url("../img_top/splide-next.png") no-repeat center;
}
.splide .splide__arrow--next:before {
  display: none;
}
.splide .splide__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .splide .splide__controls {
    justify-content: center;
  }
}
.splide .splide__controls button:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 0px !important;
  box-shadow: 0 0 0 2px #fff;
}
.splide .splide__pagination {
  padding: 0;
  position: initial;
  gap: 4px;
  display: none;
}
.splide .splide__pagination li {
  display: flex;
}
.splide .splide__pagination__page {
  margin: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 1px solid #333;
  transition: initial;
  opacity: initial;
}
@media print, screen and (min-width: 769px) {
  .splide .splide__pagination__page:hover {
    opacity: 0.85;
  }
}
.splide .splide__pagination__page.is-active {
  background: #333;
  transform: initial;
}
.splide .splide__toggle {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #70543e;
  position: relative;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .splide .splide__toggle {
    position: absolute;
    right: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .splide .splide__toggle:hover {
    opacity: 0.85;
  }
}
.splide .splide__toggle span {
  margin: auto;
  width: 14px;
  height: 14px;
  position: absolute;
  inset: 0;
  background-color: #70543e;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.splide .splide__toggle__play {
  clip-path: polygon(95% 50%, 5% 0%, 5% 100%);
}
.splide .splide__toggle__pause {
  clip-path: polygon(18.47% 0%, 32.33% 0%, 32.33% 100%, 67.39% 100%, 67.39% 0%, 81.53% 0%, 81.53% 100%, 18.47% 100%);
}
.splide:not(.is-active) {
  visibility: visible !important;
}
.splide:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .splide:not(.is-active) .splide__list {
    gap: var(--pcGap);
  }
}
@media screen and (max-width: 768px) {
  .splide:not(.is-active) .splide__list {
    gap: var(--spGap);
  }
}
.splide:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.splide:not(.is-active) .splide__arrows {
  display: none;
}
.splide:not(.is-active) .splide__toggle {
  display: none;
}

#header #header-nav .in {
  width: 1100px !important;
}

.kinkyu-area {
  background-color: #fff6fa;
}
@media print, screen and (min-width: 769px) {
  .kinkyu-area {
    padding: 60px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu-area {
    padding: 8vw 0 0 0;
  }
}

.kinkyu {
  border: 1px solid #c34136;
  border-radius: 20px;
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .kinkyu {
    min-height: 190px;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu {
    padding-bottom: 5.8666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .kinkyu-in {
    display: grid;
    grid-template-columns: 250px auto;
    align-items: center;
  }
}
.kinkyu .ttl {
  background-color: #c34136;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .kinkyu .ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 250px;
    min-height: 190px;
    border-radius: 20px 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu .ttl {
    border-radius: 20px 20px 0 0;
    padding: 2.6666666667vw;
    display: flex;
  }
}
.kinkyu .ttl h2 {
  font-weight: 700;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .kinkyu .ttl h2 {
    font-size: 1.625rem;
    letter-spacing: 0.08rem;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu .ttl h2 {
    font-size: 1.25rem;
    padding: 2.9333333333vw;
  }
}
.kinkyu .list {
  overflow-y: auto;
}
@media print, screen and (min-width: 769px) {
  .kinkyu .list {
    max-height: 180px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .kinkyu .list {
    padding: 10px 25px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu .list {
    max-height: 58.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .kinkyu .list li {
    display: flex;
    gap: 28px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu .list li {
    padding: 4vw 8vw 1.3333333333vw 5.3333333333vw;
  }
}
.kinkyu .list li .date {
  color: #be391a;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .kinkyu .list li .date {
    display: block;
  }
}
.kinkyu .list li .txt a {
  color: #2b2b2b;
  text-underline-offset: 3px;
  letter-spacing: -0.02rem;
}
@media print, screen and (min-width: 769px) {
  .kinkyu .list li .txt a {
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu .more {
    margin-left: auto;
  }
}
.kinkyu .more a {
  display: block;
  text-decoration: none;
  color: #221714;
  border: 1px solid #c34136;
  border-radius: calc(infinity * 1px);
  transition: 0.1s;
}
@media print, screen and (min-width: 769px) {
  .kinkyu .more a {
    font-size: 1rem;
    width: 220px;
    background: url(../img_common/arrow_kinkyu.png) right 15px center no-repeat #fff;
    background-size: 20px 20px;
    padding: 8px 30px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu .more a {
    font-size: 0.875rem;
    width: 50.6666666667vw;
    background: url(../img_common/arrow_kinkyu.png) right 2.6666666667vw center no-repeat #fff;
    background-size: 5.3333333333vw 5.3333333333vw;
    padding: 2.6666666667vw 8vw 2.6666666667vw 1.3333333333vw;
  }
}
.kinkyu .more a:hover {
  text-decoration: underline;
}

.top-search {
  padding: 50px 0;
  background: #fff6fa;
}
@media screen and (max-width: 768px) {
  .top-search {
    padding: 8vw 0;
  }
}
@media screen and (max-width: 768px) {
  .top-search .c-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-search .c-title .main {
    font-size: 2.5rem;
  }
}
.top-search-container {
  background: #fff;
  border-radius: 20px;
  padding: 50px 30px;
}
@media screen and (max-width: 768px) {
  .top-search-container {
    padding: 8vw 2.6666666667vw;
  }
}
.top-search-info {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media screen and (max-width: 768px) {
  .top-search-info {
    display: block;
  }
}
.top-search-info-input {
  display: grid;
}
@media print, screen and (min-width: 769px) {
  .top-search-info-input {
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-search-info-input {
    row-gap: 4vw;
  }
}
.top-search-info-input-item dl #number-search-container *, .top-search-info-input-item dl #number-search-container *::before, .top-search-info-input-item dl #number-search-container *::after, .top-search-info-input-item dl #sp-number-search-container *, .top-search-info-input-item dl #sp-number-search-container *::before, .top-search-info-input-item dl #sp-number-search-container *::after, .top-search-info-input-item dl #sp-modal-number-search-container *, .top-search-info-input-item dl #sp-modal-number-search-container *::before, .top-search-info-input-item dl #sp-modal-number-search-container *::after, .top-search-info-input-item dl #pc-modal-number-search-container *, .top-search-info-input-item dl #pc-modal-number-search-container *::before, .top-search-info-input-item dl #pc-modal-number-search-container *::after {
  box-sizing: border-box;
}
.top-search-info-input-item dl #number-search-container .input-wrap, .top-search-info-input-item dl #sp-number-search-container .input-wrap, .top-search-info-input-item dl #sp-modal-number-search-container .input-wrap, .top-search-info-input-item dl #pc-modal-number-search-container .input-wrap {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .top-search-info-input-item dl #number-search-container .input-wrap, .top-search-info-input-item dl #sp-number-search-container .input-wrap, .top-search-info-input-item dl #sp-modal-number-search-container .input-wrap, .top-search-info-input-item dl #pc-modal-number-search-container .input-wrap {
    width: calc(10em - 160px + 390px);
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-search-info-input-item dl #number-search-container .input-wrap, .top-search-info-input-item dl #sp-number-search-container .input-wrap, .top-search-info-input-item dl #sp-modal-number-search-container .input-wrap, .top-search-info-input-item dl #pc-modal-number-search-container .input-wrap {
    width: 89.33vw;
    gap: 0;
  }
}
.top-search-info-input-item dl #number-search-container .input-wrap label, .top-search-info-input-item dl #sp-number-search-container .input-wrap label, .top-search-info-input-item dl #sp-modal-number-search-container .input-wrap label, .top-search-info-input-item dl #pc-modal-number-search-container .input-wrap label {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 0;
}
.top-search-info-input-item dl #number-search-container .input-wrap .number-label, .top-search-info-input-item dl #sp-number-search-container .input-wrap .number-label, .top-search-info-input-item dl #sp-modal-number-search-container .input-wrap .number-label, .top-search-info-input-item dl #pc-modal-number-search-container .input-wrap .number-label {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .top-search-info-input-item dl #number-search-container .input-wrap .number-label, .top-search-info-input-item dl #sp-number-search-container .input-wrap .number-label, .top-search-info-input-item dl #sp-modal-number-search-container .input-wrap .number-label, .top-search-info-input-item dl #pc-modal-number-search-container .input-wrap .number-label {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 768px) {
  .top-search-info-input-item dl #number-search-container .input-wrap .number-label, .top-search-info-input-item dl #sp-number-search-container .input-wrap .number-label, .top-search-info-input-item dl #sp-modal-number-search-container .input-wrap .number-label, .top-search-info-input-item dl #pc-modal-number-search-container .input-wrap .number-label {
    width: calc(100% - 10.66vw);
  }
}
.top-search-info-input-item dl #number-search-container .input-wrap .submit-label, .top-search-info-input-item dl #sp-number-search-container .input-wrap .submit-label, .top-search-info-input-item dl #sp-modal-number-search-container .input-wrap .submit-label, .top-search-info-input-item dl #pc-modal-number-search-container .input-wrap .submit-label {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .top-search-info-input-item dl #number-search-container .input-wrap .submit-label, .top-search-info-input-item dl #sp-number-search-container .input-wrap .submit-label, .top-search-info-input-item dl #sp-modal-number-search-container .input-wrap .submit-label, .top-search-info-input-item dl #pc-modal-number-search-container .input-wrap .submit-label {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-search-info-input-item dl #number-search-container .input-wrap .submit-label, .top-search-info-input-item dl #sp-number-search-container .input-wrap .submit-label, .top-search-info-input-item dl #sp-modal-number-search-container .input-wrap .submit-label, .top-search-info-input-item dl #pc-modal-number-search-container .input-wrap .submit-label {
    width: 10.66vw;
  }
}
.top-search-info-input-item dl #number-search-container .input-wrap input[type=text], .top-search-info-input-item dl #sp-number-search-container .input-wrap input[type=text], .top-search-info-input-item dl #sp-modal-number-search-container .input-wrap input[type=text], .top-search-info-input-item dl #pc-modal-number-search-container .input-wrap input[type=text] {
  width: 100%;
  padding: 10px 0 10px 13px;
}
@media print, screen and (min-width: 769px) {
  .top-search-info-input-item dl #number-search-container .input-wrap input[type=text], .top-search-info-input-item dl #sp-number-search-container .input-wrap input[type=text], .top-search-info-input-item dl #sp-modal-number-search-container .input-wrap input[type=text], .top-search-info-input-item dl #pc-modal-number-search-container .input-wrap input[type=text] {
    border: 1px solid #70543e;
    border-radius: 10px 0px 0px 10px;
    height: 50px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .top-search-info-input-item dl #number-search-container .input-wrap input[type=text], .top-search-info-input-item dl #sp-number-search-container .input-wrap input[type=text], .top-search-info-input-item dl #sp-modal-number-search-container .input-wrap input[type=text], .top-search-info-input-item dl #pc-modal-number-search-container .input-wrap input[type=text] {
    border: 2px solid #70543e;
    border-radius: 5px 0px 0px 5px;
    height: 10.66vw;
    font-size: 1rem;
  }
}
.top-search-info-input-item dl #number-search-container .input-wrap button, .top-search-info-input-item dl #sp-number-search-container .input-wrap button, .top-search-info-input-item dl #sp-modal-number-search-container .input-wrap button, .top-search-info-input-item dl #pc-modal-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) {
  .top-search-info-input-item dl #number-search-container .input-wrap button, .top-search-info-input-item dl #sp-number-search-container .input-wrap button, .top-search-info-input-item dl #sp-modal-number-search-container .input-wrap button, .top-search-info-input-item dl #pc-modal-number-search-container .input-wrap button {
    border: 1px solid #70543e;
    border-radius: 0px 10px 10px 0px;
    background-color: #70543e;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-search-info-input-item dl #number-search-container .input-wrap button, .top-search-info-input-item dl #sp-number-search-container .input-wrap button, .top-search-info-input-item dl #sp-modal-number-search-container .input-wrap button, .top-search-info-input-item dl #pc-modal-number-search-container .input-wrap button {
    border: 1px solid #70543e;
    border-radius: 0px 5px 5px 0px;
    background-color: #70543e;
    width: 10.66vw;
    height: 10.66vw;
  }
}
.top-search-info-input-item dl #number-search-container .input-wrap button::after, .top-search-info-input-item dl #sp-number-search-container .input-wrap button::after, .top-search-info-input-item dl #sp-modal-number-search-container .input-wrap button::after, .top-search-info-input-item dl #pc-modal-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) {
  .top-search-info-input-item dl #number-search-container .input-wrap button::after, .top-search-info-input-item dl #sp-number-search-container .input-wrap button::after, .top-search-info-input-item dl #sp-modal-number-search-container .input-wrap button::after, .top-search-info-input-item dl #pc-modal-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .top-search-info-input-item dl #number-search-container .input-wrap button::after, .top-search-info-input-item dl #sp-number-search-container .input-wrap button::after, .top-search-info-input-item dl #sp-modal-number-search-container .input-wrap button::after, .top-search-info-input-item dl #pc-modal-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 5.06vw;
    height: 5.06vw;
  }
}
@media print, screen and (min-width: 769px) {
  .top-search-info-input-item dl {
    display: grid;
    grid-template-columns: 170px 1fr;
  }
}
.top-search-info-input-item dl .title {
  color: #57310d;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 769px) {
  .top-search-info-input-item .input-wrap {
    width: calc(10em - 160px + 300px) !important;
  }
}
.top-search-info-input-item .input-wrap input:focus-visible {
  border: 2px solid #fff !important;
  outline: 2px solid #333;
  outline-offset: -3px;
}
.top-search-info-input-item .input-wrap button:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
.top-search-info-input-item .text-link {
  line-height: 1.4;
  font-size: 0.875rem;
}
.top-search-info-input .gsib_b {
  padding: 0 4px 0 0 !important;
  height: auto !important;
}
.top-search-info-input .gsc-search-button {
  display: block !important;
}
.top-search-info-input .gsc-search-button:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
.top-search-info-keyword {
  width: 425px;
}
@media screen and (max-width: 768px) {
  .top-search-info-keyword {
    width: 89.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.top-search-info-keyword-title {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #57310d;
}
.top-search-info-keyword-list {
  overflow-y: auto;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  line-height: 1.4;
  align-content: start;
}
@media screen and (max-width: 768px) {
  .top-search-info-keyword-list {
    margin-top: 2.6666666667vw;
    height: 25.6vw;
    padding-right: 18.6666666667vw;
    gap: 1.3333333333vw 5.3333333333vw;
  }
}
.top-search-info-keyword-list li:focus-within::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #000;
  outline: 3px solid #fff;
  outline-offset: -4px;
  pointer-events: none;
}
.top-search-info-keyword-list a:focus-visible {
  outline: none !important;
  padding: 0 5px;
}
.top-search-info-page-number-search {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .top-search-info-page-number-search {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .top-search-info-page-number-search .page-search-about {
    margin-top: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .top-search-info-page-number-search .page-search-about span {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .top-search .dummy-search-area {
    width: 100%;
  }
  .top-search .header-page-number-search #number-search-container *, .top-search .header-page-number-search #number-search-container *::before, .top-search .header-page-number-search #number-search-container *::after, .top-search .header-page-number-search #sp-number-search-container *, .top-search .header-page-number-search #sp-number-search-container *::before, .top-search .header-page-number-search #sp-number-search-container *::after, .top-search .header-page-number-search #sp-modal-number-search-container *, .top-search .header-page-number-search #sp-modal-number-search-container *::before, .top-search .header-page-number-search #sp-modal-number-search-container *::after, .top-search .header-page-number-search #pc-modal-number-search-container *, .top-search .header-page-number-search #pc-modal-number-search-container *::before, .top-search .header-page-number-search #pc-modal-number-search-container *::after {
    box-sizing: border-box;
  }
  .top-search .header-page-number-search #number-search-container .input-wrap, .top-search .header-page-number-search #sp-number-search-container .input-wrap, .top-search .header-page-number-search #sp-modal-number-search-container .input-wrap, .top-search .header-page-number-search #pc-modal-number-search-container .input-wrap {
    display: flex;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .top-search .header-page-number-search #number-search-container .input-wrap, .top-search .header-page-number-search #sp-number-search-container .input-wrap, .top-search .header-page-number-search #sp-modal-number-search-container .input-wrap, .top-search .header-page-number-search #pc-modal-number-search-container .input-wrap {
    width: calc(10em - 160px + 390px);
    gap: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top-search .header-page-number-search #number-search-container .input-wrap, .top-search .header-page-number-search #sp-number-search-container .input-wrap, .top-search .header-page-number-search #sp-modal-number-search-container .input-wrap, .top-search .header-page-number-search #pc-modal-number-search-container .input-wrap {
    width: 89.33vw;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-search .header-page-number-search #number-search-container .input-wrap label, .top-search .header-page-number-search #sp-number-search-container .input-wrap label, .top-search .header-page-number-search #sp-modal-number-search-container .input-wrap label, .top-search .header-page-number-search #pc-modal-number-search-container .input-wrap label {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
  }
  .top-search .header-page-number-search #number-search-container .input-wrap .number-label, .top-search .header-page-number-search #sp-number-search-container .input-wrap .number-label, .top-search .header-page-number-search #sp-modal-number-search-container .input-wrap .number-label, .top-search .header-page-number-search #pc-modal-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) {
  .top-search .header-page-number-search #number-search-container .input-wrap .number-label, .top-search .header-page-number-search #sp-number-search-container .input-wrap .number-label, .top-search .header-page-number-search #sp-modal-number-search-container .input-wrap .number-label, .top-search .header-page-number-search #pc-modal-number-search-container .input-wrap .number-label {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top-search .header-page-number-search #number-search-container .input-wrap .number-label, .top-search .header-page-number-search #sp-number-search-container .input-wrap .number-label, .top-search .header-page-number-search #sp-modal-number-search-container .input-wrap .number-label, .top-search .header-page-number-search #pc-modal-number-search-container .input-wrap .number-label {
    width: calc(100% - 10.66vw);
  }
}
@media screen and (max-width: 768px) {
  .top-search .header-page-number-search #number-search-container .input-wrap .submit-label, .top-search .header-page-number-search #sp-number-search-container .input-wrap .submit-label, .top-search .header-page-number-search #sp-modal-number-search-container .input-wrap .submit-label, .top-search .header-page-number-search #pc-modal-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) {
  .top-search .header-page-number-search #number-search-container .input-wrap .submit-label, .top-search .header-page-number-search #sp-number-search-container .input-wrap .submit-label, .top-search .header-page-number-search #sp-modal-number-search-container .input-wrap .submit-label, .top-search .header-page-number-search #pc-modal-number-search-container .input-wrap .submit-label {
    width: 50px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top-search .header-page-number-search #number-search-container .input-wrap .submit-label, .top-search .header-page-number-search #sp-number-search-container .input-wrap .submit-label, .top-search .header-page-number-search #sp-modal-number-search-container .input-wrap .submit-label, .top-search .header-page-number-search #pc-modal-number-search-container .input-wrap .submit-label {
    width: 10.66vw;
  }
}
@media screen and (max-width: 768px) {
  .top-search .header-page-number-search #number-search-container .input-wrap input[type=text], .top-search .header-page-number-search #sp-number-search-container .input-wrap input[type=text], .top-search .header-page-number-search #sp-modal-number-search-container .input-wrap input[type=text], .top-search .header-page-number-search #pc-modal-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) {
  .top-search .header-page-number-search #number-search-container .input-wrap input[type=text], .top-search .header-page-number-search #sp-number-search-container .input-wrap input[type=text], .top-search .header-page-number-search #sp-modal-number-search-container .input-wrap input[type=text], .top-search .header-page-number-search #pc-modal-number-search-container .input-wrap input[type=text] {
    border: 1px solid #70543e;
    border-radius: 10px 0px 0px 10px;
    height: 50px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top-search .header-page-number-search #number-search-container .input-wrap input[type=text], .top-search .header-page-number-search #sp-number-search-container .input-wrap input[type=text], .top-search .header-page-number-search #sp-modal-number-search-container .input-wrap input[type=text], .top-search .header-page-number-search #pc-modal-number-search-container .input-wrap input[type=text] {
    border: 2px solid #70543e;
    border-radius: 5px 0px 0px 5px;
    height: 10.66vw;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .top-search .header-page-number-search #number-search-container .input-wrap button, .top-search .header-page-number-search #sp-number-search-container .input-wrap button, .top-search .header-page-number-search #sp-modal-number-search-container .input-wrap button, .top-search .header-page-number-search #pc-modal-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) {
  .top-search .header-page-number-search #number-search-container .input-wrap button, .top-search .header-page-number-search #sp-number-search-container .input-wrap button, .top-search .header-page-number-search #sp-modal-number-search-container .input-wrap button, .top-search .header-page-number-search #pc-modal-number-search-container .input-wrap button {
    border: 1px solid #70543e;
    border-radius: 0px 10px 10px 0px;
    background-color: #70543e;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top-search .header-page-number-search #number-search-container .input-wrap button, .top-search .header-page-number-search #sp-number-search-container .input-wrap button, .top-search .header-page-number-search #sp-modal-number-search-container .input-wrap button, .top-search .header-page-number-search #pc-modal-number-search-container .input-wrap button {
    border: 1px solid #70543e;
    border-radius: 0px 5px 5px 0px;
    background-color: #70543e;
    width: 10.66vw;
    height: 10.66vw;
  }
}
@media screen and (max-width: 768px) {
  .top-search .header-page-number-search #number-search-container .input-wrap button::after, .top-search .header-page-number-search #sp-number-search-container .input-wrap button::after, .top-search .header-page-number-search #sp-modal-number-search-container .input-wrap button::after, .top-search .header-page-number-search #pc-modal-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) {
  .top-search .header-page-number-search #number-search-container .input-wrap button::after, .top-search .header-page-number-search #sp-number-search-container .input-wrap button::after, .top-search .header-page-number-search #sp-modal-number-search-container .input-wrap button::after, .top-search .header-page-number-search #pc-modal-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top-search .header-page-number-search #number-search-container .input-wrap button::after, .top-search .header-page-number-search #sp-number-search-container .input-wrap button::after, .top-search .header-page-number-search #sp-modal-number-search-container .input-wrap button::after, .top-search .header-page-number-search #pc-modal-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 5.06vw;
    height: 5.06vw;
  }
}

.top-life-event {
  padding: 50px 0 80px;
  background: #fff6fa;
  border-radius: 0 0 60px 60px;
}
@media screen and (max-width: 768px) {
  .top-life-event {
    padding: 5.3333333333vw 0 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top-life-event .c-title .main {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .top-life-event-container {
    display: grid;
    row-gap: 75px;
  }
}
.top-life-event-list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-life-event-list {
    display: grid;
    justify-content: center;
    gap: 5.3333333333vw 9.3333333333vw;
    grid-template-columns: repeat(2, 40vw);
  }
}
.top-life-event-list a {
  color: #333;
  text-decoration: none;
}
.top-life-event-list a:hover {
  text-decoration: underline;
}
.top-life-event-list .item-img {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .top-life-event-list .item-img {
    width: 40vw;
    height: 40vw;
  }
}
.top-life-event-list .item-txt {
  margin-top: 10px;
  color: #412a1e;
}
@media screen and (max-width: 768px) {
  .top-life-event-list .item-txt {
    margin-top: 1.3333333333vw;
  }
}
.top-life-event-category {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 530px);
}
@media screen and (max-width: 768px) {
  .top-life-event-category {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .top-life-event-category-item {
    margin-top: 10.6666666667vw;
  }
}
.top-life-event-category-item-title {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: center;
  color: #57310d;
}
@media screen and (max-width: 768px) {
  .top-life-event-category-item-title {
    margin-bottom: 4vw;
  }
}
.top-life-event-category-item-list {
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 180px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top-life-event-category-item-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
}
.top-life-event-category-item-list a,
.top-life-event-category-item-list .item-nolink {
  height: 100%;
  display: block;
  color: #333;
  text-decoration: none;
}
.top-life-event-category-item-list a:hover {
  text-decoration: underline;
}
.top-life-event-category-item-list a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-life-event-category-item-list .item-in {
    display: grid;
    grid-template-rows: 1fr 80px;
  }
}
.top-life-event-category-item-list .item-in {
  height: 100%;
  padding: 20px 2px 15px;
}
@media print, screen and (min-width: 769px) {
  .top-life-event-category-item-list .item {
    border-right: 1px solid #fff6fa;
  }
  .top-life-event-category-item-list .item:nth-of-type(4n) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .top-life-event-category-item-list .item {
    border-right: 2px solid #fff6fa;
    border-bottom: 2px solid #fff6fa;
  }
  .top-life-event-category-item-list .item:nth-of-type(even) {
    border-right: none;
  }
  .top-life-event-category-item-list .item:nth-of-type(3), .top-life-event-category-item-list .item:nth-of-type(4) {
    border-bottom: none;
  }
}
.top-life-event-category-item-list .item-txt {
  color: #412a1e;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-life-event-category-item-list .item-txt {
    padding-bottom: 2.6666666667vw;
  }
}
.top-life-event-category-item-list .item-txt p {
  line-height: 1.3;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 769px) {
  .top-life-event-category-item-list .item-txt p .display-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top-life-event-category-item-list .item-txt p {
    font-size: 0.9375rem;
  }
  .top-life-event-category-item-list .item-txt p .display-pc {
    display: none;
  }
}
.top-life-event-category-item-list .item-img {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .top-life-event-category-item-list .item-img {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
  }
}
.top-life-event-category-item-list .item-img img {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .top-life-event-category-item-list .item-img img {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .top-life-event-category-item .prepare li:nth-child(4) .item-img img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-life-event-category-item .prepare li:nth-child(4) .item-img img {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
}

.top-news {
  padding: 130px 0 95px;
  background: url(../img_top/top_info_bg_right.png) no-repeat right top 30px, url(../img_top/top_info_bg_left.png) no-repeat left bottom;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 21.3333333333vw 0 13.3333333333vw;
    background: url(../img_top/top_info_bg_right.png) no-repeat right -20vw top 5.3333333333vw, url(../img_top/top_info_bg_left.png) no-repeat left -5.3333333333vw bottom 5.3333333333vw;
    background-size: 63.4666666667vw 57.6vw, 49.8666666667vw 59.2vw;
  }
}
.top-news-container {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .top-news-container {
    display: block;
  }
}
.top-news-contents {
  width: 530px;
}
@media screen and (max-width: 768px) {
  .top-news-contents {
    width: 94.6666666667vw;
  }
}
.top-news-contents .box-in {
  padding: 20px 20px 35px;
  border-radius: 0 0 20px 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top-news-contents .box-in {
    padding: 5.3333333333vw;
  }
}
.top-news-contents .top-tab {
  border-radius: 20px 20px 0 0;
}
.top-news-contents .top-tab-list {
  display: flex;
  font-size: 1.625rem;
  column-gap: 10px;
}
.top-news-contents .top-tab-list li,
.top-news-contents .top-tab-list a {
  line-height: 1.2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 71px;
  border-radius: 20px 20px 0 0;
  color: #412a1e;
  text-decoration: none;
}
.top-news-contents .top-tab-list li:focus-visible,
.top-news-contents .top-tab-list a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
  z-index: 100;
}
.top-news-contents .top-tab-change {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.top-news-contents .top-tab-change li {
  margin-bottom: 4px;
}
.top-news-contents .top-tab-change a {
  font-size: 1.375rem;
  background: #ffc88c;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .top-news-contents .top-tab-change a {
    padding: 0 5.3333333333vw;
  }
}
.top-news-contents .top-tab-change a:before {
  right: 8px;
}
.top-news-contents .top-tab-change a:hover {
  text-decoration: underline;
}
.top-news-contents .pageListExists {
  height: 340px;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .top-news-contents .pageListExists {
    font-size: 0.875rem;
    height: 85.3333333333vw;
  }
}
.top-news-contents .pageListExists li {
  line-height: 1.4;
  padding: 14px 0;
}
.top-news-contents .pageListExists li a {
  display: block;
  text-decoration: none;
  color: #333;
  position: relative;
}
.top-news-contents .pageListExists li a:hover {
  text-decoration: underline;
}
.top-news-contents .pageListExists li a:focus-visible {
  outline: none !important;
  padding: 5px;
}
.top-news-contents .pageListExists li a:focus-visible::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #000;
  outline: 3px solid #fff;
  outline-offset: -4px;
  pointer-events: none;
}
.top-news-contents .pageListExists li .pageDate {
  display: block;
  color: #57310d;
  margin-bottom: 10px;
}
.top-news-contents .pageListNotExists {
  text-align: center;
  padding: 20px 10px 10px 10px;
}
.top-news-contents .c-button {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-news-contents .c-button a {
    display: block;
    width: 69.3333333333vw;
    margin: 0 auto;
    padding: 18px 35px;
    font-size: 0.875rem;
  }
}
.top-news-contents .c-button a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
.top-news .ranking {
  height: 430px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .top-news .ranking {
    height: 121.6vw;
  }
}
.top-news .ranking li {
  border-bottom: 1px solid #ffc88c;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  line-height: 1.4;
  padding: 14px 0;
}
@media screen and (max-width: 768px) {
  .top-news .ranking li {
    display: flex;
    gap: 5.3333333333vw;
    padding: 4.8vw 0;
  }
}
.top-news .ranking li a {
  display: block;
  position: relative;
  color: #57310d;
  background: none;
  padding-left: 60px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .top-news .ranking li a {
    font-size: 0.875rem;
  }
}
.top-news .ranking li a:hover {
  text-decoration: underline;
}
.top-news .ranking li a::before {
  position: absolute;
  min-width: 35px;
  text-align: center;
  top: 0;
  left: 0;
  background-color: #ffebd5;
  border-radius: calc(infinity * 1px);
  padding: 0 5px;
  margin-right: 8px;
  font-size: 1rem;
}
.top-news .ranking li:first-child a::before {
  content: "1位";
}
.top-news .ranking li:nth-child(2) a::before {
  content: "2位";
}
.top-news .ranking li:nth-child(3) a::before {
  content: "3位";
}
.top-news .ranking li:nth-child(4) a::before {
  content: "4位";
}
.top-news .ranking li:nth-child(5) a::before {
  content: "5位";
}
.top-news .ranking li:nth-child(6) a::before {
  content: "6位";
}
.top-news .ranking li:nth-child(7) a::before {
  content: "7位";
}
.top-news .ranking li:nth-child(8) a::before {
  content: "8位";
}
.top-news .ranking li:nth-child(9) a::before {
  content: "9位";
}
.top-news .ranking li:nth-child(10) a::before {
  content: "10位";
}
.top-news .analytics-list .in p {
  text-align: center;
  padding: 20px 10px 10px 10px;
}
.top-news-info .box-in {
  border: solid 4px #faccd7;
  border-top: transparent;
}
.top-news-info .box-in .pageListExists li {
  border-bottom: 1px solid #faccd7;
}
.top-news-info .top-tab-list li {
  background-color: #fff;
  border: 4px solid #faccd7;
  border-bottom: transparent;
}
@media screen and (max-width: 768px) {
  .top-news-info .top-tab-list li {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .top-news-others {
    margin-top: 10.6666666667vw;
  }
}
.top-news-others .box-in {
  border: solid 4px #ffc88c;
  border-radius: 0 0 20px 20px;
}
.top-news-others .box-in .pageListExists li {
  border-bottom: 1px solid #ffc88c;
}
.top-news-others .top-tab-list li {
  min-height: 67px !important;
}
.top-news-others .top-tab-list li a {
  min-height: 67px !important;
}
@media screen and (max-width: 768px) {
  .top-news-others .top-tab-list li a {
    font-size: 1.25rem;
    text-align: center;
  }
}
.top-news-others .top-tab-list .hover {
  position: relative;
}
.top-news-others .top-tab-list .hover:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 8px;
  background: #fff;
  box-sizing: border-box;
  border-left: 4px solid #ffc88c;
  border-right: 4px solid #ffc88c;
}
.top-news-others .top-tab-list .hover a {
  min-height: 67px !important;
  background: #fff !important;
  border: solid 4px #ffc88c !important;
  border-bottom: transparent !important;
}
.top-news-others .top-tab-list .hover a:before {
  display: none;
}

.top-info {
  padding: 35px 0;
}
@media screen and (max-width: 768px) {
  .top-info {
    padding: 2.6666666667vw 0 10.6666666667vw;
  }
}
.top-info-container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 60px 0 80px;
  border-color: rgb(249, 194, 135);
  border-radius: 60px;
  background-image: -moz-linear-gradient(-90deg, rgba(252, 201, 179, 0.8) 0%, rgba(247, 242, 229, 0.8) 52%, rgba(243, 217, 231, 0.8) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgba(252, 201, 179, 0.8) 0%, rgba(247, 242, 229, 0.8) 52%, rgba(243, 217, 231, 0.8) 100%);
  background-image: -ms-linear-gradient(-90deg, rgba(252, 201, 179, 0.8) 0%, rgba(247, 242, 229, 0.8) 52%, rgba(243, 217, 231, 0.8) 100%);
}
@media screen and (max-width: 768px) {
  .top-info-container {
    width: 94.6666666667vw;
    border-radius: 30px;
    padding: 5.3333333333vw 0 8vw;
  }
}
@media screen and (max-width: 768px) {
  .top-info-inner {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top-info .c-title .main {
    font-size: 2.5rem;
  }
}
.top-info-list {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .top-info-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
    margin-bottom: 4vw;
  }
}
.top-info-list .item .item-nolink,
.top-info-list .item a {
  background: #fff;
  border: solid 1px #7f5f41;
  border-radius: 10px;
  padding: 10px;
  color: #57310d;
}
@media screen and (max-width: 768px) {
  .top-info-list .item .item-nolink,
  .top-info-list .item a {
    padding: 2.1333333333vw;
  }
}
.top-info-list .item a {
  display: block;
  text-decoration: none;
}
.top-info-list .item a:hover {
  text-decoration: underline;
}
.top-info-list .item a:hover .item-img {
  opacity: 0.85;
}
.top-info-list .item a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
.top-info-list .item .item-in {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media screen and (max-width: 768px) {
  .top-info-list .item .item-in {
    column-gap: 2.1333333333vw;
  }
}
.top-info-list .item .item-img img {
  width: 110px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .top-info-list .item .item-img img {
    width: 18.1333333333vw;
    height: 24.5333333333vw;
  }
}
.top-info-list .item .item-img img {
  border-radius: 4px;
  object-fit: contain;
}
.top-info-list .item .item-txt {
  width: calc(100% - 110px);
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .top-info-list .item .item-txt {
    width: 100%;
    font-size: 1rem;
  }
}
.top-info-list .item .item-txt p {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .top-info-list .item .item-txt p span {
    display: block;
  }
}
.top-info-link-list {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .top-info-link-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.top-info-link-list-item {
  height: 100%;
}
.top-info-link-list-item a {
  background: #fff;
  border: solid 1px #7f5f41;
  border-radius: 10px;
  padding: 10px 45px 10px 15px;
  color: #57310d;
  min-height: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-info-link-list-item a {
    font-size: 0.875rem;
    padding: 10px 50px 10px 15px;
    min-height: 40px;
  }
}
.top-info-link-list-item a:before {
  content: "";
  position: absolute;
  right: 10px;
  left: auto;
  width: 20px;
  height: 20px;
  background: url(../img_common/arrow_yellow.png) no-repeat;
}
.top-info-link-list-item a:hover {
  text-decoration: underline;
}
.top-info-link-list-item a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
.top-info-category {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .top-info-category {
    display: block;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .top-info-category-item {
    width: 89.3333333333vw;
    margin: 8vw auto 0;
  }
}
.top-info-category-item-title {
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.4;
  font-size: 1.75rem;
  font-weight: 500;
  color: #57310d;
}
@media screen and (max-width: 768px) {
  .top-info-category-item-title {
    margin-bottom: 2.6666666667vw;
  }
}
.top-info-category-item-movie {
  height: 300px;
  background: #ccc;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-info-category-item-movie {
    height: 50.1333333333vw;
  }
}
.top-info-category-item-movie iframe {
  width: 100%;
  height: 100%;
}
.top-info-category-item-movie-caption {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .top-info-category-item-movie-caption {
    margin-top: 2.6666666667vw;
  }
}
.top-info-category-item-movie-caption p {
  line-height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-info-category-item-movie-caption p {
    font-size: 0.875rem;
  }
}
.top-info-category-item .c-button {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .top-info-category-item .c-button {
    margin-top: 4vw;
  }
}
.top-info-category-item .c-button a {
  width: 270px;
  border: 1px solid #70543e;
}
@media screen and (max-width: 768px) {
  .top-info-category-item .c-button a {
    width: 72vw;
    font-size: 0.875rem;
    padding: 2.6666666667vw 10.6666666667vw;
  }
}
.top-info-category-item .c-button a:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
.top-info-category .pickup.splide {
  --pcImgWidth: 530px;
  --pcImgHeight: 300px;
  --spImgWidth: g.px2vw375(335px);
  --spImgHeight: g.px2vw375(188px);
  --pcGap: 0;
  --spGap: 0;
}
.top-info-category .pickup.splide .splide-wrapper {
  position: relative;
}
.top-info-category .pickup.splide .splide__controls {
  justify-content: center;
}
.top-info-category .pickup.splide .splide__track {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .top-info-category .pickup.splide .splide__list {
    width: 530px;
  }
}
@media print, screen and (min-width: 769px) {
  .top-info-category .pickup.splide .splide__slide {
    width: var(--pcImgWidth);
  }
}
@media screen and (max-width: 768px) {
  .top-info-category .pickup.splide .splide__slide {
    width: 89.3333333333vw;
  }
}
.top-info-category .pickup.splide .splide__slide img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .top-info-category .pickup.splide .splide__slide img {
    width: var(--pcImgWidth);
    height: var(--pcImgHeight);
    outline: solid 15px #f5cbdf;
    outline-offset: -15px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-info-category .pickup.splide .splide__slide img {
    width: 89.3333333333vw;
    height: 50.1333333333vw;
    outline: solid 7px #f5cbdf;
    outline-offset: -7px;
    border-radius: 20px;
  }
}
.top-info-category .pickup.splide .splide__slide .item-txt p {
  margin-top: 12px;
  line-height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-info-category .pickup.splide .splide__slide .item-txt p {
    margin-top: 2.6666666667vw;
    font-size: 0.875rem;
  }
}
.top-info-category .pickup.splide .splide__slide:focus-within::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #000;
  outline: 3px solid #fff;
  outline-offset: -4px;
  pointer-events: none;
}
.top-info-category .pickup.splide .splide__slide a {
  text-decoration: none;
  color: #333;
}
.top-info-category .pickup.splide .splide__slide a:hover {
  text-decoration: underline;
}
.top-info-category .pickup.splide .splide__slide a:hover img {
  opacity: 0.85;
}
.top-info-category .pickup.splide .splide__slide a:focus-visible {
  outline: none !important;
}
.top-info-category .pickup.splide .splide__slide p {
  margin-top: 20px;
}

@media print, screen and (min-width: 769px) {
  .top-link {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-link .c-title .main {
    font-size: 2.5rem;
  }
}
.top-link .link-slider.splide {
  --pcImgWidth: 200px;
  --pcImgHeight: 200px;
  --spImgWidth: g.px2vw375(200px);
  --spImgHeight: g.px2vw375(200px);
  --pcGap: 25px;
  --spGap: g.px2vw375(30px);
}
.top-link .link-slider.splide .splide-wrapper {
  position: relative;
}
.top-link .link-slider.splide .splide__track {
  overflow: hidden;
}
.top-link .link-slider.splide .splide__controls {
  justify-content: center;
}
.top-link .link-slider.splide .splide__controls .splide__arrows {
  margin-top: 20px;
}
.top-link .link-slider.splide .splide__slide:focus-within::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #000;
  outline: 3px solid #fff;
  outline-offset: -4px;
  pointer-events: none;
}
.top-link .link-slider.splide .splide__slide a {
  text-decoration: none;
  color: #333;
}
.top-link .link-slider.splide .splide__slide a:hover {
  text-decoration: underline;
}
.top-link .link-slider.splide .splide__slide a:hover img {
  opacity: 0.85;
}
.top-link .link-slider.splide .splide__slide a:focus-visible {
  outline: none !important;
}
@media print, screen and (min-width: 769px) {
  .top-link .link-slider.splide .splide__slide {
    width: var(--pcImgWidth);
  }
}
@media screen and (max-width: 768px) {
  .top-link .link-slider.splide .splide__slide {
    width: 53.3333333333vw;
  }
}
.top-link .link-slider.splide .splide__slide img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .top-link .link-slider.splide .splide__slide img {
    width: var(--pcImgWidth);
    height: var(--pcImgHeight);
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top-link .link-slider.splide .splide__slide img {
    width: 53.3333333333vw;
    height: 53.3333333333vw;
  }
}
.top-link .link-slider.splide .splide__slide .item-txt p {
  margin-top: 10px;
  line-height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-link .link-slider.splide .splide__slide .item-txt p {
    margin-top: 2.6666666667vw;
    font-size: 0.875rem;
  }
}
.top-link .link-slider.splide:not(.is-active) {
  visibility: visible !important;
}
.top-link .link-slider.splide:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .top-link .link-slider.splide:not(.is-active) .splide__list {
    gap: var(--pcGap);
  }
}
@media screen and (max-width: 768px) {
  .top-link .link-slider.splide:not(.is-active) .splide__list {
    gap: var(--spGap);
  }
}
.top-link .link-slider.splide:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.top-link .link-slider.splide:not(.is-active) .splide__arrows {
  display: none;
}
.top-link .link-slider.splide:not(.is-active) .splide__toggle {
  display: none;
}

.top-adv {
  padding: 50px 0 0 0;
}
@media screen and (max-width: 768px) {
  .top-adv {
    padding: 13.3333333333vw 0 0 0;
  }
}
.top-adv h2 {
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .top-adv h2 {
    font-size: 1.625rem;
  }
}
.top-adv-list {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 768px) {
  .top-adv-list {
    grid-template-columns: repeat(2, 45.3333333333vw);
    gap: 2.6666666667vw 4vw;
  }
}
.top-adv-list a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
.top-adv-list img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .top-adv-list img {
    width: 200px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-adv-list img {
    width: 45.3333333333vw;
    height: 11.3333333333vw;
  }
}
.top-adv-link {
  text-align: right;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .top-adv-link {
    font-size: 0.875rem;
    margin-top: 2.6666666667vw;
  }
}

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

/*==================================
フッター
==================================*/
footer {
  margin-top: 100px;
  color: #fff;
  /* PCでは電話番号リンクを無効化 */
}
@media print, screen and (min-width: 769px) {
  footer a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
footer .copyright {
  background-color: #ffc88c;
  color: #333333;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  footer .copyright {
    font-size: 0.875rem;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 0.75rem;
    padding: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  footer {
    margin-top: 200px;
    position: relative;
    background-color: #70543e;
  }
  footer::before {
    display: block;
    content: "";
    width: 100%;
    height: 208px;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img_common/footer_bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -10;
  }
  footer #pagetop {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -120px;
    right: 20px;
  }
  footer #pagetop a:hover {
    opacity: 0.85;
  }
  .footer-heading {
    display: flex;
    justify-content: space-between;
  }
  .footer-heading-info-main {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .footer-heading-info-description {
    padding-top: 5px;
  }
  .footer-heading-info-description-text {
    padding-top: 10px;
  }
  .footer-heading-info-description-text p {
    line-height: 1.6rem;
  }
  .footer-heading-info-description a {
    text-decoration: none;
    color: inherit;
  }
  .footer-heading-info-description .text-link > a {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .footer-heading-info-description .text-link > a:hover {
    text-decoration: none;
  }
  .footer-heading-population {
    background-color: #fff;
    border: 1px solid #ffc88c;
    border-radius: 10px;
    color: #333333;
    font-weight: 500;
    padding: 15px 20px;
    height: fit-content;
  }
  .footer-heading-population-container {
    display: flex;
    gap: 15px;
  }
  .footer-heading-population-main-title {
    color: #57310d;
    font-weight: 700;
    font-size: 1.375rem;
    margin-bottom: 3px;
  }
  .footer-heading-population-main a {
    color: #333333;
    font-size: 0.9375rem;
  }
  .footer-heading-population-contents {
    display: flex;
    gap: 26px;
    padding: 0 10px;
  }
  .footer-heading-population-item {
    text-align: center;
  }
  .footer-heading-population-item-name {
    color: #57310d;
    font-size: 1.125rem;
  }
  .footer-heading-population-item-icon {
    margin: 3px 0;
  }
  .footer-heading-population-item-icon img {
    height: 36px;
    width: auto;
    object-fit: contain;
  }
  .footer-heading-population .date {
    text-align: right;
    font-size: 0.9375rem;
  }
  .footer-sitemap {
    position: relative;
    background: #fff;
    width: fit-content;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-radius: calc(infinity * 1px);
  }
  .footer-sitemap li {
    position: relative;
  }
  .footer-sitemap li:focus-within::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid #fff;
    outline: 2px solid #000;
    outline-offset: -4px;
    pointer-events: none;
    z-index: 100;
  }
  .footer-sitemap li a {
    display: block;
    color: #333333;
    font-size: 1rem;
    margin: 5px 0;
    padding: 0 30px;
  }
  .footer-sitemap li a:focus-visible {
    outline: none !important;
  }
  .footer-sitemap li:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #333333;
    width: 1px;
    height: 20px;
  }
  .footer-sitemap li:last-child::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  footer {
    position: relative;
    background-color: #70543e;
    padding-top: 8vw;
    margin-bottom: 26.6666666667vw;
  }
  footer::before {
    display: block;
    content: "";
    width: 100vw;
    height: 27.4666666667vw;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img_common/sp_footer_bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -10;
  }
  footer #pagetop {
    width: 60px;
    position: absolute;
    top: -10.6666666667vw;
    right: 2.6666666667vw;
  }
  footer .footer-info-number {
    font-size: 0.875rem;
    color: #fff;
  }
  footer .footer-info-number a {
    text-decoration: none;
    color: #fff;
  }
  footer .footer-heading-info-description {
    font-size: 0.875rem;
    padding-top: 4vw;
  }
  footer .footer-heading-info-description-text {
    padding-top: 2.6666666667vw;
  }
  footer .footer-heading-info-description-text p {
    line-height: 1.5rem;
  }
  footer .footer-heading-info-description a {
    text-decoration: none;
    color: inherit;
  }
  footer .footer-heading-info-description .text-link > a {
    text-decoration: underline;
    text-underline-offset: 1px;
  }
  footer .footer-heading-info-description .text-link > a:hover {
    text-decoration: none;
  }
  .footer-heading-population {
    background-color: #fff;
    border: 1px solid #ffc88c;
    border-radius: 10px;
    color: #333333;
    padding: 4vw 5.3333333333vw;
    margin-top: 6.6666666667vw;
    height: fit-content;
  }
  .footer-heading-population-container {
    display: flex;
    gap: 10.6666666667vw;
  }
  .footer-heading-population-main-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #57310d;
    margin-bottom: 1.0666666667vw;
  }
  .footer-heading-population-main a {
    font-size: 0.875rem;
    color: #333333;
  }
  .footer-heading-population-contents {
    display: flex;
    gap: 13.3333333333vw;
    padding: 0 2.6666666667vw;
  }
  .footer-heading-population-item {
    text-align: center;
  }
  .footer-heading-population-item-name {
    color: #57310d;
  }
  .footer-heading-population-item-icon {
    margin: 1.3333333333vw 0;
  }
  .footer-heading-population-item-icon img {
    height: 9.6vw;
    width: auto;
  }
  .footer-heading-population-item-number {
    font-size: 0.875rem;
  }
  .footer-heading-population .date {
    text-align: right;
    font-size: 0.875rem;
    margin-top: 0.8vw;
  }
  .footer-sitemap {
    position: relative;
    background: #fff;
    width: fit-content;
    margin: 8vw auto;
    padding: 2.6666666667vw 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-radius: calc(infinity * 1px);
  }
  .footer-sitemap li {
    position: relative;
  }
  .footer-sitemap li a {
    display: block;
    color: #333333;
    font-size: 0.875rem;
    margin: 1.3333333333vw 0;
    padding: 0 4vw;
    line-height: 1.3rem;
  }
  .footer-sitemap li:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #333333;
    width: 1px;
    height: 5.3333333333vw;
  }
  .footer-sitemap li:last-child::after {
    content: none;
  }
}
html[data-fontsize=up] {
  font-size: 133.3%;
}
html[data-fontsize=up] .top-search-info-keyword-list {
  height: 140px;
}
html[data-fontsize=up2] {
  font-size: 166.7%;
}
html[data-fontsize=up2] .top-search-info-keyword-list {
  height: 210px;
}
html[data-fontsize=up3] {
  font-size: 200%;
}
html[data-fontsize=up3] .top-search-info-keyword-list {
  height: 250px;
}

.table-wrap, .wysiwyg .table-wrap {
  margin-top: 24px;
}

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

.wysiwyg .table-wrap {
  margin: 48px 0 0;
}

.table-wrap {
  margin: 48px 0 0;
}
.table-wrap tbody {
  background-color: #fff;
}

.table-wrap .scroll-table-switch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.table-wrap .scroll-table-switch .title {
  margin-right: 8px;
  font-size: 0.875rem;
}
.table-wrap .scroll-table-switch .scroll-btn,
.table-wrap .scroll-table-switch .in-display-btn {
  display: flex;
  width: fit-content;
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: 55px;
  color: #333333;
  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: #70543e;
  color: #ffffff;
}
.table-wrap .scroll-table-switch .in-display {
  background-color: #fff9d5;
  color: #333333;
}

.scroll-view .scroll-btn .scroll {
  background-color: #fff9d5 !important;
  color: #333333 !important;
  font-weight: normal !important;
  border-bottom: none !important;
}
.scroll-view .in-display-btn .in-display {
  background-color: #70543e !important;
  color: #ffffff !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: #ffdfe7;
  color: #57310d;
  font-size: 1.625rem;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 16px 20px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  h2.head-title, .wysiwyg h2, .free-layout-area h2 {
    margin-top: 32px;
  }
}
h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  background: #fff9d5;
  color: #57310d;
  font-size: 1.5rem;
  border-radius: 5px;
  padding: 12px 14px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
    margin-top: 24px;
  }
}
h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  position: relative;
  padding-left: 25px;
}
h3.head-title .bg:before, .wysiwyg h3 .bg:before, .free-layout-area h3 .bg:before, .smartcmsBbsBlock h3 .bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #ffc88c;
  border-radius: calc(infinity * 1px);
}

h4, .wysiwyg h4, .free-layout-area h4 {
  color: #57310d;
  font-size: 1.375rem;
  padding: 8px 10px;
  border-bottom: 4px solid #faccd7;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  h4, .wysiwyg h4, .free-layout-area h4 {
    margin-top: 24px;
  }
}
h4 .bg, .wysiwyg h4 .bg, .free-layout-area h4 .bg {
  display: block;
}
h5, .wysiwyg h5, .free-layout-area h5 {
  color: #57310d;
  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 #faccd7;
}
h6, .wysiwyg h6, .free-layout-area h6 {
  color: #57310d;
  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;
}

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

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

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

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg em, .wysiwyg strong, .wysiwyg b {
  font-style: normal;
  font-weight: bold;
}
.wysiwyg .text_ {
  color: #c00;
}
.wysiwyg .text2_ {
  color: #00c;
}
.wysiwyg b.text2_ {
  font-weight: normal;
}

.cke_panel_list em, .cke_panel_list strong, .cke_panel_list b {
  font-style: normal;
  font-weight: bold;
}
.cke_panel_list .text_ {
  color: #c00;
}
.cke_panel_list .text2_ {
  color: #00c;
}
.cke_panel_list b.text2_ {
  font-weight: normal;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

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

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .to-container a:focus-visible {
    outline: none !important;
  }
  .to-container a:focus-visible::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid #000;
    outline: 3px solid #fff;
    outline-offset: -4px;
    pointer-events: none;
  }
  #header .header-subnav-area {
    padding: 30px 0 10px;
    display: grid;
    grid-template-columns: 1fr 1100px 1fr;
    background: url("../img_top/mv_bg_wave.png") no-repeat center bottom/100%;
  }
  #header .header-subnav-area #header-logo {
    text-align: center;
    margin-bottom: 8px;
  }
  #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-catch {
    margin-bottom: 20px;
  }
  #header .header-subnav-area .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 5px 20px;
    margin-left: auto;
    padding: 5px 0;
  }
  #header .header-subnav-area .header-size, #header .header-subnav-area .header-color {
    display: flex;
    align-items: center;
  }
  #header .header-subnav-area .header-size button, #header .header-subnav-area .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    padding: 0;
    vertical-align: bottom;
  }
  #header .header-subnav-area .header-size button:focus-visible, #header .header-subnav-area .header-color button:focus-visible {
    outline: 1px solid #000 !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 2px #fff;
    position: relative;
  }
  #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: #70543e;
    color: #ffffff;
  }
  #header .header-subnav-area .header-size .normal-off, #header .header-subnav-area .header-size .big-off {
    background-color: #fff;
    border-color: #B0B0B0;
  }
  #header .header-subnav-area .header-color dd {
    border-radius: 3px;
    border: 1px solid #fff;
  }
  #header .header-subnav-area .header-color dd a {
    display: block;
    padding: 8px;
    line-height: 1;
    border-radius: 3px;
    text-decoration: none;
  }
  #header .header-subnav-area .header-color dd a:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .header-color dd a span {
    background-color: inherit !important;
    color: inherit !important;
  }
  #header .header-subnav-area .header-color .item a {
    background-color: #333333 !important;
    color: #fff !important;
  }
  #header .header-subnav-area .header-color .item a:focus-visible {
    border: 4px solid #fff;
  }
  #header .header-subnav-area .header-color .item2 a {
    background-color: #0740D3 !important;
    color: #fff !important;
  }
  #header .header-subnav-area .header-color .item3 {
    border-color: #B0B0B0;
  }
  #header .header-subnav-area .header-color .item3 a {
    background-color: #fff !important;
    color: #333 !important;
  }
  #header .header-subnav-area .header-lang-wrapper .lang-error {
    color: #ee0000;
  }
  #header .header-subnav-area .header-lang {
    display: flex;
  }
  #header .header-subnav-area .header-lang .lang-select {
    padding: 3px 30px 3px 30px;
    border: solid 1px #000;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    font-size: 80%;
    color: #000 !important;
    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 .lang-select:focus-visible {
    border: 2px solid #fff !important;
    outline: 2px solid #333;
    outline-offset: -3px;
  }
  #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-lang .btn-lang-select:focus-visible {
    outline: 1px solid #000 !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 2px #fff;
  }
  #header .header-subnav-area .header-page-number-search #number-search-container *, #header .header-subnav-area .header-page-number-search #number-search-container *::before, #header .header-subnav-area .header-page-number-search #number-search-container *::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container *, #header .header-subnav-area .header-page-number-search #sp-number-search-container *::before, #header .header-subnav-area .header-page-number-search #sp-number-search-container *::after, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container *, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container *::before, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container *::after, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container *, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container *::before, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container *::after {
    box-sizing: border-box;
  }
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap {
    display: flex;
  }
  #header {
    /* end-#header-nav */
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap {
    width: calc(10em - 160px + 390px);
    gap: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap {
    width: 89.33vw;
    gap: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap label, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap label, #header .header-subnav-area .header-page-number-search #pc-modal-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, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #pc-modal-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, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap .number-label {
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap .number-label {
    width: calc(100% - 10.66vw);
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #pc-modal-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, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap .submit-label {
    width: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap .submit-label {
    width: 10.66vw;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap input[type=text] {
    width: 100%;
    padding: 10px 0 10px 13px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap input[type=text] {
    border: 1px solid #70543e;
    border-radius: 10px 0px 0px 10px;
    height: 50px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap input[type=text] {
    border: 2px solid #70543e;
    border-radius: 5px 0px 0px 5px;
    height: 10.66vw;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #pc-modal-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, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap button {
    border: 1px solid #70543e;
    border-radius: 0px 10px 10px 0px;
    background-color: #70543e;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap button {
    border: 1px solid #70543e;
    border-radius: 0px 5px 5px 0px;
    background-color: #70543e;
    width: 10.66vw;
    height: 10.66vw;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #pc-modal-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, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 5.06vw;
    height: 5.06vw;
  }
}
@media print, screen and (min-width: 769px) {
  #header #header-nav {
    padding: 12px 0;
    background: #fff6fa;
  }
  #header #header-nav .in {
    width: 1000px;
    margin: 0 auto;
    background: #70543e;
    border-radius: 20px;
  }
  #header #header-nav .list {
    display: grid;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 80px;
    grid-template-columns: repeat(6, auto);
  }
  #header #header-nav .list > li {
    text-align: center;
  }
  #header #header-nav .list > li:last-of-type > a::before {
    display: none;
  }
  #header #header-nav .list > li:focus-within > a, #header #header-nav .list > li:hover > a {
    text-decoration: underline;
  }
  #header #header-nav .list > li:focus-within > a:after, #header #header-nav .list > li:hover > a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 97%;
    border: solid 10px transparent;
    border-bottom: 10px solid #70543e;
  }
  #header #header-nav .list > li > a {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 0 33px;
    height: 100%;
    min-height: 80px;
    font-weight: 700;
    line-height: 1.5;
    font-size: 1.125rem;
  }
  #header #header-nav .list > li > a:focus-visible {
    outline: 1px solid #000 !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 2px #fff;
    z-index: 100;
  }
  #header #header-nav .list > li > a:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 30px;
    background: #fff;
    transform: translateY(-50%);
  }
  #header #header-nav .in2 {
    left: 50%;
    position: absolute;
    padding-top: 15px;
    transform: translateX(-50%);
    width: 100%;
    border-radius: 0 10px 10px 0;
  }
  #header #header-nav .in2 dt {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  #header #header-nav .in2 ul {
    background-color: #70543e;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 20px;
    padding: 20px;
    position: relative;
    top: 0 !important;
  }
  #header #header-nav .in2 ul li {
    box-sizing: border-box;
    height: auto !important;
    position: relative;
    overflow: visible !important;
  }
  #header #header-nav .in2 ul li a {
    font-size: 1rem;
    align-items: flex-start;
    text-align: left;
    background: #fff;
    border-radius: 6px;
    color: #333333;
    display: flex;
    text-decoration: none;
    padding: 13px 35px 13px 12px;
    width: 100%;
    line-height: 1.5;
    position: relative;
  }
  #header #header-nav .in2 ul li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    background: url(../img_common/arrow_yellow.png) no-repeat;
    transform: translateY(-50%);
  }
  #header #header-nav .in2 ul li a:hover {
    text-decoration: underline;
  }
  .header-subnav-area-inner {
    grid-column: 2/3;
    display: flex;
    align-items: center;
    gap: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #sp-header > .box {
    padding: 10px 10px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #sp-header > .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header > .box #sp-header-nav {
    width: 100%;
    padding: 0;
    background: none;
    background-color: #ffc88c;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.6666666667vw;
    margin: 2.6666666667vw 5.3333333333vw;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area > li {
    position: relative;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area > li a {
    display: block;
    height: 100%;
    border: 2px solid #9b7f62;
    border-radius: 5px;
    position: relative;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area > li.menu-btn-easy a::before {
    content: "";
    width: 33px;
    height: 31px;
    background: url(../img_common/icon_heart.png) no-repeat top center #fff;
    background-size: 33px 31px;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area > li.menu-btn-search {
    position: relative;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area > li.menu-btn-search a::before {
    content: "";
    width: 49px;
    height: 31px;
    background: url(../img_common/icon_handshake.png) no-repeat top center;
    background-size: 49px 31px;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area > li.menu-btn-search a.is-open {
    background-color: #ffebd5;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area > li.menu-btn-search a.is-open::before {
    background-image: url(../img_common/menu_btn_close.png);
    background-size: 22px 22px;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area > li.menu-btn-menu a::before {
    content: "";
    width: 37px;
    height: 31px;
    background: url(../img_common/icon_menu.png) no-repeat top center;
    background-size: 37px 31px;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area > li.menu-btn-menu a.is-open {
    background-color: #ffebd5;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area > li.menu-btn-menu a.is-open::before {
    background-image: url(../img_common/menu_btn_close.png);
    background-size: 22px 22px;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area > li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.3333333333vw;
    min-height: 21.3333333333vw;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    color: #333333;
    line-height: 1.1;
    text-decoration: none;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffebd5;
    z-index: 9;
  }
  #sp-header .modal-menu {
    display: none;
    position: fixed;
    left: 0;
    z-index: 100;
    width: 100%;
    top: 0;
    max-height: calc(100% - 26.6666666667vw);
    overflow-y: scroll;
  }
  #sp-header .modal-menu .in {
    background-color: #ffebd5;
    box-sizing: border-box;
    border-radius: 0.6666666667%;
    box-shadow: 0px 0 2px 0 #e0e0e0;
    border: 1px solid #eee;
  }
  #sp-header .modal-menu .modal-menu-close {
    padding: 4vw 0;
    text-align: center;
  }
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
  }
  #sp-header .modal-menu .arrow {
    position: absolute;
    top: -14px;
    right: 8%;
  }
  #sp-header .modal-search {
    width: 94.6666666667vw;
    background-color: #ffebd5;
    border: 1px solid #57310d;
    border-radius: 10px;
    padding: 8vw 0;
    position: fixed;
    bottom: 32vw;
    left: 50%;
    transform: translate(-50%);
    z-index: 100;
    display: none;
  }
  #sp-header .modal-search:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 30px;
    background: url(../img_common/icon_support_arrow.png) no-repeat center;
    bottom: -24px !important;
    left: 50% !important;
    transform: translateX(-50%) rotate(270deg) !important;
  }
  #sp-header .modal-search .in {
    padding: 0 2.6666666667% 0;
  }
  #sp-header .modal-search .title {
    background: none;
    padding: 0 0 10px;
  }
  #sp-header .modal-search .tsutaeru .is-hide {
    display: none;
  }
  #sp-header .modal-search .tsutaeru .ruby a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70.6666666667vw;
    font-size: 0.875rem;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
    border: 2px solid #9b7f62;
    border-radius: 5px;
    background-color: #fff;
    margin: 0 auto;
    padding: 1.0666666667vw 0;
    min-height: 10.6666666667vw;
  }
  #sp-header .modal-search .tsutaeru .ruby-icon {
    display: block;
    background: url(../img_common/icon_pen.png) no-repeat;
    background-size: 5.0666666667vw 5.3333333333vw;
    width: 5.0666666667vw;
    height: 5.3333333333vw;
    margin-right: 2vw;
  }
  #sp-header .modal-search .tsutaeru .speach button {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70.6666666667vw;
    font-size: 0.875rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
    border: 2px solid #9b7f62;
    border-radius: 5px;
    background-color: #fff;
    margin: 2.6666666667vw auto 0;
    padding: 1.0666666667vw 0;
    min-height: 10.6666666667vw;
  }
  #sp-header .modal-search .tsutaeru .speach-icon {
    display: block;
    background: url(../img_common/icon_speaker.png) no-repeat;
    background-size: 5.0666666667vw 5.3333333333vw;
    width: 5.0666666667vw;
    height: 5.3333333333vw;
    margin-right: 2vw;
  }
  #sp-header .modal-search .support-block {
    margin: 0;
  }
  #sp-header .modal-search .support-block .support-list {
    padding: 2.6666666667vw;
  }
  #sp-header .modal-search .support-block .header-size-in {
    gap: 0;
  }
  #sp-header .modal-search .support-block .header-size,
  #sp-header .modal-search .support-block .header-color {
    margin-top: 15px;
  }
  #sp-header .modal-search .support-block .header-size .title,
  #sp-header .modal-search .support-block .header-color .title {
    width: 80px;
    text-align: left;
  }
  #sp-header .modal-search .support-block .header-size .normal-on,
  #sp-header .modal-search .support-block .header-size .normal-off,
  #sp-header .modal-search .support-block .header-size .big-on,
  #sp-header .modal-search .support-block .header-size .big-off,
  #sp-header .modal-search .support-block .header-color .normal-on,
  #sp-header .modal-search .support-block .header-color .normal-off,
  #sp-header .modal-search .support-block .header-color .big-on,
  #sp-header .modal-search .support-block .header-color .big-off {
    border: none !important;
    background: none !important;
    border-radius: 0 !important;
  }
  #sp-header .modal-search .support-block .header-size dd img,
  #sp-header .modal-search .support-block .header-color dd img {
    height: 8vw;
  }
  #sp-header .modal-search .support-block .header-size .item2 {
    margin-left: 0 !important;
  }
  #sp-header .modal-search .support-block .header-color .item3 {
    border: none !important;
  }
  #sp-header .modal-search .support-block .header-size-title, #sp-header .modal-search .support-block .header-color-title {
    width: 26.6666666667vw;
  }
  #sp-header .modal-search .support-block .header-color-in {
    gap: 0;
  }
  #sp-header .modal-search .support-block .header-color-item, #sp-header .modal-search .support-block .header-color-item2 {
    margin-right: 1.3333333333vw;
  }
  #sp-header .modal-menu .sp-nav {
    margin-top: 8vw;
    padding-bottom: 2.6666666667vw;
  }
  #sp-header .modal-menu .sp-nav .box {
    display: block;
    border-bottom: 1px solid #70543e;
    background: #fff;
  }
  #sp-header .modal-menu .sp-nav li:first-child {
    border-top: 1px solid #70543e;
  }
  #sp-header .modal-menu .sp-nav .title {
    position: relative;
    font-weight: 700;
    font-size: 1.125rem;
    background-color: #ffebd5;
  }
  #sp-header .modal-menu .sp-nav .title a {
    display: block;
    padding: 3.2vw 0px 3.2vw 5.3333333333vw;
    margin-right: 90px;
    color: #57310d;
  }
  #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: #70543e;
  }
  #sp-header .modal-menu .sp-nav .title button.plus::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    clip-path: polygon(43% 100%, 43% 57%, 0% 57%, 0% 43%, 43% 43%, 43% 0%, 57% 0%, 57% 43%, 100% 43%, 100% 57%, 57% 57%, 57% 100%);
  }
  #sp-header .modal-menu .sp-nav .title button.mynus::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    clip-path: polygon(0% 57%, 0% 43%, 100% 43%, 100% 57%);
  }
  #sp-header .modal-menu .sp-nav .title button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  #sp-header .modal-menu .sp-nav .bloc {
    display: none;
  }
  #sp-header .modal-menu .sp-nav .bloc .list a {
    color: #57310d;
    display: block;
    padding: 3.2vw 13.3333333333vw 3.2vw 5.3333333333vw;
    font-size: 1rem;
    font-weight: 700;
    background: url(../img_common/arrow_yellow.png) no-repeat right 5.3333333333vw center;
  }
  #sp-header .modal-menu .search-area {
    margin-top: 2.6666666667vw;
  }
  #sp-header .modal-menu .search-area .header-search .gsib_b {
    padding: 0 4px 0 0 !important;
    height: auto !important;
  }
  #sp-header .modal-menu .search-area .header-search .gsc-search-button {
    display: block !important;
  }
  #sp-header .modal-menu .header-lang-wrapper {
    margin-top: 6.6666666667vw;
  }
  #sp-header .display-pc a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 89.3333333333vw;
    font-size: 0.875rem;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
    border: 2px solid #9b7f62;
    border-radius: calc(infinity * 1px);
    background-color: #fff;
    margin: 0 auto;
    padding: 1.0666666667vw 0;
  }
  #sp-header .display-pc-icon {
    display: block;
    background: url(../img_common/icon_pc.png) no-repeat;
    background-size: 5.0666666667vw 5.3333333333vw;
    width: 5.0666666667vw;
    height: 5.3333333333vw;
    margin-right: 2vw;
  }
  #sp-header .modal-menu-close a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 89.3333333333vw;
    font-size: 0.875rem;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
    border: 2px solid #9b7f62;
    border-radius: calc(infinity * 1px);
    background-color: #fff;
    margin: 0 auto;
    padding: 1.0666666667vw 0;
  }
  #sp-header .modal-menu-close-icon {
    display: block;
    background: url(../img_common/menu_btn_close.png) no-repeat;
    background-size: 5.0666666667vw 5.3333333333vw;
    width: 5.0666666667vw;
    height: 5.3333333333vw;
    margin-right: 2vw;
  }
  #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 {
    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: #70543e;
    color: #ffffff;
  }
  #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;
  }
  #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 .search-area {
    width: fit-content;
    margin: 0 auto;
  }
  #sp-header .header-page-number-search dl #number-search-container *, #sp-header .header-page-number-search dl #number-search-container *::before, #sp-header .header-page-number-search dl #number-search-container *::after, #sp-header .header-page-number-search dl #sp-number-search-container *, #sp-header .header-page-number-search dl #sp-number-search-container *::before, #sp-header .header-page-number-search dl #sp-number-search-container *::after, #sp-header .header-page-number-search dl #sp-modal-number-search-container *, #sp-header .header-page-number-search dl #sp-modal-number-search-container *::before, #sp-header .header-page-number-search dl #sp-modal-number-search-container *::after, #sp-header .header-page-number-search dl #pc-modal-number-search-container *, #sp-header .header-page-number-search dl #pc-modal-number-search-container *::before, #sp-header .header-page-number-search dl #pc-modal-number-search-container *::after {
    box-sizing: border-box;
  }
  #sp-header .header-page-number-search dl #number-search-container .input-wrap, #sp-header .header-page-number-search dl #sp-number-search-container .input-wrap, #sp-header .header-page-number-search dl #sp-modal-number-search-container .input-wrap, #sp-header .header-page-number-search dl #pc-modal-number-search-container .input-wrap {
    display: flex;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search dl #number-search-container .input-wrap, #sp-header .header-page-number-search dl #sp-number-search-container .input-wrap, #sp-header .header-page-number-search dl #sp-modal-number-search-container .input-wrap, #sp-header .header-page-number-search dl #pc-modal-number-search-container .input-wrap {
    width: calc(10em - 160px + 390px);
    gap: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search dl #number-search-container .input-wrap, #sp-header .header-page-number-search dl #sp-number-search-container .input-wrap, #sp-header .header-page-number-search dl #sp-modal-number-search-container .input-wrap, #sp-header .header-page-number-search dl #pc-modal-number-search-container .input-wrap {
    width: 89.33vw;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search dl #number-search-container .input-wrap label, #sp-header .header-page-number-search dl #sp-number-search-container .input-wrap label, #sp-header .header-page-number-search dl #sp-modal-number-search-container .input-wrap label, #sp-header .header-page-number-search dl #pc-modal-number-search-container .input-wrap label {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
  }
  #sp-header .header-page-number-search dl #number-search-container .input-wrap .number-label, #sp-header .header-page-number-search dl #sp-number-search-container .input-wrap .number-label, #sp-header .header-page-number-search dl #sp-modal-number-search-container .input-wrap .number-label, #sp-header .header-page-number-search dl #pc-modal-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 dl #number-search-container .input-wrap .number-label, #sp-header .header-page-number-search dl #sp-number-search-container .input-wrap .number-label, #sp-header .header-page-number-search dl #sp-modal-number-search-container .input-wrap .number-label, #sp-header .header-page-number-search dl #pc-modal-number-search-container .input-wrap .number-label {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search dl #number-search-container .input-wrap .number-label, #sp-header .header-page-number-search dl #sp-number-search-container .input-wrap .number-label, #sp-header .header-page-number-search dl #sp-modal-number-search-container .input-wrap .number-label, #sp-header .header-page-number-search dl #pc-modal-number-search-container .input-wrap .number-label {
    width: calc(100% - 10.66vw);
  }
}
@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search dl #number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search dl #sp-number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search dl #sp-modal-number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search dl #pc-modal-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 dl #number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search dl #sp-number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search dl #sp-modal-number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search dl #pc-modal-number-search-container .input-wrap .submit-label {
    width: 50px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search dl #number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search dl #sp-number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search dl #sp-modal-number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search dl #pc-modal-number-search-container .input-wrap .submit-label {
    width: 10.66vw;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search dl #number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search dl #sp-number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search dl #sp-modal-number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search dl #pc-modal-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 dl #number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search dl #sp-number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search dl #sp-modal-number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search dl #pc-modal-number-search-container .input-wrap input[type=text] {
    border: 1px solid #70543e;
    border-radius: 10px 0px 0px 10px;
    height: 50px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search dl #number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search dl #sp-number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search dl #sp-modal-number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search dl #pc-modal-number-search-container .input-wrap input[type=text] {
    border: 2px solid #70543e;
    border-radius: 5px 0px 0px 5px;
    height: 10.66vw;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search dl #number-search-container .input-wrap button, #sp-header .header-page-number-search dl #sp-number-search-container .input-wrap button, #sp-header .header-page-number-search dl #sp-modal-number-search-container .input-wrap button, #sp-header .header-page-number-search dl #pc-modal-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 dl #number-search-container .input-wrap button, #sp-header .header-page-number-search dl #sp-number-search-container .input-wrap button, #sp-header .header-page-number-search dl #sp-modal-number-search-container .input-wrap button, #sp-header .header-page-number-search dl #pc-modal-number-search-container .input-wrap button {
    border: 1px solid #70543e;
    border-radius: 0px 10px 10px 0px;
    background-color: #70543e;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search dl #number-search-container .input-wrap button, #sp-header .header-page-number-search dl #sp-number-search-container .input-wrap button, #sp-header .header-page-number-search dl #sp-modal-number-search-container .input-wrap button, #sp-header .header-page-number-search dl #pc-modal-number-search-container .input-wrap button {
    border: 1px solid #70543e;
    border-radius: 0px 5px 5px 0px;
    background-color: #70543e;
    width: 10.66vw;
    height: 10.66vw;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search dl #number-search-container .input-wrap button::after, #sp-header .header-page-number-search dl #sp-number-search-container .input-wrap button::after, #sp-header .header-page-number-search dl #sp-modal-number-search-container .input-wrap button::after, #sp-header .header-page-number-search dl #pc-modal-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 dl #number-search-container .input-wrap button::after, #sp-header .header-page-number-search dl #sp-number-search-container .input-wrap button::after, #sp-header .header-page-number-search dl #sp-modal-number-search-container .input-wrap button::after, #sp-header .header-page-number-search dl #pc-modal-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search dl #number-search-container .input-wrap button::after, #sp-header .header-page-number-search dl #sp-number-search-container .input-wrap button::after, #sp-header .header-page-number-search dl #sp-modal-number-search-container .input-wrap button::after, #sp-header .header-page-number-search dl #pc-modal-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 5.06vw;
    height: 5.06vw;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .page-search-about {
    margin-top: 1.3333333333vw;
  }
  #sp-header .header-lang-wrapper .lang-error {
    background-color: #fff;
    color: #ee0000;
    width: 100%;
  }
  #sp-header .header-lang {
    width: 89.3333333333vw;
    margin: 0 auto;
    display: flex;
  }
  #sp-header .header-lang-wrapper {
    width: fit-content;
    margin: 0 auto;
    list-style: none;
  }
  #sp-header .header-lang .lang-select {
    flex: 1;
    padding: 8px 4vw 8px 8.6666666667vw;
    border: 0;
    background: #fff;
    color: #000 !important;
    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: 50.6666666667vw;
    min-height: 10.6666666667vw !important;
    border-radius: 5px 0 0 5px !important;
  }
  #sp-header .header-lang .btn-lang-select {
    width: 12vw;
    color: #fff;
    padding: 15px 2.6666666667vw;
    border-radius: 0 5px 5px 0 !important;
    font-size: 100%;
    line-height: 1;
    cursor: pointer;
  }
  #sp-header .sns-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8vw;
    margin: 8vw 0;
  }
}
@media print, screen and (min-width: 769px) {
  .header-subnav-area-info {
    width: 320px;
  }
}
@media print, screen and (min-width: 769px) {
  .header-subnav-area-slider {
    width: 740px;
  }
}
.header-support-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 10px;
}
.header-support-list-item {
  text-align: center;
  box-sizing: border-box;
  min-width: 155px;
  line-height: 1.2;
  font-size: 0.9375rem;
  position: relative;
}
.header-support-list-item a {
  border: solid 1px #9b7f62;
  display: block;
  text-decoration: none;
  color: #333333;
  padding: 14px 10px 12px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
}
.header-support-list-item a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
.header-support-list-item .icon-handshake {
  padding: 14px 10px 12px 50px;
  text-align: left;
}
.header-support-box .is-hide {
  display: none;
}
.header-support-box {
  width: 255px;
  position: absolute;
  right: -285px;
  background: #ffebd5;
  padding: 30px;
  border-radius: 10px;
  border: solid 1px #70543e;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.header-support-box:before {
  content: "";
  display: block;
  position: absolute;
  left: -19px;
  width: 20px;
  height: 30px;
  background: url(../img_common/icon_support_arrow.png) no-repeat center;
  top: 50%;
  transform: translateY(-50%);
}
.header-support-box-buttons {
  display: grid;
  row-gap: 10px;
}
.header-support-box-buttons a {
  border: solid 1px #9b7f62;
  display: block;
  text-decoration: none;
  color: #333333;
  padding: 6px 10px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 1rem;
}
.header-support-box-buttons a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
.header-support-box-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  width: 193px;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  padding: 8px 10px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #9b7f62;
  color: #333333;
  cursor: pointer;
}
.header-support-box-buttons button:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
.header-support-box-buttons button span {
  text-decoration: none;
  color: #333333;
}
.header-support-box-buttons button span::before {
  left: 0;
  top: 45%;
  display: block;
  transform: translateY(calc(-45% + 2px));
}
.header-support-box .header-size,
.header-support-box .header-color {
  margin-top: 15px;
}
.header-support-box .header-size .title,
.header-support-box .header-color .title {
  width: 80px;
  text-align: left;
}
.header-support-box .header-size .normal-on,
.header-support-box .header-size .normal-off,
.header-support-box .header-size .big-on,
.header-support-box .header-size .big-off,
.header-support-box .header-color .normal-on,
.header-support-box .header-color .normal-off,
.header-support-box .header-color .big-on,
.header-support-box .header-color .big-off {
  border: none !important;
  background: none !important;
  border-radius: 0 !important;
}
.header-support-box .header-size .item2 {
  margin-left: 0 !important;
}
.header-support-box .header-color .item1, .header-support-box .header-color .item2 {
  margin-right: 2px;
}
.header-support-box .header-color .item3 {
  border: none !important;
}
.header-lang {
  margin-top: 10px;
}
.header-lang .lang-select {
  min-height: 45px;
  width: calc(100% - 45px);
  border-radius: 10px 0 0 10px;
  border: solid 1px #9b7f62 !important;
  border-right: solid 1px transparent !important;
}
.header-lang .btn-lang-select {
  width: 45px;
  min-height: 45px;
  padding: 0 !important;
  border-radius: 0 10px 10px 0 !important;
  background: #70543e !important;
  border: solid 1px #9b7f62 !important;
  border-left: solid 1px transparent !important;
}

.c-sns-list {
  margin-top: 40px;
}
.c-sns-list a:hover {
  opacity: 0.8;
}
.c-sns-list a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}

.hoge0.splide, .sp-hoge0.splide {
  --pcImgWidth: 740px;
  --pcImgHeight: 550px;
  --spImgWidth: g.px2vw375(355px);
  --spImgHeight: g.px2vw375(263px);
  --pcGap: 0;
  --spGap: 0;
}
.hoge0.splide .splide-wrapper, .sp-hoge0.splide .splide-wrapper {
  position: relative;
}
.hoge0.splide .splide__track, .sp-hoge0.splide .splide__track {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .hoge0.splide .splide__slide, .sp-hoge0.splide .splide__slide {
    width: var(--pcImgWidth);
  }
}
@media screen and (max-width: 768px) {
  .hoge0.splide .splide__slide, .sp-hoge0.splide .splide__slide {
    width: 94.6666666667vw;
  }
}
.hoge0.splide .splide__slide a:hover, .sp-hoge0.splide .splide__slide a:hover {
  opacity: 0.85;
}
.hoge0.splide .splide__slide a:focus-visible, .sp-hoge0.splide .splide__slide a:focus-visible {
  outline: none !important;
}
.hoge0.splide .splide__slide a:focus-visible::after, .sp-hoge0.splide .splide__slide a:focus-visible::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #000;
  outline: 3px solid #fff;
  outline-offset: -4px;
  pointer-events: none;
}
.hoge0.splide .splide__slide img, .sp-hoge0.splide .splide__slide img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .hoge0.splide .splide__slide img, .sp-hoge0.splide .splide__slide img {
    width: var(--pcImgWidth);
    height: var(--pcImgHeight);
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hoge0.splide .splide__slide img, .sp-hoge0.splide .splide__slide img {
    width: 94.6666666667vw;
    height: 70.1333333333vw;
    border-radius: 20px;
  }
}
.hoge0.splide .splide__controls, .sp-hoge0.splide .splide__controls {
  position: relative;
}
@media screen and (max-width: 768px) {
  .hoge0.splide .splide__controls::before, .sp-hoge0.splide .splide__controls::before {
    content: "";
    position: absolute;
    z-index: -10;
    top: -5.3333333333vw;
    width: 100vw;
    height: 20vw;
    background-color: #fff6fa;
  }
}

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

.header-support-list .item.is-hide, .menu-btn-area .item.is-hide {
  display: none;
}

html[data-bgcolor=color_black] body, html[data-bgcolor=color_black] p, html[data-bgcolor=color_black] div, html[data-bgcolor=color_black] table, html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] h3, html[data-bgcolor=color_black] h4, html[data-bgcolor=color_black] h5, html[data-bgcolor=color_black] h6, html[data-bgcolor=color_black] ul, html[data-bgcolor=color_black] ol, html[data-bgcolor=color_black] li, html[data-bgcolor=color_black] td, html[data-bgcolor=color_black] th, html[data-bgcolor=color_black] dt, html[data-bgcolor=color_black] dd, html[data-bgcolor=color_black] dl, html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] dt, html[data-bgcolor=color_black] caption, html[data-bgcolor=color_black] section, html[data-bgcolor=color_black] span, html[data-bgcolor=color_black] header, html[data-bgcolor=color_black] footer, html[data-bgcolor=color_black] nav {
  background-color: #000 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}
html[data-bgcolor=color_black] a {
  background-color: #000 !important;
  color: #FFFF00 !important;
}
html[data-bgcolor=color_black] a:visited {
  color: #f5c77b !important;
}
html[data-bgcolor=color_black] a:hover {
  color: #f5c77b !important;
}
html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] h3, html[data-bgcolor=color_black] h4, html[data-bgcolor=color_black] h5, html[data-bgcolor=color_black] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}
html[data-bgcolor=color_black] h5 {
  padding: 10px 0px;
}
html[data-bgcolor=color_black] .wysiwyg .text_ {
  color: #ffdbea !important;
}
html[data-bgcolor=color_black] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}
html[data-bgcolor=color_black] #pdf-download {
  color: #333 !important;
}
html[data-bgcolor=color_black] #header-logo img, html[data-bgcolor=color_black] #sp-header-logo img,
html[data-bgcolor=color_black] #header-subnav .list li a,
html[data-bgcolor=color_black] #header-size .title img,
html[data-bgcolor=color_black] #header-color .title img,
html[data-bgcolor=color_black] header .header-subnav-in li img,
html[data-bgcolor=color_black] #footer-logo img,
html[data-bgcolor=color_black] #footer-character img {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .side-nav-list {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] .side-nav-list li span {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] #keyword-area {
  background: transparent !important;
}
html[data-bgcolor=color_black] .toiawase .title, html[data-bgcolor=color_black] .toiawase .in {
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .toiawase .in {
  border-top: none;
}
html[data-bgcolor=color_black] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor=color_black] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .gsst_a .gscb_a {
  color: inherit !important;
}
html[data-bgcolor=color_black] {
  /* よくあるご質問詳細ページ */
}
html[data-bgcolor=color_black] .faq-answer-area {
  background-image: url(../img_sub/v3.2/h2_faq_title_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] {
  /* よくあるご質問詳細ページ 0009_2 */
}
html[data-bgcolor=color_black] .faq-block .faq-q-title::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .faq-block .faq-answer-area {
  background-image: none !important;
  background-color: inherit !important;
}
html[data-bgcolor=color_black] #pankuzu .in {
  background-image: url(../img_sub/v3.2/pankuzu_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] #ashiato .in {
  background-image: url(../img_sub/v3.2/ashiato_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .anchor ul li a::after, html[data-bgcolor=color_black] .detail a::after, html[data-bgcolor=color_black] .page a::after, html[data-bgcolor=color_black] .dir a::after,
html[data-bgcolor=color_black] .link-item .icon1::after, html[data-bgcolor=color_black] .link-item .icon2::after,
html[data-bgcolor=color_black] #side-nav .side-nav-list li a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .page a, html[data-bgcolor=color_black] .dir a, html[data-bgcolor=color_black] .table td, html[data-bgcolor=color_black] .table th {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .toiawase .mail a {
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_black] .toiawase .mail a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] #side-nav .side-nav-list {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .attend-container {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .attend-container .attend-list li a::before {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=radio] {
  border-color: #fff;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=radio]:checked:before {
  background: #fff;
}
html[data-bgcolor=color_black] .simple-enquete form .item::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=submit] {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .event-search-area .box2 label::after, html[data-bgcolor=color_black] .event-search-area .event-search-term label::after, html[data-bgcolor=color_black] .recruit-event-search-area .box2 label::after, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term label::after {
  border-right: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
}
html[data-bgcolor=color_black] .event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .event-search-area .event-search-term input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::before {
  background: #fff !important;
  border: 1px solid #231815;
}
html[data-bgcolor=color_black] .event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .event-search-area .event-search-term input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::after {
  opacity: 1;
  background: #fff !important;
}
html[data-bgcolor=color_black] .scroll-hint-icon-wrap {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] .scroll-hint-icon-wrap .scroll-hint-icon-white::before, html[data-bgcolor=color_black] .scroll-hint-icon-wrap .scroll-hint-icon-white::after {
  filter: invert(1);
}
html[data-bgcolor=color_black] .header-support-list-item a, html[data-bgcolor=color_black] .header-support-list-item span,
html[data-bgcolor=color_black] .page-search-about a, html[data-bgcolor=color_black] .page-search-about span,
html[data-bgcolor=color_black] .header-support-box-buttons a, html[data-bgcolor=color_black] .header-support-box-buttons span,
html[data-bgcolor=color_black] .tsutaeru .list a, html[data-bgcolor=color_black] .tsutaeru .list span {
  color: #FFFF00 !important;
}
html[data-bgcolor=color_black] .header-support-box-buttons button,
html[data-bgcolor=color_black] #sp-header .modal-search .tsutaeru .speach button {
  background: transparent !important;
}
html[data-bgcolor=color_black] .top-news .ranking li a::before {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] .icon-heart:before, html[data-bgcolor=color_black] .icon-handshake:before, html[data-bgcolor=color_black] .icon-pen:before, html[data-bgcolor=color_black] .icon-speaker:before,
html[data-bgcolor=color_black] .top-life-event-list .item img, html[data-bgcolor=color_black] .footer-heading-population-item-icon img,
html[data-bgcolor=color_black] #sp-header > .box #sp-header-nav .menu-btn-area > li a::before,
html[data-bgcolor=color_black] .splide .splide__arrow--prev, html[data-bgcolor=color_black] .splide .splide__arrow--next {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .inquiry-area .inquiry-table > tbody > tr {
  background-color: transparent !important;
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_black] .inquiry-area .inquiry-table td strong.hissu {
  color: #fff !important;
}
html[data-bgcolor=color_black] .input-btn-area input {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

html[data-bgcolor=color_blue] body, html[data-bgcolor=color_blue] p, html[data-bgcolor=color_blue] div, html[data-bgcolor=color_blue] table, html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] h3, html[data-bgcolor=color_blue] h4, html[data-bgcolor=color_blue] h5, html[data-bgcolor=color_blue] h6, html[data-bgcolor=color_blue] ul, html[data-bgcolor=color_blue] ol, html[data-bgcolor=color_blue] li, html[data-bgcolor=color_blue] td, html[data-bgcolor=color_blue] th, html[data-bgcolor=color_blue] dt, html[data-bgcolor=color_blue] dd, html[data-bgcolor=color_blue] dl, html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] dt, html[data-bgcolor=color_blue] caption, html[data-bgcolor=color_blue] section, html[data-bgcolor=color_blue] span, html[data-bgcolor=color_blue] header, html[data-bgcolor=color_blue] footer, html[data-bgcolor=color_blue] nav {
  background-color: #005795 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}
html[data-bgcolor=color_blue] a {
  background-color: #005795 !important;
  color: #FFFF00 !important;
}
html[data-bgcolor=color_blue] a:visited {
  color: #f5c77b !important;
}
html[data-bgcolor=color_blue] a:hover {
  color: #f5c77b !important;
}
html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] h3, html[data-bgcolor=color_blue] h4, html[data-bgcolor=color_blue] h5, html[data-bgcolor=color_blue] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}
html[data-bgcolor=color_blue] h5 {
  padding: 10px 0px;
}
html[data-bgcolor=color_blue] .wysiwyg .text_ {
  color: #ffdbea !important;
}
html[data-bgcolor=color_blue] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}
html[data-bgcolor=color_blue] #pdf-download {
  color: #333 !important;
}
html[data-bgcolor=color_blue] #header-logo img, html[data-bgcolor=color_blue] #sp-header-logo img,
html[data-bgcolor=color_blue] #header-subnav .list li a,
html[data-bgcolor=color_blue] #header-size .title img,
html[data-bgcolor=color_blue] #header-color .title img,
html[data-bgcolor=color_blue] header .header-subnav-in li img,
html[data-bgcolor=color_blue] #footer-logo img,
html[data-bgcolor=color_blue] #footer-character img {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .side-nav-list {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] .side-nav-list li span {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] #keyword-area {
  background: transparent !important;
}
html[data-bgcolor=color_blue] .toiawase .title, html[data-bgcolor=color_blue] .toiawase .in {
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .toiawase .in {
  border-top: none;
}
html[data-bgcolor=color_blue] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor=color_blue] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .gsst_a .gscb_a {
  color: inherit !important;
}
html[data-bgcolor=color_blue] {
  /* よくあるご質問詳細ページ */
}
html[data-bgcolor=color_blue] .faq-answer-area {
  background-image: url(../img_sub/v3.2/h2_faq_title_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] {
  /* よくあるご質問詳細ページ 0009_2 */
}
html[data-bgcolor=color_blue] .faq-block .faq-q-title::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .faq-block .faq-answer-area {
  background-image: none !important;
  background-color: inherit !important;
}
html[data-bgcolor=color_blue] #pankuzu .in {
  background-image: url(../img_sub/v3.2/pankuzu_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] #ashiato .in {
  background-image: url(../img_sub/v3.2/ashiato_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .anchor ul li a::after, html[data-bgcolor=color_blue] .detail a::after, html[data-bgcolor=color_blue] .page a::after, html[data-bgcolor=color_blue] .dir a::after,
html[data-bgcolor=color_blue] .link-item .icon1::after, html[data-bgcolor=color_blue] .link-item .icon2::after,
html[data-bgcolor=color_blue] #side-nav .side-nav-list li a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .page a, html[data-bgcolor=color_blue] .dir a, html[data-bgcolor=color_blue] .table td, html[data-bgcolor=color_blue] .table th {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .toiawase .mail a {
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_blue] .toiawase .mail a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] #side-nav .side-nav-list {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .attend-container {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .attend-container .attend-list li a::before {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=radio] {
  border-color: #fff;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=radio]:checked:before {
  background: #fff;
}
html[data-bgcolor=color_blue] .simple-enquete form .item::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=submit] {
  background-color: #005795 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .event-search-area .box2 label::after, html[data-bgcolor=color_blue] .event-search-area .event-search-term label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term label::after {
  border-right: 2px solid #005795 !important;
  border-bottom: 2px solid #005795 !important;
}
html[data-bgcolor=color_blue] .event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .event-search-area .event-search-term input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::before {
  background: #fff !important;
  border: 1px solid #231815;
}
html[data-bgcolor=color_blue] .event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .event-search-area .event-search-term input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::after {
  opacity: 1;
  background: #fff !important;
}
html[data-bgcolor=color_blue] .scroll-hint-icon-wrap {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] .scroll-hint-icon-wrap .scroll-hint-icon-white::before, html[data-bgcolor=color_blue] .scroll-hint-icon-wrap .scroll-hint-icon-white::after {
  filter: invert(1);
}
html[data-bgcolor=color_blue] .header-support-list-item a, html[data-bgcolor=color_blue] .header-support-list-item span,
html[data-bgcolor=color_blue] .page-search-about a, html[data-bgcolor=color_blue] .page-search-about span,
html[data-bgcolor=color_blue] .header-support-box-buttons a, html[data-bgcolor=color_blue] .header-support-box-buttons span,
html[data-bgcolor=color_blue] .tsutaeru .list a, html[data-bgcolor=color_blue] .tsutaeru .list span {
  color: #FFFF00 !important;
}
html[data-bgcolor=color_blue] .header-support-box-buttons button,
html[data-bgcolor=color_blue] #sp-header .modal-search .tsutaeru .speach button {
  background: transparent !important;
}
html[data-bgcolor=color_blue] .top-news .ranking li a::before {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] .icon-heart:before, html[data-bgcolor=color_blue] .icon-handshake:before, html[data-bgcolor=color_blue] .icon-pen:before, html[data-bgcolor=color_blue] .icon-speaker:before,
html[data-bgcolor=color_blue] .top-life-event-list .item img, html[data-bgcolor=color_blue] .footer-heading-population-item-icon img,
html[data-bgcolor=color_blue] #sp-header > .box #sp-header-nav .menu-btn-area > li a::before,
html[data-bgcolor=color_blue] .splide .splide__arrow--prev, html[data-bgcolor=color_blue] .splide .splide__arrow--next {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .inquiry-area .inquiry-table > tbody > tr {
  background-color: transparent !important;
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_blue] .inquiry-area .inquiry-table td strong.hissu {
  color: #fff !important;
}
html[data-bgcolor=color_blue] .input-btn-area input {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}