@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;
  border-radius: 10px 10px 0 0;
  background: #cceffc;
  color: #333;
  font-size: 160%;
  box-sizing: border-box;
  border-bottom: 3px solid #00aeef;
  padding: 8px 16px;
}

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: #f3ffed;
  color: #333;
  font-size: 150%;
  box-sizing: border-box;
  border-left: 5px solid #8ae25f;
}

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

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 1.2em;
  display: block;
  line-height: 1.2;
  background: #cceffc;
  font-size: 140%;
  padding: 10px;
}

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 #8ae25f;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  margin-top: 1.3em;
  font-size: 110%;
  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: 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 #b4e29d;
  margin-top: 10px;
}

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

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

.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: #cceffc;
  text-align: center;
}

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

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

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

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

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

.scheme7 {
  background-color: #00aeef;
  text-align: center;
}

.scheme8 {
  background-color: #0f228b;
  color: #fff;
  text-align: center;
}

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

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

.scheme11 {
  background-color: #0f228b;
  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 #79cff2 !important;
}

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

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

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 58px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 88px;
  }
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 38px !important;
    height: 38px !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: #333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #ffffff;
  border: 6px solid #0f228b;
  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 #0f228b;
  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;
}

/*===== user-style =====*/
/*==================================
  setting
==================================*/
body {
  background: none;
}

.calendar-box-area, .calendar-list-area {
  width: 100%;
  margin-bottom: 10px;
}

.calendar-box-area li, .calendar-list-area li {
  font-weight: bold;
  text-align: center;
  line-height: 20px;
}

.calendar-area {
  border-collapse: separate;
  border-spacing: 1px;
  text-align: center;
  font-size: 12px;
}

.calendar-area .week-row th {
  color: #fff;
  line-height: 32px;
  width: 33px;
  background-color: #4b4b4b;
}

.calendar-area .week-row th.sun {
  background-color: #f9778f;
}

.calendar-area .week-row th.sat {
  background-color: #48a4c2;
}

.calendar-area .col-day td {
  height: 32px;
  color: #003b73;
  font-weight: bold;
  background-color: #ebebeb;
}

.calendar-area .col-day td.day-sun {
  background-color: #ffcece;
}

.calendar-area .col-day td.day-sat {
  background-color: #d2edff;
}

.calendar-area .col-day td a {
  display: block;
  text-decoration: underline;
}

/*==================================
  スライダー
==================================*/
.sliderArea {
  position: relative;
}

.sliderArea ul li img {
  width: 100%;
  max-width: 100%;
}

.sliderArea .bxslider .bx-wrapper .bx-controls {
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 50;
  line-height: 30px;
  width: 100%;
  float: right;
  clear: both;
  font-size: small;
}

.sliderArea .bxslider .bx-wrapper .bx-controls .bx-pager {
  text-align: left;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  padding-top: 0;
}

.sliderArea .bxslider .bx-wrapper .bx-controls .bx-pager.bx-default-pager {
  height: 15px;
  background-color: transparent !important;
  display: inline;
  font-size: small;
  margin-right: 10px;
}

.sliderArea .bxslider .bx-wrapper .bx-controls .bx-pager.bx-default-pager .bx-pager-item {
  background-color: transparent !important;
  font-size: small;
}

.sliderArea .bxslider .bx-wrapper .bx-controls .bx-pager.bx-default-pager .bx-pager-item:first-child {
  margin-left: 0;
}

.sliderArea .bxslider .bx-wrapper .bx-controls .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: #fff;
  border: 1px solid #42927c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: small;
  line-height: 15px;
}

.sliderArea .bxslider .bx-wrapper .bx-controls .bx-pager.bx-default-pager a:hover, .sliderArea .bxslider .bx-wrapper .bx-controls .bx-pager.bx-default-pager a.active {
  background: #42927c;
}

.sliderArea .bxslider .bx-wrapper .bx-controls .bx-pager.bx-default-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 0px;
}

.sliderArea .bxslider .bx-wrapper .bx-controls .bx-controls-auto {
  display: inline;
  font-size: small;
  position: absolute;
  top: -2px;
}

