@charset "utf-8";

/* ===========================================
リセットcss
=========================================== */

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;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

body {
  line-height: 1;
}

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;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}


/* ===========================================
初期設定
=========================================== */


/* ===========================================
【英数字の折り返し設定】
パンくず、大見出し、画像キャプション、a08_リンク、a05_ファイルダウンロード（PDF等）、ローカルナビは
word-break:break-all;を設定してるため、英単語が途中で折り返す
=========================================== */

html {
  width: 100%;
  height: auto;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  /* IE11用 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  width: 100%;
  color: #000222;
  background-color: #FFF;
  line-height: 1.75;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* フォーム部分のフォント指定 */

button, input, select, textarea {
  font-family: inherit;
  color: #000222;
}


/* フォント指定 */

body {
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}


/* ===========================================
CMSスタイル
=========================================== */


/* html5用 */

article, aside, footer, header, hgroup, main, nav, section {
  display: block;
}


/* スタイルリセット
============================== */


/* iOSでのデフォルトスタイルをリセット */

input[type="submit"], input[type="button"], input[type="reset"] {
  border-radius: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus, input[type="button"]:focus {
  outline-offset: -2px;
}

input.fedbt, input[type="button"], input[type="text"], input[type="submit"] {
  border-radius: 0;
}


/* プレースホルダー文字色 */

:-moz-placeholder-shown {
  color: #6F6F6F;
}

:-ms-input-placeholder {
  color: #6F6F6F;
}

:placeholder-shown {
  color: #6F6F6F;
}


/* Google Chrome, Safari, Opera 15+, Android, iOS */

::-webkit-input-placeholder {
  color: #6F6F6F;
}


/* Firefox 18- */

:-moz-placeholder {
  color: #6F6F6F;
  opacity: 1;
}


/* Firefox 19+ */

::-moz-placeholder {
  color: #6F6F6F;
  opacity: 1;
}


/* IE 10+ */

:-ms-input-placeholder {
  color: #6F6F6F;
}

a[href], label[for], input[type="button"], input[type="submit"], input[type="reset"], input[type="image"], input[type="radio"], input[type="checkbox"], select {
  cursor: pointer;
}

button {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

fieldset {
  border: none;
}

address {
  font-style: normal;
}

a img {
  vertical-align: bottom;
}


/* ガイダンス系
============================== */


/* noscriptメッセージ */

p.jsmessage {
  background-color: #FFF;
  padding: 10px;
  margin: 0;
  color: #000;
}


/* 本文へ移動隠しジャンプ */


/* .blockskip {
  padding: 0;
}

.skip {
  width: 1px;
  color: #000000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #FFFFFF;
  position: absolute;
  left: -3000px;
  z-index: 9999;
}

a.skip {
  color: #003377;
  background-color: #FFFFFF;
  text-align: center;
  padding: 2px 0;
  top: auto;
}

a.skip:active {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.75;
  top: 0;
  left: 0;
}

a.skip:focus {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.75;
  top: 0;
  left: 0;
} */


/* 隠しジャンプ（css） */

.blockskip {
  padding: 0;
  margin: 0;
}

.skip {
  width: 1px;
  color: #000 !important;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #FFF !important;
  position: absolute;
  left: -3000px;
  z-index: 9999;
}

a.skip {
  color: #003377 !important;
  background-color: #FFF !important;
  text-align: center;
  padding: 2px 0;
  top: auto;
}

a.skip:active {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.6;
  top: 0;
  left: 0;
}

a.skip:focus {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.6;
  top: 0;
  left: 0;
}

.show {
  line-height: 1.5 !important;
  background-color: #F6F6F6 !important;
  border-bottom: solid 1px #999 !important;
  color: #0A2530;
}

.show a {
  color: #000 !important;
  line-height: 150% !important;
  background-color: transparent;
}


/* スペーサー、ガイダンス、隠しジャンプ */

.blockjump {
  margin: 0;
  padding: 0;
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
}

.img-guidance {
  margin: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  position: absolute;
  overflow: hidden;
}

hr {
  display: none;
}

.guidance {
  margin: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  position: absolute;
  overflow: hidden;
}


/* 目隠し見出し用指定 */

.txtno-display {
  margin: 0;
  padding: 0;
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
}


/* コンテンツを視覚的に隠す[スクリーンリーダーからはアクセス可] */

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}


/* clearfix */

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}


/* フォントサイズ
============================== */

h1, h2, h3, h4, h5, h6 {
  color: #000;
}

h1 {
  font-size: 3.0rem;
  font-weight: bold;
}

h2 {
  font-size: 2.4rem;
  font-weight: bold;
}

h3 {
  font-size: 2.2rem;
  font-weight: bold;
}

h4 {
  font-size: 2.0rem;
  font-weight: bold;
}

h5 {
  font-size: 1.8rem;
  font-weight: bold;
}

h6 {
  font-size: 1.6rem;
  font-weight: bold;
}

p, address, table, dt, dd {
  line-height: 1.75;
  font-size: 1.6rem;
}

li {
  font-size: 1.6rem;
}

rt {}


/* 余白調整
============================== */

.h1bg {}

.h2bg {
  padding-top: 0.25em;
  padding-bottom: 0.58em;
}

.h3bg {
  padding-top: 0.25em;
  padding-bottom: 0.58em;
}

.h4bg {
  padding-top: 0.25em;
  padding-bottom: 0.58em;
}

h5 {
  padding-top: 0.25em;
  padding-bottom: 0.58em;
}

h6 {
  padding-top: 0.25em;
  padding-bottom: 0.58em;
  padding-left: 0.85em;
  padding-right: 26px;
}


/* スタイル回り込み解除 */

.h1bg {}

.h2bg {
  overflow: hidden;
}

.h3bg {
  overflow: hidden;
}

.h4bg {
  overflow: hidden;
}

h5 {
  overflow: hidden;
}

h6 {
  overflow: hidden;
}

.t-box, .t-box2 {
  margin-bottom: .85em;
}

.t-box>p, .t-box2>p {
  padding-left: 0;
  padding-right: 0;
}

p {
  padding-bottom: .85em;
  padding-left: 0.85em;
  padding-right: .85em;
}

ul {
  padding-bottom: .85em;
  list-style-type: none;
  list-style-image: none;
}

ul ul, ul ol, ol ol, ol ul {
  padding-top: .85em;
}

ol {
  padding-left: 30px;
  padding-bottom: .85em;
}

li {
  padding-bottom: .5em;
  position: relative;
}

li>ol, li>ul {
  padding-bottom: 0;
}

.wysiwyg_wp ul, .t-box2 table ul, .img-area-l ul, .img-area-r ul {
  list-style-type: disc;
  list-style-image: none;
  padding-left: 30px;
}

dl {
  padding-bottom: .85em;
  padding-left: .85em;
  padding-right: .85em;
}

dt {
  font-weight: bold;
}


/* ～の説明文章 */

p.filelink+.wysiwyg_wp.txtCaption, p.externalLink+.wysiwyg_wp.txtCaption, p.innerLink+.wysiwyg_wp.txtCaption {
  margin-top: -.65em;
  margin-left: 20px;
}


/* 複数リンクの場合 */

p.filelink+p.filelink, p.externalLink+p.externalLink, p.innerLink+p.innerLink, p.externalLink+p.innerLink, p.innerLink+p.externalLink {
  margin-top: -.65em;
}


/* リンク関連
============================== */


/*  通常のリンク色  */

a:link {
  color: #1e449c;
  text-decoration: underline;
}

a:visited {
  color: #660099;
  text-decoration: underline;
}

a:active {
  color: #aa1e2d;
}

a:hover, a:focus {}


/* ページ内リンク下線消し */

a:not([href]) {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  vertical-align: bottom;
}

a:hover:not([href]) {
  color: inherit;
}


/*検索窓
============================== */


/* 検索窓 */

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.search-wp .gsc-search-button.gsc-search-button-v2 {
  background-color: #0550bf;
  border: none;
  margin: 0;
  padding: 0;
  width: 100px;
  height: 60px;
  cursor: pointer;
  border-radius: 0;
}

.search-wp table.gsc-search-box td, .search-wp table.gsc-search-box tr {
  border: none;
  padding: 0;
}

.search-area {
  background-color: #FFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #333399;
  padding-left: 35px;
  background-image: url(/images/c_search_icon.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  margin-bottom: 20px;
}

input.searchBtn {
  background-color: #333399;
  border: 1px solid #333399;
  min-height: 35px;
  width: 80px;
  color: #FFF;
  cursor: pointer;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

input.search {
  border: none;
  width: 300px;
  background-color: #FFF;
  height: 2em;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.gsc-input-box {
  border-radius: 0;
  padding: 0;
  border: none !important;
}


/*パンくず
============================== */

.pankuzu {
  background-color: #fff;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  padding: 10px;
  overflow: hidden;
  margin-top: 20px;
}

.pankuzu-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 10px;
  width: 1200px;
  margin: 0 auto;
}

.pankuzu .pk-img {
  font-size: 1.2rem;
  padding: 0 10px;
  font-weight: normal;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  background-color: #EBF1FA;
  border-radius: 2px;
}

.pankuzu .pk-img::before {
  border: none;
}

.pankuzu ol, .pankuzu ul {
  padding: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 1200px;
  margin: 0 auto;
}

.pankuzu ol li, .pankuzu ul li {
  float: left;
  margin: 0;
  padding: 0 16px 0 8px;
  position: relative;
  background-image: none;
  list-style: none;
  word-break: break-all;
  font-size: 1.4rem;
}

.pankuzu li.pk-thispage::before {
  border: none;
}

.pankuzu li::before {
  position: absolute;
  top: .35em;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000222;
  border-right: 1px solid #000222;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pankuzu a:link, .pankuzu a:visited, .pankuzu a:active {
  color: #111133;
  /* text-decoration: none; */
}

.pankuzu a:focus, .pankuzu a:hover {
  color: #111133;
  text-decoration: underline;
}

.pankuzu .pk-img img {
  vertical-align: baseline;
}


/* ===========================================
▼コンテンツパーツ▼
=========================================== */


/* 更新日　SNSボタン */

.basic_info_wp {
  padding-bottom: 0.85em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.insatsu_btn_link {
  padding-left: 34px;
  padding-right: 18px;
  padding-top: 3px;
  padding-bottom: 5px;
  border-radius: 15px;
  background-image: url(/images/2021_print_btn.png);
  background-position: 10px .5em;
  background-repeat: no-repeat;
  margin-left: .85em;
  font-size: 1.4rem;
  background-color: #e5e5e5;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.update_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sns_btn_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#sns_btn_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#sns_btn_wp p a img {
  display: block;
  vertical-align: top;
}

.update_wp p {
  padding-right: 0;
  font-size: 1.4rem;
}

#sns_btn_wp p {
  padding-right: 0;
}

p.pagenumber a {
  color: #222;
  text-decoration: none;
}


/* 大見出し */

.h1bg>div {
  width: 100%;
  padding: 24px 225px 24px 30px;
  background-color: #0250AD;
}

.h1bg>div::after {
  -webkit-transform: skewX(-39deg);
  -ms-transform: skewX(-39deg);
  transform: skewX(-39deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  content: '';
  position: absolute;
  left: -240px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 0;
  pointer-events: none;
}

.h1bg h1 {
  z-index: 100;
  position: relative;
}

.h1bg {
  border-bottom: 2px solid #000222;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}


/* 画像大見出し */

.h1img {
  margin: 0 auto;
  padding-bottom: 2rem;
}

.h1img img {
  width: 100%;
  height: auto;
}


/* a01_中見出し */

.h2bg>div {
  padding: 8px 30px 8px 10px;
  border-left: 4px solid #0550BF;
  border-bottom: 2px solid #0250AD;
  border-top: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
}


/* a02_小見出し */

.h3bg>div {
  padding-left: 10px;
  padding-right: 30px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-left: 4px solid #000222;
  border-bottom: 1px solid #E8E8E8;
}


/* a19-1_細見出し */

.h4bg {}

.h4bg h4 {
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  color: #0250AD;
  border-left: 4px solid #0550BF;
}


/* a19-2_細々見出し */

h5 {
  padding: 0 0 0 8px;
  border-left: 5px double #0550BF;
}


/* a03_文章 */


/* a03_文章 動画スマホ表示サイズ調整*/

@media screen and (max-width: 768px) {
  iframe {
    width: 100%;
  }
}


/* a03_文章 るび調整*/

ruby {
  line-height: 2.5;
}


/* a05_ファイルダウンロード（PDF等） */

.filelink a {
  background-image: url(/images/2022_c_icon_filelink.png);
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  clear: both;
  display: inline-block;
  background-position: 0px .3em;
  vertical-align: bottom;
  word-break: break-all;
}


/* a06_表　a07_表取り込み（Excel） */
.scroll_table table,
.wysiwyg_wp>table, .t-box2>table, .t-box>table {
  word-wrap: break-word;
}

.wysiwyg_wp>table iframe, .t-box2>table iframe {
  width: 100%;
}

.wysiwyg_wp>table ol, .t-box2>table ol, .wysiwyg_wp>table ul, .t-box2>table ul, .img-area-l>table ol, .img-area-l>table ul, .img-area-r>table ol, .img-area-r>table ul {
  padding-left: 25px;
}

@media screen and (max-width: 768px) {
  .wysiwyg_wp table ol, .wysiwyg_wp table ul, .t-box2 table ol, .t-box2 table ul, .img-area-l table ol, .img-area-l table ul, .img-area-r table ol, .img-area-r table ul {
    padding-right: 0;
    padding-left: 25px;
  }
  @media all and (-ms-high-contrast: none) {
    table img {
      width: 100%;
    }
  }
}


/* 内部リンク
============================== */

.innerLink a.innerLink {
  background-image: url(/images/2022_c_icon_inlink.png);
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  background-position: 3px .35em;
  display: inline-block;
  word-break: break-all;
}


/* 外部リンク
============================== */

.externalLink a.externalLink {
  background-image: url(/images/2022_c_icon_linkout.png);
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  background-position: 0 .6em;
  display: inline-block;
  word-break: break-all;
}


/* a12_HTML取り込み */

.insertfile {
  padding: 0.8em 0 1.2em 0;
}


/* a13_ページ内リンク */

ul.linkjump li::before {
  content: none;
}

ul.linkjump {
  list-style: none;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

ul.linkjump li {
  float: left;
  padding: 3px 10px 10px 0;
  line-height: 1.75;
}

ul.linkjump li a {
  border: 1px solid #ccc;
  padding: 7px 20px 7px 28px;
  display: block;
  background-image: url(/images/2022_c_icon_jumplink.png);
  background-repeat: no-repeat;
  background-position: 8px 1.2em;
  border-radius: 2px;
}

ul.linkjump2 li {
  padding: 3px 0 1px 20px;
  line-height: 1.75;
  background-image: url(/images/2022_c_icon_jumplink.png);
  background-repeat: no-repeat;
  background-position: 5px 1.4rem;
}


/* a18_地図情報（文章あり） */

.mapimg {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 10px;
}

.markernav {
  overflow: hidden;
}


/* a17_ページの上部へ */

.tothispage2 {
  clear: both;
}

.totoptxt {
  padding: 0;
  clear: both;
  text-align: right;
  position: relative;
  padding: 0.56em 0 0.56em 0;
  margin-left: auto;
}

.totoptxt a {
  padding-left: 20px;
  position: relative;
}

.totoptxt a::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-color: #0550bf;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
}


/* 画像パーツ
============================== */

.img-area {
  padding: 0;
  display: block;
  padding-bottom: 10px;
}

img {
  border: none;
  vertical-align: middle;
}

.img-only>a, .img-right>a, .img-left>a, .img-center>a {}


/* キャプション */

.img-only>span, .img-right>span, .img-left>span, .img-center>span {
  word-break: break-all;
  font-size: 1.4rem;
}


/* 画像エリア内floatのclear */

.img-area:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}


/* 画像横並び（2連） */

p.imglink-side2 {
  float: left;
  text-align: center;
  display: table;
  width: 160px;
  /* minimum width */
}

.imglink-side2 {
  padding: 0 10px 10px 0;
}

.imglink-side2 span {
    padding: 5px 0 0 0;
    display: block;
    word-break: break-all;
    font-size: 1.4rem;
}

p.imglink-side2:nth-child(1) {
  padding: 0 10px 10px 0;
}


/* 画像横並び（3連） */

p.imglink-side3 {
  padding: 0;
  text-align: center;
  float: left;
  display: table;
  width: 160px;
  /* minimum width */
}

p.imglink-side3 {
  padding: 0 10px 10px 0;
}

p.imglink-side3 span {
    padding: 5px 0 0 0;
  display: block;
  word-break: break-all;
  font-size: 1.4rem;
}

p.imglink-side3:nth-child(1) {
  padding: 0 10px 5px 0;
}


/* 画像横並び（4連）  */

p.imglink-side4 {
  float: left;
  padding: 0 10px 10px 0;
  text-align: center;
  display: table;
  width: 160px;
  /* minimum width */
}

p.imglink-side4 img {
  padding: 0;
}

p.imglink-side4 span {
    padding: 5px 0 0 0;
  display: block;
  font-size: 1.4rem;
}

p.imglink-side4:nth-child(1) {
  padding: 0 10px 10px 0;
}


/* 画像リンク　5連 */

p.imglink-side5 {
  float: left;
  padding: 0 5px 10px 5px;
  text-align: center;
  float: left;
  display: table;
  width: 160px;
  /* minimum width */
}

p.imglink-side5 img {
  padding: 0;
}

p.imglink-side5 span {
    padding: 5px 0 0 0;
  display: block;
  font-size: 1.4rem;
}

p.imglink-side5:nth-child(1) {
  padding: 0 10px 10px 0;
}


/* ▽拡大画像3横並び▽ */

.img-area p.img-side3 {
  float: left;
  margin: 0.56em 0 0.1em 0;
  padding: 0;
  color: #555555;
  text-align: center;
  display: table;
  width: 160px/* minimum width */
  ;
}

.img-area p.img-side3 img {
  margin: 0 0 0 10px;
  padding: 0;
}

.img-area p.img-side3 span {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 1.4rem;
}


/* 画像（左）＋文章（文章回りこみ） */

.img-area-l {
  padding-bottom: .85rem;
  overflow: hidden;
}

.imglink-txt-left {
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
  display: table;
  width: 160px;
  /* minimum width */
  padding-right: 10px;
}

.imglink-txt-left img {
  padding: 0;
}

p.imglink-txt-left span {
  display: block;
  word-break: break-all;
  font-size: 1.4rem;
}

.img-area-l table {
  table-layout: fixed;
}


/* 画像（右）＋文章（文章回りこみ） */

.img-area-r {
  overflow: hidden;
  padding-bottom: .85rem;
}

p.imglink-txt-right {
  float: right;
  margin: 0;
  padding: 0;
  text-align: center;
  display: table;
  width: 160px;
  /* minimum width */
  padding-left: 10px;
}

p.imglink-txt-right img {
  padding: 0;
}

p.imglink-txt-right span {
  display: block;
  word-break: break-all;
  font-size: 1.4rem;
}

.img-area-r table {
  table-layout: fixed;
}


/* 地図エリア、画像リンク（文章回りこみ）用再調整 */

.wysiwyg_wp ol, .wysiwyg_wp ul, #contact ul, #contact ol, table ul, table ol, .img-area-l .h3bg, .img-area-l .h3bg, .img-area-l .h4bg, .img-area-l ul, .img-area-l ol, .img-area-r .h3bg, .img-area-r .h3bg, .img-area-r .h4bg, .img-area-r ul, .img-area-r ol {
  overflow: hidden;
  _zoom: 1;
}


/* .m-box2 ul, */

.wysiwyg_wp ul, .img-area-l ul, .img-area-r ul, table ul, #contact ul {
  list-style-type: disc;
  list-style-image: none;
  padding-left: 30px;
}

.img-area-l .h2bg, .img-area-r .h2bg {
  overflow: hidden;
  clear: none;
}

.img-area-l .h2bg div, .img-area-r .h2bg div {
  overflow: hidden;
  clear: none;
}

.img-area-l h2, .img-area-r h2 {
  overflow: hidden;
  clear: none;
}

.img-area-l .h3bg {
  margin-left: 0;
}

.img-area-l .h4bg {
  margin-left: 0;
}

.img-area-l p {
  /*overflow: hidden;*/
}

.img-area-l ul {}

.img-area-l ol, .img-area-r ol {
  padding-left: 30px;
}

.img-area-l table ol, .img-area-r table ol {
  padding-left: 25px;
}


/*  IE　表スタイル調整 */

@media screen and (-ms-high-contrast: none) {
  .wysiwyg_wp table ol, .t-box2 table ol, .img-area-l table ol, .img-area-r table ol {
    padding-left: 32px;
  }
}


/* Adobe Readerのダウンロード
============================== */

p.dladobereader {
  clear: both;
  padding: 16px 20px 16px 8px;
  border: 1px solid #DDDDDD;
  background-color: #FFF;
  margin-top: 1.85em;
  margin-bottom: 0.85em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

p.dladobereader img {
  padding-right: 5px;
  vertical-align: middle;
}


/* この記事への問い合わせ
============================== */

#contact {
  background-color: #fff;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid #0250AD;
}

#contact h2 {
  font-size: 2.0rem;
  font-weight: bold;
  display: block;
  padding: 10px 20px;
  background-color: #0250AD;
  color: #fff;
}

.contact_in {
  padding: 20px;
}

p.contact_name a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #222;
  text-decoration: none;
  position: relative;
  padding-right: 25px;
}

