@charset "UTF-8";
/******************** CSS RESET ********************/
*, *::before, *::after {
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #777;
	margin: 1em 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address {
	font-style: normal;
}
input:not([type="radio"]):not([type="checkbox"]), button, textarea {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}
input[type="radio"]{
	margin-top: 0;
	padding-top: 0;
}
input,
label{
	vertical-align: middle;
}
legend{
	width: 100%;
}
/******************** 共通設定 ********************/
html{
	scroll-padding-top: 97px;
	overflow: auto;
	scroll-behavior: smooth;
}
body {
	font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.12em;
	color: #333;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-wrap: anywhere;
	background: url("img/bg.png") repeat;
}
#main_outline{
	background: url("img/bg.png") repeat;
}
	@media (min-width: 1025px) {
		body{
			position: static !important;
			width: 100% !important;
		}
	}
@media (max-width: 1024px){
	html{
		scroll-padding-top: 0;
	}
}
/**** テキスト ****/
p, li {
	margin-top: 12px;
}
.small {
	font-size: 85%;
}
strong{
	color: #B50000;
}
/**** リンク ****/
a {
	min-height: 24px;
	min-width: 24px;
	transition: .2s;
}
a:link {
	text-decoration: underline;
	color: #2b3095;
}
a:visited {
	text-decoration: underline;
	color: #791e78;
}
a:hover {
	color: #860000;
}
a:active {
	color: #860000;
}
a:link > strong{
	color: #2b3095;
}
a:visited > strong {
	text-decoration: underline;
	color: #791e78;
}
a:hover > strong {
	color: #9f0000;
}
a:active > strong {
	color: #9f0000;
}
.block-link {
  display: inline-block;
}

/**** 別ウィンドウで開く ****/
.window {
	display: inline-block;
	font-size: 62.5%;
	font-weight: normal;
	background: #FFF7C5;
	color: #333;
	border-radius: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #786C1C;
	vertical-align: text-bottom;
	word-wrap: break-word;
	outline: 1px solid #fff;
}
h2 .window{
	font-size: 56.25%;
}
.main_naka h2 .window{
	font-size: 49%;
}
/**** 本文へ_スキップ用リンク ****/
.skip {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
}
.skip a {
	background-color: #fff;
	width: 1px;
	font-size: 0.1%;
	line-height: 0.1;
	position: absolute;
	top: auto;
	left: -3000px;
	z-index: 9999;
	padding: 4px 0;
	outline-offset: 0;
}
.skip a:active,
.skip a:focus-visible {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 85%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
	outline-offset: -2px;
}

/**** フォーム ****/
#body input, header button, #main_outline button, footer button, #body textarea {
	background: #fff;
	border: 1px solid #777;
	font-size: 100%;
	letter-spacing: 0.12em;
	color: #333;
}
/* text,textarea */
#body input[type="text"], #body input[type="file"], #body textarea ,#body input[type="password"],#body input[type="email"],#body input[type="tel"] {
	font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	border: 1px solid #777;
	padding: 8px 6px;
	appearance: none;
	border-radius: 4px;
}
/* select */
#body select,#body select[size], #body select[multiple], #body select[size][multiple] {
	font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-height: 24px;
	min-width: 24px;
	appearance: none;
	border: 1px solid #777;
	background: #fff url(../images/select.svg) calc(100% - 8px) center no-repeat;
	border-radius: 4px;
	padding: 8px 24px 8px 6px;
	color: #333;
}
#body select[multiple],#body select[size][multiple]{
	background: #fff;
	padding: 8px 6px;
}
/* submit,reset,button */
#body input[type="submit"], #body input[type="reset"],header button[type="button"],#main_outline button[type="button"],footer button[type="button"], header button, #main_outline button, footer button, #body #shelter_search, #body #reset, #body .print input[type="button"]{
	background: #555;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 8px 16px;
	width: auto;
}
#body input[type="submit"]:hover, #body input[type="reset"]:hover,header button[type="button"]:hover,#main_outline button[type="button"]:hover,footer button[type="button"]:hover, header button:hover, #main_outline button:hover, footer button:hover,#body #shelter_search:hover, #body #reset:hover, #body .print input[type="button"]:hover {
	background: #666;
}
/**** その他 ****/
.anchor,
.notit {
	display: block;
	height: 0;
	min-height: auto;
	min-width: auto;
	position: relative;
	z-index: -1;
	margin: 0;
}
:focus-visible{
	outline: 2px solid #000;
	outline-offset: 2px;
}
.focus_visible:focus-visible{
	border-radius: 0;
	z-index: 1;
	position: relative;
}
.anchor.focus_visible:focus-visible,
.notit.focus_visible:focus-visible {
	display: block;
	background-color: #fff;
	padding: 4px;
	height: auto;
	outline-offset: -2px;
	text-align: center;
	font-size: 85%;
}
.focus_visible[tabindex="-1"]:focus-visible{
	outline: none !important;
}
input[type="text"]:focus-visible,
input[type="tel"]:focus-visible,
textarea:focus-visible {
  outline: inherit;
}
.user-tabbing input[type="text"]:focus-visible,
.user-tabbing input[type="tel"]:focus-visible,
.user-tabbing textarea:focus-visible {
  outline: 2px solid #000;
}
.date {
	font-size: 85%;
	color: #555;
	display: inline-block;
	margin: 0 4px;
}
.noscript {
	font-size: 85%;
	color: #a90000;
}
.none {
	display: none;
}
	@media only screen and (max-width: 1024px) {
		.date {
			width: 100%;
		}
	}
