@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: #b6e1f9;
  color: #333;
  font-size: 160%;
  box-sizing: border-box;
  border-bottom: 5px solid #004e97;
  padding: 4px 15px 0px 15px;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

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

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 1.1em;
  background: #e1f8df;
  color: #333;
  font-size: 150%;
  box-sizing: border-box;
  border-left: 4px solid #aae5e6;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 2px 15px 2px 15px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 1.2em;
  display: block;
  line-height: 1.2;
  background: #dbf7fe;
  border-bottom: 1px solid #b6e1f9;
  font-size: 140%;
  padding: 7px 10px 7px;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  margin-top: 1.2em;
  font-size: 130%;
  display: block;
  padding: 0 0 5px 0;
  line-height: 1.2;
  border-bottom: 2px solid #004e97;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  margin-top: 1.3em;
  font-size: 115%;
  padding-bottom: 5px;
  line-height: 1.2;
  border-bottom: 2px dashed #004e97;
}

h2.head-title, h3.head-title {
  overflow: hidden;
}

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

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

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

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

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

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

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

.wysiwyg table ul, .wysiwyg table ol, .pubcom-table table ul, .pubcom-table table ol {
  margin-left: 0;
}

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

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #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: #dbf7fe;
}

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

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

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

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

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

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

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

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

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

.text2_, .cke_panel_list .text2_ {
  color: #00c;
  font-weight: normal;
}

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

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

@media screen and (max-width: 768px) {
  body {
    font-size: 1.75rem;
  }
}

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

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

ul, ol {
  list-style: none;
}

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

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

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

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

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

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

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

address {
  font-style: normal;
}

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

.clearfix {
  display: inline-table;
}

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

.clearfix {
  display: block;
}

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

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

.left-col {
  float: left;
}

.right-col {
  float: right;
}

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

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

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

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

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

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

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

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

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

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

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

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

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

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

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

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

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

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

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

.scheme11 {
  background-color: #b6e1f9;
  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;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #fff !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 0 0 0 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 0 0 0 0 !important;
  }
}

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

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 78px;
    font-size: 2rem !important;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 38px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 78px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #fff !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 40px !important;
    border-radius: 0 0 0 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 80px !important;
    border-radius: 0 0 0 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 24px !important;
    height: 24px !important;
  }
}

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

.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: #004e97;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #dbf7fe;
  border: 6px solid #b0e4ff;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}

#smartphone .wrap .ico {
  background-color: #ffffff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}

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

.gsc-search-button-v2 svg {
  fill: #004e97 !important;
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header .header-subnav-area {
    margin: 0 auto;
    padding-top: 18px;
    width: 1060px;
  }
  #header .header-subnav-area #header-logo a {
    display: inline-block;
  }
  #header .header-subnav-area #header-logo a:hover {
    opacity: .85;
  }
  #header .header-subnav-area > .box {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
  #header .header-subnav-area > .box > .support {
    line-height: 1.2;
    text-align: center;
    position: relative;
  }
  #header .header-subnav-area > .box > .support > a {
    background: url(../img_top/arrow.png) center right 20px no-repeat #004e97;
    border-radius: 30px;
    display: block;
    color: #fff;
    padding: 10px 65px;
    text-decoration: none;
    border-radius: 35px;
    padding: 15px 0;
    width: 230px;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area > .box > .support > a {
    background-size: 7px auto;
  }
  #header .header-subnav-area > .box > .support > a:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area > .box > .support > a {
    border-width: 4px;
    border-radius: 44px;
    padding: 23px 122px;
  }
}

