@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 #ccc;
	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: "UD新ゴ R JIS2004", "UD Shin Go Regular JIS2004",arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #333;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
#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;
	display: inline-block;
}
a:link {
	text-decoration: underline;
	color: #2b3095;
}
a:visited {
	text-decoration: underline;
	color: #791e78;
}
a:hover {
	text-decoration: none;
	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;
}

/**** 別ウィンドウで開く ****/
.window {
	display: inline-block;
	font-size: 62.5%;
	font-weight: normal;
	background: #D7FAFA;
	color: #333;
	border-radius: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #56B3B4;
	vertical-align: text-bottom;
	word-wrap: break-word;
}
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;
}
.skip a:active, .skip a:focus {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
}

/**** フォーム ****/
#body input, header button, #main_outline button, footer button, #body textarea {
	background: #fff;
	border: 1px solid #999;
	font-size: 85%;
}
/* text,textarea */
#body input[type="text"], #body input[type="file"], #body textarea ,#body input[type="password"],#body input[type="email"] {
	font-family: "UD新ゴ R JIS2004", "UD Shin Go Regular JIS2004",arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	border: 1px solid #999;
	padding: 8px 6px;
}
/* select */
#body select[size], #body select[multiple], #body select[size][multiple] {
	padding: 6px;
}
#body select {
	min-height: 24px;
	min-width: 24px;
	max-width: 100%;
}
/* 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"]{
	font-family: "UD新ゴ R JIS2004", "UD Shin Go Regular JIS2004",arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #555;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 6px 16px;
}
#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;
}
/**** 見出し等のフォント ****/
h1,h2,h3,h4,h5,h6,strong,th,em,b{
	font-family: "UD新ゴ DB JIS2004", "UD Shin Go DemiBold JIS2004";
}
/**** その他 ****/
.anchor, .notit {
	display: block;
	height: 0;
	min-height: auto;
  min-width: auto;
  position: relative;
  z-index: -1;
  margin: 0;
}
.date {
	font-size: 85%;
	color: #555;
	display: inline-block;
  margin: 0 4px;
}
.noscript {
	font-size: 85%;
	color: #a90000;
}
.none {
	display: none;
}
/******************** レイアウトCSS ********************/
.design{
	clear: both;
}
.zone01_in > *,
.zone02_in > *,
.zone03_in > *,
.zone04_in > *{
	margin: 80px auto 0;
	padding: 0 12px;
	width: 100%;
	max-width: 1280px;
}
@media only screen and (max-width: 768px) {
	.zone01_in > *,
	.zone02_in > *,
	.zone03_in > *,
	.zone04_in > *{
		margin-top: 40px;
	}
}

/********************** ヘッダー **********************/
.main_header {
	background: #fff;
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	.main_header{
		position: relative;
	}
}
/**** ヘッダー上段 ****/
.head{
	margin: 0 auto;
	padding: 0 12px;
	max-width: 1280px;
	width: 100%;
}
.head_in{
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: flex-start;
	justify-content: space-between;
}
.head_in .h1{
	margin: 0;
	/* width: 338px; */
	max-width: 338px;
}
.head_in .h1 img{
	height: 66px;
}
.head_in .h_right > ul{
	font-size: 87.5%;
	display: flex;
	gap: 10px 20px;
	align-items: flex-start;
	justify-content: flex-end;
}
.head_in .h_list01 li{
	margin: 0;
	padding-left: 16px;
	position: relative;
}
.head_in .h_list01 li::before{
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #56B3B4;
}
.head_in .h_list02{
	margin-top: 12px;
}
.head_in .h_list02 .bg_color,
.head_in .h_list02 .font_size,
.head_in .h_list02 ul{
	display: flex;
	gap: 0 8px;
	align-items: center;
}
.head_in .h_list02 ul{
	gap: 0;
}
.head_in .h_list02 li{
	margin: 0;
}
.head_in .h_list02 p{
	margin: 0;
}
.head_in .h_list02 li li a{
	padding: 3px 8px;
	min-width: 50px;
	min-height: 30px;
	color: #333;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #98E6E6;
	display: block;
	transition: 0.3s;
}
.head_in .h_list02 li li a strong{
	color: #333;
}
.head_in .h_list02 li li:last-child a{
	background-color: #98E6E6;
	border-left: 0;
}
.head_in .h_list02 li li a:hover{
	background-color: #D7FAFA;
}
@media only screen and (max-width: 1050px) {
	.head_in .h1{
		width: 310px;
	}
}
@media only screen and (max-width: 1024px) {
	.head_in{
		padding: 12px 0;
		align-items: center;
	}
	.head_in .h1{
		width: 280px;
	}
	.h_right{
		display: none;
	}
}

