@charset "UTF-8";
/* pattern-responsive */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  background: #fffacc;
  color: #333;
  font-size: 160%;
  box-sizing: border-box;
  padding: 11px 10px 11px 40px;
  position: relative;
}

h2.head-title::before, .wysiwyg h2::before, .free-layout-area h2::before {
  background-color: #ffe700;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 18px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h2.head-title a {
  color: inherit;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  border-bottom: 4px solid #ffe700;
  color: #333;
  font-size: 150%;
  box-sizing: border-box;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 8px 15px 7px 15px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  border-bottom: 4px solid #ffe700;
  font-size: 140%;
  padding: 10px 15px 6px;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 125%;
  margin-top: 20px;
  display: block;
  padding: 0 0 5px 15px;
  line-height: 1.2;
  border-left: 3px solid #ffe700;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 110%;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-top: 20px;
  line-height: 1.2;
}

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;
  padding-left: 10px;
  padding-right: 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 #bfbfbf;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #ffe700;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

em, strong, b {
  font-style: normal;
  font-weight: bold;
}

.text_ {
  color: #c00;
}

.text2_ {
  color: #00c;
}

b.text2_ {
  font-weight: normal;
}

.cke_panel_list em, .cke_panel_list strong, .cke_panel_list b {
  font-style: normal;
  font-weight: bold;
}

.cke_panel_list .text_ {
  color: #c00;
}

.cke_panel_list .text2_ {
  color: #00c;
}

.cke_panel_list b.text2_ {
  font-weight: normal;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.75rem;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #264073;
  text-decoration: underline;
}

a:visited {
  color: #264073;
  text-decoration: underline;
}

a:hover {
  color: #2d5f92;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: inherit;
  color: #264073;
}

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: #ffe700;
  text-align: center;
}

.scheme2 {
  border: 1px solid #ffe700;
  text-align: center;
}

.scheme3 {
  background-color: #333333;
  text-align: center;
}

.scheme4 {
  background-color: #ffe700;
  text-align: center;
}

.scheme5 {
  border: 1px solid #ffe700;
  text-align: center;
}

.scheme6 {
  background-color: #333333;
  text-align: center;
}

.scheme7 {
  background-color: #ffe700;
  text-align: center;
}

.scheme8 {
  background-color: #ffe700;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #fffacc;
  text-align: center;
}

.scheme10 {
  background-color: #333333;
  text-align: center;
}

.scheme11 {
  background-color: #ffe700;
  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.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
@media print, screen and (min-width: 769px) {
  form.gsc-search-box {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  form.gsc-search-box {
    width: 100% !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border: 1px solid #000 !important;
    border-radius: 5px 0px 0px 5px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border: 2px solid #000 !important;
    border-radius: 5px 0px 0px 5px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 28px;
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 63px;
    font-size: 1.7rem !important;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 28px;
    padding-left: 0 !important;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 30px;
    }
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 63px;
    padding-left: 0 !important;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 67px;
    }
  }
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #000 !important;
    width: 44px !important;
    border: 1px solid #000 !important;
    border-radius: 0px 5px 5px 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #000 !important;
    width: 100px !important;
    border: 1px solid #000 !important;
    border-radius: 0px 5px 5px 0px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 13px !important;
    height: 13px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 26px !important;
    height: 26px !important;
  }
}

.dummy-search-area {
  box-sizing: border-box;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .dummy-search-area {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search-area {
    width: 100%;
  }
}

.dummy-search {
  box-sizing: border-box;
  padding: 10px 0 10px 13px;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .dummy-search {
    border: 1px solid #000;
    height: 30px;
    width: calc(100% - 44px);
    border-radius: 5px 0px 0px 5px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search {
    border: 2px solid #000;
    height: 65px;
    width: calc(100% - 100px);
    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: #000;
    flex-basis: 44px;
    width: 44px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 0px 5px 5px 0px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search-btn {
    background-color: #000;
    flex-basis: 100px;
    width: 100px;
    height: 65px;
    border: 1px solid #000;
    border-radius: 0px 5px 5px 0px;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .dummy-search-btn svg {
    width: 13px;
    height: 13px;
    fill: #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search-btn svg {
    width: 26px;
    height: 26px;
    fill: #ffffff;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #fffacc;
  border: 6px solid #ffe700;
  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: #333;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: 0;
  content: '';
  left: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

@media print {
  body {
    zoom: 1;
  }
}

#header, #footer, #side-nav {
  overflow-wrap: anywhere;
}

.gsst_a .gscb_a {
  color: #333 !important;
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1200px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
    z-index: 140;
    background-color: #fff;
  }
  #header {
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header .header-subnav-area {
    width: 100%;
    position: relative;
    padding-bottom: 48px;
  }
  #header .header-subnav-area #header-logo {
    padding-top: 10px;
  }
  #header .header-subnav-area #header-logo a {
    display: inline-block;
  }
  #header .header-subnav-area #header-logo a:hover {
    opacity: .85;
  }
  #header .header-subnav-area #header-logo img {
    width: 364px;
    height: auto;
  }
  #header .header-subnav-area .pc-menu-btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  #header .header-subnav-area .pc-menu-btn a {
    display: inline-block;
    text-align: center;
    min-width: 120px;
    min-height: 120px;
    padding-top: 77px;
    box-sizing: border-box;
    background: url(../img_common/ham.png) no-repeat top 25px center;
    background-color: #ffe700;
    color: #333;
    font-size: 1.1875rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0 0 0 20px;
  }
  #header .header-subnav-area .pc-menu-btn a:hover {
    text-decoration: underline;
  }
  #header .header-subnav-area .pc-menu-btn a:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
    margin: 3px;
    border: 1px solid;
  }
  #header .header-subnav-area .pc-menu-btn.is-open a {
    background-image: url(../img_common/close.png);
  }
  #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;
    font-size: 0;
    padding: 0;
    vertical-align: bottom;
  }
  #header .header-subnav-area .header-size button:focus-visible, #header .header-subnav-area .header-color button:focus-visible {
    margin: 0 2px;
    outline: 2px solid #333;
    outline-offset: -2px;
    border: 3px solid #fff;
  }
  #header .header-subnav-area .header-size .title, #header .header-subnav-area .header-color .title {
    font-size: 1rem;
    font-weight: bold;
    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 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: .85;
  }
  #header .header-subnav-area .header-size dd {
    border: 1px solid #fff;
  }
  #header .header-subnav-area .header-size dd img {
    height: 30px;
  }
  #header .header-subnav-area .header-color dd + dd {
    margin-left: 5px;
  }
  #header .header-subnav-area .header-color dd img {
    height: 32px;
  }
  #header .header-subnav-area .header-lang-wrapper .lang-error {
    color: #ee0000;
  }
  #header .header-subnav-area .header-lang {
    display: flex;
    max-width: 300px;
    flex-wrap: wrap;
    margin-top: 22px;
  }
  #header .header-subnav-area .header-lang .lang-select {
    padding: 8px 84px 7px 32px;
    border: solid 1px #000;
    border-radius: 4px 0 0 4px;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    font-size: 0.8125rem;
    background: url(../img_common/icon_lang.png) no-repeat left 8px center/17px, url(../img_common/arrow_lang.png) no-repeat right 8px center/12px #fff;
  }
  #header .header-subnav-area .header-lang .btn-lang-select {
    color: #fff;
    min-height: 30px;
    padding: 3px 10px;
    border-radius: 0 4px 4px 0;
    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: .85;
  }
  #header .header-subnav-area .header-lang .btn-lang-select:focus-visible {
    border: solid 1px #fff !important;
    margin-left: 1px;
    outline: 1px solid #333;
    outline-offset: 0px;
  }
  #header .header-subnav-area .header-page-number-search #number-search-container *, #header .header-subnav-area .header-page-number-search #number-search-container *::before, #header .header-subnav-area .header-page-number-search #number-search-container *::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container *, #header .header-subnav-area .header-page-number-search #sp-number-search-container *::before, #header .header-subnav-area .header-page-number-search #sp-number-search-container *::after {
    box-sizing: border-box;
  }
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap {
    display: flex;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap {
    width: 100%;
    gap: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap {
    width: 100%;
    gap: 0;
  }
}

@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap label {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
  }
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 44px);
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 100px);
  }
}