@media print, screen and (min-width: 769px) {
  #header .header-subnav-area > .box > .support .contents {
    background-color: #fff;
    border: 2px solid #0053a6;
    border-radius: 5px;
    display: none;
    opacity: 0;
    position: absolute;
    padding-top: 22px;
    top: 85px;
    width: 272px;
    z-index: 1000;
  }
  #header .header-subnav-area > .box > .support .open {
    animation: fadeIn 0.3s ease-in 0s forwards;
    display: block;
    opacity: 1;
  }
  #header .header-subnav-area > .box > .support .close {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    text-align: center;
    padding: 0;
    width: 100%;
  }
  #header .header-subnav-area > .box > .support .close span {
    background: url(../img_top/support_close.png) left 100px center no-repeat #055199;
    font-size: 0.875rem;
    color: #fff;
    display: block;
    position: relative;
    padding: 8px 91px 8px 120px;
    text-decoration: none;
  }
  @keyframes fadeIn {
    0% {
      display: none;
      opacity: 0;
    }
    1% {
      display: block;
      opacity: 0;
    }
    100% {
      display: block;
      opacity: 1;
    }
  }
  #header .header-subnav-area > .box > .support .header-size, #header .header-subnav-area > .box > .support .header-color {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    width: 205px;
  }
  #header .header-subnav-area > .box > .support .header-size button, #header .header-subnav-area > .box > .support .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
  }
  #header .header-subnav-area > .box > .support .header-size .title, #header .header-subnav-area > .box > .support .header-color .title {
    font-size: 0.875rem;
    margin-right: 5px;
  }
  #header .header-subnav-area > .box > .support .header-size dd img, #header .header-subnav-area > .box > .support .header-color dd img {
    cursor: pointer;
  }
  #header .header-subnav-area > .box > .support .header-color a {
    display: block;
  }
  #header .header-subnav-area > .box > .support .header-color a img {
    margin-left: 7px;
    height: 26px;
    width: auto;
  }
  #header .header-subnav-area > .box > .support .header-size {
    margin-top: 15px;
  }
  #header .header-subnav-area > .box > .support .header-size button {
    display: block;
  }
  #header .header-subnav-area > .box > .support .header-size button img {
    margin-left: 5px;
    height: 26px;
    width: 46px;
  }
  #header .header-subnav-area .header-lang {
    display: flex;
    justify-content: flex-start;
    margin: 20px auto 20px;
    width: 205px;
  }
  #header .header-subnav-area .header-lang .lang-select {
    appearance: none;
    background: url(../img_common/lang_arrow.png) center right 10px/6px no-repeat #fff;
    padding: 3px 20px 3px 8px;
    cursor: pointer;
    color: #000;
    border: solid 1px #004e97;
    width: 100%;
    font-size: 0.75rem;
  }
  #header .header-subnav-area .header-lang .btn-lang-select {
    flex-shrink: 0;
    color: #fff;
    min-height: 30px;
    font-weight: bold;
    border: solid 1px #004e97;
    background: #004e97;
    line-height: 1;
    cursor: pointer;
    width: 45px;
  }
  #header .header-subnav-area .header-lang .btn-lang-select:hover {
    opacity: .85;
  }
  #header .header-subnav-area .google-wrap {
    align-items: center;
    display: flex;
    margin-left: 20px;
    width: 445px;
  }
  #header .header-subnav-area .google-wrap .ttl {
    font-weight: bold;
    font-size: 98%;
    max-width: 144px;
    width: 100%;
  }
  #header .header-subnav-area .google-wrap .box {
    margin-left: 12px;
    width: 100%;
  }
  #header .header-subnav-area .google-wrap .box > div {
    border: 1px solid #c3c3c3;
  }
  #header .header-subnav-area .google-wrap .box .type-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px;
    font-size: 96%;
    max-width: 282px;
  }
  #header .header-subnav-area .google-wrap .box .type-list > * {
    flex-shrink: 0;
  }
  #header .header-subnav-area .google-wrap .box .type-list dd label input {
    margin-top: -2px;
  }
  #header .header-subnav-area .page-search-wrap {
    align-items: center;
    display: flex;
    margin-left: 18px;
  }
  #header .header-subnav-area .page-search-wrap .ttl {
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 10px;
  }
  #header .header-subnav-area .page-search-wrap .input-wrap {
    border: 1px solid #c3c3c3;
    display: flex;
    overflow: hidden;
  }
  #header .header-subnav-area .page-search-wrap .input-wrap .number-label {
    flex-grow: 1;
  }
  #header .header-subnav-area .page-search-wrap .input-wrap .number-label input {
    border: none;
    padding: 0;
    height: 100%;
    padding-left: 10px;
  }
  #header .header-subnav-area .page-search-wrap .input-wrap .number-label input::placeholder {
    color: #838383;
  }
  #header .header-subnav-area .page-search-wrap .input-wrap .submit-label button {
    appearance: none;
    align-items: center;
    background-color: transparent;
    border: none;
    display: flex;
    min-height: 40px;
    margin: 0 10px 0 0;
    padding: 0;
  }
  #header .header-subnav-area .page-search-wrap .input-wrap .submit-label button img {
    height: 24px;
    width: 24px;
  }
  #header .header-subnav-area .page-search-wrap .txt {
    margin-top: 5px;
  }
  #header .header-subnav-area .page-search-wrap .txt a {
    color: #000;
  }
  #header-nav {
    margin-top: 25px;
  }
  #header-nav .list {
    position: relative;
  }
  #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header-nav .list {
    display: flex;
    justify-content: space-between;
  }
  #header-nav .list > li {
    border-left: 1px solid #8fbae4;
    flex-grow: 1;
  }
  #header-nav .list > li:last-child {
    border-right: 1px solid #8fbae4;
  }
  #header-nav .list > li > a {
    align-items: center;
    display: flex;
    color: #000;
    font-weight: bold;
    justify-content: center;
    padding: 2px 0;
    text-decoration: none;
    width: 100%;
  }
  #header-nav .list > li > a:hover {
    text-decoration: underline;
  }
  #header-nav .list > li > a .box p {
    position: relative;
  }
  #header-nav .list > li:hover .box p::after, #header-nav .list > li:focus-within .box p::after {
    background: url(../img_common/dropmenu_arrow.png) center center no-repeat;
    bottom: -25px;
    content: "";
    display: inline-block;
    height: 13px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 12px;
    z-index: 90;
  }
  .nav-category-list-box {
    left: 0;
    top: 100%;
    padding-top: 20px;
    position: absolute;
    width: 1000px;
  }
  .nav-category-list-box ul {
    background-color: #aae5e6;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 0 auto;
    padding: 30px;
  }
  .nav-category-list-box ul li {
    background: url(../img_common/dropmenu_blue_arrow_right.png) right 20px center no-repeat #fff;
    width: 300px;
    position: relative;
  }
  .nav-category-list-box ul li .category-item-in {
    display: flex;
    height: 100%;
  }
  .nav-category-list-box ul li .category-item-in a {
    align-items: center;
    color: #000;
    display: flex;
    min-height: 60px;
    text-decoration: none;
    padding: 0 40px 0 18px;
    width: 100%;
  }
  .nav-category-list-box ul li .category-item-in a:hover {
    text-decoration: underline;
  }
  /* end-#header-nav */
}

