@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@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;
  background-color: #fff;
  font-size: 160%;
  box-sizing: border-box;
  border-top: #446d9f solid 4px;
  padding: 7px 15px 7px 15px;
}

h2.head-title a {
  color: inherit;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 1.1em;
  background: #fff;
  font-size: 150%;
  box-sizing: border-box;
  padding: 8px 0;
  border-radius: 0 4px 4px 0;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 0px 15px 0px 15px;
  border-left: 5px solid #acd1cf;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 1.2em;
  display: block;
  line-height: 1.2;
  background: #fff;
  font-size: 140%;
  padding: 10px 10px;
  border-bottom: #446d9f solid 1px;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  margin-top: 1.2em;
  font-size: 125%;
  display: block;
  padding: 0 0 5px;
  line-height: 1.2;
  border-bottom: 2px solid #446d9f;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  margin-top: 1.3em;
  font-size: 115%;
  padding-bottom: 5px;
  line-height: 1.2;
}

h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul, .pubcom-table ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul,
* html .pubcom-table ul {
  display: inline-block;
}

.wysiwyg ol, .pubcom-table ol {
  /* 回り込み画像時にリストが出ない問題を解決 */
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 2em;
  list-style: decimal;
}

* html .wysiwyg ol,
* html .pubcom-table ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table ul, .wysiwyg table ol, .pubcom-table table ul, .pubcom-table table ol {
  margin-left: 0;
}

.wysiwyg table p, .pubcom-table table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #bfe0d8;
}

.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, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #132f51;
  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: #132f51;
  text-decoration: underline;
}

a:visited {
  color: #132f51;
  text-decoration: underline;
}

a:hover {
  color: #132f51;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: inherit;
  color: #132f51;
}

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: #bfe0d8;
  text-align: center;
}

.scheme2 {
  border: 1px solid #bfe0d8;
  text-align: center;
}

.scheme3 {
  background-color: #15154f;
  text-align: center;
}

.scheme4 {
  background-color: #bfe0d8;
  text-align: center;
}

.scheme5 {
  border: 1px solid #bfe0d8;
  text-align: center;
}

.scheme6 {
  background-color: #15154f;
  text-align: center;
}

.scheme7 {
  background-color: #446d9f;
  text-align: center;
}

.scheme8 {
  background-color: #446d9f;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #fff;
  text-align: center;
}

.scheme10 {
  background-color: #446d9f;
  text-align: center;
}

.scheme11 {
  background-color: #446d9f;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
@media print, screen and (min-width: 769px) {
  form.gsc-search-box {
    width: 260px !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 #446d9f !important;
    border-radius: 4px 0px 0px 4px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border: 2px solid #446d9f !important;
    border-radius: 6px 0px 0px 6px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 43px;
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 98px;
    font-size: 1.7rem !important;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 43px;
    padding-left: 0 !important;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 45px;
    }
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 98px;
    padding-left: 0 !important;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 102px;
    }
  }
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #446d9f !important;
    width: 45px !important;
    border: 1px solid #446d9f !important;
    border-radius: 0px 4px 4px 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #446d9f !important;
    width: 100px !important;
    border: 2px solid #446d9f !important;
    border-radius: 0px 6px 6px 0px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 15px !important;
    height: 15px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 36px !important;
    height: 36px !important;
  }
}

.dummy-search-area {
  box-sizing: border-box;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .dummy-search-area {
    width: 260px;
  }
}

@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 #446d9f;
    height: 45px;
    width: calc(100% - 45px);
    border-radius: 4px 0px 0px 4px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search {
    border: 2px solid #446d9f;
    height: 100px;
    width: calc(100% - 100px);
    border-radius: 6px 0px 0px 6px;
    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: #446d9f;
    flex-basis: 45px;
    width: 45px;
    height: 45px;
    border: 1px solid #446d9f;
    border-radius: 0px 4px 4px 0px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search-btn {
    background-color: #446d9f;
    flex-basis: 100px;
    width: 100px;
    height: 100px;
    border: 2px solid #446d9f;
    border-radius: 0px 6px 6px 0px;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .dummy-search-btn svg {
    width: 15px;
    height: 15px;
    fill: #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search-btn svg {
    width: 36px;
    height: 36px;
    fill: #ffffff;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #446d9f;
  border: 6px solid #446d9f;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}

#smartphone .wrap .ico {
  background-color: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: relative;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #446d9f;
  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;
}

body {
  background: url(../img_common/bg.png) repeat left top;
}

#speach-area {
  display: none;
  margin-top: 30px;
  background-color: #edeef0;
  position: relative;
  z-index: 100;
}

#speach-area.is-active {
  display: block;
}

#speach-area .speach-area-in {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  #speach-area .speach-area-in {
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #speach-area .speach-area-in {
    margin: 0 20px;
  }
}

#speach-area .speach-area-close {
  position: absolute;
  right: -10px;
  top: -10px;
  appearance: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #1b2441;
}

#speach-area .speach-area-close:hover {
  opacity: .85;
}

@media print, screen and (min-width: 769px) {
  #speach-area .speach-area-close {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 768px) {
  #speach-area .speach-area-close {
    padding: 0;
    width: 48px;
    height: 48px;
  }
}

@media print, screen and (min-width: 769px) {
  #speach-area .speach-area-close img {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  #speach-area .speach-area-close img {
    width: 19px;
    height: 19px;
  }
}

#speach-area .tsutaeru-speech {
  font-size: 100%;
  text-align: left;
}

#speach-area .tsutaeru-speech .tsutaeru-button {
  margin-right: .25em;
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1150px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #132f51;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: calc(100% - 4px);
    text-align: center;
    margin-top: 2px;
    margin-left: 2px;
  }
  #header {
    background: #fff;
  }
  #header .header-subnav-area {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
  }
  #header .header-subnav-area .box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px 10px;
    margin-left: auto;
    padding: 0 8px 0 0;
  }
  #header .header-subnav-area .box .support {
    position: relative;
  }
  #header .header-subnav-area .box .support-btn a {
    position: relative;
    z-index: 200;
    display: inline-block;
    background: url(../img_common/translation_icon.png) no-repeat left 8px center;
    background-color: #446d9f;
    background-size: 34px;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px 10px 50px;
    line-height: 1.2em;
  }
  #header .header-subnav-area .box .support-btn a:hover {
    background-color: #132f51;
  }
  #header .header-subnav-area .box .header-lang-wrapper .lang-error {
    color: #ee0000;
  }
  #header .header-subnav-area .box .header-lang-wrapper {
    margin: 4px 0;
  }
  #header .header-subnav-area .box .header-lang-wrapper .header-lang {
    display: flex;
    flex-direction: column;
  }
  #header .header-subnav-area .box .header-lang-wrapper .header-lang .lang-select {
    box-sizing: border-box;
    padding: 3px 30px 3px 30px;
    border: solid 1px #000;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    font-size: 80%;
    background: url(../img_common/icon_lang.png) no-repeat left 8px center/17px, url(../img_common/arrow_icon_lang.png) no-repeat right 8px center/9px #fff;
  }
  #header .header-subnav-area .box .header-lang-wrapper .header-lang .btn-lang-select {
    color: #fff;
    min-height: 30px;
    padding: 3px 12px;
    font-weight: bold;
    border: solid 1px #446d9f;
    background: #446d9f;
    line-height: 1;
    cursor: pointer;
    font-size: 80%;
  }
  #header .header-subnav-area .box .header-lang-wrapper .header-lang .btn-lang-select:hover {
    opacity: .85;
  }
  #header .header-subnav-area .box .header-lang-wrapper .translate-element {
    display: flex;
  }
  #header .header-subnav-area .box .header-page-number-search #number-search-container *, #header .header-subnav-area .box .header-page-number-search #number-search-container *::before, #header .header-subnav-area .box .header-page-number-search #number-search-container *::after, #header .header-subnav-area .box .header-page-number-search #sp-number-search-container *, #header .header-subnav-area .box .header-page-number-search #sp-number-search-container *::before, #header .header-subnav-area .box .header-page-number-search #sp-number-search-container *::after {
    box-sizing: border-box;
  }
  #header .header-subnav-area .box .header-page-number-search #number-search-container .input-wrap, #header .header-subnav-area .box .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 .box .header-page-number-search #number-search-container .input-wrap, #header .header-subnav-area .box .header-page-number-search #sp-number-search-container .input-wrap {
    width: 260px;
    gap: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .box .header-page-number-search #number-search-container .input-wrap, #header .header-subnav-area .box .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 .box .header-page-number-search #number-search-container .input-wrap label, #header .header-subnav-area .box .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 .box .header-page-number-search #number-search-container .input-wrap .number-label, #header .header-subnav-area .box .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 .box .header-page-number-search #number-search-container .input-wrap .number-label, #header .header-subnav-area .box .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 45px);
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .box .header-page-number-search #number-search-container .input-wrap .number-label, #header .header-subnav-area .box .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 100px);
  }
}

