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

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}
h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 0.9em;
  color: #333;
  font-size: 163%;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #ffe478;
}
h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
  padding: 0 60px 0 19px;
}
h2.head-title .bg2, .wysiwyg h2 .bg2, .free-layout-area h2 .bg2 {
  display: block;
  padding: 10px 0 8px;
}

h2.head-title a {
  color: inherit;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 1.1em;
  color: #353069;
  font-size: 150%;
  box-sizing: border-box;
}
h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  margin-bottom: 2px;
  border-bottom: 1px solid #d0d0d0;
  padding: 8px 0px 7px;
  position: relative;
}
h3.head-title .bg::after, .wysiwyg h3 .bg::after, .free-layout-area h3 .bg::after, .smartcmsBbsBlock h3 .bg::after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background-color: #0095cc;
  bottom: -2px;
  border-radius: 2px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 1.2em;
  display: block;
  line-height: 1.2;
  font-size: 150%;
  padding: 10px 15px 10px 0px;
  border-bottom: 2px solid #0095cc;
  color: #353069;
}
h5, .wysiwyg h5, .free-layout-area h5 {
  margin-top: 1.2em;
  font-size: 125%;
  display: block;
  padding: 0 0 8px;
  line-height: 1.2;
  border-bottom: 1px solid #0095cc;
  color: #353069;
}
h6, .wysiwyg h6, .free-layout-area h6 {
  margin-top: 1.3em;
  font-size: 113%;
  padding-bottom: 5px;
  line-height: 1.2;
  color: #353069;
}
h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul, .pubcom-table ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul,
* html .pubcom-table ul {
  display: inline-block;
}

.wysiwyg ol, .pubcom-table ol {
  /* 回り込み画像時にリストが出ない問題を解決 */
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 2em;
  list-style: decimal;
}

* html .wysiwyg ol,
* html .pubcom-table ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table ul, .wysiwyg table ol, .pubcom-table table ul, .pubcom-table table ol {
  margin-left: 0;
}
.wysiwyg table p, .pubcom-table table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  font-size: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
  background: #fff;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.75rem;
  }
}

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

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

ul, ol {
  list-style: none;
}

a:link {
  color: #2d5f92;
  text-decoration: underline;
}

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

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

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

a:focus {
  background-color: inherit;
  color: #2d5f92;
}

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

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

address {
  font-style: normal;
}

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

.clearfix {
  display: inline-table;
}

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

.clearfix {
  display: block;
}

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

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

.left-col {
  float: left;
}

.right-col {
  float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scheme10 {
  background-color: #0078a7;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gsst_a {
  padding: 0 !important;
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 28px;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 30px;
    }
  }
  td.gsc-search-button {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 88px;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 92px;
    }
  }
  td.gsc-search-button {
    padding-left: 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #000 !important;
    width: 44px !important;
    border: 1px solid #000 !important;
    border-radius: 0px 5px 5px 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #65cae5 !important;
    width: 90px !important;
    border: 0 solid #65cae5 !important;
    border-radius: 0px 4px 4px 0px !important;
  }
}

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

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

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