/*音声読み上げ*/
.read_btn .tsutaeru-speech{
	padding: 0;
}
.tsutaeru-speech > *:nth-child(n + 2){
	padding: 0;
}
.tsutaeru-speech .tsutaeru-speech-buttons{
	padding: 0;
	display: flex;
	gap: 20px;
	align-items: center;
}
.tsutaeru-speech .tsutaeru-speech-buttons button{
	margin: 0;
	padding: 0;
	color: #2b3095!important;
	font-size: 100%;
	letter-spacing: 0.1em;
	text-decoration: underline;
	background: none!important;
	border: 0;
	border-radius: 0;
	display: block;
}
.tsutaeru-speech .tsutaeru-speech-buttons button:last-child{
	margin-left: 16px;
	position: relative;
}
.tsutaeru-speech .tsutaeru-speech-buttons button:last-child::before{
	content: '';
	position: absolute;
	top: 5px;
	left: -16px;
	width: 10px;
	height: 10px;
	background-color: #56B3B4;
}
.tsutaeru-speech .tsutaeru-speech-buttons button:hover{
	color: #860000!important;
	text-decoration: none;
}
.tsutaeru-speech .tsutaeru-speech-audio-container{
	padding: 10px 0 0;
}

/* 言語選択 */
.language{
	position: relative;
}
.lang_btn{
	margin: 0;
}
.lang_btn a{
	background: #fff;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 2px;
	text-decoration: none;
	padding: 4px 10px;
	letter-spacing: 0;
	transition: all 0.2s;
}
.lang_btn a:hover{
	background: #efefef;
	transition: all 0.2s;
}
.language > div{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: rgba(255,255,255);
	border: 1px solid #ccc;
	border-top: 0;
	border-bottom: 0;
	width: 100%;
	z-index: 100;
	border-radius: 0 0 4px 4px;
}
.lang_list li{
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0;
}
.h_top .h_toplist .lang_list li a{
	display: inline-block;
	padding: 2px;
	text-align: center;
	width: 100%;
	border: none;
}
.h_top .lang_btn.close a{
	padding: 2px 6px 2px 20px;
	position: relative;
	border-radius: 0 0 4px 4px;
	border: none;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.lang_btn.close a::before,
.lang_btn.close a::after {
	content: '';
	background: #3B4043;
	height: 1px;
	width: 12px;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: 0;
	transform: rotate(-45deg);
}
.lang_btn.close a::after{
	transform: rotate(45deg);
}
/* 検索ボックス */
.h_right .src_box{
	margin: 0;
	width: 280px;
}
.src_box .q {
	float: left;
	width: calc(100% - 60px) !important;
	margin: 0;
	height: 30px !important;
	padding: 0 6px!important;
	border: 1px solid #98E6E6!important;
	border-right: none;
	border-radius: 0!important;
}
.h_right .src_box #search_button,
.src_box #search_button_sp{
	width: 60px;
	min-height: 30px;
	margin: 0;
	padding: 0;
	background: #98E6E6;
	color: #333;
	font-size: 100%;
	cursor: pointer;
	border: 1px solid #98E6E6;
	border-left: none;
	white-space: normal;
	display: block;
	border-radius: 0;
	transition: 0.3s;
}
.h_right .src_box #search_button:hover,
.src_box #search_button_sp:hover{
	background: #D7FAFA;
}
@media only screen and (max-width: 1024px) {
	.src_box .q{
		width: calc(100% - 54px) !important;
		min-height: 34px;
	}
	.src_box #search_button_sp{
		width: 54px;
		font-size: 87.5%;
		min-height: 34px;
	}
}

/**** グローバルナビ ****/
.g_navi{
	margin-top: 14px;
	letter-spacing: 0.1em;
	z-index: 1;
}
.g_navi_in{
	display: flex;
}
.g_navi_in > li{
	margin: 0;
	padding: 0 4px;
/*	width: 20%;*/
/*	flex-basis: 100px;*/
	flex-grow: 1;
	border-right: 1px solid #56B3B4;
	display: flex;
}
.g_navi_in > li:nth-of-type(1){
	border-left: 1px solid #56B3B4;
}
.g_navi_in > li > a{
	padding-top: 13px;
	padding-bottom: 11px;
	width: 100%;
	color: #333;
	font-size: 125%;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	background: #fff;
	display: block;
	position: relative;
	transition: all 0.3s;
	z-index: 2;
}
.g_navi_in > li > a:hover,
.g_navi_in > li.active > a{
	background-color: #D7FAFA;
}
@media only screen and (max-width: 1150px) {
	.g_navi_in > li > a{
		font-size: 100%;
	}
}
@media only screen and (max-width: 1024px) {
	.g_navi{
		display: none;
	}
}