p.contact_name a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #0550bf;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

p.contact_name a:hover::before {
  right: 8px;
}

.contact_in>p {
  padding: 0;
}

p.contact-email a {
  /* background-color: #DBEBE7; */
  color: #222;
  padding-left: 30px;
  background-position: 3px .5em;
  display: inline-block;
  background-image: url(/images/2022_c_icon_outlink.png);
  background-repeat: no-repeat;
  text-decoration: none;
}

p.contact-email a:hover {
  text-decoration: underline;
}


/* 評価エリア　この情報はお役に立ちましたか？
============================== */

#formmail {
  border: 1px solid #0250AD;
  padding: 20px;
  background-color: #EBF1FA;
}

#formmail h2 {
  font-size: 2.0rem;
}

.feedback label {
  margin: 0 10px 0 4px;
  padding: 0;
}

.formtxt input[type="radio"] {
  vertical-align: baseline;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.feedback p {
  padding: 0;
}

.formtxt legend {
  padding-left: 8px;
  position: relative;
  font-weight: bold;
}

.formtxt legend:first-of-type::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 22px;
  background-color: #000222;
  position: absolute;
  top: .2em;
  left: 0;
}

.fedd1, .fedd2 {
  margin-top: 10px;
}

input.fedbt {
  background-color: #0250AD;
  padding: 10px 34px;
  font-size: 1.6rem;
  color: #fff;
  min-width: 200px;
  margin: 20px 0 0 0;
  font-weight: bold;
}