.dummy-search-btn {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
@media print, screen and (min-width: 769px) {
  .dummy-search-btn {
    background-color: #000;
    flex-basis: 44px;
    width: 44px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 0px 5px 5px 0px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-btn {
    background-color: #65cae5;
    flex-basis: 90px;
    width: 90px;
    height: 90px;
    border: 0 solid #65cae5;
    border-radius: 0px 4px 4px 0px;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .dummy-search-btn svg {
    width: 13px;
    height: 13px;
    fill: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-btn svg {
    width: 60px;
    height: 60px;
    fill: #363069;
  }
}

.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: #e8f7fa;
  border: 6px solid #0078a7;
  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: #ffffff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}
#smartphone .wrap .ico:after {
  border-left: 12px solid #0078a7;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: 0;
  content: "";
  left: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

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

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

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

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  /*==================================
  ヘッダー
  ==================================*/
  #header {
    /* end-.header-subnav-area */
  }
  #header .header-subnav-area {
    padding: 10px 10px 10px 0;
    display: grid;
    grid-template-columns: 1fr auto auto 1fr;
    grid-template-rows: auto;
  }
  #header .header-subnav-area::before {
    content: "";
    display: block;
    width: 1000px;
    grid-row: 1;
    grid-column: 2/4;
  }
  #header .header-subnav-area #header-logo {
    grid-row: 1;
    grid-column: 2/3;
  }
  #header .header-subnav-area #header-logo a {
    display: inline-block;
  }
  #header .header-subnav-area #header-logo a:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .box {
    grid-row: 1;
    grid-column: 3/5;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: flex-end;
    gap: 5px 16px;
    margin-left: auto;
  }
  #header .header-subnav-area .gsc-input {
    box-sizing: border-box;
    min-height: 42px !important;
  }
  #header .header-subnav-area .gsc-input-box {
    min-height: 42px !important;
    border: 1px solid #65cae5 !important;
    border-right: none !important;
    border-radius: 4px 0 0 4px !important;
  }
  #header .header-subnav-area .gsc-search-button button {
    min-height: 46px !important;
    background-color: #65cae5 !important;
    border-radius: 0 4px 4px 0 !important;
    border: 1px solid #fffae4 !important;
    border-left: none !important;
  }
  #header .header-subnav-area .gsc-search-button button svg {
    width: 30px !important;
    height: 30px !important;
    fill: #363069 !important;
  }
  #header .header-subnav-area .support-block {
    position: relative;
    min-width: 108px;
  }
  #header .header-subnav-area .support-block .support-btn a {
    display: block;
    padding: 7px 9px 7px;
    font-size: 0.8125rem;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    background-color: #ffe478;
    background: url("../../img_common/ico_support.png") no-repeat left 10px center/24px #ffe478;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .support-block .support-btn a:hover {
    opacity: 0.85;
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .support-block .support-btn a span {
    padding-left: 32px;
  }
  #header .header-subnav-area .support-block .support-contents {
    display: none;
    width: 230px;
    position: absolute;
    top: 3.75rem;
    right: 0;
    background-color: #ffe478;
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 100;
  }
  #header .header-subnav-area .support-block .support-contents .in {
    padding: 10px 16px;
    box-sizing: border-box;
  }
  #header .header-subnav-area .support-block .support-contents .in::before {
    content: "";
    position: absolute;
    display: block;
    top: -15px;
    right: 40px;
    background: #ffe478;
    width: 24px;
    height: 15px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
  #header .header-subnav-area .support-block .support-contents button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    padding: 0;
    vertical-align: bottom;
  }
  #header .header-subnav-area .support-block .support-contents .header-size, #header .header-subnav-area .support-block .support-contents .header-color {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  #header .header-subnav-area .support-block .support-contents .header-size dt, #header .header-subnav-area .support-block .support-contents .header-color dt {
    width: 6rem;
    font-size: 0.875rem;
  }
  #header .header-subnav-area .support-block .support-contents .header-size img {
    height: 30px;
  }
  #header .header-subnav-area .support-block .support-contents .header-color {
    margin-top: 10px;
  }
  #header .header-subnav-area .support-block .support-contents .header-color img {
    height: 32px;
  }
  #header .header-subnav-area .support-block .support-contents .support-close {
    width: 100%;
    background-color: #65cae5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 6px 4px;
    font-size: 0.875rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    border-radius: 0 0 4px 4px;
  }
  #header .header-subnav-area .support-block .support-contents .support-close::before {
    content: "";
    display: inline-block;
    background-color: #333;
    inset: 0;
    top: 2px;
    left: -30px;
    width: 14px;
    height: 14px;
    margin-right: 20px;
    clip-path: polygon(100% 10%, 60% 50%, 100% 90%, 90% 100%, 50% 60%, 10% 100%, 0% 90%, 40% 50%, 0% 10%, 10% 0%, 50% 40%, 90% 0%);
  }
  #header .header-subnav-area .header-size, #header .header-subnav-area .header-color {
    display: flex;
    align-items: center;
  }
  #header .header-subnav-area .header-size button, #header .header-subnav-area .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
    vertical-align: bottom;
  }
  #header .header-subnav-area .header-size .title, #header .header-subnav-area .header-color .title {
    font-size: 87.5%;
    line-height: 1.2;
  }
  #header .header-subnav-area .header-size dd, #header .header-subnav-area .header-color dd {
    line-height: 1;
  }
  #header .header-subnav-area .header-size dd + dd, #header .header-subnav-area .header-color dd + dd {
    margin-left: 2px;
  }
  #header .header-subnav-area .header-size dd img, #header .header-subnav-area .header-color dd img {
    cursor: pointer;
  }
  #header .header-subnav-area .header-size dd img:hover, #header .header-subnav-area .header-color dd img:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .header-lang-wrapper .lang-error {
    color: #ee0000;
  }
  #header .header-subnav-area .header-lang {
    display: flex;
    background: #ffe478;
    max-width: 280px;
  }
  #header .header-subnav-area .header-lang .lang-select {
    margin-right: 1px;
    padding: 14px 30px 13px 30px;
    appearance: none;
    border: none;
    word-break: break-all;
    white-space: normal;
    font-size: 82%;
    background: url("../../img_common/icon_lang.png") no-repeat left 8px center/17px, url("../../img_common/arrow_lang.png") no-repeat right 8px center/12px;
    color: #333;
  }
  #header .header-subnav-area .header-lang .btn-lang-select {
    position: relative;
    color: #333;
    min-height: 30px;
    padding: 3px 12px;
    font-weight: bold;
    border: none;
    background: #ffe478;
    line-height: 1;
    cursor: pointer;
    font-size: 80%;
    border-radius: 4px;
  }
  #header .header-subnav-area .header-lang .btn-lang-select::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 26px;
    left: 0;
    top: 10px;
    background-color: #363069;
  }
  #header .header-subnav-area .header-lang .btn-lang-select:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .header-page-number-search #number-search-container *, #header .header-subnav-area .header-page-number-search #number-search-container *::before, #header .header-subnav-area .header-page-number-search #number-search-container *::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container *, #header .header-subnav-area .header-page-number-search #sp-number-search-container *::before, #header .header-subnav-area .header-page-number-search #sp-number-search-container *::after {
    box-sizing: border-box;
  }
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap {
    display: flex;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap {
    width: calc(10em - 160px + 250px);
    gap: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap {
    width: 100%;
    gap: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap label {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
  }
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 44px);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 90px);
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 44px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 90px;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap input[type=text] {
    width: 100%;
    padding: 10px 0 10px 13px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap input[type=text] {
    border: 1px solid #000;
    border-radius: 5px 0px 0px 5px;
    height: 30px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap input[type=text] {
    border: 2px solid #bfbfbf;
    border-radius: 4px 0px 0px 4px;
    height: 90px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 1px solid #000;
    border-radius: 0px 5px 5px 0px;
    background-color: #000;
    width: 44px;
    height: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 0 solid #65cae5;
    border-radius: 0px 4px 4px 0px;
    background-color: #65cae5;
    width: 90px;
    height: 90px;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    clip-path: polygon(21.69% 24.41%, 20.35% 26.06%, 19.18% 27.87%, 18.12% 29.9%, 17.39% 31.94%, 16.85% 34.07%, 16.48% 36.48%, 16.46% 39.04%, 16.69% 41.55%, 17.14% 43.85%, 17.72% 45.78%, 18.57% 47.98%, 19.59% 49.91%, 20.76% 51.74%, 22.03% 53.36%, 23.36% 54.85%, 25.08% 56.37%, 26.93% 57.75%, 28.81% 58.84%, 30.74% 59.72%, 33.07% 60.33%, 35.1% 60.7%, 37.38% 60.92%, 39.37% 60.93%, 41.98% 60.66%, 44.52% 60.17%, 46.66% 59.48%, 48.31% 58.76%, 50.1% 57.78%, 51.58% 56.77%, 52.95% 55.68%, 53.79% 54.88%, 54.34% 54.34%, 94.61% 94.61%, 89.9% 99%, 62.61% 72.02%, 62.61% 66.88%, 61.76% 66.05%, 59.89% 67.58%, 57.49% 69.21%, 55.34% 70.42%, 52.57% 71.91%, 49.77% 72.84%, 47.16% 73.61%, 43.77% 74.17%, 40.36% 74.48%, 36.79% 74.47%, 33.89% 74.24%, 30.69% 73.66%, 27.25% 72.79%, 23.53% 71.39%, 19.93% 69.42%, 16.93% 67.46%, 13.57% 64.57%, 10.52% 61.3%, 8.12% 58.07%, 6.24% 54.71%, 4.72% 51.31%, 3.72% 47.79%, 3.11% 44.85%, 2.69% 41.66%, 2.6% 38.44%, 2.68% 36.45%, 2.8% 34.73%, 3.04% 32.91%, 3.32% 31.43%, 3.63% 29.82%, 3.96% 28.4%, 4.47% 26.91%, 4.93% 25.43%, 5.72% 23.7%, 6.43% 22.1%, 7.78% 19.8%, 9.14% 17.79%, 10.71% 15.76%, 12.37% 13.93%, 13.93% 12.37%, 15.76% 10.71%, 17.79% 9.14%, 19.8% 7.78%, 22.1% 6.43%, 23.7% 5.72%, 25.43% 4.93%, 26.91% 4.47%, 28.4% 3.96%, 29.82% 3.63%, 31.43% 3.32%, 32.91% 3.04%, 34.73% 2.8%, 36.45% 2.68%, 38.44% 2.6%, 41.66% 2.69%, 44.85% 3.11%, 47.79% 3.72%, 51.31% 4.72%, 54.71% 6.24%, 58.07% 8.12%, 61.3% 10.52%, 64.57% 13.57%, 67.46% 16.93%, 69.42% 19.93%, 71.39% 23.53%, 72.79% 27.25%, 73.66% 30.69%, 74.24% 33.89%, 74.47% 36.79%, 74.48% 40.36%, 74.17% 43.77%, 73.61% 47.16%, 72.84% 49.77%, 71.91% 52.57%, 70.42% 55.34%, 69.21% 57.49%, 67.58% 59.89%, 66.05% 61.76%, 66.88% 62.61%, 72.02% 62.61%, 99% 89.9%, 94.61% 94.61%, 54.34% 54.34%, 54.88% 53.79%, 55.68% 52.95%, 56.77% 51.58%, 57.78% 50.1%, 58.76% 48.31%, 59.48% 46.66%, 60.17% 44.52%, 60.66% 41.98%, 60.93% 39.37%, 60.92% 37.38%, 60.7% 35.1%, 60.33% 33.07%, 59.72% 30.74%, 58.84% 28.81%, 57.75% 26.93%, 56.37% 25.08%, 54.85% 23.36%, 53.36% 22.03%, 51.74% 20.76%, 49.91% 19.59%, 47.98% 18.57%, 45.78% 17.72%, 43.85% 17.14%, 41.55% 16.69%, 39.04% 16.46%, 36.48% 16.48%, 34.07% 16.85%, 31.94% 17.39%, 29.9% 18.12%, 27.87% 19.18%, 26.06% 20.35%, 24.41% 21.69%);
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #363069;
    width: 60px;
    height: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  #header #header-nav {
    margin: 0 10px;
    background-color: #ccedf8;
    border-top: 4px solid #77cce3;
    border-radius: 4px;
  }
  #header #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header #header-nav .text {
    font-size: 1.125rem;
    line-height: 1;
  }
  #header #header-nav .list {
    display: flex;
  }
  #header #header-nav .list &gt; li {
    padding: 10px 0;
    margin-left: 2px;
    text-align: center;
    line-height: 1.2;
  }
  #header #header-nav .list &gt; li:first-child {
    margin-left: 0;
  }
  #header #header-nav .list &gt; li &gt; a {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 2px 20px;
    color: #333;
    box-sizing: border-box;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 1.125rem;
  }
  #header #header-nav .list &gt; li &gt; a .item-box {
    width: 100%;
    line-height: 1.2;
  }
  #header #header-nav .list &gt; li &gt; a:hover {
    text-decoration: underline;
  }
  #header #header-nav .list .nav span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 20px;
    transform: translateY(-50%);
    background-color: #0b6d87;
  }
  #header #header-nav .list .nav7 span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    transform: translateY(-50%);
    background-color: #0b6d87;
  }
  #header #header-nav .list .nav7 &gt; a {
    padding: 2px 21px;
  }
  #header #header-nav .dropmenu {
    width: 1000px;
    position: absolute;
    padding-top: 33px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 110;
  }
  #header #header-nav .dropmenu .in2 {
    position: absolute;
    display: flex;
    justify-content: start;
    width: 1000px;
    box-sizing: border-box;
    padding: 20px 30px;
    background-color: #ccedf8;
    border-radius: 10px;
  }
  #header #header-nav .dropmenu .in2::before {
    content: "";
    position: absolute;
    top: -11px;
    display: block;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ccedf8;
  }
  #header #header-nav .dropmenu .in2 dt {
    display: none;
  }
  #header #header-nav .dropmenu .dropmenu-list {
    box-sizing: border-box;
    max-height: 220px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    gap: 20px;
    margin: -2px;
    padding: 2px;
  }
  #header #header-nav .dropmenu .dropmenu-list li {
    box-sizing: border-box;
    width: 293px;
    text-align: left;
    float: none;
    flex-shrink: 0;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
  }
  #header #header-nav .dropmenu .dropmenu-list li:nth-of-type(4n) {
    margin: 0;
  }
  #header #header-nav .dropmenu .dropmenu-list li &gt; a {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 15px 40px 15px 10px;
    text-decoration: none;
    border-radius: 4px;
    line-height: 140%;
    text-decoration: underline;
    color: #000;
  }
  #header #header-nav .dropmenu .dropmenu-list li &gt; a:hover {
    opacity: 0.85;
    text-decoration: none;
  }
  #header #header-nav .dropmenu .dropmenu-list li &gt; a::before {
    content: "";
    width: 18px;
    height: 14px;
    background: url("../../img_common/arrow_blue.png") center/18px no-repeat;
    position: absolute;
    right: 15px;
  }
  #header #header-nav .nav1 .in2::before {
    left: 78px;
  }
  #header #header-nav .nav2 .in2::before {
    left: 240px;
  }
  #header #header-nav .nav3 .in2::before {
    left: 416px;
  }
  #header #header-nav .nav4 .in2::before {
    right: 410px;
  }
  #header #header-nav .nav5 .in2::before {
    right: 257px;
  }
  #header #header-nav .nav6 .in2::before {
    right: 128px;
  }
  #header #header-nav .nav7 .in2::before {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #sp-header &gt; .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
  }
  #sp-header &gt; .box #sp-header-logo {
    padding: 0;
  }
  #sp-header &gt; .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header &gt; .box #sp-header-nav {
    flex-shrink: 0;
    padding: 0;
    background: none;
  }
  #sp-header &gt; .box #sp-header-nav .list {
    display: none;
  }
  #sp-header &gt; .box #sp-header-nav .menu-btn-area {
    margin: 0;
  }
  #sp-header &gt; .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #sp-header &gt; .box #sp-header-nav .menu-btn-area p {
    margin-left: 0;
  }
  #sp-header &gt; .box #sp-header-nav .menu-btn-area .menu-btn-search {
    position: absolute;
    left: 0;
  }
  #sp-header &gt; .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: relative;
    right: 0;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 157px;
    left: 0;
    opacity: 0.7;
    background: #000;
    z-index: 9;
  }
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 149px;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-menu .in {
    margin: 0;
    background-color: #e8f7fa;
    box-sizing: border-box;
  }
  #sp-header .modal-menu .in .sp-modal-search {
    padding: 60px 65px 0;
  }
  #sp-header .modal-menu .in .dummy-search {
    height: 90px;
    border: 2px solid #bfbfbf;
    border-right: none;
    border-radius: 4px 0 0 4px;
  }
  #sp-header .modal-menu .in .dummy-search-btn {
    height: 90px;
    background-color: #65cae5;
    border: none;
    border-radius: 0 4px 4px 0;
  }
  #sp-header .modal-menu .in .dummy-search-btn svg {
    width: 60px;
    height: 60px;
    fill: #363069;
  }
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
  }
  #sp-header .modal-menu .arrow {
    position: absolute;
    top: -14px;
    right: 8%;
  }
  #sp-header .modal-menu .modal-menu-close a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    width: 100%;
    height: 110px;
    padding: 20px 10px;
    background-color: #65cae5;
    text-align: center;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-menu .modal-menu-close a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .modal-menu .modal-menu-close a span {
    width: fit-content;
    color: #333333;
    font-weight: bold;
    font-size: 2rem;
  }
  #sp-header .modal-menu .sp-nav {
    border-top: 5px solid #77cce3;
  }
  #sp-header .modal-menu .sp-nav .box {
    display: block;
    border-bottom: 2px solid #0b6d87;
  }
  #sp-header .modal-menu .sp-nav .title {
    position: relative;
    font-weight: normal;
  }
  #sp-header .modal-menu .sp-nav .title a {
    display: block;
    padding: 35px 0px 35px 49px;
    margin-right: 90px;
    color: #333;
    font-weight: bold;
    font-size: 2.25rem;
    text-decoration: none;
  }
  #sp-header .modal-menu .sp-nav .title button {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
    background-color: transparent;
  }
  #sp-header .modal-menu .sp-nav .title button.plus::after, #sp-header .modal-menu .sp-nav .title button.mynus::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #333;
  }
  #sp-header .modal-menu .sp-nav .title button.plus::after {
    width: 40px;
    height: 40px;
    clip-path: polygon(43% 100%, 43% 57%, 0% 57%, 0% 43%, 43% 43%, 43% 0%, 57% 0%, 57% 43%, 100% 43%, 100% 57%, 57% 57%, 57% 100%);
  }
  #sp-header .modal-menu .sp-nav .title button.mynus::after {
    width: 40px;
    height: 40px;
    clip-path: polygon(0% 57%, 0% 43%, 100% 43%, 100% 57%);
  }
  #sp-header .modal-menu .sp-nav .title button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  #sp-header .modal-menu .sp-nav .bloc {
    display: none;
  }
  #sp-header .modal-menu .sp-nav .bloc .list {
    background-color: #fff5c8;
  }
  #sp-header .modal-menu .sp-nav .bloc .list a {
    display: block;
    padding: 26px 75px 24px 49px;
    font-size: 100%;
    color: #333;
    background: url("../../img_common/arrow_blue.png") no-repeat right 20px center;
  }
  #sp-header .support-block {
    padding: 60px 65px 40px;
  }
  #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  #sp-header .support-block .support-list {
    border-radius: 10px;
    box-sizing: border-box;
    margin: auto;
    padding: 0;
    width: auto;
  }
  #sp-header .support-block .support-list li + li {
    margin-top: 20px;
  }
  #sp-header .support-block .header-size-in {
    justify-content: flex-start;
  }
  #sp-header .support-block .header-size-in .header-size-title span {
    font-weight: bold;
    font-size: 1.875rem;
  }
  #sp-header .support-block .header-color-title span {
    font-weight: bold;
    font-size: 1.875rem;
  }
  #sp-header .support-block .header-size dl,
  #sp-header .support-block .header-color dl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  #sp-header .support-block .header-size dt,
  #sp-header .support-block .header-color dt {
    flex-shrink: 0;
    margin-right: 30px;
  }
  #sp-header .support-block .header-size dd,
  #sp-header .support-block .header-color dd {
    font-size: 0;
    margin-right: 25px;
  }
  #sp-header .support-block .header-lang-wrapper {
    margin-top: 60px;
  }
  #sp-header .support-block .header-lang-wrapper .lang-error {
    background-color: #fff;
    color: #ee0000;
    width: 100%;
  }
  #sp-header .support-block .header-lang {
    display: flex;
    border: 2px solid #bfbfbf;
    min-height: 90px;
  }
  #sp-header .support-block .header-lang .lang-select {
    flex: 1;
    padding: 15px 57px 15px 75px;
    width: 460px;
    border: 0;
    background: #fff;
    font-size: 100%;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    background: url("../../img_common/icon_lang.png") no-repeat left 22px center/37px, url("../../img_common/arrow_lang.png") no-repeat right 22px center/30px #fff;
    color: #333;
  }
  #sp-header .support-block .header-lang .btn-lang-select {
    color: #333333;
    padding: 15px 29px;
    background: #65cae5;
    line-height: 1;
    cursor: pointer;
    min-width: 100px;
    font-size: 2rem;
  }
  #sp-header .sp-view-pc {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 600px;
    min-height: 110px;
    margin: 60px auto 40px;
    border: 2px solid #353069;
    padding: 30px 15px;
    column-gap: 24px;
    background-color: #fff;
  }
  #sp-header .sp-view-pc:focus {
    background-color: #fff;
  }
  #sp-header .sp-view-pc:link {
    text-decoration: none;
  }
  #sp-header .sp-view-pc span {
    width: fit-content;
    font-weight: bold;
    color: #333333;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 570px) {
  #sp-header .modal-search,
  #sp-header .modal-menu {
    top: 90px;
  }
  #sp-header .modal-menu .arrow {
    right: 6%;
  }
  #sp-header .modal-search .arrow {
    right: 24%;
  }
}
a:has(&gt; img) {
  display: inline-block;
}

