@charset "utf-8";

/* ------------------  デフォルトフォント  ------------------ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;500;700;900&display=swap');


/* ===========================================
リセット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%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans JP',"メイリオ", sans-serif;
    font-style: normal;
    color: #1A1A1A;
    background-color: #FFF;
    line-height: 1.7;
    font-size: 1.6rem;
    font-weight: 500;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* フォーム部分のフォント指定 */
button, input, select, textarea {
  font-family: inherit;
}

/* ===========================================
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;
}

/* プレースホルダー文字色 */

: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 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background-color: #999;
    text-align: center;
    color: #0A2530;
    z-index: 3000;
}
#blockskip a {
    color: #0A2530;
    overflow: hidden;
    background-color: transparent;
}
.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;
} */

/* 本文へ移動隠しジャンプ 基本的にjsではなくcssで実装*/

.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.6;
	top:0;
	left:0;
}
a.skip:focus {
	display:block;
	width:99.99%;
	font-size:100%;
	line-height:1.6;
	top:0;
	left:0;
}

.pagenumber{
    text-align: right;
    width: 1200px;
    margin: 10px auto;
    padding: 10px 0;
}

.pagenumber span{
    background-color: #fff;
    border-radius: 25px;
    padding: 10px;
    font-size: 1.4rem;
}

/* スペーサー、ガイダンス、隠しジャンプ */

.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 {
    font-size: 3.0rem;
    font-weight: normal;
}
h2 {
    font-size: 2.2rem;
}
h3 {
    font-size: 2.0rem;
}
h4 {
    font-size: 1.8rem;
}
h5 {
    font-size: 1.8rem;
}
h6 {
    font-size: 1.6rem;
}
p, address, table, dt, dd {
    line-height: 1.7;
    font-size: 1.6rem;
}
li {
    line-height: 1.3;
    font-size: 1.6rem;
}

/* 余白調整
============================== */

.h1bg {
    padding-bottom: 0.58em;
}
.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;
}

/* スタイル回り込み解除 */

.h1bg {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.h2bg {
    overflow: hidden;
}
.h3bg {
    overflow: hidden;
}
.h4bg {
    overflow: hidden;
}
h5 {
    overflow: hidden;
}
h6 {
    overflow: hidden;
}
.t-box, .t-box2 {
    margin: 0 0px .85em;
}
.t-box>p, .t-box2>p {
    padding-left: 0;
    padding-right: 0;
}
p {
    padding-bottom: .85em;
    padding-left: .85em;
    padding-right: .85em;
}
ul {
    padding-bottom: .85em;
    /* padding-right: 30px; */
    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;
    /* padding-right: 30px; */
}
li {
    padding-bottom: .5em;
    position: relative;
}
/* ul>li {
    padding-left: 30px;
    background-image: url(/images/c_icon_li.png);
    background-repeat: no-repeat;
    background-position: 16px .45em;
} */
.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;
}
.t-box2 table ul {
	list-style-type: disc;
	list-style-image: none;
	padding-left: 20px;
}
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;
}

/* リンク関連
============================== */


/*  通常のリンク色  */

a:link {
    color: #333333;
}
a:visited {
    color: #800080;
}
a:hover, a:focus {
    color: #9D0D0D;
    text-decoration: underline;
}
a:active {
    color: #E20000;
}

/* ページ内リンク下線消し */

a:not([href]) {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    vertical-align: bottom;
}
a:hover:not([href]) {
    color: inherit;
}

/*検索窓
============================== */

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

/* 追従メニュー部分 */
.search_con{
    display: flex;
}

.search_con ul{
    padding: 0;
}

.search_con ul li{
    padding-bottom: 4px;
}

.search_con ul li:nth-child(2){
    padding: 0;
}

.search_con ul li a{
    background-color: #e6e6e6;
    color: #2b2b2b;
    position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border-radius: 5px;
  width: 160px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 6px 0 3px;
  color: #2b2b2b;
}

.search_con ul li a:before{
    display: none;
}

.search_con ul li.active a{
  background: #0b50cf;
  color: #fff;
}

.search_con ul li.active a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left: 7px solid #0b50cf;
    display: block;
}

.tab_box{
    margin: 0 0 0 16px;
}

.search_tabbox{
    display: none;
}

.search_tabbox.show{
    display: block;
}

.tab01 .h0search table td{
    border: none;
    background: transparent;
}

.tab01 .h0search table.gsc-search-box td.gsc-input{
    padding: 0;
}

.tab01 .h0search .gsc-input-box{
    border: 1px solid #0b50cf;
    width: 606px;
    height: 61px;
    border-radius: 8px 0 0 8px;
}

.tab01 .h0search .gsc-input{
    height: 100%;
}

.tab01 .h0search .gsc-search-button{
    padding: 0;
    width: 82px;
    margin: 0;
    height: 61px;
    border-radius: 0 8px 8px 0;
    background-color: #0b50cf;
    background-image: url(/images/search_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 31px auto;
}

.tab01 .h0search .gsc-search-button svg{
    display: none;
}

.tab01 .h0search .form.gsc-search-box{
    margin: 0;
}

.tab01 .h0search .gsc-search-box{
    margin: 0;
}

.tab01 .h0search table.gsc-search-box{
    margin: 0;
}

.tab02 .flex{
    display: flex;
}

.moktekiTabInput{
    border: 1px solid #0b50cf;
    width: 606px;
    height: 61px;
    border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px !important; 
}

.mokutekiTabBtn{
    padding: 0;
    width: 82px;
    margin: 0;
    height: 61px;
    border-radius: 0 8px 8px 0 !important;
    background-color: #0b50cf;
    background-image: url(/images/search_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 31px auto;
}


/*パンくず
============================== */
.pankuzu-bg{
    background-color: #fff;
    border-bottom: 1px solid #c9d3e5;
}

.pankuzu {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 9px 0 7px;
}
.pankuzu-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 1200px;
    margin: 0 auto 20px auto;
}
.pankuzu .pk-img {
    border: 1px solid #c4c4c4;
    background: none;
    font-size: 1.2rem;
    padding: 2px 10px;
    font-weight: normal;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 3px;
    color: #666666;
    margin-right: 12px;
}
.pankuzu .pk-img::before {
    border: none;
}
.pankuzu ol, .pankuzu ul {
    padding: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.pankuzu ol li, .pankuzu ul li {
    float: left;
    margin: 0;
    padding: 0 14px 0 8px;
    line-height: 1.5;
    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: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-top: 1px solid #7a7a7a;
    border-right: 1px solid #7a7a7a;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pankuzu a{
    font-size: 1.4rem;
}
.pankuzu a:link, .pankuzu a:visited, .pankuzu a:active {
    color: #444444;
}
.pankuzu a:focus, .pankuzu a:hover {
    color: #444444;
    text-decoration: underline;
}
.pankuzu .pk-img img {
    vertical-align: baseline;
}

/*パンくず　スマホ表示*/
@media screen and (max-width: 767px) {
  .pankuzu {
      padding: 5px 5px;
      margin-right: 15px;
      margin-left: 15px;
      margin-bottom: 15px;
  }
  .pankuzu-in {
    width: 100%;
    margin-bottom: 0;
  }
}

/* ===========================================
▼コンテンツパーツ▼
=========================================== */
#con_bg .wysiwyg_wp{
    /* padding: 0 10px; */
}

/* 更新日 */

.basic_info_wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 0.85em;
}