@media screen and (max-width: 768px) {
  #sp-header .modal-menu-close {
    display: none;
  }
  #sp-header > .box #sp-header-logo {
    align-items: center;
    background-color: #fff;
    display: flex;
    margin-left: 32px;
    height: 110px;
  }
  #sp-header > .box #sp-header-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    padding: 0;
    background: none;
  }
  #sp-header > .box #sp-header-nav .list {
    display: none;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area {
    margin: 10px 0;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area p {
    position: absolute;
    right: 0;
    top: 0;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-search {
    position: absolute;
    left: 0;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: absolute;
    right: 0;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 110px;
    left: 0;
    opacity: 0.7;
    background: #000;
    z-index: 9;
  }
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 108px;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-menu .in {
    background-color: #004e97;
    padding: 30px 0 0 0;
  }
  #sp-header .modal-menu .modal-menu-close {
    padding: 20px 0;
    text-align: center;
  }
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
  }
  #sp-header .google-wrap, #sp-header .page-search-wrap {
    margin: 0 auto;
    width: 700px;
  }
  #sp-header .google-wrap .ttl, #sp-header .page-search-wrap .ttl {
    color: #fff;
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #sp-header .google-wrap .box {
    min-height: 80px;
    width: 700px;
  }
  #sp-header .google-wrap .type-list {
    align-items: center;
    display: flex;
    margin-top: 5px;
  }
  #sp-header .google-wrap .type-list dt, #sp-header .google-wrap .type-list dd {
    color: #fff;
    font-size: 1.875rem;
  }
  #sp-header .google-wrap .type-list dd {
    margin-left: 10px;
  }
  #sp-header .google-wrap .type-list dd input {
    margin-top: -2px;
  }
  #sp-header .page-search-wrap {
    margin-top: 30px;
  }
  #sp-header .page-search-wrap .page-number-search .error-message {
    color: #fff;
  }
  #sp-header .page-search-wrap .page-number-search .input-wrap {
    background-color: #fff;
    display: flex;
    min-height: 80px;
    width: 408px;
  }
  #sp-header .page-search-wrap .page-number-search .input-wrap .number-label {
    width: 100%;
  }
  #sp-header .page-search-wrap .page-number-search .input-wrap input {
    border: none;
    font-size: 100%;
    padding: 0;
    height: 100%;
    margin-right: 10px;
    max-width: 340px;
    padding: 0 10px;
    width: 100%;
  }
  #sp-header .page-search-wrap .page-number-search .input-wrap button {
    appearance: none;
    align-items: center;
    background-color: transparent;
    border: none;
    display: flex;
    min-height: 80px;
    margin: 0 10px 0 0;
    padding: 0;
  }
  #sp-header .page-search-wrap a {
    color: #fff;
    display: inline-block;
    font-size: 1.875rem;
    margin-top: 15px;
  }
  #sp-header .modal-menu .sp-nav {
    margin-top: 50px;
  }
  #sp-header .modal-menu .sp-nav .box {
    display: block;
    border-top: 2px solid #fff;
  }
  #sp-header .modal-menu .sp-nav .box:last-of-type {
    border-bottom: 2px solid #fff;
  }
  #sp-header .modal-menu .sp-nav .title {
    position: relative;
    font-weight: normal;
  }
  #sp-header .modal-menu .sp-nav .title a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 2.25rem;
    padding: 35px 100px 35px 32px;
    text-decoration: none;
  }
  #sp-header .modal-menu .sp-nav .title button {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    background: no-repeat center center;
  }
  #sp-header .modal-menu .sp-nav .title button.plus {
    background-image: url(../img_common/modal_menu_btn_plus.png);
  }
  #sp-header .modal-menu .sp-nav .title button.mynus {
    background-image: url(../img_common/modal_menu_btn_minus.png);
  }
  #sp-header .modal-menu .sp-nav .title button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  #sp-header .modal-menu .sp-nav .bloc {
    display: none;
  }
  #sp-header .modal-menu .sp-nav .bloc .list {
    padding-bottom: 45px;
  }
  #sp-header .modal-menu .sp-nav .bloc .list li {
    padding: 10px 32px;
  }
  #sp-header .modal-menu .sp-nav .bloc .list a {
    display: block;
    color: #fff;
    font-size: 1.75rem;
  }
  #sp-header .support-block {
    margin-top: 20px;
  }
  #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  #sp-header .support-block .support-list {
    background: #fff;
    box-sizing: border-box;
    margin: auto;
    padding: 65px 100px 60px;
    width: 700px;
  }
  #sp-header .support-block .support-list li + li {
    margin-top: 20px;
  }
  #sp-header .support-block .header-size dl,
  #sp-header .support-block .header-color dl {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #sp-header .support-block .header-size dt,
  #sp-header .support-block .header-color dt {
    flex-shrink: 0;
    font-weight: bold;
    margin-right: 15px;
    font-size: 2.25rem;
  }
  #sp-header .support-block .header-size dd,
  #sp-header .support-block .header-color dd {
    font-size: 0;
    margin-right: 15px;
  }
  #sp-header .support-block .header-size .header-color-item3, #sp-header .support-block .header-size .header-size-item2,
  #sp-header .support-block .header-color .header-color-item3,
  #sp-header .support-block .header-color .header-size-item2 {
    margin: 0;
  }
  #sp-header .support-block .header-size dd img {
    height: 60px;
  }
  #sp-header .support-block .header-color dd img {
    height: 60px;
  }
  #sp-header .support-block .header-lang {
    display: flex;
    border: solid 2px #004e97;
  }
  #sp-header .support-block .header-lang .lang-select {
    appearance: none;
    background: url(../img_common/lang_arrow.png) center right 20px no-repeat #fff;
    color: #000;
    font-weight: bold;
    flex: 1;
    padding: 15px 40px 15px 25px;
    border: 0;
    font-size: 100%;
  }
  #sp-header .support-block .header-lang .btn-lang-select {
    color: #fff;
    flex-shrink: 0;
    background: #004e97;
    font-size: 100%;
    line-height: 1;
    cursor: pointer;
    min-height: 90px;
    width: 90px;
  }
  #sp-header .goto-pc {
    text-align: center;
  }
  #sp-header .goto-pc a {
    background: url(../img_common/lang_arrow.png) center right 38px/12px no-repeat #fff;
    border-radius: 45px;
    display: block;
    color: #004e97;
    font-weight: bold;
    margin: 50px auto 0;
    padding: 24px 50px;
    text-decoration: none;
    width: 510px;
  }
  #sp-header .modal_bottom_close {
    margin-top: 55px;
    padding: 0 !important;
  }
  #sp-header .modal_bottom_close button {
    appearance: none;
    background-color: #fff;
    border: none;
    color: #000;
    display: block;
    font-weight: bold;
    font-size: 1.875rem;
    padding: 28px 0;
    width: 100%;
  }
  #sp-header .modal_bottom_close button span {
    background: url(../img_common/modal_close.png) left center no-repeat;
    padding: 0 60px;
  }
}