@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .box .header-page-number-search #number-search-container .input-wrap .submit-label, #header .header-subnav-area .box .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 .box .header-page-number-search #number-search-container .input-wrap .submit-label, #header .header-subnav-area .box .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 45px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .box .header-page-number-search #number-search-container .input-wrap .submit-label, #header .header-subnav-area .box .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 100px;
  }
}

@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .box .header-page-number-search #number-search-container .input-wrap input[type="text"], #header .header-subnav-area .box .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 .box .header-page-number-search #number-search-container .input-wrap input[type="text"], #header .header-subnav-area .box .header-page-number-search #sp-number-search-container .input-wrap input[type="text"] {
    border: 1px solid #446d9f;
    border-radius: 4px 0px 0px 4px;
    height: 45px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .box .header-page-number-search #number-search-container .input-wrap input[type="text"], #header .header-subnav-area .box .header-page-number-search #sp-number-search-container .input-wrap input[type="text"] {
    border: 2px solid #446d9f;
    border-radius: 6px 0px 0px 6px;
    height: 100px;
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .box .header-page-number-search #number-search-container .input-wrap button, #header .header-subnav-area .box .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 .box .header-page-number-search #number-search-container .input-wrap button, #header .header-subnav-area .box .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 1px solid #446d9f;
    border-radius: 0px 4px 4px 0px;
    background-color: #446d9f;
    width: 45px;
    height: 45px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .box .header-page-number-search #number-search-container .input-wrap button, #header .header-subnav-area .box .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 2px solid #446d9f;
    border-radius: 0px 6px 6px 0px;
    background-color: #446d9f;
    width: 100px;
    height: 100px;
  }
}

@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .box .header-page-number-search #number-search-container .input-wrap button::after, #header .header-subnav-area .box .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 .box .header-page-number-search #number-search-container .input-wrap button::after, #header .header-subnav-area .box .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 15px;
    height: 15px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .box .header-page-number-search #number-search-container .input-wrap button::after, #header .header-subnav-area .box .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 36px;
    height: 36px;
  }
}