/******************** レイアウトCSS ********************/

/********************************************
2カラムの場合ここにliguid.cssをの中身をコピーして、
liguid.cssは削除する
********************************************/

.design{
	clear: both;
}


/********************** ヘッダー **********************/
.main_header {
	position: relative;
	width: 100%;
	background: url("img/bg.png") repeat;
}
.main_header::before {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url("img/head_bg.png") no-repeat top center;
	top: 0;
	left: 0;
}
	@media only screen and (max-width: 1024px) {
		.main_header{
			position: relative;
			border-bottom: 3px solid #007AC0;
		}
	}
/**** ヘッダー上段リンク ****/
.h_top_wrap {
	display: flex;
	flex-wrap: wrap;
	max-width: calc(100% - 380px);
	width: 100%;
	padding-left: 12px;
	font-size: 80%;
}
.h_top {
	width: 100%;
	display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
}
.h_top .h_toplist {
	display: flex;
		align-items: center;
		justify-content: flex-end;
	margin: 4px 0 4px auto;
}
.h_top .h_toplist > li {
	margin: 0 0 0 8px;
}
.h_top .h_toplist > li a {
	display: block;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #777;
	border-radius: 2px;
	text-decoration: none;
}
.h_top .h_toplist > li a:hover {
	background: #EFEFEF;
}
	@media only screen and (max-width: 1024px) {
		.h_top_wrap{
			display: none;
		}
	}
/* 色の反転 */
.bg_color{
	display: flex;
	align-items: center;
	margin-right:16px;
}
.bg_tit{
	padding: 0;
	margin: 0 6px 0 0;
}
.bg_list{
	display: flex;
	align-items: center;
}
.bg_list li{
	padding: 0;
	margin: 0 0 0 4px;
}
.bg_list li a{
	display: block;
	border: 1px solid #777;
	border-radius: 4px;
	background: #fff;
	text-decoration: none;
	padding: 0 4px;
}
.bg_list li:last-child a{
	background: #000;
}
.bg_list li:last-child a > strong {
	color: #fff;
}

/* 文字サイズ */
.font_size, .font_tit, .font, .font_list, .font_list li {
	float: left;
}
.font_size {
	margin-left: 16px;
}
.font_tit {
	margin: 1px 6px 0 0;
}
.font_list li {
	margin: 0 0 0 4px;
}
/**** ヘッダーメイン ****/
.head_in {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 16px 12px;
	display: flex;
	position: relative;
}
.h_main {
	display: flex;
	align-items: center;
	max-width: 100%;
	width: 100%;
	justify-content: flex-end;
}
.h1_box {
	max-width: 380px;
	width: 100%;
	align-self: center;
}
.head_in .h1 {
	margin: 0;
	width: 380px;
}
.h1_box .h1_p {
	margin: 0 0 12px;
	font-size: 80%;
}
.h1_box .h1_p a {
	position: relative;
	display: inline-block;
	padding-left: 16px;
}
.h1_box .h1_p a::before {
	display: block;
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	transform: rotate(-45deg);
	top: .5em;
	left: 0;
	transition: .2s;
}
.h1_box .h1_p a:hover::before {
	border-color: #860000;
}
.h1_box .h1_p.h1_home a {
	align-content: center;
}
.h1_box .h1_p.h1_home a::before {
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 8px solid #777;
	transform: none;
}
.h1_box .h1_p.h1_home a:hover::before {
	border-left-color: #860000;
}
	@media only screen and (max-width: 1024px) {
		.head_in{
			width: 100%;
			min-height: 78px;
			padding: 1em 78px 1em 12px;
		}
		.h1_box {
			max-width: 260px;
		}
		.head_in .h1 {
			max-width: 260px;
			width: 100%;
		}
		.h1_box .h1_p {
			display: none;
		}
		.h_main{
			width: calc(100% - 260px);
		}
	}
	@media only screen and (max-width: 480px) {
		.head_in .h1 {
			display: flex;
			align-items: center;
		}
		.h_main{
			width: 50vw;
		}
	}

/* 言語選択 */
.language{
	position: relative;
	display: inline-block;
	margin-top: 4px;
	padding: 4px 4px 4px 8px;
}
.language .ac_box {
	min-height: 24px;
}
.language .ac_box:focus-visible {
	outline: 2px solid #000;
	outline-offset: 4px;
	border-radius: 0;
}
.ac_box .ac_title.lang_btn{
	min-height: 24px;
	margin-top: 0;
	padding-right: max(3.5em, 64px) !important;
}
header .language button[type="button"].ac_display{
	top: -2px;
  right: 0;
  font-size: 100%;
}
.ac_box_lang .ac_box_in{
	display: none;
	position: absolute;
  top: 100%;
  width: 100%;
  z-index: 2;
  border: 1px solid #777;
  left: 0;
  margin: 4px 0 0;
  overflow: hidden;
  border-radius: 2px;
  outline: 1px solid #fff;
}
.lang_list li{
	border-bottom: 1px solid #777;
	padding: 0;
	margin: 0;
}
.lang_list li:last-child {
	border-bottom: 0;
}
.h_top .h_toplist .lang_list li a{
	display: inline-block;
	padding: 4px 2px;
	text-align: center;
	width: 100%;
	border: none;
	border-radius: 0;
}
.h_top .h_toplist .lang_list li a:focus-visible {
	outline-offset: -4px;
}
.main_header .language .ac_box_in .close{
	text-align: center;
	padding: 4px;
	background: #fff;
}
.h_top .h_toplist .language .close a{
	position: relative;
	display: inline-block;
	border: 1px solid #777;
	padding: 2px 4px 2px 18px;
	border-radius: 2px;
}
.h_top .h_toplist .language .close a::before{
	content: '';
  background: #555;
  position: absolute;
  left: 4px;
  top: 0.85em;
  height: 2px;
  width: 10px;
  z-index: 1;
	transition: .2s;
}
.h_top .h_toplist .language .close a:hover::before {
	background: #860000;
}