.update_wp p {
    padding-right: 0;
    cursor: initial;
}

/* SNSボタン */
#sns_btn_wp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#sns_btn_wp p {
    padding-left: 0;
    padding-right: 10px;
}
#sns_btn_wp p:last-of-type {
    padding-right: 0;
}

/* 大見出し */

.h1bg>div {
    width: 100%;
    background-color: #bce7fb;
    color: #1a1a1a;
    padding: 35px;
    min-height: 95px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
}
.h1bg h1 {
    font-weight: bold;
    word-break: break-all;
}

.h1img h1 img{
    border-radius: 8px 8px 0 0;
    margin-bottom: 40px;
    margin: 0 -20px 40px -20px;
}

/* a01_中見出し */

.h2bg>div {
    background-color: #eaf5f9;
    padding: 14px;
    line-height: 1.5;
    border: 1px solid #286ddd;
    border-radius: 8px;
}

.h2bg h2{
    font-size: 2.4rem;
}
.h2bg h2 a:link {
    color: #333333;
}
.h2bg h2 a:hover, .h2bg h2 a:focus {
    color: #9D0D0D;
    text-decoration: underline;
}

/* a02_小見出し */

.h3bg>div {
    border-top: 2px solid #f4f4f4;
    padding: 14px;
    border: 1px solid #009fe8;
    line-height: 1.5;
    border-radius: 8px;
}
.h3bg h3 {
    font-size: 2.0rem;
}
.h3bg h3 a:link {
    color: #333333;
}
.h3bg h3 a:hover, .h3bg h3 a:focus {
    color: #9D0D0D;
    text-decoration: underline;
}

/* a19-1_細見出し */

.h4bg>div {
    padding: 12px 14px 10px 14px;
    border: 1px solid #ff699c;
    border-radius: 8px;
    padding: 12px 14px 10px 14px;
}
.h4bg h4 {
    font-size: 1.8rem;
    line-height: 1.5;
}
.h4bg h4 a:link {
    color: #333333;
}
.h4bg h4 a:hover, .h4bg h4 a:focus {
    color: #9D0D0D;
    text-decoration: underline;
}

/* a19-2_細々見出し */

h5 {
    color: #1150b7;
    line-height: 1.5;
    font-size: 1.7rem;
}
h5 a:link {
    color: #1150b7;
}
h5 a:hover, h5 a:focus {
    color: #9D0D0D;
    text-decoration: underline;
}

/* a03_文章 */

/* a03_文章 動画スマホ表示サイズ調整*/
@media screen and (max-width: 767px) {
	iframe {
		width: 100%;
	}
}
/* a03_文章 るび調整*/
ruby {
  line-height: 2.5;
}

/* a05_ファイルダウンロード（PDF等） */
.filelink{
    padding: 0 10px;
}
.filelink a {
    background-image: url(/images/c_icon_filelink02.png);
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    clear: both;
    display: inline-block;
    background-position: 2px .43em;
    vertical-align: bottom;
    word-break: break-all;
}

/* a06_表　a07_表取り込み（Excel） */

.wysiwyg_wp>table, .t-box2>table, .t-box>table {
	table-layout: fixed;
}

.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: 767px) {
  .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/c_icon_inlink02.png);
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    background-position: 5px .5em;
		display: inline-block;
    word-break: break-all;
}

/* 外部リンク
============================== */

.externalLink a.externalLink {
    background-image: url(/images/c_icon_outlink02.png);
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    background-position: 0 .6em;
		display: inline-block;
    word-break: break-all;
}

.innerLink a.newWindow {
    background-image: url(/images/c_icon_outlink02.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;
    padding: 0;
}

/* a13_ページ内リンク */

ul.linkjump li::before {
    content: none;
}
ul.linkjump {
    list-style: none;
    padding-bottom: 10px;
    /* padding-left: 25px;
    padding-right: 25px; */
    /* display: flex; */
}
ul.linkjump li{
    margin: 0 10px 10px 0;
    display: inline-block;
}
ul.linkjump li a {
    flex-wrap: wrap;
    padding: 6px 15px 6px 30px;
    line-height: 1.7;
    background-image: url(/images/c_icon_jumplink02.png);
    background-repeat: no-repeat;
    background-position: 11px 1.6rem;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    min-height: 40px;
    display: block;
}

/* a18_地図情報（文章あり） */


/*
.mapimg {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}*/

.mapimg {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 10px;
}
.markernav {
    overflow: hidden;
}

/* a17_ページの上部へ */

.tothispage2 {
    clear: both;
}
.totoptxt {
    padding: 0;
    clear: both;
    /* line-height: 1.2; */
    text-align: right;
    position: relative;
    padding: 0.56em 0 0.56em 0;
    margin-left: auto;
}
.totoptxt:before {
    content: '';
    background-image: url(/images/c_icon_pagetop.png);
    background-repeat: no-repeat;
    background-position: 0 0.2em;
    margin: 0 0 0 -20px;
    padding: 0 0 0 20px;
    image-rendering: auto;
    height: 1em;
    width: 1em;
}

/* 画像パーツ
============================== */

.img-area {
    padding: 0;
    display: block;
    padding: 0 0 10px;
}
img {
    border: none;
    vertical-align: middle;
}
.img-only > a, .img-right > a, .img-left > a, .img-center > a {
  width: 100%;
}
.img-only > span, .img-right > span, .img-left > span, .img-center > span {
  line-height: 1.7;
  word-break: break-all;
}

/* 画像エリア内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 0 10px 0;
}
.imglink-side2 span {
    padding: 0;
    /* line-height: 1.3; */
    display: block;
    word-break: break-all;
}
p.imglink-side2:nth-child(1) {
    padding: 0 20px 10px 0;
}

/* 画像横並び（3連） */

p.imglink-side3 {
    padding: 0;
    text-align: center;
    float: left;
    display: table;
    width: 160px;
    /* minimum width */
}
p.imglink-side3 {
    padding: 0 20px 10px 0;
}
p.imglink-side3 span {
    padding: 0;
    /* line-height: 1.3; */
    display: block;
    word-break: break-all;
}
p.imglink-side3:nth-child(1) {
    padding: 0 20px 5px 0;
}
p.imglink-side3:nth-child(3) {
    padding: 0 0 10px 0;
}

/* 画像横並び（4連）  */

p.imglink-side4 {
    float: left;
    padding: 0 20px 10px 0;
    text-align: center;
    display: table;
    width: 160px;
    /* minimum width */
}
p.imglink-side4 img {
    padding: 0;
}
p.imglink-side4 span {
    padding: 0;
    /* line-height: 1.3; */
    display: block;
}
p.imglink-side4:nth-child(1) {
    padding: 0 20px 10px 0;
}
p.imglink-side4:last-of-type {
    padding-right: 0;
}

/* 画像リンク　5連 */

p.imglink-side5 {
    float: left;
    padding: 0 10px 10px 10px;
    text-align: center;
    float: left;
    display: table;
    width: 160px;
    /* minimum width */
}
p.imglink-side5 img {
    padding: 0;
}
p.imglink-side5 span {
    padding: 0;
    /* line-height: 1.3; */
    display: block;
}
p.imglink-side5:nth-child(1) {
    padding: 0 10px 10px 0;
}