.sliderArea .bxslider .bx-wrapper .bx-controls .bx-controls-auto .bx-start, .sliderArea .bxslider .bx-wrapper .bx-controls .bx-controls-auto .bx-stop {
  display: block;
  text-indent: 9999px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: small;
}

.sliderArea .bxslider .bx-wrapper .bx-controls .bx-controls-auto .bx-start {
  background-image: url(../img_top/icon_play.png);
  background-repeat: no-repeat;
  background-position: left 0;
}

.sliderArea .bxslider .bx-wrapper .bx-controls .bx-controls-auto .bx-stop {
  background-image: url(../img_common/btn_pause.png);
  background-repeat: no-repeat;
  background-position: left 0;
}

.sliderArea .bxslider .bx-wrapper .bx-controls .bx-controls-auto .bx-start.active,
.sliderArea .bxslider .bx-wrapper .bx-controls .bx-controls-auto .bx-stop.active {
  display: none;
}

.sliderArea .bxslider .bx-wrapper .bx-controls .bx-controls-auto .bx-start:focus,
.sliderArea .bxslider .bx-wrapper .bx-controls .bx-controls-auto .bx-stop:focus {
  background-color: transparent;
}

.sliderArea .bxslider .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 0px;
}

.sliderArea .bxslider .slide-back,
.sliderArea .bxslider .slide-next {
  position: absolute;
}

.sliderArea .bxslider .slide-back .bx-prev {
  display: block;
  text-indent: 9999px;
  background: url(../img_common/slider_prev_btn.png) no-repeat right top;
}

.sliderArea .bxslider .slide-next .bx-next {
  display: block;
  text-indent: 9999px;
  background: url(../img_top/slider_next.png) no-repeat right top;
}

.sliderArea .bxslider .slide-back .bx-next,
.sliderArea .bxslider .slide-back .bx-prev,
.sliderArea .bxslider .slide-next .bx-next,
.sliderArea .bxslider .slide-next .bx-prev {
  background-size: cover;
}