@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 44px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 100px;
  }
}

@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap input[type="text"], #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap input[type="text"] {
    width: 100%;
    padding: 10px 0 10px 13px;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap input[type="text"], #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap input[type="text"] {
    border: 1px solid #000;
    border-radius: 5px 0px 0px 5px;
    height: 30px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap input[type="text"], #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap input[type="text"] {
    border: 2px solid #000;
    border-radius: 5px 0px 0px 5px;
    height: 65px;
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 1px solid #000;
    border-radius: 0px 5px 5px 0px;
    background-color: #000;
    width: 44px;
    height: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 1px solid #000;
    border-radius: 0px 5px 5px 0px;
    background-color: #000;
    width: 100px;
    height: 65px;
  }
}

@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    clip-path: polygon(21.69% 24.41%, 20.35% 26.06%, 19.18% 27.87%, 18.12% 29.9%, 17.39% 31.94%, 16.85% 34.07%, 16.48% 36.48%, 16.46% 39.04%, 16.69% 41.55%, 17.14% 43.85%, 17.72% 45.78%, 18.57% 47.98%, 19.59% 49.91%, 20.76% 51.74%, 22.03% 53.36%, 23.36% 54.85%, 25.08% 56.37%, 26.93% 57.75%, 28.81% 58.84%, 30.74% 59.72%, 33.07% 60.33%, 35.1% 60.7%, 37.38% 60.92%, 39.37% 60.93%, 41.98% 60.66%, 44.52% 60.17%, 46.66% 59.48%, 48.31% 58.76%, 50.1% 57.78%, 51.58% 56.77%, 52.95% 55.68%, 53.79% 54.88%, 54.34% 54.34%, 94.61% 94.61%, 89.9% 99%, 62.61% 72.02%, 62.61% 66.88%, 61.76% 66.05%, 59.89% 67.58%, 57.49% 69.21%, 55.34% 70.42%, 52.57% 71.91%, 49.77% 72.84%, 47.16% 73.61%, 43.77% 74.17%, 40.36% 74.48%, 36.79% 74.47%, 33.89% 74.24%, 30.69% 73.66%, 27.25% 72.79%, 23.53% 71.39%, 19.93% 69.42%, 16.93% 67.46%, 13.57% 64.57%, 10.52% 61.3%, 8.12% 58.07%, 6.24% 54.71%, 4.72% 51.31%, 3.72% 47.79%, 3.11% 44.85%, 2.69% 41.66%, 2.6% 38.44%, 2.68% 36.45%, 2.8% 34.73%, 3.04% 32.91%, 3.32% 31.43%, 3.63% 29.82%, 3.96% 28.4%, 4.47% 26.91%, 4.93% 25.43%, 5.72% 23.7%, 6.43% 22.1%, 7.78% 19.8%, 9.14% 17.79%, 10.71% 15.76%, 12.37% 13.93%, 13.93% 12.37%, 15.76% 10.71%, 17.79% 9.14%, 19.8% 7.78%, 22.1% 6.43%, 23.7% 5.72%, 25.43% 4.93%, 26.91% 4.47%, 28.4% 3.96%, 29.82% 3.63%, 31.43% 3.32%, 32.91% 3.04%, 34.73% 2.8%, 36.45% 2.68%, 38.44% 2.6%, 41.66% 2.69%, 44.85% 3.11%, 47.79% 3.72%, 51.31% 4.72%, 54.71% 6.24%, 58.07% 8.12%, 61.3% 10.52%, 64.57% 13.57%, 67.46% 16.93%, 69.42% 19.93%, 71.39% 23.53%, 72.79% 27.25%, 73.66% 30.69%, 74.24% 33.89%, 74.47% 36.79%, 74.48% 40.36%, 74.17% 43.77%, 73.61% 47.16%, 72.84% 49.77%, 71.91% 52.57%, 70.42% 55.34%, 69.21% 57.49%, 67.58% 59.89%, 66.05% 61.76%, 66.88% 62.61%, 72.02% 62.61%, 99% 89.9%, 94.61% 94.61%, 54.34% 54.34%, 54.88% 53.79%, 55.68% 52.95%, 56.77% 51.58%, 57.78% 50.1%, 58.76% 48.31%, 59.48% 46.66%, 60.17% 44.52%, 60.66% 41.98%, 60.93% 39.37%, 60.92% 37.38%, 60.7% 35.1%, 60.33% 33.07%, 59.72% 30.74%, 58.84% 28.81%, 57.75% 26.93%, 56.37% 25.08%, 54.85% 23.36%, 53.36% 22.03%, 51.74% 20.76%, 49.91% 19.59%, 47.98% 18.57%, 45.78% 17.72%, 43.85% 17.14%, 41.55% 16.69%, 39.04% 16.46%, 36.48% 16.48%, 34.07% 16.85%, 31.94% 17.39%, 29.9% 18.12%, 27.87% 19.18%, 26.06% 20.35%, 24.41% 21.69%);
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 13px;
    height: 13px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 26px;
    height: 26px;
  }
}