/* 検索ボックス */
.h_main .src_box {
	max-width: 270px;
	width: 100%;
	margin: 0 0 0 12px;
}
.src_box .q {
	float: left;
	width: calc(100% - 80px) !important;
	margin: 0;
	height: 40px !important;
	padding: 0 6px!important;
	border: 1px solid #777 !important;
	border-right: none;
	border-radius: 0!important;
}
.src_box input.q:focus-visible {
	outline-offset: -4px;
}
.h_main .src_box #search_button,
.src_box #search_button_sp{
	width: 80px;
	min-height: 40px;
	margin: 0;
	padding: 0;
	background: #007AC0;
	color: #fff;
	font-size: 100%;
	cursor: pointer;
	border: 1px solid #777;
	border-left: none;
	white-space: normal;
	display: block;
	border-radius: 0;
	transition: .2s;
}
.h_main .src_box #search_button:hover,
.src_box #search_button_sp:hover{
	background: #0362AB;
}
	@media only screen and (max-width: 1024px) {
		.h_main .src_box{
			display: none;
		}
		.src_box .q{
			width: calc(100% - 20%) !important;
		}
		.src_box #search_button_sp{
			max-width: 20%;
			width: 100%;
		}
	}
/**** グローバルナビ ****/
.g_navi {
	position: relative;
	background: #BBE6FD;
	letter-spacing: 0.12em;
	z-index: 1;
}
.g_navi_in {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	display: flex;
}
.g_navi_in > li {
	display: flex;
	width: calc(100% / 7);
	margin: 0;
	border-right: 1px solid #fff;
}
.g_navi_in > li:last-child {
	border: 0;
}
.g_navi_in > li > a {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 10px 0;
	background: #007AC0;
	border: 2px solid #007AC0;
	color: #fff;
	font-size: 100%;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
	z-index: 2;
	outline-offset: -6px;
}
.g_navi_in > li:nth-last-child(-n+2) > a {
	background: #148900;
	border-color: #148900;
}
.g_navi_in > li > a:hover,
.g_navi_in > li.active > a {
	background-color: #FFF;
	border-color: #007AC0;
	color: #007AC0;
}
.g_navi_in > li:nth-last-child(-n+2) > a:hover {
	background: #FFF;
	border-color: #148900;
	color: #148900;
}
.g_navi_in > li > a span {
	display: block;
}
.g_navi_in > li > a b {
	align-self: center;
}
.g_navi_in > li > a:focus-visible {
	outline-offset: -6px;
	outline-color: #FFF;
}
.g_navi_in > li.active > a:focus-visible {
	outline-color: #000;
}
	@media only screen and (max-width: 1024px) {
		.g_navi{
			display: none;
		}
	}