/* am05_画像横並び（4連）PC4SP2 */
.imglink-side4-2-area{
    display: flex;
    justify-content: space-between;
}
.imglink-side4-2{
    padding: 0 20px .85em 0;
}
.imglink-side4-2:last-of-type {
    padding: 0 0 .85em 0;
}
/* am05_画像横並び（6連）PC3SP2 */
.imglink-side6-area{
    display: flex;
    flex-wrap: wrap;
}

.imglink-side6-area .imglink-side6{
    width: calc((100% - 40px) / 3);
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px;
}

.imglink-side6-area .imglink-side6:nth-of-type(3n) {
    padding-right: 0;
    margin-right: 0;
}

/* トピックス（3連） */
.topics_3col{
    display: flex;
    /* padding: 0 20px; */
}

.topics_3col li{
    padding-right: 25px;
}

.topics_3col li .sub_topics_slide{
    width: 370px;
    background-color: #f6f6f6;
    border-radius: 8px;
    padding: 40px 20px 45px;
    text-align: center;
}

.topics_3col li .sub_topics_slide p{
    text-align: left;
    padding: 15px 0 15px;
}

.topics_3col li .sub_topics_slide p.innerLink a.innerLink,
.topics_3col li .sub_topics_slide p.externalLink a.externalLink {
    background-image: none;
    padding: 0;
}

.topics_3col li .sub_topics_slide span{
    text-align: left;
    display: block;
}

/* 動画リンク（3連） */
.mvlink_con{
    padding: 0 0 10px;
    display: flex;
}

.mvlink_wp{
    width: 370px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    margin-right: 23px;
    overflow: hidden;
}
.mvlink_wp:nth-of-type(3n) {
    margin-right: 0;
}

.mvlink_img{
    position: relative;
}

.mvlink_img a:focus {
    outline: 2px solid #000;
    outline-offset: -3px;
}

.mv_time{
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    padding: 0 15px;
    border-radius: 8px 0 0;
    font-size: 1.4rem;
}

.mvlink_txt{
    padding: 20px 15px;
}

.mv_title{
    font-size: 2.4rem;
    font-weight: bold;
    display: block;
}

.mv_date{
    display: block;
    font-size: 1.4rem;
}

/* リンク（4連） */
.btn_link4{
    display: flex;
    padding: 10px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.btn_link4 li{
    width: calc(100% / 4);
    padding-right: 13px;
}

.btn_link4 li:nth-child(4n){
    padding-right: 0;
}

.btn_link4 li a{
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #009fe8;
    border-radius: 8px;
    text-align: center;
    padding: 18px 30px 18px 10px;
    background-image: url(/images/btn_link4_icon.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
    height: 100%;
}

/* 背景色枠つきメニューボタン */
.bkmenu{
    padding: 25px 25px 20px 25px;
    display: flex;
    flex-wrap: wrap;
    background-color: #90d0ec;
    margin: 0 auto;
    border-radius: 8px;
}

.bkmenu li{
    width: calc((100% - 60px ) / 4);
    margin-right: 20px;
    text-align: center;
    padding-bottom: 20px;
}

.bkmenu li:nth-child(4n){
    margin-right: 0;
}

.bkmenu li span {
    padding: 10px 0;
    font-weight: bold;
    display: block;
}

/* a11_画像横並び（5連）拡大付き */
.picture_wp {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 10px 0 20px 0;
}
.pic_img_box5 {
    margin-right: 20px;
    margin-bottom: 16px;
    /* border-radius: 10px;
    border: 1px solid #D8D8D8; */
    position: relative;
    width: calc((100% - 80px) / 5);
}
.pic_img_box5::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 23px;
    height: 23px;
    background-image: url(/images/zoom_img_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}
.pic_img_box5:nth-of-type(5) {
    margin-right: 0;
}
.pic_img_box5 a {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    text-decoration: none;
    width: 100%;
}
.pic_img_box5 img {
    /* border-radius: 10px 10px 0 0; */
}
.imgdisplaynone {
    display: none;
}



/* 画像（左）＋文章（文章回りこみ） */

.img-area-l {
    padding: 0 20px 0.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;
}

.img-area-l table {
  table-layout: fixed;
}

/* 画像（右）＋文章（文章回りこみ） */

.img-area-r {
    overflow: hidden;
    padding: 0 20px 0.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;
}

.img-area-r table {
  table-layout: fixed;
}

/* 地図エリア、画像リンク（文章回りこみ）用再調整 */

.wysiwyg_wp ol, .wysiwyg_wp ul, .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;
}
.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-bottom: 15px;
    padding: 20px 18px;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    background-color: #FFF;
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 1.5rem;
}
p.dladobereader img {
    /* padding-right: 5px; */
    vertical-align: middle;
}

/* この記事への問い合わせ
============================== */

#contact{
    background-color: #eaf5f9;
    border-radius: 8px;
    padding: 20px;
}

#contact h2{
    border-bottom: 1px solid #bbecf9;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0 0 15px;
    margin: 0 0 20px;
}

#contact .contact-sec{
    font-weight: bold;
    font-size: 1.8rem;
    padding-left: 0;
}

#contact .contact-add,
#contact .contact-tel,
#contact .contact-fax{
    padding: 0 0 8px 0;
}

#contact .contact-form{
    padding: 0 0 0px 25px;
    background-image: url(/images/form_icon.png);
    background-repeat: no-repeat;
    background-position: center left;
}

/* 評価エリア　この情報はお役に立ちましたか？
============================== */

input[type="radio"] {
    margin: 0 3px 0px 5px;
    vertical-align: baseline;
}
.feedback_wp{
    margin: 40px 0 0;
}
form.feedback {
    margin: 0 0 1.8em 0;
    padding: 10px;
    margin: 0 0 0.85em;
    background-color: #f6f6f6;
    border-radius: 8px;
}
#formmail fieldset {
    border: none;
}
#formmail h2 {
    padding-top: 0.25em;
    padding-bottom: 0.58em;
    font-size: 1.8rem;
    padding-left: .75em;
    padding-right: .85em;
    color: #1a1a1a;
}
#formmail p {
    margin: 10px 12px;
    padding: 0;
}
form.feedback h3 {
    margin: 0.4em 0;
    padding: 0;
    border-bottom: none;
    background-image: none;
}
.formtxt {
    padding: 0 12px 8px 12px;
}
form.feedback div.fedd {
    margin: 0 0 1em 10px;
    padding: 0;
    line-height: 1.2;
}
form.feedback label {
    margin: 0 10px 0 0;
    padding: 0;
}
#formmail .submitbox {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    width: 100%;
}
#formmail .submitbox .fedbt {
    margin: 0;
    padding: 0;
    min-height: 50px;
    font-weight: normal;
    color: #FFF;
    background-color: #db2678;
    border: none;
    text-decoration: none;
    cursor: pointer;
	font-size: 1.33rem;
    font-weight: bold;
    width: 200px;
    border-radius: 10px;
}
#formmail li {
    background: none;
    text-align: left;
    line-height: 2.5;
}
.formtxt legend {
    font-weight: bold;
		display: inline-block;
}
.formtxt fieldset {
    margin-bottom: 15px;
}

/* ===========================================
▼インデックスパーツ▼
=========================================== */


/*  第二階層用新着メニュー  */