@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .sub-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1000px;
    margin: 0 auto;
    padding: 15px 0 10px;
    gap: 20px;
    /* end-#header-nav */
  }
  #header .header-subnav-area .sub-box #header-logo a {
    display: inline-block;
  }
  #header .header-subnav-area .sub-box #header-logo a:hover {
    opacity: .85;
  }
  #header .header-subnav-area .sub-box #header-nav .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px 12px;
  }
  #header .header-subnav-area .sub-box #header-nav .list .title {
    border: solid 1px #bfdaf2;
    text-align: center;
    border-radius: 4px;
  }
  #header .header-subnav-area .sub-box #header-nav .list .title:first-child {
    margin-left: 0;
  }
  #header .header-subnav-area .sub-box #header-nav .list .title a {
    display: block;
    padding: 3px 10px 3px 40px;
    text-decoration: none;
  }
  #header .header-subnav-area .sub-box #header-nav .list .title.kushi {
    background: url(../img_common/nav_icon_01.png) no-repeat left 10px center;
    background-size: 24px 24px;
  }
  #header .header-subnav-area .sub-box #header-nav .list .title.kushi:hover {
    background-color: #bfdaf2;
  }
  #header .header-subnav-area .sub-box #header-nav .list .title.bousai {
    background: url(../img_common/nav_icon_02.png) no-repeat left 10px center;
    background-size: 24px 24px;
  }
  #header .header-subnav-area .sub-box #header-nav .list .title.bousai:hover {
    background-color: #bfdaf2;
  }
  #header .header-subnav-area .sub-box #header-nav .list .title.matidukuri {
    background: url(../img_common/nav_icon_03.png) no-repeat left 10px center;
    background-size: 24px 24px;
  }
  #header .header-subnav-area .sub-box #header-nav .list .title.matidukuri:hover {
    background-color: #bfdaf2;
  }
  #header .header-subnav-area .sub-box #header-nav .list .title.kosodate {
    background: url(../img_common/nav_icon_04.png) no-repeat left 10px center;
    background-size: 24px 24px;
  }
  #header .header-subnav-area .sub-box #header-nav .list .title.kosodate:hover {
    background-color: #bfdaf2;
  }
  #header .header-subnav-area .sub-box #header-nav .list .title.bunka {
    background: url(../img_common/nav_icon_05.png) no-repeat left 10px center;
    background-size: 24px 24px;
  }
  #header .header-subnav-area .sub-box #header-nav .list .title.bunka:hover {
    background-color: #bfdaf2;
  }
  #header .header-subnav-area .sub-box #header-nav .list .title.iryo {
    background: url(../img_common/nav_icon_06.png) no-repeat left 10px center;
    background-size: 24px 24px;
  }
  #header .header-subnav-area .sub-box #header-nav .list .title.iryo:hover {
    background-color: #bfdaf2;
  }
  #header .header-subnav-area .sub-box #header-nav .list .title.sangyo {
    background: url(../img_common/nav_icon_07.png) no-repeat left 10px center;
    background-size: 24px 24px;
  }
  #header .header-subnav-area .sub-box #header-nav .list .title.sangyo:hover {
    background-color: #bfdaf2;
  }
  #header .header-subnav-area .sub-box #header-nav .list .title.info {
    background: url(../img_common/nav_icon_08.png) no-repeat left 10px center;
    background-size: 24px 24px;
  }
  #header .header-subnav-area .sub-box #header-nav .list .title.info:hover {
    background-color: #bfdaf2;
  }
  #header .modal-support-bg {
    width: 100vw;
    height: 100vh;
    display: none;
    position: absolute;
    top: 0;
    right: -115px;
    z-index: 300;
  }
  #header .modal-support {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300;
  }
  #header .modal-support .support-btn.modal-in-btn a {
    background-color: #132f51;
  }
  #header .modal-support .in {
    margin-top: 14px;
    padding: 25px 0 20px;
    background-color: #FFF;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 0px 0 2px 0 #e0e0e0;
    border: 3px solid #122f51;
    position: absolute;
    top: 100%;
    left: -65%;
  }
  #header .modal-support .in::before {
    content: '';
    transform: translateX(-50%) rotate(315deg);
    position: absolute;
    border-top: 3px solid #142f51;
    border-right: 3px solid #142f51;
    height: 13px;
    width: 13px;
    top: -10px;
    left: 50%;
    background: #fff;
  }
  #header .modal-support .header-size, #header .modal-support .header-color {
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
  #header .modal-support .header-size button, #header .modal-support .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
    vertical-align: bottom;
  }
  #header .modal-support .header-size .title, #header .modal-support .header-color .title {
    min-width: 125px;
    margin-right: 10px;
    line-height: 1.2;
    text-align: right;
  }
  #header .modal-support .header-size dd, #header .modal-support .header-color dd {
    line-height: 1;
  }
  #header .modal-support .header-size dd + dd, #header .modal-support .header-color dd + dd {
    margin-left: 2px;
  }
  #header .modal-support .header-size dd img:hover, #header .modal-support .header-color dd img:hover {
    opacity: .85;
  }
  #header .modal-support .header-size a, #header .modal-support .header-color a {
    display: inline-block;
  }
  #header .modal-support .header-size img {
    min-width: 64px;
    min-height: 48px;
  }
  #header .modal-support .header-color img {
    min-width: 49px;
    min-height: 49px;
  }
  #header .modal-support .header-size {
    margin-bottom: 10px;
  }
  #header .modal-support .yasashi-nihongo {
    margin-top: 20px;
  }
  #header .modal-support .yasashi-nihongo .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 35px;
  }
  #header .modal-support .yasashi-nihongo .list > li a {
    display: block;
    padding-left: 30px;
    color: #000;
    font-weight: bold;
  }
  #header .modal-support .yasashi-nihongo .list > li.item1 a {
    background: url(../img_common/header_icon01.png) no-repeat left center;
    background-size: 23px 21px;
  }
  #header .modal-support .yasashi-nihongo .list > li.item2 a {
    background: url(../img_common/header_icon02.png) no-repeat left center;
    background-size: 23px 21px;
  }
  #header .modal-support .yasashi-nihongo .list > li.item3 button {
    background: url(../img_common/header_icon03.png) no-repeat left center;
    background-size: 23px 21px;
  }
  #header .modal-support .yasashi-nihongo .list > li.is-hide {
    display: none;
  }
  #header .modal-support .yasashi-nihongo .list > li button {
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 100%;
    text-decoration: underline;
    color: #000;
    padding-left: 30px;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  #header .modal-support .close-btn {
    margin-top: 15px;
    padding: 0 20px;
    text-align: center;
  }
  #header .modal-support .close-btn a {
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid #122f51;
    border-radius: 20px;
    font-weight: bold;
    text-decoration: none;
    word-break: break-all;
    padding: 5px 45px;
    width: 240px;
    background: url(../img_common/modal_menu_close.png) no-repeat right 15px center;
    background-size: 26px 26px;
  }
  #header .modal-support .close-btn a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  #sp-header {
    margin-bottom: 35px;
  }
  #sp-header > .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #sp-header > .box #sp-header-logo {
    padding-left: 24px;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area {
    display: flex;
  }
  #sp-header .sp-modal-support-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
  }
  #sp-header .sp-modal-support,
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 140px;
    left: 0;
    z-index: 200;
    width: 100%;
  }
  #sp-header .sp-modal-support .in,
  #sp-header .modal-menu .in {
    padding: 0 0 20px 0;
    background-color: rgba(18, 47, 81, 0.8);
    color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 0 2px 0 #e0e0e0;
    border: 1px solid #eee;
  }
  #sp-header .sp-modal-support .in a,
  #sp-header .modal-menu .in a {
    color: #fff;
  }
  #sp-header .sp-modal-support .close-btn a,
  #sp-header .modal-menu .close-btn a {
    box-sizing: border-box;
    display: block;
    background: #fff url(../img_common/modal_menu_close.png) no-repeat right 35px center;
    border-radius: 52px;
    font-weight: bold;
    color: #122f51;
    text-align: center;
    text-decoration: none;
    padding: 27px 96px;
  }
  #sp-header .sp-modal-support .in {
    padding: 40px 35px 60px;
  }
  #sp-header .sp-modal-support .support-block {
    margin-bottom: 36px;
    background: #fff;
    color: #333;
    border-radius: 46px;
    box-sizing: border-box;
    padding: 50px 50px;
  }
  #sp-header .sp-modal-support .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  #sp-header .sp-modal-support .support-block .support-list li + li {
    margin-top: 20px;
  }
  #sp-header .sp-modal-support .support-block .header-size dl,
  #sp-header .sp-modal-support .support-block .header-color dl {
    align-items: center;
    display: flex;
  }
  #sp-header .sp-modal-support .support-block .header-size dt,
  #sp-header .sp-modal-support .support-block .header-color dt {
    margin-right: 10px;
    max-width: 191px;
  }
  #sp-header .sp-modal-support .support-block .header-size dd,
  #sp-header .sp-modal-support .support-block .header-color dd {
    font-size: 0;
    margin-right: 10px;
  }
  #sp-header .sp-modal-support .support-block .header-size img {
    min-width: 140px;
    min-height: 80px;
  }
  #sp-header .sp-modal-support .support-block .header-color img {
    min-width: 90px;
    min-height: 90px;
  }
  #sp-header .sp-modal-support .support-block .yasashi-nihongo {
    margin: 35px 0;
  }
  #sp-header .sp-modal-support .support-block .yasashi-nihongo .list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px 35px;
  }
  #sp-header .sp-modal-support .support-block .yasashi-nihongo .list > li {
    margin-left: 100px;
  }
  #sp-header .sp-modal-support .support-block .yasashi-nihongo .list > li a {
    display: block;
    padding-left: 60px;
    color: #000;
    font-weight: bold;
  }
  #sp-header .sp-modal-support .support-block .yasashi-nihongo .list > li.item1 a {
    background: url(../img_common/header_icon01.png) no-repeat left center;
  }
  #sp-header .sp-modal-support .support-block .yasashi-nihongo .list > li.item2 a {
    background: url(../img_common/header_icon02.png) no-repeat left center;
  }
  #sp-header .sp-modal-support .support-block .yasashi-nihongo .list > li.item3 button {
    background: url(../img_common/header_icon03.png) no-repeat left center;
  }
  #sp-header .sp-modal-support .support-block .yasashi-nihongo .list > li.is-hide {
    display: none;
  }
  #sp-header .sp-modal-support .support-block .yasashi-nihongo .list > li button {
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 100%;
    text-decoration: underline;
    color: #000;
    padding-left: 60px;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  #sp-header .sp-modal-support .support-block .header-lang-wrapper .lang-error {
    background-color: #fff;
    color: #ee0000;
    width: 100%;
  }
  #sp-header .sp-modal-support .support-block .header-lang {
    display: flex;
    flex-direction: column;
  }
  #sp-header .sp-modal-support .support-block .header-lang .translate-element {
    display: flex;
    flex-wrap: wrap;
    max-width: 548px;
  }
  #sp-header .sp-modal-support .support-block .header-lang .lang-select {
    min-width: 438px;
    padding: 15px 30px 15px 85px;
    border: 0;
    background: #fff;
    font-size: 100%;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    color: #132f51;
    font-size: 1.875rem;
    background: url(../img_common/icon_lang.png) no-repeat left 25px center, url(../img_common/arrow_lang.png) no-repeat right 10px center #fff;
    border: solid 2px #446d9f;
    border-radius: 6px 0 0 6px;
  }
  #sp-header .sp-modal-support .support-block .header-lang .btn-lang-select {
    box-sizing: border-box;
    color: #fff;
    padding: 15px 20px;
    background: #446d9f;
    font-size: 100%;
    line-height: 1;
    cursor: pointer;
    height: 100px;
    min-width: 110px;
    font-size: 1.875rem;
    word-break: break-all;
  }
  #sp-header .modal-menu > .in {
    box-sizing: border-box;
    padding: 35px 50px;
  }
  #sp-header .modal-menu .sp-search {
    box-sizing: border-box;
    padding: 35px 35px;
    background: #fff;
    border-radius: 46px;
  }
  #sp-header .modal-menu .sp-search .is-search-tabs .list {
    display: flex;
    position: relative;
    gap: 0;
    margin: 0 auto;
  }
  #sp-header .modal-menu .sp-search .is-search-tabs .list > li {
    padding-bottom: 15px;
  }
  #sp-header .modal-menu .sp-search .is-search-tabs .list > li.hover a {
    background-color: #446d9f;
    color: #fff;
  }
  #sp-header .modal-menu .sp-search .is-search-tabs .list > li.hover a:after {
    content: "";
    position: absolute;
    top: calc(100% + 10px);
    left: calc(50% - 14px);
    transform: translateY(-50%) rotate(180deg);
    display: block;
    width: 0;
    height: 0;
    border-top: 14px transparent solid;
    border-right: 14px transparent solid;
    border-bottom: 14px #446d9f solid;
    border-left: 14px transparent solid;
    z-index: 100;
  }
  #sp-header .modal-menu .sp-search .is-search-tabs .list > li:first-child a {
    border-radius: 6px 0 0 6px;
  }
  #sp-header .modal-menu .sp-search .is-search-tabs .list > li:last-child a {
    border-radius: 0 6px 6px 0;
  }
  #sp-header .modal-menu .sp-search .is-search-tabs .list > li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    color: #132f51;
    text-decoration: none;
    border: solid 2px #446d9f;
    line-height: 1.2em;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 30px;
  }
  #sp-header .modal-menu .sp-search .tab-in {
    margin: 0 auto;
    min-height: 44px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-menu .sp-search .tab-in .is-search .cse input.gsc-input, #sp-header .modal-menu .sp-search .tab-in .is-search input.gsc-input {
    min-height: 85px !important;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-menu .sp-search .tab-in .header-page-number-search {
    width: 100%;
    border-radius: 0px 4px 4px 0px;
  }
  #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #number-search-container *, #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #number-search-container *::before, #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #number-search-container *::after, #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #sp-number-search-container *, #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #sp-number-search-container *::before, #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #sp-number-search-container *::after {
    box-sizing: border-box;
  }
  #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #number-search-container .input-wrap, #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #sp-number-search-container .input-wrap {
    display: flex;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #number-search-container .input-wrap, #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #sp-number-search-container .input-wrap {
    width: 260px;
    gap: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #number-search-container .input-wrap, #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #sp-number-search-container .input-wrap {
    width: 100%;
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #number-search-container .input-wrap label, #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #sp-number-search-container .input-wrap label {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
  }
  #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #number-search-container .input-wrap .number-label, #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #number-search-container .input-wrap .number-label, #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 45px);
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #number-search-container .input-wrap .number-label, #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #number-search-container .input-wrap .submit-label, #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #number-search-container .input-wrap .submit-label, #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 45px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #number-search-container .input-wrap .submit-label, #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #number-search-container .input-wrap input[type="text"], #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #sp-number-search-container .input-wrap input[type="text"] {
    width: 100%;
    padding: 10px 0 10px 13px;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #number-search-container .input-wrap input[type="text"], #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #sp-number-search-container .input-wrap input[type="text"] {
    border: 1px solid #446d9f;
    border-radius: 4px 0px 0px 4px;
    height: 45px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #number-search-container .input-wrap input[type="text"], #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #sp-number-search-container .input-wrap input[type="text"] {
    border: 2px solid #446d9f;
    border-radius: 6px 0px 0px 6px;
    height: 100px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #number-search-container .input-wrap button, #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #sp-number-search-container .input-wrap button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #number-search-container .input-wrap button, #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 1px solid #446d9f;
    border-radius: 0px 4px 4px 0px;
    background-color: #446d9f;
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #number-search-container .input-wrap button, #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 2px solid #446d9f;
    border-radius: 0px 6px 6px 0px;
    background-color: #446d9f;
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #number-search-container .input-wrap button::after, #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #sp-number-search-container .input-wrap button::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    clip-path: polygon(21.69% 24.41%, 20.35% 26.06%, 19.18% 27.87%, 18.12% 29.9%, 17.39% 31.94%, 16.85% 34.07%, 16.48% 36.48%, 16.46% 39.04%, 16.69% 41.55%, 17.14% 43.85%, 17.72% 45.78%, 18.57% 47.98%, 19.59% 49.91%, 20.76% 51.74%, 22.03% 53.36%, 23.36% 54.85%, 25.08% 56.37%, 26.93% 57.75%, 28.81% 58.84%, 30.74% 59.72%, 33.07% 60.33%, 35.1% 60.7%, 37.38% 60.92%, 39.37% 60.93%, 41.98% 60.66%, 44.52% 60.17%, 46.66% 59.48%, 48.31% 58.76%, 50.1% 57.78%, 51.58% 56.77%, 52.95% 55.68%, 53.79% 54.88%, 54.34% 54.34%, 94.61% 94.61%, 89.9% 99%, 62.61% 72.02%, 62.61% 66.88%, 61.76% 66.05%, 59.89% 67.58%, 57.49% 69.21%, 55.34% 70.42%, 52.57% 71.91%, 49.77% 72.84%, 47.16% 73.61%, 43.77% 74.17%, 40.36% 74.48%, 36.79% 74.47%, 33.89% 74.24%, 30.69% 73.66%, 27.25% 72.79%, 23.53% 71.39%, 19.93% 69.42%, 16.93% 67.46%, 13.57% 64.57%, 10.52% 61.3%, 8.12% 58.07%, 6.24% 54.71%, 4.72% 51.31%, 3.72% 47.79%, 3.11% 44.85%, 2.69% 41.66%, 2.6% 38.44%, 2.68% 36.45%, 2.8% 34.73%, 3.04% 32.91%, 3.32% 31.43%, 3.63% 29.82%, 3.96% 28.4%, 4.47% 26.91%, 4.93% 25.43%, 5.72% 23.7%, 6.43% 22.1%, 7.78% 19.8%, 9.14% 17.79%, 10.71% 15.76%, 12.37% 13.93%, 13.93% 12.37%, 15.76% 10.71%, 17.79% 9.14%, 19.8% 7.78%, 22.1% 6.43%, 23.7% 5.72%, 25.43% 4.93%, 26.91% 4.47%, 28.4% 3.96%, 29.82% 3.63%, 31.43% 3.32%, 32.91% 3.04%, 34.73% 2.8%, 36.45% 2.68%, 38.44% 2.6%, 41.66% 2.69%, 44.85% 3.11%, 47.79% 3.72%, 51.31% 4.72%, 54.71% 6.24%, 58.07% 8.12%, 61.3% 10.52%, 64.57% 13.57%, 67.46% 16.93%, 69.42% 19.93%, 71.39% 23.53%, 72.79% 27.25%, 73.66% 30.69%, 74.24% 33.89%, 74.47% 36.79%, 74.48% 40.36%, 74.17% 43.77%, 73.61% 47.16%, 72.84% 49.77%, 71.91% 52.57%, 70.42% 55.34%, 69.21% 57.49%, 67.58% 59.89%, 66.05% 61.76%, 66.88% 62.61%, 72.02% 62.61%, 99% 89.9%, 94.61% 94.61%, 54.34% 54.34%, 54.88% 53.79%, 55.68% 52.95%, 56.77% 51.58%, 57.78% 50.1%, 58.76% 48.31%, 59.48% 46.66%, 60.17% 44.52%, 60.66% 41.98%, 60.93% 39.37%, 60.92% 37.38%, 60.7% 35.1%, 60.33% 33.07%, 59.72% 30.74%, 58.84% 28.81%, 57.75% 26.93%, 56.37% 25.08%, 54.85% 23.36%, 53.36% 22.03%, 51.74% 20.76%, 49.91% 19.59%, 47.98% 18.57%, 45.78% 17.72%, 43.85% 17.14%, 41.55% 16.69%, 39.04% 16.46%, 36.48% 16.48%, 34.07% 16.85%, 31.94% 17.39%, 29.9% 18.12%, 27.87% 19.18%, 26.06% 20.35%, 24.41% 21.69%);
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #number-search-container .input-wrap button::after, #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #number-search-container .input-wrap button::after, #sp-header .modal-menu .sp-search .tab-in .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-menu .sp-search .tab-in .input-wrap {
    align-items: center;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
  }
  #sp-header .modal-menu .sp-search .tab-in .input-wrap .number-label {
    border-radius: 0 0 0 5px;
    flex: 1 0 auto;
    flex-shrink: 1;
  }
  #sp-header .modal-menu .sp-search .tab-in .input-wrap .number-label input {
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    border-radius: 5px 0 0 5px;
    border: solid 1px #446d9f;
    background: #fff;
    padding: 0;
    padding-left: 5px;
    width: 100%;
    height: 100px;
    font-size: 100%;
  }
  #sp-header .modal-menu .sp-search .tab-in .input-wrap .submit-label {
    height: 100px;
  }
  #sp-header .modal-menu .sp-search .tab-in .input-wrap .submit-label button {
    background: url(../img_common/page_search.png) center center no-repeat;
    background-color: #446d9f;
    border: none;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    width: 100px;
    height: 100px;
  }
  #sp-header .modal-menu .sp-search .tab-in .input-wrap .submit-label button img {
    height: 36px;
    width: 36px;
  }
  #sp-header .modal-menu .sp-nav {
    margin-top: 55px;
    box-sizing: border-box;
    padding: 10px 0;
    background: #fff;
    border-radius: 46px;
    color: #142f51;
  }
  #sp-header .modal-menu .sp-nav a {
    color: #142f51;
  }
  #sp-header .modal-menu .sp-nav .box {
    display: block;
    border-bottom: 2px solid #bfdaf2;
  }
  #sp-header .modal-menu .sp-nav .box:last-child {
    border-bottom: none;
  }
  #sp-header .modal-menu .sp-nav .title {
    position: relative;
    font-weight: normal;
    padding-left: 110px;
    word-break: break-all;
  }
  #sp-header .modal-menu .sp-nav .title > a {
    display: block;
    color: #142f51;
    padding: 26px 0px 26px 0px;
    margin-right: 90px;
    font-weight: bold;
    font-size: 2.625rem;
  }
  #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: #132f51;
  }
  #sp-header .modal-menu .sp-nav .title button.plus::after {
    width: 40px;
    height: 40px;
    clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
    transform: rotate(180deg);
  }
  #sp-header .modal-menu .sp-nav .title button.mynus::after {
    width: 40px;
    height: 40px;
    clip-path: polygon(50% 19.99%, 100% 70%, 91.81% 78.19%, 50% 36.38%, 8.19% 78.19%, 0% 70%);
  }
  #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 .title.kushi {
    background: url(../img_common/nav_icon_01.png) no-repeat left 30px center;
  }
  #sp-header .modal-menu .sp-nav .title.bousai {
    background: url(../img_common/nav_icon_02.png) no-repeat left 30px center;
  }
  #sp-header .modal-menu .sp-nav .title.matidukuri {
    background: url(../img_common/nav_icon_03.png) no-repeat left 30px center;
  }
  #sp-header .modal-menu .sp-nav .title.kosodate {
    background: url(../img_common/nav_icon_04.png) no-repeat left 30px center;
  }
  #sp-header .modal-menu .sp-nav .title.bunka {
    background: url(../img_common/nav_icon_05.png) no-repeat left 30px center;
  }
  #sp-header .modal-menu .sp-nav .title.iryo {
    background: url(../img_common/nav_icon_06.png) no-repeat left 30px center;
  }
  #sp-header .modal-menu .sp-nav .title.sangyo {
    background: url(../img_common/nav_icon_07.png) no-repeat left 30px center;
  }
  #sp-header .modal-menu .sp-nav .title.info {
    background: url(../img_common/nav_icon_08.png) no-repeat left 30px center;
  }
  #sp-header .modal-menu .sp-nav .bloc {
    display: none;
  }
  #sp-header .modal-menu .sp-nav .bloc .list {
    padding-bottom: 15px;
  }
  #sp-header .modal-menu .sp-nav .bloc .list a {
    display: block;
    padding: 15px 20px 15px 105px;
    word-break: break-all;
    background: url(../img_common/footer_btn.png) no-repeat left 50px center;
    background-size: 35px 35px;
  }
  #sp-header .modal-menu .pc-btn {
    margin: 30px auto 55px;
    width: fit-content;
    word-break: break-all;
  }
  #sp-header .modal-menu .pc-btn a {
    box-sizing: border-box;
    display: block;
    width: 460px;
    color: #fff;
    background: #436d9f;
    border: 2px solid #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 45px;
  }
  #sp-header .modal-menu .pc-btn a .text {
    background: url(../img_common/pc_icon.png) no-repeat left center;
    display: block;
    padding: 23px 23px 23px 80px;
    width: fit-content;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 769px) {
  #container {
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #container {
    margin: 0 20px;
  }
}