/**** スマホメニューに関するスタイル ****/
#menu_button{
	margin: 0;
}
#menu_button a{
	position: relative;
	background: #98E6E6;
	font-size: 70%;
	display: inline-block;
	text-decoration: none;
	letter-spacing: -0.5px;
	text-align: center;
	padding-top: 34px;
	min-height: 54px;
	width: 54px;
	z-index: 2;
}
#menu_button a strong{
	color: #333;
}
#menu_button a .icon_ham{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -17px;
	display: inline-block;
	background: #333;
	border-radius: 2px;
	height: 3px;
	width: 34px;
}
#menu_button a .icon_ham:before,
#menu_button a .icon_ham:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -17px;
	background: #333;
	border-radius: 2px;
	height: 3px;
	width: 34px;
}
#menu_button a .icon_ham:before{
	top: 8px;
}
#menu_button a .icon_ham:after{
	top: 16px;
}
	@media print, screen and (min-width: 1025px) {
		#menu_button,
		#lan_drop{
			display: none !important;
		}
	}
#sidr {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	width: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 100%;
	background: #fff;
	border-left: 4px solid #56B3B4;
	box-sizing: border-box;
	color: #333;
}
	@media print, screen and (min-width: 1025px) {
		#sidr {
			display: none !important;
		}
	}
#sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
#sidr .close{
	margin: 12px 5px;
	padding: 0;
	text-align: left;
	position: relative;
}
#sidr .close a{
	padding: 10px;
	width: 100%;
	color: #333;
	letter-spacing: 0.05em;
	text-decoration: none;
	background: #98E6E6;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
#sidr .close a span{
	padding-left: 22px;
	display: inline-block;
	position: relative;
}
#sidr .close a span::before,
#sidr .close a span::after{
	content: '';
	background: #333;
	height: 2px;
	width: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	transform: rotate(-45deg);
}
#sidr .close a span::after{
	transform: rotate(45deg);
}
#sidr .src_box{
	padding: 14px 5px 2px;
/*	border-bottom: 3px solid #98E6E6;*/
}
#sidr ul {
	display: block;
	border-bottom: 3px solid #98E6E6;
	margin: 0;
	padding: 0;
}
#sidr ul li {
	background: none;
	border-top: 1px solid #ccc;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#sidr ul:nth-child(n+2) li{
	border-top: 0;
}
#sidr ul li::before{
	content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	border: 5px solid transparent;
	border-left: 8px solid #56B3B4;
}
#sidr ul.sidr_navi_sub li::before{
	margin-top: -5px;
	right: 8px;
}
#sidr ul li a{
	display: inline-block;
	padding: 12px 24px 11px 12px;
	text-decoration: none;
	width: 100%;
}
#sidr ul.sidr_navi_sub{
	display: flex;
}
#sidr ul.sidr_navi_sub li{
	border-top: 0;
	font-size: 85%;
	width: 50%;
}
#sidr ul.sidr_navi_sub li a{
	letter-spacing: -0.01em;
}
#sidr ul.sidr_navi_sub li:nth-child(odd){
	border-right: 1px solid #ccc;
}
#sidr ul.sidr_navi_sub li a[lang="en"]{
	word-break: break-all;
}
/**** 支援機能 ****/
#sidr .side_shien{
	background: #e8f4f9;
}
#sidr ul.sidr_navi02{
	border-bottom: 0;
	padding: 10px 10px 4px;
	display: flex;
		flex-wrap: wrap;
}
#sidr ul.sidr_navi02 li{
	border: 0;
	margin-right: 1.25%;
	margin-bottom: 6px;
	width: 24%;
}
#sidr ul.sidr_navi02 li:nth-of-type(4n){
	margin-right: 0;
}
#sidr ul.sidr_navi02 li::before{
	display: none;
}
#sidr ul.sidr_navi02 li a{
	display: inline-block;
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 4px;
	font-size: 70%;
	letter-spacing: -0.01em;
	padding: 6px 2px;
	text-align: center;
	word-break: break-all;
}
#sidr ul.sidr_navi03{
	display: flex;
	border-top: 1px solid #bbb;
}
#sidr ul.sidr_navi03 li{
	border-bottom: 0;
	font-size: 85%;
	width: 50%;
}
#sidr ul.sidr_navi03 li:nth-child(odd){
	border-right: 1px solid #bbb;
}
/*音声読み上げ_drawer*/
#sidr .tsutaeru-speech{
	display: block;
	padding: 0;
	font-size: 100%;
	background-color: #ddf4f4;
}
#sidr .tsutaeru-speech .tsutaeru-speech-buttons{
	display: block;
	padding: 0;
}
#sidr .tsutaeru-speech .tsutaeru-speech-buttons button{
	margin: 0;
	padding: 10px 16px 10px 10px;	
	width: 100%;
	color: #2b3095!important;
	font-size: 85%;
	text-align: left;
	text-decoration: none;