.menu_2nd_new-r a:link, .menu_2nd_new-r a:visited, .menu_2nd_new-r a:active, .info-list a:link, .info-list a:visited, .info-list a:active {
    color: #111133;
    text-decoration: none;
}
.menu_2nd_new-r a:focus, .menu_2nd_new-r a:hover, .info-list a:focus, .info-list a:hover {
    color: #111133;
    text-decoration: underline;
}
.menu_2nd_new-wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px;
}
.menu_2nd_new-l {
    width: 880px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* 防災安心安全 */

.menu_2nd_new-r {
    width: 260px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #F6F6ED;
    padding: 10px 20px 5px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h2.menu_bousai-title {
    color: #D13203;
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
span.menu_bousai_icon {
    padding-left: 30px;
    background-image: url(/images/c_menu_bousai_icon.png);
    background-repeat: no-repeat;
}
.menu_2nd_new-r ul, .menu_2nd_new-r li {
    padding: 0;
    margin: 0;
    background-image: none;
}
.menu_2nd_new-r li a {
    padding: 10px 5px;
    display: inline-block;
    position: relative;
}
.menu_2nd_new-r li a::before {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #1A418C;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 7px;
    position: absolute;
    right: -8px;
    top: 50%;
    width: 7px;
    margin-top: -5px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.menu_2nd_new-r li a:hover::before {
    right: -12px;
}
.menu_2nd_new-r li {
    border-bottom: 1px solid #B59E59;
}
.menu_2nd_new-r li:last-of-type {
    border-bottom: none;
}
.menu_2nd_new-r li:last-of-type a {}

/*  第二階層用画像メニュー  */

.Img_menu_2nd-wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1172px;
}
.Img_menu_2nd {
    width: calc(100% / 4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
    padding-right: 15px;
}
.Img_menu_2nd p {
    padding: 0;
    margin: 0;
    font-size: 1.4rem;
    display: block;
    overflow: hidden;
}
.Img_menu_2nd .img-area {
    margin: 0;
}
span.Img_menu_cap {
    display: block;
    background-color: #111133;
    padding: 10px;
    color: #FFF;
    font-size: 1.8rem;
    text-align: center;
    z-index: 900;
    position: relative;
}
.Img_menu_2nd a, .Img_menu_2nd a:visited, .Img_menu_2nd a:active {
    text-decoration: none;
    color: #FFF;
}
.Img_menu_2nd a:hover, .Img_menu_2nd a:focus {
    text-decoration: underline;
}
.Img_menu_2nd a img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.Img_menu_2nd a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*  am04_新着情報  */

h2.newinfo-title {
    letter-spacing: .3em;
}
.newinfo-box {
    margin-bottom: 0.85em;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 0;
    border: 1px solid #286ddd;
    border-radius: 8px;
    margin: 0 0 50px;
}
.newinfo_title{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #286ddd;
    padding: 0 15px 15px 5px;
    align-items: center;
}
.newinfo_title_h2 h2{
    font-size: 3.6rem;
}
.info-list {
    margin: 0;
    padding: 0;
}
.info-list .date {
    margin: 0;
    width: 6em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 150px;
    padding-top: .3em;
}
.info-list li a{
    text-decoration: underline;
}
ul.info-list li {
    padding: 16px 33px 14px 7px;
    clear: both;
    margin: 0 0 3px 0;
    position: relative;
    width: auto;
    background-image: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #dbdbdb;
}
.newinfo-box ul.info-list li:last-of-type {
    border-bottom: none;
}

.allNewsList-wp .info-list li span:nth-of-type(2) {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.ichiran-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.ichiran-link a {
    color: #1a1a1a;
    text-decoration: none;
    position: relative;
    padding-left: 25px;
}
.ichiran-link a:hover, .ichiran-link a:focus {
    text-decoration: underline;
}
.ichiran-link a::before {
    position: absolute;
    top: .35em;
    left: 0%;
    content: "";
    width: 14px;
    height: 13px;
    background-image: url(/images/news-ichiran-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 13px;
}
ul.info-list li::before {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #1A418C;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 7px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 7px;
    margin-top: -5px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
ul.info-list li:hover::before {
    right: 16px;
}
.info-list span.link a {
    position: relative;
    display: block;
    padding: 5px 10px 5px 10px;
    color: #2D469F;
    text-decoration: underline;
}

/* 0件 */

.newinfo-box>p {
    padding: 10px 12px;
    margin: 0;
}

/* 終了アイコン */

img.eventend {
    vertical-align: middle;
    margin-left: 8px;
}

/* メニューパーツ
============================== */

ul.site-li {
    padding-top: .85em;
    padding-left: 10px;
    padding-right: 10px;
}
ul.site-li li {
    line-height: 1.3;
    background-image: none;
    padding-left: 0;
    border-bottom: 1px solid #c4c4c4;
    padding: 14px 0;
}
ul.site-li li a::before {}
ul.site-li-1 {
    /* padding-left: 20px;
    padding-right: 20px; */
}
.site-li-1 li {
    line-height: 1.3;
    background-image: none;
}
.site-li-1 li::before {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #1A418C;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    left: 7px;
    top: .35em;
    width: 8px;
}
ul.norcor {
    padding: .85em 20px 0.86em 20px;
}
ul.norcor li {
    line-height: 1.3;
    background-image: none;
    padding-left: 0;
    border-bottom: 1px solid #c4c4c4;
    padding: 14px 0;
}
ul.norcor li a::before {}
.norcor-side li::before {
    content: none;
}
.m-title h2 {
    font-size: 2.8rem;
    position: relative;
    background-image: url(/images/c_icon_arrow.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
}

/* m-title メニュー矢印を後ろに付ける場合 */
.m-title a::before {
  right: 12px;
}
.m-title a:hover::before {
  right: 9px;
}

/* m-title メニュー矢印を前に付ける場合 */
/* .m-title a::before {
  left: 5px;
}
.m-title a:hover::before {
  left: 8px;
} */

.m-title {
    position: relative;
    background-color: #f6f6f6;
    border-radius: 8px;
    margin: 0 0 0.85em;
}
.menulist {
    padding: 30px 0 0.85em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menulist2 {
    padding: 0 0 0.85em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.m-title a {
    display: block;
    padding: 10px 40px 10px 20px;
    background-position: 10px .85em;
    color: #333;
    position: relative;
    text-decoration: none;
}

/* メニューパーツリンク色 */

.norcor a, .norcor-side a, .m-title a, .menulist a:link {
    color: #333;
}
.norcor a:link, .norcor-side a:link, .m-title a:link, .menulist a:link {
    color: #333;
}
.norcor a:visited, .norcor-side a:visited, .m-title a:visited, .menulist a:visited {
    color: #333;
}
.norcor a:hover, .norcor-side a:focus, .norcor-side a:hover, .norcor-side a:focus, .m-title a:hover, .m-title a:focus, .menulist a:hover, .menulist a:focus {
    color: #333;
    text-decoration: underline;
}
.norcor a:active, .norcor-side a:active, .m-title a:active, .menulist a:active {
    color: #333;
}

/* メニューアイコン表示（インデックス、コンテンツ） */

.site-li a[href$="/index.html"], .norcor a[href$="/index.html"],.norcor-side a[href$="/index.html"] {
    background-image: url(/images/c_icon_idx.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    display: inline-block;
    background-position: 0 .3em;
    word-break: break-all;
}
.site-li a:not([href$="/index.html"]), .norcor a:not([href$="/index.html"]),.norcor-side a:not([href$="/index.html"]) {
    background-image: url(/images/c_icon_cont.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    display: inline-block;
    background-position: 0 .3em;
    word-break: break-all;
}

/* 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;
}

.m-box2 .m-title{
    margin: 0;
}

/* メニュー自動生成1列（子・孫）（横） */

.norcor-side {
    overflow: hidden;
    padding: 5px 10px 0.86em 10px;
}
.norcor-side li {
    line-height: 1.3;
    background-image: none;
    padding-left: 0;
    border-bottom: 1px solid #c4c4c4;
    padding: 14px 0;
}

.norcor-side li::before {
    content: none;
}

/* 概要文 */

span.menu_summary {
    display: block;
    padding-left: 25px;
}

/* am01_メニュー自動生成2列（子・孫） */

.m-box2 {
    width: calc(100% / 2);
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.m-box2:nth-of-type(2) {
    padding-right: 0;
}

/* am01_メニュー自動生成3列（子・孫） */

.m-box3 {
    width: calc(100% / 3);
    padding-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
}

.m-box3 .m-title{
    margin: 0;
}

.m-box3:nth-child(3n){
    padding-right: 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;
}

/* サイトマップ */

ul.site-map {
    padding-top: .85em;
    padding-left: 10px;
    padding-right: 10px;
}
ul.site-map li {
    line-height: 1.3;
    background-image: none;
}
ul.site-map li a::before {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #1A418C;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    left: 12px;
    top: .35em;
    width: 5px;
}

/* 全新着ページ */

.allNewsList-wp .info-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* border-bottom: 1px dotted #CCC; */
    background-color: transparent;
}
.allNewsList-wp .info-list li:first-of-type {
    border-top: 1px solid #dbdbdb;
}
.allNewsList-wp .info-list li span.date {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 10em;
    margin: 0 1em 0 0;
}
img.update_icon {
    padding-left: 5px;
    vertical-align: middle;
}

/* カテゴリ */
.category_con .info-list li:first-of-type {
    border-top: 1px solid #dbdbdb;
}
.category_con .info-list li span.date {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 10em;
    margin: 0 1em 0 0;
}


/* 広告エリア
============================== */

.kokoku-title h2 {}
.kokoku-wp .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.kokoku-title {
    text-align: center;
}
.kokoku-list {
    width: 682px;
    -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;
}
.kokoku-list li {
    margin-bottom: 10px;
    list-style: none;
    background-image: none;
    padding: 0;
    width: 140px;
}
.kokoku-list li:nth-of-type(5n) {
    width: 120px;
}
.kokoku-wp {
    margin: 0 0 1.8em 0;
    padding: 10px;
    margin-bottom: 0.85em;
}
.kokoku-title p {
    padding-right: 0;
    text-align: right;
}
.kokoku-title p a {
    margin: 0;
    float: none;
}
.kokoku-list li img {
    max-width: 120px;
    height: auto;
}

/* ==================================================
ローカルナビエリア
================================================== */


/* ローカルナビ
============================== */

.sidebt-box {
    width: 1200px;
    margin: 0 auto;
}
#localnavi {}
#localnavi li, #localnavi ul {
    position: relative;
    background: none;
    padding: 0;
    margin: 0;
}
#localnavi ul {
    padding-bottom: 15px;
}
#localnavi li {
    margin: 0 20px;
    font-size: 1.5rem;
    background-image: url(/images/c_lonavi_arrow.png);
    background-repeat: no-repeat;
    background-position: 6px .8em;
}
#localnavi li::before {
    content: none;
}

#losubnavi{
    width: 1200px;
    margin: 0 auto;
}
.lobgbox {
    margin-bottom: .85em;
    border: 1px solid #F6F6ED;
    background-color: #90d0ec;
    border-radius: 8px;
}
.lsnavi {
    cursor: pointer;
}
#losubnavi li span.now {
    display: inline-block;
    padding: 10px 10px 10px 5px;
    margin-left: 18px;
    background-color: #FFFFFF;
    word-break: break-all;
}
#localnavi ul li a {
    display: inline-block;
    padding: 10px 10px 10px 5px;
    color: #111133;
    margin-left: 18px;
    word-break: break-all;
}
#localnavi ul li a:link, #localnavi ul li a:visited, #localnavi ul li a:active {
    color: #111133;
    text-decoration: none;
}
#localnavi ul li a:focus, #localnavi ul li a:hover {
    color: #111133;
    text-decoration: underline;
}
#losubnavi li:last-child a {
    border: none;
}
.lsnavi h2 {
    padding: 11px 10px 12px 45px;
    display: block;
    color: #1a1a1a;
    font-weight: bold;
    text-align: center;
    font-size: 2.2rem;
    background-image: url(/images/con_btn_open.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
}

.lsnavi.active h2{
    background-image: url(/images/con_btn_close.png);
}

.lobgbox ul{
    width: 1130px;
    margin: 15px auto 0;
    display: flex;
    flex-wrap: wrap;
}

.lobgbox ul li{
    margin-right: 10px;
}

.lobgbox ul li a{
    color: #1a1a1a;
    background-color: #fff;
    display: block;
    border-radius: 8px;
}
.lobgbox ul li a span.sblock{
	font-weight:normal;
}
.lobgbox ul li .sblock{
    color: #1a1a1a;
    background-color: #fff;
    padding: 13px 15px 10px 15px;
    display: block;
    border-radius: 8px;
    font-weight: bold;
}

#localnavi h2 {
    font-size: 1.8rem;
}
#localnavi ul li:last-child {
    border: none;
}

/* みつからない
============================== */

.lojoho_mitsukaranai {
    background-color: #fff;
    margin: 0 0 100px;
    position: relative;
    background-repeat: repeat-x;
    background-position: 0 100%;
    text-align: center;
    padding: 0;
    font-size: 1.8rem;
    position: relative;
    border-radius: 8px;
    font-weight: bold;
    border: 1px solid #dbdbdb;
}

.lojoho_mitsukaranai a{
    background-image: url(/images/info_btn.png);
    background-repeat: no-repeat;
    background-position: center right 28px;
    font-size: 2.2rem;
}

.lojoho_mitsukaranai a:hover::before {
    right: 10px;
}
.lojoho_mitsukaranai a:link, .lojoho_mitsukaranai a:visited, .lojoho_mitsukaranai a:active {
    color: #1a1a1a;
    text-decoration: none;
}
.lojoho_mitsukaranai a:hover, .lojoho_mitsukaranai a:focus {
    color: #1a1a1a;
    text-decoration: underline;
}
.lojoho_mitsukaranai a {
    display: block;
    padding: 11px 19px 12px 10px;
}

/* レコメンド
============================== */

.lorecommend {
    margin-bottom: .85em;
    background-color: #2462d4;
    margin: 0 auto 0.85em;
    border-radius: 8px;
    cursor: pointer;
    width: 1200px;
}

.lorecommend h2{
    color: #fff;
}

.lorecommend h2 br{
    display: none;
}
.lorecommend .lsnavi {
    /* background-image: url(/images/c_loreco_icon.png);
    background-position: 14px 50%; */
}

.lorecommend ul{
    width: 1130px;
    margin: 15px auto 0;
    display: flex;
    flex-wrap: wrap;
}

.lorecommend ul li {
    margin-right: 10px;
}

.lorecommend ul li a{
    color: #1a1a1a;
    background-color: #fff;
    padding: 13px 15px 10px 15px;
    display: block;
    border-radius: 8px;
}
#localnavi .lorecommend li {
    background-image: url(/images/c_icon_inlink.png);
    background-position: 10px .85em;
}