.bxslider .list li {
  display: none;
}

.bxslider .bx-viewport .list li {
  display: block;
}

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

.sec-title {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 2px;
  padding-bottom: 7px;
  color: #363069;
  border-bottom: 1px solid #d0d0d0;
}
.sec-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 3px;
  background-color: #00a0ca;
  bottom: -2px;
  border-radius: 1.5px;
}
.sec-title--jp {
  font-size: 2.125rem;
}
@media screen and (max-width: 768px) {
  .sec-title--jp {
    font-size: 2.75rem;
  }
}
.sec-title--en {
  padding-left: 19px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .sec-title--en {
    padding-left: 8px;
    font-size: 1.5rem;
  }
}

.kinkyu-wrap {
  width: 1000px;
  min-height: 200px;
  margin: 30px auto 0;
  box-sizing: border-box;
  border: 2px solid #cc0000;
  border-top-width: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .kinkyu-wrap {
    margin: 34px auto 40px;
    width: 700px;
    border-top-width: 6px;
    min-height: 300px;
  }
}
.kinkyu-wrap .title-box {
  padding: 13px 15px 9px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .kinkyu-wrap .title-box {
    width: 100%;
    padding: 25px 20px 13px 20px;
  }
}
.kinkyu-wrap .title-box h2 {
  color: #cc0000;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .kinkyu-wrap .title-box h2 {
    padding-bottom: 0;
    font-size: 2rem;
  }
}
.kinkyu-wrap .title-box-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kinkyu-wrap .info-area {
  flex: 1 1;
  padding: 10px 19px 16px 23px;
  margin-top: 0 !important;
  font-weight: bold;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .kinkyu-wrap .info-area {
    padding: 15px 20px 38px;
    border-radius: 0 0 8px 8px;
    border-width: 4px;
  }
}
.kinkyu-wrap .info-area .list {
  box-sizing: border-box;
  max-height: 115px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .kinkyu-wrap .info-area .list {
    max-height: 290px;
  }
}
.kinkyu-wrap .info-area li {
  padding: 6px 0 12px;
  line-height: 1.4;
  color: #333;
}
@media print, screen and (min-width: 769px) {
  .kinkyu-wrap .info-area li {
    display: flex;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu-wrap .info-area li {
    padding: 16px 0;
    line-height: 1.2;
    font-size: 1.8125rem;
  }
}
.kinkyu-wrap .info-area li:last-of-type {
  border-bottom: none;
}
.kinkyu-wrap .info-area li p {
  line-height: 1.4;
}
.kinkyu-wrap .info-area li .date {
  flex-shrink: 0;
  font-weight: normal;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .kinkyu-wrap .info-area li .date {
    width: 8em;
    margin-right: 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu-wrap .info-area li .date {
    margin-bottom: 6px;
    width: 100%;
    line-height: 1.2;
  }
}
.kinkyu-wrap .info-area li .text {
  font-weight: normal;
  line-height: 1.2;
}
.kinkyu-wrap .info-area li a {
  color: #333;
}
.kinkyu-wrap .more {
  margin-top: 26px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .kinkyu-wrap .more {
    margin-top: 36px;
  }
}
.kinkyu-wrap .more a {
  display: block;
  position: relative;
  color: #333;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: calc(infinity * 1px);
  width: 250px;
  min-height: 50px;
  background-color: #fff1f1;
  border: 1px solid #a02626;
  font-size: 1rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .kinkyu-wrap .more a {
    width: 380px;
    min-height: 80px;
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 769px) {
  .kinkyu-wrap .more a:hover {
    outline: 2px solid #a02626;
  }
}
.kinkyu-wrap .more span {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding-right: 50px;
  padding-left: 36px;
  background: url(../img_top/arrow_r_red.png) no-repeat right 16px center/30px;
}
@media screen and (max-width: 768px) {
  .kinkyu-wrap .more span {
    padding-right: 70px;
    padding-left: 50px;
    min-height: 80px;
    background-position: right 26px center;
    background-size: 46px;
  }
}

.sec-keyword {
  width: 1000px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .sec-keyword {
    width: 700px;
  }
}
.sec-keyword .sec-title {
  background: url(../img_top/ico_deco_01.png) right center/77px no-repeat;
}
@media screen and (max-width: 768px) {
  .sec-keyword .sec-title {
    padding-right: 80px;
  }
}
.sec-keyword .sec-search-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .sec-keyword .sec-search-wrap {
    margin-top: 40px;
  }
}
.sec-keyword .sec-search-wrap form.gsc-search-box {
  width: 705px !important;
  margin-right: 20px !important;
}
@media screen and (max-width: 768px) {
  .sec-keyword .sec-search-wrap form.gsc-search-box {
    width: 700px !important;
    margin-right: 0 !important;
  }
}
.sec-keyword .sec-search-wrap .gsc-input-box {
  box-sizing: border-box;
  min-height: 50px !important;
  border-radius: 25px 0px 0px 25px !important;
  font-size: 1rem !important;
  border: 2px #0095cc solid !important;
}
@media screen and (max-width: 768px) {
  .sec-keyword .sec-search-wrap .gsc-input-box {
    min-height: 70px !important;
    border-radius: 35px 0px 0px 35px !important;
    border-width: 4px !important;
  }
}
.sec-keyword .sec-search-wrap .gsc-input-box .gsc-input {
  min-height: 46px !important;
  border-radius: 25px 0px 0px 25px !important;
  padding-left: 30px;
}
.sec-keyword .sec-search-wrap table.gsc-search-box .gsc-input .gsib_a {
  padding-left: 20px !important;
}
.sec-keyword .sec-search-wrap .gsc-search-button button {
  width: 56px !important;
  min-height: 50px !important;
  margin-left: 0 !important;
  flex-basis: 56px !important;
  padding-right: 7px !important;
  background-color: #0095cc !important;
  border: 2px solid #0095cc !important;
  border-radius: 0px 25px 25px 0px !important;
}
@media screen and (max-width: 768px) {
  .sec-keyword .sec-search-wrap .gsc-search-button button {
    width: 70px !important;
    height: 70px !important;
    border-radius: 0px 35px 35px 0px !important;
    border-width: 4px !important;
  }
}
.sec-keyword .sec-search-wrap .gsc-search-button button svg {
  width: 27px !important;
  height: 27px !important;
  fill: #ffffff !important;
}
@media screen and (max-width: 768px) {
  .sec-keyword .sec-search-wrap .gsc-search-button button svg {
    width: 35px !important;
    height: 35px !important;
  }
}
.sec-keyword-list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 15px;
  width: 705px;
}
@media screen and (max-width: 768px) {
  .sec-keyword-list {
    margin-top: 40px;
    gap: 30px 20px;
    width: auto;
  }
}
.sec-keyword-list .item a {
  display: block;
  background-color: #fff5c8;
  text-decoration: none;
  padding: 9px 14px 7px;
  border-radius: calc(infinity * 1px);
  color: #4a4a4a;
}
@media print, screen and (min-width: 769px) {
  .sec-keyword-list .item a:hover, .sec-keyword-list .item a:focus, .sec-keyword-list .item a:focus-visible {
    outline: 3px solid #62cae3;
    border-radius: calc(infinity * 1px);
  }
}
@media screen and (max-width: 768px) {
  .sec-keyword-list .item a {
    padding: 10px 26px 8px;
    font-size: 1.75rem;
  }
}

.sec-life {
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .sec-life {
    margin-top: 90px;
  }
}
.sec-life::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 93%;
  border-radius: 0 50px 50px 0;
  background: url(../img_top/bg_blue.png) left top/cover repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec-life::before {
    width: 100%;
  }
}
.sec-life .sec-title {
  background: url(../img_top/ico_deco_02.png) right center/62px no-repeat;
}
@media screen and (max-width: 768px) {
  .sec-life .sec-title {
    width: 700px;
    margin: 0 auto;
    padding-right: 56px;
  }
  .sec-life .sec-title .sec-title--en {
    padding-left: 0;
  }
}
.sec-life-wrap {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .sec-life-wrap {
    width: 750px;
    padding: 60px 0 80px;
  }
}
.sec-life-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 160px);
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  gap: 30px 45px;
}
@media screen and (max-width: 768px) {
  .sec-life-list {
    margin-top: 40px;
    grid-template-columns: repeat(2, 320px);
    gap: 30px;
  }
}
.sec-life .item {
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .sec-life .item {
    width: 320px;
  }
}
.sec-life .item-in {
  background-color: #fff;
  border-radius: 10px;
}
.sec-life .item a {
  display: block;
  width: 100%;
  text-align: center;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .sec-life .item a:hover, .sec-life .item a:focus, .sec-life .item a:focus-visible {
    outline: 3px solid #62cae3;
    border-radius: 10px;
  }
}
.sec-life .item-img {
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .sec-life .item-img {
    padding: 10px 0;
  }
}
.sec-life .item-img img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .sec-life .item-img img {
    width: 146px;
    height: 146px;
  }
}
.sec-life .item-txt {
  width: 100%;
  background-color: #ffe478;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  min-height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec-life .item-txt {
    padding: 12px 8px 10px;
    font-size: 2rem;
  }
}