@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 {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-right: 15px;
    padding: 7px 0px;
  }
  #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 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
  #header .header-subnav-area .header-size button img {
    width: 54px;
  }
  #header .header-subnav-area .header-color {
    margin-left: 26px;
  }
  #header .header-subnav-area .header-color a img {
    height: 36px;
  }
  #header .header-subnav-area .header-size, #header .header-subnav-area .header-color {
    display: flex;
    align-items: center;
  }
  #header .header-subnav-area .header-size button, #header .header-subnav-area .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
    vertical-align: bottom;
  }
  #header .header-subnav-area .header-size .title, #header .header-subnav-area .header-color .title {
    font-weight: bold;
    margin-right: 10px;
    line-height: 1.2;
  }
  #header .header-subnav-area .header-size dd, #header .header-subnav-area .header-color dd {
    line-height: 1;
  }
  #header .header-subnav-area .header-size dd + dd, #header .header-subnav-area .header-color dd + dd {
    margin-left: 3px;
  }
  #header .header-subnav-area .header-size dd img, #header .header-subnav-area .header-color dd img {
    cursor: pointer;
  }
  #header .header-subnav-area .header-size dd img:hover, #header .header-subnav-area .header-color dd img:hover {
    opacity: .85;
  }
  #header .header-subnav-area .header-size a, #header .header-subnav-area .header-color a {
    display: block;
  }
  #header .header-subnav-area .header-lang {
    border: solid 1px #0f218b;
    border-radius: 6px;
    display: flex;
    margin-left: 18px;
  }
  #header .header-subnav-area .header-lang .lang-select {
    appearance: none;
    background: url(../img_common/lang.png) left 8px center/16px 16px no-repeat, url(../img_common/lang_arrow.png) right 10px center/8px 7px no-repeat #fff;
    border-radius: 6px 0 0 6px;
    border: none;
    color: #462d2d;
    cursor: pointer;
    font-size: 0.875rem;
    padding: 2px 27px 2px 30px;
  }
  #header .header-subnav-area .header-lang .lang-select:focus-visible {
    outline: 2px solid #000;
    outline-offset: -2px;
  }
  #header .header-subnav-area .header-lang .btn-lang-select {
    background-color: #fff;
    border-radius: 0 6px 6px 0;
    border: none;
    color: #462d2d;
    font-size: 0.875rem;
    min-height: 36px;
    padding: 2px 5px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    position: relative;
  }
  #header .header-subnav-area .header-lang .btn-lang-select:hover {
    opacity: .85;
  }
  #header .header-subnav-area .header-lang .btn-lang-select::before {
    background-color: #9b948c;
    content: '';
    display: inline-block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
  #header .header-subnav-area .incase {
    margin-left: 20px;
  }
  #header .header-subnav-area .incase a {
    background: url(../img_common/info_icon.png) left center/22px 22px no-repeat;
    display: block;
    color: #000;
    font-weight: bold;
    padding-left: 30px;
  }
  #header-nav {
    background-color: #fff;
  }
  #header-nav .list {
    position: relative;
  }
  #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header-nav .list {
    display: flex;
  }
  #header-nav .list > li {
    flex: 1;
  }
  #header-nav .list > li > a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 1.25rem;
  }
  #header-nav .list > li > a > .box {
    display: flex;
    justify-content: center;
    min-height: 70px;
  }
  #header-nav .list > li > a p {
    align-items: center;
    display: flex;
    font-weight: bold;
    justify-content: center;
    position: relative;
  }
  #header-nav .list > li:hover .box, #header-nav .list > li:focus-within .box {
    background-color: #164b63;
  }
  #header-nav .list > li:hover .box p, #header-nav .list > li:focus-within .box p {
    color: #fff;
  }
  .header-nav-item > a {
    position: relative;
  }
  .header-nav-item > a::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    top: 50%;
    right: -1px;
    background-color: #53cade;
    padding-top: 20px;
    transform: translateY(-50%);
  }
  .header-nav-item-1 > a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    top: 50%;
    left: -1px;
    background-color: #53cade;
    padding-top: 20px;
    transform: translateY(-50%);
  }
  .nav-category-list-box {
    left: 0;
    top: 100%;
    position: absolute;
    width: 1000px;
  }
  .nav-category-list-box ul {
    align-items: flex-start;
    background-color: #164b63;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 60px;
    margin: 0 auto;
    padding: 25px 35px;
    width: 1000px;
  }
  .nav-category-list-box ul li {
    box-sizing: border-box;
    height: auto !important;
    margin-bottom: 10px;
    position: relative;
  }
  .nav-category-list-box ul li .category-item-in {
    box-sizing: border-box;
    display: flex;
    height: 100%;
  }
  .nav-category-list-box ul li .category-item-in a {
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    display: inline-block;
    position: relative;
    padding-left: 16px;
    width: 100%;
  }
  .nav-category-list-box ul li .category-item-in a::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
    height: 6px;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    width: 6px;
  }
  .nav-category-list-box ul li .category-item-in a:focus {
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .modal-menu-close {
    display: none;
  }
  #sp-header > .box {
    min-height: 148px;
  }
  #sp-header > .box #sp-header-nav {
    position: absolute;
    right: 10px;
    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: 10px;
    top: 10px;
  }
  #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: 10px;
  }
  #sp-header #sp-header-logo {
    margin: 15px 0 0 25px;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sp-header .modal-menu {
    background: url(../img_common/sp_modal_bg.png) center center/100% 100% no-repeat;
    display: none;
    position: absolute;
    top: 150px;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 28px 25px 45px;
    box-sizing: border-box;
  }
  #sp-header .modal-menu .in {
    box-sizing: border-box;
  }
  #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 .search-box {
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0 auto;
    padding: 25px 30px;
    width: 700px;
  }
  #sp-header .search-box h3 {
    font-size: 2rem;
  }
  #sp-header .search-box .google-wrap {
    align-items: center;
    display: flex;
    min-height: 90px;
  }
  #sp-header .search-box .google-wrap > div {
    width: 100%;
  }
  #sp-header .search-box .google-wrap > div .gsc-input-box {
    border-width: 4px !important;
  }
  #sp-header .search-box .google-wrap > div .gsc-search-button-v2 svg {
    fill: #000 !important;
  }
  #sp-header .search-box .google-wrap > div td.gsc-search-button {
    height: 84px !important;
  }
  #sp-header .search-box .google-wrap > div .cse input.gsc-input, #sp-header .search-box .google-wrap > div input.gsc-input {
    min-height: 76px !important;
    font-size: 100% !important;
  }
  #sp-header .search-box .google-wrap > div .gsc-input {
    font-size: 100% !important;
  }
  #sp-header .search-box .page-id {
    margin: 30px auto 0;
  }
  #sp-header .search-box .page-id .input-wrap {
    align-items: center;
    display: flex;
  }
  #sp-header .search-box .page-id .input-wrap .number-label {
    flex-grow: 1;
  }
  #sp-header .search-box .page-id .input-wrap .number-label input {
    border: 2px solid #79cff2;
    border-radius: 4px 0 0 4px;
    border-width: 4px;
    font-size: 100%;
    min-height: 90px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
  }
  #sp-header .search-box .page-id .input-wrap .submit-label button {
    appearance: none;
    background-color: #79cff2;
    border-radius: 0 4px 4px 0;
    border: none;
    height: 90px;
    width: 90px;
  }
  #sp-header .modal-menu .sp-nav {
    margin-top: 50px;
  }
  #sp-header .modal-menu .sp-nav .box {
    display: block;
    background-color: #fff;
    border-radius: 10px;
  }
  #sp-header .modal-menu .sp-nav .box:not(:last-of-type) {
    margin-bottom: 20px;
  }
  #sp-header .modal-menu .sp-nav .title {
    position: relative;
    font-size: 2.5rem;
    font-weight: normal;
  }
  #sp-header .modal-menu .sp-nav .title a {
    display: block;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding: 20px 70px 20px 40px;
  }
  #sp-header .modal-menu .sp-nav .title button {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    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: 20px;
  }
  #sp-header .modal-menu .sp-nav .bloc .list li {
    position: relative;
  }
  #sp-header .modal-menu .sp-nav .bloc .list li::after {
    background-color: black;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 4px;
    left: 50px;
    position: absolute;
    top: 30px;
    width: 4px;
  }
  #sp-header .modal-menu .sp-nav .bloc .list a {
    display: block;
    color: #000;
    padding: 8px 50px 8px 70px;
  }
  #sp-header .support-block {
    margin-top: 40px;
  }
  #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  #sp-header .support-block .support-list {
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    margin: auto;
    padding: 28px 30px;
    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;
  }
  #sp-header .support-block .header-size dt,
  #sp-header .support-block .header-color dt {
    flex-shrink: 0;
    margin-right: 20px;
    font-weight: bold;
  }
  #sp-header .support-block .header-size dd,
  #sp-header .support-block .header-color dd {
    font-size: 0;
    margin-right: 10px;
  }
  #sp-header .support-block .header-lang {
    display: flex;
    border: solid 2px #0f218b;
    border-radius: 10px;
  }
  #sp-header .support-block .header-lang .lang-select {
    background: url(../img_common/lang.png) left 15px center no-repeat, url(../img_common/lang_arrow.png) left 330px center no-repeat #fff;
    appearance: none;
    border-radius: 10px;
    color: #000;
    flex: 1;
    font-size: 100%;
    padding: 15px 20px 15px 65px;
    border: 0;
    font-size: 100%;
  }
  #sp-header .support-block .header-lang .btn-lang-select {
    padding: 26px 19px;
    background: #fff;
    border-radius: 0 10px 10px 0;
    color: #000;
    font-size: 100%;
    line-height: 1;
    cursor: pointer;
    position: relative;
  }
  #sp-header .support-block .header-lang .btn-lang-select::before {
    background-color: #9b948c;
    content: '';
    display: inline-block;
    height: 40px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
  }
  #sp-header .support-block .incase {
    text-align: center;
  }
  #sp-header .support-block .incase a {
    background: url(../img_common/info_icon.png) left center no-repeat;
    color: #000;
    display: inline-block;
    font-weight: bold;
    padding-left: 52px;
  }
  #sp-header .support-block .goto-pc {
    background: url(../img_common/gotopc.png) left 136px center no-repeat;
    border: 2px solid #0f218b;
    margin: 0 auto;
    width: 500px;
  }
  #sp-header .support-block .goto-pc a {
    border-radius: 4px;
    color: #000;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    padding: 18px 90px 18px 200px;
  }
  #sp-header .bottom-close {
    margin-top: 20px;
  }
  #sp-header .bottom-close button {
    appearance: none;
    background: url(../img_common/bottom_close.png) left 140px center no-repeat #79cff2;
    border: none;
    border-radius: 4px;
    color: #000;
    font-size: 100%;
    margin: 0;
    padding: 25px 140px 25px 220px;
  }
}

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

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .emergency-section .section-body .list li .item-title, .alert-section .section-body .list li .item-title {
    padding-left: 13.5em;
  }
}