/* 広告　次階層
============================== */
.kokoku_normal {
    background-color: #fff;
    padding: 50px 0 45px 0;
}
.kokoku_normal .advertisement{
    width: 1145px;
    margin: 0 auto;
}

.kokoku_normal .advertisement ul{
    display: flex;
    flex-wrap: wrap;
}

.kokoku_normal .advertisement ul li{
    width: calc(100%/ 7);
    padding-bottom: 16px;
}

.kokoku_normal .ad_about{
    text-align: center;
}

/* pc sp切り替え
============================== */

.switchBtn {
    font-size: 1.4rem;
    background-color: #333399;
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.switchBtn>button {
    color: #FFF;
    padding: 5px 10px;
}
.switchBtn>button.btnAcv {
    background-color: #111133;
    padding: 5px 10px;
    background-color: #111133;
    color: #FFF;
    text-decoration: none;
    padding: 8px 10px 8px 25px;
    display: block;
    position: relative;
}
.switchBtn>button.btnAcv::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 9px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ページトップへ
============================== */

.page-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    padding: 11px 11px 0;
    text-decoration: none;
    z-index: 9999;
}

.page-top a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 1.4rem;
    font-weight: bold;
}

.page-top a img{
    margin-right: 7px;
}

/* ==================================================
イベントカレンダー
================================================== */


