<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}

/*++++++++++++++++++++++++++++++++++
 * wysiwyg専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 768px) {
  .wysiwyg {
    overflow-x: auto;
  }
}

/*==================================
見出し
==================================*/
/* h2 */
h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  padding: 0 5px;
  color: #333;
  font-size: 140%;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #fff;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
  padding: 6px 7px 10px;
  background: url(../img_sub/sub_title_h2.png) repeat-x left bottom 3px;
}

h2.head-title a {
  text-decoration: underline;
}

h2.head-title a:link {
  color: #333;
}

h2.head-title a:visited {
  color: #333;
}

h2.head-title a:hover {
  color: #333;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 4px 3px 2px;
  border-radius: 3px;
  background-color: #fff;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 4px 33px 2px;
  background: url(../img_sub/sub_title_h3_bg01.png) no-repeat left top, url(../img_sub/sub_title_h3_bg02.png) no-repeat right bottom;
}

/* h4 */
h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  overflow: hidden;
  font-size: 110%;
  padding: 12px 14px;
  background: url(../img_sub/sub_title_h4.png) no-repeat left bottom/100% 6px;
}

/* h5 */
h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  overflow: hidden;
  display: block;
  padding: 5px 12px;
  line-height: 1.2;
  background: url(../img_sub/sub_title_h5.png) no-repeat left center;
}

/* h6 */
h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-left: 15px;
  margin-top: 20px;
  overflow: hidden;
  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: 1.4em;
  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 #e2debd;
  margin-top: 10px;
}

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

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

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

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

.strng_, .cke_panel_list .strng_ {
  font-style: normal;
  font-weight: bold;
}

.text_, .cke_panel_list .text_ {
  color: #c00;
  font-weight: bold;
}

.text2_, .cke_panel_list .text2_ {
  color: #00c;
  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;
}

/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*==================================
  デザインリニューアル
==================================*/
.s-9901_2 {
  /*==================================
  見出し
  ==================================*/
  /* h2 */
  /* h3 */
  /* h4 */
  /* h5 */
  /* h6 */
}

.s-9901_2 h2.head-title, .s-9901_2 .wysiwyg h2, .s-9901_2 .free-layout-area h2 {
  padding: 12px 20px 8px;
  font-size: 162.5%;
  border-radius: 0;
  background-color: #f4f2e3;
  border-bottom: 2px solid #59babf;
}

.s-9901_2 h2.head-title .bg, .s-9901_2 .wysiwyg h2 .bg, .s-9901_2 .free-layout-area h2 .bg {
  padding: 0;
  background: none;
}

.s-9901_2 h3.head-title, .s-9901_2 .wysiwyg h3, .s-9901_2 .free-layout-area h3, .s-9901_2 .smartcmsBbsBlock h3 {
  font-size: 150%;
  padding: 4px 3px 4px 16px;
  border-radius: 0;
  background-color: #f4f2e3;
  border-left: 3px solid #1e6672;
}

.s-9901_2 h3.head-title .bg, .s-9901_2 .wysiwyg h3 .bg, .s-9901_2 .free-layout-area h3 .bg, .s-9901_2 .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 0;
  background: none;
}

.s-9901_2 h4, .s-9901_2 .wysiwyg h4, .s-9901_2 .free-layout-area h4 {
  font-size: 137.5%;
  padding: 5px 10px;
  background: none;
  border-bottom: 2px solid #5d3292;
}

.s-9901_2 h5, .s-9901_2 .wysiwyg h5, .s-9901_2 .free-layout-area h5 {
  font-size: 125%;
  padding: 5px 10px;
  background: none;
  border-bottom: 2px solid #e2debd;
}

.s-9901_2 h6, .s-9901_2 .wysiwyg h6, .s-9901_2 .free-layout-area h6 {
  font-size: 112.5%;
  padding-left: 12px;
  border-left: 2px solid #59babf;
}

body {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
}

@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: #333;
  text-decoration: underline;
}

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

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

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

a:focus {
  background-color: #cce2fc;
}

a:active {
  _background: #cce2fc;
  /*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: #1e6672;
  text-align: center;
}

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

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

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

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

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

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

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

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

.scheme10 {
  background-color: #1e6672;
  text-align: center;
}

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

/*==================================
  ↑↑↑↑↑ ここまでは編集禁止。 ↑↑↑↑↑
==================================*/
/*==================================
ここから下は編集可能エリアです。
==================================*/
#wrapper {
  background: #fbfaf6;
  background: url(../img_common/body_bg01.jpg);
}

/*google検索v1のカスタマイズ*/
.gsc-search-box {
  /*初期化*/
  margin: 0 !important;
}

.gsc-search-box td {
  /*初期化*/
  padding: 0 !important;
}

.gsc-search-box .gsst_b {
  /*初期化*/
  padding: 0 !important;
}

.gsc-search-box .gsc-input-box {
  /*検索枠*/
  height: 40px !important;
  border-radius: 5px 0px 0px 5px !important;
  -moz-border-radius: 5px 0px 0px 5px !important;
  -webkit-border-radius: 5px 0px 0px 5px !important;
  padding-left: 10px;
  padding-top: 0;
  border: 1px solid #d7d7d7 !important;
  border-right: none !important;
  box-sizing: border-box;
}

.gsc-search-box .gsc-input-box input.gsc-input {
  background-color: transparent !important;
}

.gsc-search-box .gsc-input-box input[type=text] {
  /*検索枠の画像部分*/
  width: 100% !important;
  height: 40px !important;
  box-sizing: border-box;
}

.gsc-search-button {
  /*検索ボタン*/
  border-radius: 0px 5px 5px 0px !important;
  -moz-border-radius: 0px 5px 5px 0px !important;
  -webkit-border-radius: 0px 5px 5px 0px !important;
  background-color: #bd4fbe !important;
  text-align: center;
}

.gsc-search-button input[type=image],
.gsc-search-button button {
  /*検索ボタン 画像部分*/
  margin: 0px !important;
  background-image: none !important;
  border: none !important;
  padding-top: 8px !important;
}

@media screen and (max-width: 768px) {
  .gsc-search-box .gsc-input-box {
    height: 65px !important;
  }
  .gsc-search-box .gsc-input-box input[type=text] {
    /*検索枠の画像部分*/
    height: 65px !important;
    line-height: 65px;
    font-size: 28px;
  }
  .gsc-search-button {
    padding: 0 50px !important;
  }
  .gsc-search-button input[type=image] {
    width: 20px !important;
    height: auto !important;
  }
}

#wrapper[data-var="2"] {
  /* Googleカスタム検索
    --------------------------------------------------------- */
  /* ----- デフォルトスタイル初期化 ----- */
  /* ----- カスタム設定 ----- */
}

#wrapper[data-var="2"] form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

#wrapper[data-var="2"] table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

#wrapper[data-var="2"] .cse table.gsc-search-box td.gsc-input, #wrapper[data-var="2"] table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

#wrapper[data-var="2"] table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

#wrapper[data-var="2"] .gsc-search-box .gsc-input &gt; input:hover, #wrapper[data-var="2"] .gsc-input-box-hover {
  box-shadow: none !important;
}

#wrapper[data-var="2"] .gsc-search-box .gsc-input &gt; input:focus, #wrapper[data-var="2"] .gsc-input-box-focus {
  box-shadow: none !important;
}

#wrapper[data-var="2"] table.gsc-search-box td {
  line-height: 1.0;
}

#wrapper[data-var="2"] .gsib_a {
  padding: 0 0 0 10px !important;
}

#wrapper[data-var="2"] .cse input.gsc-input, #wrapper[data-var="2"] input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

#wrapper[data-var="2"] .cse input.gsc-input::-webkit-input-placeholder, #wrapper[data-var="2"] input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

#wrapper[data-var="2"] .cse input.gsc-input:-moz-placeholder, #wrapper[data-var="2"] input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

#wrapper[data-var="2"] .cse input.gsc-input::-moz-placeholder, #wrapper[data-var="2"] input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

#wrapper[data-var="2"] .cse input.gsc-input:-ms-input-placeholder, #wrapper[data-var="2"] input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

#wrapper[data-var="2"] .gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

#wrapper[data-var="2"] .gsst_a {
  padding: 0 !important;
}

#wrapper[data-var="2"] .gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

#wrapper[data-var="2"] td.gsc-search-button {
  font-size: 0;
}

#wrapper[data-var="2"] .gsc-search-button {
  margin: 0 !important;
}

#wrapper[data-var="2"] .cse .gsc-search-button-v2, #wrapper[data-var="2"] .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;
}

#wrapper[data-var="2"] .gsc-input-box {
  border: 1px solid #6dbedf !important;
}

@media print, screen and (min-width: 769px) {
  #wrapper[data-var="2"] .gsc-input-box {
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  #wrapper[data-var="2"] .gsc-input-box {
    border-radius: 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  #wrapper[data-var="2"] .cse input.gsc-input, #wrapper[data-var="2"] input.gsc-input {
    min-height: 48px;
  }
}

@media screen and (max-width: 768px) {
  #wrapper[data-var="2"] .cse input.gsc-input, #wrapper[data-var="2"] input.gsc-input {
    min-height: 78px;
  }
}

@media print, screen and (min-width: 769px) {
  #wrapper[data-var="2"] td.gsc-search-button {
    height: 48px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  #wrapper[data-var="2"] td.gsc-search-button {
    height: 78px;
    padding-left: 0 !important;
  }
}

#wrapper[data-var="2"] .cse .gsc-search-button-v2, #wrapper[data-var="2"] .gsc-search-button-v2 {
  background-color: #6dbedf !important;
}

@media print, screen and (min-width: 769px) {
  #wrapper[data-var="2"] .cse .gsc-search-button-v2, #wrapper[data-var="2"] .gsc-search-button-v2 {
    width: 70px !important;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  #wrapper[data-var="2"] .cse .gsc-search-button-v2, #wrapper[data-var="2"] .gsc-search-button-v2 {
    width: 110px !important;
    border-radius: 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  #wrapper[data-var="2"] .gsc-search-button-v2 svg {
    width: 21px !important;
    height: 21px !important;
  }
}

@media screen and (max-width: 768px) {
  #wrapper[data-var="2"] .gsc-search-button-v2 svg {
    width: 30px !important;
    height: 30px !important;
  }
}

.visible-phone {
  display: none;
}

@media screen and (max-width: 768px) {
  .visible-phone {
    display: inherit;
  }
  #google_translate_element .goog-te-gadget-simple {
    transform: scale(2);
    margin: 5%;
    margin-top: 6%;
  }
  .goog-te-menu-frame {
    transform: scale(2);
    margin: 14% 0 0 7%;
  }
}

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

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #fff;
  border: 6px solid #dfdfdf;
  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: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #5dc2d0;
  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;
}

/*==================================
  デザインリニューアル
==================================*/
.is-hidden {
  overflow: hidden;
}

.is-scroll {
  overflow: auto;
}

.is-none {
  display: none;
}

.bg-white {
  height: 100%;
  overflow: auto;
  bottom: 0;
  position: fixed;
}

#wrapper.s-9901_2 {
  background: none;
}

#wrapper.s-9901_2 .title-decoration {
  position: relative;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#wrapper.s-9901_2 .title-decoration::before, #wrapper.s-9901_2 .title-decoration::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  #wrapper.s-9901_2 .title-decoration::before, #wrapper.s-9901_2 .title-decoration::after {
    width: 6px;
    height: 6px;
    border-radius: 6px;
  }
}

@media screen and (max-width: 768px) {
  #wrapper.s-9901_2 .title-decoration::before, #wrapper.s-9901_2 .title-decoration::after {
    width: 12px;
    height: 12px;
    border-radius: 12px;
  }
}

@media print, screen and (min-width: 769px) {
  #wrapper.s-9901_2 .title-decoration:before {
    left: 40px;
  }
}

@media screen and (max-width: 768px) {
  #wrapper.s-9901_2 .title-decoration:before {
    left: 58px;
  }
}

@media print, screen and (min-width: 769px) {
  #wrapper.s-9901_2 .title-decoration:after {
    right: 40px;
  }
}

@media screen and (max-width: 768px) {
  #wrapper.s-9901_2 .title-decoration:after {
    right: 58px;
  }
}

#wrapper.s-9901_2 .title-decoration .decoration {
  position: relative;
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  #wrapper.s-9901_2 .title-decoration .decoration {
    padding: 0 70px;
  }
}

@media screen and (max-width: 768px) {
  #wrapper.s-9901_2 .title-decoration .decoration {
    padding: 0 90px;
  }
}

#wrapper.s-9901_2 .title-decoration .decoration::before, #wrapper.s-9901_2 .title-decoration .decoration::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  #wrapper.s-9901_2 .title-decoration .decoration::before, #wrapper.s-9901_2 .title-decoration .decoration::after {
    width: 40px;
    height: 2px;
  }
}