@media print, screen and (min-width: 769px) {
  .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;
}

#header-nav {
  background-color: #e9fafb;
}

#header-logo {
  margin-top: 12px;
  margin-bottom: 10px;
  text-align: center;
}

#header-logo a {
  display: inline-block;
}

#header .header-subnav-area .incase a,
#header .header-subnav-area .header-lang .lang-select,
footer,
#sp-header .support-block .incase a,
#sp-header .support-block .header-lang .lang-select,
#sp-header .support-block .goto-pc,
#sp-header .bottom-close button {
  background-image: none !important;
}

footer > .in .footer-info .footer-links li a {
  text-decoration: underline !important;
}

footer > .in .footer-info .footer-links li a::after {
  display: none;
}

footer > .in .footer-info .footer-links li a:hover {
  text-decoration: none !important;
}

#sp-header .support-block .goto-pc a {
  text-align: center;
  padding: 18px 90px;
}

#sp-header .bottom-close button {
  padding: 25px 140px;
}

#header .header-subnav-area .incase a,
#sp-header .support-block .incase a {
  padding-left: 0;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  background: url(../img_common/footer_bg.png) center center/100% 100% no-repeat;
  margin-top: 100px;
}

@media print, screen and (min-width: 769px) {
  footer {
    padding-top: 40px;
  }
}

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