@media print, screen and (min-width: 769px) {
  #header #header-nav {
    padding: 10px 0;
    background: #ccc;
  }
  #header #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header #header-nav .list > li {
    float: left;
    width: 141px;
    margin-left: 2px;
    background: #333;
    text-align: center;
  }
  #header #header-nav .list > li:first-child {
    width: 142px;
    margin-left: 0;
  }
  #header #header-nav .list > li a {
    display: block;
    padding: 10px 0 9px 0;
    color: #fff;
    text-decoration: none;
  }
  #header .header-subnav-area .pc-modal-bg {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 98;
  }
  #header .header-subnav-area .pc-modal {
    display: none;
    background-color: #ffe700;
    border-radius: 0 0 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
  }
  #header .header-subnav-area .pc-modal .in {
    padding: 70px 140px 70px 40px;
  }
  #header .header-subnav-area .pc-modal .in .link-list {
    padding-inline: 25px;
    margin-bottom: 40px;
  }
  #header .header-subnav-area .pc-modal .in .link-list .item {
    border-top: 2px solid #fff;
    padding: 24px 108px 22px 19px;
  }
  #header .header-subnav-area .pc-modal .in .link-list .item:last-of-type {
    border-bottom: 2px solid #fff;
  }
  #header .header-subnav-area .pc-modal .in .link-list .item a {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
  }
  #header .header-subnav-area .pc-modal .in .link-list .item a:hover {
    text-decoration: underline;
  }
  #header .header-subnav-area .pc-modal .in .box {
    min-width: 500px;
    padding: 24px 10px 31px 33px;
    background-color: #fff;
    border-radius: 10px;
  }
  #header .header-subnav-area .pc-modal .in .box .box-support {
    display: flex;
    gap: 29px;
  }
  #header .header-subnav-area .pc-modal .in .pc-modal-close {
    margin-top: 30px;
    text-align: center;
  }
  #header .header-subnav-area .pc-modal .in .pc-modal-close a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    min-width: 280px;
    padding-block: 18px 19px;
    padding-inline: 5px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: calc(1px/0);
    font-size: 1rem;
    font-weight: bolder;
    color: #333;
    text-decoration: none;
  }
  #header .header-subnav-area .pc-modal .in .pc-modal-close a:hover {
    text-decoration: underline;
  }
  #header .header-subnav-area .pc-modal .in .pc-modal-close a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img_common/close.png) no-repeat center/16px;
  }
  #header .header-subnav-area .box {
    box-sizing: border-box;
  }
  #header .header-subnav-area .box .unit, #header .header-subnav-area .box .unit2, #header .header-subnav-area .box #header-size, #header .header-subnav-area .box #header-color {
    display: table;
    float: left;
    height: 27px;
  }
  #header .header-subnav-area .box .unit li, #header .header-subnav-area .box .unit dt, #header .header-subnav-area .box .unit dd, #header .header-subnav-area .box .unit2 li, #header .header-subnav-area .box .unit2 dt, #header .header-subnav-area .box .unit2 dd, #header .header-subnav-area .box #header-size li, #header .header-subnav-area .box #header-size dt, #header .header-subnav-area .box #header-size dd, #header .header-subnav-area .box #header-color li, #header .header-subnav-area .box #header-color dt, #header .header-subnav-area .box #header-color dd {
    display: table-cell;
  }
  #header .header-subnav-area .box .unit li img, #header .header-subnav-area .box .unit dt img, #header .header-subnav-area .box .unit dd img, #header .header-subnav-area .box .unit2 li img, #header .header-subnav-area .box .unit2 dt img, #header .header-subnav-area .box .unit2 dd img, #header .header-subnav-area .box #header-size li img, #header .header-subnav-area .box #header-size dt img, #header .header-subnav-area .box #header-size dd img, #header .header-subnav-area .box #header-color li img, #header .header-subnav-area .box #header-color dt img, #header .header-subnav-area .box #header-color dd img {
    vertical-align: middle;
  }
  #header .header-subnav-area .box #header-size button, #header .header-subnav-area .box #header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
  }
  #header .header-subnav-area .box #header-size .title, #header .header-subnav-area .box #header-color .title {
    padding-right: 7px;
    font-weight: bold;
    vertical-align: middle;
  }
  #header .header-subnav-area .box #header-size dd img, #header .header-subnav-area .box #header-color dd img {
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  #sp-header {
    position: relative;
    width: 100%;
    padding-bottom: 29px;
  }
  #sp-header > .box #sp-header-logo {
    width: 437px;
    padding-top: 10px;
  }
  #sp-header > .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header > .box #sp-header-nav {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    background: none;
  }
  #sp-header > .box #sp-header-nav .menu-btn-menu {
    position: relative;
    z-index: 100;
  }
  #sp-header > .box #sp-header-nav .menu-btn-menu a {
    display: inline-block;
    min-width: 120px;
    min-height: 120px;
    padding-top: 68px;
    border-radius: 0 0 0 20px;
    box-sizing: border-box;
    text-align: center;
    background: url(../img_common/ham.png) no-repeat top 25px center;
    background-color: #ffe700;
    font-size: 1.1875rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
  }
  #sp-header > .box #sp-header-nav .menu-btn-menu.is-open a {
    background-image: url(../img_common/close.png);
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: transparent;
    z-index: 9;
  }
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: #ffe700;
  }
  #sp-header .modal-menu .in {
    padding: 160px 50px 58px;
    box-sizing: border-box;
  }
  #sp-header .modal-menu .link-list .item {
    border-top: 4px solid #fff;
    padding: 22px 18px 25px;
  }
  #sp-header .modal-menu .link-list .item:last-of-type {
    border-bottom: 4px solid #fff;
  }
  #sp-header .modal-menu .link-list .item a {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
  }
  #sp-header .modal-menu .box {
    margin-top: 60px;
    padding: 29px 35px 50px;
    background-color: #fff;
    border-radius: 10px;
  }
  #sp-header .modal-menu .header-lang-wrapper .lang-error {
    background-color: #fff;
    color: #ee0000;
    width: 100%;
  }
  #sp-header .modal-menu .header-lang {
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
    border-radius: 6px;
  }
  #sp-header .modal-menu .header-lang .lang-select {
    flex: 1;
    padding: 15px 30px 15px 65px;
    border: 0;
    background: #fff;
    font-size: 100%;
    color: #333;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    border: solid 2px #000;
    background: url(../img_common/icon_lang.png) no-repeat left 17px center, url(../img_common/arrow_lang.png) no-repeat right 10px center #fff;
  }
  #sp-header .modal-menu .header-lang .btn-lang-select {
    color: #fff;
    padding: 15px 20px;
    background: #000;
    font-size: 100%;
    line-height: 1;
    cursor: pointer;
    border: solid 2px #000;
  }
  #sp-header .modal-menu .go-to-pc {
    text-align: center;
    margin-top: 60px;
  }
  #sp-header .modal-menu .go-to-pc a {
    display: inline-block;
    min-width: 520px;
    padding: 22px 0 22px 213px;
    box-sizing: border-box;
    background: url(../img_common/pc.png) no-repeat left 142px center;
    background-color: #fff;
    border-radius: calc(1px/0);
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
  }
  #sp-header .modal-menu .modal-menu-close {
    text-align: center;
    margin-top: 40px;
  }
  #sp-header .modal-menu .modal-menu-close a {
    display: inline-block;
    min-width: 520px;
    padding: 22px 0 22px 155px;
    box-sizing: border-box;
    background: url(../img_common/close.png) no-repeat left 106px center;
    background-color: #fff;
    border-radius: calc(1px/0);
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
  }
  #sp-header .support-block {
    margin-top: 20px;
  }
  #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  #sp-header .support-block .support-list {
    background: #e1e1e1;
    border-radius: 10px;
    box-sizing: border-box;
    margin: auto;
    padding: 30px 100px;
    width: 700px;
  }
  #sp-header .support-block .support-list li + li {
    margin-top: 20px;
  }
  #sp-header .support-block .header-size,
  #sp-header .support-block .header-color {
    display: flex;
    align-items: center;
  }
  #sp-header .support-block .header-size dl,
  #sp-header .support-block .header-color dl {
    align-items: center;
    display: flex;
  }
  #sp-header .support-block .header-size dt,
  #sp-header .support-block .header-color dt {
    flex-shrink: 0;
    margin-right: 20px;
  }
  #sp-header .support-block .header-size dd,
  #sp-header .support-block .header-color dd {
    font-size: 0;
  }
  #sp-header .support-block .header-size dd + dd,
  #sp-header .support-block .header-color dd + dd {
    margin-left: 3px;
  }
  #sp-header .support-block .header-size dd img {
    height: 60px;
  }
  #sp-header .support-block .header-color {
    margin-top: 30px;
  }
  #sp-header .support-block .header-color dd img {
    height: 68px;
  }
  #sp-header .header-page-number-search {
    width: 100%;
  }
  #sp-header .header-page-number-search #number-search-container *, #sp-header .header-page-number-search #number-search-container *::before, #sp-header .header-page-number-search #number-search-container *::after, #sp-header .header-page-number-search #sp-number-search-container *, #sp-header .header-page-number-search #sp-number-search-container *::before, #sp-header .header-page-number-search #sp-number-search-container *::after {
    box-sizing: border-box;
  }
  #sp-header .header-page-number-search #number-search-container .input-wrap, #sp-header .header-page-number-search #sp-number-search-container .input-wrap {
    display: flex;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap, #sp-header .header-page-number-search #sp-number-search-container .input-wrap {
    width: 100%;
    gap: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap, #sp-header .header-page-number-search #sp-number-search-container .input-wrap {
    width: 100%;
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap label {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
  }
  #sp-header .header-page-number-search #number-search-container .input-wrap .number-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap .number-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 44px);
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap .number-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 44px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap input[type="text"], #sp-header .header-page-number-search #sp-number-search-container .input-wrap input[type="text"] {
    width: 100%;
    padding: 10px 0 10px 13px;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap input[type="text"], #sp-header .header-page-number-search #sp-number-search-container .input-wrap input[type="text"] {
    border: 1px solid #000;
    border-radius: 5px 0px 0px 5px;
    height: 30px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap input[type="text"], #sp-header .header-page-number-search #sp-number-search-container .input-wrap input[type="text"] {
    border: 2px solid #000;
    border-radius: 5px 0px 0px 5px;
    height: 65px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap button, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap button, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 1px solid #000;
    border-radius: 0px 5px 5px 0px;
    background-color: #000;
    width: 44px;
    height: 30px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap button, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 1px solid #000;
    border-radius: 0px 5px 5px 0px;
    background-color: #000;
    width: 100px;
    height: 65px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap button::after, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    clip-path: polygon(21.69% 24.41%, 20.35% 26.06%, 19.18% 27.87%, 18.12% 29.9%, 17.39% 31.94%, 16.85% 34.07%, 16.48% 36.48%, 16.46% 39.04%, 16.69% 41.55%, 17.14% 43.85%, 17.72% 45.78%, 18.57% 47.98%, 19.59% 49.91%, 20.76% 51.74%, 22.03% 53.36%, 23.36% 54.85%, 25.08% 56.37%, 26.93% 57.75%, 28.81% 58.84%, 30.74% 59.72%, 33.07% 60.33%, 35.1% 60.7%, 37.38% 60.92%, 39.37% 60.93%, 41.98% 60.66%, 44.52% 60.17%, 46.66% 59.48%, 48.31% 58.76%, 50.1% 57.78%, 51.58% 56.77%, 52.95% 55.68%, 53.79% 54.88%, 54.34% 54.34%, 94.61% 94.61%, 89.9% 99%, 62.61% 72.02%, 62.61% 66.88%, 61.76% 66.05%, 59.89% 67.58%, 57.49% 69.21%, 55.34% 70.42%, 52.57% 71.91%, 49.77% 72.84%, 47.16% 73.61%, 43.77% 74.17%, 40.36% 74.48%, 36.79% 74.47%, 33.89% 74.24%, 30.69% 73.66%, 27.25% 72.79%, 23.53% 71.39%, 19.93% 69.42%, 16.93% 67.46%, 13.57% 64.57%, 10.52% 61.3%, 8.12% 58.07%, 6.24% 54.71%, 4.72% 51.31%, 3.72% 47.79%, 3.11% 44.85%, 2.69% 41.66%, 2.6% 38.44%, 2.68% 36.45%, 2.8% 34.73%, 3.04% 32.91%, 3.32% 31.43%, 3.63% 29.82%, 3.96% 28.4%, 4.47% 26.91%, 4.93% 25.43%, 5.72% 23.7%, 6.43% 22.1%, 7.78% 19.8%, 9.14% 17.79%, 10.71% 15.76%, 12.37% 13.93%, 13.93% 12.37%, 15.76% 10.71%, 17.79% 9.14%, 19.8% 7.78%, 22.1% 6.43%, 23.7% 5.72%, 25.43% 4.93%, 26.91% 4.47%, 28.4% 3.96%, 29.82% 3.63%, 31.43% 3.32%, 32.91% 3.04%, 34.73% 2.8%, 36.45% 2.68%, 38.44% 2.6%, 41.66% 2.69%, 44.85% 3.11%, 47.79% 3.72%, 51.31% 4.72%, 54.71% 6.24%, 58.07% 8.12%, 61.3% 10.52%, 64.57% 13.57%, 67.46% 16.93%, 69.42% 19.93%, 71.39% 23.53%, 72.79% 27.25%, 73.66% 30.69%, 74.24% 33.89%, 74.47% 36.79%, 74.48% 40.36%, 74.17% 43.77%, 73.61% 47.16%, 72.84% 49.77%, 71.91% 52.57%, 70.42% 55.34%, 69.21% 57.49%, 67.58% 59.89%, 66.05% 61.76%, 66.88% 62.61%, 72.02% 62.61%, 99% 89.9%, 94.61% 94.61%, 54.34% 54.34%, 54.88% 53.79%, 55.68% 52.95%, 56.77% 51.58%, 57.78% 50.1%, 58.76% 48.31%, 59.48% 46.66%, 60.17% 44.52%, 60.66% 41.98%, 60.93% 39.37%, 60.92% 37.38%, 60.7% 35.1%, 60.33% 33.07%, 59.72% 30.74%, 58.84% 28.81%, 57.75% 26.93%, 56.37% 25.08%, 54.85% 23.36%, 53.36% 22.03%, 51.74% 20.76%, 49.91% 19.59%, 47.98% 18.57%, 45.78% 17.72%, 43.85% 17.14%, 41.55% 16.69%, 39.04% 16.46%, 36.48% 16.48%, 34.07% 16.85%, 31.94% 17.39%, 29.9% 18.12%, 27.87% 19.18%, 26.06% 20.35%, 24.41% 21.69%);
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap button::after, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 13px;
    height: 13px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap button::after, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 26px;
    height: 26px;
  }
}