/* ===========================================
▼インデックスパーツ▼
=========================================== */
/*  am04_新着情報  */

.bgnewinfo-box .newinfo_title {
  background-color: #0250AD;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7px 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bgnewinfo-box .newinfo_title .ichiran-link a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-left: 20px;
}

.bgnewinfo-box .newinfo_title .ichiran-link a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.bgnewinfo-box .newinfo_title h2 {
  color: #fff;
}

.bgnewinfo-box .newinfo-box {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: .85em;
}

.bgnewinfo-box .info-list {
  margin: 0;
  padding-bottom: 20px;
}

.bgnewinfo-box .info-list li:nth-child(odd) {
  background-color: #f4f4f4;
}

.bgnewinfo-box .info-list .date {
  margin: 0;
  padding: 8px 10px 5px 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  display: block;
  color: #0550bf;
  font-weight: bold;
  width: 11em;
}

.bgnewinfo-box .info-list li {
  padding: 10px 20px;
  clear: both;
  position: relative;
  width: auto;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.bgnewinfo-box .info-list .link a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #0550bf;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.bgnewinfo-box .info-list .link a {
  color: #222;
  display: block;
  width: 100%;
  position: relative;
  text-decoration: none;
  padding: 8px 10px 5px 10px;
}

.bgnewinfo-box .info-list .link {
  display: block;
  width: 100%;
}

.bgnewinfo-box .info-list .link a:hover {
  text-decoration: underline;
}

.bgnewinfo-box .info-list .link a img {
  vertical-align: middle;
  padding-left: 10px;
  padding-bottom: 5px;
}
/* 0件 */

.newinfo-box>p {
  padding: 10px 12px;
  margin: 0;
}


/* 終了アイコン */

img.eventend {
  vertical-align: middle;
  margin-left: 8px;
}


/* メニューパーツ
============================== */

ul.site-li-1 li {
  width: calc(100% / 2 - 10px);
  margin: 0 10px 1rem 0px;
}

ul.site-li-1 li:nth-of-type(2n) {
  margin: 0 0px 1rem 10px;
}

ul.site-li {
  padding-top: 0;
  list-style-type: none;
  list-style-image: none;
}

ul.site-li-1 li, ul.site-li li {
  background-image: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #E4E4E4;
}

.site-li-1 li::before {}

ul.site-li-1, ul.site-li-2, ul.norcor {}

ul.site-li-2 li, ul.norcor li {
  background-image: none;
  padding-left: 0;
  padding-bottom: 1.6rem;
  padding-left: 0;
  padding-bottom: 2px;
  border-bottom: 1px solid #E4E4E4;
}

ul.norcor li a::before {}

.norcor-side li::before {
  content: none;
}

.m-title h2 {
  font-size: 2.2rem;
  position: relative;
}

ul.site-li-1, ul.site-li-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

ul.site-li-2 li {
  width: 50%;
}

.menu08_wp .norcor {
  padding-top: 0;
}

.menu08_wp ul.norcor li {
  border: none;
}


/* 開閉メニュー */

.m-box2 {
  position: relative;
}

.m-box2 .switch_btn {
  position: absolute;
  top: 15px;
  right: 10px;
}

.m-box2 .open_menu {
  display: none;
}

.open_menu .site-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


/* m-title メニュー矢印を前に付ける場合 */

.m-title a::before {}

.m-title a:hover::before {}

.m-title {
  position: relative;
  border-bottom: 2px solid #0550BF;
  border-top: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
}

.m-title {
  margin-bottom: .85em;
}

.menulist {
  padding-bottom: 0.85em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menulist2 {
  padding-bottom: 0.85em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-title a {
  word-break: break-all;
  display: block;
  padding: 10px 35px 10px 15px;
  background-position: 11px .95em;
  color: #222;
  position: relative;
  text-decoration: none;
  line-height: 1.5;
}

.m-title a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #0550BF;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 12px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.m-title a:hover::before {
  right: 12px;
}


/* メニューパーツリンク色 */


/* メニューアイコン表示（インデックス、コンテンツ） */

.site-li-1 a[href$="/index.html"], .site-li-2 a[href$="/index.html"], .site-li a[href$="/index.html"], .norcor a[href$="/index.html"] {
  background-image: url(/images/2022_c_icon_idx.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  display: inline-block;
  background-position: 0 0.29em;
  word-break: break-all;
  text-decoration: none;
  color: #111111;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.norcor a[href$="/index.html"] {
  background-position: 0 0.9em;
}

.site-li-1 a:not([href$="/index.html"]), .site-li-2 a:not([href$="/index.html"]), .site-li a:not([href$="/index.html"]), .norcor a:not([href$="/index.html"]) {
  background-image: url(/images/2022_c_icon_cont.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  display: inline-block;
  background-position: 0 .23em;
  word-break: break-all;
  text-decoration: none;
  color: #111111;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.norcor a:not([href$="/index.html"]) {
  background-position: 0 .85em;
}

.norcor li .txtCaption {
  margin-left: 25px;
  margin-top: -.65em;
  display: block;
}
.norcor li .txtCaption a {
    background-image: none !important;
    padding: 0;
    display: inline !important;
    color: #1e449c;
    text-decoration: underline;
}
.site-li-1 a:hover, .site-li-2 a:hover, .site-li a:hover, .norcor a:hover {
  text-decoration: underline;
}


/* am02_メニュー画像リンク2列 */

.m-box2 .img-area-l {
  padding-top: .85em;
  padding-left: 10px;
  padding-right: 10px;
}

.m-box2 .img-area-l table img, .m-box2 .img-area-l table iframe {
  width: 100%;
  height: auto;
}


/* メニュー自動生成1列（子・孫）（横） */

.norcor li a {
  padding: 10px 10px 10px 25px;
}

.norcor-side {
  overflow: hidden;
  padding: 5px 10px 0.86em 10px;
}

.norcor-side li {
  /* margin: 0.6em 12px 0.6em 0;
  padding: 0 30px 0 0;
  line-height: 2;
  background-color: transparent;
  background-image: url(/images/2021_c_norcor_side_li_icon.png);
  background-repeat: no-repeat;
  display: inline;
  background-position: 100% 50%; */
}

.norcor-side li a {
  line-height: 2;
}

.norcor-side li:first-child {
  /* padding: 0 30px 0 0; */
  /* margin: 0.6em 12px 0.6em 0; */
}

.norcor-side li:last-child {
  border-right: none;
  background-image: none;
}

.norcor-side li::before {
  content: none;
}


/* 概要文 */

span.menu_summary {
  display: block;
  padding-left: 25px;
}


/* am01_メニュー自動生成2列（子・孫） */

.m-box2 {
  width: calc(100% / 2 - 10px);
  margin: 0 10px 0 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-box2:nth-of-type(2) {
  margin: 0 0px 0 10px;
}


/* am01_メニュー自動生成3列（子・孫） */

.m-box3 {
  width: calc(100% / 3 - 14px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px;
}

.m-box3:nth-of-type(3n) {
  margin-right: 0;
}

.m-box3:nth-of-type(1), .m-box3:nth-of-type(4n) {
  margin-left: 0;
}


/* am00_メニュー自動生成4列 */

ul.norcor.menu_4col>li {
  width: 25%;
  padding-right: 1px;
}

ul.norcor.menu_4col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


/* サイトマップ */

.site-li2 li {
  width: calc(100% / 3 - 10px);
  margin-left: 5px;
  margin-right: 5px;
}

.site-li2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s-box {
  margin-bottom: 30px;
}

ul.site-map {
  padding-top: .85em;
  padding-left: 10px;
  padding-right: 10px;
}

ul.site-map li {
  background-image: none;
}

ul.site-map li a::before {}


/* 全新着ページ */

.allNewsList-wp .info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E4E4E4;
  background-color: transparent;
  padding: 5px 10px;
}

.allNewsList-wp .info-list li span.date {
  margin: 0;
  padding: 8px 10px 5px 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  display: block;
  color: #0550bf;
  font-weight: bold;
  width: 11em;
}

img.update_icon {
  padding-left: 5px;
  vertical-align: middle;
}

.allNewsList-wp .info-list li a {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 10px;
  letter-spacing: 0.08em;
  width: 100%;
  color: #111111;
  text-decoration: none;
}

.allNewsList-wp .info-list li .link {
  width: 100%;
}

.allNewsList-wp .info-list li span.link a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #0550bf;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.allNewsList-wp .info-list li span.link a:hover {
  text-decoration: underline;
}

.allNewsList-wp .info-list li span.link a:hover::before {
  right: -2px;
}

.allNewsList-wp .info-list li a img {
  vertical-align: middle;
  padding-left: 10px;
}
.allNewsList-wp .info-list li a {
    color: #222;
    display: block;
    width: 100%;
    position: relative;
    text-decoration: none;
    padding: 8px 10px 5px 10px;
}

.allNewsList-wp .info-list li span {
    display: block;
    width: 100%;
}

.allNewsList-wp .info-list span a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #0550bf;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.allNewsList-wp .info-list span a:hover {
  text-decoration: underline;
}

/* 広告エリア
============================== */

.banner-title h2, .kokoku-title h2 {
  margin: 0 20px;
  font-size: 2.0rem;
}

.banner-wp .inner, .kokoku-wp .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner-title, .kokoku-title {
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.banner-list, .kokoku-list {
  width: 1100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner-list li, .kokoku-list li {
  margin-bottom: 10px;
  list-style: none;
  background-image: none;
  padding: 0;
  width: calc(100% / 5);
  text-align: center;
}

.banner_in, .kokoku_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto;
}

.banner_sub_text, .kokoku_sub_text {
  width: 1200px;
  text-align: right;
  padding: 0;
  margin: 0 auto;
  font-size: 1.2rem;
}

.banner_icon, .kokoku_icon {
  font-size: 1.2rem;
  display: inline-block;
}

.banner-wp, .kokoku-wp {
  margin: 0 auto;
  padding: 40px 10px 10px 10px;
  margin-bottom: 0;
  border-top: 1px solid #e8e8e8;
}

.banner_subtitle, .kokoku_subtitle {
  padding: 0;
}

.banner-title p a, .kokoku-title p a {
  margin: 0;
  position: relative;
  padding: 10px;
  color: #000222;
  text-decoration: none;
}

.banner-title p a::before, .kokoku-title p a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #0550bf;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 4px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.banner-list li img, .kokoku-list li img {
  height: auto;
}

.banner-title p a:hover, .kokoku-title p a:hover {
  text-decoration: underline;
}

.banner-title p a:hover::before, .kokoku-title p a:hover::before {
  right: -2px;
}


/* ==================================================
ローカルナビエリア
================================================== */


/* ローカルナビ
============================== */

#localnavi h2 {}

#lochumoku, #losubnavi, .losubnavi {
  margin-bottom: 20px;
}

#lorecommend {
  margin-bottom: 30px;
  background-color: #f6f6f6;
  padding: 15px;
}