/* 追従メニュー */
.clone-nav {
	background: rgba(255,255,255,0.9);
	position: fixed !important;
	left: 0;
	top: 0;
	max-width: 100%;
	width: 100%;
	transition: .4s;
	transform: translateY(-170%);
	z-index: 9999;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.is-show {
  transform: translateY(0);
}
/*** ▼最新テンプレート適応▼ ***/
.clone_header.is-show .inner{
	max-width: 1224px;
	padding: 4px 12px;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.clone_header .clone_id{
	flex-shrink: 0;
	width: 230px;
	display: none;
	margin: 0;
}
.clone_header.is-show .clone_id{
	display: block;
}
.clone_header .clone_id img{
	width: 170px;
}
.clone_header .clone_id .go_home{
	display: none;
}
/*** ▲最新テンプレート適応▲ ***/
/*** ▼最新テンプレート適応の個別修正▼ ***/
.clone-nav .clone_id-box {
	max-width: 230px;
	width: 100%;
	align-self: center;
}
.main_header.clone_header:not(.clone-nav) .clone_id-box {
	display: none;
	opacity: 0;
}
.clone_header.is-show .skip {
	display: none;
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.clone_header.is-show .clone_id-box .h1_p {
	width: 100%;
	margin: 0 0 8px;
	font-size: 80%;
}
.clone_id-box .h1_p a {
	position: relative;
	padding-left: 16px;
}
.clone_id-box .h1_p a::before {
	display: block;
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	transform: rotate(-45deg);
	top: .5em;
	left: 0;
	transition: .2s;
}
.clone_header.is-show .clone_id-box .clone_id {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	width: 100%;
	margin: 0;
	max-width: 230px;
}
.clone_id-box .clone_id img {
	max-width: 100%;
	width: auto;
}
.clone_header.is-show .clone_id-box .clone_id a {
	position: relative;
	display: inline-block;
}
.clone_id-box .clone_id a img {
	max-width: 230px;
	width: 100%;
	margin-right: 8px;
}
.clone_id-box .clone_id a .h1_p.h1_home {
	position: relative;
	display: inline-block;
	min-width: 75px;
	width: auto;
	height: auto;
	margin: 0;
	padding-left: 16px;
	top: -.2em;
}
.clone_id-box .clone_id a .h1_p.h1_home::before {
	position: absolute;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 8px solid #777;
	transform: unset;
	top: .25em;
	left: 0;
	transition: .2s;
}
.clone_id-box .clone_id a:hover .h1_p.h1_home::before {
	border-left-color: #860000;
}
/*** ▲最新テンプレート適応の個別修正▲ ***/
.clone-nav.main_header::before,
.clone-nav .kin,
.clone-nav .emergency{
	display: none;
}
.clone-nav .head_in {
	padding: 12px;
}
.clone-nav .h1_box {
	display: none;
	max-width: 230px;
}
.clone-nav .h1{
	flex-shrink: 0;
	width: 230px;
}
.clone-nav .h1 .go_home{
	display: none;
}
.clone-nav .h_top_wrap {
	max-width: calc(100% - 230px);
}
.clone-nav .h_main{
	padding-bottom: 0!important;
}
.clone-nav .g_navi_in > li a{
	font-size: 80%;
	padding-top: 6px;
	padding-bottom: 4px;
}
.clone-nav .src_box .q,
.clone-nav .head_in .src_box #search_button{
	height: 32px;
	vertical-align: top;
}
.clone-nav:focus-within{
	transform: translateY(0);
}
.clone-nav #drawer.drawer-nav{
	display: none !important;
}
	@media only screen and (max-width: 1024px) {
		.clone-nav {
			display: none;
		}
	}
	@media only screen and (max-width: 998px) {
		.clone-nav-in{
			flex-wrap: wrap;
			padding: 10px 0 0;
		}
		.clone-nav .h1{
			padding: 0 12px 10px;
			width: auto;
		}
		.clone-nav .h1 img{
			width: 250px;
		}
		.clone-nav .g_navi_in{
			width: 100%;
		}
	}
	

/**** スマホメニューに関するスタイル ****/
/* メニューボタン */
#menu_button,
#menu_button2{
	position: absolute;
	top: 0;
	right: 12px;
}
#menu_button button,
#menu_button2 button{
	position: relative;
	background: #007AC0;
	font-size: 70%;
	display: inline-block;
	text-align: center;
	padding: 28px 0 0 0;
	min-height: 54px;
	width: 54px;
	z-index: 2;
	border-radius: 0;
	border: none;
}
#menu_button button .menu_text,
#menu_button2 button .menu_text{
	color: #fff;
}
#menu_button button .icon_ham{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -15px;
	display: inline-block;
	background: #fff;
	height: 3px;
	width: 30px;
}
#menu_button button .icon_ham:before,
#menu_button button .icon_ham:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	background: #fff;
	height: 3px;
	width: 30px;
}
#menu_button button .icon_ham:before{
	top: 8px;
}
#menu_button button .icon_ham:after{
	top: 16px;
}
#menu_button2 button .icon_ham{
	position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -8px;
  display: inline-block;
  height: 3px;
	width: 30px;
}
#menu_button2 button .icon_ham:before,
#menu_button2 button .icon_ham:after{
	content: '';
  position: absolute;
  left: 50%;
  margin-left: -22px;
  background: #fff;
  height: 3px;
	width: 30px;
}
#menu_button2 button .icon_ham:before{
	top: 13px;
  transform: rotate(-45deg);
}
#menu_button2 button .icon_ham:after{
	top: 13px;
  transform: rotate(45deg);
}

	@media print, screen and (min-width: 1025px) {
		#menu_button,
		#lan_drop{
			display: none !important;
		}
	}