@media print, screen and (min-width: 769px) {
  #main-contents .main-contents-in::after {
    clear: both;
    content: "";
    display: block;
  }
  #main-contents .main-contents-in .contents-primary, #main-contents .main-contents-in .contents-secondary {
    float: left;
    width: 49%;
    margin-left: 2%;
  }
  #main-contents .main-contents-in > *:first-child {
    margin-left: 0;
  }
}

.section {
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid #b5b5b5;
  background-color: #fff;
}

.section .section-header {
  background-color: #dd0012;
}

.section .section-header .section-title {
  color: #fff;
  font-weight: bold;
}

.section .section-body .list li {
  position: relative;
}

.section .section-body .list li:first-child {
  margin-top: 0;
}

.section .section-body .list li::before {
  content: "";
  display: block;
  position: absolute;
  top: .4em;
  left: 0;
}

.section .section-body .btn-list .btn {
  display: inline-block;
}

.section .section-body .btn-list .btn a {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 9px 30px 9px;
  border-radius: 5px;
  border: 1px solid #999;
  background-color: #f3f3f3;
  color: #333;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.section .section-body .btn-list .btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

.section .section-body .btn-list .btn a:hover {
  border: 1px solid #dd0012;
  background-color: #dd0012;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .section .section-header .section-title {
    padding: 10px 15px;
    font-size: 125%;
  }
  .section .section-body {
    padding: 15px 15px 20px;
  }
  .section .section-body .list li {
    margin-top: 10px;
    padding-left: 10px;
  }
  .section .section-body .list li::before {
    width: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #333;
  }
  .section .section-body .btn-list {
    margin-top: 20px;
  }
  .section .section-body .btn-list .btn a::before {
    width: 5px;
    height: 5px;
    border-top: 1px solid #868686;
    border-right: 1px solid #868686;
  }
  .section .section-body .btn-list .btn a:hover::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .section .section-header .section-title {
    padding: 9px 20px 8px;
    font-size: 110%;
    text-align: center;
  }
  .section .section-body {
    padding: 25px 20px 30px;
  }
  .section .section-body .list li {
    margin-top: 15px;
    padding-left: 15px;
  }
  .section .section-body .list li::before {
    width: 8px;
    border: 8px solid transparent;
    border-left: 8px solid #333;
  }
  .section .section-body .btn-list {
    margin-top: 30px;
  }
  .section .section-body .btn-list .btn a {
    font-size: 90%;
  }
  .section .section-body .btn-list .btn a::before {
    width: 8px;
    height: 8px;
    border-top: 2px solid #868686;
    border-right: 2px solid #868686;
  }
  .section .section-body .btn-list .btn a:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.switching-section .section-body .btn-list {
  text-align: center;
}

.emergency-section .section-body .list, .alert-section .section-body .list, .news-section .section-body .list, .specific-category-section .section-body .list {
  overflow-y: auto;
}

.emergency-section .section-body .list li, .alert-section .section-body .list li, .news-section .section-body .list li, .specific-category-section .section-body .list li {
  color: #666;
}

.emergency-section .section-body .list li .item-date, .alert-section .section-body .list li .item-date, .news-section .section-body .list li .item-date, .specific-category-section .section-body .list li .item-date {
  font-weight: bold;
}

.emergency-section .section-body .list li .item-title, .alert-section .section-body .list li .item-title, .news-section .section-body .list li .item-title, .specific-category-section .section-body .list li .item-title {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .emergency-section .section-body .list li::after, .alert-section .section-body .list li::after, .news-section .section-body .list li::after, .specific-category-section .section-body .list li::after {
    clear: both;
    content: "";
    display: block;
  }
  .emergency-section .section-body .list li .item-date, .alert-section .section-body .list li .item-date, .news-section .section-body .list li .item-date, .specific-category-section .section-body .list li .item-date {
    float: left;
  }
  .emergency-section .section-body .btn-list, .alert-section .section-body .btn-list, .news-section .section-body .btn-list, .specific-category-section .section-body .btn-list {
    text-align: right;
  }
  .emergency-section .section-body .btn-list .btn a, .alert-section .section-body .btn-list .btn a, .news-section .section-body .btn-list .btn a, .specific-category-section .section-body .btn-list .btn a {
    min-width: 228px;
  }
}

@media screen and (max-width: 768px) {
  .emergency-section .section-body .list, .alert-section .section-body .list, .news-section .section-body .list, .specific-category-section .section-body .list {
    max-height: 420px;
  }
  .emergency-section .section-body .list li .item-title, .alert-section .section-body .list li .item-title, .news-section .section-body .list li .item-title, .specific-category-section .section-body .list li .item-title {
    margin-top: 5px;
  }
  .emergency-section .section-body .btn-list, .alert-section .section-body .btn-list, .news-section .section-body .btn-list, .specific-category-section .section-body .btn-list {
    text-align: center;
  }
  .emergency-section .section-body .btn-list .btn, .alert-section .section-body .btn-list .btn, .news-section .section-body .btn-list .btn, .specific-category-section .section-body .btn-list .btn {
    width: 48.5%;
  }
}

.emergency-section, .alert-section {
  border: 1px solid #dd0012;
}

.emergency-section .section-header .section-title .title-small, .alert-section .section-header .section-title .title-small {
  display: block;
  font-size: 70%;
}

.emergency-section .section-body .list li::before, .alert-section .section-body .list li::before {
  border-left-color: #dd0012;
}

.emergency-section .section-body .btn-list .btn a, .alert-section .section-body .btn-list .btn a {
  border: 1px solid #dd0012;
  background-color: #ffebed;
}

@media print, screen and (min-width: 769px) {
  .emergency-section .section-in, .alert-section .section-in {
    display: table;
    width: 100%;
  }
  .emergency-section .section-header, .emergency-section .section-body, .alert-section .section-header, .alert-section .section-body {
    display: table-cell;
  }
  .emergency-section .section-header, .alert-section .section-header {
    box-sizing: border-box;
    width: 175px;
    border-right: 1px solid #dd0012;
    vertical-align: middle;
  }
  .emergency-section .section-header .section-title, .alert-section .section-header .section-title {
    padding: 10px;
    text-align: center;
  }
  .emergency-section .section-body, .alert-section .section-body {
    vertical-align: top;
  }
  .emergency-section .section-body .list, .alert-section .section-body .list {
    max-height: 125px;
  }
  .emergency-section .section-body .list li .item-title, .alert-section .section-body .list li .item-title {
    padding-left: 10.5em;
  }
  .emergency-section .section-body .btn-list .btn a::before, .alert-section .section-body .btn-list .btn a::before {
    border-top: 1px solid #dd0012;
    border-right: 1px solid #dd0012;
  }
}

@media screen and (max-width: 768px) {
  .emergency-section .section-body, .alert-section .section-body {
    border-top: 1px solid #dd0012;
  }
  .emergency-section .section-body .btn-list .btn a::before, .alert-section .section-body .btn-list .btn a::before {
    border-top: 2px solid #dd0012;
    border-right: 2px solid #dd0012;
  }
}

@media print, screen and (min-width: 769px) {
  .news-section .section-body .list, .specific-category-section .section-body .list {
    max-height: 145px;
  }
  .news-section .section-body .list li .item-title, .specific-category-section .section-body .list li .item-title {
    padding-left: 6em;
  }
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4 {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
  color: #333;
}

.wysiwyg h2::before, .wysiwyg h2::after, .wysiwyg h3::before, .wysiwyg h3::after, .wysiwyg h4::before, .wysiwyg h4::after {
  content: normal;
}

.wysiwyg h2 {
  margin-top: 20px;
  padding: 5px 10px;
  border-bottom: 1px dotted #666;
  border-left: 5px solid #dd0012;
  font-size: 120%;
  font-weight: bold;
}

.wysiwyg h3 {
  margin-top: 20px;
  padding: 5px;
  border-bottom: 1px solid #aaa;
  font-size: 120%;
  font-weight: bold;
}

.wysiwyg h4 {
  margin-top: 20px;
  padding: 0 5px;
  font-size: 100%;
  font-weight: bold;
}

.search-section {
  border: 0;
}

body {
  background-image: none !important;
}

#hitobo {
  display: none;
}

#header .header-subnav-area .box .support-btn a {
  background-image: none;
}

