@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-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;
}
#main_outline{
	background: #fff;
}
	@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;
}
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: #e0f4ff;
	color: #333;
	border-radius: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #1C5FE6;
	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 {
	background: #fff;
	width: 100%;
}
	@media only screen and (max-width: 1024px) {
		.main_header{
			position: relative;
			border-bottom: 1px solid #A3ADCC;
		}
	}
/**** ヘッダー上段リンク ****/
.h_top_wrap {
	background: #EDF0FC;
	border-bottom: 3px solid #1C5FE6;
	font-size: 85%;
}
.h_top {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 4px 12px;
	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;
	border: 1px solid #777;
	border-radius: 4px;
	background: #fff;
	text-decoration: none;
	padding: 0 4px;
}
.h_top .h_toplist > li:nth-child(2){
	margin-right: 16px;
}
	@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-size: 85%;
}
.font_tit {
	margin: 3px 16px 0 0;
}
.font_list li {
	margin: 0;
}
.font_list li a{
	display: block;
	border: 1px solid #1C5FE6;
	border-radius: 24px 0 0 24px;
	background: #fff;
	text-decoration: none;
	padding: 2px 4px 1px 8px;
}
.font_list li:last-child a{
	background: #1C5FE6;
	border-radius: 0 24px 24px 0;
	padding: 2px 8px 1px 4px;
}
.font_list li:last-child a > strong {
	color: #fff;
}

/**** ヘッダーメイン ****/
.head_in {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 16px 12px;
	display: flex;
	position: relative;
}
.h_main {
	display: flex;
		align-items: center;
	width: calc(100% - 270px);
	justify-content: flex-end;
}
.head_in .h1 {
	margin: 0;
	max-width: 443px;
}
	@media only screen and (max-width: 1024px) {
		.head_in{
			width: 100%;
			padding: 1.1em 78px 1em 12px;
			min-height: 92px;
			align-items: center;
		}
		.head_in .h1 {
			max-width: 360px;
		}
		.h_main{
			display: none;
		}
	}
	@media only screen and (max-width: 480px) {
		.head_in{
			padding: 1.1em 78px 1em 12px;
			min-height: 78px;
		}
		.head_in .h1 {
			max-width: 210px;
		}
	}

/* 言語選択 */
.language{
	position: relative;
	display: inline-block;
	padding: 4px 4px 4px 8px;
}
.language .ac_box:focus-visible{
	outline: 2px solid #000;
	outline-offset: 4px;
  border-radius: 0;
}
.ac_box .ac_title.lang_btn{
	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: 4px;
  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: 2px;
	text-align: center;
	width: 100%;
	border: none;
	border-radius: 0;
}
.h_top .h_toplist .lang_list li a:focus-visible{
	outline-offset: -2px;
}
.main_header .language .ac_box_in .close{
	text-align: center;
	padding: 4px;
	background: #fff;
}
.h_top .h_toplist .language .close a{
	border-radius: 0;
	border: none;
	display: inline-block;
	border: 1px solid #777;
	padding: 2px 4px 2px 18px;
	position: relative;
	border-radius: 4px;
}
.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;
}

/* 検索ボックス */
.h_main .src_box {
	width: 28.5%;
	margin: 0 0 0 32px;
}
.src_box .q {
	float: left;
	width: calc(100% - 56px) !important;
	margin: 0;
	height: 26px !important;
	padding: 0 6px!important;
	border: 1px solid #1C5FE6 !important;
	border-right: none;
	border-radius: 16px 0 0 16px!important;
}
.src_box input.q:focus-visible{
	outline-offset: -4px;
}
.h_main .src_box #search_button,
.src_box #search_button_sp{
	width: 56px;
	min-height: 26px;
	margin: 0;
	padding: 0 0 0 16px;
	background: url("img/search.svg")no-repeat 5px 5px /14px 14px #1C5FE6;
	color: #fff;
	font-size: 80%;
	cursor: pointer;
	border: 1px solid #1C5FE6;
	border-left: none;
	white-space: normal;
	display: block;
	border-radius: 0 16px 16px 0 ;
}
.h_main .src_box #search_button:hover{
	background: url("img/search.svg")no-repeat 5px 5px /14px 14px #084ACC;
}
.src_box #search_button_sp:hover{
	background: url("img/search.svg")no-repeat 5px 5px /14px 20px #084ACC;
}
	@media only screen and (max-width: 1024px) {
		.h_main .src_box{
			display: none;
		}
		.src_box .q{
			width: calc(100% - 54px) !important;
			height: 32px !important;
		}
		.src_box #search_button_sp{
			width: 54px;
			min-height: 32px !important;
			background: url("img/search.svg")no-repeat 5px 5px /14px 20px #1C5FE6;
		}
	}