#lochumoku ul, #losubnavi ul, .losubnavi ul {
  border-left: 1px solid #F4F4F4;
  border-right: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  padding: 0;
}

#localnavi li, #localnavi ul {
  position: relative;
  background: none;
  font-size: 1.4rem;
}

#lochumoku li, #losubnavi li, .losubnavi li {
  padding: 0;
  border-bottom: 1px solid #F4F4F4;
  font-size: 1.4rem;
}

#losubnavi li span.now {
  display: block;
  padding: 18px 10px;
  background-color: #EBF1FA;
  border: 1px solid #0550BF;
  font-weight: bold;
}

#localnavi ul li a {
  display: block;
  padding: 18px 25px 18px 10px;
  color: #000222;
  text-decoration: none;
}

#localnavi ul li a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #0550bf;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#localnavi ul li a:hover::before {
  right: 8px;
}

#localnavi ul li a:hover {
  text-decoration: underline;
}

#losubnavi li:last-child a, .losubnavi li:last-child a {
  border: none;
}

#losubnavi h2, .losubnavi h2 {
  font-size: 1.8rem;
  padding: 12px 10px;
  background-color: #0250AD;
  color: #fff;
}

#localnavi ul li:last-child {
  border: none;
}

span.current {
  display: block;
  padding: 10px 10px;
  word-break: break-all;
  font-weight: bold;
}

#lokanren, #loinfo, #localendar, #lofaq {
  margin-bottom: 30px;
  background-color: #f6f6f6;
  padding: 15px;
}

#lokanren ul li a {
  padding: 4px 3px 4px 26px;
}

#lokanren ul li a.innerLink {
  background-position: 2px .7em;
}

#lokanren ul li a.externalLink {
  background-position: 4px .9em;
}

#lokanren li.pagelinkbtin, #lokanren li.pagelinkbtout {
  margin-top: 10px;
}

#lokanren ul {
  padding-top: 10px;
}

.chumoku-title {
  font-size: 2.0rem;
  font-size: 1.8rem;
  padding: 12px 10px;
  background-color: #000222;
  color: #fff;
}


/* 情報が見つからないときは
============================== */

#lo-miryoku {
  margin-bottom: 20px;
}

.lojoho_mitsukaranai {
  background-color: #F7F9FD;
  margin: 0 0 20px 0;
  position: relative;
  padding: 0;
  text-align: left;
  border: 1px solid #EBF1FA;
}

.lojoho_mitsukaranai a {
  display: block;
  padding: 17px 10px 18px 65px;
  background-position: 10px .65em;
  background-image: url(/images/2022_c_side_btn.png);
  background-repeat: no-repeat;
  color: #000222;
  text-decoration: none;
  font-weight: bold;
}


/* レコメンド
============================== */

.lorecommend {
  margin-bottom: .85em;
  border: 1px solid #F0F0F0;
}

.lorecommend .lsnavi {
  background-image: url(/images/c_loreco_icon.png);
  background-position: 14px 50%;
}

#localnavi .lorecommend li {
  background-image: url(/images/c_icon_inlink.png);
  background-position: 10px .85em;
}


/* 広告
============================== */

.kokoku-link {
  /* background-image: url(/images/2021_c_icon_inlink.png);
  background-repeat: no-repeat;
  background-position: 7px 0.57em;
  padding-left: 20px;
  display: inline-block;
  float: right; */
}

.lokokoku ul {
  text-align: center;
}


/* 報道ローカルナビ
============================== */

.side_bnr_img {
  padding-left: 0;
}

.losubnavi .open_menu {
  display: none;
}

.losubnavi {
  position: relative;
}

.losubnavi .switch_btn {
  position: absolute;
  top: 23px;
  right: 15px;
}

.losubnavi.hodo_subnavi h2 {
  background-image: none !important;
  padding: 20px 45px 20px 20px !important;
  border-radius: 10px;
}

#losubnavi .open h2, .losubnavi .open h2 {
  border-radius: 10px 10px 0 0;
}


/* ------------------------
大切なお知らせ
------------------------ */

#localnavi .kinkyu {
  background-color: #aa1e2d;
  padding: 20px 10px;
  margin-bottom: 30px;
}

#localnavi .kinkyu_con {
  border-top: 5px solid #aa1e2d;
  padding: 10px 5px;
}

#localnavi .taisetsu_br {
  display: none;
}

#localnavi .kinkyu_in {
  background-color: #fff;
  border-radius: 15px;
}

#localnavi .kinkyu_title h2 {
  font-size: 2.0rem !important;
  background-image: url(/images/2021_kinkyu_title_icon.png);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: 30px;
}


/* ページトップへ
============================== */

.page-top {
  position: absolute;
  right: 0;
  z-index: 9999;
}


/* ==================================================
イベントカレンダー
================================================== */

.calbt-li {
  /* display: none; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.evecal_classificationlist {}

.calbt_img01_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calbt_img02_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.calbt_img02 {
  width: 358px;
  padding: 0;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
}

.calbt_img01 {
  width: 822px;
  padding: 0;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
}

.calbt_img01_text01 {
  display: block;
  font-size: 1.6rem;
}

.calbt_img01_text02 {
  display: block;
  font-size: 2.4rem;
  padding-right: 20px;
  background-image: url(/images/2022_c_icon_linkout.png);
  background-repeat: no-repeat;
  background-position: 100% 0.5em;
}

.calbt_img01_text_l {
  font-weight: bold;
}

.calbt_img01 a {
  padding: 16px 20px;
  display: block;
  text-decoration: none;
  color: #000222;
  min-height: 120px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border-radius: 10px;
}

.calbt_img01 a:focus, .calbt_img01 a:hover, .calbt_img02 a:focus, .calbt_img02 a:hover {
  background-color: #e5eff5;
}

.calbt_img02_text {
  display: block;
  font-weight: bold;
}

.calbt_img02 a {
  padding: 17px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #000222;
  min-height: 120px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border-radius: 10px;
}

.calbt_wp {
  margin-bottom: 40px;
}


/* イベカレインデックスメニュー
============================== */

#eventall li {
  margin: 0.1em 0 0 0;
  padding: 1px 0 2px 20px;
  font-weight: normal;
  background-position: 0 0.38em;
  background-repeat: no-repeat;
}

#eventall p {
  margin: 0 0 0.5em 0;
  padding: 0 0 0 28px;
}


/* アイコン詳細
============================== */

.calicon-li {
  margin: 10px 0 10px 0;
  padding: 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.calicon-li li {
  border: 1px solid #DDDDDD;
  margin: 0;
  padding: 0;
  background-image: none;
  width: calc(100% / 4 - 10px);
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 6px;
  position: relative;
  font-weight: bold;
}

.calicon-li li:last-child {}

.calicon-li li a:focus, .calicon-li li a:hover {
  background-color: #e5eff5;
}

.calicon-li li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  font-weight: normal;
  padding: 15px 20px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  text-decoration: none;
}

.calicon-li li:nth-of-type(4) {
  margin-right: 0;
}

span.calicon {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

span.calicontxt {
  width: 100%;
  text-align: center;
}

.calicon-li img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

ul.calicon-li li::before {
  content: none;
}

.calicon-p img {
  margin: 0 8px 3px 0;
  padding: 0;
  vertical-align: middle;
}

.calicon-p {
  margin: 10px 12px 30px 12px;
}

.cal_day_icon {
  margin: 20px 0 20px 0;
  padding: 0;
  border: 1px solid #E6E6E6;
  background-color: #F7F7F6;
}

.calicon_img {
  width: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.calicon_text {
  width: 100%;
  text-align: center;
}


/* 本日開催のイベント */

#eventrecent ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#eventrecent ul li span {
  padding-bottom: .85em;
}


/* 申し込み締め切り */

#eventdeadline ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#eventdeadline ul li span {
  padding-bottom: .85em;
}