footer * {
  box-sizing: border-box;
}

footer #pagetop a {
  bottom: 15px;
  position: fixed;
  right: 30px;
  z-index: 100;
}

@media print, screen and (min-width: 769px) {
  footer > .in {
    align-items: flex-end;
    display: flex;
    gap: 0 50px;
    margin: 0 auto;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  footer > .in {
    padding: 0 22px;
  }
}

@media print, screen and (min-width: 769px) {
  footer > .in .footer-info {
    flex-shrink: 0;
    width: 500px;
  }
}

@media print, screen and (min-width: 769px) {
  footer > .in .footer-info .logo img {
    height: auto;
    width: 210px;
  }
}

@media screen and (max-width: 768px) {
  footer > .in .footer-info .logo img {
    margin-top: 45px;
  }
}

@media print, screen and (min-width: 769px) {
  footer > .in .footer-info address {
    font-size: 0.875rem;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  footer > .in .footer-info address {
    margin-top: 20px;
  }
  footer > .in .footer-info address a {
    color: #000;
  }
}

footer > .in .footer-info .footer-links {
  display: flex;
  margin-top: 20px;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  footer > .in .footer-info .footer-links {
    flex-wrap: wrap;
    gap: 10px 22px;
    margin: 20px auto 0;
    width: 665px;
  }
}

footer > .in .footer-info .footer-links li a {
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 6px 15px;
}

@media print, screen and (min-width: 769px) {
  footer > .in .footer-info .footer-links li a {
    width: 160px;
  }
  footer > .in .footer-info .footer-links li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  footer > .in .footer-info .footer-links li a {
    padding: 14px 30px;
    width: 320px;
  }
}

footer > .in .footer-info .footer-links li a::after {
  border-top: 2px solid #00aeef;
  border-right: 2px solid #00aeef;
  content: '';
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 8px;
  top: 50%;
  width: 6px;
}

@media screen and (max-width: 768px) {
  footer > .in .footer-info .footer-links li a::after {
    border-width: 4px;
    height: 15px;
    right: 15px;
    width: 15px;
  }
}

footer > .in .access {
  display: flex;
  gap: 0 24px;
}

@media print, screen and (min-width: 769px) {
  footer > .in .access .txt {
    font-size: 0.875rem;
  }
}

footer > .in .access .more {
  margin-top: 15px;
  width: 220px;
}

footer > .in .access .more a {
  background-color: #1e6789;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 8px 20px;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  footer > .in .access .more a:hover {
    text-decoration: underline;
  }
}

footer > .in .access .more a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  right: 12px;
  position: absolute;
  top: 50%;
  width: 6px;
}