@media screen and (max-width: 768px) and (max-width: 570px) {
  #sp-header .modal-search,
  #sp-header .modal-menu {
    top: 90px;
  }
  #sp-header .modal-menu .arrow {
    right: 6%;
  }
  #sp-header .modal-search .arrow {
    right: 24%;
  }
}

a:has(> img) {
  display: inline-block;
}

.slider a:focus, .slider a:focus-visible {
  outline: none;
  position: relative;
}

.slider a:focus::before, .slider a:focus-visible::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 6px;
  outline: 1px solid #fff;
  border: 2px solid #333;
}

@-moz-document url-prefix() {
  .p-topics-slider-list a:focus-visible, .p-topics-slider-list .item-nolink:focus-visible {
    margin: 0 !important;
    outline: 2px solid;
    outline-offset: -2px;
  }
}

#header-print {
  position: relative;
}

#header .header-subnav-area {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 0;
  z-index: 110;
}

#sp-header {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 0;
  z-index: 110;
}

footer {
  margin-top: 0 !important;
}

.s-9904 #container {
  background: url(../img_top/top_bg.png) no-repeat center bottom 0/100% 1250px;
}

.s-9904 .slide-controls button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  text-indent: -9999px;
  display: block;
  font-size: 0;
}

.s-9904 .slide-controls .bx-controls-auto {
  line-height: 0.5;
}