.sec-pickup {
  width: 1000px;
  margin: 60px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-pickup {
    width: 700px;
  }
}
.sec-pickup .sec-title {
  background: url(../img_top/ico_deco_03.png) right center/73px no-repeat;
}
@media screen and (max-width: 768px) {
  .sec-pickup .sec-title {
    padding-right: 78px;
  }
}
.sec-pickup .slider-area {
  position: relative;
}
.sec-pickup .slider-area .bxslider {
  overflow: hidden;
  width: 725px;
  margin: 20px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .sec-pickup .slider-area .bxslider {
    width: 650px;
    margin: 0 auto;
    padding-top: 114px;
  }
}
.sec-pickup .slider-area .list {
  display: flex;
}
.sec-pickup .slider-area .list li a {
  display: block;
  color: #333;
}
@media print, screen and (min-width: 769px) {
  .sec-pickup .slider-area .list li a:hover {
    opacity: 0.85;
  }
}
.sec-pickup .slider-area .list li .item-txt p {
  line-height: 1.4;
  margin-top: 13px;
}
.sec-pickup .slider-area .list li img {
  border-radius: 10px;
  object-fit: cover;
  height: 200px;
  width: 300px;
}
.sec-pickup .slider-area .bx-wrapper {
  margin: 2px auto;
}
.sec-pickup .slider-area .bx-viewport {
  overflow: visible !important;
  height: auto !important;
}
.sec-pickup .slider-area .slide-control-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec-pickup .slider-area .slide-control-btn {
    margin-top: 30px;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
  }
}
.sec-pickup .slider-area .slide-controls button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  display: block;
}
.sec-pickup .slider-area .slide-controls .slide-prev, .sec-pickup .slider-area .slide-controls .slide-next {
  width: 43px;
  height: 43px;
}
@media screen and (max-width: 768px) {
  .sec-pickup .slider-area .slide-controls .slide-prev, .sec-pickup .slider-area .slide-controls .slide-next {
    width: 84px;
    height: 84px;
  }
}
.sec-pickup .slider-area .slide-controls .bx-prev, .sec-pickup .slider-area .slide-controls .bx-next {
  width: 43px;
  height: 43px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  text-indent: -9999px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .sec-pickup .slider-area .slide-controls .bx-prev, .sec-pickup .slider-area .slide-controls .bx-next {
    width: 84px;
    height: 84px;
  }
}
.sec-pickup .slider-area .slide-controls .bx-prev {
  background: url(../img_top/btn_prev.png) center right/contain no-repeat;
}
.sec-pickup .slider-area .slide-controls .bx-next {
  background: url(../img_top/btn_next.png) center right/contain no-repeat;
}
.sec-pickup .slider-area .slide-controls .slide-prev {
  position: absolute;
  top: 85px;
  right: 522px;
}
@media screen and (max-width: 768px) {
  .sec-pickup .slider-area .slide-controls .slide-prev {
    top: 177px;
    right: 0;
    left: -16px;
  }
}
.sec-pickup .slider-area .slide-controls .slide-next {
  position: absolute;
  top: 85px;
  right: 152px;
}
@media screen and (max-width: 768px) {
  .sec-pickup .slider-area .slide-controls .slide-next {
    top: 177px;
    right: -16px;
  }
}
.sec-pickup .slider-area .bx-controls-auto {
  line-height: 0.5;
}
.sec-pickup .slider-area .bx-controls-auto .bx-controls-auto-item button {
  background: center/contain no-repeat #e8f7fa;
  display: inline-block;
  position: relative;
  border-radius: calc(infinity * 1px);
  border: 1px solid #0095cc;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .sec-pickup .slider-area .bx-controls-auto .bx-controls-auto-item button {
    border: 2px solid #0095cc;
    height: 44px;
  }
}
.sec-pickup .slider-area .bx-controls-auto .bx-controls-auto-item button.bx-start, .sec-pickup .slider-area .bx-controls-auto .bx-controls-auto-item button.bx-stop {
  min-width: 110px;
  min-height: 36px;
  padding-left: 30px;
  color: #191733;
}
@media screen and (max-width: 768px) {
  .sec-pickup .slider-area .bx-controls-auto .bx-controls-auto-item button.bx-start, .sec-pickup .slider-area .bx-controls-auto .bx-controls-auto-item button.bx-stop {
    min-width: 165px;
    min-height: 54px;
    padding-left: 52px;
    font-size: 1.25rem;
  }
}
.sec-pickup .slider-area .bx-controls-auto .bx-controls-auto-item button.bx-start::before, .sec-pickup .slider-area .bx-controls-auto .bx-controls-auto-item button.bx-stop::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec-pickup .slider-area .bx-controls-auto .bx-controls-auto-item button.bx-start::before, .sec-pickup .slider-area .bx-controls-auto .bx-controls-auto-item button.bx-stop::before {
    left: 28px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-pickup .slider-area .bx-controls-auto .bx-controls-auto-item button.bx-start:hover, .sec-pickup .slider-area .bx-controls-auto .bx-controls-auto-item button.bx-stop:hover {
    opacity: 0.85;
  }
}
.sec-pickup .slider-area .bx-controls-auto .bx-controls-auto-item button.bx-start::before {
  width: 18px;
  height: 18px;
  left: 20px;
  background: url(../img_top/btn_start.png) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec-pickup .slider-area .bx-controls-auto .bx-controls-auto-item button.bx-start::before {
    width: 28px;
    height: 28px;
    left: 26px;
  }
}
.sec-pickup .slider-area .bx-controls-auto .bx-controls-auto-item button.bx-stop::before {
  background: url(../img_top/btn_stop.png) center/contain no-repeat;
  width: 18px;
  height: 18px;
  left: 16px;
}
@media screen and (max-width: 768px) {
  .sec-pickup .slider-area .bx-controls-auto .bx-controls-auto-item button.bx-stop::before {
    width: 28px;
    height: 28px;
    left: 24px;
  }
}
.sec-pickup .slider-area .bx-controls-auto .bx-controls-auto-item button.active {
  display: none;
}