footer .footer-links2 {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 35px;
  padding: 5px 0;
}

footer .footer-links2 .footer-links-list2 {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  footer .footer-links2 .footer-links-list2 {
    gap: 0 42px;
    justify-content: center;
    margin: 0 auto;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-links2 .footer-links-list2 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 70px;
    margin: 0 auto;
    padding: 15px 0;
    width: 670px;
  }
}

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

@media print, screen and (min-width: 769px) {
  footer .footer-links2 .footer-links-list2 li a {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-links2 .footer-links-list2 li a {
    font-size: 1.625rem;
  }
}

footer .footer-links2 .footer-links-list2 li:not(:last-child) a::after {
  background-color: #787c7c;
  content: '';
  display: inline-block;
  height: 14px;
  position: absolute;
  top: 2px;
  right: -20px;
  width: 1px;
}

@media screen and (max-width: 768px) {
  footer .footer-links2 .footer-links-list2 li:not(:last-child) a::after {
    height: 28px;
    right: -32px;
    width: 2px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-links2 .footer-links-list2 li:nth-of-type(3) a::after {
    display: none;
  }
}

footer .copyright {
  text-align: center;
  padding: 10px 0;
}

@media print, screen and (min-width: 769px) {
  footer .copyright {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 1.375rem;
    padding: 16px 0;
  }
}

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

html[data-fontsize="up"] .mv .mv-img .mv-on-list {
  bottom: 125px;
}

@media screen and (max-width: 768px) {
  html[data-fontsize="up"] .about .population-info .number {
    flex-wrap: wrap;
  }
}

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

html[data-fontsize="up2"] .mv .mv-img .mv-on-list {
  bottom: 175px;
}

html[data-fontsize="up2"] .header-nav-item-1 > a::before,
html[data-fontsize="up2"] .header-nav-item > a::after {
  height: 110px;
  top: 0;
  transform: none !important;
}

html[data-fontsize="up2"] .about .population-info .population-info-in {
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  html[data-fontsize="up2"] .about .population-info .number {
    flex-wrap: wrap;
  }
  html[data-fontsize="up2"] .about .population-info .number > div {
    flex-wrap: wrap;
  }
}

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

html[data-fontsize="up3"] .mv .mv-img .mv-on-list {
  bottom: 325px;
}

html[data-fontsize="up3"] .header-nav-item-1 > a::before,
html[data-fontsize="up3"] .header-nav-item > a::after {
  height: 130px;
  top: 0;
  transform: none !important;
}

html[data-fontsize="up3"] .about .population-info .population-info-in {
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  html[data-fontsize="up3"] .about .population-info .number {
    flex-wrap: wrap;
  }
  html[data-fontsize="up3"] .about .population-info .number > div {
    flex-wrap: wrap;
  }
}

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"] footer > .in .footer-info .logo img,
html[data-bgcolor="color_black"] #sp-header #sp-header-logo img,
html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-nav .title button.plus {
  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"] .mv .mv-img .mv-on-list li .item-txt > *,
html[data-bgcolor="color_black"] .sdgs .info .txt {
  text-shadow: none;
}

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

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

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

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

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

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

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

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

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

html[data-bgcolor="color_blue"] #header-logo img,
html[data-bgcolor="color_blue"] #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"] footer > .in .footer-info .logo img,
html[data-bgcolor="color_blue"] #sp-header #sp-header-logo img,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav .title button.plus {
  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"] .mv .mv-img .mv-on-list li .item-txt > *,
html[data-bgcolor="color_blue"] .sdgs .info .txt {
  text-shadow: none;
}
