@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 {
  background: url(../img_sub/h2_bg.png) center center/cover no-repeat;
  margin-top: 20px;
  color: #232d47;
  font-size: 153%;
  box-sizing: border-box;
  padding: 8px 22px;
  border-left: 4px solid #232d47;
  word-break: break-all;
}

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

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

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

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

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  background: #fff;
  color: #232d47;
  font-size: 130%;
  box-sizing: border-box;
  border: 1px solid #232d47;
  position: relative;
  word-break: break-all;
}

h3.head-title::before, h3.head-title::after, .wysiwyg h3::before, .wysiwyg h3::after, .free-layout-area h3::before, .free-layout-area h3::after, .smartcmsBbsBlock h3::before, .smartcmsBbsBlock h3::after {
  background-color: #232d47;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 22px;
  position: absolute;
  width: 22px;
}

h3.head-title::before, .wysiwyg h3::before, .free-layout-area h3::before, .smartcmsBbsBlock h3::before {
  left: -11px;
  top: -11px;
}

h3.head-title::after, .wysiwyg h3::after, .free-layout-area h3::after, .smartcmsBbsBlock h3::after {
  right: -11px;
  top: -11px;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  border: 1px solid #232d47;
  margin: 2px;
  position: relative;
}

h3.head-title .bg::before, h3.head-title .bg::after, .wysiwyg h3 .bg::before, .wysiwyg h3 .bg::after, .free-layout-area h3 .bg::before, .free-layout-area h3 .bg::after, .smartcmsBbsBlock h3 .bg::before, .smartcmsBbsBlock h3 .bg::after {
  background-color: #232d47;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 22px;
  position: absolute;
  width: 22px;
}

h3.head-title .bg::before, .wysiwyg h3 .bg::before, .free-layout-area h3 .bg::before, .smartcmsBbsBlock h3 .bg::before {
  left: -14px;
  bottom: -14px;
}

h3.head-title .bg::after, .wysiwyg h3 .bg::after, .free-layout-area h3 .bg::after, .smartcmsBbsBlock h3 .bg::after {
  right: -14px;
  bottom: -14px;
}

h3.head-title .bg2, .wysiwyg h3 .bg2, .free-layout-area h3 .bg2, .smartcmsBbsBlock h3 .bg2 {
  display: block;
  padding: 10px 22px;
}

.wysiwyg h3 {
  padding-left: 0 !important;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  background: url(../img_sub/h4_bg.png) left center no-repeat;
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  font-size: 125%;
  border-bottom: 2px solid #232d47;
  word-break: break-all;
}

h4 .bg, .wysiwyg h4 .bg, .free-layout-area h4 .bg {
  border-bottom: 1px solid #232d47;
  box-sizing: border-box;
  display: block;
  margin-bottom: 1px;
  padding: 10px 42px;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  display: block;
  padding: 6px 0 8px 10px;
  line-height: 1.2;
  border-bottom: 1px solid #232d47;
  word-break: break-all;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  background-color: #fff;
  font-size: 111%;
  padding-left: 10px;
  padding-bottom: 5px;
  margin-top: 20px;
  line-height: 1.2;
  word-break: break-all;
}

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 {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .wysiwyg ol, .pubcom-table ol {
    margin-left: 22px;
  }
}

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

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

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

.wysiwyg table ol, .pubcom-table table ol {
  padding-left: 1.5em;
}

@media screen and (max-width: 768px) {
  .wysiwyg table ol, .pubcom-table table ol {
    margin-left: 0;
    padding-left: 40px;
  }
}

.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 #87bfe6;
  padding: 5px 10px;
  word-break: break-all;
}

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

.wysiwyg td {
  background-color: #fff;
}

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

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

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

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

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

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

.wysiwyg .text_, .cke_panel_list .text_ {
  color: #c00;
}

.wysiwyg .text2_, .cke_panel_list .text2_ {
  color: #00c;
}

.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-family: "YuGothic", 游ゴシック Medium, "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 90%;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 170% !important;
  }
}

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

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

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

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

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

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

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

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

.scheme7 {
  background-color: #87bfe6;
  text-align: center;
}

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

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

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