/* カレンダーボタンリスト
============================== */

#eventall a:link, #eventall a:visited, #eventall a:focus, #eventall a:hover, #eventall a:active {
  color: #FFF;
}

.cal_bt_calendar a {
  padding: 15px 50px 15px 50px;
  background-color: #333399;
  background-image: url(/images/cal_bt_calendar.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
  display: block;
}

.cal_bt_itiran a {
  padding: 15px 50px 15px 50px;
  background-color: #333399;
  background-image: url(/images/cal_bt_itiran.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
  display: block;
  color: #FFF;
}

.cal_bt_eventindex {
  display: inline-block;
  margin: 0 5px 10px 0;
}

.cal_bt_itiran {
  display: inline-block;
}

.cal_bt_calendar {
  display: inline-block;
  margin: 0 0 10px 0;
}

.cal_bt_eventindex a {
  background-color: #333399;
  padding: 15px 50px 15px 50px;
  background-image: url(/images/cal_bt_eventindex.png);
  background-repeat: no-repeat;
  background-position: 28px 50%;
  display: block;
}

#eventall {
  margin: 0 0 30px 0;
}


/* カレンダーページ枠
============================== */

.cal-wrap {
  margin: 0 0 30px 0;
}


/* 前の月・次の月
============================== */

.calwrap .lastmonth a {
  color: #333333;
}

.calwrap .nextmonth a {
  color: #333333;
}

.calwrap {
  margin: 1em 0 0.7em 0;
  padding: 0;
  background-color: #EBF1FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.calwrap p {
  margin: 0;
  padding: 5px 0;
}

.calwrap .lastmonth {
  width: 5.5em;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url(/images/2022_prev_cal.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  font-size: 2.2rem;
}

.lastmonth span::before {}

.lastmonth span {
  margin: 0 0 0 38px;
  padding: 0;
}

.calwrap .nextmonth {
  width: 5.5em;
  text-align: right;
  position: relative;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url(/images/2022_next_cal.png);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  font-size: 2.2rem;
}

.nextmonth span::before {}

.nextmonth span {
  margin: 0 38px 0 0;
  padding: 0;
}

.calwrap .thismonth {
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  padding: 2px 0 0 0;
  color: #333333;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}


/* テーブル（カレンダー）
============================== */

#calendar {
  clear: both;
  margin: 0 0 12px 0;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid #808080;
  width: 100%;
}

#calendar th {
  margin: 0;
  padding: 5px 4px 4px 4px;
  text-align: center;
}

#calendar td {
  margin: 0;
  padding: 3px 3px 3px 3px;
  color: #333333;
  vertical-align: top;
  width: 14.28%;
  height: 100px;
}

#calendar td.sun {
  background-color: #FFF3ED;
  color: #333;
}

#calendar td.holi {
  background-color: #FDF4F2;
  color: #333;
}

#calendar td.sat {
  background-color: #F0FCFF;
  color: #333;
}

#calendar td.holi {
  background-color: #FFF3ED;
  color: #333;
}

#calendar td.dirEventHoli {
  background-color: #FDF4F2;
  color: #333;
}


/* セル内表示設定
============================== */

#calendar p {
  clear: both;
  margin: 0.2em 0 0.2em 0;
  padding: 0 2px 3px 4px;
  line-height: 1.3;
}

#calendar p img {
  float: left;
  margin: 0;
}

#calendar p span {
  display: block;
  margin: 0 0 0 20px;
}


/* テーブル（一覧表）
============================== */

#calendarlist {
  clear: both;
  margin: 0 0 12px 0;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid #808080;
  width: 100%;
}

#calendarlist tr.sunday td {
  background-color: #FFF3ED;
}

#calendarlist tr.saturday td {
  background-color: #F0FCFF;
}

#calendarlist tr.holiday td {
  background-color: #FFF3ED;
}

#calendarlist tr.dirEventHoliday td {
  background-color: #FDF4F2;
  color: #333;
}

#calendarlist th {
  margin: 0;
  padding: 7px 4px 6px 4px;
  border: 1px solid #DDDDDD;
  background-color: #0250AD;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
}

#calendarlist td {
  vertical-align: top;
  border: 1px solid #DDDDDD;
  margin: 0;
  height: 80px;
  text-align: center;
  background-color: transparent;
}

#calendarlist td.date {
  min-width: 200px;
}

span.calendar_day {
  display: block;
  padding: 5px 0;
}

.table_calenderlist {}

tr.sat {
  background-color: #EBF1FA;
}

#calendarlist td.sat {
  background-color: #EBF1FA;
}

#calendarlist .day {
  width: 5em;
}

#calendarlist .week {
  width: 5em;
}

#calendarlist td.einfo {
  text-align: left;
}

#calendarlist td.sun {
  background-color: #FAF0EC;
}

tr.sun {
  background-color: #FAF0EC;
}


/* 今日判定 */

tr.today {
  border: 3px solid #0550BF;
}


/* イベント空判定 */

#calendarlist td.einfo ul, #calendarlist td.einfo li:empty {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


/* 多数のイベントページ
============================== */

ul.eventall-li li {
  background-image: none;
  margin: 0 0 0.58em 0;
}


/* セル内表示設定
============================== */

table#calendarlist p {
  margin: 0.1em 2px 0.1em 0;
  padding: 1px 2px 3px 2px;
  background-color: transparent;
  color: #333;
}

table#calendarlist p img {
  vertical-align: middle;
  margin: 0;
}

table#calendarlist p span {}


/* ==================================================
ヘッダエリア
================================================== */


/* =====================
header
===================== */

.header {
  background-color: #fff;
  width: 100%;
}

.head_link_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 0 0 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.head_link_list01 a {
  font-size: 1.3rem;
  color: #000222;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
}

.head_link_list01>li:nth-of-type(1)>a {
  background-image: url(/images/2022_head_icon01.png);
  background-repeat: no-repeat;
  background-position: 0 .3rem;
}

.head_link_list01>li:nth-of-type(2)>a {
  background-image: url(/images/2022_head_icon02.png);
  background-repeat: no-repeat;
  background-position: 5px .3rem;
}

.head_link_list01>li:nth-of-type(3)>a {
  background-image: url(/images/2022_head_icon03.png);
  background-repeat: no-repeat;
  background-position: 0 .5rem;
}
.head_link_list01>li:nth-of-type(1)>a[href="/index.html"] {
  background-image: url(/images/2022_bt_toppage.png);
  background-repeat: no-repeat;
  padding-left: 25px;
}
.head_link_list01 a:hover, .head_link_list01 a:focus {
  text-decoration: underline;
}

.head_link_list01>li>a::before {}

.head_link_list01 li {
  margin-right: 25px;
  padding-bottom: 5px;
}

.head_link_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.head_link_list02 a {
  font-size: 1.5rem;
  display: block;
  text-decoration: none;
  border-radius: 2px 2px 0 0;
}

.header_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 70px;
}

.headlist {}


/* ボタンメニュー */