.s-9904 .slide-controls .bx-controls-auto .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: inline-block;
  position: relative;
  background-color: #ffe700;
  border-radius: 50%;
}

@media print, screen and (min-width: 769px) {
  .s-9904 .slide-controls .bx-controls-auto .bx-controls-auto-item button {
    border: 2px solid #fff;
    width: 44px;
    height: 44px;
  }
}

@media screen and (max-width: 768px) {
  .s-9904 .slide-controls .bx-controls-auto .bx-controls-auto-item button {
    border: 3px solid #fff;
    width: 80px;
    height: 80px;
  }
}

.s-9904 .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-start::before, .s-9904 .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-stop::before {
  content: "";
  position: absolute;
  background-color: #333;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.s-9904 .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-start::before {
  clip-path: polygon(95% 50%, 5% 0%, 5% 100%);
}

@media print, screen and (min-width: 769px) {
  .s-9904 .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-start::before {
    width: 8px;
    height: 14px;
    margin-left: 2px;
  }
}

@media screen and (max-width: 768px) {
  .s-9904 .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-start::before {
    width: 16px;
    height: 26px;
    margin-left: 2px;
  }
}

.s-9904 .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-stop::before {
  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%);
}

@media print, screen and (min-width: 769px) {
  .s-9904 .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-stop::before {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 768px) {
  .s-9904 .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-stop::before {
    width: 24px;
    height: 24px;
  }
}

.s-9904 .slide-controls .bx-controls-auto .bx-controls-auto-item button.active {
  display: none;
}

.c-width {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 768px) {
  .c-width {
    width: 700px;
  }
}

.p-mv {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .p-mv {
    min-height: 600px;
  }
}

.p-mv .p-mv-wrap .list li {
  overflow: hidden;
}

.p-mv .p-mv-wrap .list li a {
  display: block;
  width: 100%;
}

.p-mv .p-mv-wrap .list li img {
  width: 100%;
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  .p-mv .p-mv-wrap .list li img {
    height: 600px;
  }
}

.p-mv .p-mv-wrap .bx-wrapper {
  margin: 0 auto;
}

.p-mv .p-mv-wrap .bx-viewport .bx-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 3em;
}

.p-mv .p-mv-wrap .slide-controls {
  position: relative;
  margin: 0 auto;
  width: 1000px;
}

.p-mv .p-mv-wrap .slide-controls .slide-control-btn {
  position: absolute;
  bottom: 15px;
  z-index: 51;
}

@media print, screen and (min-width: 769px) {
  .p-mv .p-mv-wrap .slide-controls .bx-controls-auto .bx-controls-auto-item a {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}

.p-sp-mv {
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-sp-mv {
    min-height: 800px;
  }
}

.p-sp-mv .p-sp-mv-wrap .list li {
  overflow: hidden;
}

.p-sp-mv .p-sp-mv-wrap .list li a {
  display: block;
  width: 100%;
}

.p-sp-mv .p-sp-mv-wrap .list li img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-sp-mv .p-sp-mv-wrap .list li img {
    height: 800px;
  }
}

.p-sp-mv .p-sp-mv-wrap .bx-wrapper {
  margin: 0 auto;
}

.p-sp-mv .p-sp-mv-wrap .bx-viewport .bx-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 3em;
}

.p-sp-mv .p-sp-mv-wrap .slide-controls {
  position: absolute;
  margin: 0 auto;
  left: 25px;
  bottom: 15px;
  z-index: 51;
}

@media screen and (max-width: 768px) {
  .p-sp-mv .p-sp-mv-wrap .slide-controls .bx-controls-auto .bx-controls-auto-item a {
    width: 80px;
    height: 80px;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}

.p-textarea {
  padding-top: 85px;
  text-align: center;
  position: relative;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-textarea {
    padding-bottom: 40px;
    overflow: hidden;
  }
}

.p-textarea::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 216px;
  height: 403px;
  background: url(../img_top/textarea_bg_left.png) no-repeat;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-textarea::before {
    top: 65px;
    right: -35px;
  }
}

.p-textarea::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 228px;
  height: 366px;
  background: url(../img_top/textarea_bg_right.png) no-repeat;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-textarea::after {
    bottom: -40px;
    left: -80px;
  }
}

.p-textarea-title {
  padding-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-textarea-title {
    padding-bottom: 30px;
  }
}

.p-textarea-title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 6px;
  border-radius: 2px;
  background: #ffe700;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-textarea-title::before {
    width: 150px;
    height: 9px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-textarea-txt {
    margin-top: 30px;
    font-size: 130%;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .p-textarea-txt {
    margin: 35px auto 0;
    width: 620px;
    line-height: 1.4;
  }
}

.p-textarea-txt span {
  margin-top: 20px;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-textarea-txt span {
    margin-top: 30px;
  }
}

.p-image {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .p-image {
    margin-top: 100px;
    height: 600px;
    min-width: 1200px;
  }
  .p-image::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 100%;
    width: calc((100% - 1000px) / 2);
    background: #fffacc;
    z-index: -1;
    transform: translateY(-50%);
  }
  .p-image::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc((100% - 1180px) / 2);
    width: 60px;
    height: 600px;
    background: #fffacc;
    border-radius: 30px 0 0 30px;
    z-index: -1;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .p-image {
    margin-top: 40px;
    height: 840px;
  }
}

.p-image-wrap {
  margin: 0 auto;
}

.p-image-wrap::before {
  position: absolute;
  content: "";
  background: #fffacc;
  z-index: -1;
}