/**** グローバルナビ ****/
.g_navi {
	letter-spacing: 0.12em;
	position: relative;
	z-index: 1;
	border-top: 1px solid #A3ADCC;
	border-bottom: 1px solid #A3ADCC;
}
.g_navi_in {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	display: flex;
	justify-content: center;
}
.g_navi_in > li {
	margin: 0;
	display: flex;
	position: relative;
}
.g_navi_in > li::before{
	content: '';
	position: absolute;
	width: 1px;
	height: 40px;
	top: calc(50% - 20px);
	right: -0.5px;
	background: #A3ADCC;
}
.g_navi_in > li:last-child::before{
	display: none;
}
.g_navi_in > li > a {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	font-size: 100%;
	padding: 19px 28.5px;
	width: 100%;
	transition: all 0.3s;
	color: #333;
	height: 100%;
}
.g_navi_in > li > a:hover , .g_navi_in > li.active > a {
	color: #1C5FE6;
}
.g_navi_in > li > a:focus-visible{
	outline-offset: -2px;
}
.g_navi_in > li > a .br{
	display: block;
}
	@media only screen and (max-width: 1024px) {
		.g_navi{
			display: none;
		}
	}


/**** スマホメニューに関するスタイル ****/
/* メニューボタン */
#menu_button,
#menu_button2{
	position: absolute;
	top: 0;
	right: 12px;
}
#menu_button button,
#menu_button2 button{
	position: relative;
	background: #1C5FE6;
	font-size: 85%;
	display: inline-block;
	text-align: center;
	padding: 32px 0 0 0;
	min-height: 68px;
	width: 68px;
	z-index: 2;
	border-radius: 16px;
	border: none;
}
#menu_button button .menu_text,
#menu_button2 button .menu_text{
	color: #fff;
}
#menu_button button .icon_ham{
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -19px;
	display: inline-block;
	background: #fff;
	height: 2px;
	width: 38px;
}
#menu_button button .icon_ham:before,
#menu_button button .icon_ham:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -19px;
	background: #fff;
	height: 2px;
	width: 38px;
}
#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(237, 240, 252, 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{
	background: #1C5FE6;
  text-decoration: none;
  display: inline-block;
  padding: 8px 10px;
  font-size: 85%;
  text-align: center;
  border-radius: 8px;
  min-width: 146px;
  color: #fff;
}
#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%/2) - 4px);
	margin: 0;
}
.sidr_navi li a{
	background: #fff;
	border: 2px solid #1C5FE6;
	text-decoration: none;
	display: block;
	position: relative;
	padding: 16px 24px 16px 8px;
	border-radius: 8px;
}
.sidr_navi li:first-child a{
	background: #1C5FE6;
	color: #fff;
}
.sidr_navi li a::after{
	content: '';
  position: absolute;
  display: block;
  border-right: 2px solid #1C5FE6;
  border-bottom: 2px solid #1C5FE6;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  right: 12px;
  top: calc(50% - 5px);
}
.sidr_navi li:first-child a::after{
	border-color: #fff;
}
.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{
	border: 1px solid #1C5FE6;
	border-radius: 8px;
	display: block;
  text-decoration: none;
  padding: 8px 24px 8px 8px;
  background: #fff;
  position: relative;
}
.sidr_navi_sub li a::after{
	content: '';
  position: absolute;
  display: block;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  right: 12px;
  top: calc(50% - 4px);
}
.side_shien{
	background: #EDF0FC;
	padding: 12px;
	border-radius: 8px;
	margin-top: 24px;
	border: 1px solid #777;
	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{
	border: 1px solid #777;
	border-radius: 8px;
	display: block;
  text-decoration: none;
  padding: 4px 8px;
  background: #fff;
  position: relative;
}
.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{
	border: 1px solid #777;
	border-radius: 8px;
	display: block;
  text-decoration: none;
  padding: 4px 8px;
  background: #fff;
  text-align: center;
}
.drawer_menu .bg_color{
	border-top: 1px solid #777;
  padding: 12px 0 0;
  margin: 12px 0 0;
  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_sub li a{
			padding: 4px 24px 4px 8px;
		}
	}
	@media print, screen and (max-width: 480px){
		.sidr_navi li{
			width: 100%;
		}
	}


/**** 緊急情報のスタイル ****/
.main_header .emergency {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto 24px;
	padding: 0 12px;
}
.main_header .emergency p.ema_h{
	color: #fff;
	margin: 0;
	font-size: 120%;
}
.main_header .ac_box_ema .ac_box{
	position: relative;
  width: 100%;
	display: inline-block;
	background: #a90000;
	padding: 12px 16px;
	border-radius: 4px;
	border: 1px solid #a90000;
}
.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{
	border-color: #fff;
	top: calc(50% - 12px);
}
.main_header .ac_box_ema .ac_box button[type="button"].ac_display:focus-visible{
	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;
}
.ac_box_ema .ac_box_in {
	position: relative;
  background: #a90000;
  padding: 12px 16px;
  border: none;
  font-size: 100%;
  margin-top: 4px;
  border-radius: 4px;
  width: 100%;
	border: 1px solid #a90000;
}
.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_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: #a90000;
	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;
		}
	}