.scheme11 {
  background-color: #232d47;
  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 transparent !important;
}

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 21px !important;
    height: 21px !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: #333333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #b0e4ff;
  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 #0068b7;
  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;
}

/*==================================
header（PC）
==================================*/
@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 {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(198, 210, 221, 0.5);
    position: relative;
    z-index: 100;
    /* #header-nav */
    /* end-#header-nav */
  }
  #header .in {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    min-height: 60px;
    min-width: 1000px;
    position: relative;
  }
  #header .in #header-logo {
    align-items: center;
    display: flex;
    margin: 0 22px;
  }
  #header .in #header-logo a {
    align-items: center;
    display: flex;
    height: 100%;
  }
  #header .in .box {
    flex-grow: 2;
    text-align: center;
  }
  #header .in #header-nav {
    align-items: center;
    display: flex;
    height: 100%;
  }
  #header .in .list {
    align-items: center;
    display: flex;
    height: 100%;
  }
  #header .in .nav {
    box-sizing: border-box;
    flex-grow: 5;
    justify-content: space-between;
  }
  #header .in .nav li:not(.google-search) {
    align-items: center;
    height: 100%;
    width: 100%;
  }
  #header .in .nav li:not(.google-search) > a {
    align-items: center;
    color: #232d47;
    display: flex;
    flex-grow: 1;
    font-weight: bold;
    font-size: 111%;
    height: 100%;
    justify-content: center;
    position: relative;
    text-decoration: none;
  }
  #header .in .nav li:not(.google-search) > a:hover {
    background-color: #394259;
    color: #fff;
  }
  #header .in .nav li:not(.google-search) > a::before {
    background-color: #92bfe6;
    content: '';
    display: inline-block;
    height: 36px;
    left: 0;
    position: absolute;
    width: 1px;
  }
  #header .in .nav-category-list-box {
    background-color: rgba(35, 45, 71, 0.9);
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
  }
  #header .in .nav-category-list-box ul {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 23px;
    margin: 0 auto;
    padding: 21px 37px 180px 37px;
    width: 950px;
  }
  #header .in .nav-category-list-box ul li:not(.google-search):not(.header-size):not(.header-color):not(.yomiage) {
    background-color: #fff;
    box-sizing: border-box;
    height: auto !important;
    width: 220px;
    position: relative;
  }
  #header .in .nav-category-list-box ul li:not(.google-search):not(.header-size):not(.header-color):not(.yomiage)::after {
    border-top: 1px solid #232d47;
    border-right: 1px solid #232d47;
    content: '';
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
  }
  #header .in .nav-category-list-box ul li:not(.google-search):not(.header-size):not(.header-color):not(.yomiage) .category-item-in {
    box-sizing: border-box;
    display: flex;
    height: 100%;
  }
  #header .in .nav-category-list-box ul li:not(.google-search):not(.header-size):not(.header-color):not(.yomiage) .category-item-in a {
    align-items: center;
    color: #232d47;
    display: block;
    font-size: 111%;
    display: flex;
    text-decoration: none;
    text-align: left;
    padding: 10px 50px 10px 12px;
    width: 100%;
  }
  #header .in .nav-category-list-box ul li:not(.google-search):not(.header-size):not(.header-color):not(.yomiage) .category-item-in a:hover {
    text-decoration: underline;
  }
  #header .in .google-search {
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    bottom: 60px;
    left: 50%;
    position: absolute !important;
    transform: translateX(-50%);
  }
  #header .in .google-search a::after {
    display: none;
  }
  #header .in .google-search-in {
    align-items: center;
    display: flex;
  }
  #header .in .google-search-box {
    align-items: center;
    display: flex;
    margin-left: 22px;
    width: 420px;
  }
  #header .in .google-search-box > div {
    width: 100%;
  }
  #header .in .support {
    flex-grow: 1;
  }
  #header .in .support > li {
    height: 100%;
    width: 100%;
  }
  #header .in .support-item1 {
    align-items: center;
    background-color: #0e2b8c;
    color: #fff;
    display: flex;
    font-weight: bold;
    height: 100%;
    min-width: 62px;
    justify-content: center;
    text-decoration: none;
    width: 100%;
  }
  #header .in .support-item1:hover {
    background-color: #0f803a;
  }
  #header .in .support-item1 .nav-category-list-box {
    background-color: rgba(2, 88, 25, 0.9);
  }
  #header .in .support-item2 {
    align-items: center;
    background-color: #0053c5;
    color: #fff;
    display: flex;
    font-weight: bold;
    height: 100%;
    min-width: 62px;
    justify-content: center;
    text-decoration: none;
    width: 100%;
  }
  #header .in .support-item2 .nav-category-list-box {
    background-color: rgba(0, 83, 197, 0.9);
  }
  #header .in .support-item2 .box-in {
    display: flex;
    margin: 0 auto;
    width: 1000px;
  }
  #header .in .support-item2 .box-in .ttl {
    flex-shrink: 0;
    font-size: 125%;
    margin-top: 60px;
  }
  #header .in .support-item2 .box-in .lang-box-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 100px;
    padding: 50px 0 50px 0px;
    width: 750px;
  }
  #header .in .support-item2 .box-in .lang-box-list li {
    text-align: left;
    width: 300px !important;
  }
  #header .in .support-item2 .box-in .lang-box-list li::after {
    display: none;
  }
  #header .in .support-item2 .box-in .lang-box-list li a {
    box-sizing: border-box;
    color: #232d47;
    display: inline-block;
    font-size: 120%;
    padding: 15px 20px;
    text-decoration: none;
    width: 100%;
  }
  #header .in .support-item2 .box-in .lang-box-list li a:hover {
    text-decoration: underline;
  }
  #header .in .support button {
    background: transparent;
    border: none;
    padding: 0;
  }
  #header .in .support .header-size, #header .in .support .header-color {
    align-items: center;
    display: flex !important;
  }
  #header .in .support .header-size .title, #header .in .support .header-color .title {
    font-size: 130%;
    margin-right: 18px;
  }
  #header .in .support .header-size button {
    margin-right: 8px;
  }
  #header .in .support .header-color img {
    margin-right: 12px;
  }
  #header .in .support .yomiage a {
    background: url(../img_common/yomiage_icon.png) left 18px center no-repeat #fff;
    display: block;
    font-size: 130%;
    font-weight: bold;
    color: #333;
    padding: 3px;
    text-decoration: none;
    text-align: right;
    width: 190px;
  }
  #header .in .support .yomiage a:hover {
    text-decoration: underline;
  }
  #header .in .support .yomiage a span {
    border: 1px solid #a6c9da;
    box-sizing: border-box;
    display: block;
    padding: 14px 20px;
  }
  #header .in .header-nav-item-7 > a, #header .in .header-nav-item-8 > a {
    color: #fff;
    text-decoration: none;
  }
  #header .in .header-nav-item-7 > a:focus, #header .in .header-nav-item-8 > a:focus {
    color: #000;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 90;
    /* モーダル */
  }
  #sp-header .modal-menu-close {
    display: none;
  }
  #sp-header .box {
    display: block;
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #sp-header .box #sp-header-logo {
    padding-top: 20px;
  }
  #sp-header .box #sp-header-logo img {
    margin-left: 25px;
    max-width: 100%;
  }
  #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 img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav .menu-btn-area p {
    position: absolute;
    right: 18px;
    top: 25px;
  }
  #sp-header .box #sp-header-nav .menu-btn-area a:focus {
    background-color: transparent;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 95;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    background: rgba(35, 45, 71, 0.95);
    position: absolute;
    padding-bottom: 80px;
    padding-top: 160px;
    top: 0;
    left: 0;
    z-index: 95;
    width: 100%;
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    box-sizing: border-box;
    height: 100vh;
    min-height: 100vh;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 300px;
    width: 700px;
  }
  #sp-header .modal-search .sp-list,
  #sp-header .modal-menu .sp-list {
    margin-top: 20px;
  }
  #sp-header .modal-search .sp-list .box,
  #sp-header .modal-menu .sp-list .box {
    border-top: 2px solid #fff;
  }
  #sp-header .modal-search .sp-list .box:last-of-type,
  #sp-header .modal-menu .sp-list .box:last-of-type {
    border-bottom: 2px solid #fff;
  }
  #sp-header .modal-search .sp-list .box p,
  #sp-header .modal-menu .sp-list .box p {
    background: url(../img_common/modal_menu_btn_plus.png) right 18px center no-repeat;
    color: #fff;
    display: block;
    font-size: 170%;
    font-weight: bold;
    padding: 32px 55px 32px 24px;
    text-decoration: none;
  }
  #sp-header .modal-search .sp-list .box p.on,
  #sp-header .modal-menu .sp-list .box p.on {
    background: url(../img_common/modal_menu_btn_minus.png) right 18px center no-repeat;
  }
  #sp-header .modal-search .sp-list .list,
  #sp-header .modal-menu .sp-list .list {
    margin-left: 25px;
    margin-bottom: 40px;
  }
  #sp-header .modal-search .sp-list .list li,
  #sp-header .modal-menu .sp-list .list li {
    margin-bottom: 20px;
    position: relative;
  }
  #sp-header .modal-search .sp-list .list li::before,
  #sp-header .modal-menu .sp-list .list li::before {
    background-color: #fff;
    border-radius: 50px;
    content: '';
    display: inline-block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 18px;
    width: 6px;
  }
  #sp-header .modal-search .sp-list .list li a,
  #sp-header .modal-menu .sp-list .list li a {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding-left: 25px;
  }
  #sp-header .modal-search .support-block,
  #sp-header .modal-menu .support-block {
    background-color: #fff;
    margin-top: 55px;
    padding: 25px 30px;
  }
  #sp-header .modal-search .support-block p.ttl,
  #sp-header .modal-menu .support-block p.ttl {
    font-size: 110%;
    font-weight: bold;
  }
  #sp-header .modal-search .support-block .modal-google .wrap,
  #sp-header .modal-menu .support-block .modal-google .wrap {
    align-items: center;
    border: 1px solid green;
    display: flex;
    margin-top: 15px;
    justify-content: center;
  }
  #sp-header .modal-search .support-block .modal-google .wrap > div,
  #sp-header .modal-menu .support-block .modal-google .wrap > div {
    width: 100%;
  }
  #sp-header .modal-search .support-block .modal-keyword,
  #sp-header .modal-menu .support-block .modal-keyword {
    margin-top: 35px;
  }
  #sp-header .modal-search .support-block .modal-keyword-list,
  #sp-header .modal-menu .support-block .modal-keyword-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 35px;
  }
  #sp-header .modal-search .support-block .modal-keyword-list li,
  #sp-header .modal-menu .support-block .modal-keyword-list li {
    position: relative;
  }
  #sp-header .modal-search .support-block .modal-keyword-list li:not(:last-child)::after,
  #sp-header .modal-menu .support-block .modal-keyword-list li:not(:last-child)::after {
    background-color: #232d47;
    content: '';
    display: inline-block;
    height: 26px;
    position: absolute;
    right: -18px;
    top: 7px;
    width: 2px;
  }
  #sp-header .modal-search .support-block .modal-keyword-list li a,
  #sp-header .modal-menu .support-block .modal-keyword-list li a {
    color: #232d47;
  }
  #sp-header .modal-search .support-list,
  #sp-header .modal-menu .support-list {
    margin-top: 40px;
  }
  #sp-header .modal-search .support-list li,
  #sp-header .modal-menu .support-list li {
    border: 2px solid #fff;
    box-sizing: border-box;
    text-align: center;
  }
  #sp-header .modal-search .support-list li a,
  #sp-header .modal-menu .support-list li a {
    color: #fff;
    display: block;
    font-size: 110%;
    font-weight: bold;
    text-decoration: none;
    padding: 25px 0;
    width: 342px;
  }
  #sp-header .modal-search .support-block2,
  #sp-header .modal-menu .support-block2 {
    border: 2px solid #fff;
    margin-top: 40px;
  }
  #sp-header .modal-search .support-block2 .ttl,
  #sp-header .modal-menu .support-block2 .ttl {
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
    padding: 30px 0;
  }
  #sp-header .modal-search .support-block2 .support-list2,
  #sp-header .modal-menu .support-block2 .support-list2 {
    padding: 30px 50px;
  }
  #sp-header .modal-search .support-block2 .support-list2 button,
  #sp-header .modal-menu .support-block2 .support-list2 button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    outline: none;
    padding: 0;
  }
  #sp-header .modal-search .support-block2 .support-list2 dl,
  #sp-header .modal-menu .support-block2 .support-list2 dl {
    align-items: center;
    display: flex;
  }
  #sp-header .modal-search .support-block2 .support-list2 dt,
  #sp-header .modal-menu .support-block2 .support-list2 dt {
    color: #fff;
    font-weight: bold;
    flex-shrink: 0;
    font-size: 110%;
    margin-right: 50px;
    width: 150px;
  }
  #sp-header .modal-search .support-block2 .support-list2 dd,
  #sp-header .modal-menu .support-block2 .support-list2 dd {
    font-size: 0;
  }
  #sp-header .modal-search .support-block2 .support-list2 .header-size,
  #sp-header .modal-menu .support-block2 .support-list2 .header-size {
    margin-bottom: 30px;
  }
  #sp-header .modal-search .support-block2 .support-list2 .header-size dd,
  #sp-header .modal-menu .support-block2 .support-list2 .header-size dd {
    margin-right: 8px;
  }
  #sp-header .modal-search .support-block2 .support-list2 .header-color dd,
  #sp-header .modal-menu .support-block2 .support-list2 .header-color dd {
    margin-right: 8px;
  }
  #sp-header .modal-search .support-block3,
  #sp-header .modal-menu .support-block3 {
    border: 2px solid #fff;
    margin-top: 25px;
  }
  #sp-header .modal-search .support-block3 .ttl,
  #sp-header .modal-menu .support-block3 .ttl {
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
    padding: 30px 0;
  }
  #sp-header .modal-search .support-block3 .support-list3,
  #sp-header .modal-menu .support-block3 .support-list3 {
    margin: 0 auto;
    padding: 60px 0;
    width: 382px;
  }
  #sp-header .modal-search .support-block3 .support-list3 li,
  #sp-header .modal-menu .support-block3 .support-list3 li {
    background-color: #fff;
    text-align: center;
  }
  #sp-header .modal-search .support-block3 .support-list3 li:not(:last-child),
  #sp-header .modal-menu .support-block3 .support-list3 li:not(:last-child) {
    margin-bottom: 20px;
  }
  #sp-header .modal-search .support-block3 .support-list3 li a,
  #sp-header .modal-menu .support-block3 .support-list3 li a {
    color: #200E48;
    display: block;
    font-size: 111%;
    font-weight: bold;
    padding: 30px 0;
    text-decoration: none;
  }
  #sp-header .modal-search .goto-pc,
  #sp-header .modal-menu .goto-pc {
    text-align: center;
    margin: 30px auto 0;
    width: 500px;
  }
  #sp-header .modal-search .goto-pc a,
  #sp-header .modal-menu .goto-pc a {
    align-items: center;
    background: url(../img_common/pc_icon.png) left 85px center no-repeat #27344f;
    border: 2px solid #fff;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 110%;
    font-weight: bold;
    min-height: 90px;
    text-decoration: none;
    padding: 0 40px 0 175px;
  }
  #sp-header .modal-search .modal-close-bottom,
  #sp-header .modal-menu .modal-close-bottom {
    appearance: none;
    background: none;
    border: none;
    margin-top: 40px;
    outline: none;
    padding: 0;
    text-align: center;
  }
}

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