@media screen and (max-width: 768px) {
  #wrapper.s-9901_2 .title-decoration .decoration::before, #wrapper.s-9901_2 .title-decoration .decoration::after {
    width: 58px;
    height: 4px;
  }
}

#wrapper.s-9901_2 .title-decoration .decoration:before {
  left: 0;
}

#wrapper.s-9901_2 .title-decoration .decoration:after {
  right: 0;
}

#wrapper.s-9901_2 .scene-search .title-decoration::before, #wrapper.s-9901_2 .scene-search .title-decoration::after, #wrapper.s-9901_2 .scene-search .decoration::before, #wrapper.s-9901_2 .scene-search .decoration::after {
  background-color: #1e6672;
}

#wrapper.s-9901_2 .scene-search .title {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 60px auto 20px;
}

@media screen and (max-width: 768px) {
  #wrapper.s-9901_2 .scene-search .title {
    font-size: 2.75rem;
    margin: 65px auto 45px;
  }
}

#wrapper.s-9901_2 .scene-search .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  #wrapper.s-9901_2 .scene-search .list {
    gap: 30px 46px;
    width: 940px;
  }
}

@media screen and (max-width: 768px) {
  #wrapper.s-9901_2 .scene-search .list {
    padding-left: 5px;
    gap: 35px;
    width: 710px;
    overflow: visible !important;
  }
}

#wrapper.s-9901_2 .scene-search .list li {
  text-align: center;
  position: relative;
  float: none !important;
  width: fit-content !important;
}

#wrapper.s-9901_2 .scene-search .list li::before {
  position: absolute;
  content: "";
  border-radius: 9999px;
  z-index: 1001;
  top: -5px;
  left: -5px;
}

@media print, screen and (min-width: 769px) {
  #wrapper.s-9901_2 .scene-search .list li::before {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  #wrapper.s-9901_2 .scene-search .list li::before {
    width: calc(220px + 4em - 112px);
    height: calc(220px + 4em - 112px);
  }
}

#wrapper.s-9901_2 .scene-search .list li.bg-pink::before {
  background-color: #ffe8f8;
}

#wrapper.s-9901_2 .scene-search .list li.bg-pink a:hover {
  border: 3px solid #c258aa;
}

#wrapper.s-9901_2 .scene-search .list li.bg-blue::before {
  background-color: #dcf5ff;
}

#wrapper.s-9901_2 .scene-search .list li.bg-blue a:hover {
  border: 3px solid #52a0bf;
}

#wrapper.s-9901_2 .scene-search .list li.bg-green::before {
  background-color: #d5faed;
}

#wrapper.s-9901_2 .scene-search .list li.bg-green a:hover {
  border: 3px solid #2fb385;
}

#wrapper.s-9901_2 .scene-search .list li.bg-yellow::before {
  background-color: #fffcba;
}

#wrapper.s-9901_2 .scene-search .list li.bg-yellow a:hover {
  border: 3px solid #cbc522;
}

#wrapper.s-9901_2 .scene-search .list a {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 9999px;
  border: 3px solid #fff;
  box-sizing: border-box;
  z-index: 1002;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: border .3s ease;
}

@media print, screen and (min-width: 769px) {
  #wrapper.s-9901_2 .scene-search .list a {
    width: 190px;
    height: 190px;
    padding-top: 25px;
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  #wrapper.s-9901_2 .scene-search .list a {
    width: calc(210px + 4em - 112px);
    height: calc(210px + 4em - 112px);
    padding-top: calc(35px + 1em - 28px);
    padding-bottom: 40px;
  }
}

#wrapper.s-9901_2 .scene-search .list a .img-box {
  width: fit-content;
}

#wrapper.s-9901_2 .scene-search .list a img {
  width: auto !important;
}

#wrapper.s-9901_2 .scene-search .list a:hover {
  text-decoration: underline;
}

#wrapper.s-9901_2 .scene-search .list a:hover img {
  opacity: 0.85;
}

#wrapper.s-9901_2 .scene-search .list a:focus {
  color: #333;
}

/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  body {
    zoom: 1;
  }
  .s-9901_2 .menu-btn-area, .s-9901_2 #footer-print .pagetop {
    position: absolute !important;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのヘッダーエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  /* dropmenu */
  .dropmenu {
    box-sizing: border-box;
    width: 660px;
    height: auto;
    padding: 10px;
    border-radius: 10px;
    background: rgba(36, 120, 166, 0.9);
    position: absolute;
    top: 90px;
    left: auto;
    right: 0;
    z-index: 70;
    display: none;
  }
  .dropmenu::before {
    content: '';
    display: block;
    width: 16px;
    height: 7px;
    background: url(../img_common/listmark_megamenu.png) no-repeat;
    position: absolute;
    top: -7px;
    left: 60px;
    transform: rotate(180deg);
  }
  .dropmenu dt {
    font-size: 150%;
    padding: 0 5px 10px;
    color: #fff;
  }
  .dropmenu dd {
    background: #d7e6ed;
  }
  .dropmenu .list {
    box-sizing: border-box;
    max-height: 178px;
    padding: 20px 10px 14px;
    overflow: auto;
  }
  .dropmenu .list li {
    width: 50%;
    float: left;
    margin-bottom: 6px;
  }
  .dropmenu .list li a {
    display: block;
    background: url(../img_common/listmark04.png) no-repeat left center;
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    font-size: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .dropmenu .list li a:hover {
    text-decoration: underline !important;
  }
  #header {
    background: url(../img_common/header_bg04.png) repeat-x left top;
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header #header-nav .header-nav1 &gt; .list {
    width: 622px;
    float: right;
    position: relative;
  }
  #header #header-nav .header-nav1 &gt; .list &gt; li {
    float: left;
  }
  #header #header-nav .header-nav1 &gt; .list .nav2 .dropmenu::before {
    left: 208px;
  }
  #header #header-nav .header-nav1 &gt; .list .nav3 .dropmenu::before {
    left: 393px;
  }
  #header #header-nav .header-nav1 &gt; .list .nav4 .dropmenu::before {
    left: 541px;
  }
  #header .header-nav2 {
    background: url(../img_common/header_bg01.png) no-repeat center top/100% 70px;
    min-height: 70px;
  }
  #header .header-nav2 .list {
    width: 1000px;
    margin: 0 auto;
    padding: 15px 0;
  }
  #header .header-nav2 .list li {
    float: left;
    margin-right: 20px;
  }
  #header .header-nav2 .list li a {
    display: inline-block;
    padding: 9px 13px 8px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    color: #333;
    text-decoration: none;
  }
  #header .header-nav2 .list li a:hover {
    text-decoration: underline;
  }
  #header .header-nav2 .list li:last-child {
    margin-right: 0;
  }
  #header .header-nav2 .list li.nav1 {
    width: 360px;
  }
  #header .header-nav2 .list li.nav2 a {
    background: url(../img_common/icon01.png) no-repeat 13px center/27px auto #fff;
    padding-left: 45px;
  }
  #header .header-nav2 .list li.nav3 a {
    background: url(../img_common/icon02.png) no-repeat 13px center/20px auto #fff;
    padding-left: 38px;
  }
  #header .header-nav2 .list li.nav4 a {
    background: url(../img_common/icon03.png) no-repeat 13px center/18px auto #fff;
    padding-left: 33px;
  }
  #header .header-nav2 .list li.nav5 a {
    background: url(../img_common/icon04.png) no-repeat 13px center/20px auto #fff;
    padding-left: 38px;
  }
  #header .header-subnav-area-wrapper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  #header .header-subnav-area-wrapper-inner {
    background: url(../img_common/body_bg01.jpg);
    margin: 0 -99px;
    padding: 0 99px;
  }
  #header .header-subnav-area {
    margin: 0 -99px;
    padding: 0 99px;
    background: url(../img_common/header_bg03.png) no-repeat left top;
    min-height: 130px;
    position: relative;
    z-index: 52;
  }
  #header .header-subnav-area #header-logo {
    position: absolute;
    top: 0;
    left: 99px;
  }
  #header .header-subnav-area #header-logo a {
    display: block;
  }
  #header .header-subnav-area #header-logo a:hover {
    opacity: 0.7;
  }
  #header .header-subnav-area .box {
    padding: 5px 0 2px 238px;
    overflow: hidden;
    box-sizing: border-box;
  }
  #header .header-subnav-area .box .listmark1 {
    background: url(../img_common/listmark01.png) no-repeat left 9px;
  }
  #header .header-subnav-area .box .listmark-vol {
    background: url(../img_common/listmark_vol.png) no-repeat 10px 8px;
    padding-left: 35px !important;
  }
  #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 .unit .list li, #header .header-subnav-area .box .unit2 .list li {
    border-left: 1px solid #ccc;
    padding: 0 10px;
    padding-top: 4px;
  }
  #header .header-subnav-area .box .unit .list li.translation-area, #header .header-subnav-area .box .unit2 .list li.translation-area {
    padding-top: 0;
  }
  #header .header-subnav-area .box .unit .list li.first, #header .header-subnav-area .box .unit2 .list li.first {
    border-left-width: 0;
  }
  #header .header-subnav-area .box .unit .list a, #header .header-subnav-area .box .unit2 .list a {
    text-decoration: none;
    color: #333;
  }
  #header .header-subnav-area .box .unit .list a:hover, #header .header-subnav-area .box .unit2 .list a:hover {
    text-decoration: underline;
  }
  #header .header-subnav-area .box #header-size, #header .header-subnav-area .box #header-color {
    border-left: 1px solid #ccc;
  }
  #header .header-subnav-area .box #header-size .title, #header .header-subnav-area .box #header-color .title {
    vertical-align: middle;
    padding-right: 5px;
  }
  #header .header-subnav-area .box #header-size .title span, #header .header-subnav-area .box #header-color .title span {
    display: block;
    padding-top: 1px;
  }
  #header .header-subnav-area .box #header-size dd img, #header .header-subnav-area .box #header-color dd img {
    margin-right: 5px;
    cursor: pointer;
  }
  #header .header-subnav-area .box #header-size dd img {
    background-color: #fff;
  }
  #header .header-subnav-area .box #header-size, #header .header-subnav-area .box #header-color {
    padding: 0 5px 0 10px;
  }
  #header .header-subnav-area .box .unit2 li {
    padding: 0;
    padding-left: 10px;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    background: url(../img_common/header_bg02.png) no-repeat left top/100% auto;
    min-height: 148px;
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* モーダル */
  }
  #sp-header .box {
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #sp-header .box #sp-header-logo {
    float: left;
    margin-right: 60px;
  }
  #sp-header .box #sp-header-logo a {
    display: inline-block;
  }
  #sp-header .box #sp-header-logo img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  #sp-header .box .translation-area {
    width: 210px;
    float: left;
    margin-top: 10px;
    padding-left: 20px;
  }
  #sp-header #sp-header-nav {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  #sp-header #sp-header-nav .menu-btn-menu a {
    display: block;
  }
  #sp-header #sp-header-nav .menu-btn-menu img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: #000;
    z-index: 9;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    background: url(../img_common/sp_modal_bg01.png) no-repeat left top/100% auto #f5fbff;
    box-sizing: border-box;
    border-bottom: 20px solid #2478a6;
    position: relative;
  }
  #sp-header .modal-search .in .modal-menu-logo,
  #sp-header .modal-menu .in .modal-menu-logo {
    text-align: center;
  }
  #sp-header .modal-search .in .modal-menu-logo a,
  #sp-header .modal-menu .in .modal-menu-logo a {
    display: block;
  }
  #sp-header .modal-search .in .modal-menu-close,
  #sp-header .modal-menu .in .modal-menu-close {
    position: absolute;
    top: 10px;
    right: 20px;
  }
  #sp-header .modal-search .in .modal-menu-close span,
  #sp-header .modal-menu .in .modal-menu-close span {
    cursor: pointer;
  }
  #sp-header .modal-search .in .list,
  #sp-header .modal-menu .in .list {
    overflow: hidden;
  }
  #sp-header .modal-search .in .list li,
  #sp-header .modal-menu .in .list li {
    float: left;
    width: 50%;
  }
  #sp-header .modal-search .in .list li a,
  #sp-header .modal-menu .in .list li a {
    display: block;
  }
  #sp-header .modal-search .in .list li img,
  #sp-header .modal-menu .in .list li img {
    width: 100%;
    height: auto;
  }
}

/*container*/
@media screen and (max-width: 768px) {
  #container {
    margin: 0 10px !important;
  }
}

/*==================================
  デザインリニューアル
==================================*/
.header-search .title {
  padding-bottom: 5px;
}