.sec-news {
  position: relative;
  margin-top: 60px;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .sec-news a:hover img {
    opacity: 0.85;
  }
}
@media screen and (max-width: 768px) {
  .sec-news {
    margin-top: 65px;
  }
}
.sec-news::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50px 50px 0 0;
  background: url(../img_top/bg_blue.png) left top/cover repeat;
  z-index: -1;
}
.sec-news::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 10px;
  z-index: -1;
  background-image: url(../img_top/line_blue.png);
  background-size: auto;
  background-position: center bottom;
  background-repeat: repeat-x;
}
.sec-news .sec-title {
  background: url(../img_top/ico_deco_04.png) right center/91px no-repeat;
}
@media screen and (max-width: 768px) {
  .sec-news .sec-title {
    padding-right: 97px;
  }
}
.sec-news-wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .sec-news-wrapper {
    width: 700px;
  }
}
.sec-news-container {
  display: flex;
  margin-top: 20px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .sec-news-container {
    display: block;
    margin-top: 40px;
  }
}
.sec-news-wrap-left, .sec-news-wrap-right {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
.sec-news-wrap-left {
  width: 500px;
  padding: 51px 20px;
}
@media screen and (max-width: 768px) {
  .sec-news-wrap-left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.sec-news-wrap-right {
  width: 470px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .sec-news-wrap-right {
    width: 100%;
  }
}
.sec-news-list {
  height: 305px;
  overflow-y: auto;
}
.sec-news-list .list {
  margin-left: 2px;
  padding-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d0d0d0;
}
@media screen and (max-width: 768px) {
  .sec-news-list .list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.sec-news-list .list:first-of-type {
  padding-top: 0;
}
.sec-news-list .list:last-of-type {
  border-bottom: 0;
}
.sec-news-list .list li {
  line-height: 1.2;
}
.sec-news-list .list span {
  line-height: 1.2;
}
.sec-news-list .list a {
  line-height: 1.2;
  color: #333333;
  font-weight: 500;
}
.sec-news-list .date {
  color: #363069;
  font-weight: bold;
  display: block;
}
.sec-news-btn {
  display: block;
  margin-top: 35px;
  text-align: center;
}
.sec-news-btn a {
  box-sizing: border-box;
  width: 250px;
  min-height: 50px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #77cce3;
  border-radius: calc(infinity * 1px);
}
@media screen and (max-width: 768px) {
  .sec-news-btn a {
    width: 380px;
    min-height: 80px;
  }
}
.sec-news-btn a:hover {
  opacity: 0.85;
  text-decoration: underline;
}
.sec-news-btn a span {
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: url(../img_top/arrow_r_white.png) no-repeat right 16px center/30px #77cce3;
  border-radius: calc(infinity * 1px);
}
@media screen and (max-width: 768px) {
  .sec-news-btn a span {
    background-size: 46px;
  }
}
.sec-news-box {
  display: flex;
  justify-content: space-between;
}
.sec-news-box:has(.koho-title) {
  margin-bottom: 36px;
}
.sec-news-link .item {
  margin-bottom: 15px;
}
.sec-news-link a {
  background: url(../img_top/arrow_r_blue.png) no-repeat left center/30px;
  display: block;
  padding-left: 42px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .sec-news-link a {
    background-size: 46px;
    padding-left: 63px;
  }
}
.sec-news .koho-title, .sec-news .sns-title {
  color: #363069;
  font-weight: bold;
}
.sec-news .koho-title {
  position: relative;
  min-height: 60px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  padding-left: 13px;
  padding-top: 2px;
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .sec-news .koho-title {
    min-height: 90px;
    margin-bottom: 36px;
    padding-left: 43px;
    font-size: 2rem;
  }
}
.sec-news .koho-title::before, .sec-news .koho-title::after {
  content: "";
  display: block;
  position: absolute;
}
.sec-news .koho-title::before {
  width: 10px;
  height: 10px;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  border-radius: calc(infinity * 1px);
  background-color: #ffffff;
  z-index: 1;
  border-radius: 6px 0 0 6px;
}
@media screen and (max-width: 768px) {
  .sec-news .koho-title::before {
    width: 15px;
    height: 15px;
    left: 0;
  }
}
.sec-news .koho-title::after {
  width: 251px;
  height: 60px;
  top: 0;
  left: -40px;
  background-color: #ffe478;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sec-news .koho-title::after {
    width: 377px;
    height: 90px;
    left: -36px;
  }
}
.sec-news .koho-title span {
  position: relative;
  z-index: 1;
  background-color: #ffe478;
}
.sec-news-box:has(.sec-news-sns) .sec-news-in {
  width: 195px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-news-box:has(.sec-news-sns) .sec-news-in {
    width: 290px;
  }
}
.sec-news .sns-title {
  position: relative;
  min-height: 60px;
  margin-bottom: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  font-size: 1.125rem;
  background: url(../img_top/bg_sns.png) no-repeat left center/contain;
}
@media screen and (max-width: 768px) {
  .sec-news .sns-title {
    width: 290px;
    font-size: 2rem;
    min-height: 77px;
  }
}
.sec-news-img img {
  width: 160px;
  height: 230px;
  object-fit: contain;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .sec-news-img img {
    width: 250px;
    height: 360px;
  }
}
.sec-news-sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-news-sns img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .sec-news-sns img {
    width: 78px;
    height: 78px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-news-sns a:hover {
    opacity: 0.85;
  }
}
.sec-news .sec-news-mail {
  width: 190px;
  padding: 16px 4px;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  background: url(../img_top/bg_mail.png) repeat left center/cover;
}
@media screen and (max-width: 768px) {
  .sec-news .sec-news-mail {
    width: 300px;
    padding: 17px 4px 34px;
  }
}
.sec-news .sec-news-mail .mail-title {
  margin-bottom: 12px;
  box-sizing: border-box;
  color: #363069;
  font-weight: bold;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .sec-news .sec-news-mail .mail-title {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}
.sec-news .sec-news-mail .mail-title span {
  position: relative;
  padding: 0 20px;
}
.sec-news .sec-news-mail .mail-title span::before, .sec-news .sec-news-mail .mail-title span::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: calc(infinity * 1px);
  background-color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec-news .sec-news-mail .mail-title span::before, .sec-news .sec-news-mail .mail-title span::after {
    width: 12px;
    height: 12px;
  }
}
.sec-news .sec-news-mail .mail-title span::before {
  left: 0;
}
.sec-news .sec-news-mail .mail-title span::after {
  right: 0;
}
.sec-news .sec-news-mail .item-img img {
  width: 120px;
  height: 65px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .sec-news .sec-news-mail .item-img img {
    width: 180px;
    height: 105px;
  }
}

.contents-wrap {
  padding-top: 100px;
  position: relative;
  margin: 0 auto;
}
.contents-wrap::before, .contents-wrap::after {
  position: absolute;
  content: "";
  display: block;
  top: 4px;
}
.contents-wrap::before {
  background: url(../img_top/ico_deco_05.png) center top/34px no-repeat;
  width: 34px;
  height: 146px;
  left: 147px;
}
@media screen and (max-width: 768px) {
  .contents-wrap::before {
    left: 36px;
  }
}
.contents-wrap::after {
  background: url(../img_top/ico_deco_06.png) center top/74px no-repeat;
  width: 74px;
  height: 145px;
  right: 166px;
}
@media screen and (max-width: 768px) {
  .contents-wrap::after {
    right: 25px;
  }
}

.sec-sites {
  position: relative;
}
.sec-sites::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 68%;
  border-radius: 50px 0 0 50px;
  background: url(../img_top/bg_yellow.png) right top/cover repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec-sites::before {
    width: 740px;
  }
}
.sec-sites-wrap {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec-sites-wrap {
    width: 700px;
  }
}
.sec-sites .sec-title {
  padding-top: 60px;
}
.sec-sites-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-bottom: 46px;
  gap: 33px 27px;
  width: 715px;
  margin: 30px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .sec-sites-list {
    width: 652px;
  }
}
.sec-sites-list a {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .sec-sites-list a:hover, .sec-sites-list a:focus, .sec-sites-list a:focus-visible {
    outline: 3px solid #62cae3;
    border-radius: 10px;
  }
}
.sec-sites-list .item img {
  width: 340px;
  height: 140px;
  object-fit: contain;
  border: 2px solid #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .sec-sites-list .item img {
    width: 306px;
    height: 126px;
  }
}