@media screen and (max-width: 768px) and (max-width: 570px) {
  #sp-header .modal-search,
  #sp-header .modal-menu {
    top: 90px;
  }
  #sp-header .modal-menu .arrow {
    right: 6%;
  }
  #sp-header .modal-search .arrow {
    right: 24%;
  }
}

@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 {
  border-bottom: 1px solid #b5b5b5;
  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;
    border-bottom: none;
    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;
}

footer .in,
#header .header-subnav-area .header-lang .lang-select,
#header .header-subnav-area .box > .support .close span,
#sp-header .support-block .header-lang .lang-select,
#sp-header .goto-pc a,
#sp-header .modal_bottom_close button span,
footer .box .footer-links li a {
  background-image: none !important;
}

.header-subnav-area {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  width: initial !important;
}

#header-nav .list > li:hover .box p::after, #header-nav .list > li:focus-within .box p::after {
  display: none !important;
}

#header .header-subnav-area .box > .support .close span {
  padding: 8px 91px 8px 91px;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
@media print, screen and (min-width: 769px) {
  footer {
    padding-top: 150px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    position: relative;
  }
}

@media print, screen and (min-width: 769px) {
  footer .in {
    background: url(../img_common/footer_bg.jpg) center top/100% 100% no-repeat;
    padding-top: 180px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  footer .in {
    background: url(../img_common/sp_footer_bg.png) center top/100% 100% no-repeat;
    padding-top: 230px;
  }
}

footer #pagetop a {
  position: fixed;
  right: 75px;
  z-index: 80;
}