#header .header-subnav-area .box .support-btn .yasashi-nihongo .list > li a {
  background-image: none !important;
}

#header .header-subnav-area .box .header-lang-wrapper .header-lang .lang-select {
  background-image: none;
}

#header .header-subnav-area .sub-box #header-nav .list .title {
  background-image: none !important;
}

#header .header-subnav-area .sub-box #header-nav .list .title a {
  padding: 3px 10px;
}

#header .header-subnav-area .modal-support .yasashi-nihongo .list > li a,
#header .header-subnav-area .modal-support .yasashi-nihongo .list > li button {
  background-image: none !important;
}

#sp-header .sp-modal-support .support-block .yasashi-nihongo .list > li a,
#sp-header .sp-modal-support .support-block .yasashi-nihongo .list > li button {
  background-image: none !important;
}

#sp-header .sp-modal-support .support-block .header-lang .lang-select {
  background-image: none !important;
}

#sp-header .modal-menu .sp-nav .title {
  background-image: none !important;
  padding-left: 0px;
}

#sp-header .modal-menu .pc-btn a .text {
  background-image: none;
  padding: 23px 23px;
}

footer .box .footer-link .link-list .item a {
  background-image: none !important;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
#hitobo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
}

/*==================================
フッター
==================================*/
footer {
  position: relative;
  background: #132f51;
  color: #fff;
  /* PCでは電話番号リンクを無効化 */
}