.sec-info {
  margin-top: 80px;
  width: 1000px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .sec-info {
    width: 700px;
  }
}
.sec-info .sec-title {
  background: url(../img_top/ico_deco_07.png) right center/68px no-repeat;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .sec-info .sec-title {
    line-height: 1;
  }
}
.sec-info-list {
  margin-top: 20px;
  display: grid;
  gap: 29px 27px;
  grid-template-columns: repeat(4, minmax(230px, 1fr));
}
@media screen and (max-width: 768px) {
  .sec-info-list {
    margin: 40px auto;
    justify-content: center;
    grid-template-columns: repeat(2, minmax(320px, 320px));
  }
}
.sec-info-list .item {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
}
.sec-info-list .item a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .sec-info-list .item a:hover, .sec-info-list .item a:focus, .sec-info-list .item a:focus-visible {
    outline: 3px solid #62cae3;
    border-radius: 10px;
  }
}
.sec-info-list .item-img img {
  width: 230px;
  height: 140px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .sec-info-list .item-img img {
    width: 320px;
    height: 200px;
  }
}
.sec-info-list .item-txt {
  box-sizing: border-box;
  width: 100%;
  min-height: 50px;
  padding: 6px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ccedf8;
  border-radius: 0 0 10px 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-info-list .item-txt {
    min-height: 80px;
  }
}
.sec-info-list .item-txt p {
  font-size: 1.125rem;
  color: #333;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec-info-list .item-txt p {
    font-size: 1.75rem;
  }
}

.sec-links {
  width: 1000px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .sec-links {
    width: 700px;
    margin-top: 90px;
  }
}
.sec-links .sec-title {
  background: url(../img_top/ico_deco_08.png) right center/55px no-repeat;
}
@media screen and (max-width: 768px) {
  .sec-links .sec-title {
    padding-right: 60px;
  }
}
.sec-links-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 200px));
  gap: 29px 27px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec-links-list {
    margin-top: 40px;
    gap: 30px 50px;
    grid-template-columns: repeat(2, minmax(300px, 300px));
  }
}
.sec-links-list img {
  width: 200px;
  height: 50px;
  object-fit: contain;
  border: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .sec-links-list img {
    width: 300px;
    height: 75px;
  }
}
.sec-links-list a:hover img {
  opacity: 0.85;
}