/**** 避難所一覧機能のスタイル ****/
.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: #fff;
	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: #A3ADCC;
	padding-left: 16px;
	position: relative;
	border-radius: 8px 8px 0 0;
}
.online_strage_a .mypage_title {
	float: left;
	margin: 0;
	padding: 0;
	z-index: -1;
	position: absolute;
	font-size: 100%;
}
.online_strage_a .mypage_contents {
	background-color: #EDF0FC;
	padding: 4px 16px 16px;
	border-radius: 0 0 8px 8px;
	border: 1px solid #A3ADCC;
}
.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 #222;
	padding: 2px 8px;
	margin: 0;
	border-radius: 8px;
	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 #222;
	border-radius: 8px;
}
#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: #fff;
	margin-top: 30px;
	margin-bottom: 24px;
}
.foot_modori .modoriin {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	text-align: right;
}
.foot_modori a {
	display: inline-block;
	text-decoration: none;
	line-height: 1;
	background: #1C5FE6;
	padding: 52px 22px 32px;
	font-size: 85%;
	border-radius: 80px;
	color: #fff;
	text-align: center;
	position: relative;
	transition: .2s;
	bottom: 0;
	border: 1px solid #1C5FE6;
}
.foot_modori a:hover{
	bottom: 8px;
}
.foot_modori a::before{
	content: '';
	position: absolute;
	top: 18px;
	left: calc(50% - 11px);
	width: 22px;
	height: 22px;
	background: url("img/arrow05.svg")no-repeat 0 0 /contain;
}
.foot_modori a span{
	display: block;
	margin-top: 10px;
}
	@media only screen and (max-width: 1024px) {
		.foot_modori .modoriin {
			padding: 0 10px;
			width: 100%;
		}
	}
/**** メインフッター ****/
.foot_wrap {
	background: #222;
	padding: 0;
	border-radius: 64px 64px 0 0;
}
.foot {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 16px 12px 12px;
}
.foot_wrap a:focus-visible{
	outline: 2px solid #fff;
}
.foot_link li {
	padding: 0;
	display: inline-block;
	position: relative;
	margin-right: 16px;
	padding-left: 12px;
	font-size: 85%;
}
.foot_link li::after {
	display: block;
	content: '';
	position: absolute;
	top: .3em;
	left: -6px;
	width: 12px;
	height: 12px;
	background: url("img/arrow03.svg")no-repeat 0 0/ contain;
}
.foot_link li a{
	color: #fff;
}
.foot_id {
	margin-top: 44px;
}
.foot .foot_title{
	color: #fff;
	font-size: 150%;
	margin-bottom: 12px;
}
.foot .address {
	margin-top: 4px;
	color: #fff;
	font-size: 85%;
	min-height: 24px;
}
.foot .address a[href^="tel:"]{
	cursor: default;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.foot .address a[href^="mailto:"]{
	color: #fff;
	display: inline-block;
}
.foot_copy {
	background: #222;
	font-size: 85%;
	color: #fff;
	padding: 12px;
	margin-top: 28px;
	text-align: center;
}
.foot_copyin {
	width: 1000px;
	margin: 0 auto;
}
	@media only screen and (max-width: 1024px) {
		.foot_wrap {
			border-radius: 48px 48px 0 0;
		}
		.foot {
			width: 100%;
		}
		.foot_id {
			margin-top: 48px;
		}
		.foot .foot_title {
			margin-bottom: 20px;
			line-height: 1.1;
		}
		.foot_copy {
			padding: 14px 12px;
		}
		.foot_copyin{
			padding: 0 10px;
			width: 100%;
		}
		.foot .address a[href^="tel:"]{
			cursor: pointer;
			color: #fff;
			text-decoration: underline;
		}
	}
/********************** 領域共通のスタイル **********************/
.list_icon{
	vertical-align: middle;
  margin: 0 4px 4px 0;
  border: 1px solid #1C5FE6;
  border-radius: 4px;
  background: #EDF0FC;
  text-decoration: none;
  padding: 0 8px;
  display: inline-block;
}

/**** アコーディオンのスタイル ****/
.ac_display{
	display: none;
}
.ac_box{
	position: relative;
}
.ac_box .ac_title,
.main .ac_box .ac_title{
	padding-right: max(2.8em, 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: calc(50% - 1em);
	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;
}
.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;
}
.ac_display::before,
.ac_display::after{
	content: '';
	background: #555;
	position: absolute;
	left: 4px;
	top: 0.85em;
	height: 2px;
	width: 10px;
	z-index: 1;
}
.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_box_wrap.active .ac_display::after,
.ac_box_wrap.ac_nav_active .ac_display::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;
}