/*	letter-spacing: 0em;*/
	background-color: transparent!important;
	border: 0;
	border-bottom: 1px solid #bbb;
	border-radius: 0;
	display: block;
	box-shadow: none;
}
#sidr .tsutaeru-speech .tsutaeru-speech-buttons button:last-child{
	margin-right: 0;
}
#sidr .tsutaeru-speech .tsutaeru-speech-buttons button:hover{
	background-color: transparent;
}
#sidr .tsutaeru-speech .tsutaeru-speech-audio-container{
	margin: 0;
	padding: 5px;
	background-color: #fff;
    border-bottom: 1px solid #bbb;
}
#sidr .tsutaeru-speech .tsutaeru-speech-audio-container audio{
	width: 100%;
}
#sidr .easy{
	margin: 0;
}
#sidr .easy a{
	padding: 10px 16px 10px 10px;	
	font-size: 85%;
	text-decoration: none;
	letter-spacing: 0.05em;
	background-color: #ddf4f4;
	border-bottom: 3px solid #98E6E6;
	display: block;
}

/********************** フッター **********************/
.main_footer{
	margin-top: 60px;
	background: #fff;
	overflow: hidden;
	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 {
	float: left;
	color: #fff;
	margin: 0;
	padding: 0;
	z-index: -1;
	position: absolute;
}
.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 {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px 8px;
	margin: 0;
	border-radius: 4px;
}
.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;
}
#body .online_strage_a .online_strage button[type="button"]:hover{
	background: #efefef;
	color: #9f0000;
}
	@media only screen and (max-width: 1024px) {
		.online_strage_a{
			padding: 24px 0;
		}
		.online_strage_a .mypage{
			width: 100%;
		}
	}