@media print, screen and (min-width: 769px) {
  #footer {
    margin-top: 40px !important;
    padding-top: 120px;
    background: url(../img_top/footer_top_img.png) left top no-repeat;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  margin-top: 100px;
  /* PCでは電話番号リンクを無効化 */
}
footer *, footer *::before, footer *::after {
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  footer a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  footer a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
  }
}
footer .box {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  background-image: url("../../img_common/footer_repeat_img.png");
  background-size: 80%;
  background-repeat: repeat;
}
footer #pagetop-pc a, footer #pagetop-sp a {
  display: block;
}
footer .copyright {
  padding: 12px 0;
  background-color: #65cae5;
  color: #333333;
  font-size: 0.875rem;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  footer .box {
    padding-bottom: 20px;
  }
  footer .box .footer-line-up {
    width: 100%;
    height: 10px;
    top: -4px;
    position: absolute;
    background-image: url("../../img_common/footer_line_upper.png");
    background-size: auto;
    background-position: center;
    background-repeat: repeat-x;
  }
  footer .box .footer-contents {
    width: 1000px;
    margin: 0 auto;
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
  }
  footer .box .footer-contents .footer-information .footer-titles {
    display: flex;
    align-items: end;
    margin-bottom: 15px;
    column-gap: 14px;
  }
  footer .box .footer-contents .footer-information .footer-titles img {
    width: 200px;
    height: 45px;
  }
  footer .box .footer-contents .footer-information .footer-titles span {
    line-height: 1.5;
  }
  footer .box .footer-contents .footer-information .footer-sentence {
    display: block;
  }
  footer .box .footer-contents .footer-information .footer-sentence p {
    line-height: 1.625;
  }
  footer .box .footer-contents .footer-information .footer-sentence .footer-sentence-flex {
    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
  }
  footer .box .footer-contents .footer-links {
    display: flex;
    flex-flow: column;
    row-gap: 14px;
  }
  footer .box .footer-contents .footer-links li a {
    display: block;
    width: 230px;
    background-color: #fff;
    color: #333333;
    text-decoration: none;
    border-radius: 45px;
    padding: 11px 60px 11px 30px;
    background-image: url("../../img_common/footer_shape.png");
    background-size: 18px 10px;
    background-position: right 30px center;
    background-repeat: no-repeat;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  footer .box .footer-contents .footer-links li a:hover, footer .box .footer-contents .footer-links li a:focus, footer .box .footer-contents .footer-links li a:focus-visible {
    outline: 3px solid #62cae3;
    border-radius: calc(infinity * 1px);
  }
}
@media print, screen and (min-width: 769px) {
  footer .box .footer-textlinks {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
  }
  footer .box .footer-textlinks li a {
    font-size: 1rem;
    color: #333333;
    padding-right: 25px;
    background-image: url("../../img_common/footer_shape.png");
    background-size: 18px 10px;
    background-position: right center;
    background-repeat: no-repeat;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  footer .box .footer-textlinks li a:hover {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer .footer-line-down {
    width: 100%;
    height: 8px;
    bottom: -4px;
    position: absolute;
    background-image: url("../../img_common/footer_line_under.png");
    background-size: auto;
    background-position: center;
    background-repeat: repeat-x;
  }
  footer #pagetop-pc {
    position: absolute;
    top: -40px;
    right: 0;
    margin-right: 12px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  footer #pagetop-pc:hover {
    opacity: 0.85;
  }
}
@media print, screen and (min-width: 769px) {
  footer #pagetop-pc img {
    width: 109px;
    height: 94px;
  }
}
@media screen and (max-width: 768px) {
  footer .box {
    padding: 48px 40px;
  }
  footer .footer-line-up {
    width: 100%;
    height: 10px;
    top: -4px;
    position: absolute;
    background-image: url("../../img_common/footer_line_upper.png");
    background-size: auto;
    background-position: center;
    background-repeat: repeat-x;
    left: 0;
  }
  footer #pagetop-pc {
    position: absolute;
    top: -40px;
    right: 0;
    margin-right: 12px;
  }
  footer .footer-titles {
    display: flex;
    align-items: center;
    flex-flow: column;
    row-gap: 18px;
    margin-bottom: 30px;
  }
  footer .footer-titles span {
    line-height: 1;
    font-size: 1.5rem;
  }
  footer .footer-sentence {
    margin-bottom: 60px;
  }
  footer .footer-sentence p {
    width: fit-content;
    margin: 0 auto;
    line-height: 1.4;
  }
  footer .footer-sentence-flex p {
    width: fit-content;
    margin: 0 auto;
    line-height: 1.43;
  }
  footer .footer-sentence-flex span {
    width: fit-content;
    margin: 0 auto;
  }
  footer .footer-links {
    display: flex;
    flex-flow: column;
    align-items: center;
    row-gap: 20px;
    margin-bottom: 60px;
  }
  footer .footer-links li a {
    display: block;
    width: 440px;
    background-color: #fff;
    color: #333333;
    text-decoration: none;
    border-radius: 40px;
    padding: 15px 60px 15px 30px;
    background-image: url("../../img_common/footer_shape.png");
    background-size: auto;
    background-position: right 30px center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  footer .footer-links li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-textlinks {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
    flex-wrap: wrap;
  }
  footer .footer-textlinks li {
    padding-right: 50px;
    background-image: url("../../img_common/footer_shape.png");
    background-size: auto;
    background-position: right center;
    background-repeat: no-repeat;
  }
  footer .footer-textlinks li a {
    font-size: 1.75rem;
    color: #333333;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  footer .footer-textlinks li a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-line-down {
    width: 100%;
    height: 8px;
    bottom: -4px;
    position: absolute;
    background-image: url("../../img_common/footer_line_under.png");
    background-size: auto;
    background-position: center;
    background-repeat: repeat-x;
    left: 0;
  }
  footer .copyright {
    padding: 19px 0 18px 0;
    font-size: 1.5rem;
  }
}
html[data-fontsize=up] {
  font-size: 133.3%;
}
html[data-fontsize=up2] {
  font-size: 166.7%;
}
html[data-fontsize=up2] .s-9901 .sec-news .koho-title::after {
  width: 280px !important;
  height: 122px !important;
}
html[data-fontsize=up2] .gate #sp-header .modal-menu .in {
  padding: 60px 30px 40px 30px;
}
html[data-fontsize=up3] {
  font-size: 200%;
}
html[data-fontsize=up3] .s-9901 .sec-news .koho-title::after {
  width: 280px !important;
  height: 140px !important;
}
html[data-fontsize=up3] .gate #sp-header .modal-menu .in {
  padding: 60px 30px 40px 30px;
}