@media print, screen and (min-width: 769px) {
  .p-image-wrap::before {
    left: 50%;
    height: 600px;
    width: 1120px;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .p-image-wrap::before {
    right: 0;
    height: 840px;
    width: 725px;
    border-radius: 30px 0 0 30px;
  }
}

.p-image-wrap img {
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .p-image-wrap img:first-child {
    left: 0;
    bottom: 60px;
  }
  .p-image-wrap img:nth-child(2) {
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-image-wrap img:last-child {
    right: 0;
    bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-image-wrap img {
    height: auto;
    width: 417px;
  }
  .p-image-wrap img:first-child {
    left: 0;
    top: 40px;
  }
  .p-image-wrap img:nth-child(2) {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .p-image-wrap img:last-child {
    left: 60px;
    bottom: 30px;
  }
}

.p-about {
  position: relative;
  margin-top: 80px;
  padding-bottom: 130px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-about {
    overflow: hidden;
  }
}

.p-about::before {
  content: "";
  position: absolute;
  right: 150px;
  top: 20px;
  height: 111px;
  width: 223px;
  background: url(../img_top/about_treat_01.png) no-repeat;
}

@media screen and (max-width: 768px) {
  .p-about::before {
    right: -110px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-about::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 249px;
    width: 199px;
    background: url(../img_top/topics_right.png) no-repeat;
  }
}

.p-about-wrap {
  margin: 0 auto;
  padding: 55px 100px 50px;
  box-sizing: border-box;
  border-radius: 50px;
  background: #fffacc;
}

@media screen and (max-width: 768px) {
  .p-about-wrap {
    padding: 50px 25px;
  }
}

.p-about-text {
  margin-top: 20px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .p-about-text {
    margin-top: 30px;
  }
}

.p-about-link {
  margin-top: 25px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-about-link {
    margin-top: 30px;
  }
}

.p-about-link a {
  position: relative;
  display: block;
  padding: 30px;
  background: url(../img_top/white_arrow.png) no-repeat right 20px top 50%, #ffe700;
  border: 2px solid #fff;
  color: #333;
  font-size: 190%;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  transition: background-color .3s ease;
}

@media screen and (max-width: 768px) {
  .p-about-link a {
    padding: 30px 75px;
    background: url(../img_top/white_arrow.png) no-repeat right 20px top 50%/48px 36px, #ffe700;
    border: 5px solid #fff;
    font-size: 140%;
  }
}

.p-about-link a:hover {
  text-decoration: underline;
  background-color: #fff195;
  transition: background-color .3s ease;
  outline: 2px solid #fff;
}

.p-about-icon {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-about-icon {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0;
  }
}

.p-about-icon .icon-list {
  display: flex;
  justify-content: center;
  width: calc(100% /2);
  gap: 0 30px;
}

@media print, screen and (min-width: 769px) {
  .p-about-icon .icon-list img {
    height: 110px;
    width: 116px;
  }
}

@media screen and (max-width: 768px) {
  .p-about-icon .icon-list {
    align-items: center;
  }
}

.p-about-icon .icon-link {
  width: calc(100% /2);
}

@media screen and (max-width: 768px) {
  .p-about-icon .icon-link {
    width: 100%;
  }
}

.p-about-icon .icon-link a {
  display: block;
  padding: 15px;
  text-align: start;
  border-radius: 10px;
  border: 3px solid #ffe700;
  background: url(../img_top/yellow_arrow.png) no-repeat right 20px top 50%, #fff;
  text-decoration: none;
  color: #333;
  font-size: 140%;
  font-weight: bold;
  box-sizing: border-box;
  transition: background-color .3s ease;
}

@media screen and (max-width: 768px) {
  .p-about-icon .icon-link a {
    border: 5px solid #ffe700;
    background: url(../img_top/yellow_arrow.png) no-repeat right 20px top 50%/48px 36px, #fff;
    font-size: 115%;
    text-align: center;
  }
}

.p-about-icon .icon-link a:hover {
  text-decoration: underline;
  background-color: rgba(255, 231, 0, 0.15);
  transition: background-color .3s ease;
  outline: 2px solid #ffe700;
}

.p-topics-slider {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-topics-slider {
    position: relative;
  }
  .p-topics-slider::before {
    content: "";
    position: absolute;
    right: 0;
    top: -180px;
    height: 249px;
    width: 139px;
    background: url(../img_top/topics_right.png) no-repeat;
    z-index: -1;
  }
}

.p-topics-slider-wrap {
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-topics-slider-wrap {
    overflow: hidden;
    width: 750px !important;
  }
  .p-topics-slider-wrap .bx-wrapper {
    margin: 0 auto;
  }
}

.p-topics-slider-wrap .bx-viewport {
  width: 1000px !important;
  height: auto !important;
}

@media screen and (max-width: 768px) {
  .p-topics-slider-wrap .bx-viewport {
    margin: 0 auto;
    width: 700px !important;
    min-height: 350px;
    overflow: visible !important;
  }
}

.p-topics-slider-wrap .slide-controls {
  z-index: 1;
  width: 1000px;
  margin: 10px auto;
}

@media screen and (max-width: 768px) {
  .p-topics-slider-wrap .slide-controls {
    width: 700px;
  }
}

.p-topics-slider-wrap .slide-controls .control-unit {
  display: flex;
  gap: 0 20px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-topics-slider-wrap .slide-controls .control-unit {
    margin-top: 20px;
    gap: 0 40px;
  }
}

.p-topics-slider-wrap .slide-controls .slide-pager .bx-pager-list {
  display: flex;
  max-width: 400px;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .p-topics-slider-wrap .slide-controls .slide-pager .bx-pager-list {
    gap: 40px;
  }
}

.p-topics-slider-wrap .slide-controls .slide-pager .bx-pager-list .bx-pager-item button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #333;
}

@media screen and (max-width: 768px) {
  .p-topics-slider-wrap .slide-controls .slide-pager .bx-pager-list .bx-pager-item button {
    width: 20px;
    height: 20px;
  }
}

.p-topics-slider-wrap .slide-controls .slide-pager .bx-pager-list .bx-pager-item button:focus-visible {
  display: block;
  outline: 2px solid #fff;
  border: 2px solid #333;
  outline-offset: -3px;
  box-sizing: border-box;
  height: 16px;
}

.p-topics-slider-wrap .slide-controls .slide-pager .bx-pager-list .bx-pager-item button.active {
  background: #ffe700;
}

.p-topics-slider-wrap .slide-controls .slide-pager .bx-pager-list .bx-pager-item button:hover {
  opacity: .85;
}

@media print, screen and (min-width: 769px) {
  .p-topics-slider-wrap .slide-controls .slide-next, .p-topics-slider-wrap .slide-controls .slide-prev {
    position: absolute;
    width: fit-content;
  }
  .p-topics-slider-wrap .slide-controls .slide-next button, .p-topics-slider-wrap .slide-controls .slide-prev button {
    display: block;
    overflow: hidden;
    height: 54px;
    width: 72px;
    text-indent: 100%;
    white-space: nowrap;
  }
  .p-topics-slider-wrap .slide-controls .slide-next button:hover, .p-topics-slider-wrap .slide-controls .slide-prev button:hover {
    opacity: .85;
  }
  .p-topics-slider-wrap .slide-controls .slide-prev {
    left: -36px;
    top: 90px;
  }
  .p-topics-slider-wrap .slide-controls .slide-prev .bx-prev {
    background: url("../img_top/prev.png") no-repeat 0 0;
  }
  .p-topics-slider-wrap .slide-controls .slide-next {
    right: -36px;
    top: 90px;
  }
  .p-topics-slider-wrap .slide-controls .slide-next .bx-next {
    background: url("../img_top/next.png") no-repeat 0 0;
  }
}

.p-topics-slider-title {
  text-align: center;
}

.p-topics-slider-list {
  margin-top: 30px;
  position: relative;
}

.p-topics-slider-list a, .p-topics-slider-list .item-nolink {
  display: block;
  width: 100%;
  color: #333;
  text-decoration: underline;
}

.p-topics-slider-list a:focus-visible, .p-topics-slider-list .item-nolink:focus-visible {
  outline-offset: -1px;
}

.p-topics-slider-list a:hover, .p-topics-slider-list .item-nolink:hover {
  opacity: .85;
}

.p-topics-slider-list a .item-img img, .p-topics-slider-list .item-nolink .item-img img {
  object-fit: cover;
  box-sizing: border-box;
  border: 4px solid #ffe700;
}

@media print, screen and (min-width: 769px) {
  .p-topics-slider-list a .item-img img, .p-topics-slider-list .item-nolink .item-img img {
    height: 220px;
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .p-topics-slider-list a .item-img img, .p-topics-slider-list .item-nolink .item-img img {
    height: 260px;
    width: 380px;
  }
}

.p-topics-slider-list a .item-txt span, .p-topics-slider-list .item-nolink .item-txt span {
  display: inline-block;
  padding-top: 10px;
  text-decoration: underline;
}

.p-topics-slider-list a .item-txt span:hover, .p-topics-slider-list .item-nolink .item-txt span:hover {
  text-decoration: none;
}

.p-topics-slider-link {
  width: 280px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .p-topics-slider-link {
    width: 560px;
    margin: 40px auto 0;
  }
}

.p-topics-slider-link a {
  display: block;
  padding: 17px;
  padding-right: 30px;
  border: 1px solid #333;
  border-radius: 10px;
  background: url(../img_top/yellow_arrow.png) no-repeat right 10px top 50%, #fff;
  text-decoration: none;
  text-align: center;
  color: #333;
  font-weight: bold;
  transition: background-color .3s ease;
}

@media screen and (max-width: 768px) {
  .p-topics-slider-link a {
    padding: 25px;
    padding-right: 65px;
    border: 2px solid #333;
    background: url(../img_top/yellow_arrow.png) no-repeat right 20px top 50%/48px 36px, #fff;
    font-size: 110%;
  }
}

.p-topics-slider-link a:hover {
  text-decoration: underline;
  background-color: rgba(255, 231, 0, 0.25);
  transition: background-color .3s ease;
}

.p-news {
  position: relative;
  margin-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-news {
    padding-bottom: 220px;
  }
}

.p-news::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  height: 208px;
  width: 243px;
  background: url(../img_top/news_left.png) no-repeat;
  z-index: -1;
}

.p-news-wrap {
  position: relative;
  background: #fff;
  border-radius: 30px;
}

@media print, screen and (min-width: 769px) {
  .p-news-wrap {
    display: flex;
    padding: 40px 20px 30px 30px;
    gap: 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .p-news-wrap {
    padding: 50px 30px 50px 20px;
    width: 700px;
    box-sizing: border-box;
  }
}

.p-news-wrap::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -65px;
  height: 103px;
  width: 121px;
  background: url(../img_top/news_treat_01.png) no-repeat;
}

@media screen and (max-width: 768px) {
  .p-news-wrap::before {
    height: 124px;
    width: 145px;
    background-size: 145px 124px;
    top: 15px;
    left: 85px;
  }
}

.p-news-wrap .title-area {
  text-align: center;
}

.p-news-wrap .text-area {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .p-news-wrap .text-area {
    margin-top: 50px;
  }
}

.p-news-wrap .text-area .list {
  max-height: 310px;
  overflow-y: auto;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .p-news-wrap .text-area .list {
    max-height: 600px;
  }
}

.p-news-wrap .text-area .list .item {
  margin-top: 30px;
  padding-left: 10px;
  padding-bottom: 25px;
  border-bottom: 2px solid #ffe700;
}

@media screen and (max-width: 768px) {
  .p-news-wrap .text-area .list .item {
    padding-bottom: 35px;
    border-bottom: 4px solid #ffe700;
  }
}

.p-news-wrap .text-area .list .item .txt a {
  display: block;
  margin-top: 5px;
  color: #333;
  font-weight: bold;
}

.p-news-wrap .text-area .list li:first-child {
  margin-top: 0;
}

.p-news-link {
  width: 250px;
  margin-top: 30px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .p-news-link {
    margin: 20px auto;
    width: 560px;
  }
}

.p-news-link a {
  display: block;
  padding: 17px;
  padding-right: 30px;
  border: 1px solid #333;
  border-radius: 10px;
  background: url(../img_top/yellow_arrow.png) no-repeat right 10px top 50%, #fff;
  text-decoration: none;
  text-align: center;
  color: #333;
  font-weight: bold;
  transition: background-color .3s ease;
}

@media screen and (max-width: 768px) {
  .p-news-link a {
    padding: 25px;
    padding-right: 65px;
    border: 2px solid #333;
    background: url(../img_top/yellow_arrow.png) no-repeat right 20px top 50%/48px 36px, #fff;
    font-size: 110%;
  }
}

.p-news-link a:hover {
  text-decoration: underline;
  background-color: rgba(255, 231, 0, 0.25);
  transition: background-color .3s ease;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  margin-top: 175px;
  position: relative;
  background-color: #fffacc;
  /* PCでは電話番号リンクを無効化 */
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 207px;
  }
}

@media print, screen and (min-width: 769px) {
  footer a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}

footer #pagetop a {
  display: inline-block;
  position: absolute;
  top: -74px;
  right: 13px;
}

@media screen and (max-width: 768px) {
  footer #pagetop a {
    top: -173px;
    right: 8px;
  }
}