.header-search .gsc-search-box .gsc-input-box {
  overflow: hidden;
  background-color: #fff !important;
  min-height: 50px !important;
  border-radius: 0 !important;
  border: 2px solid #6dbedf !important;
}

@media screen and (max-width: 768px) {
  .header-search .gsc-search-box .gsc-input-box {
    min-height: 80px !important;
    border: 4px solid #6dbedf !important;
  }
}

.header-search .gsc-search-box .gsc-input-box input.gsc-input {
  min-height: 50px !important;
  background-color: #fff !important;
}

@media screen and (max-width: 768px) {
  .header-search .gsc-search-box .gsc-input-box input.gsc-input {
    min-height: 80px !important;
    font-size: 175%;
  }
}

.header-search .gsc-search-button {
  background-color: #6dbedf !important;
  border-radius: 0 !important;
  cursor: pointer;
}

.header-search .gsc-search-button-v2 {
  padding: 6px 24px !important;
}

@media screen and (max-width: 768px) {
  .header-search .gsc-search-button-v2 {
    padding: 6px 40px !important;
  }
}

.header-search .gsc-search-button-v2 svg {
  width: 21px;
  height: 21px;
}

@media screen and (max-width: 768px) {
  .header-search .gsc-search-button-v2 svg {
    width: 30px;
    height: 30px;
  }
}

.page-search {
  position: relative;
}

@media screen and (max-width: 768px) {
  .page-search {
    margin-top: -5px;
  }
}

@media print, screen and (min-width: 769px) {
  .page-search .title {
    padding-bottom: calc(5px + 3em - 48px);
  }
}

@media screen and (max-width: 768px) {
  .page-search .title {
    padding-bottom: calc(5px + 3em - 84px);
  }
}

.page-search .info {
  position: absolute;
  right: 0;
}

@media print, screen and (min-width: 769px) {
  .page-search .info {
    top: calc(3em - 48px);
  }
}

@media screen and (max-width: 768px) {
  .page-search .info {
    top: calc(3em - 84px);
  }
}

.page-search .top-number-search-container {
  min-height: 50px;
}

@media screen and (max-width: 768px) {
  .page-search .top-number-search-container {
    min-height: 80px;
  }
}

.page-search .input-wrap {
  display: flex;
  width: 100%;
}

.page-search .number-label {
  height: 100%;
  width: 100%;
}

.page-search .number-label input {
  min-height: 45px;
  width: 100%;
  border: 2px solid #59babf !important;
}

@media screen and (max-width: 768px) {
  .page-search .number-label input {
    min-height: 75px;
    border: 4px solid #59babf !important;
    font-size: 100%;
  }
}

.page-search .submit-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #59babf;
}

.page-search .submit-label img {
  width: 21px;
}

@media screen and (max-width: 768px) {
  .page-search .submit-label img {
    width: 30px;
  }
}

.page-search button {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 0;
  line-height: 0;
  padding: 15px 25px;
}