/* メニュー内 */
#drawer.drawer-nav{
	margin: 0;
	padding: 6em 12px 100dvh;
	width: 100%;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.9);
	overscroll-behavior-y: contain;
	top: 0;
	left: 0;
	height: 100vh;
  overflow-y: scroll;
  position: fixed;
	scrollbar-gutter: stable;/*バリデーションエラーは無視する*/
}
.drawer-nav .anchor{
	padding: 0;
}
body.drawer-open{
	width: 100%;
}
.drawer-menu{
	min-height: calc(100% + 1px);
}
#drawer .d-close{
	width: 100%;
  max-width: 1224px;
  margin: 32px auto 0;
  text-align: center;
}
#drawer .d-close a{
	display: inline-block;
	min-width: 146px;
	padding: 8px 10px;
	background: #007AC0;
	border-radius: 2px;
	color: #fff;
	font-size: 85%;
	text-decoration: none;
	text-align: center;
}
#drawer .d-close a:hover {
	background: #0362AB;
}
#drawer .d-close span{
	display: inline-block;
  padding: 0 0 0 34px;
  position: relative;
}
#drawer .d-close span::before,
#drawer .d-close span::after{
	content: '';
  background: #fff;
  height: 2px;
  width: 16px;
  position: absolute;
  left: 0px;
  top: calc(50% - 1px);
  margin-top: 0;
  transform: rotate(-45deg);
}
#drawer .d-close span::after{
	transform: rotate(45deg);
}
.sidr_navi{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.sidr_navi li{
	width: calc((100%/5) - 7px);
	margin: 0;
}
.sidr_navi li a{
	position: relative;
	display: block;
	padding: 16px 24px 16px 8px;
	background: #E3F4FC;
	border: 2px solid #007AC0;
	border-radius: 2px;
	color: #222;
	text-decoration: none;
}
.sidr_navi li:nth-last-child(-n+2) a {
	background: #ECFEE9;
	border-color: #148900;
}
.sidr_navi li a:hover {
	background: #FFF;
	border-color: #860000;
	color: #860000;
}
.sidr_navi li a::after{
  display: block;
  position: absolute;
	content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #007AC0;
  border-bottom: 2px solid #007AC0;
  top: calc(50% - 5px);
  right: 12px;
  transform: rotate(-45deg);
	transition: .2s;
}
.sidr_navi li:nth-last-child(-n+2) a::after {
	border-color: #148900;
}
.sidr_navi li a:hover::after {
	border-color: #860000;
}
.sidr_navi_sub{
	margin: 24px 0 0;
	display: flex;
	gap: 8px;
}
.sidr_navi_sub li{
	width: calc((100%/2) - 4px);
	margin: 0;
}
.sidr_navi_sub li a{
	position: relative;
	display: block;
	padding: 8px 24px 8px 8px;
	background: #fff;
	border: 1px solid #007AC0;
	border-radius: 2px;
	text-decoration: none;
}
.sidr_navi_sub li a:hover {
	border-color: #860000;
}
.sidr_navi_sub li a::after{
  display: block;
  position: absolute;
	content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  top: calc(50% - 4px);
  right: 12px;
  transform: rotate(-45deg);
	transition: .2s;
}
.sidr_navi_sub li a:hover::after {
	border-color: #860000;
}
.side_shien{
	margin-top: 24px;
	padding: 12px;
	background: #EFF9FF;
	border: 1px solid #777;
	border-radius: 2px;
	font-size: 85%;
}
.sidr_navi02{
	display: flex;
	gap: 8px;
	padding: 0 0 12px;
	flex-wrap: wrap;
}
.sidr_navi02 li{
	margin: 0;
}
.sidr_navi02 li a{
	position: relative;
	display: block;
	padding: 4px 8px;
	background: #fff;
	border: 1px solid #777;
	border-radius: 2px;
	text-decoration: none;
}
.sidr_navi03{
	border-top: 1px solid #777;
	display: flex;
	gap: 8px;
	padding: 12px 0 0;
}
.sidr_navi03 li{
	width: calc((100%/2) - 4px);
	margin: 0;
}
.sidr_navi03 li a{
	display: block;
	padding: 4px 8px;
	background: #fff;
	border: 1px solid #777;
	border-radius: 2px;
	text-decoration: none;
	text-align: center;
}
.drawer_menu .bg_color{
	margin: 12px 0 0;
	padding: 12px 0 0;
	border-top: 1px solid #777;
	justify-content: center;
}
.drawer_menu .src_box{
  padding: 24px 0 8px;
}


	@media print, screen and (min-width: 1025px) {
	  #drawer.drawer-nav{
	  	display: none;
	  }
	}
	@media print, screen and (max-width: 768px){
		.sidr_navi li{
			width: calc((100%/2) - 4px);
		}
		.sidr_navi_sub {
			gap: unset;
			display: block;
		}
		.sidr_navi_sub li:nth-child(n) {
			width: 100%;
			margin: 0 0 12px 0;
		}
		.sidr_navi_sub li:last-child {
			margin-bottom: 0;
		}
		.sidr_navi_sub li a{
			padding: 4px 24px 4px 8px;
		}
	}