/**** トップへ戻る ****/
.foot_modori{
	margin: 0 auto;
	padding: 0 12px;
	max-width: 1280px;
	width: 100%;
	text-align: right;
}
.foot_modori a{
	padding: 21px 18px 20px;
	min-width: 200px;
	color: #333;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	background: #98E6E6;
	border: 3px solid #98E6E6;
	border-bottom: 0;
	display: inline-block;
	transition: 0.3s;
}
.foot_modori a:hover{
	background: #fff;
}
/**** メインフッター ****/
.foot_main{
	padding: 20px 0;
	border-top: 3px solid #98E6E6;
}
.foot_wrap{
	margin: 0 auto;
	padding: 0 12px;
	max-width: 1280px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	align-items: center;
	justify-content: space-between;
}
.foot_link{
	padding: 0;
	font-size: 87.5%;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
}
.foot_link li{
	margin: 0;
	padding-left: 16px;
	position: relative;
}
.foot_link li::before{
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #56B3B4;
}
.foot_wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}
.foot{
	padding: 10px 0;
	width: 73%;
}
.foot_id{
	margin-top: 20px;
}
.foot_id .tit{
	margin: 0 0 6px;
	font-size: 150%;
}
.foot_id .tit strong{
	color: #333;
}
.foot_id .address{
	margin-top: 2px;
	font-size: 87.5%;
}
.foot .address a[href^="tel:"]{
	cursor: default;
	color: #333;
	text-decoration: none;
	min-height: auto;
}
.foot_wrap .map{
	margin: 0 0 0 auto;
	width: calc(27% - 10px);
	max-width: 328px;
}
.foot_copy{
	margin: 0;
	padding: 5px 12px 4px;
	font-size: 87.5%;
	text-align: center;
	background: #98E6E6;
}
.foot_copyin {
	width: 1000px;
	margin: 0 auto;
}
/**** 人口・世帯数のスタイル ****/
.foot .j_s{
	margin-top: 20px;
	padding: 20px;
	background-color: #D7FAFA;
	display: inline-block;
}
.foot .j_s .h2_box{
	margin-bottom: 6px;
	display: flex;
	gap: 2px 10px;
	align-items: baseline;
}
.foot .j_s .h2_box p{
	margin: 0;
	font-size: 87.5%;
}
.foot .j_s ul{
	font-size: 87.5%;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 20px;
}
.foot .j_s ul li{
	margin: 0;
}
@media only screen and (max-width: 1024px) {
.foot_modori a{
	padding: 16px 10px 15px;
	min-width: auto;
	font-size: 87.5%;
}
	.foot{
		width: 100%;
	}
	.foot_wrap .map{
		margin: 0 auto;
		width: 100%;
		max-width: 280px;
	}
	.foot .address a[href^="tel:"]{
		cursor: pointer;
		color: #2b3095;
		text-decoration: underline;
	}
}
/********************** 領域共通のスタイル **********************/
.list_icon{
	margin: 0 6px 0 0;
	padding: 0 4px;
	color: #333;
	font-size: 87.5%;
	text-decoration: none;
	background: #D7FAFA;
	border: 1px solid #56B3B4;
	border-radius: 2px;
	vertical-align: middle;
	display: inline-block;
}
/**** アコーディオンのスタイル ****/
.ac_display{
	display: none;
}
.ac_box02{
	position: relative;
}
.ac_box02 a{
	text-decoration: none;
	width: 100%;
}
.ac_box02 h2,
.main_naka .ac_box02 h2,
.mol_contents .ac_box02 h2{
	padding-right: 3.5em;
	color: #333;
}
.ac_box a{
	text-decoration: none;
	width: 100%;
}
.ac_box02_in .close{
	text-align: center;
}
.ac_display02,
.ac_box02_in .close .ac_box02{
	display: inline-block;
	position: absolute;
	top: 35px;
	margin: -4px 0 0 0;
	right: 12px;
	font-size: 72%;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 100;
	padding: 4px 4px 4px 18px;
}
.ac_box02_in .close .ac_box02{
	position: relative;
  text-decoration: none;
  right: auto;
  width: auto;
  top: auto;
  margin: 0;
}
.ac_display02::before,
.ac_display02::after,
.ac_box02_in .close .ac_box02::before {
	content: '';
	background: #555;
	position: absolute;
	left: 4px;
	top: 13px;
	height: 2px;
	width: 10px;
	z-index: 1;
}
.ac_display02::after{
		transform: rotate(90deg);
}
.ac_box02 + div{
	display: none;
}
.ac_box02{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.ac_box02_wrap.active p::after{
	display: none;
}
@media print, screen and (min-width: 1025px) {
	.ac_box{
		pointer-events: none !important;
	}
	.ac_box + div{
		display: block !important;
	}
	.ac_box_in .ac_box{
		display: none;
	}
}
@media only screen and (max-width: 1024px) {
	.ac_box h2, .main .ac_box h2{
		padding-right: 3.5em;
	}
	.ac_box a:focus-visible{
		outline-offset: -2px;
	}
	.ac_box_in .close{
		text-align: center;
	}
	.ac_display,
	.ac_box_in .close .ac_box {
		display: inline-block;
		position: absolute;
		top: 50%;
		margin: -14px 0 0;
		right: 12px;
		font-size: 72%;
		background: #fff;
		border: 1px solid #ccc;
		z-index: 100;
		padding: 4px 4px 4px 18px;
	}
	.ac_box_in .close .ac_box{
		position: relative;
    text-decoration: none;
    right: auto;
    width: auto;
    top: auto;
    margin: 0;
	}
	.ac_display::before,
	.ac_display::after,
	.ac_box_in .close .ac_box::before{
		content: '';
		background: #555;
		position: absolute;
		left: 4px;
		top: 11px;
		height: 2px;
		width: 10px;
	}
	.ac_display::after{
		transform: rotate(90deg);
	}
	.ac_box + div{
		display: none;
	}
	.ac_box{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.ac_box_wrap.active p::after{
		display: none;
	}
}
/**** RSSアイコンのスタイル ****/
.rss_icon,
a.rss_icon,
a.rss_icon2{
	background: #FF8F21;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #b45c00,-1px 1px 1px #b45c00,1px -1px 1px #b45c00,-1px -1px 1px #b45c00,1px 0 1px #b45c00,0px 1px 1px #b45c00,-1px 0 1px #b45c00,0 -1px 1px #b45c00;
	vertical-align: middle;
	padding: 5px 5px 5px 7px;
	line-height: 1.1;
	position: relative;
}
.rss_icon,
a.rss_icon{
	font-size: 90%;
}
a.rss_icon2{
	font-size: 68.75%;
	padding: 3px 28px 1px 6px;
}
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;
}