.section .section-header .section-title {
  color: #cb4630;
  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 #cb4630;
  background-color: #cb4630;
  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 #cb4630;
}

.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: #c14530;
}

.emergency-section .section-body .btn-list .btn a, .alert-section .section-body .btn-list .btn a {
  border: 1px solid #cb4630;
  background-color: #fff0ee;
}

@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 #cb4630;
    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 #cb4630;
    border-right: 1px solid #cb4630;
  }
}

@media screen and (max-width: 768px) {
  .emergency-section .section-body, .alert-section .section-body {
    border-top: 1px solid #cb4630;
  }
  .emergency-section .section-body .btn-list .btn a::before, .alert-section .section-body .btn-list .btn a::before {
    border-top: 2px solid #cb4630;
    border-right: 2px solid #cb4630;
  }
}

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

.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 #9c0c03;
  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;
}

@media screen and (max-width: 768px) {
  .wrapper-in3 {
    padding-top: 160px;
  }
}

#header .in .support .yomiage a {
  background-image: none !important;
}

footer,
footer .footer-box,
footer .footer-list li a,
#sp-header .modal-search .goto-pc a, #sp-header .modal-menu .goto-pc a {
  background: none !important;
}

footer .footer-list li a {
  text-decoration: underline !important;
}

#sp-header .modal-search .sp-list li, #sp-header .modal-menu .sp-list li {
  border-top: 2px solid #fff;
}