/**** 緊急情報のスタイル ****/
.main_header .emergency {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto 24px;
	padding: 0 12px;
}
.main_header .emergency p.ema_h{
	margin: 0;
	padding-right: max(55px, 2em);
	color: #fff;
	font-size: 120%;
}
.main_header .emergency p.ema_h b {
	text-shadow: 
		#842624 1px 1px 0,#842624 -1px -1px 0,#842624 -1px 1px 0,#842624 1px -1px 0,#842624 0px 1px 0,#842624 0 -1px 0,#842624 -1px 0 0,#842624 1px 0 0;
}
.main_header .ac_box_ema .ac_box{
	position: relative;
	display: inline-block;
  	width: 100%;
	padding: 12px 16px;
	background: #A73836;
	border: 1px solid #A73836;
	border-radius: 4px;
	z-index: 1;
}
.main_header .ac_box_ema .ac_box::before {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url("img/h2_bg.png") repeat;
	background-size: 60px auto;
	top: 0;
	left: 0;
	z-index: -1;
}
.main_header .ac_box_ema .ac_box:focus-visible{
	outline: 2px solid #000;
}
.main_header .ac_box_ema .ac_box button[type="button"].ac_display{
	outline-color: #FFF;
	top: calc(50% - 12px);
	border-radius: 4px;
}
.main_header .ac_box_ema .ac_box button[type="button"].ac_display:focus-visible{
	border: 1px solid #FFF;
	outline-color: #000;
	outline-offset: -3px;
}
.main_header .ac_box_in .close{
	text-align: right;
}
.main_header .ac_box_in .close .ac_display_ema{
  font-size: 85%;
  border-color: #fff;
}
.main_header .ac_box_in .close .ac_display_ema::before{
	background: #a90000;
}
.main_header .ac_box_in .close .ac_display_ema:focus,
.main_header .ac_box_in .close .ac_display_ema:focus-visible {
	outline-color: #FFF;
}
.ac_box_ema .ac_box_in {
	position: relative;
	background: #a73836;
	padding: 12px 16px;
	border: 1px solid #A73836;
	font-size: 100%;
	margin-top: 4px;
	border-radius: 4px;
	width: 100%;
}
.kinkyu{
	margin: 12px 0;
	padding: 12px;
	background: #fff;
	border-radius: 8px;
}
.kinkyu .more{
	font-size: 85%;
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-left: auto;
}
.kinkyu .more li{
	padding: 0;
	margin: 8px 0 0 8px;
	min-width: 180px;
}
.kinkyu .more a{
	background: #fff;
	border: 2px solid #a90000;
	display: inline-block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	border-radius: 8px;
}
.kinkyu .more a:hover{
	background: #FFE8E2;
}
.kinkyu .more li.rss span{
	background: url(../images/rss_o.svg) no-repeat left center;
	background-size: 12px 12px;
	padding-left: 20px;
}
.main_header .ac_box_ema_in {
	position: relative;
	background: #a90000;
	padding: 12px 16px;
	border: none;
	font-size: 100%;
	margin-top: 4px;
	border-radius: 4px;
	width: 100%;
}
.main_header .emergency_lower ul{
	margin: 0 0 16px;
}
.main_header .emergency ul:not(.more,.shelter_more) li{
	position: relative;
	padding-left: 16px;
	margin-top: 12px;
	text-align: left;
}
.main_header .emergency ul:not(.more,.shelter_more) li::before{
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	transform: rotate(-45deg);
}
.main_header .emergency ul:not(.more,.shelter_more) li a {
	display: inline-block;
}
.main_header .emergency_lower ul.kin_text li:first-of-type{
	margin-top: 0;
}
.main_header .emergency_lower ul.kin_link{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
.main_header .emergency_lower ul.kin_link li{
	padding: 0;
	margin: 0 12px 8px 0;
	display: block;
}
.main_header .emergency_lower ul.kin_link li::before{
	display: none;
}
.main_header .emergency_lower ul.kin_link li a{
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 4px;
	position: relative;
	padding: 6px 28px 6px 12px;
	background: #fff;
	display: flex;
	width: 100%;
	font-size: 90%;
	height: 100%;
	align-items: center;
	text-align: left;
	transition: 0.2s;
}
.main_header .emergency_lower ul.kin_link li a::before{
	content: '';
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #A73836;
	top: calc(50% - 7px);
	right: 8px;
}
.main_header .emergency_lower ul.kin_link li a::after{
	content: '';
	position: absolute;
	display: block;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 6px;
	height: 6px;
	transform: rotate(-45deg);
	bottom: calc(50% - 3px);
	right: 13px;
}
.main_header .emergency_lower ul.kin_link li a:hover{
	background: #fff;
}
.main_header .emergency_lower ul.kin_link li a:focus-visible{
	outline-offset: -3px;
}
.ac_box_ema_in .close{
	text-align: right;
}
#body .ac_box_ema_in .ac_box_ema {
	background: #fff;
	border-radius: 4px;
	position: relative;
	padding: 6px 8px 6px 22px;
	text-decoration: none;
	display: inline;
	font-size: 85%;
}
	@media only screen and (max-width: 1024px){
		.kinkyu{
			margin: 12px 0 0;
		}
		.main_header .ac_box_in .close{
			text-align: center;
		}
		.main_header .emergency_lower ul{
			margin: 0 0 8px;
		}
		.kin_text {
			min-width: unset;
			margin: 0 0 2px;
			font-size: 90%;
			padding: 0;
		}
		.main_header .emergency .kinkyu > li a{
			width: 100%;
			font-size: 100%;
			padding: 0;
			max-width: none;
			text-align: left;
		}
		.main_header .emergency_lower ul.kin_text{
			margin-bottom: 0px;
		}
		.main_header .emergency_lower ul.kin_link{
			margin-bottom: 16px;
		}
		.main_header .emergency_lower ul.kin_link li{
			margin: 12px 12px 0 0;
		}
		.main_header .emergency_lower ul.kin_link li.sp_none{
			display: none;
		}
		.main_header .emergency_lower ul.kin_link li a{
			max-width: none;
		}
		.ac_box_ema_in .close {
			position: relative;
			text-align: center;
			right: 0;
			bottom: 0;
		}
	}
	@media only screen and (max-width: 480px) {
		.main_header .emergency ul:not(.more,.shelter_more) li .date {
			display: block;
		}
	}

/**** 避難所一覧機能のスタイル ****/
.emergency_shelter{
	border: 2px solid #a90000;
	padding: 0 12px 12px;
	margin-top: 12px;
	background-color: #ffdfdf;
	border-radius: 8px;
}
.main_header .ac_box_ema_wrap .ema_s_h,
.emergency_shelter h3{
	margin-top: 12px;
	padding: 4px 6px;
	font-size: 110%;
	border-left: 4px solid #a90000;
}
.shelter_more{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	font-size: 85%;
}
.shelter_more li{
	padding: 0;
}
.shelter_more li::before{
	display: none;
}
.shelter_more a{
	background: #fff;
	border: 2px solid #a90000;
	display: inline-block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	min-width: 180px;
	border-radius: 8px;
}
.shelter_more a:hover{
	background: #FFE8E2;
}
/********************** フッター **********************/
.main_footer {
	background: transparent;
	overflow: hidden;
	width: 100%;
}
	@media only screen and (max-width: 1024px) {
		.main_footer {
			min-width: 100%;
		}
	}