@media screen and (max-width: 768px) {
  footer #pagetop a {
    right: 25px;
    margin-top: 70px;
  }
}

@media print, screen and (min-width: 769px) {
  footer #pagetop img {
    width: 80px;
  }
}

footer .box {
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  footer .box {
    margin: 0 auto 80px;
    padding: 35px 22px 22px 30px;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  footer .box {
    margin: 0 auto;
    padding: 55px 0 50px 0;
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  footer .box .footer-logo {
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  footer .box .footer-logo img {
    height: auto;
    width: 378px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .box .pc-flex, footer .box address {
    display: flex;
  }
}

@media print, screen and (min-width: 769px) {
  footer .box .pc-flex {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  footer .box address {
    margin-top: 50px;
    padding-left: 40px;
  }
}

footer .box address .box1, footer .box address .box2, footer .box address .box3 {
  border-left: 2px solid #004e97;
  margin-right: 26px;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  footer .box address .box1, footer .box address .box2, footer .box address .box3 {
    border-width: 4px;
  }
}

footer .box address .box1 dt, footer .box address .box2 dt, footer .box address .box3 dt {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  footer .box address .box1 dt, footer .box address .box2 dt, footer .box address .box3 dt {
    font-size: 1.875rem;
  }
}

footer .box address .box1 dd, footer .box address .box2 dd, footer .box address .box3 dd {
  color: #000;
}

@media print, screen and (min-width: 769px) {
  footer .box address .box1 dd, footer .box address .box2 dd, footer .box address .box3 dd {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  footer .box address .box1 dd, footer .box address .box2 dd, footer .box address .box3 dd {
    line-height: 1.3;
  }
  footer .box address .box1 dd a, footer .box address .box2 dd a, footer .box address .box3 dd a {
    color: #000;
  }
}

@media screen and (max-width: 768px) {
  footer .box address .box1, footer .box address .box2 {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  footer .box .footer-links {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .box .footer-links li:last-child {
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  footer .box .footer-links li:last-child {
    margin-top: 25px;
  }
}

footer .box .footer-links li a {
  background: url(../img_common/arrow.png) right 20px center no-repeat #004e97;
  border-radius: 22px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  footer .box .footer-links li a {
    background-size: 7px auto;
    padding: 8px 28px;
    width: 243px;
  }
  footer .box .footer-links li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  footer .box .footer-links li a {
    background-position: right 40px center;
    border-radius: 45px;
    padding: 20px 65px;
    margin: 0 auto;
    width: 510px;
  }
}

footer .box .footer-links2 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 0 48px;
}

@media screen and (max-width: 768px) {
  footer .box .footer-links2 {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px 80px;
    margin: 42px auto 0;
    width: 620px;
  }
}

@media screen and (max-width: 768px) {
  footer .box .footer-links2 li {
    line-height: 1.2;
  }
}

footer .box .footer-links2 li a {
  color: #000;
  position: relative;
}

footer .box .footer-links2 li:not(:last-child) a::after {
  background-color: #a5adb7;
  content: '';
  display: inline-block;
  height: 16px;
  top: 2px;
  right: -22px;
  position: absolute;
  width: 2px;
}

@media screen and (max-width: 768px) {
  footer .box .footer-links2 li:not(:last-child) a::after {
    height: 30px;
    right: -40px;
    top: 4px;
  }
}

@media screen and (max-width: 768px) {
  footer .box .footer-links2 li:nth-child(2) a::after {
    display: none;
  }
}

footer .copyright {
  padding: 8px 0;
  background-color: rgba(0, 78, 151, 0.85);
  color: #fff;
  font-size: 90%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    margin-top: 100px;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップページ専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
html[data-fontsize="up"] {
  font-size: 133.3%;
}

html[data-fontsize="up"] #header .header-subnav-area .page-search-wrap .input-wrap .number-search-input {
  flex: 1;
}

@media print, screen and (min-width: 769px) {
  html[data-fontsize="up"] .emergency .box .contents .list {
    height: 100%;
  }
}

html[data-fontsize="up2"] {
  font-size: 166.7%;
}

html[data-fontsize="up2"] #header .header-subnav-area .page-search-wrap .input-wrap .number-search-input {
  flex: 1;
}

@media print, screen and (min-width: 769px) {
  html[data-fontsize="up2"] .emergency .box .contents .list {
    height: 100%;
  }
}

html[data-fontsize="up3"] {
  font-size: 200%;
}

html[data-fontsize="up3"] #header .header-subnav-area .page-search-wrap .input-wrap .number-search-input {
  flex: 1;
}

html[data-fontsize="up3"] #header .header-subnav-area > .box > .support .contents {
  left: -20px;
}

@media print, screen and (min-width: 769px) {
  html[data-fontsize="up3"] .emergency .box .contents .list {
    height: 100%;
  }
}

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,
html[data-bgcolor="color_black"] .mv .box1 .logo h1 img,
html[data-bgcolor="color_black"] .mv .countdown-box .slide-controls .arrow button,
html[data-bgcolor="color_black"] .use .use-list li .item-img img,
html[data-bgcolor="color_black"] .koho .koho-list li .item-img img,
html[data-bgcolor="color_black"] .footer-logo img,
html[data-bgcolor="color_black"] #sp-header-logo img,
html[data-bgcolor="color_black"] .submit-label,
html[data-bgcolor="color_black"] .header-subnav-area 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_bottom_close button span {
  background: url(../img_common/modal_close.png) left center no-repeat #fff !important;
  color: #000 !important;
}

html[data-bgcolor="color_blue"] body, html[data-bgcolor="color_blue"] p, html[data-bgcolor="color_blue"] div, html[data-bgcolor="color_blue"] table, html[data-bgcolor="color_blue"] h1, html[data-bgcolor="color_blue"] h2, html[data-bgcolor="color_blue"] h3, html[data-bgcolor="color_blue"] h4, html[data-bgcolor="color_blue"] h5, html[data-bgcolor="color_blue"] h6, html[data-bgcolor="color_blue"] ul, html[data-bgcolor="color_blue"] ol, html[data-bgcolor="color_blue"] li, html[data-bgcolor="color_blue"] td, html[data-bgcolor="color_blue"] th, html[data-bgcolor="color_blue"] dt, html[data-bgcolor="color_blue"] dd, html[data-bgcolor="color_blue"] dl, html[data-bgcolor="color_blue"] h1, html[data-bgcolor="color_blue"] h2, html[data-bgcolor="color_blue"] dt, html[data-bgcolor="color_blue"] caption, html[data-bgcolor="color_blue"] section, html[data-bgcolor="color_blue"] span, html[data-bgcolor="color_blue"] header, html[data-bgcolor="color_blue"] footer, html[data-bgcolor="color_blue"] nav {
  background-color: #005795 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}

html[data-bgcolor="color_blue"] a {
  background-color: #005795 !important;
  color: #FFFF00 !important;
}

html[data-bgcolor="color_blue"] a:visited {
  color: #f5c77b !important;
}

html[data-bgcolor="color_blue"] a:hover {
  color: #f5c77b !important;
}

html[data-bgcolor="color_blue"] h1, html[data-bgcolor="color_blue"] h2, html[data-bgcolor="color_blue"] h3, html[data-bgcolor="color_blue"] h4, html[data-bgcolor="color_blue"] h5, html[data-bgcolor="color_blue"] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}

html[data-bgcolor="color_blue"] h5 {
  padding: 10px 0px;
}

html[data-bgcolor="color_blue"] .wysiwyg .text_ {
  color: #ffdbea !important;
}

html[data-bgcolor="color_blue"] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}

html[data-bgcolor="color_blue"] #pdf-download {
  color: #333 !important;
}

html[data-bgcolor="color_blue"] #header-logo img,
html[data-bgcolor="color_blue"] #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,
html[data-bgcolor="color_blue"] .mv .box1 .logo h1 img,
html[data-bgcolor="color_blue"] .mv .countdown-box .slide-controls .arrow button,
html[data-bgcolor="color_blue"] .use .use-list li .item-img img,
html[data-bgcolor="color_blue"] .koho .koho-list li .item-img img,
html[data-bgcolor="color_blue"] .footer-logo img,
html[data-bgcolor="color_blue"] #sp-header-logo img,
html[data-bgcolor="color_blue"] .submit-label,
html[data-bgcolor="color_blue"] .header-subnav-area 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_bottom_close button span {
  background: url(../img_common/modal_close.png) left center no-repeat #fff !important;
  color: #000 !important;
}