.head_link_btn01 a {
  background-color: #ba3a08;
  padding: 4px 30px 4px 50px;
  color: #fff;
  background-image: url(/images/2022_head_link_btn01.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
}

.head_link_list02 p {
  padding: 0;
  margin: 0 5px;
}

.head_link_list02 p:last-of-type {
  margin-right: 0;
}

.head_link_btn02 a {
  background-color: #f4e434;
  padding: 4px 25px 4px 47px;
  color: #000222;
  background-image: url(/images/2022_head_link_btn02.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
}

.head_link_btn03 a {
  background-color: #f4f4f4;
  padding: 3px 24px 3px 44px;
  color: #000222;
  background-image: url(/images/2022_head_link_btn03.png);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  font-size: 1.6rem;
}

.head_searchbox_wp {
  display: none;
}

.head_searchbox_in>p {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.head_searchbox_in .close-menu-btn {
  padding: 0 0 20px 15px;
}

.head_search_title {
  padding: 0 30px 0 50px;
  color: #0550bf;
  font-weight: bold;
  letter-spacing: 0.01em;
}


/* まるちりんがる */

.language_inner {
  display: none;
}

.language_inner {
  position: absolute;
  z-index: 1000;
  background-color: #f4f4f4;
  padding: 0 10px;
  top: 100%;
  right: 0;
  min-width: 180px;
}

.head_link_list01>li:last-of-type {
  margin: 0;
  position: relative;
}

.head_link_list01>li:last-of-type>a {
  padding-right: 25px;
  background-image: url(/images/2022_head_icon04.png);
  background-repeat: no-repeat;
  background-position: 0 .5rem;
}

.head_link_list01>li:last-of-type>a::before {
  border-color: #0550bf;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 4px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.language_inner a {
  font-size: 1.4rem;
  position: relative;
  padding: 4px 0 4px 10px;
}

.language_inner a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #065fe3;
}

.head_link_list01 li.active:last-of-type>a::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.language_inner li {
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 0;
}

.language_inner ul {
  padding: 0;
}

.language_inner li:last-of-type {
  border-bottom: none;
}

.head_searchbox_in {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-wp {
  width: 100%;
}

.head_searchbox_wp {
  background-color: #f4f4f4;
}

.head_searchbox_in input.gsc-input {
  height: 37px !important;
}

.head_searchbox_in .search-wp .gsc-search-button.gsc-search-button-v2 {
  height: 46px;
}

.head_searchbox_in .gsc-search-button-v2 svg {
  width: 30px;
  height: 30px;
}


/* グローバルナビ */

.gnavi_wp {
  background-color: #0250ad;
}

.gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.gnavi>li>a {
  font-size: 1.7rem;
  color: #fff;
  display: block;
  width: 200px;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  background-color: #0250ad;
}

.gnavi>li {
  padding: 0;
  position: relative;
}

.gnavi>li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gnavi>li:first-of-type::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* メガドロップ */

.gnavi .sub {
  position: absolute;
  background-color: #fff;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  -o-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  z-index: 99;
  display: none;
}

.gnavi .sub.is-show {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  opacity: 1;
  width: 1200px;
  padding: 10px;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}

.gnavi>li:nth-of-type(2) .sub {
  left: -200px;
}

.gnavi>li:nth-of-type(3) .sub {
  left: -400px;
}

.gnavi>li:nth-of-type(4) .sub {
  left: -600px;
}

.gnavi>li:nth-of-type(5) .sub {
  left: -800px;
}

.gnavi>li:nth-of-type(6) .sub {
  left: -1000px;
}

.gnavi>li.menu-on>a {
  background-color: #fff;
  color: #0250ad;
  font-weight: bold;
}

.gnavi>li>a.active {
  background-color: #fff;
  color: #0250ad;
  font-weight: bold;
}

.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sub-menu li {
  width: calc(100% / 4 - 30px);
  margin-right: 30px;
  margin-bottom: 5px;
  letter-spacing: 0.021em;
}

.sub_title_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub_title {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0;
  width: 1080px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sub_title_icon::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: -45px;
  top: 50%;
  width: 15px;
}

.sub_title_icon {
  position: relative;
}

.sub_title a {
  display: block;
  background-color: #0250ad;
  color: #fff;
  padding: 6px 15px;
  text-decoration: none;
}

.sub-menu li a {
  position: relative;
  padding-left: 10px;
  display: inline-block;
  text-decoration: none;
  color: #000222;
}

.sub-menu li a:hover {
  text-decoration: underline;
}

.sub-menu li a::before {
  position: absolute;
  top: .5em;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #065fe3;
}

.close-menu-btn img {
  vertical-align: middle;
  padding-right: 5px;
}

.close-menu-btn a {
  color: #000222;
  text-decoration: none;
}

.close-menu-btn a:hover {
  text-decoration: underline;
}

.close-menu-btn {
  padding: 0 0 0 0.85em;
}


/* ==================================================
フッターエリア
================================================== */

.popup-wp{
  position: fixed;
  right: 13px;
  bottom: 0;
  z-index: 100;
}

.close-btn02 {
  position: absolute;
  right: 15px;
  top: 0;
}

.popup-wp.hidden {
  opacity: 0;
  visibility: hidden;
}

.footer_wp {
  border-bottom: 2px solid #065fe3;
}

.footer {
  position: relative;
}

.footer_con {
  background-color: #0250ad;
  color: #fff;
  padding: 40px 0 30px 0;
}

.footlist {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_l_title h2 {
  font-size: 2.4rem;
  color: #fff;
}

.footlist a {
  color: #000222;
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0 25px 0 0;
}

.footlist a:hover {
  text-decoration: underline;
}

.footlist a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #0550bf;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 4px;
}

.footlist li {
  margin: 0;
  background-image: none;
  font-size: 1.4rem;
  margin: 0 16px 0 0;
  padding: 0;
}

.footlist li:last-of-type {
  border-right: none;
}

.footer_l_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 5px;
}

.footer_l_title>p {
  font-size: 1.4rem;
  padding-left: 20px !important;
}

.footer_in {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_l p, .footer_r p {
  font-size: 1.4rem;
  padding-left: 0;
  padding-bottom: 5px;
}

.foot_add_title {
  width: 60px;
  display: block;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.foot_tel_wp, .foot_add_wp, .foot_time_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_l {
  width: 600px;
}

.footer_r {
  width: 600px;
  padding-left: 20px;
}

.foot_link_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
}

.foot_link_btn li {
  width: calc(100% / 3 - 7px);
  padding: 0;
}

.foot_link_btn li a {
  display: block;
  background-color: #fff;
  padding: 11px 20px;
  border-radius: 6px;
  position: relative;
  color: #000222;
  font-size: 1.4rem;
  text-decoration: none;
}

.foot_link_btn li a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #0550bf;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 4px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.foot_link_btn li a:hover::before {
  right: 8px;
}

.foot_copyright_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.foot_copyright_l {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.copyright {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.copyright p {
  padding: 10px 0;
  font-size: 1.2rem;
}
.footer_l p a {
  color: #fff;
}
.footer_l_title a {
  text-decoration: none;
  pointer-events: none;
}
.foot_tel_wp a {
  color: #fff;
}
/* pc sp切り替え
============================== */

.btnAcv {
  display: none;
}

.switchBtn a {
  display: block;
  text-align: center;
  width: 100%;
}

.switchBtn {
  font-size: 1.4rem;
  padding: 10px;
}

.switchBtn a, .switchBtn>button {
  color: #222;
  padding: 11px 10px;
  text-decoration: none;
  width: 100%;
  background-color: #ebf1fa;
  border-radius: 6px;
  font-size: 1.4rem;
}

.switchBtn>button.btnAcv {
  background-color: #DBEBE7;
  text-decoration: none;
  position: relative;
}

p.swTop {
  padding: 0;
  margin-top: 10px;
}

#swPc .swIcon {
  background-image: url(/images/2022_swPc_icon.png);
}

#swSp .swIcon {
  background-image: url(/images/2022_swSp_icon.png);
}

.switchBtn a .swIcon {
  background-image: url(/images/2022_swTop_icon.png);
}

.switchBtn .swIcon {
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: 0 50%;
}


/* ==================================================
google検索結果
================================================== */


/* 検索ボックス */

.search-form table td {
  border: none;
  background-color: #fff;
  padding: 0;
  border-radius: 0 10px 10px 0;
}

.search-form .gsc-input-box {
  border: none !important;
}

.search-form .gsc-search-button-v2 svg {
  width: 40px;
  height: 40px;
  fill: #725335 !important;
}

.search-form button.gsc-search-button.gsc-search-button-v2 {
  background-color: #E7D6BC;
  border-color: #fff;
  min-height: 48px;
  padding: 4px 18px;
  border-radius: 0 10px 10px 0;
}

.search-form table.gsc-search-box td.gsc-input {
  padding: 5px 20px;
  border-radius: 10px 0 0 10px;
}

.search-form .gsst_a .gscb_a {
  color: #725335 !important;
}

.search-form form.gsc-search-box {
  margin: 0 !important;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.search-form table.gsc-search-box {
  margin: 0 !important;
}

.search-form table.gsc-search-box td {
  border: none;
  padding: 0;
  background-color: #fff;
}


/* 件数、順番 */

.search-form .gsc-result-info-container, .search-form .gsc-orderby-container {
  border: none !important;
}

.search-form .gsc-control-cse .gsc-option-menu-container {
  font-size: 1.1rem;
}

.search-form .gsc-orderby-label {
  padding: 5px 10px 6px 0;
}

.search-form .gsc-selected-option-container {
  color: #000;
  font-size: 1.1rem;
  height: 27px;
  min-width: 110px;
}


/* ページ数 */

.gsc-cursor-page.gsc-cursor-current-page {
  color: #000000 !important;
  border-color: #A90A08 !important;
}

.gsc-cursor-page {
  padding: 10px 15px;
  border: 1px solid #ccc;
  display: inline-block !important;
  margin-bottom: 5px;
}

.gsc-cursor-page {
  color: #1A73E8 !important;
}


/* ==================================================
重要なお知らせ　タグの基本定義
================================================== */


/* =====================
重要なお知らせ
===================== */

.important_item {
  /* width: 100%; */
  padding: 20px 0 0 0;
  z-index: 1;
  width: 1200px;
  margin: 0 auto 20px auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.important_item .title {
  width: 200px;
  padding: 10px 20px;
  background-color: #ba3a08;
  /* color: #fff; */
  font-size: 2.0rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#kinkyu {
  width: 100%;
  padding: 10px 10px;
  background-color: #faf0ec;
}


/* 
.kinkyu {
  width: 100%;
  padding: 20px 0 0 0;
  z-index: 1;
}

.kinkyu_in {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kinkyu_title {
  width: 200px;
  padding: 10px 20px;
  background-color: #ba3a08;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.kinkyu_con {
  width: 100%;
  padding: 10px 10px;
  background-color: #faf0ec;
}

.kinkyu_title h2 {
  font-size: 2.0rem;
  color: #fff;
} */


/* ==================================================
大規模災害テンプレート
================================================== */


/* ==================================================
新潟市専用パーツ
================================================== */


/* ▽文章枠付きエリア▽ */

.txt-area {
  margin: 0.56em 0 0.56em 0;
  border: 1px solid #676767;
  background-color: #FFFFEC;
  padding: 10px;
}

.txt-area h3, .txt-area h4, .txt-area h5, .txt-area h6, .txt-area p, .txt-area li {
  background-color: transparent;
}


/* am10_開閉式メニュー3列 */

.switch_menu h2 a {
  color: #333333;
  font-size: 1.7rem;
}

.switch_menu ul {
  display: none;
  /* background-color: #FFFCF6; */
  margin: 0;
  padding: 10px;
}

.switch_menu {
  width: 32%;
  margin: 0 1em 0 0;
  position: relative;
  float: left;
}


/* .switch_menu .acd01_bt img {
background: url(/images/N_nc_icon_open.gif);
}
.switch_menu .acd01_bt.close img {
background: url(/images/N_nc_icon_close.gif);
} */

.switch_menu h2 {
  background-color: #f4f4f4;
  padding: 10px 45px 10px 10px;
  line-height: 1;
}

.acd01_bt {
  position: absolute;
  top: .5rem;
  right: 14px;
  padding: 3px 0;
}

.acd01_bt a img {
  vertical-align: middle;
}

.switch_menu ul li a {
  background-image: url(/images/N_c_icon_inlink.png);
  background-repeat: no-repeat;
  background-position: 6px 0.5em;
  margin: 0.3em 0 0 0;
  padding: 0 0 1px 20px;
  display: block;
}

.switch_menu ul li {
  margin: 0;
  padding: 4px 12px 4px 0;
  background-image: none;
}

.switch_menu:nth-of-type(3) {
  margin: 0;
}


/* am12_縦カード型メニュー */

.menu-photo div.img-area-l p.imglink-txt-left {
  /* height: 330px; */
  overflow: hidden;
  position: relative;
  float: none;
  margin: 20px auto 0 auto;
  padding: 0;
  /* width: auto; */
  /* display: block; */
}

.menu-photo h2.nextpage {
  margin: 0 15px 0 0;
}

.menu-photo div.img-area-l {
  margin: 0;
  padding: 0;
}

.menu-photo .m-title {
  margin: 0;
}
.main-2nd .txt-box {
    padding-top: 20px;
}

/* am99_メニュー画像リンク3列用 */

.s-box-2nd {
  padding: 0;
  width: 32%;
  margin: 0 0.4em 0 0;
  float: left;
}

.imgbox {
  float: left;
  margin: 0;
  padding: 0;
  width: 80px;
}

.imgbox img {
  margin: 0 0 0 5px;
  padding: 0;
}

.txtbox {
  float: right;
  margin: 0;
  padding: 0;
  width: 144px;
}

.s-box .txtbox p {
  clear: both;
  margin: 0 8px 0.12em 0;
  padding: 0;
  line-height: 1.3em;
  background-color: transparent;
}


/* am23_動画サムネイル
==================== */

.portal_mv-area {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.portal_mv_contents {
  margin: 0 4px 12px 4px;
  width: 272px;
}

.portal_mvlink-side3 {
  padding: 0;
}

.portal_play_img_wp {
  position: relative;
}

.portal_play_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.portal_play_img>img {
  vertical-align: middle;
}

.portal_mvlink-side3>a>img {
  opacity: 1;
  vertical-align: middle;
}

.portal_mvlink-side3>span {
  display: block;
  text-align: left;
}

.portal_mv_time {
  position: absolute;
  bottom: 1rem;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2px 15px;
  border-radius: 15px;
}

.portal_mv_title {
  font-weight: bold;
  padding: 10px 0;
}


/* am22_メニュー自動生成(日付あり)
==================== */

.norcor_date .date {
  margin: 0;
  padding: 8px 10px 5px 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 11em;
}

.norcor_date li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.norcor_date .link {
  display: block;
  width: 100%;
}


/* am20_リンクボタン4連
==================== */

.menu_link_btn_wp li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0250AD;
  border-radius: 8px;
  width: 100%;
  padding: 20px 20px 20px 15px;
}

.menu_link_btn_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu_link_btn_wp li {
  width: calc(100% / 4 - 5px);
  margin-right: 5px;
}

.menu_link_btn_wp li a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #0550bf;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}


/* am23_特殊メニュー自動生成（もっと見る）
==================== */

.m_morebtn a {
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  display: block;
  padding: 10px 25px;
  text-align: center;
  background-color: #F4F4F4;
  color: #000222;
  text-decoration: none;
  max-width: 335px;
  margin: 0 auto;
}

.m_morebtn {
  margin: 0 52px;
  padding-left: 0;
  padding-right: 0;
}

.m_morebtn span {
  position: relative;
  padding-right: 30px;
}

.m_morebtn span:before {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  content: ' ';
  width: 10px;
  height: 10px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -10px;
}


/* am24_特殊メニュー手動生成（画像＋リンク＋テキスト3列）
==================== */

.menulist_img_item_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .85em;
}

.menulist_img_item {
  width: 280px;
  margin-right: 20px;
  padding: 0;
}

.menulist_img_item span {
  display: block;
  position: relative;
  /* font-weight: bold; */
}

.menulist_img_title {
  color: #0550BF;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 15px 10px 0;
}

.menulist_img_item a {
  text-decoration: none;
}

.menulist_img_title::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #0550bf;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}


/* ==================================================
サブサイト
================================================== */


/* =====================
生涯学習テンプレート
===================== */

.manabi_top {
  background-color: #f7f6f4;
}

.manabi_top .h1bg>div {
  background-color: #ffd065;
}

.manabi_top .h1bg {
  border-color: #ffd065;
}

.manabi_top .h1bg>div::after {
  background-color: #f7f6f4;
}


/* カルーセル */

.manabi_top #slick03 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 70px 0;
  /* display: -webkit-box; */
/*   display: -ms-flexbox;
  display: flex; */
}

.manabi_top .topics-slid-item {
  width: 360px;
  border-bottom: 2px solid #000222;
  padding: 0;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

.manabi_top .topics-slid-link {
  display: block;
  /* background-color: #0550bf; */
  font-size: 1.8rem;
  padding: 10px 50px 10px 20px;
  min-height: 90px;
  position: relative;
  letter-spacing: 0.06em;
}

.manabi_top a .topics-slid-link::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #0550bf;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 5px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.manabi_top .topics-slid-item a:hover {
  text-decoration: underline;
}

.manabi_top .topics-slid-item a:hover .topics-slid-link::before {
  right: 18px;
}

.manabi_top .topics-slid-item a {
  display: block;
  color: #2f3131;
  text-decoration: none;
}

.manabi_top .topics-slid-link {
  display: block;
  background-color: #fff;
  font-size: 1.8rem;
  padding: 10px 50px 10px 20px;
  min-height: 90px;
  position: relative;
  letter-spacing: 0.06em;
}

.manabi_top .slick-arrow {
  position: absolute;
  z-index: 900;
  top: 35%;
}

.manabi_top .nextArrow.slick-arrow {
  right: 0;
}

.manabi_top .prevArrow.slick-arrow {
  left: 0;
}


/* ホバーエフェクト */

.manabi_top .topics-slid-img {
  display: block;
  width: 360px;
  height: 236px;
  overflow: hidden;
}

.manabi_top .topics-slid-item a img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.manabi_top .topics-slid-item a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}


/* 新着情報 */

.manabi_top .bgnewinfo-box {
  margin-bottom: 40px;
}


/* 目的 */

.manabi_mokuteki_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 40px 15px;
  width: 1160px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.manabi_mokuteki_box {
  padding: 0;
  width: calc(100% / 4 - 30px);
  text-align: center;
  color: #000;
}

.manabi_mokuteki_box a {
  display: block;
}

.manabi_mokuteki_box span {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
}

.manabi_mokuteki_box_img {
  display: block;
  width: 251px;
  height: 251px;
  overflow: hidden;
  border-radius: 40px;
}

.manabi_mokuteki {
  margin-bottom: 80px;
}

.manabi_title h2:before {
  width: 22px;
  height: 22px;
  background: #ffd065;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 6px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.manabi_title h2 {
  position: relative;
  padding-left: 40px;
}

.manabi_title {
  width: 1160px;
  margin: 10px auto;
}

.manabi_mokuteki_box a {
  color: #000;
  text-decoration: none;
}

.manabi_mokuteki_box_text {
  padding-top: 10px;
}

.manabi_mokuteki_box span img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.manabi_mokuteki_box a:hover span img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}