@media print, screen and (min-width: 769px) {
  footer {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 160px;
  }
}

@media print, screen and (min-width: 769px) {
  footer a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}

footer .box {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  footer .box {
    width: 900px;
    margin: 0 auto;
    padding: 50px 0 25px 0;
  }
}

@media screen and (max-width: 768px) {
  footer .box {
    padding: 45px 25px 35px;
  }
}

footer .box .footer-logo {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  footer .box .footer-logo {
    gap: 10px;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  footer .box .footer-logo {
    gap: 20px;
    align-items: flex-end;
  }
}

footer .box .footer-logo .title {
  font-weight: bold;
  line-height: 1.2em;
}

@media print, screen and (min-width: 769px) {
  footer .box .footer-logo .title {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 768px) {
  footer .box .footer-logo .title {
    font-size: 3rem;
  }
}

footer .box .footer-logo .num {
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  footer .box .footer-logo .num {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 768px) {
  footer .box .footer-add {
    margin-top: 25px;
  }
}

footer .box .footer-add p {
  line-height: 1.5em;
}

footer .box .footer-link .link-list {
  margin-top: 20px;
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  footer .box .footer-link .link-list {
    flex-direction: column;
  }
}

footer .box .footer-link .link-list .item {
  flex-grow: 1;
}

footer .box .footer-link .link-list .item a {
  box-sizing: border-box;
  display: flex;
  color: #132f51;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  line-height: 1.2em;
  outline-color: #f5c77b;
}

@media print, screen and (min-width: 769px) {
  footer .box .footer-link .link-list .item a {
    padding: 15px 55px 15px 35px;
    border-radius: 26px;
    min-height: 52px;
    font-size: 1.125rem;
    background: #fff url(../img_common/footer_btn.png) no-repeat right 20px center;
    background-size: 26px 26px;
  }
}

@media screen and (max-width: 768px) {
  footer .box .footer-link .link-list .item a {
    align-items: center;
    padding: 20px 110px 20px 45px;
    min-height: 90px;
    border-radius: 55px;
    font-size: 1.875rem;
    background: #fff url(../img_common/footer_btn.png) no-repeat right 30px center;
  }
}

footer .box .footer-link .link-list .item a:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  footer .box .footer-link .link-list .item a .remarks {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 768px) {
  footer .box .footer-link .link-list .item a .remarks {
    font-size: 1.625rem;
  }
}

footer .box .footer-link .btn-list {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  footer .box .footer-link .btn-list {
    flex-wrap: wrap;
  }
}

footer .box .footer-link .btn-list .item {
  position: relative;
  line-height: 1.5em;
  display: flex;
  align-items: center;
}

footer .box .footer-link .btn-list .item:not(:first-child)::before {
  margin-inline: 23px;
  content: "／";
  color: inherit;
}

@media screen and (max-width: 768px) {
  footer .box .footer-link .btn-list .item:last-child::before {
    display: none;
  }
}

footer .box .footer-link .btn-list .item a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  outline-color: #f5c77b;
}

footer #pagetop {
  position: absolute;
  z-index: 100;
}

@media print, screen and (min-width: 769px) {
  footer #pagetop {
    bottom: 100%;
    right: 0px;
  }
}