@media screen and (max-width: 768px) {
  .page-search button {
    padding: 28px 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .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%;
  }
  .s-9901_2 .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .s-9901_2 #header {
    background: none;
    /* .header-subnav-area */
    /* end-.header-subnav-area */
    /* #header-nav */
    /* end-#header-nav */
  }
  .s-9901_2 #header .header-subnav-area &gt; .box {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .s-9901_2 #header .header-subnav-area .box-support {
    box-sizing: border-box;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
  }
  .s-9901_2 #header .header-subnav-area .box-top, .s-9901_2 #header .header-subnav-area .box-bottom {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px;
  }
  .s-9901_2 #header .header-subnav-area .header-size, .s-9901_2 #header .header-subnav-area .header-color {
    display: flex;
    align-items: center;
  }
  .s-9901_2 #header .header-subnav-area .header-size button, .s-9901_2 #header .header-subnav-area .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  .s-9901_2 #header .header-subnav-area .header-size .title, .s-9901_2 #header .header-subnav-area .header-color .title {
    font-size: 0.875rem;
    margin-right: 5px;
    line-height: 1.2;
  }
  .s-9901_2 #header .header-subnav-area .header-size dd, .s-9901_2 #header .header-subnav-area .header-color dd {
    line-height: 1;
  }
  .s-9901_2 #header .header-subnav-area .header-size dd + dd, .s-9901_2 #header .header-subnav-area .header-color dd + dd {
    margin-left: 2px;
  }
  .s-9901_2 #header .header-subnav-area .header-size dd img, .s-9901_2 #header .header-subnav-area .header-color dd img {
    cursor: pointer;
    height: 30px;
  }
  .s-9901_2 #header .header-subnav-area .header-size dd img:hover, .s-9901_2 #header .header-subnav-area .header-color dd img:hover {
    opacity: .85;
  }
  .s-9901_2 #header .header-subnav-area .header-size a, .s-9901_2 #header .header-subnav-area .header-color a {
    display: block;
  }
  .s-9901_2 #header .header-subnav-area .yomiage {
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: #fff;
    border: 1px solid #cacaca;
    padding: 2px 12px;
  }
  .s-9901_2 #header .header-subnav-area .yomiage::before {
    display: block;
    content: "";
    background: url(../img_common/v2_icon_sound.png) no-repeat;
    background-size: 25px;
    width: 25px;
    height: 16px;
  }
  .s-9901_2 #header .header-subnav-area .yomiage a {
    font-size: 0.875rem;
    text-decoration: none;
  }
  .s-9901_2 #header .header-subnav-area .yomiage a:hover {
    text-decoration: underline;
  }
  .s-9901_2 #header .header-subnav-area .header-lang {
    display: flex;
    background-color: #fff;
    border: 1px solid #cacaca;
    /* ie対応 */
  }
  .s-9901_2 #header .header-subnav-area .header-lang select::-ms-expand {
    display: none;
  }
  .s-9901_2 #header .header-subnav-area .header-lang .lang-select {
    padding: 3px 0 3px 12px;
    border: none;
    font-size: 0.875rem;
    color: #333;
    width: calc(40px + 9em);
    background-color: #fff;
  }
  .s-9901_2 #header .header-subnav-area .header-lang .btn-lang-select {
    min-height: 30px;
    padding: 3px 16px;
    font-weight: bold;
    background: transparent;
    line-height: 1;
    font-size: 0.875rem;
    color: #fff;
    cursor: pointer;
    border: none;
    background-color: #333;
  }
  .s-9901_2 #header .header-subnav-area .header-lang .btn-lang-select:hover, .s-9901_2 #header .header-subnav-area .header-lang .btn-lang-select:focus {
    opacity: .85;
  }
  .s-9901_2 #header .header-nav {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: none;
    z-index: 1000;
  }
  .s-9901_2 #header .header-nav .list {
    display: none;
  }
  .s-9901_2 #header .menu-btn-area {
    position: fixed;
    z-index: 999;
    right: 20px;
    top: 0;
  }
  .s-9901_2 #header .menu-btn-area .menu-btn-menu {
    position: relative;
    width: 130px;
    min-height: 75px;
  }
  .s-9901_2 #header .menu-btn-area .menu-btn-menu::before {
    position: absolute;
    content: "";
    width: 130px;
    min-height: 130px;
    border-radius: 130px;
    top: calc(-55px + 2em - 32px);
    right: 0;
    background-color: #fff;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
    transition: box-shadow .3s ease;
  }
  .s-9901_2 #header .menu-btn-area .menu-btn-menu::after {
    position: absolute;
    content: "";
    width: 122px;
    min-height: 122px;
    border-radius: 122px;
    top: calc(-52px + 2em - 32px);
    right: 3px;
    background-color: #fff;
    border: 1px solid #5d3292;
  }
  .s-9901_2 #header .menu-btn-area .menu-btn-menu:hover::before {
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
  }
  .s-9901_2 #header .menu-btn-area .menu-btn-menu a {
    position: relative;
    z-index: 15;
    display: block;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 5px;
    min-height: calc(75px + 2em - 32px);
    border-radius: 0 0 122px 122px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 0.875rem;
    background: url(../img_common/v2_modal_opne.png) no-repeat top 2px center;
    transition: background-size .3s ease;
  }
  .s-9901_2 #header .menu-btn-area .menu-btn-menu a:hover {
    background-size: scale(1.1);
  }
  .s-9901_2 #header .menu-btn-area .menu-btn-menu.modal-menu-close a {
    background: url(../img_common/v2_modal_close.png) no-repeat top 5px center;
  }
  .s-9901_2 #header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #f4f2e3;
    z-index: 1000;
  }
  .s-9901_2 #header .modal-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
  }
  .s-9901_2 #header .modal-menu .modal-in {
    width: 1000px;
    margin: 100px auto 30px;
    box-sizing: border-box;
  }
  .s-9901_2 #header .modal-menu .search-area {
    width: 1000px;
    display: flex;
    gap: 20px;
  }
  .s-9901_2 #header .modal-menu .search-area .header-search, .s-9901_2 #header .modal-menu .search-area .page-search {
    width: 450px;
  }
  .s-9901_2 #header .modal-menu .page-search {
    position: relative;
  }
  .s-9901_2 #header .modal-menu .page-search .info {
    position: absolute;
    top: calc(5px + 3em - 48px);
    right: 0;
  }
  .s-9901_2 #header .modal-menu .btn-modal-close {
    display: block;
    width: 1000px;
    text-align: center;
  }
  .s-9901_2 #header .modal-menu .btn-modal-close a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    width: 300px;
    min-height: 50px;
    box-sizing: border-box;
    margin: 55px auto 0;
    text-decoration: none;
    color: #fff;
    background-color: #5d3292;
  }
  .s-9901_2 #header .modal-menu .btn-modal-close a::before {
    content: "";
    display: block;
    background-image: url(../img_common/v2_close.png);
    background-repeat: no-repeat;
    background-size: 15.5px;
    width: 15.5px;
    height: 15.5px;
    margin-right: 10px;
  }
  .s-9901_2 #header-nav {
    background: none;
    background-color: #1e6672;
    position: relative;
    top: 0;
    height: auto;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .s-9901_2 #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  .s-9901_2 #header-nav .in .col-list {
    width: 100%;
    display: flex;
    gap: 0 !important;
  }
  .s-9901_2 #header-nav .list {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    position: relative;
  }
  .s-9901_2 #header-nav .list &gt; li {
    flex: 1 1;
    display: flex;
    align-items: center;
  }
  .s-9901_2 #header-nav .list &gt; li::before, .s-9901_2 #header-nav .list &gt; li:last-child::after {
    display: block;
    content: "";
    height: 30%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .s-9901_2 #header-nav .list &gt; li &gt; a {
    margin: 0 4px;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    font-size: 1.25rem;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    word-break: break-word;
    border-top: 21px solid #1e6672;
    border-bottom: 21px solid #1e6672;
  }
  .s-9901_2 #header-nav .list &gt; li &gt; a .item-in {
    height: 100%;
  }
  .s-9901_2 #header-nav .list &gt; li &gt; a:hover {
    color: #1e6672;
    background-color: #fff;
  }
  .s-9901_2 #header-nav .list &gt; li &gt; a:focus {
    color: #333;
  }
  .s-9901_2 #header-nav .list &gt; li .item-box {
    text-align: center;
    word-break: break-word;
  }
  .s-9901_2 #header-nav .dropmenu {
    width: 1000px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background: none;
    padding: 0;
    top: calc(7em - 22px);
  }
  .s-9901_2 #header-nav .dropmenu::before {
    content: none;
  }
  .s-9901_2 #header-nav .dropmenu .dropmenu-in {
    margin-top: 15px;
    position: relative;
  }
  .s-9901_2 #header-nav .dropmenu .dropmenu-in::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 8px 14px 8px;
    border-color: transparent transparent #f4f2e3 transparent;
    top: -13px;
  }
  .s-9901_2 #header-nav .dropmenu .dropmenu-list {
    box-sizing: border-box;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #f4f2e3;
    border-radius: 5px;
    padding: 30px 0px 30px 23px;
    margin: 0;
    gap: 10px 22px;
  }
  .s-9901_2 #header-nav .dropmenu .dropmenu-list li {
    box-sizing: border-box;
    width: 220px;
    text-align: left;
    float: none;
    flex-shrink: 0;
    position: relative;
    word-break: break-word;
  }
  .s-9901_2 #header-nav .dropmenu .dropmenu-list li:nth-of-type(4n) {
    margin: 0;
  }
  .s-9901_2 #header-nav .dropmenu .dropmenu-list li &gt; a {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 8px 20px 8px 15px;
    height: 100%;
    text-decoration: none;
    background: url(../img_common/v2_arrow_gnav.png) no-repeat right 10px center #fff;
    font-weight: bold;
    line-height: 140%;
    word-break: break-word;
    border-left: 4px  solid #5d3292;
    min-height: 60px;
    transition: background-color .3s ease;
  }
  .s-9901_2 #header-nav .dropmenu .dropmenu-list li &gt; a:hover {
    background-color: #ddd4e8;
  }
  .s-9901_2 #header-nav .nav1 .dropmenu-in::before {
    left: 75.5px;
  }
  .s-9901_2 #header-nav .nav2 .dropmenu-in::before {
    left: 240.5px;
  }
  .s-9901_2 #header-nav .nav3 .item-box {
    width: 139px;
  }
  .s-9901_2 #header-nav .nav3 .dropmenu-in::before {
    left: 405.5px;
  }
  .s-9901_2 #header-nav .nav4 .item-box {
    width: 139px;
  }
  .s-9901_2 #header-nav .nav4 .dropmenu-in::before {
    left: 570.5px;
  }
  .s-9901_2 #header-nav .nav5 .dropmenu-in::before {
    left: 735.5px;
  }
  .s-9901_2 #header-nav .nav6 .item-box {
    width: calc(56px + 3em);
  }
  .s-9901_2 #header-nav .nav6 .dropmenu-in::before {
    left: 900.5px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 {
    background: none;
  }
  .s-9901_2 #sp-header {
    padding: 0;
  }
  .s-9901_2 #sp-header &gt; .box {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    background-color: #fff;
    padding-bottom: 8px;
  }
  .s-9901_2 #sp-header #sp-header-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 60;
  }
  .s-9901_2 #sp-header #sp-header-nav .btn-area {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
  }
  .s-9901_2 #sp-header #sp-header-nav .btn-area .btn-item-1, .s-9901_2 #sp-header #sp-header-nav .btn-area .btn-item-2 {
    position: relative;
    width: 120px;
    min-height: 120px;
    box-sizing: border-box;
  }
  .s-9901_2 #sp-header #sp-header-nav .btn-area .btn-item-1 a, .s-9901_2 #sp-header #sp-header-nav .btn-area .btn-item-2 a {
    display: block;
    padding-top: 80px;
    padding-bottom: 2px;
    margin: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.25rem;
    text-align: center;
    line-height: 160%;
    z-index: 100;
  }
  .s-9901_2 #sp-header #sp-header-nav .btn-area .btn-item-1 .close, .s-9901_2 #sp-header #sp-header-nav .btn-area .btn-item-2 .close {
    display: none;
    background: url(../img_common/v2_close.png) no-repeat center top 30px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .s-9901_2 #sp-header #sp-header-nav .btn-area .btn-item-1, .s-9901_2 #sp-header #sp-header-nav .btn-area .btn-item-1 .close {
    background-color: #5d3292;
  }
  .s-9901_2 #sp-header #sp-header-nav .btn-area .btn-item-2, .s-9901_2 #sp-header #sp-header-nav .btn-area .btn-item-2 .close {
    background-color: #1e6672;
  }
  .s-9901_2 #sp-header #sp-header-nav .btn-area .modal-search-bg, .s-9901_2 #sp-header #sp-header-nav .btn-area .modal-menu-bg {
    background-color: transparent;
  }
  .s-9901_2 #sp-header #sp-header-nav .btn-area .menu-btn-search {
    background: url(../img_common/v2_icon_search_sp.png) no-repeat center top 14px;
  }
  .s-9901_2 #sp-header #sp-header-nav .btn-area .menu-btn-menu {
    background: url(../img_common/v2_icon_menu.png) no-repeat center top 29px;
  }
  .s-9901_2 #sp-header .modal-menu-bg, .s-9901_2 #sp-header .modal-search-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #f4f2e3;
    z-index: -1;
    opacity: 1;
  }
  .s-9901_2 #sp-header .modal-search, .s-9901_2 #sp-header .modal-menu {
    top: 145px;
    position: fixed;
    max-height: calc(100vh - 145px);
    overflow-y: auto;
  }
  .s-9901_2 #sp-header .modal-search .in, .s-9901_2 #sp-header .modal-menu .in {
    border: none;
    box-shadow: none;
    padding: 0;
  }
  .s-9901_2 #sp-header .modal-search .in {
    background: none;
    background-color: #f6f4e8;
  }
  .s-9901_2 #sp-header .modal-search .in .header-search, .s-9901_2 #sp-header .modal-search .in .page-search {
    margin: 0 75px;
  }
  .s-9901_2 #sp-header .modal-search .in .header-search {
    padding-top: 45px;
  }
  .s-9901_2 #sp-header .modal-search .in .header-search .title {
    font-size: 1.5rem;
    padding-bottom: 5px;
  }
  .s-9901_2 #sp-header .modal-search .in .page-search {
    margin-top: 25px;
    position: relative;
  }
  .s-9901_2 #sp-header .modal-search .in .page-search .title, .s-9901_2 #sp-header .modal-search .in .page-search .info {
    font-size: 1.5rem;
    padding-bottom: 5px;
  }
  .s-9901_2 #sp-header .modal-search .in .page-search .title {
    padding-bottom: calc(5px + 3em - 84px);
  }
  .s-9901_2 #sp-header .modal-search .in .page-search .info {
    position: absolute;
    top: calc(3em - 84px);
    right: 0;
  }
  .s-9901_2 #sp-header .modal-menu .in {
    background: none;
    background-color: #e7f7fa;
  }
  .s-9901_2 #sp-header .sp-nav .box {
    display: block;
    padding: 0;
    border-bottom: 2px solid #d5ebf0;
  }
  .s-9901_2 #sp-header .sp-nav .title {
    position: relative;
    font-weight: bold;
    padding: 0;
  }
  .s-9901_2 #sp-header .sp-nav .title a {
    display: block;
    padding: 45px 0px 45px 45px;
    margin-right: 120px;
    font-size: 2.25rem;
    font-weight: bold;
    text-decoration: none;
  }
  .s-9901_2 #sp-header .sp-nav .title button {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    background: no-repeat center center;
  }
  .s-9901_2 #sp-header .sp-nav .title button.plus {
    background-image: url(../img_common/v2_modal_menu_btn_plus.png);
  }
  .s-9901_2 #sp-header .sp-nav .title button.mynus {
    background-image: url(../img_common/v2_modal_menu_btn_minus.png);
  }
  .s-9901_2 #sp-header .sp-nav .title button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .s-9901_2 #sp-header .sp-nav .bloc {
    display: none;
  }
  .s-9901_2 #sp-header .sp-nav .bloc .list {
    background-color: #fff;
  }
  .s-9901_2 #sp-header .sp-nav .bloc .list li {
    background: none;
    float: none;
    width: auto;
  }
  .s-9901_2 #sp-header .sp-nav .bloc .list li + li {
    border-top: 2px solid #cfe8ec;
  }
  .s-9901_2 #sp-header .sp-nav .bloc .list a {
    display: block;
    padding: 36px 10px 36px 53px;
    font-size: 2.25rem;
    text-decoration: none;
  }
  .s-9901_2 #sp-header .support-block {
    margin: 50px calc(50px - 1em + 28px);
    background: #fff;
    border-radius: 50px;
  }
  .s-9901_2 #sp-header .support-block a {
    color: #333;
    display: block;
  }
  .s-9901_2 #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    padding: 0;
  }
  .s-9901_2 #sp-header .support-block .support-list {
    border-radius: 10px;
    box-sizing: border-box;
    margin: auto;
    padding: 60px calc(70px - 2em + 56px);
  }
  .s-9901_2 #sp-header .support-block .header-size,
  .s-9901_2 #sp-header .support-block .header-color {
    margin-bottom: 55px;
  }
  .s-9901_2 #sp-header .support-block .header-size dl,
  .s-9901_2 #sp-header .support-block .header-color dl {
    align-items: center;
    display: flex;
  }
  .s-9901_2 #sp-header .support-block .header-size dt,
  .s-9901_2 #sp-header .support-block .header-color dt {
    flex-shrink: 0;
    margin-right: 20px;
    font-size: 1.75rem;
    width: calc(140px + 6em - 168px);
  }
  .s-9901_2 #sp-header .support-block .header-size dd,
  .s-9901_2 #sp-header .support-block .header-color dd {
    font-size: 0;
  }
  .s-9901_2 #sp-header .support-block .header-size dd {
    margin-right: 10px;
  }
  .s-9901_2 #sp-header .support-block .header-color dd {
    margin-right: 10px;
  }
  .s-9901_2 #sp-header .support-block .header-lang {
    display: flex;
    align-items: center;
    border: 2px solid #cacaca;
    background: #fff;
    overflow: hidden;
  }
  .s-9901_2 #sp-header .support-block .header-lang select {
    -webkit-appearance: none;
    appearance: none;
  }
  .s-9901_2 #sp-header .support-block .header-lang select::-ms-expand {
    display: none;
  }
  .s-9901_2 #sp-header .support-block .header-lang .lang-select {
    background-color: #fff;
    background-image: url(../img_common/v2_arrow_lang.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    color: #333;
    flex: 1;
    padding: 15px 20px;
    border: 0;
    min-height: 80px;
    font-size: 1.875rem;
  }
  .s-9901_2 #sp-header .support-block .header-lang .btn-lang-select {
    color: #fff;
    min-height: 80px;
    width: 115px;
    padding: 15px 5px;
    background: #333;
    font-size: 1.875rem;
    line-height: 1;
    cursor: pointer;
  }
  .s-9901_2 #sp-header .support-block .header-lang .btn-lang-select:hover {
    opacity: .85;
  }
  .s-9901_2 #sp-header .yomiage a, .s-9901_2 #sp-header .go-to-pc-btn a {
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 100%;
    background: url(../img_common/v2_arrow_black.png) no-repeat center right 20px #fff;
    border: 2px solid #cacaca;
    width: 100%;
    padding: 5px 30px;
    min-height: 80px;
    gap: 18px;
  }
  .s-9901_2 #sp-header .yomiage a::before, .s-9901_2 #sp-header .go-to-pc-btn a::before {
    display: block;
    content: "";
  }
  .s-9901_2 #sp-header .yomiage a {
    margin-bottom: 10px;
  }
  .s-9901_2 #sp-header .yomiage a::before {
    background: url(../img_common/v2_icon_sound.png) no-repeat;
    width: 38px;
    height: 24px;
  }
  .s-9901_2 #sp-header .go-to-pc-btn a {
    margin-top: 10px;
  }
  .s-9901_2 #sp-header .go-to-pc-btn a::before {
    background: url(../img_common/v2_icon_pc.png) no-repeat;
    width: 39px;
    height: 42px;
  }
  .s-9901_2 #sp-header .btn-modal-close {
    margin-top: 75px;
    display: block !important;
    width: 100%;
    box-sizing: border-box;
    background-color: #333;
    text-align: center;
    position: static !important;
  }
  .s-9901_2 #sp-header .btn-modal-close span {
    display: inline-block;
    color: #fff;
    background-image: url(../img_common/v2_close.png);
    background-position: center left 80px;
    background-repeat: no-repeat;
    padding: 20px 90px 20px 120px;
  }
}

/* pattern-responsive */
/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 768px) {
  .s-9901_2 #container {
    margin: 0 !important;
  }
}

.s-9901_2 #header .header-subnav-area {
  margin: 0;
  padding: 0;
  min-height: auto;
  height: fit-content;
  z-index: 60;
}

.s-9901_2 #header .header-subnav-area #header-logo {
  position: absolute;
  z-index: 55;
  top: 0;
  left: 5%;
}

@media screen and (max-width: 768px) {
  .s-9901_2 #header .header-subnav-area #header-logo {
    top: calc(50% - 39px);
  }
}

.s-9901_2 #header .header-subnav-area #header-logo img {
  width: 240px;
}

.s-9901_2 #header .box-support {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 10px 200px 10px calc(260px + 5%);
  box-sizing: border-box;
  gap: 20px;
}

.s-9901_2 #sp-header {
  min-height: auto;
}

.s-9901_2 #sp-header #sp-header-logo {
  position: absolute;
  z-index: 55;
  top: 0;
  left: 20px;
}

.s-9901_2 #sp-header.is-show #sp-header-nav {
  border-top: 6px solid #5d3292;
  background-color: #fff;
  width: 100%;
  min-height: 145px;
}

.s-9901_2 #sp-header.is-show #sp-header-nav .sp-modal-logo {
  position: absolute;
  width: auto;
  line-height: 0;
  margin: 35px 0 0 35px;
}

.s-9901_2 #sp-header.is-show #sp-header-nav .sp-modal-logo a {
  display: block;
  line-height: 0;
  width: fit-content;
}

.s-9901_2 #sp-header.is-show #sp-header-nav .btn-area {
  margin-top: -6px;
}

.s-9901_2 #footer-print {
  position: relative;
  background: linear-gradient(white, rgba(255, 255, 255, 0));
}