html[data-bgcolor=color_black] {
  /* よくあるご質問詳細ページ */
  /* よくあるご質問詳細ページ 0009_2 */
}
html[data-bgcolor=color_black] body, html[data-bgcolor=color_black] p, html[data-bgcolor=color_black] div, html[data-bgcolor=color_black] table, html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] h3, html[data-bgcolor=color_black] h4, html[data-bgcolor=color_black] h5, html[data-bgcolor=color_black] h6, html[data-bgcolor=color_black] ul, html[data-bgcolor=color_black] ol, html[data-bgcolor=color_black] li, html[data-bgcolor=color_black] td, html[data-bgcolor=color_black] th, html[data-bgcolor=color_black] dt, html[data-bgcolor=color_black] dd, html[data-bgcolor=color_black] dl, html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] dt, html[data-bgcolor=color_black] caption, html[data-bgcolor=color_black] section, html[data-bgcolor=color_black] span, html[data-bgcolor=color_black] header, html[data-bgcolor=color_black] footer, html[data-bgcolor=color_black] nav {
  background-color: #000 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}
html[data-bgcolor=color_black] a {
  background-color: #000 !important;
  color: #FFFF00 !important;
}
html[data-bgcolor=color_black] a:visited {
  color: #f5c77b !important;
}
html[data-bgcolor=color_black] a:hover {
  color: #f5c77b !important;
}
html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] h3, html[data-bgcolor=color_black] h4, html[data-bgcolor=color_black] h5, html[data-bgcolor=color_black] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}
html[data-bgcolor=color_black] h5 {
  padding: 10px 0px;
}
html[data-bgcolor=color_black] .wysiwyg .text_ {
  color: #ffdbea !important;
}
html[data-bgcolor=color_black] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}
html[data-bgcolor=color_black] #pdf-download {
  color: #333 !important;
}
html[data-bgcolor=color_black] #header-logo img,
html[data-bgcolor=color_black] #header-subnav .list li a,
html[data-bgcolor=color_black] #header-size .title img,
html[data-bgcolor=color_black] #header-color .title img,
html[data-bgcolor=color_black] header .header-subnav-in li img,
html[data-bgcolor=color_black] #footer-logo img,
html[data-bgcolor=color_black] #footer-character img {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .side-nav-list {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] .side-nav-list li span {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] #keyword-area {
  background: transparent !important;
}
html[data-bgcolor=color_black] .toiawase .title, html[data-bgcolor=color_black] .toiawase .in {
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .toiawase .in {
  border-top: none;
}
html[data-bgcolor=color_black] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor=color_black] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .gsst_a .gscb_a {
  color: inherit !important;
}
html[data-bgcolor=color_black] .faq-answer-area {
  background-image: url(../img_sub/h2_faq_title_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .faq-block .faq-q-title {
  background-image: url(../img_sub/h1_faq_title_icon.png), url(../img_sub/faq_icon_plus.png) !important;
  background-color: #ffefaf !important;
}
html[data-bgcolor=color_black] .faq-block .faq-q-title.on {
  background-image: url(../img_sub/h1_faq_title_icon.png), url(../img_sub/faq_icon_minus.png) !important;
  background-color: #ffefaf !important;
}
html[data-bgcolor=color_black] .s-9901 #header, html[data-bgcolor=color_black] .s-9901 #header-print, html[data-bgcolor=color_black] .s-9901 .header-subnav-area,
html[data-bgcolor=color_black] .s-9901 .sec-mv-pc .slide-controls, html[data-bgcolor=color_black] .s-9901 .sec-mv-sp .slide-controls {
  background-color: unset !important;
}
html[data-bgcolor=color_black] .s-9901 .header-subnav-area .header-lang,
html[data-bgcolor=color_black] .s-9901 .header-subnav-area .support-block .support-btn,
html[data-bgcolor=color_black] .s-9901 .header-subnav-area .support-block .support-btn a {
  border-radius: 4px;
  background-color: #ffe478 !important;
}
html[data-bgcolor=color_black] .s-9901 .header-subnav-area .support-block .support-btn span {
  background-color: unset !important;
  color: #333 !important;
}
html[data-bgcolor=color_black] .s-9901 #header-nav .dropmenu .list2 li &gt; a::before {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .s-9901 .modal-menu-close img {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .s-9901 .sec-mv-pc .sec-mv-support, html[data-bgcolor=color_black] .s-9901 #___gcse_1, html[data-bgcolor=color_black] .s-9901 .support-block, html[data-bgcolor=color_black] .s-9901 .nav-wrap-pc {
  background-color: unset !important;
}
html[data-bgcolor=color_black] .s-9901 .nav-wrap-pc {
  background-color: unset !important;
}
html[data-bgcolor=color_black] .s-9901 .sec-life .item a .item-img {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .s-9901 .sec-news-sns img {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .s-9901 footer .box .footer-contents .footer-information .footer-titles img {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .s-9902 #header .header-subnav-area .support-btn,
html[data-bgcolor=color_black] .s-9902 #header .header-subnav-area .support-btn a,
html[data-bgcolor=color_black] .s-9902 #header .header-subnav-area .header-lang {
  background-color: #ffe478 !important;
}
html[data-bgcolor=color_black] .s-9902 #header .header-subnav-area .header-lang .lang-select {
  background-color: #ffe478 !important;
}
html[data-bgcolor=color_black] .s-9902 #header .header-subnav-area .support-block .support-btn a {
  background-image: none !important;
}
html[data-bgcolor=color_black] .s-9902 #header #header-nav .list &gt; li &gt; a:hover {
  border: 1px solid #fff !important;
  box-sizing: border-box !important;
}
html[data-bgcolor=color_black] .s-9902 #header #header-nav .dropmenu .in2 {
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_black] .s-9902 .modal-menu-close img,
html[data-bgcolor=color_black] .s-9902 .sec-life .item-img img,
html[data-bgcolor=color_black] .s-9902 .sec-news-sns img,
html[data-bgcolor=color_black] .s-9902 .sec-links-list img {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .s-9902 footer .box .footer-contents .footer-information .footer-titles img {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .footer-titles img {
  background-color: #fff;
}

html[data-bgcolor=color_blue] {
  /* よくあるご質問詳細ページ */
  /* よくあるご質問詳細ページ 0009_2 */
}
html[data-bgcolor=color_blue] body, html[data-bgcolor=color_blue] p, html[data-bgcolor=color_blue] div, html[data-bgcolor=color_blue] table, html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] h3, html[data-bgcolor=color_blue] h4, html[data-bgcolor=color_blue] h5, html[data-bgcolor=color_blue] h6, html[data-bgcolor=color_blue] ul, html[data-bgcolor=color_blue] ol, html[data-bgcolor=color_blue] li, html[data-bgcolor=color_blue] td, html[data-bgcolor=color_blue] th, html[data-bgcolor=color_blue] dt, html[data-bgcolor=color_blue] dd, html[data-bgcolor=color_blue] dl, html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] dt, html[data-bgcolor=color_blue] caption, html[data-bgcolor=color_blue] section, html[data-bgcolor=color_blue] span, html[data-bgcolor=color_blue] header, html[data-bgcolor=color_blue] footer, html[data-bgcolor=color_blue] nav {
  background-color: #005795 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}
html[data-bgcolor=color_blue] a {
  background-color: #005795 !important;
  color: #FFFF00 !important;
}
html[data-bgcolor=color_blue] a:visited {
  color: #f5c77b !important;
}
html[data-bgcolor=color_blue] a:hover {
  color: #f5c77b !important;
}
html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] h3, html[data-bgcolor=color_blue] h4, html[data-bgcolor=color_blue] h5, html[data-bgcolor=color_blue] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}
html[data-bgcolor=color_blue] h5 {
  padding: 10px 0px;
}
html[data-bgcolor=color_blue] .wysiwyg .text_ {
  color: #ffdbea !important;
}
html[data-bgcolor=color_blue] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}
html[data-bgcolor=color_blue] #pdf-download {
  color: #333 !important;
}
html[data-bgcolor=color_blue] #header-logo img,
html[data-bgcolor=color_blue] #header-subnav .list li a,
html[data-bgcolor=color_blue] #header-size .title img,
html[data-bgcolor=color_blue] #header-color .title img,
html[data-bgcolor=color_blue] header .header-subnav-in li img,
html[data-bgcolor=color_blue] #footer-logo img,
html[data-bgcolor=color_blue] #footer-character img {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .side-nav-list {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] .side-nav-list li span {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] #keyword-area {
  background: transparent !important;
}
html[data-bgcolor=color_blue] .toiawase .title, html[data-bgcolor=color_blue] .toiawase .in {
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .toiawase .in {
  border-top: none;
}
html[data-bgcolor=color_blue] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor=color_blue] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .gsst_a .gscb_a {
  color: inherit !important;
}
html[data-bgcolor=color_blue] .faq-answer-area {
  background-image: url(../img_sub/h2_faq_title_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .faq-block .faq-q-title {
  background-image: url(../img_sub/h1_faq_title_icon.png), url(../img_sub/faq_icon_plus.png) !important;
  background-color: #ffefaf !important;
}
html[data-bgcolor=color_blue] .faq-block .faq-q-title.on {
  background-image: url(../img_sub/h1_faq_title_icon.png), url(../img_sub/faq_icon_minus.png) !important;
  background-color: #ffefaf !important;
}
html[data-bgcolor=color_blue] .s-9901 #header, html[data-bgcolor=color_blue] .s-9901 #header-print, html[data-bgcolor=color_blue] .s-9901 .header-subnav-area,
html[data-bgcolor=color_blue] .s-9901 .sec-mv-pc .slide-controls, html[data-bgcolor=color_blue] .s-9901 .sec-mv-sp .slide-controls {
  background-color: unset !important;
}
html[data-bgcolor=color_blue] .s-9901 .header-subnav-area .header-lang,
html[data-bgcolor=color_blue] .s-9901 .header-subnav-area .support-block .support-btn,
html[data-bgcolor=color_blue] .s-9901 .header-subnav-area .support-block .support-btn a {
  border-radius: 4px;
  background-color: #ffe478 !important;
}
html[data-bgcolor=color_blue] .s-9901 .header-subnav-area .support-block .support-btn span {
  background-color: unset !important;
  color: #333 !important;
}
html[data-bgcolor=color_blue] .s-9901 #header-nav .dropmenu .list2 li &gt; a::before {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .s-9901 .modal-menu-close img {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .s-9901 .sec-mv-pc .sec-mv-support, html[data-bgcolor=color_blue] .s-9901 #___gcse_1, html[data-bgcolor=color_blue] .s-9901 .support-block, html[data-bgcolor=color_blue] .s-9901 .nav-wrap-pc {
  background-color: unset !important;
}
html[data-bgcolor=color_blue] .s-9901 .nav-wrap-pc {
  background-color: unset !important;
}
html[data-bgcolor=color_blue] .s-9901 .sec-life .item a .item-img {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .s-9901 .sec-news-sns img {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .s-9901 footer .box .footer-contents .footer-information .footer-titles img {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .s-9902 #header .header-subnav-area .support-btn,
html[data-bgcolor=color_blue] .s-9902 #header .header-subnav-area .support-btn a,
html[data-bgcolor=color_blue] .s-9902 #header .header-subnav-area .header-lang {
  background-color: #ffe478 !important;
}
html[data-bgcolor=color_blue] .s-9902 #header .header-subnav-area .header-lang .lang-select {
  background-color: #ffe478 !important;
}
html[data-bgcolor=color_blue] .s-9902 #header .header-subnav-area .support-block .support-btn a {
  background-image: none !important;
}
html[data-bgcolor=color_blue] .s-9902 #header #header-nav .list &gt; li &gt; a:hover {
  border: 1px solid #fff !important;
  box-sizing: border-box !important;
}
html[data-bgcolor=color_blue] .s-9902 #header #header-nav .dropmenu .in2 {
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_blue] .s-9902 .modal-menu-close img,
html[data-bgcolor=color_blue] .s-9902 .sec-life .item-img img,
html[data-bgcolor=color_blue] .s-9902 .sec-news-sns img,
html[data-bgcolor=color_blue] .s-9902 .sec-links-list img {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .s-9902 footer .box .footer-contents .footer-information .footer-titles img {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .footer-titles img {
  background-color: #fff;
}</pre></body></html>