#sp-header .modal-search .sp-list li a, #sp-header .modal-menu .sp-list li a {
  background: url(../img_common/modal_menu_btn_plus.png) right 18px center no-repeat;
  color: #fff;
  display: block;
  font-size: 170%;
  font-weight: bold;
  padding: 32px 55px 32px 24px;
}

.footer-map img {
  display: none !important;
}

footer .footer-box {
  display: block !important;
}

footer .footer-list {
  justify-content: center;
}

#sp-header .modal-search .sp-list li a, #sp-header .modal-menu .sp-list li a {
  background-image: none !important;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
@media print, screen and (min-width: 769px) {
  footer {
    background: url(../img_common/footer_bg.png) center top/cover no-repeat;
    margin-top: -330px;
    padding-top: 330px;
  }
}

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

footer .footer-box {
  display: flex;
  margin: 0 auto;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  footer .footer-box {
    justify-content: space-between;
    margin-top: 120px;
    width: 960px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-box {
    background: url(../img_common/sp_footer_bg.png) center bottom/cover no-repeat;
    padding-bottom: 40px;
    padding-top: 120px;
  }
}

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

@media print, screen and (min-width: 769px) {
  footer .footer-info address {
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  footer .footer-info address dt {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info address dt {
    margin-left: 30px;
    margin-bottom: 85px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .footer-info address dd {
    line-height: 1.7;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info address dd {
    font-size: 86%;
    line-height: 2;
  }
}

@media print, screen and (min-width: 769px) {
  footer .footer-info address .corp-num {
    font-size: 90%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info address .corp-num {
    text-align: left;
  }
}

footer .footer-list {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  footer .footer-list {
    gap: 0 60px;
    margin: 20px 0 40px 5px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-list {
    gap: 0 60px;
    margin-top: 35px;
  }
}

footer .footer-list li {
  box-shadow: 0 13px 8px rgba(238, 246, 248, 0.4);
}

@media print, screen and (min-width: 769px) {
  footer .footer-list li {
    width: 187px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-list li {
    width: 320px;
  }
}

footer .footer-list li a {
  background: url(../img_common/footer_link.png) center center/100% 100% no-repeat;
  box-sizing: border-box;
  color: #232d47;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  footer .footer-list li a {
    font-size: 125%;
    padding: 9px 30px;
    width: 120%;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-list li a {
    padding: 20px 50px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-map {
    height: auto;
    position: absolute;
    right: -40px;
    top: 80px;
  }
  footer .footer-map img {
    height: auto;
    width: 464px;
  }
}

footer .footer-list2 {
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  footer .footer-list2 {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 22px;
    gap: 0 22px;
    margin: -40px auto 0;
    padding: 12px 0;
    position: relative;
    width: 1000px;
    z-index: 10;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-list2 {
    flex-wrap: wrap;
    gap: 0 45px;
    padding: 20px 50px;
  }
}

footer .footer-list2 li {
  position: relative;
}

footer .footer-list2 li::after {
  background-color: #000;
  content: '';
  display: inline-block;
  height: 14px;
  position: absolute;
  right: -10px;
  top: 5px;
  width: 1px;
}

@media screen and (max-width: 768px) {
  footer .footer-list2 li:not(:last-child)::after {
    height: 26px;
    right: -22px;
    top: 7px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-list2 li:last-child::after {
    display: none;
  }
}

footer .footer-list2 li a {
  color: #232d47;
}

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

footer .copyright {
  color: #232d47;
  font-size: 80%;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  footer .copyright {
    padding: 32px 0;
  }
}

@media screen and (max-width: 768px) {
  footer .copyright {
    background-color: #c9e4f7;
    padding: 14px 0;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップページ専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