/* 各施設 */


/* .shisetsu_title {
  background-image: url(/images/2022_manabi_icon05.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 10px 10px 10px 66px;
} */

.manabi_shisetsu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  width: 1160px;
  margin: 0 auto 50px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.manabi_shisetsu_box {
  width: calc(100% / 4 - 15px);
  background-color: #fff;
  padding-bottom: 10px;
}

.shisetsu_title {
  background-image: url(/images/2022_manabi_icon05.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 10px 10px 10px 66px;
}

.manabi_shisetsu_box:nth-of-type(2) .shisetsu_title {
  background-image: url(/images/2022_manabi_icon06.png);
}

.manabi_shisetsu_box:nth-of-type(3) .shisetsu_title {
  background-image: url(/images/2022_manabi_icon07.png);
}

.manabi_shisetsu_box:nth-of-type(4) .shisetsu_title {
  background-image: url(/images/2022_manabi_icon08.png);
}

.shisetsu_link li a {
  background-color: #f2f2f2;
  display: block;
  padding: 11px 20px;
  border-radius: 4px;
  color: #000000;
  text-decoration: none;
  position: relative;
}

.shisetsu_link li a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #0550bf;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 6px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.shisetsu_link li a:hover {
  text-decoration: underline;
}

.shisetsu_link li a:hover::before {
  right: 10px;
}

.shisetsu_link li {
  border-radius: 4px;
}

.shisetsu_link {
  padding: 10px 15px;
}


/* =====================
防災・緊急情報テンプレート
===================== */


/* 大見出し */

.bousai_title h1 {
  color: #ffffff;
}