@media screen and (max-width: 768px) {
  footer #pagetop {
    bottom: 100%;
    right: 90px;
  }
}

footer #pagetop a {
  position: relative;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  background: #fff;
  color: #132f51;
  border-radius: 13px 13px 0 0;
  border-bottom: none;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  footer #pagetop a {
    font-size: 0.875rem;
    border: 1px solid #446d9f;
    padding: 20px 10px 5px 10px;
  }
}

@media screen and (max-width: 768px) {
  footer #pagetop a {
    font-size: 1.125rem;
    border: 2px solid #446d9f;
    padding: 20px 10px 15px 10px;
  }
}

footer #pagetop a::before {
  content: '';
  transform: translateX(-50%) rotate(315deg);
  position: absolute;
  border-top: 1px solid #142f51;
  border-right: 1px solid #142f51;
  height: 10px;
  width: 10px;
  top: 7px;
  left: 50%;
}

@media screen and (max-width: 768px) {
  footer #pagetop a::before {
    border-width: 2px;
  }
}

footer #pagetop a span {
  display: block;
  line-height: 1.2em;
}

footer .copyright {
  background-color: #fff;
  color: #132f51;
}

@media print, screen and (min-width: 769px) {
  footer .copyright {
    padding: 10px 0;
    text-align: center;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 10px 130px 10px 25px;
    font-size: 1.375rem;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップページ専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
html[data-fontsize="up"] {
  font-size: 133.3%;
}

html[data-fontsize="up"] #header .modal-support .in {
  left: -50%;
}

@media print, screen and (min-width: 769px) {
  html[data-fontsize="up"] footer {
    margin-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  html[data-fontsize="up"] footer {
    margin-top: 180px;
  }
}

html[data-fontsize="up2"] {
  font-size: 166.7%;
}

html[data-fontsize="up2"] #header .modal-support .in {
  left: -40%;
}

html[data-fontsize="up2"] .top-nav #header-nav .list > li .dropmenu .list2 a {
  background-position: top 10px left;
}

@media print, screen and (min-width: 769px) {
  html[data-fontsize="up2"] footer {
    margin-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  html[data-fontsize="up2"] footer {
    margin-top: 220px;
  }
}

html[data-fontsize="up3"] {
  font-size: 200%;
}

html[data-fontsize="up3"] #header .modal-support .in {
  left: -30%;
}

html[data-fontsize="up3"] .top-nav #header-nav .list > li .dropmenu .list2 a {
  background-position: top 14px left;
}

html[data-fontsize="up3"] #sp-header .sp-modal-support .support-block .header-lang .lang-select {
  padding: 15px 30px 15px 85px;
}

@media print, screen and (min-width: 769px) {
  html[data-fontsize="up3"] footer {
    margin-top: 240px;
  }
}

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: #fff !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: #fff !important;
}

html[data-bgcolor="color_black"] #header .modal-support .yasashi-nihongo .list > li a,
html[data-bgcolor="color_black"] #header .modal-support .yasashi-nihongo .list > li button,
html[data-bgcolor="color_black"] #sp-header .sp-modal-support .support-block .yasashi-nihongo .list > li a,
html[data-bgcolor="color_black"] #sp-header .sp-modal-support .support-block .yasashi-nihongo .list > li button {
  background-image: none !important;
}

html[data-bgcolor="color_black"] #header .modal-support-bg,
html[data-bgcolor="color_black"] #header .modal-support,
html[data-bgcolor="color_black"] #header .modal-support .support-btn.modal-in-btn,
html[data-bgcolor="color_black"] #sp-header .sp-modal-support-bg, html[data-bgcolor="color_black"] #sp-header .modal-menu-bg,
html[data-bgcolor="color_black"] .wrap-about,
html[data-bgcolor="color_black"] .wrap-about > .in,
html[data-bgcolor="color_black"] .wrap-about .sec-about,
html[data-bgcolor="color_black"] #hitobo .hitobo,
html[data-bgcolor="color_black"] #hitobo .hitobo-trigger {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] #header .modal-support .in::before {
  background: #000;
}

html[data-bgcolor="color_black"] #header .header-subnav-area .box .support-btn a,
html[data-bgcolor="color_black"] #header .modal-support .close-btn a,
html[data-bgcolor="color_black"] .wrap-top-news .news-tabs .tab-nav .list li.hover a,
html[data-bgcolor="color_black"] .wrap-top-news .news-tabs .tab-nav .list li a,
html[data-bgcolor="color_black"] .wrap-top-news .news-tabs > .in .news-link .btn-list li a,
html[data-bgcolor="color_black"] .wrap-about .sec-about .bottom-contets .wrap-link .link-list .item-in,
html[data-bgcolor="color_black"] .wrap-about .sec-about .bottom-contets .wrap-sns .list-sns,
html[data-bgcolor="color_black"] #sp-header .sp-modal-support .close-btn a,
html[data-bgcolor="color_black"] #sp-header .modal-menu .close-btn a,
html[data-bgcolor="color_black"] .wrap-about .sec-about .center-contents .about-box .list a,
html[data-bgcolor="color_black"] footer .box .footer-link .link-list .item a,
html[data-bgcolor="color_black"] .wrap-about .sec-about .center-contents .about-box .list .item-in,
html[data-bgcolor="color_black"] footer #pagetop a,
html[data-bgcolor="color_black"] .top-nav .nav-search .is-search-tabs .list > li a,
html[data-bgcolor="color_black"] .slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item button,
html[data-bgcolor="color_black"] .slider-area .slide-controls .bx-pager-list .bx-pager-item button {
  border: #fff solid 1px;
}

html[data-bgcolor="color_black"] .wrap-about .sec-about .top-contents .img-box .list a {
  outline: #fff solid 1px;
}

@media print, screen and (min-width: 769px) {
  html[data-bgcolor="color_black"] .wrap-service .sec-service .service-list li .item-in .item-img {
    border: #fff solid 1px;
  }
}

@media screen and (max-width: 768px) {
  html[data-bgcolor="color_black"] .wrap-service .sec-service .service-list li .item-in {
    border: #fff solid 1px;
  }
}

html[data-bgcolor="color_black"] #header .modal-support .yasashi-nihongo .list > li.item3 button,
html[data-bgcolor="color_black"] #sp-header .sp-modal-support .support-block .yasashi-nihongo .list > li.item3 button {
  color: #FFFF00 !important;
}

html[data-bgcolor="color_black"] #header .modal-support .yasashi-nihongo .list > li.item3 button:visited,
html[data-bgcolor="color_black"] #sp-header .sp-modal-support .support-block .yasashi-nihongo .list > li.item3 button:visited {
  color: #f5c77b !important;
}

html[data-bgcolor="color_black"] #header .modal-support .yasashi-nihongo .list > li.item3 button:hover,
html[data-bgcolor="color_black"] #sp-header .sp-modal-support .support-block .yasashi-nihongo .list > li.item3 button:hover {
  color: #f5c77b !important;
}

html[data-bgcolor="color_black"] .wrap-top-news .news-tabs .tab-nav .list li a,
html[data-bgcolor="color_black"] .wrap-about::before {
  background-image: none;
}

html[data-bgcolor="color_black"] #sp-header > .box #sp-header-logo img {
  background: #fff;
}

html[data-bgcolor="color_black"] .wrap-about .sec-about .center-contents .koho-box::before {
  display: none;
}