/* イベカレインデックスメニュー 
============================== */

#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: 25px;
    display: flex;
    flex-wrap: wrap;
}
.calicon-li li {
    margin: 0;
    background-image: none;
    width: calc(100% / 4.12);
    border-radius: 8px;
    display: block;
    background-color: #fff;
    padding: 20px 20px 20px 30px;
    border-radius: 8px;
    display: flex;
    margin-right: 10px;
    margin-bottom: 10px;
    align-items: center;
}

.calicon-li li:nth-child(4n){
    margin-right: 0;
}

.calicon-li li a{
    display: block;
    text-decoration: none;
}

.calicon-li li a:hover{
    text-decoration: underline;
}

.calicon-li img {
    margin: 0 15px 0 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;
}

/* カレンダーボタンリスト 
============================== */

#eventall a:link, #eventall a:visited, #eventall a:focus, #eventall a:hover, #eventall a:active {
    color: #1a1a1a;
    text-decoration: none;
}
.cal_bt_calendar a {
    padding: 15px 50px 15px 50px;
    background-color: #fff;
    background-image: url(/images/cal_bt_calendar.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    display: block;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
}
.cal_bt_itiran a {
    padding: 15px 50px 15px 50px;
    background-color: #fff;
    background-image: url(/images/cal_bt_itiran.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    display: block;
    color: #1a1a1a;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
}
.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: #fff;
    padding: 15px 50px 15px 50px;
    background-image: url(/images/cal_bt_eventindex02.png);
    background-repeat: no-repeat;
    background-position: 28px 50%;
    display: block;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    width: 300px;
    text-align: center;
}
#eventall {
    margin: 0;
}

/* カレンダーページ枠 
============================== */

.cal-wrap {
    margin: 0 0 30px 0;
    padding: 0;
}

/* 前の月・次の月 
============================== */

.calwrap .lastmonth a {
    color: #FFF;
    text-decoration: none;
    font-size: 2.2rem;
}
.calwrap .nextmonth a {
    color: #FFF;
    text-decoration: none;
    font-size: 2.2rem;
}
.calwrap {
    margin: 1em 0 0.7em 0;
    padding: 8px 0;
    background-color: #0b50cf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #FFF;
    margin: 22px 0;
    border-radius: 8px;
}
.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;
}
.lastmonth span::before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    border-color: #FFF;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    left: 1em;
    top: .9em;
    width: 10px;
}
.lastmonth span {
    margin: 0 0 0 38px;
    padding: 0;
    font-size: 2.2rem;
}
.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;
}
.nextmonth span::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #FFF;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 1em;
    top: .9em;
    width: 10px;
}
.nextmonth span {
    margin: 0 38px 0 0;
    padding: 0;
    font-size: 2.2rem;
}
.calwrap .thismonth {
    text-align: center;
    font-weight: bold;
    font-size: 2.8rem;
    padding: 2px 0 0 0;
    color: #FFF;
    -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;
    color: #524625;
    text-align: center;
    border: 1px solid #BFBF93;
    background-color: #EEEEDD;
}
#calendar td {
    margin: 0;
    padding: 3px 3px 3px 3px;
    color: #333333;
    vertical-align: top;
    width: 14.28%;
    border: 1px solid #BFBF93;
    background-color: #FFFFFF;
    height: 100px;
}
#calendar td.sunday {
    background-color: #FFF3ED;
    color: #1E1F1F;
}
#calendar td.holiday {
    background-color: #FDF4F2;
    color: #1E1F1F;
}
#calendar td.saturday {
    background-color: #F0FCFF;
    color: #1E1F1F;
}
#calendar td.holiday {
    background-color: #FFF3ED;
    color: #1E1F1F;
}
#calendar td.dirEventHoli {
    background-color: #FDF4F2;
    color: #1E1F1F;
}

/* セル内表示設定 
============================== */

#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: #fff3f4;
}
#calendarlist tr.saturday td {
    background-color: #f2f6fd;
}
#calendarlist tr.holiday td {
    background-color: #fff3f4;
}
#calendarlist tr.dirEventHoliday td {
    background-color: #FDF4F2;
    color: #1E1F1F;
}
#calendarlist th {
    margin: 0;
    padding: 7px 4px 6px 4px;
    color: #1a1a1a;
    border: 1px solid #dbdbdb;
    background-color: #e6e6e6;
    text-align: center;
}
#calendarlist td {
    margin: 0;
    padding: 20px 0 13px 0;
    vertical-align: top;
    text-align: center;
    border: 1px solid #dddddd;
}
#calendarlist tr.sunday td.date{
    padding: 10px 0 13px 0;
}
#calendarlist td .calendar_day{
    display: block;
}
#calendarlist td.sunday {
    color: #1E1F1F;
    background-color: transparent;
}
#calendarlist td.saturday {
    color: #1E1F1F;
    background-color: transparent;
}
#calendarlist .day {
    width: 200px;
}
#calendarlist .week {
    width: 5em;
}
#calendarlist td.einfo {
    text-align: left;
    padding: 20px 0 13px 20px;
}

/* 多数のイベントページ 
============================== */

ul.eventall-li li {
    background-image: none;
    margin: 0 0 0.58em 0;
}

div.daylist {
    margin: 0 22px 0 22px;
}

div.daylist a, div.daylist .norcor a:not([href$="/index.html"]) {
    background-image: none;
    padding-left: 0;
}



/* セル内表示設定 
============================== */

table#calendarlist p {
    clear: both;
    margin: 0.1em 2px 0.1em 0;
    padding: 1px 2px 3px 2px;
    background-color: transparent;
    color: #1E1F1F;
    display: flex;
    align-items: center;
}
table#calendarlist p img {
    vertical-align: middle;
    margin: 0;
    clear: both;
    float: left;
}
table#calendarlist p span {
    display: block;
    margin: 0 0 0 15px;
}