.bousai_title {
  background-color: #111111;
  border-bottom: 6px solid #f4e434;
  position: relative;
  margin-bottom: 40px;
  background-image: url(/images/2022_bousai_h1bg.png);
  background-repeat: no-repeat;
  background-position: top 0 right 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bousai_title .h1bg>div::after {
  content: none;
}

.bousai_title .h1bg>div {
  background-color: transparent;
  padding: 28px 280px 28px 30px;
}

.bousai_title .h1bg {
  border: none;
  margin: 0;
}

.bousai_title p {
  padding: 0;
  border-radius: 6px;
}

.bousai_title_menu {
  background-color: #f4e434;
  position: absolute;
  width: 355px;
  top: 100%;
  right: 0;
  padding: 10px;
  border-radius: 10px 0 10px 10px;
  z-index: 100;
}

.bousai_title_menu_wp {
  margin-right: 25px;
  margin-top: 30px;
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.bousai_title_menu {
  display: none;
}

.bousai_title p a {
  display: block;
  width: 260px;
  padding: 10px 10px 10px 44px;
  border-radius: 6px;
  background-color: #f4e434;
  background-image: url(/images/bousai_title_menu_open.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

.bousai_title_menu li a {
  display: block;
  background-color: #fff;
  padding: 13px 28px 13px 20px;
  color: #000000;
  text-decoration: none;
  position: relative;
}

.bousai_title_menu li a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #111111;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 6px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.bousai_title_menu li {
  padding: 0;
  margin-bottom: 2px;
}

.bousai_title p a.active {
  border-radius: 6px 6px 0 0;
  background-image: url(/images/bousai_title_menu_close.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
}


/* section01 */

.bousai_sec01 {
  background-color: #faf0ec;
  border-top: 6px solid #ba3a08;
  border-bottom: 6px solid #ba3a08;
  padding: 40px;
  margin-bottom: 40px;
}

.bousai_sec01_title {
  color: #ba3a08;
  font-size: 2.4rem;
  font-weight: bold;
}

.bousai_sec02 {
  margin-bottom: 40px;
}

.bousai_sec03 .tmp_tb_skip a {
  position: absolute;
  right: 3000px;
}

.bousai_sec03 .tmp_tb_skip a:focus {
  right: 0;
  background-color: #FFFFFF;
  z-index: 9999;
  padding: 10px;
}

.bousai_kinkyu .important_item {
  border: 2px solid #ba3a08;
  padding: 0;
  display: block;
}

.bousai_kinkyu .important_item .title {
  font-size: 2.0rem;
  color: #fff;
  padding: 5px 5px 5px 50px;
  background-image: url(/images/2022_bousai_sec02_icon01.png);
  background-repeat: no-repeat;
  background-position: 18px 0.68em;
  width: 100%;
  text-align: left;
  display: block;
}

.bousai_sec03_r {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 270px;
  border: 1px solid #999999;
}

.bousai_kinkyu_title h2 {
  font-size: 2.0rem;
  color: #fff;
  padding: 5px 5px 5px 50px;
  background-image: url(/images/2022_bousai_sec02_icon01.png);
  background-repeat: no-repeat;
  background-position: 18px .68em;
}

.bousai_kinkyu_in {
  border: 2px solid #ba3a08;
}

.bousai_kinkyu_title {
  background-color: #ba3a08;
}

.bousai_kinkyu_con {
  background-color: #faf0ec;
  padding: 10px;
}

h2.bousai_sec_title {
  border-bottom: 2px solid #e8e8e8;
  letter-spacing: 0.13em;
}

.bousai_sec03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h2.bousai_sec_title {
  border-bottom: 2px solid #e8e8e8;
  letter-spacing: 0.18em;
}

.bousai_sec03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.bousai_sec03_l {
  width: 910px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}


/* お知らせ */

.bousai_newinfo_box ul li {
  padding: 11px 20px 11px 30px;
  clear: both;
  position: relative;
  width: auto;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bousai_newinfo_box ul li:nth-child(odd) {
  background-color: #f4f4f4;
}

.bousai_newinfo_box ul dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 100%;
}

.bousai_newinfo_box li dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 10rem;
}

.bousai_newinfo_box li dd {
  width: 100%;
}

.bousai_newinfo_box .date {
  margin: 0;
  padding: 8px 10px 5px 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  display: block;
  color: #000000;
}

.bousai_newinfo_box .link a {
  color: #222;
  width: 100%;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  letter-spacing: 0.08em;
}

.bousai_newinfo_box .link a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #111111;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.bousai_newinfo_box .ichiran-link a {
  position: relative;
  font-size: 1.8rem;
  display: block;
  text-align: center;
  background-color: #111111;
  background: -o-linear-gradient(left, #111111 368px, #111111 0px, #f4e434 0px, #f4e434 368px);
  background: linear-gradient(90deg, #111111 368px, #111111 0px, #f4e434 0px, #f4e434 368px);
  color: #fff;
  text-decoration: none;
  padding: 10px 50px 10px;
}

.bousai_newinfo_box .ichiran-link a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #111111;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 12px;
}

.bousai_newinfo_box .ichiran-link a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bousai_newinfo_box .ichiran-link a:hover, .bousai_newinfo_box .ichiran-link a:focus {
  text-decoration: underline;
}

.bousai_newinfo_box .ichiran-link {
  width: 400px;
  margin: 0 auto;
}

.bousai_newinfo_box ul {
  padding: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}


/* 備えよう学ぼう */

.bousai_sec04_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fbf4ae;
  border-radius: 10px;
  padding: 20px 0;
  width: 1150px;
  margin: 20px auto 0 auto;
}

.bousai_sec04_box01_l {
  width: 370px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.bousai_sec04_box01_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.bousai_sec04_box01_title_text {
  padding-top: 15px;
}

.bousai_sec04_box01_r {
  border-left: 3px solid #111111;
  padding: 40px 25px 40px 45px;
  width: 780px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.bousai_sec04_box01_title_img {
  background-image: url(/images/2022_bousai_sec04_icon_bg.png);
  background-repeat: repeat-x;
  background-position: 25px 50%;
}

.bousai_sec04_box01_r ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.bousai_sec04_box01_r ul li {
  width: calc(100% / 2 - 5px);
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 10px;
  padding-bottom: 0;
  margin-top: 10px;
}

.bousai_sec04_box01_r ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 6px 35px 6px 20px;
  color: #000000;
  text-decoration: none;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bousai_sec04_box01_r ul li a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #111111;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 25px;
  top: 50%;
  width: 6px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.bousai_sec04_box01_r .img_btn_link_img {
  padding-right: 10px;
}

.bousai_sec04_box01_r ul li:nth-of-type(even) {
  margin-right: 0;
}

.bousai_sec04_box01_r ul li:first-of-type, .bousai_sec04_box01_r ul li:nth-of-type(2) {
  margin-top: 0;
}

.bousai_sec04_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1150px;
  margin: 20px auto 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bousai_sec04_box02_in {
  width: calc(100% / 3 - 10px);
  background-color: #fbf4ae;
  border-radius: 10px;
  padding: 40px 0;
}

.bousai_sec04_box02_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.bousai_sec04_box02_title_img {
  background-image: url(/images/2022_bousai_sec04_icon_bg.png);
  background-repeat: repeat-x;
  background-position: 25px 50%;
}

.bousai_sec04_box02_title_text {
  line-height: 1.1;
  padding-top: 15px;
}

.bousai_sec04_box02_in ul li a {
  display: block;
  background-color: #fff;
  padding: 13px 35px 13px 20px;
  color: #000000;
  text-decoration: none;
  position: relative;
}

.bousai_sec04_box02_in ul li a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #111111;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 25px;
  top: 50%;
  width: 6px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.bousai_sec04_box02_in ul li {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 0;
  margin-top: 10px;
}

.bousai_sec04_box02_in ul {
  padding: 40px 10px 0 10px;
}

.bousai_sec04_box02_in ul li:first-of-type {
  margin-top: 0;
}

.bousai_sec04_box02_title_text_in {
  border-bottom: 3px solid #111111;
  display: inline-block;
  padding-bottom: 5px;
}


/* よく見られるコンテンツ */

.bousai_sec05 {
  border-top: 2px solid #111111;
  border-bottom: 2px solid #111111;
  background-color: #efefef;
  margin-bottom: 40px;
  padding: 40px 20px;
}

.bousai_sec04 {
  margin-bottom: 80px;
}

.bousai_sec05_link li a {
  background-repeat: no-repeat;
  background-position: 0 0.2em;
  position: relative;
  background-color: #FFF;
  display: block;
  padding: 10px 10px 10px 40px;
  font-size: 1.8rem;
  color: #222222;
  text-decoration: none;
}

.bousai_sec05_link li a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #a5a5a5;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  left: 20px;
  top: 50%;
  width: 6px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.bousai_sec05_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 0;
}

.bousai_sec05_link li {
  width: 220px;
  margin-right: 10px;
  padding: 0;
}
/* =====================
電子申請テンプレート
===================== */
.denshi_bnr_img {
  padding: 0;
  margin: 0;
  text-align: center;
}
/* よく使われているオンラインサービス */
h2.denshi_title {
  border-bottom: 2px solid #0550BF;
  margin-bottom: 40px;
  padding: 10px;
}

.denshi_con_box01 h3.denshi_title {
  border-bottom: 2px solid #0550BF;
  border-top: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  padding: 10px 20px;
  margin-bottom: 0.85em;
}

.denshi_title_text {
  padding-left: 10px;
}

.denshi_title span {
  display: block;
}
h2.denshi_title,
.denshi_con_box01 .denshi_title {
  display: flex;
}
.denshi_con_box01_list li {
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 1rem;
    border-bottom: 1px solid #E4E4E4;
    width: calc(100% / 2 - 10px);
    margin-left: 10px;
}

.denshi_con_box01_list li a {
    padding-left: 25px;
}

.denshi_con_box01_list {
    display: flex;
    flex-wrap: wrap;
}

.denshi_con_box01_list li:nth-of-type(odd) {
    margin-right: 10px;
    margin-left: 0;
}

/* 各種オンラインサービス */

.denshi_con_box02 {
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.16));
    display: block;
    border-radius: 10px;
    background-color: #fff;
    width: 373px;
    padding: 20px 20px;
    min-height: 400px;
    margin: 0 20px 30px 20px;
    position: relative;
}
.denshi_con_box02::before {
  content: "";
  display: inline-block;
  width: 43%;
  height: 4px;
  background-color: #0550BF;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.denshi_con_box02_wp {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.denshi_con_box02:first-of-type, .denshi_con_box02:nth-of-type(3n+1) {
    margin-left: 0;
}

.denshi_con_box02:nth-of-type(3n) {
    margin-right: 0;
}
.img-guidance+.denshi_title_text::after {
  content: url(/images/2022_c_icon_linkout.png);
  vertical-align: middle;
  padding-left: 10px;
}

.denshi_con_box02_wp .denshi_title span {
    text-align: center;
    font-size: 2.4rem;
}

.denshi_con_box02 h3.denshi_title a {
    text-decoration: none;
    color: #000222;
}
p.denshi_con_box02_text {
    font-size: 1.4rem;
    padding: 0 0 0.85em 0;
}
.denshi_con_box02 h3.denshi_title {
    margin-bottom: .58em;
}
p.denshi_con_box02_link a {
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    padding: 10px 40px 10px 15px !important;
    background-color: #F4F4F4;
    color: #000222;
    text-decoration: none;
    display: block !important;
    font-weight: bold;
    background-position: right 20px top 50% !important;
}
.denshi_con_box02_link {
    padding: 0;
    margin-top: 5px !important;
}

#denshi_toggle > p a {
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  padding: 10px 40px 10px 15px !important;
  background-color: #F4F4F4;
  color: #000222;
  text-decoration: none;
  display: block !important;
  font-weight: bold;
  background-position: right 20px top 50% !important;
  background-image: url(/images/2022_smph_gnabi_open.png);
  background-repeat: no-repeat;
}

#denshi_toggle > p {
  padding: 0;
}

#denshi_toggle.active {
  border: 1px solid #E4E4E4;
  border-radius: 6px;
}

#denshi_toggle.active > p a {
  border: none;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #E4E4E4;
  background-image: url(/images/2022_smph_gnabi_close.png);
  background-repeat: no-repeat;
}

#denshi_toggle {
  margin-top: 5px;
}

.denshi_inner {
  padding: 20px;
}
.denshi_inner p a {
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    padding: 10px 40px 10px 15px !important;
    background-color: #0550BF;
    text-decoration: none;
    display: block !important;
    font-weight: bold;
    background-position: right 20px top 50% !important;
    color: #fff;
}

.denshi_inner p {
    padding: 0;
}

.denshi_inner p {
    padding: 0;
    margin-top: 5px !important;
}

.denshi_inner .externalLink a.externalLink {
  background-image: url(/images/2022_d_icon_linkout.png);}
.denshi_inner .innerLink a.innerLink {
  background-image: url(/images/2022_d_icon_inlink.png);}




/* 
緊急情報連携 20191212追加
============================= */

.shinai_kinkyuu_box>p {
  border-bottom: 2px dotted #B83D15;
  padding-bottom: 15px;
  margin-bottom: 20px;
}