html[data-bgcolor="color_black"] .top-nav .nav-search .is-search-tabs .list > li.hover a,
html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-search .is-search-tabs .list > li.hover a,
html[data-bgcolor="color_black"] #side-nav .nav-search .is-search-tabs .list > li.hover a {
  background: #fff !important;
}

html[data-bgcolor="color_black"] .top-nav .nav-search .is-search-tabs .list > li.hover a:after,
html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-search .is-search-tabs .list > li.hover a:after,
html[data-bgcolor="color_black"] #side-nav .nav-search .is-search-tabs .list > li.hover a:after {
  border-bottom: 14px #fff solid;
}

html[data-bgcolor="color_black"] .top-nav .nav-search .is-search-tabs .list > li.hover span,
html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-search .is-search-tabs .list > li.hover span,
html[data-bgcolor="color_black"] #side-nav .nav-search .is-search-tabs .list > li.hover span {
  background: transparent !important;
  color: #333 !important;
}

html[data-bgcolor="color_black"] .top-nav .nav-search .tab-in .input-wrap .number-label input {
  background: #fff;
}

html[data-bgcolor="color_black"] .top-nav #header-nav .list > li .dropmenu .title-link a {
  border: #fff solid 1px;
}

html[data-bgcolor="color_black"] .top-nav #header-nav .list > li .dropmenu .dropmenu-close a {
  border: #fff solid 1px;
}

html[data-bgcolor="color_black"] footer #pagetop a::before,
html[data-bgcolor="color_black"] .top-nav #header-nav .list > li .nav-link .text > a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

html[data-bgcolor="color_black"] .wrap-about .sec-about .bottom-contets .wrap-sns .list-sns .item-img {
  background: #fff !important;
  padding: 2px;
  margin: -2px;
}

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: #fff !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: #fff !important;
}

html[data-bgcolor="color_blue"] #header .modal-support .yasashi-nihongo .list > li a,
html[data-bgcolor="color_blue"] #header .modal-support .yasashi-nihongo .list > li button,
html[data-bgcolor="color_blue"] #sp-header .sp-modal-support .support-block .yasashi-nihongo .list > li a,
html[data-bgcolor="color_blue"] #sp-header .sp-modal-support .support-block .yasashi-nihongo .list > li button {
  background-image: none !important;
}

html[data-bgcolor="color_blue"] #header .modal-support-bg,
html[data-bgcolor="color_blue"] #header .modal-support,
html[data-bgcolor="color_blue"] #header .modal-support .support-btn.modal-in-btn,
html[data-bgcolor="color_blue"] #sp-header .sp-modal-support-bg, html[data-bgcolor="color_blue"] #sp-header .modal-menu-bg,
html[data-bgcolor="color_blue"] .wrap-about,
html[data-bgcolor="color_blue"] .wrap-about > .in,
html[data-bgcolor="color_blue"] .wrap-about .sec-about,
html[data-bgcolor="color_blue"] #hitobo .hitobo,
html[data-bgcolor="color_blue"] #hitobo .hitobo-trigger {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] #header .modal-support .in::before {
  background: #005795;
}

html[data-bgcolor="color_blue"] #header .header-subnav-area .box .support-btn a,
html[data-bgcolor="color_blue"] #header .modal-support .close-btn a,
html[data-bgcolor="color_blue"] .wrap-top-news .news-tabs .tab-nav .list li.hover a,
html[data-bgcolor="color_blue"] .wrap-top-news .news-tabs .tab-nav .list li a,
html[data-bgcolor="color_blue"] .wrap-top-news .news-tabs > .in .news-link .btn-list li a,
html[data-bgcolor="color_blue"] .wrap-about .sec-about .bottom-contets .wrap-link .link-list .item-in,
html[data-bgcolor="color_blue"] .wrap-about .sec-about .bottom-contets .wrap-sns .list-sns,
html[data-bgcolor="color_blue"] #sp-header .sp-modal-support .close-btn a,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .close-btn a,
html[data-bgcolor="color_blue"] .wrap-about .sec-about .center-contents .about-box .list a,
html[data-bgcolor="color_blue"] footer .box .footer-link .link-list .item a,
html[data-bgcolor="color_blue"] .wrap-about .sec-about .center-contents .about-box .list .item-in,
html[data-bgcolor="color_blue"] footer #pagetop a,
html[data-bgcolor="color_blue"] .top-nav .nav-search .is-search-tabs .list > li a,
html[data-bgcolor="color_blue"] .slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item button,
html[data-bgcolor="color_blue"] .slider-area .slide-controls .bx-pager-list .bx-pager-item button {
  border: #fff solid 1px;
}

html[data-bgcolor="color_blue"] .wrap-about .sec-about .top-contents .img-box .list a {
  outline: #fff solid 1px;
}

@media print, screen and (min-width: 769px) {
  html[data-bgcolor="color_blue"] .wrap-service .sec-service .service-list li .item-in .item-img {
    border: #fff solid 1px;
  }
}

@media screen and (max-width: 768px) {
  html[data-bgcolor="color_blue"] .wrap-service .sec-service .service-list li .item-in {
    border: #fff solid 1px;
  }
}

html[data-bgcolor="color_blue"] #header .modal-support .yasashi-nihongo .list > li.item3 button,
html[data-bgcolor="color_blue"] #sp-header .sp-modal-support .support-block .yasashi-nihongo .list > li.item3 button {
  color: #FFFF00 !important;
}

html[data-bgcolor="color_blue"] #header .modal-support .yasashi-nihongo .list > li.item3 button:visited,
html[data-bgcolor="color_blue"] #sp-header .sp-modal-support .support-block .yasashi-nihongo .list > li.item3 button:visited {
  color: #f5c77b !important;
}

html[data-bgcolor="color_blue"] #header .modal-support .yasashi-nihongo .list > li.item3 button:hover,
html[data-bgcolor="color_blue"] #sp-header .sp-modal-support .support-block .yasashi-nihongo .list > li.item3 button:hover {
  color: #f5c77b !important;
}

html[data-bgcolor="color_blue"] .wrap-top-news .news-tabs .tab-nav .list li a,
html[data-bgcolor="color_blue"] .wrap-about::before {
  background-image: none;
}

html[data-bgcolor="color_blue"] #sp-header > .box #sp-header-logo img {
  background: #fff;
}

html[data-bgcolor="color_blue"] .wrap-about .sec-about .center-contents .koho-box::before {
  display: none;
}

html[data-bgcolor="color_blue"] .top-nav .nav-search .is-search-tabs .list > li.hover a,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-search .is-search-tabs .list > li.hover a,
html[data-bgcolor="color_blue"] #side-nav .nav-search .is-search-tabs .list > li.hover a {
  background: #fff !important;
}

html[data-bgcolor="color_blue"] .top-nav .nav-search .is-search-tabs .list > li.hover a:after,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-search .is-search-tabs .list > li.hover a:after,
html[data-bgcolor="color_blue"] #side-nav .nav-search .is-search-tabs .list > li.hover a:after {
  border-bottom: 14px #fff solid;
}

html[data-bgcolor="color_blue"] .top-nav .nav-search .is-search-tabs .list > li.hover span,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-search .is-search-tabs .list > li.hover span,
html[data-bgcolor="color_blue"] #side-nav .nav-search .is-search-tabs .list > li.hover span {
  background: transparent !important;
  color: #333 !important;
}

html[data-bgcolor="color_blue"] .top-nav .nav-search .tab-in .input-wrap .number-label input {
  background: #fff;
}

html[data-bgcolor="color_blue"] .top-nav #header-nav .list > li .dropmenu .title-link a {
  border: #fff solid 1px;
}

html[data-bgcolor="color_blue"] .top-nav #header-nav .list > li .dropmenu .dropmenu-close a {
  border: #fff solid 1px;
}

html[data-bgcolor="color_blue"] footer #pagetop a::before,
html[data-bgcolor="color_blue"] .top-nav #header-nav .list > li .nav-link .text > a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

html[data-bgcolor="color_blue"] .wrap-about .sec-about .bottom-contets .wrap-sns .list-sns .item-img {
  background: #fff !important;
  padding: 2px;
  margin: -2px;
}