.s-9901_2 #footer-print::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../img_top/v2_footer_bg_1.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .s-9901_2 #footer-print {
    background-image: url(../img_top/v2_footer_bg_2.png);
  }
}

.s-9901_2 #footer-print #footer {
  margin-top: 0;
  padding: 70px 0 100px;
}

@media screen and (max-width: 768px) {
  .s-9901_2 #footer-print #footer {
    padding: 100px 0 60px;
  }
}

.s-9901_2 #footer-print .footer-box {
  margin-top: 180px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 70px 20px 25px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .s-9901_2 #footer-print .footer-box {
    width: 710px;
    margin: 100px auto 0;
  }
}

.s-9901_2 #footer-print .title::before {
  background-image: url(../img_top/v2_footer_site_logo.png);
}

.s-9901_2 #footer-print .footer-nav-btn a {
  color: #fff;
  background: url(../img_top/v2_arrow_white.png) no-repeat right 10px center #1e6672;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 #footer-print .footer-nav-btn a {
    background-size: 5px;
  }
}

.s-9901_2 #footer-print .copyright {
  color: #333;
}

.s-9901_2 .slider {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .slider {
    justify-content: center;
  }
}

.s-9901_2 .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;
  font-size: 0;
}

.s-9901_2 .slide-controls button + button {
  display: none;
}