footer #pagetop a img {
  width: 110px;
  height: 125px;
}

@media screen and (max-width: 768px) {
  footer #pagetop a img {
    width: 214px;
    height: 242px;
  }
}

footer .in {
  width: 1000px;
  margin-inline: auto;
  padding-bottom: 29px;
}

@media screen and (max-width: 768px) {
  footer .in {
    width: 100%;
    padding-inline: 8px;
    padding-bottom: 52px;
    box-sizing: border-box;
  }
}

footer .in .box {
  display: flex;
  gap: 65px;
  padding-top: 48px;
}

@media screen and (max-width: 768px) {
  footer .in .box {
    flex-direction: column;
    gap: 23px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  footer .in .footer-logo {
    text-align: center;
  }
}

footer .in .footer-logo img {
  width: 297px;
  height: 96px;
}

@media screen and (max-width: 768px) {
  footer .in .footer-logo img {
    width: 534px;
    height: 172px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .in .footer-txt {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  footer .in .footer-txt {
    text-align: center;
  }
}

footer .in .footer-txt a[href^="tel"] {
  color: #333;
  text-decoration: none;
  pointer-events: none;
}

footer .in .footer-txt a {
  color: #333;
}

footer .in .footer-link {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  footer .in .footer-link {
    flex-direction: column;
    margin-top: 47px;
  }
}

footer .in .footer-link .item a {
  display: inline-block;
  min-width: 220px;
  padding: 11px 39px 13px 29px;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  border-radius: calc(1px/0);
  color: #333;
  font-size: 0.9rem;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 768px) {
  footer .in .footer-link .item a {
    min-width: 500px;
    padding: 20px 67px 25px 58px;
    font-size: 1.75rem;
  }
}

footer .in .footer-link .item a::before {
  content: "";
  content: "";
  width: 24px;
  height: 18px;
  background: url(../img_common/arrow_yel.png) no-repeat center/24px 18px;
  position: absolute;
  top: 50%;
  right: 11px;
  translate: 0 -50%;
}

@media screen and (max-width: 768px) {
  footer .in .footer-link .item a::before {
    width: 48px;
    height: 36px;
    background-size: 48px 36px;
    right: 18px;
  }
}

footer .in .footer-link .item a:hover {
  text-decoration: underline;
}

footer .copyright {
  padding-block: 15px;
  background-color: #ffe700;
  color: #232520;
  font-size: 0.9rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 1.5rem;
    padding-block: 17px 20px;
  }
}

html[data-fontsize="up"] {
  font-size: 133.3%;
}

html[data-fontsize="up2"] {
  font-size: 166.7%;
}

html[data-fontsize="up3"] {
  font-size: 200%;
}

html[data-fontsize="up3"] #sp-header .modal-menu .header-lang .lang-select {
  padding: 15px 27px 15px 44px;
  background: url(../img_common/icon_lang.png) no-repeat left 4px center, url(../img_common/arrow_lang.png) no-repeat right 3px center #fff;
}

html[data-fontsize="up3"] #sp-header .modal-menu .header-lang .btn-lang-select {
  padding-inline: 3px;
}

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"] #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"] #header .header-subnav-area .header-lang .btn-lang-select {
  border: solid 1px #fff !important;
}