/* 今日判定 
============================== */

table#calendar td.today {
    border: 2px solid #333399;
}
table#calendarlist tr.today {
    border: 2px solid #ff699c;
}

/* ==================================================
重要なお知らせ　タグの基本定義
================================================== */

#kinkyu {
    width: 100%;
    background-color: #FFF;
    border-radius: 8px;
}
.importants {
    margin: 0 auto .85em auto;
    background-color: #A30000;
}
.important_content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ca3131;
    border-radius: 8px;
}

/* 災害用緊急情報エリア */
.baseall-s .s-kinkyu-box {
    margin: 20px 0 10px 0;
    padding: 0;
    border: 3px solid #BC3C16;
    background-image: none;
}
.s-kinkyu-box .important_content#kinkyu-txt {
    padding: 10px;
    margin: 0;
    overflow: hidden;
    line-height: 1.55em;
    border: none;
    border-radius: 0;
}
.baseall-s .s-kinkyu-box .h2bg div {
	border: none;
	background-color: #BC3C16;
	color: #FFFFFF;
}
.baseall-s .s-kinkyu-box .h2bg h2 {
    padding: 3px 8px 1px 8px;
    color: #FFFFFF;
    font-size: 3.0rem;
    font-weight: normal;
    background-color: transparent;
}


span.title_img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.important_item {
    padding: 16px 80px 16px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #feeef1;
}
.important_item .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 9em;
    padding: 10px;
    color: #ca3131;
    font-weight: bold;
    font-size: 2.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid transparent;
    margin-right: 5px;
}
.baseall-s .h2bg, .important_content .h2bg {
    margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #FFFFFF;
}
.baseall-s .h2bg div, .important_content .h2bg div {
    background-color: #BC3C16;
	background-image: none;
	color: #FFFFFF;
	border: none;
    border-radius: 0;
    padding: 0;
}
.baseall-s .h2bg h2, .important_content .h2bg h2 {
    padding: 5px 0 3px 8px;
	color: #FFFFFF;
	background-color: transparent;
    font-size: 1.3em;
}
.baseall-s .h3bg, .important_content .h3bg {
    padding: 0;
	border-bottom: 1px solid #FFFFFF;
	background-color: #EEEEEE;
	color: #131313;
	border-left: none;
    margin: 0 0 10px 0;
}
.baseall-s .h3bg div, .important_content .h3bg div {
    padding: 0;
	border: none;
	border-left: 5px solid #BC3C16;
	background-image: none;
    border-radius: 0;
}
.baseall-s .h3bg h3, .important_content .h3bg h3 {
    padding: 5px 0 3px 8px;
    font-size: 1.2em;
}
.baseall-s .h4bg, .important_content .h4bg {
    border: none;
    margin: 0.7em 5px 0.56em 0;
    padding: 0;
    background: none;
}
.baseall-s .h4bg div, .important_content .h4bg div {
    border-left: 5px solid #A30000;
    padding: 0 5px 0 6px;
}
.baseall-s .h4bg h4, .important_content .h4bg h4 {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}
.baseall-s .h5bg, .important_content .h5bg {
    padding-left: .85em;
    padding-right: .85em;
}
.baseall-s h5, .important_content h5 {
    font-weight: bold;
    background: none;
    padding-left: 0;
    padding-right: 0;
    color: #333333;
}
.baseall-s h6, .important_content h6 {
    font-weight: bold;
    background: none;
    padding-left: .85em;
    padding-right: .85em;
}

/* 災害コンテンツエリア */
.baseall-s .filelink {
    padding-bottom: 0.85em;
    padding-left: 0.85em;
    padding-right: 0.85em;
}
.baseall-s .filelink a {
    background-image: none;
    padding: 0;
}
.baseall-s p.filelink+.wysiwyg_wp.txtCaption, .baseall-s p.externalLink+.wysiwyg_wp.txtCaption, .baseall-s p.innerLink+.wysiwyg_wp.txtCaption {
    margin-top: 0;
    margin-left: 0;
}

.baseall-s .innerLink a.innerLink, .baseall-s .externalLink a.externalLink {
    background-image: none;
    padding: 0;
}


/* Jアラート20190412追加 */
.j-alert.importants ul.info-list {
    width: auto;
}
.j-alert.importants .ichiran-link {
    text-align: right;
}
.j-alert.importants .ichiran-link a {
    background-color: transparent;
    color: #000;
    text-decoration: underline;
    display: inline-block;
    position: relative;
    border: none;
    padding: 8px 10px 8px 12px;
    background-image: url(/images/c_icon_inlink.png);
    background-position: 0 1em;
    width: auto;
    background-repeat: no-repeat;
}
.j-alert.importants .ichiran-link a::before {
    content: none;
}
.j-alert.importants .info-list .date {
    width: 9.5em;
}
.j-alert.importants {
    background-color: #A30000;
}
.j-alert .important_item .title {
    color: #000;
    background-color: #F7EA02;
}
.j-alert .important_item a {
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.important_item .title {
	    width: 100% !important;
	}
	.j-alert .important_item .title br {
	    display: none;
	}
	.j-alert .important_item .title {
	    width: 100%;
	    margin-bottom: 5px;
	}
}

/* 特殊インデックススライダー */
.index_slider_wp{
    position: relative;
    margin-bottom: 40px;
}
.i_slider{
    /* padding: 0 20px; */
}

.index_slider_wp .slick-control-wp{
    display: flex;
    background-color: rgba(255,255,255,0.5);
    padding: 10px 37px;
    border-radius: 8px 8px 0 0;
    align-items: center;
    justify-content: space-between;
}

.index_slider_wp .slick-dots{
    display: flex;
    padding: 0;
}

.index_slider_wp .slick-dots li{
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 10px;
    padding: 0;
    background-color: #ececec;
    border-radius: 10px;
    cursor: pointer;
}

.index_slider_wp .slick-dots li.slick-active {
    background-color: #286ddd;
}

.index_slider_wp .slick-dots li button {
    position: absolute;
    content: '';
    top: -2px;
    right: -2px;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    border: 0px;
    padding: 2px;
    color: transparent;
    background: transparent;
}
/* ==================================================
大規模災害テンプレート
================================================== */

.saigai_introduction_text {
    background-color: #FFE6E6;
    margin-top: 10px;
    padding: 10px;
}
.saigai_introduction_text p {
    padding: 0;
    font-weight: bold;
}
.baseall-s input.search {
    width: 210px;
    border: 1px solid #333;
    height: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}
.baseall-s .search-area {
    border: none;
    background-color: transparent;
    background-image: none;
    padding: 0;
    margin-bottom: 0;
    width: auto;
}
.baseall-s .search-area form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* 重要なお知らせ機能 */

.baseall-s .important_item {
    margin: 0 0 10px 0;
    padding: 0;
    border: 3px solid #BC3C16;
    background-image: none;
    display: block;
}
.baseall-s .important_item .title {
    text-align: left;
    width: 100%;
    margin-bottom: 5px;

    border: none;
    background-color: #BC3C16;
    color: #FFFFFF;
    padding: 0;
    display: block;

}
.baseall-s .important_item .title span.title_img {
    padding: 3px 8px 1px 8px;
    color: #FFFFFF;
    font-size: 3.0rem;
    font-weight: normal;
    background-color: transparent;
}
.baseall-s #kinkyu {
    border-radius: 0;
}
.baseall-s .important_content {
    border-radius: 0;
    border: none;
}