/**** マイページのスタイル ****/
.online_strage_a {
	padding-bottom: 24px;
}
.online_strage_a .mypage {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
}
.online_strage_a .mypage_h2_wrapper {
	background-color: #88c9ea;
	padding-left: 16px;
	position: relative;
	border-radius: 8px 8px 0 0;
}
.online_strage_a .mypage_title {
	position: absolute;
	float: left;
	margin: 0;
	padding: 0;
	z-index: -1;
	font-size: 100%;
}
.online_strage_a .mypage_contents {
	background-color: #e8f4f9;
	padding: 4px 16px 16px;
	border-radius: 0 0 8px 8px;
}
.online_strage_a .mypage_list li {
	display: inline-block;
	font-size: 85%;
	margin-right: 8px;
}
.online_strage_a .mypage_list li p.online_strage_title{
	margin-top: 0;
}
.online_strage_a .mypage_list li p.online_strage_title a {
	background: #fff;
	border: 1px solid #027BBB;
	padding: 2px 8px;
	margin: 0;
	border-radius: 4px;
	display: block;
  text-decoration: none;
}
.online_strage_a .online_strage button {
	background: #fff;
	color: #333;
	font-size: 68.75%;
	padding: 2px 4px;
	margin: 12px 8px 12px 0;
	vertical-align: bottom;
}
#body .online_strage_a .online_strage button[type="button"]{
	background: #fff;
	color: #2b3095;
	font-size: 75%;
	padding: 4px 6px;
	border: 1px solid #026FA8;
}
#body .online_strage_a .online_strage button[type="button"]:hover{
	color: #9f0000;
}
	@media only screen and (max-width: 1024px) {
		.online_strage_a{
			padding: 24px 0;
		}
		.online_strage_a .mypage{
			width: 100%;
		}
	}
/**** トップへ戻る ****/
.foot_modori {
	background: transparent;
	margin-top: 30px;
}
.foot_modori .modoriin {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto 12px;
	padding: 0 12px;
	text-align: right;
}
.foot_modori a {
	display: inline-block;
	padding: 12px 10px 10px;
	background: #007AC0;
	border: 2px solid #007AC0;
	border-radius: 4px;
	color: #FFF!important;
	font-size: 85%;
	line-height: 1;
	text-decoration: none;
}
.foot_modori a:hover {
	background: #0362AB;
	border-color: #0362AB;
}
	@media only screen and (max-width: 1024px) {
		.foot_modori .modoriin {
			padding: 0 10px;
			width: 100%;
		}
	}
/**** メインフッター ****/
.foot_wrap {
	padding: 0;
	background: #FFF;
	border: 0;
}
.foot {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 12px;
}
.foot_link li {
	padding: 0;
	display: inline-block;
	position: relative;
	margin-left: 16px;
	margin-right: 16px;
}
.foot_link li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -16px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	transform: rotate(-45deg);
}
.foot_id {
	margin-top: 16px;
}
.foot .address {
	margin-top: 8px;
}
.foot .address a[href^="tel:"]{
	cursor: default;
	color: #222;
	text-decoration: none;
}
.foot .address span:nth-child(n) {
	margin-right: 12px;
}
.foot .address span:last-child {
	margin-right: 0;
}
.foot_copy {
	background: #007AC0;
	font-size: 85%;
	color: #fff;
	padding: 8px 12px;
	margin-top: 16px;
	text-align: center;
}
.foot_copyin {
	width: 1000px;
	margin: 0 auto;
}
	@media only screen and (max-width: 1024px) {
		.foot {
			width: 100%;
		}
		.foot_copyin{
			padding: 0 10px;
			width: 100%;
		}
		.foot .address a[href^="tel:"]{
			cursor: pointer;
			color: #2b3095;
			text-decoration: underline;
		}
		.foot .address span:nth-child(n) {
			display: block;
			margin-bottom: 10px;
		}
		.foot .address span:last-child {
			margin-bottom: 0;
		}
	}
/********************** 領域共通のスタイル **********************/
.list_icon{
  display: inline-block;
	vertical-align: middle;
  margin: 0 4px 4px 0;
  padding: 0 8px;
  background: #E3F4FC;
  border: 1px solid #007AC0;
  border-radius: 4px;
  text-decoration: none;
}