html[data-bgcolor="color_black"] #header .header-subnav-area .header-lang .btn-lang-select:focus-visible {
  outline: 1px solid #fff;
  outline-offset: -3px;
}

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"] .s-9904 h2 {
  background: #fff !important;
}

html[data-bgcolor="color_black"] .s-9904 .p-topics-slider-link a, html[data-bgcolor="color_black"] .s-9904 .p-news-link a {
  border: 1px solid #fff;
}

html[data-bgcolor="color_black"] .s-9904 .p-topics-slider-wrap .slide-controls .slide-pager .bx-pager-list .bx-pager-item button {
  border: 1px solid #fff;
}

html[data-bgcolor="color_black"] #header .header-subnav-area .pc-menu-btn a {
  background-color: #fff !important;
  color: #333 !important;
}

html[data-bgcolor="color_black"] #header .header-subnav-area .pc-modal-bg {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] #header .header-subnav-area .pc-modal {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

html[data-bgcolor="color_black"] #header .header-subnav-area .pc-modal .in {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] #header .header-subnav-area .pc-modal .in .box {
  border: 1px solid #fff;
}

html[data-bgcolor="color_black"] #header .header-subnav-area .pc-modal .in .pc-modal-close a {
  background-color: #fff !important;
  color: #333 !important;
}

html[data-bgcolor="color_black"] #sp-header > .box #sp-header-logo img {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] #sp-header > .box #sp-header-nav .menu-btn-menu a {
  background-color: #fff !important;
  color: #333 !important;
}

html[data-bgcolor="color_black"] #sp-header .modal-menu-bg {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] #sp-header .modal-menu .box {
  border: 2px solid #fff;
}

html[data-bgcolor="color_black"] #sp-header .go-to-pc a, html[data-bgcolor="color_black"] #sp-header .modal-menu-close a {
  background-color: #fff !important;
  color: #333 !important;
}

html[data-bgcolor="color_black"] footer {
  border-top: 1px solid #fff;
}

html[data-bgcolor="color_black"] footer #pagetop * {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] footer .in .footer-logo img {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] footer .in .footer-link .item a {
  border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  html[data-bgcolor="color_black"] footer .in .footer-link .item a {
    border-width: 2px;
  }
}

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"] #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"] #header .header-subnav-area .header-lang .btn-lang-select {
  border: solid 1px #fff !important;
}

html[data-bgcolor="color_blue"] #header .header-subnav-area .header-lang .btn-lang-select:focus-visible {
  outline: 1px solid #fff;
  outline-offset: -3px;
}

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"] .s-9904 h2 {
  background: #fff !important;
}

html[data-bgcolor="color_blue"] .s-9904 .p-topics-slider-link a, html[data-bgcolor="color_blue"] .s-9904 .p-news-link a {
  border: 1px solid #fff;
}

html[data-bgcolor="color_blue"] .s-9904 .p-topics-slider-wrap .slide-controls .slide-pager .bx-pager-list .bx-pager-item button {
  border: 1px solid #fff;
}

html[data-bgcolor="color_blue"] #header .header-subnav-area .pc-menu-btn a {
  background-color: #fff !important;
  color: #333 !important;
}

html[data-bgcolor="color_blue"] #header .header-subnav-area .pc-modal-bg {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] #header .header-subnav-area .pc-modal {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

html[data-bgcolor="color_blue"] #header .header-subnav-area .pc-modal .in {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] #header .header-subnav-area .pc-modal .in .box {
  border: 1px solid #fff;
}

html[data-bgcolor="color_blue"] #header .header-subnav-area .pc-modal .in .pc-modal-close a {
  background-color: #fff !important;
  color: #333 !important;
}

html[data-bgcolor="color_blue"] #sp-header > .box #sp-header-logo img {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] #sp-header > .box #sp-header-nav .menu-btn-menu a {
  background-color: #fff !important;
  color: #333 !important;
}

html[data-bgcolor="color_blue"] #sp-header .modal-menu-bg {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] #sp-header .modal-menu .box {
  border: 2px solid #fff;
}

html[data-bgcolor="color_blue"] #sp-header .go-to-pc a, html[data-bgcolor="color_blue"] #sp-header .modal-menu-close a {
  background-color: #fff !important;
  color: #333 !important;
}

html[data-bgcolor="color_blue"] footer {
  border-top: 1px solid #fff;
}

html[data-bgcolor="color_blue"] footer #pagetop * {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] footer .in .footer-logo img {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] footer .in .footer-link .item a {
  border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  html[data-bgcolor="color_blue"] footer .in .footer-link .item a {
    border-width: 2px;
  }
}