/* 大規模災害用　大枠 */

.baseall-s .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    width: auto;
}
.baseall-s {
    width: 1000px;
    margin: 0 auto;
}
.baseall-s .main-l {
    width: 750px;
}
.baseall-s .main-r {
    width: 240px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
}

/* 大規模災害用　ヘッダ */

.baseall-s .head_wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.baseall-s #head1bg {
    background-color: #983012;
}
.baseall-s h1#h0left {
    margin: 0;
    padding: 10px 0 3px 10px;
    width: auto;
    height: auto;
    color: #FFFFFF;
    font-size: 4.4rem;
    font-weight: normal;
    text-align: left;
    background-color: transparent;
}
.baseall-s .head2list li {
    float: left;
    margin: 0;
    padding: 0 12px 0 12px;
    border-right: 1px solid #666666;
    color: #131313;
    background-color: transparent;
    background-image: none;
}
.baseall-s .head2list {
    padding-top: 5px;
    padding-bottom: 5px;
}
.baseall-s .head2bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #FBCECE;
    padding: 5px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* 大規模災害用　検索 */

.baseall-s input.searchBtn {
    border: 1px solid #7C7C7C;
    background-color: #F0F0F0;
    min-height: 26px;
    width: 60px;
    color: #333;
    cursor: pointer;
    font-size: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    padding: 0;
}

/* 大規模災害用　右エリア */

.baseall-s .bgbox {
    clear: both;
    margin: 0 0 10px 0;
    padding: 5px 5px;
    border: 3px solid #CCCCCC;
    background-color: #FFFFFF;
    color: #131313;
}
.baseall-s .bgbox h2 {
    border-left: 7px solid #1A3D77;
    margin: 5px;
    padding: 4px 0 0 4px;
    background-color: #D8D8D8;
    color: #131313;
    font-size: 1.6rem;
}
.baseall-s .bgbox ul {
    margin: 0.7em 5px 0.7em 10px;
    padding: 0 0 0 8px;
    list-style-type: none;
    list-style-image: none;
}
.baseall-s .bgbox ul li {
    position: relative;
    padding: 0 0 0 10px;
    margin: 7px 0 7px 0px;
    list-style-type: none;
    list-style-image: none;
}

.baseall-s .main-r li:before {
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #666666;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.baseall-s .bgbox ul li a {
    color: #2E46A0;
    background-color: transparent;
}

.saigai_LinkBtn a {
    background-color: #003399;
    display: block;
    margin-bottom: 10px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 1.8rem;
}

/* 大規模災害用　このページの上へ戻る */

.baseall-s .tothispage div {
    float: right;
    margin: 0;
    padding: 0;
    border-bottom: none;
    background-color: #FBCECE;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 10px 0.8em;
    color: #131313;
}
.baseall-s .tothispage div a {
    color: #003399;
    background-color: transparent;
    text-decoration: underline;
    margin: 0;
    padding: 7px 10px 7px 10px;
    display: block;
}

/* 大規模災害用　フッタリンク */
.baseall-s .foot2bg {
    margin: 0;
    padding: 0;
    background-color: #FBCECE;
    color: #131313;
    overflow: hidden;
}
.baseall-s .footlist {
    clear: both;
    padding: 8px 0 8px 4px;
    border: none;
    width: 100%;
    margin: 0 0 0 10px;
    list-style-type: none;
    list-style-image: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
}
.baseall-s .footlist li {
    float: left;
    margin: 0;
    padding: 0 10px;
    line-height: 120%;
    color: #131313;
    white-space: nowrap;
    border-right: 1px solid #7D6767;
    background-color: #FBCECE;
    background-image: none;
    font-size: 1.4rem;
}
.baseall-s .footlist li a:link, .baseall-s .footlist li a:visited, .baseall-s .footlist li a:active {
    color: #003399;
    background-color: transparent;
    text-decoration: underline;
}

/* 大規模災害用　フッタ */
.baseall-s .foot1bg {
    margin: 20px auto 0 auto;
}

.baseall-s .foot3bg {
    clear: both;
    margin: 0 auto 0 auto;
    padding: 0;
    background-color: #983012;
    background-image: none;
    color: #131313;
}
.baseall-s .foot_copy {
    letter-spacing: normal;
    text-align: left;
    padding-top: 10px;
}
.baseall-s .f0add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding: 8px 5px 8px 18px;
}
.baseall-s .f0add h2 {
    margin-right: 20px;
    color: #FFFFFF;
    font-weight: normal;
    background-color: transparent;
    padding: 3px 0 0 0;
    font-size: 1.3em;
}
.baseall-s address {
    color: #FFFFFF;
    background-color: transparent;
    margin: 0 0 5px 30px;
    font-size: 1.5rem;
}
.baseall-s address a, .baseall-s address a:link {
    color: #FFFFFF;
}
.baseall-s .foot_copy {
    color: #FFF;
    padding: 8px 5px 8px 18px;
    font-size: 1.4rem;
}




/* ===========================================
lightboxスタイル▼
=========================================== */

html.lb-disable-scrolling {
overflow: hidden;
position: fixed;
height: 100vh;
width: 100vw;
}

.lightboxOverlay {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
background-color: black;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
display: none;
}

.lightbox {
position: absolute;
left: 0;
width: 100%;
z-index: 10000;
text-align: center;
line-height: 0;
font-weight: normal;
}

.lightbox .lb-image {
display: block;
height: auto;
max-width: inherit;
max-height: none;
border-radius: 3px;
border: 4px solid white;
}

.lightbox a img {
border: none;
}

.lb-outerContainer {
position: relative;
*zoom: 1;
width: 250px;
height: 250px;
margin: 0 auto;
border-radius: 4px;
background-color: white;
}

.lb-outerContainer:after {
content: "";
display: table;
clear: both;
}

.lb-loader {
position: absolute;
top: 43%;
left: 0;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}

.lb-cancel {
display: block;
width: 32px;
height: 32px;
margin: 0 auto;
background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}

.lb-container>.nav {
left: 0;
}

.lb-nav a {
/*     background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=='); */
}

.lb-prev, .lb-next {
height: 100%;
cursor: pointer;
display: block;
}

.lb-nav a.lb-prev {
width: 34%;
left: 0;
float: left;
background: url(/images/prev.png) left 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}

.lb-nav a.lb-next {
width: 64%;
right: 0;
float: right;
background: url(/images/next.png) right 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}

.lb-dataContainer {
margin: 0 auto;
padding-top: 5px;
*zoom: 1;
width: 100%;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
content: "";
display: table;
clear: both;
}

.lb-data {
padding: 0 4px;
color: #ccc;
}

.lb-data .lb-details {
width: 85%;
float: left;
text-align: left;
line-height: 1.1em;
}

.lb-data .lb-caption {
font-size: 1.3rem;
font-weight: bold;
line-height: 1em;
}

.lb-data .lb-caption a {
color: #4ae;
}

.lb-data .lb-number {
display: block;
clear: left;
padding-bottom: 1em;
font-size: 1.2rem;
color: #999999;
}

.lb-data .lb-close {
display: block;
float: right;
width: 30px;
height: 30px;
background: url(/images/close.png) top right no-repeat;
text-align: right;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity: 0.7;
-webkit-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
cursor: pointer;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