/**** アコーディオンのスタイル ****/
.ac_display{
	display: none;
}
.ac_box{
	position: relative;
}
.ac_box .ac_title,
.main .ac_box .ac_title{
	padding-right: max(2.5em, 70px) !important;
}
.ac_box:focus-visible{
	outline: 2px solid black;
	outline-offset: -2px;
	z-index: 1;
	border-radius: 7px;
}
.ac_box02 .ac_box:focus-visible{
	outline: 2px solid #777;
  border-radius: 0;
  outline-offset: 2px;
}
.ac_box[tabindex="-1"]:focus-visible,
.ac_box02 .ac_box[tabindex="-1"]:focus-visible {
  outline: none !important;
}
.ac_box:focus-visible >*{
	z-index: -1;
}
.ac_display,
#main_outline button[type="button"].ac_display,
header button[type="button"].ac_display{
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 12px;
	font-size: 72%;
	background: #fff;
	border: none;
	outline: 1px solid #777;
	z-index: 100;
	padding: 4px 4px 4px 18px;
	border-radius: 4px;
	color: #2b3095;
	transition: .2s;
}
.ac_display:hover,
#main_outline button[type="button"].ac_display:hover,
header button[type="button"].ac_display:hover{
	background: #fff;
	color: #860000;
}
.ac_display:focus-visible,
#main_outline button[type="button"].ac_display:focus-visible,
header button[type="button"].ac_display:focus-visible{
	outline: 2px solid #000;
	outline-offset: -4px;
	border: 1px solid #777;
}
header button[type="button"].ac_display {
	border-radius: 0;
}
header button[type="button"].ac_display:hover {
	background: #EFEFEF;
}
.ac_display::before,
.ac_display::after{
	content: '';
	background: #555;
	position: absolute;
	left: 4px;
	top: 0.85em;
	height: 2px;
	width: 10px;
	z-index: 1;
	transition: .2s;
}
header button[type="button"].ac_display:hover::before,
header button[type="button"].ac_display:hover::after {
	background: #860000;
}
.ac_box_ema .ac_display::before,
.ac_box_ema .ac_display::after,
.ac_box_ema .close .ac_display::before{
	background: #a90000;
}
.ac_display::after{
	transform: rotate(90deg);
}
.ac_nav_active .ac_display::after,
.active .ac_box button::after{
	display: none;
}
.ac_box02_in .close .ac_display{
	position: relative;
  text-decoration: none;
  right: auto;
  width: auto;
  top: auto;
  margin: 0;
}
.ac_box_in .close {
	text-align: center;
}
.ac_box_in .close .ac_display_01,
.ac_box_in .close .ac_display_02,
.ac_box_in .close .ac_display_ema{
	display: inline-block;
	font-size: 72%;
	background: #fff;
	border: 1px solid #777;
	z-index: 100;
	padding: 4px 4px 4px 18px;
	border-radius: 4px !important;
	position: relative;
	text-decoration: none;
	right: auto;
	width: auto;
	top: auto;
	margin: 0;
}
.ac_box_in .close .ac_display_01::before,
.ac_box_in .close .ac_display_02::before,
.ac_box_in .close .ac_display_ema::before {
	content: '';
	background: #555;
	position: absolute;
	left: 4px;
	top: 1em;
	height: 2px;
	width: 10px;
	z-index: 1;
}
.ac_box02 .ac_box_in{
	display: none;
}
@media print, screen and (min-width: 1025px) {
	.ac_box01 .ac_box_in{
		display: block !important;
	}
	.ac_box_in button[type="button"].ac_display_01,
	#main_outline button[type="button"].ac_display_01,
	.ac_box01 .close{
		display: none;
	}
}
@media only screen and (max-width: 1024px) {
	button[type="button"].ac_display_01,
	#main_outline button[type="button"].ac_display_01{
		display: inline-block;
	}
	.ac_box01 .ac_box_in{
		display: none;
	}
}

/**** RSSアイコンのスタイル ****/
.rss_icon,
a.rss_icon,
a.rss_icon2{
	background: #0075B3;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	padding: 5px 5px 5px 7px;
	line-height: 1.1;
	position: relative;
	border-radius: 4px;
	outline: 1px solid #fff;
}
.rss_icon,
a.rss_icon{
	font-size: 90%;
}
a.rss_icon2{
	font-size: 68.75%;
	padding: 3px 28px 1px 6px;
}
.rss_icon:focus-visible,
a.rss_icon:focus-visible,
a.rss_icon2:focus-visible {
	outline: 2px solid #000;
}
a.rss_icon2 span{
	display: block;
}
a.rss_icon img{
	margin-left: 4px;
	margin-top: -3px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}
.rss_icon img{
	margin-left: 4px;
	margin-top: -3px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}
a.rss_icon2 img{
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 6px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}
/********************** 伝えるWEBのスタイル(カスタム) **********************/
.main_header .tsutaeru-speech,
.side_shien .tsutaeru-speech {
	font-size: 100%;
}
.main_header .tsutaeru-speech,
.main_header .tsutaeru-speech-buttons {
	padding: 0;
}
.main_header .tsutaeru-speech-buttons {
	display: flex;
	height: 100%;
}
.main_header .tsutaeru-speech .tsutaeru-button {
	display: block;
	width: 100%;
	margin: 0;
	padding: 4px 10px !important;
	background: #FFF !important;
	border: 1px solid #777 !important;
	border-radius: 2px !important;
	color: #2b3095 !important;
	font-size: 100%;
	transition: .2s;
}
.main_header .tsutaeru-speech .tsutaeru-button:hover {
	background: #EFEFEF !important;
	color: #860000 !important;
}
.head_in .tsutaeru-speech .tsutaeru-button:last-child {
	min-width: 112px;
	margin-left: 4px;
}
.head_in .tsutaeru-speech-audio-container {}
.side_shien .h_toplist > li.read_btn {}
.side_shien .tsutaeru-speech {
	height: 100%;
}
.side_shien .tsutaeru-speech-buttons {
	height: 100%;
}
.side_shien .tsutaeru-speech .tsutaeru-button {
	max-width: 100%;
	width: calc((100% - 4px) / 2);
}
.side_shien .tsutaeru-speech .tsutaeru-button:hover {
	color: #860000 !important;
}
.side_shien .tsutaeru-speech .tsutaeru-button:last-child {
	margin-left: 4px;
}
.side_shien .tsutaeru-speech-audio-container {
	width: 100% !important;
	padding: 8px 0 0 !important;
}
.side_shien .tsutaeru-speech-audio {
	width: 100% !important;
}
body#body .tsutaeru-text {
	font-size: 100%;
}
	@media only screen and (max-width: 500px) {
		.sidr_navi03 {
			display: block;
			gap: unset;
		}
		.sidr_navi03 li:nth-child(n) {
			width: 100%;
			margin: 0 0 8px 0;
		}
		.sidr_navi03 li:last-child {
			margin-bottom: 0;
		}
	}