.s-9901_2 .slide-controls .slide-prev, .s-9901_2 .slide-controls .slide-next {
  line-height: 0;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .slide-controls .slide-prev, .s-9901_2 .slide-controls .slide-next {
    width: 29px;
    height: 29px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .slide-controls .slide-prev, .s-9901_2 .slide-controls .slide-next {
    width: 50px;
    height: 50px;
  }
}

.s-9901_2 .slide-controls .slide-prev button, .s-9901_2 .slide-controls .slide-next button {
  background: center /contain no-repeat;
  width: 100%;
  height: 100%;
  padding: 0;
}

.s-9901_2 .slide-controls .slide-prev button.bx-prev, .s-9901_2 .slide-controls .slide-next button.bx-prev {
  background-image: url("../img_top/v2_slide_arrow.png");
}

.s-9901_2 .slide-controls .slide-prev button.bx-next, .s-9901_2 .slide-controls .slide-next button.bx-next {
  background-image: url("../img_top/v2_slide_arrow.png");
  transform: scale(-1, 1);
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .slide-controls .slide-prev {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .slide-controls .slide-prev {
    margin-right: 13px;
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .slide-controls .slide-next {
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .slide-controls .slide-next {
    margin-left: 13px;
  }
}

.s-9901_2 .slide-controls .control-unit {
  display: flex;
  align-items: center;
}

.s-9901_2 .slide-controls .control-unit .bx-pager-list {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .slide-controls .control-unit .bx-pager-list {
    max-width: 434px;
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .slide-controls .control-unit .bx-pager-list {
    max-width: 460px;
    gap: 16px;
  }
}

.s-9901_2 .slide-controls .control-unit .bx-pager-list .bx-pager-item {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    width: 24px;
    height: 24px;
    margin-right: 7px;
  }
}

.s-9901_2 .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  background: center /contain no-repeat;
  background-image: url("../img_top/v2_pager.png");
  width: 100%;
  height: 100%;
  padding: 0;
}

.s-9901_2 .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
  background-image: url("../img_top/v2_pager_active.png");
}

.s-9901_2 .slide-controls .control-unit .bx-controls-auto-item {
  line-height: 0;
}

.s-9901_2 .slide-controls .control-unit .bx-controls-auto-item button {
  background: center /contain no-repeat;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .slide-controls .control-unit .bx-controls-auto-item button {
    width: 29px;
    height: 29px;
    margin-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .slide-controls .control-unit .bx-controls-auto-item button {
    width: 50px;
    height: 50px;
    margin-left: 5px;
  }
}

.s-9901_2 .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
  background-image: url("../img_top/v2_start.png");
}

.s-9901_2 .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
  background-image: url("../img_top/v2_stop.png");
}

.s-9901_2 .slide-controls .control-unit .bx-controls-auto-item button.active {
  display: none;
}

.s-9901_2 .mv-area {
  position: relative;
  min-height: 850px;
}

.s-9901_2 .mv-area .mv-slider {
  position: relative;
}

.s-9901_2 .mv-area .mv-slider .item, .s-9901_2 .mv-area .mv-slider .item-img img {
  width: 100% !important;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .mv-area .mv-slider .item, .s-9901_2 .mv-area .mv-slider .item-img img {
    height: 850px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .mv-area .mv-slider .item, .s-9901_2 .mv-area .mv-slider .item-img img {
    height: 1000px;
  }
}

.s-9901_2 .mv-area .mv-slider .item-in {
  position: relative;
}

.s-9901_2 .mv-area .mv-slider .item-in .item-img img {
  object-fit: cover;
  width: 100%;
}

.s-9901_2 .mv-area .control-unit {
  position: absolute;
  z-index: 55;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .mv-area .control-unit {
    right: 20px;
    bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .mv-area .control-unit {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .mv-area .control-unit {
    justify-content: center;
  }
}

.s-9901_2 section[class^="sec"] .in {
  margin: 0 auto;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 section[class^="sec"] .in {
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 section[class^="sec"] .in {
    width: 710px;
  }
}

.s-9901_2 section[class^="sec"] .in h2.title {
  font-weight: bold;
  text-align: center;
  line-height: normal;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 section[class^="sec"] .in h2.title {
    font-size: 1.875rem;
  }
}

.s-9901_2 section[class^="sec"] .in .list {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .site-banner {
    position: absolute;
    z-index: 55;
    left: 50px;
    top: 570px;
  }
  .s-9901_2 .site-banner img {
    transition: transform .3s ease;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .site-banner {
    padding: 50px 0 40px;
    background-color: #f6f4e8;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .site-banner {
    top: 715px;
  }
}

.s-9901_2 .site-banner .list {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .site-banner .list {
    gap: 18px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .site-banner .list {
    justify-content: space-between;
    width: 710px;
    margin: 0 auto;
  }
}

.s-9901_2 .site-banner a {
  display: block;
}

.s-9901_2 .site-banner a:hover img {
  transform: scale(1.03);
}

.s-9901_2 .sec-emergency, .s-9901_2 .sec-jalert {
  margin: 20px auto 0;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-emergency, .s-9901_2 .sec-jalert {
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-emergency, .s-9901_2 .sec-jalert {
    width: 710px;
  }
}

.s-9901_2 .sec-emergency .title-box, .s-9901_2 .sec-jalert .title-box {
  background-color: #c52e2e;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-emergency .title-box, .s-9901_2 .sec-jalert .title-box {
    padding: 20px 23px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-emergency .title-box, .s-9901_2 .sec-jalert .title-box {
    padding: 15px 20px 15px 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-emergency .title-box .title, .s-9901_2 .sec-jalert .title-box .title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-emergency .title-box .title, .s-9901_2 .sec-jalert .title-box .title {
    font-size: 2.5rem;
    text-align: left;
  }
}

.s-9901_2 .sec-emergency .btn, .s-9901_2 .sec-jalert .btn {
  background-color: #fff;
  text-align: center;
  transition: background-color .3s ease;
  color: #333;
}

.s-9901_2 .sec-emergency .btn:hover, .s-9901_2 .sec-jalert .btn:hover {
  background-color: #f5d9d3;
}

.s-9901_2 .sec-emergency .btn a, .s-9901_2 .sec-jalert .btn a {
  display: block;
  text-decoration: none;
}

.s-9901_2 .sec-emergency .btn a:hover, .s-9901_2 .sec-jalert .btn a:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-emergency .btn a, .s-9901_2 .sec-jalert .btn a {
    padding: 10px 40px 10px 20px;
    background: url("../img_top/v2_arrow_red.png") no-repeat right 12px center;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-emergency .btn a, .s-9901_2 .sec-jalert .btn a {
    min-width: 260px;
    padding: 16px 54px 16px 40px;
    box-sizing: border-box;
    background: url("../img_top/v2_arrow_red.png") no-repeat right 24px center;
    font-size: 1.125rem;
    font-weight: bold;
  }
}

.s-9901_2 .sec-emergency .sec-box, .s-9901_2 .sec-jalert .sec-box {
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-emergency .sec-box, .s-9901_2 .sec-jalert .sec-box {
    border: 1px solid #c52e2e;
    width: 100%;
    padding: 20px 10px 20px 20px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-emergency .sec-box, .s-9901_2 .sec-jalert .sec-box {
    border: 4px solid #c52e2e;
    padding: 30px 15px 30px 20px;
  }
}

.s-9901_2 .sec-emergency .emergency-list, .s-9901_2 .sec-emergency .jalert-list, .s-9901_2 .sec-jalert .emergency-list, .s-9901_2 .sec-jalert .jalert-list {
  overflow-y: auto;
  padding: 2px;
  margin: -2px;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-emergency .emergency-list, .s-9901_2 .sec-emergency .jalert-list, .s-9901_2 .sec-jalert .emergency-list, .s-9901_2 .sec-jalert .jalert-list {
    max-height: 185px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-emergency .emergency-list, .s-9901_2 .sec-emergency .jalert-list, .s-9901_2 .sec-jalert .emergency-list, .s-9901_2 .sec-jalert .jalert-list {
    max-height: 12em;
    font-size: 1.75rem;
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-emergency .emergency-list li, .s-9901_2 .sec-emergency .jalert-list li, .s-9901_2 .sec-jalert .emergency-list li, .s-9901_2 .sec-jalert .jalert-list li {
    padding: 12px 0;
    margin-right: 12px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-emergency .emergency-list li, .s-9901_2 .sec-emergency .jalert-list li, .s-9901_2 .sec-jalert .emergency-list li, .s-9901_2 .sec-jalert .jalert-list li {
    padding: 25px 0;
    margin-right: 25px;
  }
}

.s-9901_2 .sec-emergency .emergency-list li:first-child, .s-9901_2 .sec-emergency .jalert-list li:first-child, .s-9901_2 .sec-jalert .emergency-list li:first-child, .s-9901_2 .sec-jalert .jalert-list li:first-child {
  padding-top: 0;
}

.s-9901_2 .sec-emergency .emergency-list li:last-child, .s-9901_2 .sec-emergency .jalert-list li:last-child, .s-9901_2 .sec-jalert .emergency-list li:last-child, .s-9901_2 .sec-jalert .jalert-list li:last-child {
  padding-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-emergency .emergency-list li + li, .s-9901_2 .sec-emergency .jalert-list li + li, .s-9901_2 .sec-jalert .emergency-list li + li, .s-9901_2 .sec-jalert .jalert-list li + li {
    border-top: 1px solid #f1f1f1;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-emergency .emergency-list li + li, .s-9901_2 .sec-emergency .jalert-list li + li, .s-9901_2 .sec-jalert .emergency-list li + li, .s-9901_2 .sec-jalert .jalert-list li + li {
    border-top: 2px solid #f1f1f1;
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-emergency .emergency-list .date, .s-9901_2 .sec-emergency .jalert-list .date, .s-9901_2 .sec-jalert .emergency-list .date, .s-9901_2 .sec-jalert .jalert-list .date {
    float: left;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-emergency .emergency-list .date, .s-9901_2 .sec-emergency .jalert-list .date, .s-9901_2 .sec-jalert .emergency-list .date, .s-9901_2 .sec-jalert .jalert-list .date {
    line-height: 120%;
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-emergency .emergency-list .txt, .s-9901_2 .sec-emergency .jalert-list .txt, .s-9901_2 .sec-jalert .emergency-list .txt, .s-9901_2 .sec-jalert .jalert-list .txt {
    padding-left: 10em;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-emergency .emergency-list .txt, .s-9901_2 .sec-emergency .jalert-list .txt, .s-9901_2 .sec-jalert .emergency-list .txt, .s-9901_2 .sec-jalert .jalert-list .txt {
    margin-top: -4px;
    line-height: 150%;
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-jalert {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-jalert {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-emergency {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-emergency {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-search {
    margin-top: 50px;
  }
}

.s-9901_2 .sec-search .in {
  background-color: #f6f4e8;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-search .in {
    padding: 30px 20px 30px 30px;
    gap: 14px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-search .in {
    width: 100% !important;
    padding: 10px 75px 50px;
    flex-wrap: wrap;
    gap: 30px 20px;
  }
}

.s-9901_2 .sec-search .header-search, .s-9901_2 .sec-search .page-search {
  margin-right: 6px;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-search .header-search, .s-9901_2 .sec-search .page-search {
    width: 330px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-search .header-search, .s-9901_2 .sec-search .page-search {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-search .btn-shisetsu, .s-9901_2 .sec-search .btn-soshiki {
    width: calc(50% - 20px);
  }
}

.s-9901_2 .sec-search .btn-shisetsu a, .s-9901_2 .sec-search .btn-soshiki a {
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: background-size .3s ease;
}

.s-9901_2 .sec-search .btn-shisetsu a:hover, .s-9901_2 .sec-search .btn-soshiki a:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-search .btn-shisetsu a, .s-9901_2 .sec-search .btn-soshiki a {
    width: 118px;
    padding: 43px 5px 5px;
    border-top: 2px solid #5d3292;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-search .btn-shisetsu a, .s-9901_2 .sec-search .btn-soshiki a {
    font-size: 1.5rem;
    width: 100%;
    padding: 27px 5px 27px 90px;
    border-top: 4px solid #5d3292;
    background-position: center left 30px;
  }
}

.s-9901_2 .sec-search .btn-shisetsu a {
  background-image: url("../img_top/v2_icon_shisetsu.png");
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-search .btn-shisetsu a {
    background-size: 22px;
    background-position: center top 11px;
  }
  .s-9901_2 .sec-search .btn-shisetsu a:hover {
    background-size: 24px;
  }
}

.s-9901_2 .sec-search .btn-soshiki a {
  background-image: url("../img_top/v2_icon_soshiki.png");
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-search .btn-soshiki a {
    background-size: 27px;
    background-position: center top 13px;
  }
  .s-9901_2 .sec-search .btn-soshiki a:hover {
    background-size: 31px;
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-notice {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-notice {
    margin-top: 85px;
  }
}

.s-9901_2 .sec-notice .title {
  position: relative;
  width: fit-content;
  display: block;
  margin: 0 auto;
  margin-bottom: calc(-23px - 0.75em + 22.5px);
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-notice .title {
    font-size: 2.5rem;
  }
}

.s-9901_2 .sec-notice .title span::before, .s-9901_2 .sec-notice .title::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: inline-block;
  background-color: #a7383b;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-notice .title span::before, .s-9901_2 .sec-notice .title::after {
    width: 6px;
    height: 6px;
    border-radius: 6px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-notice .title span::before, .s-9901_2 .sec-notice .title::after {
    width: 12px;
    height: 12px;
    border-radius: 12px;
  }
}

.s-9901_2 .sec-notice .title span:before {
  left: 0;
}

.s-9901_2 .sec-notice .title:after {
  right: 0;
}

.s-9901_2 .sec-notice .title .decoration {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0 20px;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-notice .title .decoration {
    padding: 0 30px;
  }
}

.s-9901_2 .sec-notice .sec-box {
  border: 2px solid #a7383b;
  padding: 70px 30px 30px;
}

.s-9901_2 .sec-notice .notice-list {
  overflow-y: auto;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-notice .notice-list {
    max-height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-notice .notice-list {
    max-height: 556px;
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-notice .notice-list li {
    padding-bottom: 20px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-notice .notice-list li {
    padding-bottom: 30px;
    margin-right: 25px;
  }
}

.s-9901_2 .sec-notice .notice-list li:last-child {
  padding-bottom: 0;
}

.s-9901_2 .sec-notice .notice-list .date {
  background-color: #f6f4e8;
  width: fit-content;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-notice .notice-list .date {
    float: left;
    padding: 4px 8px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-notice .notice-list .date {
    padding: 1px 18px;
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-notice .notice-list .txt {
    padding-left: 10em;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-notice .notice-list .txt {
    margin-top: 15px;
    line-height: 150%;
  }
}

.s-9901_2 .sec-notice .btn {
  width: fit-content;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-notice .btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-notice .btn {
    margin-top: 50px;
  }
}

.s-9901_2 .sec-notice .btn a {
  padding: 10px 15px;
  min-height: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  transition: background-color .3s ease;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-notice .btn a {
    min-width: 300px;
    background: url("../img_top/v2_arrow_white.png") no-repeat right 10px center #a7383b;
    background-size: 9px;
  }
  .s-9901_2 .sec-notice .btn a:hover {
    text-decoration: underline;
    background: url("../img_top/v2_arrow_white.png") no-repeat right 10px center #cb4242;
    background-size: 9px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-notice .btn a {
    min-width: 500px;
    background: url("../img_top/v2_arrow_white.png") no-repeat right 20px center #a7383b;
    padding: 24px 40px;
  }
}

.s-9901_2 .news-area {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  margin-top: 70px;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .news-area {
    background-image: url(../img_top/v2_bg_01.jpg);
    padding: 45px 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .news-area {
    background-image: url(../img_top/v2_bg_02.jpg);
    padding: 70px 20px;
  }
}

.s-9901_2 .news-area .in {
  margin: 0 auto;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .news-area .in {
    width: 1000px;
    display: flex;
    gap: 20px;
    align-items: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .news-area .in {
    width: 710px;
  }
}

.s-9901_2 .news-area .sec-news, .s-9901_2 .news-area .sec-topics .sec-box {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 15px;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .news-area .sec-news, .s-9901_2 .news-area .sec-topics .sec-box {
    padding: 30px;
    border: 1px solid #1e6672;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .news-area .sec-news, .s-9901_2 .news-area .sec-topics .sec-box {
    border: 2px solid #1e6672;
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .news-area .sec-news {
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .news-area .sec-news {
    padding: 65px 28px 50px;
  }
}

.s-9901_2 .news-area .sec-news .title-decoration::before, .s-9901_2 .news-area .sec-news .title-decoration::after, .s-9901_2 .news-area .sec-news .decoration::before, .s-9901_2 .news-area .sec-news .decoration::after {
  background-color: #e2debd;
}

.s-9901_2 .news-area .sec-news .title {
  font-size: 1.875rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .s-9901_2 .news-area .sec-news .title {
    font-size: 2.75rem;
  }
}

.s-9901_2 .news-area #tab-area &gt; .list {
  display: flex;
  justify-content: space-between;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .news-area #tab-area &gt; .list {
    gap: 3px;
    border-bottom: 2px solid #1e6672;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .news-area #tab-area &gt; .list {
    gap: 6px;
    border-bottom: 4px solid #1e6672;
  }
}

.s-9901_2 .news-area #tab-area &gt; .list li {
  background-color: #f4f2e3;
  display: flex;
  justify-content: center;
  flex: 1;
  word-break: break-word;
}

.s-9901_2 .news-area #tab-area &gt; .list li a {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 8px 20px;
  min-height: 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .s-9901_2 .news-area #tab-area &gt; .list li a {
    font-size: 1.875rem;
    min-height: 72px;
  }
}

.s-9901_2 .news-area #tab-area &gt; .list li a:focus {
  background-color: inherit;
}

.s-9901_2 .news-area #tab-area &gt; .list li.hover {
  background-color: #becfc7;
}

.s-9901_2 .news-area #tab-area &gt; .list li[aria-selected="true"] {
  background-color: #1e6672;
}

.s-9901_2 .news-area #tab-area &gt; .list li[aria-selected="true"] a {
  color: #fff;
  text-decoration: none;
}

.s-9901_2 .news-area #tab-area .box {
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .news-area #tab-area .box {
    padding: 20px 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .news-area #tab-area .box {
    padding: 30px 0 0 25px;
  }
}

.s-9901_2 .news-area #tab-area .box .list, .s-9901_2 .news-area #tab-area .box .pageListNotExists {
  padding: 2px;
  margin: -2px;
  overflow-y: auto;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .news-area #tab-area .box .list, .s-9901_2 .news-area #tab-area .box .pageListNotExists {
    height: 280px;
  }
  .s-9901_2 .news-area #tab-area .box .list li + li, .s-9901_2 .news-area #tab-area .box .pageListNotExists li + li {
    margin-top: 17px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .news-area #tab-area .box .list, .s-9901_2 .news-area #tab-area .box .pageListNotExists {
    height: 440px;
  }
  .s-9901_2 .news-area #tab-area .box .list li + li, .s-9901_2 .news-area #tab-area .box .pageListNotExists li + li {
    margin-top: 30px;
  }
}

.s-9901_2 .news-area #tab-area .box .list li, .s-9901_2 .news-area #tab-area .box .pageListNotExists li {
  overflow: hidden;
  padding: 2px;
  margin: -2px;
}

@media screen and (max-width: 768px) {
  .s-9901_2 .news-area #tab-area .box .list li, .s-9901_2 .news-area #tab-area .box .pageListNotExists li {
    margin-right: 10px;
  }
}

.s-9901_2 .news-area #tab-area .box img {
  float: left;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .news-area #tab-area .box img {
    max-width: 140px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .news-area #tab-area .box img {
    max-width: 235px;
    margin-right: 25px;
  }
}

.s-9901_2 .news-area #tab-area .box .date {
  line-height: 100%;
  display: flex;
  justify-content: center;
  width: fit-content;
  align-items: center;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .news-area #tab-area .box .date {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .news-area #tab-area .box .date {
    margin-bottom: 8px;
  }
}

.s-9901_2 .news-area #tab-area .box .txt {
  line-height: normal;
}

.s-9901_2 .news-area #tab-area .btn a {
  background-color: #1e6672;
  display: block;
  background-repeat: no-repeat;
  text-decoration: none;
  background-image: url(../img_top/v2_arrow_white.png);
  margin: 30px auto 0;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .news-area #tab-area .btn a {
    width: 250px;
    background-position: right 20px center;
    background-size: 9px;
    padding: 13px 44px;
    transition: background-color .3s ease;
  }
  .s-9901_2 .news-area #tab-area .btn a:hover {
    background-color: #347580;
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .news-area #tab-area .btn a {
    width: 450px;
    background-size: 24px;
    background-position: right 20px center;
    padding: 24px 44px;
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-topics {
    flex: 1;
  }
}

.s-9901_2 .sec-topics .sec-box {
  width: auto;
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-topics .sec-box {
    padding: 40px 44px 50px;
  }
}

.s-9901_2 .sec-topics .title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  font-size: 1.875rem;
  line-height: 190%;
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-topics .title {
    font-size: 2.5rem;
    line-height: 290%;
    margin-top: 10px;
    gap: 32px;
  }
}

.s-9901_2 .sec-topics .title::before, .s-9901_2 .sec-topics .title::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
}

.s-9901_2 .sec-topics .title::before {
  background-image: url(../img_top/v2_topics_bg_01.png);
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-topics .title::before {
    background-size: 65px;
    width: 65px;
    height: 81px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-topics .title::before {
    width: 115px;
    height: 142px;
  }
}

.s-9901_2 .sec-topics .title::after {
  background-image: url(../img_top/v2_topics_bg_02.png);
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-topics .title::after {
    background-size: 44px;
    width: 44px;
    height: 67px;
    margin-right: 21px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-topics .title::after {
    width: 88px;
    height: 134px;
    margin-right: 8px;
  }
}

.s-9901_2 .sec-topics .topics-slider {
  position: relative;
  overflow: hidden;
}

.s-9901_2 .sec-topics .topics-slider .bx-wrapper {
  margin: 0 auto;
}

.s-9901_2 .sec-topics .bx-viewport, .s-9901_2 .sec-topics .slider {
  padding: 2px;
  height: auto !important;
}

.s-9901_2 .sec-topics a:hover img {
  opacity: 0.85;
}

.s-9901_2 .sec-topics .item-txt {
  margin-top: 20px;
}

.s-9901_2 .sec-topics .item-img img {
  transition: opacity .3s ease;
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-topics .item-img img {
    width: 430px;
    height: 280px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-topics .item-img img {
    width: 620px;
    height: 400px;
  }
}

.s-9901_2 .sec-topics .slide-controls {
  width: 100%;
  margin-top: 20px;
}

.s-9901_2 .sec-topics .control-unit {
  justify-content: center;
}

.s-9901_2 .sec-topics .bx-pager-list {
  max-width: 284px;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-if {
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-if {
    margin-top: 90px;
  }
}

.s-9901_2 .sec-if .title {
  font-size: 1.875rem;
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-if .title {
    font-size: 2.75rem;
  }
}

.s-9901_2 .sec-if .title-decoration::before, .s-9901_2 .sec-if .title-decoration::after, .s-9901_2 .sec-if .decoration::before, .s-9901_2 .sec-if .decoration::after {
  background-color: #e2debd;
}

.s-9901_2 .sec-if .list {
  justify-content: center;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-if .list {
    gap: 13px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-if .list {
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 45px;
  }
}

.s-9901_2 .sec-if .item a, .s-9901_2 .sec-if .item .item-nolink {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-image: url(../img_top/v2_arrow_pink.png);
  background-position: center right 10px;
  text-decoration: none;
  padding: 10px 20px;
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-if .item a, .s-9901_2 .sec-if .item .item-nolink {
    font-size: 1.125rem;
    border: 1px solid #e2debd;
    border-left: 4px solid #df8282;
    width: 240px;
    min-height: 80px;
    background-size: 9px;
    transition: background-color .3s ease;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-if .item a, .s-9901_2 .sec-if .item .item-nolink {
    border: 2px solid #e2debd;
    border-left: 6px solid #df8282;
    width: 344px;
    min-height: 100px;
  }
}

.s-9901_2 .sec-if .item a:hover, .s-9901_2 .sec-if .item .item-nolink:hover {
  text-decoration: underline;
  background-color: #f9e6e6;
}

.s-9901_2 .sec-search-link {
  position: relative;
  z-index: 1;
  background-color: #f6f4e8;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-search-link {
    margin-top: 90px;
    padding: 70px 0 75px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-search-link {
    margin-top: 50px;
    padding: 90px 0 105px;
  }
}

.s-9901_2 .sec-search-link .title {
  font-size: 1.875rem;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-search-link .title {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-search-link .title {
    line-height: 120%;
    font-size: 2.75rem;
    text-align: center;
    margin-bottom: 50px;
  }
}

.s-9901_2 .sec-search-link .title-decoration::before, .s-9901_2 .sec-search-link .title-decoration::after, .s-9901_2 .sec-search-link .decoration::before, .s-9901_2 .sec-search-link .decoration::after {
  background-color: #1e6672;
}

.s-9901_2 .sec-search-link .mokuteki-search .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-search-link .mokuteki-search .list {
    margin-top: 35px;
    gap: 30px;
    width: 990px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-search-link .mokuteki-search .list {
    margin-top: 60px;
    gap: 30px 22px;
    width: 710px;
    overflow: visible !important;
  }
}

.s-9901_2 .sec-search-link .mokuteki-search .list li {
  text-align: center;
  position: relative;
  float: none !important;
  width: fit-content !important;
}

.s-9901_2 .sec-search-link .mokuteki-search .list a, .s-9901_2 .sec-search-link .mokuteki-search .list .item-nolink {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 5px;
  box-sizing: border-box;
  z-index: 2;
  text-align: left;
  line-height: 120%;
  height: 100%;
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-image: url(../img_top/v2_arrow_green.png);
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-search-link .mokuteki-search .list a, .s-9901_2 .sec-search-link .mokuteki-search .list .item-nolink {
    width: 310px;
    min-height: 90px;
    gap: 30px;
    padding-left: 30px;
    padding-right: 20px;
    background-size: 9px;
    border: 1px solid #1e6672;
  }
  .s-9901_2 .sec-search-link .mokuteki-search .list a:hover, .s-9901_2 .sec-search-link .mokuteki-search .list .item-nolink:hover {
    border: 2.4px solid #1e6672;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-search-link .mokuteki-search .list a, .s-9901_2 .sec-search-link .mokuteki-search .list .item-nolink {
    width: 344px;
    min-height: 110px;
    gap: 13px;
    padding-left: 10px;
    padding-right: 15px;
    border: 2px solid #1e6672;
  }
  .s-9901_2 .sec-search-link .mokuteki-search .list a:hover, .s-9901_2 .sec-search-link .mokuteki-search .list .item-nolink:hover {
    border: 3px solid #1e6672;
  }
}

.s-9901_2 .sec-search-link .mokuteki-search .list a img, .s-9901_2 .sec-search-link .mokuteki-search .list .item-nolink img {
  width: auto !important;
}

.s-9901_2 .sec-search-link .mokuteki-search .list a:hover, .s-9901_2 .sec-search-link .mokuteki-search .list .item-nolink:hover {
  text-decoration: underline;
}

.s-9901_2 .sec-search-link .mokuteki-search .list a:hover img, .s-9901_2 .sec-search-link .mokuteki-search .list .item-nolink:hover img {
  opacity: 0.85;
}

.s-9901_2 .sec-search-link .mokuteki-search .list a:focus, .s-9901_2 .sec-search-link .mokuteki-search .list .item-nolink:focus {
  color: #333;
}

.s-9901_2 .sec-about {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about {
    background-image: url(../img_top/v2_bg_03.jpg);
    padding: 45px 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about {
    background-image: url(../img_top/v2_bg_04.jpg);
    padding: 70px 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .in &gt; .title {
    font-size: 1.875rem;
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .in &gt; .title {
    line-height: 120%;
    font-size: 2.75rem;
    text-align: center;
    margin-bottom: 45px;
  }
}

.s-9901_2 .sec-about .title-decoration::before, .s-9901_2 .sec-about .title-decoration::after, .s-9901_2 .sec-about .decoration::before, .s-9901_2 .sec-about .decoration::after {
  background-color: #5d3292;
}

.s-9901_2 .sec-about a {
  text-decoration: none;
}

.s-9901_2 .sec-about a img {
  transition: opacity .3s ease;
}

.s-9901_2 .sec-about a:hover {
  text-decoration: underline;
}

.s-9901_2 .sec-about a:hover img {
  opacity: 0.85;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-top {
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-top .box-in {
    width: 490px;
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-top .box-in-left {
    width: 490px;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}

.s-9901_2 .sec-about .box-top .img-list {
  gap: 22px;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-top .img-list {
    width: 490px;
  }
}

.s-9901_2 .sec-about .box-top .img-list img {
  object-fit: cover;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-top .img-list img {
    width: 224px;
    height: 146px;
    padding: 5px;
    border: 1px solid #5d3292;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-top .img-list img {
    width: 344px;
    height: 230px;
    padding: 8px;
    border: 2px solid #5d3292;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
}

.s-9901_2 .sec-about .box-top .img-list .item-in {
  text-align: center;
}

.s-9901_2 .sec-about .box-top .link-list {
  flex-wrap: wrap;
  gap: 20px 22px;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-top .link-list {
    width: 490px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-top .link-list {
    margin-top: 20px;
  }
}

.s-9901_2 .sec-about .box-top .link-list .item a, .s-9901_2 .sec-about .box-top .link-list .item .item-nolink {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-image: url(../img_top/v2_arrow_purple.png);
  background-position: center right 10px;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #fff;
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-top .link-list .item a, .s-9901_2 .sec-about .box-top .link-list .item .item-nolink {
    border-left: 4px solid #5d3292;
    width: 234px;
    min-height: 80px;
    background-size: 9px;
    transition: background-color .3s ease;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-top .link-list .item a, .s-9901_2 .sec-about .box-top .link-list .item .item-nolink {
    border-left: 6px solid #5d3292;
    width: 344px;
    min-height: 120px;
  }
}

.s-9901_2 .sec-about .box-top .link-list .item a:hover, .s-9901_2 .sec-about .box-top .link-list .item .item-nolink:hover {
  text-decoration: underline;
  background-color: #f2e7ff;
}

.s-9901_2 .sec-about .box-top .box-in-right {
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-top .box-in-right {
    border: 1px solid #5d3292;
    padding: 30px 42px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-top .box-in-right {
    margin-top: 50px;
    border: 2px solid #5d3292;
    padding: 30px;
  }
}

.s-9901_2 .sec-about .box-top .box-in-right .koho, .s-9901_2 .sec-about .box-top .box-in-right .repo {
  display: flex;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-top .box-in-right .koho, .s-9901_2 .sec-about .box-top .box-in-right .repo {
    align-items: center;
    gap: 30px;
  }
}

.s-9901_2 .sec-about .box-top .box-in-right .koho .image a, .s-9901_2 .sec-about .box-top .box-in-right .repo .image a {
  display: block;
}

.s-9901_2 .sec-about .box-top .box-in-right .koho .image a, .s-9901_2 .sec-about .box-top .box-in-right .koho .image .item-nolink, .s-9901_2 .sec-about .box-top .box-in-right .repo .image a, .s-9901_2 .sec-about .box-top .box-in-right .repo .image .item-nolink {
  background: none;
}

.s-9901_2 .sec-about .box-top .box-in-right .koho .title {
  background: #f2e7ff;
}

.s-9901_2 .sec-about .box-top .box-in-right .koho .title::before, .s-9901_2 .sec-about .box-top .box-in-right .koho .title::after {
  border: 30px solid #f2e7ff;
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-top .box-in-right .koho .title::before, .s-9901_2 .sec-about .box-top .box-in-right .koho .title::after {
    border: 42px solid #f2e7ff;
  }
}

.s-9901_2 .sec-about .box-top .box-in-right .koho a, .s-9901_2 .sec-about .box-top .box-in-right .koho .item-nolink {
  background-image: url(../img_top/v2_arrow_purple.png);
}

.s-9901_2 .sec-about .box-top .box-in-right .koho a:hover, .s-9901_2 .sec-about .box-top .box-in-right .koho .item-nolink:hover {
  background-color: #f8f3ff;
}

.s-9901_2 .sec-about .box-top .box-in-right .repo .title {
  background: #d1eaf4;
}

.s-9901_2 .sec-about .box-top .box-in-right .repo .title::before, .s-9901_2 .sec-about .box-top .box-in-right .repo .title::after {
  border: 30px solid #d1eaf4;
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-top .box-in-right .repo .title::before, .s-9901_2 .sec-about .box-top .box-in-right .repo .title::after {
    border: 42px solid #d1eaf4;
  }
}

.s-9901_2 .sec-about .box-top .box-in-right .repo a, .s-9901_2 .sec-about .box-top .box-in-right .repo .item-nolink {
  background-image: url(../img_top/v2_arrow_blue.png);
}

.s-9901_2 .sec-about .box-top .box-in-right .repo a:hover, .s-9901_2 .sec-about .box-top .box-in-right .repo .item-nolink:hover {
  background-color: #e8f4f9;
}

.s-9901_2 .sec-about .box-top .box-in-right .text {
  width: 260px;
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-top .box-in-right .text {
    width: 440px;
  }
}

.s-9901_2 .sec-about .box-top .box-in-right .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 10px auto 24px;
  text-align: center;
  line-height: 100%;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-top .box-in-right .title {
    font-size: 1.5rem;
    width: 200px;
    min-height: 56px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-top .box-in-right .title {
    font-size: 2.25rem;
    width: 390px;
    min-height: 84px;
  }
}

.s-9901_2 .sec-about .box-top .box-in-right .title::before, .s-9901_2 .sec-about .box-top .box-in-right .title::after {
  display: block;
  content: '';
}

.s-9901_2 .sec-about .box-top .box-in-right .title:before {
  margin-left: -28px;
  border-left-width: 15px !important;
  border-left-color: transparent !important;
}

.s-9901_2 .sec-about .box-top .box-in-right .title:after {
  margin-right: -28px;
  border-right-width: 15px !important;
  border-right-color: transparent !important;
}

.s-9901_2 .sec-about .box-top .box-in-right .decoration {
  position: relative;
  display: block;
}

.s-9901_2 .sec-about .box-top .box-in-right .sub-title {
  display: block;
  font-size: 0.75rem;
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-top .box-in-right .sub-title {
    font-size: 1.125rem;
  }
}

.s-9901_2 .sec-about .box-top .box-in-right .btn + .btn {
  margin-top: 10px;
}

.s-9901_2 .sec-about .box-top .box-in-right .btn a, .s-9901_2 .sec-about .box-top .box-in-right .btn .item-nolink {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center right 10px;
  text-decoration: none;
  padding: 10px 20px;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-top .box-in-right .btn a, .s-9901_2 .sec-about .box-top .box-in-right .btn .item-nolink {
    font-size: 0.875rem;
    border: 1px solid #e2debd;
    min-height: 50px;
    background-size: 9px;
    transition: background-color .3s ease;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-top .box-in-right .btn a, .s-9901_2 .sec-about .box-top .box-in-right .btn .item-nolink {
    border: 2px solid #e2debd;
    min-height: 100px;
  }
}

.s-9901_2 .sec-about .box-top .box-in-right .btn a:hover, .s-9901_2 .sec-about .box-top .box-in-right .btn .item-nolink:hover {
  text-decoration: underline;
}

.s-9901_2 .sec-about .box-top .box-in-right .image img {
  object-fit: cover;
  box-shadow: 2px 4px 6px 2px rgba(0, 0, 0, 0.2);
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-top .box-in-right .image img {
    width: 142px;
    height: 201px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-top .box-in-right .image img {
    width: 180px;
    height: 255px;
    margin-right: -4px;
  }
}

.s-9901_2 .sec-about .box-bottom &gt; .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-bottom &gt; .list {
    gap: 20px 22px;
  }
}

.s-9901_2 .sec-about .box-bottom &gt; .list .item {
  word-break: break-word;
}

.s-9901_2 .sec-about .box-bottom &gt; .list .item a, .s-9901_2 .sec-about .box-bottom &gt; .list .item .item-nolink {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-image: url(../img_top/v2_arrow_purple.png);
  background-position: center right 10px;
  text-decoration: none;
  background-color: #fff;
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-bottom &gt; .list .item a, .s-9901_2 .sec-about .box-bottom &gt; .list .item .item-nolink {
    border-left: 4px solid #5d3292;
    width: 320px;
    min-height: 100px;
    padding: 10px 20px 10px 45px;
    background-size: 9px;
    transition: background-color .3s ease;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-bottom &gt; .list .item a, .s-9901_2 .sec-about .box-bottom &gt; .list .item .item-nolink {
    border-left: 6px solid #5d3292;
    width: 344px;
    min-height: 120px;
    padding: 10px 20px 10px 20px;
  }
}

.s-9901_2 .sec-about .box-bottom &gt; .list .item a:hover, .s-9901_2 .sec-about .box-bottom &gt; .list .item .item-nolink:hover {
  text-decoration: underline;
  background-color: #f2e7ff;
}

.s-9901_2 .sec-about .box-bottom &gt; .list .item .item-in {
  display: flex;
  align-items: center;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-bottom &gt; .list .item .item-in {
    gap: 35px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-bottom &gt; .list .item .item-in {
    gap: 20px;
  }
}

.s-9901_2 .sec-about .box-bottom &gt; .list .item .item-in img {
  object-fit: contain;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-bottom &gt; .list .item .item-in img {
    max-width: 45px;
    max-height: 45px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-bottom &gt; .list .item .item-in img {
    max-width: 50px;
    max-height: 50px;
  }
}

.s-9901_2 .sec-about .box-bottom .box-in {
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-bottom .box-in {
    display: flex;
    border: 1px solid #5d3292;
    padding: 23px 0px 23px 50px;
    margin-top: 30px;
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-bottom .box-in {
    padding: 40px 20px;
    margin-top: 50px;
    border: 2px solid #5d3292;
  }
}

.s-9901_2 .sec-about .box-bottom .box-in .title {
  line-height: 100%;
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-bottom .box-in .title {
    flex-direction: column;
    font-size: 1.5rem;
    width: 165px;
    border-right: 1px solid #e2debd;
    padding: 13px 0;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-bottom .box-in .title {
    font-size: 2.25rem;
    border-bottom: 2px solid #e2debd;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
  .s-9901_2 .sec-about .box-bottom .box-in .title::before {
    content: "";
    width: calc(148px + 1em - 36px);
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-bottom .box-in .date {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-bottom .box-in .date {
    font-size: 1.125rem;
    line-height: 100%;
  }
}

.s-9901_2 .sec-about .box-bottom .box-in .list {
  align-items: center;
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-bottom .box-in .list {
    width: 100%;
    flex-wrap: wrap;
    gap: 35px 0;
  }
}

.s-9901_2 .sec-about .box-bottom .box-in .list li {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-bottom .box-in .list li {
    width: 181px;
    padding: 4px 0 4px 65px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-bottom .box-in .list li {
    width: 333px;
    padding: 11px 0 3px;
  }
}

.s-9901_2 .sec-about .box-bottom .box-in .list .text {
  line-height: 100%;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-bottom .box-in .list .text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-bottom .box-in .list .text {
    font-size: 1.25rem;
  }
}

.s-9901_2 .sec-about .box-bottom .box-in .list .value {
  line-height: 120%;
  word-break: break-word;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-bottom .box-in .list .value {
    font-size: 1.125rem;
  }
}

.s-9901_2 .sec-about .box-bottom .box-in .list .item1 {
  background-image: url(../img_top/v2_icon_population_01.png) !important;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-bottom .box-in .list .item1 {
    background-size: 48px;
    background-position: center left;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-bottom .box-in .list .item1 {
    padding-left: 160px;
    background-position: center left 70px;
  }
}

.s-9901_2 .sec-about .box-bottom .box-in .list .item2 {
  background-image: url(../img_top/v2_icon_population_02.png) !important;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-bottom .box-in .list .item2 {
    background-size: 35px;
    background-position: center left 8px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-bottom .box-in .list .item2 {
    padding-left: 123px;
    background-position: center left 52px;
  }
}

.s-9901_2 .sec-about .box-bottom .box-in .list .item3 {
  background-image: url(../img_top/v2_icon_population_03.png) !important;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-bottom .box-in .list .item3 {
    background-size: 21px;
    background-position: center left 23px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-bottom .box-in .list .item3 {
    padding-left: 160px;
    background-position: center left 88px;
  }
}

.s-9901_2 .sec-about .box-bottom .box-in .list .item4 {
  background-image: url(../img_top/v2_icon_population_04.png) !important;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-about .box-bottom .box-in .list .item4 {
    background-size: 24px;
    background-position: center left 20px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-about .box-bottom .box-in .list .item4 {
    padding-left: 123px;
    background-position: center left 63px;
  }
}

.s-9901_2 .sec-relation {
  background-repeat: repeat;
  background-position: center top -30px;
  background-image: url(../img_top/v2_relation_bg.png);
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-relation {
    padding: 70px 0 50px;
  }
  .s-9901_2 .sec-relation .in {
    width: 1004px !important;
  }
  .s-9901_2 .sec-relation .item {
    padding: 2px 0;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-relation {
    padding: 70px 20px;
  }
}

.s-9901_2 .sec-relation .title {
  font-size: 1.875rem;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-relation .title {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-relation .title {
    line-height: 120%;
    font-size: 2.75rem;
    text-align: center;
    margin-bottom: 50px;
  }
}

.s-9901_2 .sec-relation .relation-info {
  display: block;
  width: fit-content;
  margin-left: auto;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-relation .relation-info {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-relation .relation-info {
    margin-bottom: 20px;
  }
}

.s-9901_2 .sec-relation .title-decoration::before, .s-9901_2 .sec-relation .title-decoration::after, .s-9901_2 .sec-relation .decoration::before, .s-9901_2 .sec-relation .decoration::after {
  background-color: #5d3292;
}

.s-9901_2 .sec-relation .relation-slider {
  position: relative;
  overflow: hidden;
}

.s-9901_2 .sec-relation .relation-slider .bx-wrapper {
  margin: 0 auto;
}

.s-9901_2 .sec-relation .relation-slider .bx-viewport, .s-9901_2 .sec-relation .relation-slider .slider {
  padding: 2px 0 2px 2px;
  margin: 0 0 0 -0.8px;
}

.s-9901_2 .sec-relation .relation-slider a {
  display: block;
}

.s-9901_2 .sec-relation .relation-slider a img {
  transition: opacity .3s ease;
}

.s-9901_2 .sec-relation .relation-slider a:hover img {
  opacity: 0.85;
}

.s-9901_2 .sec-relation .relation-slider .slide-controls {
  margin-top: 30px;
}

.s-9901_2 .sec-relation .relation-slider .control-unit {
  justify-content: center;
}

.s-9901_2 .sec-relation .item-img img {
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-relation .item-img img {
    width: 235px;
    height: 128px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-relation .item-img img {
    width: 280px;
    height: 152px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-ad .in {
    width: 610px !important;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-ad .title {
    margin-bottom: 10px;
  }
}

.s-9901_2 .sec-ad .ad-info {
  display: block;
  width: fit-content;
  margin-left: auto;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .sec-ad .ad-info {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-ad .ad-info {
    margin-bottom: 20px;
  }
}

.s-9901_2 .sec-ad .list {
  flex-wrap: wrap;
  gap: 20px 37px;
}

@media screen and (max-width: 768px) {
  .s-9901_2 .sec-ad .list {
    gap: 30px 50px;
    width: 610px;
    margin: 0 auto;
  }
}

.s-9901_2 .sec-ad .list a {
  display: block;
}

.s-9901_2 .sec-ad .list a img {
  transition: opacity .3s ease;
}

.s-9901_2 .sec-ad .list a:hover img {
  opacity: 0.85;
}

.s-9901_2 .sec-ad .item-img img {
  object-fit: contain;
  width: 170px;
  height: 60px;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  margin-top: 100px;
  background-color: #fff;
}

footer .box {
  width: 1000px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}

footer #pagetop-pc a {
  display: block;
  position: absolute;
  top: -73px;
  right: -130px;
}

footer #pagetop-pc a img {
  width: 76px;
  height: auto;
}

footer .footer-logo {
  float: left;
}

footer .footer-address {
  float: left;
  width: 205px;
  margin-top: 35px;
}

footer .footer-nav {
  float: right;
}

footer .footer-nav .list {
  overflow: hidden;
  padding: 20px 0 16px;
}

footer .footer-nav .list li {
  float: left;
  margin-left: 10px;
}

footer .footer-nav .list li a {
  display: inline-block;
  padding: 8px 14px;
  padding-right: 24px;
  border: 1px solid #d7d7d7;
  border-radius: 2em;
  background: url(../img_common/listmark03.png) no-repeat right 10px center #fff;
  color: #333;
  text-decoration: none;
}

footer .footer-nav .list li a:hover {
  text-decoration: underline;
}

footer .footer-notes {
  float: right;
  width: 585px;
  font-size: 85%;
  margin-bottom: 10px;
}

footer .copyright {
  padding: 8px 0;
  background-color: #2478a6;
  color: #fff;
  font-size: 85%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .box {
    width: auto;
  }
  footer #pagetop-pc a {
    right: 0;
  }
  footer #pagetop-pc a img {
    width: auto;
  }
  footer .footer-logo,
  footer .footer-address,
  footer .footer-nav,
  footer .footer-notes {
    float: none;
    width: auto;
    text-align: center;
  }
  footer .footer-logo {
    padding-top: 50px;
  }
  footer .footer-address {
    margin-top: 10px;
  }
  footer .footer-nav .list {
    padding: 40px 0;
  }
  footer .footer-nav .list li {
    float: none;
    display: inline-block;
  }
  footer .footer-nav .list li a {
    padding: 10px 20px;
    padding-right: 34px;
    font-size: 90%;
    background: url(../img_common/listmark03sp.png) no-repeat right 14px center #fff;
  }
  footer .footer-nav .list li:first-child {
    margin-left: 0;
  }
  footer .footer-notes {
    padding: 0 2em 40px;
    font-size: 75%;
  }
  footer .copyright {
    padding: 10px 0;
  }
}

/*==================================
  デザインリニューアル
==================================*/
.s-9901_2 #footer-print .pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  transition: bottom .3s ease;
  background-color: transparent !important;
}

.s-9901_2 #footer-print .pagetop a {
  display: block;
  background-color: transparent !important;
}

.s-9901_2 #footer-print .pagetop:hover {
  bottom: 25px;
}

.s-9901_2 #footer-print .footer-box {
  text-align: center;
}

.s-9901_2 #footer-print .footer-box .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .s-9901_2 #footer-print .footer-box .title {
    font-size: 2.25rem;
    margin-bottom: 25px;
  }
}

.s-9901_2 #footer-print .footer-box .title::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  width: 47px;
  height: 44px;
}

.s-9901_2 #footer-print .footer-box .info {
  font-size: 0.875rem;
  margin-top: 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .s-9901_2 #footer-print .footer-box .info {
    font-size: 1.5rem;
    margin-top: 25px;
    margin-bottom: 45px;
  }
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 #footer-print .footer-box .address-margin {
    margin-left: 20px;
  }
}

.s-9901_2 #footer-print #footer, .s-9901_2 #footer-print .copyright {
  background-color: transparent;
}

.s-9901_2 .footer-nav-btn .list {
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .footer-nav-btn .list {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .footer-nav-btn .list {
    flex-direction: column;
    align-items: center;
  }
}

.s-9901_2 .footer-nav-btn .item a {
  padding: 10px 15px;
  min-height: 36px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.75rem;
  min-width: 190px;
}

@media screen and (max-width: 768px) {
  .s-9901_2 .footer-nav-btn .item a {
    padding: 15px 20px;
    min-width: 360px;
    font-size: 1.375rem;
  }
}

.s-9901_2 .footer-nav-btn .item a:hover {
  text-decoration: underline;
}

.s-9901_2 .footer-nav-link .list {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .footer-nav-link .list {
    gap: 10px 0;
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .footer-nav-link .list {
    padding: 45px 0;
    gap: 15px 0;
  }
}

.s-9901_2 .footer-nav-link .list .item {
  line-height: 1;
  display: flex;
}

.s-9901_2 .footer-nav-link .list .item::after {
  content: "|";
  display: block;
}

.s-9901_2 .footer-nav-link .list .item:last-child::after {
  content: none;
}

@media print, screen and (min-width: 769px) {
  .s-9901_2 .footer-nav-link .list .item {
    gap: 0 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .footer-nav-link .list .item {
    gap: 0 30px;
    padding-left: 30px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .s-9901_2 .copyright {
    padding: 0;
  }
}

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-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"] .sp-modal-logo img, html[data-bgcolor="color_black"] .sp-nav .box button,
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_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"] .sp-modal-logo img, html[data-bgcolor="color_blue"] .sp-nav .box button,
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;
}
</pre></body></html>