@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;
}
body {
	font-family: "UD新ゴ R", "UD Shin Go Regular", 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;
}
	@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:link {
	text-decoration: underline;
	color: #2b3095;
}
a:visited {
	text-decoration: underline;
	color: #791e78;
}
a:hover {
	text-decoration: none;
	color: #860000;
}
a:hover strong{
	color: #860000;
}
a:active {
	text-decoration: none;
	color: #860000;
}
.link_white:link {
	text-decoration: underline;
	color: #fff;
}
.link_white:visited {
	text-decoration: underline;
	color: #eee;
}
.link_white:hover {
	text-decoration: underline;
	color: #ffff00;
}
.link_white:active {
	text-decoration: underline;
	color: #ffff00;
}
a:link > strong{
	color: #2b3095;
}
a:visited > strong {
	text-decoration: underline;
	color: #791e78;
}
a:hover > strong {
	text-decoration: none;
	color: #9f0000;
}
a:active > strong {
	text-decoration: none;
	color: #9f0000;
}

/**** 別ウィンドウで開く ****/
.window {
	display: inline-block;
	font-size: 62.5%;
	font-weight: normal;
	background: #F4F8FF;
	color: #333;
	border-radius: 6px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #A3C2F7;
	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 #467605;
	font-size: 85%;
}
/* text,textarea */
#body input[type="text"], #body input[type="file"], #body textarea ,#body input[type="password"] {
	font-family: "UD新ゴ R", "UD Shin Go Regular", 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;
}
/* 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: #467605;
	border-radius: 6px;
	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 {
	background: #315303;
}
/**** 見出し等のフォント ****/
h1, h2, h3, h4, h5, h6, strong, th, em, b {
  font-family: "UD新ゴ M", "UD Shin Go Medium";
}
/**** その他 ****/
.anchor, .notit {
	display: block;
	height: 1px;
	margin-top: -1px;
}
.date {
	font-size: 90%;
	color: #555;
	display: inline-block;
	margin-left: 12px;
}
.noscript {
	font-size: 85%;
	color: #af1b28;
}
.none {
	display: none;
}
/******************** レイアウトCSS ********************/

/********************************************
2カラムの場合ここにliguid.cssをの中身をコピーして、
liguid.cssは削除する
********************************************/
#body{
	background: #FAF9EF;
}
.design{
	clear: both;
}
.inner{
	max-width: 1224px;
	padding: 0 12px;
	margin: 0 auto;
}

/********************** ヘッダー **********************/
.main_header {
	background: #FAF9EF;
	width: 100%;
}
	@media only screen and (max-width: 1024px) {
		.main_header{
			overflow: hidden;
			margin-bottom: -4px;
			position: relative;
		}
	}
/**** ヘッダー上段リンク ****/
.h_top_wrap {
	max-width: calc(100% - 374px);
	margin-left: auto;
}
.h_top {
	display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
}
.h_top .h_toplist02 {
	display: flex;
		align-items: center;
		justify-content: flex-end;
	margin: 16px 0 6px auto;
	font-size: 85%;
	flex-wrap: wrap;
}
.h_top .h_toplist02 > li {
	margin: 0 0 6px 6px;
}
.h_top .h_toplist02 > li a {
	display: block;
	border: 2px solid #fff;
	border-radius: 6px;
	background: #E7F5C9;
	text-decoration: none;
	padding: 2px 6px;
	letter-spacing: 0;
}
.h_top .h_toplist02 > li a:hover{
	background: #D3E6AC;
}
	@media only screen and (max-width: 1024px) {
		.h_top_wrap{
			display: none;
		}
	}
/* 色の反転 */
.bg_color{
	display: flex;
	align-items: center;
	margin-left: 4px;
}
.bg_tit{
	padding: 0;
	margin: 0 6px 0 0;
}
.bg_list{
	display: flex;
	align-items: center;
}
.bg_list li{
	padding: 0;
	margin: 0;
}
.h_top .bg_list li a{
	border-radius: 6px 0 0 6px;
}
.bg_list li:last-child a{
	background: #467605;
	border-radius: 0 6px 6px 0;
	border-left: 0;
}
.bg_list li:last-child a:hover{
	background: #315303;
}
.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: 4px;
}
.font_tit {
	margin: 4px 6px 0 0;
}
.font_list li {
	margin: 0;
}
.h_top .font_list li a{
	border-radius: 6px 0 0 6px;
}
.font_list li:last-child a{
	border-left: 0;
	background: #467605;
	border-radius: 0 6px 6px 0;
}
.font_list li:last-child a:hover{
	background: #315303;
}
.font_list li:last-child a strong{
	color: #fff;
}
/**** ヘッダーメイン ****/
.head{
	position: relative;
}
.head_in {
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	z-index: 1;
	padding: 0 0 18px 0;
}
.head_in .inner{
	display: flex;
}
.h_main {
	display: flex;
		align-items: center;
	padding: 20px 0 0;
	overflow: hidden;
}
.h_main .h1 {
	margin: 0;
	width: 192px;
}
.head_catch{
	width: 159px;
	margin: 6px 0 0 14px;
}
.inbody .head_in{
	position: relative;
	background: none;
}
.inbody .h_main a{
	text-decoration: none;
}
.inbody .h_main .h1 span{
	display: block;
	background: #B0D67D;
	padding: 0 10px;
	width: 100%;
	font-size: 70%;
	text-align: center;
	border-radius: 5px;
	margin-top: 10px;
}
	@media only screen and (max-width: 1024px) {
		.head_in{
			padding: 0;
			width: 100%;
			background: #faf9ef;
			position: relative;
		}
		.h_main{
			padding: 8px 0;
			z-index: 1;
			position: relative;
		}
		.h_main .h1 {
			width: 162px;
			padding: 4px 0;
		}
	}
	@media only screen and (max-width: 480px){
		.h_main{
			padding: 12px 0;
		}
		.h_main .h1{
			width: 128px;
		}
		.head_catch{
			width: 147px;
			margin: 6px 0 0 4px;
		}
		.inbody .head_catch{
			padding-bottom: 22px;
		}
	}
	@media only screen and (max-width: 340px){
		.h_main{
			width: 260px;
		}
	}

/* 言語選択 */

/**** ヘッダーメイン2 ****/
.h_top02{
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 8px;
}
.ichiran {
	margin: 0 0 0 12px;
}
.ichiran a{
	width: 110px;
	background: #E7F5C9;
	border: 2px solid #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	text-decoration: none;
	height: 100%;
	justify-content: center;
}
.ichiran a:hover{
	background: #D3E6AC;
}
/* 検索ボックス */
.h_top02 .src_box {
	max-width: calc(100% - 122px);
	margin: 0;
	width: 100%;
}
.src_box .q {
	float: left;
	width: calc(100% - 98px) !important;
	margin: 0;
	height: 48px !important;
	padding: 0 6px!important;
	border: 2px solid #B0D67D!important;
	border-right: none !important;
	border-radius: 12px 0 0 12px !important;
}
.h_top02 .src_box .q{
	background-color: #E7F5C9 !important;
	border-left: none;
	border: 2px solid #fff !important;
}
.src_box #search_button,
.src_box #search_button2,
.src_box #search_button_sp{
	width: 98px;
	min-height: 48px;
	margin: 0;
	padding: 0 0 0 40px;
	background: #467605 url(img/src_img.svg) no-repeat 16px center;
	color: #fff;
	cursor: pointer;
	white-space: normal;
	border-radius: 0 12px 12px 0;
	font-size: 100%;
	border: none;
	text-align: left;
}
.h_top02 #search_button{
	border: 2px solid #fff;
	border-left: none;
}
.src_box #search_button:hover,
.src_box #search_button2:hover,
.src_box #search_button_sp:hover{
	background: #315303 url(img/src_img.svg) no-repeat 16px center;
}
.mobaile_src{
	display: none;
	margin: 8px 0 16px;
}
	@media only screen and (max-width: 1024px) {
		.h_main .src_box{
			display: none;
		}
		.src_box .q{
			width: calc(100% - 54px) !important;
			height: 40px !important;
			border-radius: 8px 0 0 8px !important;
		}
		.src_box #search_button_sp{
			width: 54px;
			padding: 0 0 0 20px;
			background: #467605 url(img/src_img.svg) no-repeat 5px center/12px;
			font-size: 85%;
			min-height: 40px;
			border-radius: 0 8px 8px 0;
		}
		.mobaile_src{
			display: block;
		}
	}
/**** メインビジュアル ****/
.head .main_vis{
	margin-top: 0;
}
.head .slick_nav{
	bottom: 110px;
	left: calc(50% - 612px);
	max-width: 1224px;
	width: 100%;
	padding: 0 12px;
}
.head .slick-dots{
	max-width: 110px;
	position: absolute;
	right: 70px;
	bottom: 0;
	width: 100%;
	z-index: 2;
}
@media only screen and (max-width: 1280px) {
	.head .slick_nav{
		left: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.head .slick_nav{
		justify-content: flex-end;
		padding: 8px 12px 0;
		position: absolute;
		bottom: 20px;
	}
	.head .slick-dots{
		max-width: none;
		position: relative;
		right: auto;
		width: auto;
	}
	.head	.slick_ps{
		margin-left: 8px;
	}
}
/**** 重要なお知らせ ****/
.head_pickup{
	position: absolute;
	bottom: 120px;
	left: calc(50% - 612px);
	max-width: 1224px;
	width: 100%;
	padding: 0 12px;
	z-index: 1;
}
.head .pickup {
	display: flex;
	max-width: 900px;
	background: rgba(255, 255, 255, 0.9);
	border: 2px solid #AF1B28;
	border-radius: 10px;
	margin-right: 200px;
	padding: 0;
	max-height: 100px;
}
.head .pickup .h2{
	color: #fff;
	font-size: 120%;
	background: #AF1B28;
	max-width: 184px;
	width: 100%;
	overflow-y: auto;
	align-items: center;
	display: flex;
	justify-content: center;
}
.head .pickup h2{
	text-align: center;
}
.head .pickup .h2 p{
	margin-top: 0;
}
.head .pickup .h2 a{
	color: #fff;
	font-size: 75%;
	position: relative;
}
.head .pickup .h2 a::after{
	display: inline-block;
	content: '';
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	margin-left: 4px;
}
.head .pickup_lower {
	padding: 0px 10px 10px 4px;
	width: calc(100% - 177px);
	overflow-y: auto;
}
.head .pickup_lower .date{
	min-width: 85px;
	margin-right: 10px;
}
.head .pickup_lower li{
	margin-top: 10px;
	display: flex;
}
.head .pickup_lower li a{
	width: calc(100% - 120px);
}
.head .pickup_lower .pickup_sub {
	margin-top: 20px;
}
.head .pickup_lower .pickup_sub:first-child {
	margin-top: 12px;
}
.head .pickup_lower .pickup_sub h3 {
	background: #e8f4f9;
	padding: 4px 6px;
	font-size: 110%;
}
.head .pickup_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
@media only screen and (max-width: 1280px){
	.head_pickup{
		left: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.head_pickup{
		position: relative;
		bottom: 0;
		max-width: none;
	}
	.head .pickup{
		max-width: none;
		width: 100%;
		max-height: none;
		display: block;
		margin-top: 16px;
	}
	.head .pickup .h2{
		max-width: none;
		border-radius: 7px 7px 0 0;
		display: flex;
		justify-content: space-between;
		font-size: 175%;
		padding: 10px;
	}
	.head .pickup .h2 p{
		margin-left: 20px;
	}
	.head .pickup_lower{
		width: 100%;
	}
}
@media only screen and (max-width: 480px){
	.head .pickup_lower li{
		display: block;
	}
	.head .pickup_lower li a{
		width: 100%;
		display: block;
		margin: 0 10px;
	}
}
/**** グローバルナビ ****/
.g_navi {
	letter-spacing: 0.1em;
	position: relative;
	z-index: 9999;
	max-width: 1238px;
	width: 100%;
	margin: 0 auto;
}
.g_navi_in {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-top: -116px;
	padding: 0 12px;
}
.g_navi_in > li {
	margin: 0;
	padding: 0 10px;
	display: flex;
}
.g_navi_in > li:nth-of-type(1) {
	padding-left: 0;
}
.g_navi_in > li:last-child {
	padding-right: 0;
}
.g_navi_in > li img{
	width: 154px;
	margin: 0 auto;
	transition: 0.4s;
	position: relative;
	top: 0;
}
.g_navi_in > li > a:hover > img{
	top: -6px;
}
.g_navi_in > li b{
	display: block;
}
.g_navi_in > li > a {
	display: block;
	position: relative;
	z-index: 2;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	font-size: 120%;
	padding-top: 13px;
	padding-bottom: 11px;
	width: 100%;
	color: #333;
}
.g_navi_in > li > a:hover , .g_navi_in > li.active > a {
	color: #467605;
}
.g_navi_in li .g_navi_in_sub{
display:none;
position:absolute;
top:100%;
left:0;
z-index:300;
padding-bottom:12px;
width:100%;
}
.g_navi_in li .g_navi_in_sub > div{
background:#FAF9EF;
border: 2px solid #467605;
font-size:90%;
padding:4px 16px 16px;
position:relative;
border-radius: 20px;
}
.g_navi_in li .g_navi_in_sub ul{
display:flex;
flex-wrap:wrap;
}
.g_navi .g_navi_in > li.addactive > a::before{
content:'';
position:absolute;
left:50%;
top:-12px;
transform :translateX(-50%);
border:12px solid transparent;
border-top:12px solid #467605;
z-index:9999;
}
.g_navi_in > li.addactive.active > a::before{
display:none;
}
.g_navi_in li .g_navi_in_sub li{
display:inline-block;
position:relative;
padding:0 14px;
margin-right:0;
border-bottom:none;
vertical-align:top;
box-shadow:none;
width:25%;
}
.g_navi_in li .g_navi_in_sub li::before{
content:'';
display:block;
position:absolute;
top: 8px;
left:0;
border-right:2px solid #467605;
border-bottom:2px solid #467605;
width:6px;
height:6px;
transform:rotate(-45deg);
}
	@media only screen and (max-width: 1024px) {
		.g_navi{
			display: none;
		}
	}


.inbody .g_navi{
	margin: 10px auto;
}
.inbody .g_navi_in{
	margin-top: 0;
}
.inbody .g_navi_in > li{
	padding: 0 7px;
	max-width: 240px;
	width: 100%;
}
.inbody .g_navi_in > li img{
	width: 40px;
	position: absolute;
	top: 8px;
	left: 10px;
}
.inbody .g_navi_in > li b{
	margin: 0 auto;
}
.inbody .g_navi_in > li > a{
	display: flex;
	border-bottom: 2px solid #FFA8B3;
	padding: 10px 10px 10px 50px;
}
.inbody .g_navi_in > li:nth-child(2) > a{
	border-bottom: 2px solid #FFC383;
}
.inbody .g_navi_in > li:nth-child(3) > a{
	border-bottom: 2px solid #C1F18D;
}
.inbody .g_navi_in > li:nth-child(4) > a{
	border-bottom: 2px solid #9BC3FC;
}
.inbody .g_navi_in > li:nth-child(5) > a{
	border-bottom: 2px solid #B9AFFF;
}
.inbody .g_navi_in > li > a:hover , .inbody .g_navi_in > li.active a{
	border-bottom: 4px solid #467605;
	padding-bottom: 6px;
}
.inbody .g_navi_in > li > a:hover > img , .inbody .g_navi_in > .active a img{
	top: 4px;
}
.inbody .g_navi .g_navi_in > li.active.addactive > a::before,
.inbody .g_navi .g_navi_in > li.addactive > a::before{
	display: block;
	bottom: -16px;
	top: auto;
	transform: rotate(180deg);
	margin-left: -12px;
}
.inbody .g_navi_in li .g_navi_in_sub{
	padding: 12px 18px 0;
	top: auto;
}
.inbody .g_navi_in li .g_navi_in_sub > div{
	background: #fff;
}
.inbody .g_navi_in li .g_navi_in_sub li a{
	border-bottom: 0;
}
	@media only screen and (max-width: 1024px) {
		.g_navi{
			display: none;
		}
	}

/**** スマホメニューに関するスタイル ****/
#menu_button{
	position: absolute;
	top: 0;
	right: 12px;
}
#menu_button a{
	position: relative;
	background: #467605;
	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;
	border-radius: 6px;
}
#menu_button a strong{
	color: #fff;
}
#menu_button a .icon_ham{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -15px;
	display: inline-block;
	background: #fff;
	height: 3px;
	width: 30px;
}
#menu_button a .icon_ham:before,
#menu_button a .icon_ham:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	background: #fff;
	height: 3px;
	width: 30px;
}
#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: #faf9ef;
	border-left: 4px solid #467605;
	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{
	text-align: right;
	position: relative;
	padding: 0;
	margin: 0;
}
#sidr .close a{
	background: #467605;
	display: inline-block;
	color: #fff;
	position: relative;
	padding: 10px 10px 10px 32px;
	border-radius: 6px;
	margin: 10px 10px 10px 0;
	text-decoration: none;
}
#sidr .close a:before,
#sidr .close a:after{
	content: '';
	background: #fff;
	height: 2px;
	width: 16px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: 0;
	transform: rotate(-45deg);
}
#sidr .close a:after{
	transform: rotate(45deg);
}
#sidr .src_box{
	padding: 0px 10px 20px;
}
#sidr ul {
	display: block;
	margin: 0;
	padding: 0;
}
#sidr ul li {
	background: none;
	border-bottom: 1px dashed #467605;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#sidr ul li::before{
	content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #467605;
	border-right: 2px solid #467605;
	transform: rotate(45deg);
}
#sidr ul li a{
	display: inline-block;
	padding: 12px 24px 12px 12px;
	text-decoration: none;
	width: 100%;
}
#sidr ul li a img{
	width: 30px;
	margin: 0 10px 0 0;
}
#sidr ul.sidr_navi_sub{
	padding: 24px 10px 10px 10px;
}
#sidr ul.sidr_navi_sub li{
	border-bottom: 0;
}
#sidr ul.sidr_navi_sub li::before{
	display: none;
}
#sidr ul.sidr_navi_sub li a{
	background: #E7F5C9;
	border: 2px solid #fff;
	border-radius: 6px;
	padding: 8px 10px;
	text-align: center;
}
/**** 支援機能 ****/
#sidr .side_shien{
}
#sidr ul.sidr_navi02{
	border-bottom: 0;
	padding: 0px 10px 0px;
}
#sidr ul.sidr_navi02 li{
	border: 0;
}
#sidr ul.sidr_navi02 li::before{
	display: none;
}
#sidr ul.sidr_navi02 li a{
	display: block;
	background: #e7f5c9;
	border: 2px solid #fff;
	border-radius: 6px;
	font-size: 80%;
	padding: 6px 2px;
	text-align: center;
}
#sidr ul.sidr_navi03{
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
}
#sidr ul.sidr_navi03 li{
	border-bottom: 0;
	font-size: 85%;
	width: calc(50% - 4px);
	margin-left: 8px;
	margin-bottom: 9px;
}
#sidr ul.sidr_navi03 li::before{
	display: none;
}
#sidr ul.sidr_navi03 li:nth-child(odd){
	margin-left: 0;
}
#sidr ul.sidr_navi03 li:last-child{
	width: 100%;
}
#sidr ul.sidr_navi03 li a{
	background: #E7F5C9;
	border: 2px solid #fff;
	border-radius: 6px;
	padding: 4px;
	text-align: center;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 85%;
	flex-wrap: wrap;
}
#sidr ul.sidr_navi03 li a span{
	display: block;
	width: 100%;
}
/*********** フッター ***********/
.main_footer {
	width: 100%;
}
.inbody .main_footer{
	margin-top: 90px;
} 
	@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;
}
.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;
}
.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 #bdd4a2;
	padding: 2px 8px;
	margin: 0;
	border-radius: 6px;
}
.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: 0 0 24px;
		}
		.online_strage_a .mypage{
			width: 100%;
		}
	}
/**** トップへ戻る ****/
.foot_modori {
	margin-top: 0px;
}
.foot_modori .modoriin {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	text-align: right;
	position: relative;
	z-index: 2;
}
.foot_modori a {
	display: inline-block;
	text-decoration: none;
	border-bottom: 0;
	line-height: 1.3;
	padding: 47px 10px 10px;
	font-size: 85%;
	border-radius: 4px 4px 0 0;
	background: url(img/pagetop_bg.png) no-repeat 0 0/100%;
	height: 110px;
	width: 140px;
	text-align: center;
	position: absolute;
	right: 12px;
	top: -20px;
	transition: 0.4s;
}
.foot_modori a:hover{
	top: -30px;
}
.foot_modori a::before{
	display: block;
	content: '';
	position: absolute;
	top: 32px;
	left: calc(50% - 7px);
	width: 14px;
	height: 14px;
	border-right: 2px solid #C74652;
	border-bottom: 2px solid #C74652;
	transform: rotate(-135deg);
}
.foot_modori a span{
	display: block;
}
	@media only screen and (max-width: 1024px) {
		.foot_modori .modoriin {
			padding: 0 10px;
			width: 100%;
		}
	}
	@media only screen and (max-width: 480px){
		.foot_modori a{
			width: 120px;
			padding: 40px 10px 10px;
		}
		.foot_modori a::before{
			top: 26px;
		}
	}
/**** メインフッター ****/
.foot_wrap {
	background: #FAF9EF;
	padding: 1px 0 0;
	overflow: hidden;
}
.foot {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 12px;
	position: relative;
	display: flex;
}
.foot_link{
	max-width: 200px;
	margin-top: 32px;
	width: 100%;
}
.foot_link_mobile{
	display: none;
}
.foot_link_pc{
	display: block;
}
.foot_link li a{
	background: #467605;
	padding: 10px 28px 10px 10px;
	position: relative;
	border-radius: 10px;
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
}
.foot_link li a:hover{
	background: #315303;
}
.foot_link li a::after {
	display: block;
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: 16px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
.foot_link span{
	display: block;
}
.foot_link .goiken a{
	padding-left: 52px;
	margin-top: 26px;
}
.foot_link .goiken a::before{
	content: "";
	display: block;
	width: 52px;
	height: 87px;
	background: url(img/foot_oto_img.png) no-repeat 0 0/contain;
	position: absolute;
	left: 0;
	bottom: -4px;
}
.foot_id {
	margin-top: 16px;
	width: calc(100% - 200px);
	padding-right: 20px;
}
.foot_id strong{
	font-size: 125%;
	color: #333;
}
.foot .address {
	margin-top: 20px;
	font-size: 90%;
	line-height: 1.6;
}
.foot .address a[href^="tel:"]{
	cursor: default;
	color: #222;
	text-decoration: none;
}
.foot_copy {
	font-size: 75%;
	padding: 0px 12px 16px;
	margin-top: 16px;
	text-align: center;
	position: relative;
}
.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;
		}
	}
	@media only screen and (max-width: 480px){
		.foot{
			display: block;
		}
		.foot_id{
			width: 100%;
			padding: 0;
		}
		.foot_link{
			max-width: 100%;
		}
		.foot_link_mobile{
			display: block;
			padding: 40px 12px 0;
		}
		.foot_link_pc{
			display: none;
		}
		.foot_link li:not(.goiken) a{
			padding: 10px 28px 10px 28px;
			background: #b0d67d;
			color: #2b3095;
		}
		.foot_link li:not(.goiken) a:hover{
			background: #A0C66F;
		}
	}
/**** フッター地図 ****/
.foot_catch{
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 24px 12px 12px 100px;
	text-align: center;
}
.foot_catch img{
	max-width: 490px;
	width: 100%;
}
.foot_map_pc{
	display: block;
	height: 340px;
	position: relative;
}
.foot_map_pc h2{
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.foot_map_pc img{
	min-width: 1715px;
	position: absolute;
	top: -250px;
	left: calc(50% - 610px);
}
.map_focuslist{
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 12px;
	position: relative;
}
.map_focuslist a{
	background-color: #fff;
	width: 1px;
	font-size: 0.1%;
	line-height: 0.1;
	position: absolute;
	top: auto;
	left: -3000px;
	z-index: 9999;
	padding: 8px 16px;
}
.map_focuslist a:focus{
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
}
.foot_map_mobile{
	display: none;
	height: 340px;
	position: relative;
}
.foot_map_mobile img{
	width: 160vw;
	position: absolute;
	top: -9vw;
	left: calc(50% - 61vw);
	max-width: none;
}

	@media only screen and (max-width: 1024px) {
		.foot_catch{
			padding: 80px 12px 0;
			position: relative;
			z-index: 1;
		}
		.foot_map_pc,
		.map_focuslist{
			display: none;
		}
		.foot_map_mobile{
			display: block;
		}
	}
	@media only screen and (max-width: 480px){
		.foot_catch{
			padding: 24px 12px 0;
		}
		.foot_map_mobile{
			  height: 250px;
		}
		.foot_map_mobile img{
			width: 204vw;
			left: calc(50% - 76vw);
		}
	}

/********************** 領域共通のスタイル **********************/
.main {
	position: relative;
	overflow: hidden;
}
.main h2 {
	color: #333;
	background: #E7F5C9;
	padding: 12px 16px;
	font-size: 140%;
	position: relative;
	text-align: center;
}
.main h2::before,
.main h2::after{
	content: "";
	display: block;
	border-top: 1px dashed #fff;
	width: 100%;
	position: absolute;
	left: 0;
}
.main h2::before{
	top: 4px;
}
.main h2::after{
	bottom: 4px;
}
.main h2 a {
	display: block;
}
.main .h2{
	background: #467605;
	overflow: hidden;
}
.main .h2 p{
	float: right;
	padding: 14px 16px 14px 8px;
	margin: 0;
}
.main .h2 h2 {
	float: left;
}
.main li {
	position: relative;
	padding-left: 16px;
}
.main li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	transform: rotate(-45deg);
}
.main li .list_icon img{
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 4px;
	max-height: 18px;
}

/**** アコーディオンのスタイル ****/
.ac_display{
	display: none;
}
.ac_box02{
	position: relative;
}
.main_naka .ac_box02 h2{
	padding-right: 64px;
}
.ac_display03{
		display: inline-block;
		position: absolute;
		top: 24px;
		margin: -14px 0 0;
		right: 12px;
		font-size: 72%;
		background: #fff;
		border: 1px solid #bdd4a2;
		z-index: 100;
		border-radius: 4px;
}
.ac_display03{
	
}
.ac_display03 a{
		display: inline-block;
		position: relative;
		text-decoration: none;
		padding: 4px 4px 4px 18px;
}
.ac_display03::before,
.ac_display03::after {
		content: '';
		background: #555;
		position: absolute;
		left: 4px;
		top: 13px;
		height: 2px;
		width: 10px;
}
.ac_display03::after{
		transform: rotate(90deg);
}
.ac_box02_in{
		display: none;
}
.ac_box02_wrap.active .ac_box02_in{
	display: inline;
}
.ac_box02_wrap.active .ac_display03::after {
		display: none;
}
.ac_box02_in .ac_box02{
	text-align: center;
	margin-top: 20px;
}
#main_outline .ac_box02_in .ac_box02 button{
	background: #fff;
	border: 1px solid #bdd4a2;
	border-radius: 4px;
	color: #2b3095;
}
@media print, screen and (min-width: 1025px) {
	.ac_box{
		pointer-events: none !important;
	}
	.ac_box + div{
		display: block !important;
	}
}
@media only screen and (max-width: 1024px) {
	.ac_box h2{
		padding-right: 72px;
	}
	.ac_display{
		display: inline-block;
		position: absolute;
		top: 50%;
		margin: -14px 0 0;
		right: 12px;
		font-size: 72%;
		background: #fff;
		border: 1px solid #bdd4a2;
		z-index: 100;
		border-radius: 4px;
	}
	.ac_display a{
		display: inline-block;
		position: relative;
		text-decoration: none;
		padding: 4px 4px 4px 18px;
	}
	.ac_display::before,
	.ac_display::after{
		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.active p::after{
		display: none;
	}
}

/**** 緊急情報のスタイル ****/
.head .emergency {
	padding: 0 0 20px;
}
.inbody .head .emergency{
	padding: 8px 0 20px;
}
.head .emergency .h2{
	position: relative;
	margin-top: 10px;
}
.head .emergency h2 {
	background: #af1b28;
	color: #fff;
	padding: 10px 14px;
	font-size: 175%;
	border-radius: 10px 10px 0 0;
	position: relative;
}
.head .emergency .h2 p{
	position: absolute;
	right: 0;
	padding: 17px;
	top: 0;
	margin: 0;
}
.head .emergency_lower {
	border: 4px solid #af1b28;
	border-top: none;
	padding: 4px 16px 16px;
	border-radius: 0 0 10px 10px;
	background: #fff;
}
.head .emergency_lower .date{
	margin: 0 10px 0 0;
	width: 89px;
}
.head .emergency_lower li{
	display: flex;
}
.head .emergency_lower li a{
	width: calc(100% - 100px);
}
@media only screen and (max-width: 1024px){
	.head .emergency{
		padding: 0px 0 20px !important;
	}
	.head .emergency .h2{
		margin-top: 8px;
	}
}
@media only screen and (max-width: 480px){
	.head .emergency_lower li{
		flex-wrap: wrap;
	}
	.head .emergency_lower li a{
		display: block;
		width: 100%;
	}
}

/**** 重要なお知らせのスタイル ****/
.important {
	margin-top: 24px;
}
.zone01 .important .h2{
	position: relative;
}
.zone01 .important .h2:before, .zone01 .important .h2:after {
	content: "";
	display: block;
	border-top: 1px dashed #fff;
	width: 100%;
	position: absolute;
	left: 0;
}
.zone01 .important .h2:before{
	top: 4px;
	z-index: 2;
}
.zone01 .important .h2:after{
	bottom: 4px;
	z-index: 2;
}
.zone01 .important .h2 h2:before{
	display: none;
}
.zone01 .important .h2 h2:after{
	display: none;
}
.main .important h2, .main .important .h2 {
	background: #b13800;
	color: #fff;
}
.main .important_lower {
	border: 2px solid #b13800;
	border-top: none;
	padding: 4px 16px 16px;
	background: #fff;
}

/**** スライドショーのスタイル ****/
.vis{
	position: relative;
	margin-top: 24px;
}
.vis h2{
	padding: 0;
	margin: 0;
	height: 0;
}
.vis h2::before,
.vis h2::after{
	display: none;
}
.vis .vis_bg{
	position: relative;
}
.vis .vis_bg li{
	margin: 0;
	padding: 0;
}
.vis .vis_bg li::before{
	display: none;
}

/**** 画像リストのスタイル ****/
.ilist {
	margin-top: 24px;
}
.zone01 .ilist {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
}
.main .ilist_lower ul {
	display: flex;
	flex-flow: row wrap;
}
.main .ilist_lower ul > li {
	padding-left: 0;
	margin-right: 12px;
	text-align: center;
	width: calc((100% - 60.1px) / 6);
}
.main .ilist_lower ul > li:nth-of-type(6n) {
	margin-right: 0;
}
.main .ilist_lower ul > li::before {
	display: none;
}
.main .ilist_lower ul > li a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
.main .ilist_lower ul > li .ilist_in{
	background: #fff;
	padding: 16px;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #D8EDBC;
}
.main .ilist_lower ul > li .ilist_in:hover{
	background: #F9FFEB;
}
.main .ilist_lower .ilist_right {
	margin-top: 8px
}
.main .ilist_lower ul > li .ilist_title {
	text-align: center;
}
.main .ilist_lower ul > li .ilist_text {
	text-align: left;
	font-size: 85%;
	margin-top: 0;
}
.ilist .ilist_title{
	margin-top: 0;
}
	@media only screen and (max-width: 1024px) {
		.main .ilist_lower ul > li {
			width: calc((100% - 36.1px) / 3);
		}
		.main .ilist_lower ul > li:nth-of-type(3n) {
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .ilist_lower ul > li:nth-of-type(n) {
			margin-right: 0;
			width: 100%;
		}
	}
/**** 画像リスト2のスタイル ****/
.ilist2 {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
}
.main .ilist2_lower ul {
	display: flex;
	flex-flow: row wrap;
}
.main .ilist2_lower ul > li {
	padding-left: 0;
	margin-right: 12px;
	text-align: center;
	width: calc((100% - 36.1px) / 4);
}
.main .ilist2_lower ul > li:nth-of-type(4n) {
	margin-right: 0;
}
.main .ilist2_lower ul > li::before {
	display: none;
}
.main .ilist2_lower ul > li a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
.main .ilist2_lower ul > li .ilist_in{
	background: #fff;
	padding: 16px;
	display: flex;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #D8EDBC;
}
.main .ilist2_lower ul > li .ilist_in:hover{
	background: #F9FFEB;
}
.main .ilist2_lower ul > li .ilist_left {
	align-self: center;
	width: 40%;
}
.main .ilist2_lower ul > li .ilist_right {
	align-self: center;
	width: 54%;
	margin-left: 6%;
}
.ilist2 .ilist_title{
	margin-top: 0;
}
	@media only screen and (max-width: 1024px) {
		.main .ilist2_lower ul > li {
			width: calc((100% - 24.1px) / 2);
		}
		.main .ilist2_lower ul > li:nth-of-type(3n) {
			margin-right: 12px;
		}
		.main .ilist2_lower ul > li:nth-of-type(even) {
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .ilist2_lower ul > li:nth-of-type(n) {
			margin-right: 0;
			width: 100%;
		}
	}
/**** 分類のスタイル ****/
.category {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
}
.category2 {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
}
.category3 {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
}
.category4 {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
}
.category5 {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
}
.main .category_3_ul {
	font-size: 85%;
}
.main .category_lower {
	padding: 4px 0 0;
}
/**** 各課の窓口のスタイル ****/
.kakuka {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
}
/**** 催し物・講座のスタイル ****/
.event {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
}
.main .event_lower {
	padding: 4px 0 0;
}
.main .event_lower li {
	padding-left: 0;
}
.main .event_lower li::before {
	display: none;
}
.main .event_lower li .eve_cate {
	display: inline-block;
	font-size: 85%;
	background: #467605;
	color: #fff;
	border-radius: 6px;
	padding: 4px 4px 2px;
	margin-right: 8px;
	text-align: center;
	vertical-align: top;
	line-height: 1;
	min-width: 80px;
}
.main .event_lower .event_month li {
	margin-right: 8px;
	display: inline-block;
	font-size: 130%;
	margin-top: 8px;
	margin-bottom: 4px;
}
.main .event_lower .event_month img {
	vertical-align: middle;
}
.event_month li.pre a,
.event_month li.next a{
	display: inline-block;
	background: #E7F5C9;
	border: 1px solid #B0D67D;
	font-size: 81.25%;
	margin-bottom: 10px;
	text-decoration: none;
	padding: 0 5px;
	position: relative;
}
.event_month li.pre a{
	padding-left: 16px;
}
.event_month li.next a{
	padding-right: 15px;
}
.event_month li.pre a::before,
.event_month li.next a::before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
}
.event_month li.pre a::before{
	left: 4px;
	border-width: 4px 6px 4px 0;
	border-color: transparent #555 transparent transparent;
}
.event_month li.next a::before{
	right: 4px;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #555;
}
/**** イベントカレンダーのスタイル ****/
.calendar {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
}
.main .calendar_lower {
	overflow: auto;
	padding: 4px 0 0;
}
.main .calendar_lower li {
	padding-left: 0;
}
.main .calendar_lower li::before {
	display: none;
}
.main .calendar_lower .event_month li {
	margin-right: 8px;
	display: inline-block;
}
.main .calendar_lower .event_month img {
	vertical-align: middle;
}
.main .calendar table {
	width: 100%;
}
.main .calendar caption {
	position: absolute;
	display: none;
}
.main .calendar th {
	border: 1px solid #bdd4a2;
	text-align: center;
}
.main .calendar th img{
	vertical-align: middle;
}
.main .calendar td {
	border: 1px solid #bdd4a2;
	text-align: center;
}
.main .calendar .sun {
	background: #ffd8d6;
}
.main .calendar .sat {
	background: #d9e4fc;
}
.main .calendar .today {
	background: #c9171e;
	color: #fff;
}
.main .calendar .today > strong,
.main .calendar .today > a, 
.main .calendar .today > a strong {
	color: #fff;
}
/**** 新着情報のスタイル ****/
.new {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
}
.main .new .h2{
	position: relative;
	background: #E7F5C9;
}
.main .new .h2:before, .new .h2:after {
	content: "";
	display: block;
	border-top: 1px dashed #fff;
	width: 100%;
	position: absolute;
	left: 0;
}
.main .new .h2:before{
	top: 4px;
	z-index: 2;
}
.main .new .h2:after{
	bottom: 4px;
	z-index: 2;
}
.main .new .h2 h2:before{
	display: none;
}
.main .new .h2 h2:after{
	display: none;
}
.main .new_lower {
	padding: 8px 0 0;
}
.main .new div.date{
	margin-left: 0;
}
.main .new ul:not(.more) li{
	overflow: hidden;
	border-bottom: 1px dashed #467605;
	padding: 0 0 18px 0;
	margin-top: 18px;
}
.main .new ul li .new_lst{
	display: flex;
}
.main .new ul li::before{
	display: none;
}
.main .new ul li .date{
	font-size: 100%;
	width: 100px;
}
.main .new ul li .list{
	width: calc(100% - 100px);
}
.main .new ul li.catch_lst .new_lst {
	margin-right: 100px;
}
.main .new ul li.catch_lst .new_img {
	float: right;
	margin-top: 0;
}
	@media only screen and (max-width: 480px){
		.main .new ul li .new_lst{
			display: block;
		}
		.main .new ul li .list{
			width: 100%;
		}
	}
/**** トピックスのスタイル ****/
.topics {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
}
.main .topics .h2{
	position: relative;
	background: #E7F5C9;
}
.main .topics .h2:before, .topics .h2:after {
	content: "";
	display: block;
	border-top: 1px dashed #fff;
	width: 100%;
	position: absolute;
	left: 0;
}
.main .topics .h2:before{
	top: 4px;
	z-index: 2;
}
.main .topics .h2:after{
	bottom: 4px;
	z-index: 2;
}
.main .topics .h2 h2:before{
	display: none;
}
.main .topics .h2 h2:after{
	display: none;
}
.main .topics_lower {
	padding: 8px 0 0;
}
.main .topics div.date{
	margin-left: 0;
	width: 100px;
	font-size: 100%;
}
.main .topics ul:not(.more) li{
	overflow: hidden;
	border-bottom: 1px dashed #467605;
	padding: 0 0 18px 0;
	margin-top: 18px;
	display: flex;
}
.main .topics ul:not(.more) li::before{
	display: none;
}
.main .topics .list{
	width: calc(100% - 100px);
}
.main .topics ul li.catch_lst .topics_lst {
	margin-right: 100px;
}
.main .topics ul li.catch_lst .topics_img {
	float: right;
	margin-top: 0;
}
	@media only screen and (max-width: 480px){
		.main .topics ul:not(.more) li{
			display: block;
		}
		.main .topics .list{
			width: 100%;
		}
	}
/**** 新着情報・トピックス一覧のスタイル ****/
.main .more{
	margin-top: 24px;
	display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	margin-left: auto;
}
.main .more li{
	padding: 0;
	margin: 8px 0 0 16px;
	min-width: 200px;
	border: none;
}
.main .more li::before{
	display: none;
}
.main .more li a{
	background: #467605;
	display: inline-block;
	padding: 10px 30px 10px 20px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	border-radius: 10px;
	position: relative;
	color: #fff;
}
.main .more li a::before{
	display: block;
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: 12px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
.main .more li a:hover{
	background: #315303;
}
.main .more li.rss span{
	background: url(../images/rss_o.svg) no-repeat left center;
	background-size: 12px 12px;
	padding-left: 20px;
}
	@media only screen and (max-width: 480px) {
		.main .more{
			max-width: 100%;
		}
		.main .more li{
			margin-left: 0;
			width: 100%;
		}
		.main .more li a{
			padding: 10px;
		}
	}
/**** タブ切り替えのスタイル ****/
.main .free_tab{
	max-width: 1000px;
	margin: 104px auto 0;
	position: relative;
	z-index: 1;
}
.main .free_tab::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	background: url(img/top_bg03-1.png) no-repeat center 16px/240px;
	width: 240px;
	height: 547px;
	top: -50px;
	left: calc(50% - 720px);
}
.main .free_tab::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	background: url(img/top_bg03-2.png) no-repeat center 16px/240px;
	width: 240px;
	height: 547px;
	top: -50px;
	right: calc(50% - 730px);
}
.main .free_tab > *{
	position: relative;
	z-index: 2;
}
.main .free_tab .tab_index{
	display: flex;
		justify-content: space-between;
	margin-bottom: -25px;
	  z-index: 1;
}
.main .free_tab .tab_index .tab_change{
	text-align: center;
	display: flex;
	font-size: 120%;
	width: 49%;
}
.main .free_tab .tab_index .tab_change a{
	display: inline-block;
	padding: 18px 10px 16px;
	width: 100%;
	text-decoration: none;
	background: #B0D67D;
	border-radius: 20px 20px 0 0;
	font-size: 115%;
}
.main .free_tab .tab_index .tab_change.is-active a{
	background: #467605;
}
.main .free_tab .tab_index .tab_change.is-active a > strong {
	color: #fff;
}
.main .free_tab li.tab_panel{
	margin: 0;
	padding: 0;
}
.main .free_tab li.tab_panel::before{
	display: none;
}
.main .free_tab h2{
	background: none;
	position: absolute;
	z-index: -1;
}
.main .free_tab .tab_panel > * {
	border-radius: 0 0 20px 20px;
	border: 1px solid #E7F5C9;
	padding: 0 32px 24px;
}
	@media only screen and (max-width: 1024px){
		.main .free_tab{
			padding: 0 40px;
		}
		.main .free_tab::before{
			left: -90px;
			background-size: 180px;
		}
		.main .free_tab::after{
			right: -90px;
			background-size: 180px;
		}
	}
	@media only screen and (max-width: 480px){
		.main .free_tab{
			margin: 74px auto 0;
			padding: 0 20px;
		}
		.main .free_tab .tab_panel > *{
			padding: 0 12px 14px;
		}
		.main .free_tab .tab_index .tab_change a{
			padding: 12px 10px 10px;
		}
		.main .free_tab .tab_index .tab_change a span{
			display: block;
		}
	}
/**** ピックアップ1のスタイル ****/
.pickup {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
}
.main .pickup_lower {
	padding: 4px 0 0;
}
.main .pickup_lower .pickup_sub {
	margin-top: 20px;
}
.main .pickup_lower .pickup_sub:first-child {
	margin-top: 12px;
}
.main .pickup_lower .pickup_sub h3 {
	background: #e7f5c9;
	padding: 4px 6px;
	font-size: 110%;
}
.main .pickup_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
/**** ピックアップ2のスタイル ****/
.pickup2 {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
}
.main .pickup2_lower {
	padding: 4px 0 0;
}
.main .pickup2_lower .pickup_sub {
	margin-top: 20px;
}
.main .pickup2_lower .pickup_sub:first-child {
	margin-top: 12px;
}
.main .pickup2_lower .pickup_sub h3 {
	background: #e7f5c9;
	padding: 4px 6px;
	font-size: 110%;
}
.main .pickup2_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
/**** ランキングのスタイル ****/
.ranking{
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
}
.main .ranking_lower {
	padding: 4px 16px 16px 10px;
}
.main .ranking_lower ol li{
	list-style-type: decimal;
	padding-left: 0;
	margin-left: 24px;
}
.main .ranking_lower ol li::before{
	display: none;
}
/**** 人口・世帯数のスタイル ****/
.j_s {
	margin-top: 24px;
	padding: 20px;
	background: #fff;
	border-radius: 20px;
	display: flex;
}
.main .j_s .h2{
	overflow: auto;
	background: transparent;
	width: 180px;
	margin-right: 20px;
	text-align: center;
	margin: 0 10px 0px 0;
}
.main .j_s h2{
	background: transparent;
	padding: 0;
	font-size: 110%;
	float: none;
}
.main .j_s_lower {
	padding: 0;
	display: flex;
	width: calc(100% - 200px);
}
.main .j_s ul{
	display: flex;
	width: calc(100% - 140px);
	align-items: center;
}
.main .j_s li {
	padding-left: 0;
	width: 25%;
	margin-top: 0;
}
.main .j_s li::before {
	display: none;
}
.main .j_s li b {
	margin-right: 8px;
}
.main .j_s .h2 p{
	float: none;
	margin-top: 0px;
	font-size: 75%;
	padding: 0;
}
.main .j_s p {
	font-size: 85%;
	margin: 0;
}
.main .j_s .more{
	margin: 0 0 0 20px;
	width: 122px;
	align-items: center;
}
.main .j_s .more a{
	text-decoration: none;
	background: #10428D;
	border-radius: 4px;
	text-align: center;
	padding: 4px 20px 4px 8px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #fff;
}
.main .j_s .more a::before{
	display: block;
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: 12px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
.main .j_s .more a:hover{
	background: #07295B;
}
	@media only screen and (max-width: 1024px){
		.main .j_s ul{
			flex-wrap: wrap;
			width: 100%;
		}
		.main .j_s li{
			width: 50%;
			margin-bottom: 8px;
		}
		.main .j_s_lower{
			width: 100%;
			flex-wrap: wrap;
			margin: 0 auto;
		}
		.main .j_s .more{
			margin: 12px auto 0;
		}
	}
/**** バナー広告のスタイル ****/
.bana {
	max-width: 1020px;
	margin: 24px auto 0;
}
.bana_h2{
	display: flex;
	flex-wrap: wrap;
	padding: 0px 10px 8px;
	align-items: center;
}
.bana_h2 h2{
	padding: 0;
	background: transparent;
	font-size: 175%;
}
.bana_h2 h2::before,
.bana_h2 h2::after{
	display: none;
}
.bana_h2 p{
	margin-left: 8px;
	margin-top: 4px;
	font-size: 85%;
}
.bana_lower {
	text-align: center;
}
.bana .bana_img {
	display: inline-block;
}
.main .bana ul {
	display: flex;
	flex-wrap: wrap;
}
.main .bana li {
	padding-left: 0;
	width: 180px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 16px;
}
.main .bana li::before {
	display: none;
}
.main .bana li img{
	width: 100%;
}
.main .bana li .window {
	margin-top: 5px;
}
	@media only screen and (max-width: 1024px) {
		.main .bana li {
			margin: 12px 0 0;
			padding: 0 4px;
			width: calc(100% / 3);
		}
	}
	@media only screen and (max-width: 480px) {
		.main .bana li {
			width: 50%;
		}
		.bana_h2 p{
			margin-left: 0px;
		}
	}
/**** RSSのスタイル ****/
.rss {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
}
.rss .rss_lower{
	padding: 4px 0 0;
}
.main .rss li {
	padding-left: 0;
}
.main .rss li::before {
	display: none;
}
.rss_body .rss_icon{
	margin-left: 10px;
}

.rss_body h2 a.rss_icon{
	font-size: 68.75%;
	font-weight: normal;
	margin-bottom: 4px;
}
/**** 外部RSSのスタイル ****/
.rssfide{
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
}
.main .rssfide .h2{
	position: relative;
	background: #E7F5C9;
}
.main .rssfide .h2:before, .rssfide .h2:after {
	content: "";
	display: block;
	border-top: 1px dashed #fff;
	width: 100%;
	position: absolute;
	left: 0;
}
.main .rssfide .h2:before{
	top: 4px;
	z-index: 2;
}
.main .rssfide .h2:after{
	bottom: 4px;
	z-index: 2;
}
.main .rssfide .h2 h2:before{
	display: none;
}
.main .rssfide .h2 h2:after{
	display: none;
}
.main .rssfide .h3{
	overflow: hidden;
}
.main .rssfide .h3 h3 {
	float: left;
	margin: 10px 12px 10px 0;
}
.main .rssfide .h3 p{
	float: left;
	padding: 8px 0;
	margin: 0;
}
.rssfide .rssfide_lower{
	padding: 4px 0 0;
}
.rssfide .rssfide_management{
	background: #efefef;
	font-size: 85%;
	padding: 8px;
	margin-top: 12px;
}
.rssfide .rssfide_management .title{
	margin: 0 0 8px;
	padding: 0 0 4px;
	border-bottom: 1px solid #aaa;
}
.rssfide .rssfide_management .rssfide_copy{
	margin-top: 6px;
}
.main .rssfide .rssfide_management li{
	padding: 0;
	margin: 0;
}
.main .rssfide .rssfide_management li::before{
	display: none;
}
.main .rssfide .rssfide_list li p{
	padding: 0;
	margin: 0;
}
.main .rssfide .rssfide_list li .list p{
	font-size: 85%;
	margin-top: 4px;
}
.main_naka .rssfide{
	padding: 0;
	border: 0;
	background: none;
}
/**** RSSアイコンのスタイル ****/
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;
}
a.rss_icon{
	font-size: 90%;
}
a.rss_icon2{
	font-size: 68.75%;
	padding: 3px 28px 1px 6px;
}
a.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;
}
/**** リンク・画像領域（画像）のスタイル ****/
.image {
	text-align: center;
	margin-top: 24px;
}
.main .image h2:before{
	display: none;
}
.main .image h2 {
	background: none;
	padding: 0;
}
.image .image_img {
	display: block;
}
/**** リンク・画像領域（テキスト）のスタイル ****/
.link {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
}
/**** RSS一覧のスタイル ****/
.rss_list {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
	margin-bottom: 90px;
}
/**** オプションのスタイル ****/
.option {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
}
.main .option_lower {
	padding: 4px 0 0;
}
/**** FAQ（よくある質問）のスタイル ****/
.faq {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
}
/**** 新着FAQ ****/
.faq_new {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
}
.main .faq_new_lower {
	padding: 4px 0 0;
}
.main .faq_new div.date{
	margin-left: 0;
}
.main .faq_new_lower p {
	font-size: 85%;
	margin-top: 4px;
}
/**** 見られているFAQのスタイル ****/
.popular {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #E7F5C9;
}
.main .popular_lower {
	padding: 4px 0 0;
}
.main .popular_lower p {
	font-size: 85%;
	margin-top: 4px;
}
/********************** 領域1個別のスタイル **********************/
.zone01_green{
	background: url(img/top_bg01.png) no-repeat center top/cover;
	padding: 50px 0 90px;
}
.zone01_green .inner{
	display: flex;
}
.zone01_pink{
	background: #FFEFF0;
	padding: 76px 0 80px;
}
.zone01 .emergency h2{
	background: #af1b28;
	color: #fff;
	padding: 10px 14px;
	font-size: 175%;
	border-radius: 10px 10px 0 0;
	position: relative;
}
.zone01 .emergency .h2{
	position: relative;
	margin-top: 24px;
	background: #af1b28;
	border-radius: 10px 10px 0 0;
}
.zone01 .emergency .h2 h2:before{
	display: none;
}
.zone01 .emergency .h2 h2:after{
	display: none;
}
.zone01 .emergency_lower{
	border: 4px solid #ffafaf;
	border-top: none;
	padding: 4px 16px 16px;
	border-radius: 0 0 10px 10px;
	background: #fff;
}
	@media only screen and (max-width: 1024px) {
		.zone01_green .inner{
			display: block;
		}
		.zone01 .emergency{
			padding-top: 0 !important;
		}
	}
	@media only screen and (max-width: 480px){
		.zone01_green{
			padding: 40px 0 60px;
		}
		.zone01_pink{
			padding: 56px 0 60px;
		}
	}
/**** お知らせスライダーのスタイル ****/
.oshirase_vis{
	width: calc(60% - 32px);
	margin-right: 32px;
}
.oshirase_vis .vis_bg li{
	border-radius: 20px;
	overflow: hidden;
}
.oshirase_vis li a{
	display: block;
	text-decoration: none;
	background: #fff;
}
.oshirase_vis li a:hover{
	opacity: 0.8;
}
.oshirase_vis .catch{
	padding: 20px;
	display: block;
}
.oshirase_vis .slick_nav{
	top: 352px;
	bottom: auto;
	padding: 0px 10px;
	justify-content: flex-end;
}
.oshirase_vis .slick_nav .slick_ps{
	margin-left: 8px;
}
.oshirase_vis .slick_nav .slick_ps a{
	min-width: 60px;
	width: auto;
}
	@media only screen and (max-width: 1200px){
		.oshirase_vis .slick_nav{
			top: calc(30vw - 20px);
		}
	}
	@media only screen and (max-width: 1024px) {
		.oshirase_vis{
			margin: 0 auto;
			width: auto;
			max-width: 690px;
		}
		.oshirase_vis .slick_nav{
			position: absolute;
			top: 350px;
		}
	}
	@media only screen and (max-width: 720px) {
		.oshirase_vis .slick_nav{
			top: calc(51vw - 30px);
		}
	}
/**** お知らせバナーのスタイル ****/
.oshirase_bana{
	width: 40%;
}
.main .oshirase_bana h2{
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.main .oshirase_bana .ilist_lower ul{
	display: block;
}
.main .oshirase_bana .ilist_lower ul > li{
	margin: 0 0 16px;
	width: 100%;
}
.main .oshirase_bana .ilist_lower ul > li .ilist_in{
	padding: 0;
	background: transparent;
	border: none;
}
.main .oshirase_bana .ilist_lower ul > li a:hover{
	opacity: 0.8;
}
.main .oshirase_bana .ilist{
	background: transparent;
	padding: 0;
	border-radius: 0;
	border: none;
}
 @media only screen and (max-width: 1024px){
 	.oshirase_bana{
 		width: auto;
 		margin: 0 auto;
 	}
 }
/**** お知らせスライダーのスタイル ****/
.main .anshin h2{
	background: transparent;
	font-size: 175%;
	text-align: left;
	padding: 0px 0 0px 50px;
}
.main .anshin h2::before{
	border: none;
	background: url(img/ans_h2_img.svg) no-repeat;
	width: 35px;
	height: 35px;
}
.main .anshin h2::after{
	display: none;
}
.main .anshin ul{
	display: flex;
	margin-top: 14px;
}
.main .anshin li{
	width: calc(25% - 10px);
	margin-right: 20px;
	padding: 0;
}
.main .anshin li:nth-of-type(4n){
	margin-right: 0;
}
.main .anshin li a{
	background: #fff;
	border: 4px solid #F2A1A9;
	border-right-width: 37px;
	text-decoration: none;
	padding: 10px 16px;
	min-height: 83px;
	border-radius: 10px;
	position: relative;
	display: flex;
	align-items: center;
}
.main .anshin li a:hover{
	background: #f0f0f0;
}
.main .anshin li a::before{
	display: block;
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: -22px;
	width: 10px;
	height: 10px;
	border-right: 4px solid #C74652;
	border-bottom: 4px solid #C74652;
	transform: rotate(-45deg);
}

	@media only screen and (max-width: 1024px){
		.main .anshin ul{
			flex-wrap: wrap;
		}
		.main .anshin li:nth-of-type(n){
			width: calc(50% - 10px);
			margin-right: 20px;
		}
		.main .anshin li:nth-of-type(2n){
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 480px){
		.main .anshin li:nth-of-type(n){
			width: 100%;
			margin-right: 0;
		}
		.main .anshin li a{
			min-height: auto;
			padding: 16px 16px;
		}
	}

@media print, screen and (min-width: 1025px) {
	.main .zone0102 .zone01 .ilist_lower ul > li{
		margin-right: 0;
		width: 100%;
	}
	.main .zone0102 .zone01 .ilist2_lower ul > li{
		margin-right: 0;
		width: 100%;
	}
	.main .zone0102 .zone01 .more li{
		margin-left: 0;
		width: 100%;
	}
	.main .zone0102 .zone01 .bana ul{
		justify-content: center;
	}
}
/********************** 領域2個別のスタイル **********************/
.zone02{
	overflow: hidden;
	position: relative;
	z-index: 1;
}
/**** 情報を探すのスタイル ****/
.information{
	padding-bottom: 80px;
}
.information::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	background: url(img/top_bg02.png) no-repeat center 16px/1653px;
	width: 100vw;
	height: 300px;
	top: 0;
	left: 0;
}
.information h2{
	background: transparent;
	font-size: 175%;
	padding: 136px 16px 16px;
}
.information h2::before{
	border: none;
	background: url(img/inf_h2_img.svg) no-repeat;
	width: 27px;
	height: 27px;
	left: calc(50% - 14px);
	top: 100px;
}
.information h2::after{
	display: none;
}
.information_in{
	display: flex;
	position: relative;
}
.information_in .ilist2{
	width: 47%;
	margin-top: 0;
	background: transparent;
	border-radius: 0;
	border: none;
	padding: 0;
}
.information_in .ilist2:first-child{
  margin-right: 6.5%;
}
.information_in .ilist2 h3{
	text-align: center;
	border-bottom: 1px solid #467605;
	font-size: 140%;
	padding: 0 10px 16px;
}
.main .information_in .ilist2_lower ul > li{
	margin-right: 16px;
	margin-top: 20px;
	width: calc((100% - 48.1px) / 4);
}
.main .information_in .ilist2_lower ul > li:nth-of-type(4n){
	margin-right: 0;
}
.main .information_in .ilist2_lower ul > li .ilist_in{
	display: block;
	padding: 13px 10px;
	min-height: 160px;
}
.main .information_in .ilist2_lower ul > li .ilist_left{
	max-width: 70px;
	width: 100%;
	margin: 0 auto;
}
.main .information_in .ilist2_lower ul > li .ilist_right{
	width: 100%;
	margin: 14px 0 0;
}
.information_list{
	margin-top: 60px;
	display: flex;
}
.main .information_list li{
	padding: 0;
	width: calc(25% - 36px);
	margin:0 16px 16px 0;
}
.main .information_list li::before{
	display: none;
}
.main .information_list li:last-child{
	margin: 0 0 16px 12px;
	width: 350px;
}
.main .information_list li a{
	display: block;
	background: #B0D67D;
	border-radius: 10px;
	text-align: center;
	padding: 16px 10px;
	text-decoration: none;
}
.main .information_list li a:hover{
	background: #A0C66F;
}
.information_list .src_box .q{
	width: calc(100% - 132px) !important;
	height: 56px !important;
}
.information_list .search_id #search_button2{
	background: #467605;
	padding: 10px;
	width: 132px;
	min-height: 56px;
}
.information_list .search_id #search_button2:hover{
	background: #315303;
}

	@media only screen and (max-width: 1024px){
		.information_in{
			flex-wrap: wrap;
		}
		.information_in .ilist2:nth-of-type(n){
			width: 100%;
			margin-right: 0;
			margin-bottom: 20px;
		}
		.information_list{
			flex-wrap: wrap;
		}
		.main .information_list li{
			width: calc(33.3% - 11px);
		}
		.main .information_list li:nth-of-type(3n){
			margin-right: 0;
		}
		.main .information_list li:last-child{
			width: 100%;
			max-width: 400px;
			margin: 0 auto;
		}
	}
	@media only screen and (max-width: 480px){
		.information{
			padding-bottom: 34px;
		}
		.information::before{
			background: url(img/top_bg02.png) no-repeat center 16px/880px;
		}
		.information h2{
			padding: 76px 16px 16px;
		}
		.information h2::before{
			top: 44px;
		}
		.information_in .ilist2 h3{
			margin-bottom: 10px;
		}
		.main .information_in .ilist2_lower ul > li{
			margin-right: 8px;
			margin-top: 10px;
			width: calc((100% - 24.1px) / 4);
		}
		.main .information_in .ilist2_lower ul > li .ilist_left{
			max-width: 50px;
		}
		.main .information_in .ilist2_lower ul > li .ilist_in{
			padding: 10px 6px;
			min-height: auto;
		}
		.main .information_in .ilist2_lower ul > li .ilist_right{
			margin: 12px 0 0;
			font-size: 80%;
		}
		.main .information_list li{
			width: 100%;
			margin-right: 0;
		}
		.information_list{
			margin-top: 24px;
		}
	}

@media print, screen and (min-width: 1025px) {
	.main .zone0102 .zone02 .ilist_lower ul > li{
		width: calc((100% - 24.1px) / 3);
	}
	.main .zone0102 .zone02 .ilist_lower ul > li:nth-of-type(3n){
		margin-right: 0;
	}
	.main .zone0102 .zone02 .ilist2_lower ul > li{
		width: calc((100% - 12.1px) / 2);
	}
	.main .zone0102 .zone02 .ilist2_lower ul > li:nth-of-type(even){
		margin-right: 0;
	}
}
/********************** 領域3個別のスタイル **********************/
.zone03_blue{
	background: #E2EDFF;
	position: relative;
	margin: 74px 0 70px;
	padding: 48px 0 64px;
	z-index: 1;
}
.zone03_blue::before{
	content: "";
	background: url(img/top_bg04-1.png) no-repeat top center/cover;
	width: 100vw;
	height: 74px;
	display: block;
	top: -74px;
	position: absolute;
}
.zone03_blue::after{
	content: "";
	background: url(img/top_bg04-3.png) no-repeat top right/cover;
	width: 100vw;
	height: 11vw;
	display: block;
	bottom: -5vw;
	position: absolute;
}
.zone03_blue .inner{
	max-width: 1024px;
	position: relative;
	z-index: 1;
}
.zone03_brown{
	position: relative;
	margin: 136px 0 88px;
}
.zone03_brown::before{
	content: "";
	background: url(img/top_bg05.png) no-repeat top center/cover;
	width: 1361px;
	height: 996px;
	display: block;
	top: -400px;
	position: absolute;
	z-index: 0;
	left: -480px;
	transform: rotate(-2deg);
}
.zone03_brown::after{
	content: "";
	background: url(img/top_bg05.png) no-repeat top center/cover;
	width: 1361px;
	bottom: -530px;
	position: absolute;
	right: -350px;
	transform: rotate(-2deg);
	height: 996px;
}
.zone03_brown .inner{
	max-width: 1024px;
	position: relative;
	z-index: 1;
	display: flex;
}
.main .zone03_brown h2{
	background: #E2EDFF;
}
.main .zone03_brown .more{
	margin-top: 10px;
	justify-content: center;
}
.main .zone03_brown .more a{
	background: #10428D;
	border-radius: 10px;
	text-decoration: none;
	color: #fff;
	padding: 10px 24px;
	min-width: 200px;
	position: relative;
	text-align: center;
}
.main .zone03_brown .more a:hover{
	background: #07295B;
}
.main .zone03_brown .more a::before{
	display: block;
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: 12px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
	@media only screen and (max-width: 1024px) {
		.zone03_brown .inner{
			flex-wrap: wrap;
		}
	}
	@media only screen and (max-width: 480px){
		.zone03_brown{
			margin: 66px 0 78px;
		}
		.zone03_brown::before{
			left: -700px;
		}
		.zone03_blue{
			padding: 28px 0 64px;
		}
		.zone03_blue::after{
			height: 74px;
		}
	}
/**** 町の組織のスタイル ****/
.machi{
	position: relative;
}
.machi::before{
	content: "";
	display: block;
	position: absolute;
	width: 179px;
	height: 60px;
	left: -140px;
	top: -50px;
	background: url(img/top_bg04-2.png) no-repeat center center/contain;
}
.main .machi h2{
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.main .machi .ilist_lower ul > li{
	width: calc(25% - 24px);
	margin: 0 32px 24px 0;
}
.main .machi .ilist_lower ul > li:nth-of-type(4n){
	margin-right: 0;
}
.main .machi .ilist_lower ul > li .ilist_in{
	padding: 0;
	border: 1px solid #D1E3FF;
	overflow: hidden;
}
.main .machi .ilist_lower ul > li .ilist_in:hover{
	background: #F4F8FF;
}
.main .machi .ilist_lower .ilist_right{
	margin: 14px;
}
	@media only screen and (max-width: 1024px){
		.machi::before{
			left: -30px;
		}
		.main .machi .ilist_lower ul > li{
			width: calc(25% - 6px);
			margin: 0 8px 24px 0;
		}
	}
	@media only screen and (max-width: 480px){
		.machi .ilist{
			margin-top: 0;
		}
		.machi::before{
			width: 130px;
			top: -64px;
			left: -10px;
		}
		.main .machi .ilist_lower ul > li:nth-of-type(n){
			width: calc(50% - 4px);
			margin-right: 8px;
			margin-bottom: 8px;
		}
		.main .machi .ilist_lower ul > li:nth-of-type(2n){
			margin-right: 0;
		}
	}
/**** 人口・世帯数のスタイル ****/
.zone03_blue .j_s{
	margin-top: 0;
}
.zone03_blue .j_s .h2{
	background: transparent;
	width: 180px;
	margin-right: 20px;
	text-align: center;
	margin: 0 10px 0px 0;
}
.zone03_blue .j_s h2{
	float: none;
}
.main .zone03_blue .j_s .h2 p{
	float: none;
	margin-top: 0px;
	font-size: 75%;
	padding: 0;
}
	@media only screen and (max-width: 1024px){
		.zone03_blue .j_s{
			flex-wrap: wrap;
			margin-top: 16px;
		}
		.zone03_blue .j_s .h2{
			width: 100%;
			margin: 0 0 10px 0;
		}
	}
	@media only screen and (max-width: 480px){
		.zone03_blue .j_s{
			margin-top: 16px;
		}
	}
/**** 広報かみかわのスタイル ****/
.koho {
	width: 32%;
	margin-right: 3%;
}
.koho .ilist{
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	border: 4px solid #E2EDFF;
}
.main .koho .ilist_lower ul > li{
	width: 100%;
	margin: 24px 24px 10px;
}
.main .koho .ilist_lower ul > li .ilist_in{
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
}
.main .koho .ilist_lower ul > li .ilist_in:hover{
	background: transparent;
	opacity: 0.8;
}
	@media only screen and (max-width: 1024px) {
		.koho{
			width: 100%;
			margin: 0;
		}
		.koho .ilist{
			background: rgba(255, 255, 255, 0.8);
		}
	}
/**** 公式SNSのスタイル ****/
.sns{
	width: 65%;
}
.sns .ilist2{
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	border: 4px solid #E2EDFF;
}
.main .sns .ilist2_lower ul{
	padding: 16px 24px 22px;
}
.main .sns .ilist2_lower ul > li{
	width: calc(33.3% - 10px);
	margin: 8px 14px 0 0;
}
.main .sns .ilist2_lower ul > li:nth-of-type(3n){
	margin-right: 0;
}
.main .sns .ilist2_lower ul > li .ilist_in{
	display: block;
	background: #F4F8FF;
	border: 1px solid #A3C2F7;
}
.main .sns .ilist2_lower ul > li .ilist_in:hover{
	background: #DDE9FF;
}
.main .sns .ilist2_lower ul > li .ilist_left{
	margin: 0 auto 18px;
}
.main .sns .ilist2_lower ul > li .ilist_right{
	width: 100%;
	margin: 0;
	word-break: break-all;
}
	@media only screen and (max-width: 1024px) {
		.sns{
			width: 100%;
		}
		.sns .ilist2{
			background: rgba(255, 255, 255, 0.8);
		}
	}
	@media only screen and (max-width: 480px){
		.main .sns .ilist2_lower ul{
			flex-wrap: wrap;
			padding: 8px 0 16px;
			margin: 8px;
		}
		.main .sns .ilist2_lower ul > li{
			margin-right: 0;
			width: 100%;
		}
		.main .sns .ilist2_lower ul > li .ilist_in{
			width: 100%;
			background: transparent;
			border: none;
			border-bottom: 1px dashed #10428D;
			border-radius: 0;
			display: flex;
			padding: 4px 8px 12px 8px;
		}
		.main .sns .ilist2_lower ul > li .ilist_in:hover{
			background: transparent;
		}
		.main .sns .ilist2_lower ul > li .ilist_left{
			width: 34px;
			margin-bottom: 0;
			margin-right: 14px;
		}
		.main .sns .ilist2_lower ul > li .ilist_right{
			width: calc(100% - 54px);
			text-align: left;
		}
	}

/********************** 領域4個別のスタイル **********************/
.zone04{
	position: relative;
}
.zone04_green{
	background: #E7F5C9;
	padding: 36px 0 60px;
}
.zone04_pink{
	background: #FFEFF0;
	padding: 36px 0 90px;
}
@media only screen and (max-width: 480px){
	.zone04_green{
		padding: 16px 0 30px;
	}
	.zone04_pink{
		padding: 16px 0 60px;
	}
}
/**** 関連サイトのスタイル ****/
.main .kanren_vis{
	max-width: 1094px;
	margin: 0 auto;
}
.main .kanren_vis h2{
	height: auto;
	padding: 22px 12px;
	text-align: left;
	font-size: 175%;
	max-width: 1024px;
	margin: 0 auto;
}
.kanren_vis .slick-list{
	margin: 0 37px;
}
.kanren_vis .vis_bg .slick-slide{
	margin: 0 10px;
}
.kanren_vis .vis_bg .slick-slide img{
	max-width: 180px;
	margin: 0 auto;
}
.kanren_vis .slick-prev, .kanren_vis .slick-next{
	top: 32px;
}
.kanren_vis .slick_nav{
	justify-content: center;
	position: relative;
	padding: 16px 46px 0;
}
.kanren_vis .slick_ps{
	margin-left: 8px;
}
@media only screen and (max-width: 1024px) {
	#body .kanren_vis .slick-dots li button{
		background: #fff;
	}
}
@media only screen and (max-width: 480px){
	.kanren_vis .slick_nav{
		padding: 16px 12px 0;
	}
}
/********************** 中ページのスタイル **********************/
body.inbody {
}
body.inbody.faq{
	margin-top: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	border: 0;
}
/**** パンくずリスト・あしあとのスタイル ****/
.pankuzu{
	margin-top: 12px;
}
.footstep{
	margin-bottom: 12px;
}
.pankuzu_lower,
.footstep_lower{
	font-size: 85%;
	display: flex;
		align-items: flex-start;
	margin: 8px auto;
	padding: 0 12px;
	max-width: 1224px;
	width: 100%;
}
.pankuzu_tit,
.footstep_tit{
	background: #fff;
	border-radius: 2px;
	flex-shrink: 0;
	display: inline-block;
	font-size: 85%;
	padding: 3px;
	text-align: center;
	margin: 4px 12px 4px 0;
	width: 72px;
}
.pankuzu li,
.footstep li{
	margin: 6px 8px 6px 0;
	padding: 0 24px 0 0;
	border: 0;
	list-style-type: none;
	background: none;
	display: inline-block;
	height: auto;
	position: relative;
}
.pankuzu li::after,
.footstep li::after{
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	right: 7px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	transform: rotate(-45deg);
}
.pankuzu li:last-child::after,
.footstep li:last-child::after {
	display: none;
}
	@media only screen and (max-width: 1024px) {
		.pankuzu{
			overflow: hidden;
			margin-top: 3px;
			padding-top: 9px;
		}
		.pankuzu_lower{
			flex-wrap: wrap;
			margin: 0 0 16px;
			padding: 0 10px;
			width: 100%;
		}
		.footstep{
			display: none;
		}
	}
	@media only screen and (max-width: 480px){
		.foot{
			display: block;
		}
	}
/**** 中ページメインのスタイル ****/
.main_naka_h1 {
	margin: 12px auto;
	max-width: 1224px;
	padding: 0 12px;
	width: 100%;
}
.main_naka {
	margin: 0 auto 24px;
	max-width: 1224px;
	width: 100%;
	padding: 0 12px;
	overflow: hidden;
}
.main_naka_h1 h1 {
	background: #467605;
	color: #fff;
	padding: 14px 16px;
	font-size: 180%;
	position: relative;
}
.main_naka_h1 h1:before{
	content: "";
	position: absolute;
	border-top: 1px dashed #fff;
	width: 100%;
	height: 1px;
	left: 0;
	top: 4px;
}
.main_naka_h1 h1:after{
	content: "";
	position: absolute;
	border-bottom: 1px dashed #fff;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 4px;
}
.main_naka_h1_img{
	margin: 12px auto 24px;
	max-width: 1176px;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
}
.main_naka_h1_img .h1_img{
	display: flex;
		align-items: center;
	padding: 10px 0;
	min-height: 180px;
	z-index: 1;
}
.main_naka_h1_img h1{
	font-size: 180%;
	padding: 12px 16px;
	margin-left: 20px;
	width: 100%;
	color: #fff;
	background: #467605;
	position: relative;
	text-align: center;
}
.main_naka_h1_img h1:before{
	content: "";
	position: absolute;
	border-top: 1px dashed #fff;
	width: 100%;
	height: 1px;
	left: 0;
	top: 4px;
}
.main_naka_h1_img h1:after{
	content: "";
	position: absolute;
	border-bottom: 1px dashed #fff;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 4px;
}
.main_naka_h1_img img{
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: 100%;
	z-index: 0;
}
	@media only screen and (max-width: 1024px) {
		.main_naka_h1_img{
			width: 100%;
		}
		.main_naka_h1_img .h1_img{
			min-height: 100px;
		}
	}
	@media only screen and (max-width: 480px) {
		.main_naka_h1_img .h1_img{
			min-height: 50px;
			padding: 5px 0;
		}
		.main_naka_h1_img h1{
			font-size: 160%;
		}
	}
	@media only screen and (max-width: 370px) {
		.main_naka_h1_img .h1_img{
			padding: 0;
		}
	}
.main_naka h2 {
	font-size: 136%;
	width: 100%;
	margin: 16px 0 0;
	position: relative;
	padding: 5px 12px 5px 18px;
	background: #e7f5c9;
	border-radius: 6px;
	overflow: hidden;
}
.main_naka h2::before{
	content: "";
	display: block;
	width: 8px;
	height: 100%;
	position: absolute;
	border-radius: 0;
	left: 0;
	top: 0;
	border-right: 1px dashed #467605;
	background: #d3e6ac;
}
.main_naka h2::after{
	content: "";
	display: block;
	width: 8px;
	height: 100%;
	position: absolute;
	border-radius: 0;
	right: 0;
	top: 0;
	border-left: 1px dashed #467605;
	background: #d3e6ac;
}
.main_naka h3 {
	margin: 16px 0 0;
	padding: 2px 2px 2px 16px;
	font-size: 120%;
	background: #f3efe1;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.main_naka h3::before{
	content: "";
	display: block;
	width: 6px;
	height: 100%;
	position: absolute;
	border-radius: 0;
	left: 0;
	top: 0;
	background: #467605;
}
.main_naka h4 {
	margin: 16px 0 0;
	padding: 2px;
	border-bottom: 1px solid #467605;
	font-size: 110%;
}
.main_naka h5 {
	margin: 16px 0 0;
	padding: 4px 8px;
	background-color: #e7f5c9;
}
.main_naka h6 {
	margin: 16px 0 0;
	padding: 4px 8px;
	border-bottom: 2px solid #d3e6ac;
}
.main_naka li {
	position: relative;
	padding-left: 16px;
}
.main_naka li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #467605;
	border-bottom: 1px solid #467605;
	transform: rotate(-45deg);
}
.main_naka li p {
	margin-top: 4px;
	font-size: 85%;
}
.main_naka li p button{
	vertical-align: middle;
}
.main_naka li .list_icon img{
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 4px;
	max-height: 18px;
}
	@media only screen and (max-width: 1024px) {
		.main_naka_h1{
			padding: 0 12px;
			width: 100%;
		}
		.main_naka{
			padding: 0 12px;
			width: 100%;
			background: #FAF9EF;
			
			position: relative;
		}
	}
/* ページャーのスタイル */
.main_naka .page_head {
	background: #f3efe1;
	font-size: 85%;
	margin-top: 24px;
	padding: 6px 16px 16px;
}
.main_naka .page_head .pager p {
	display: inline-block;
}
.main_naka .page_head .pager ul {
	display: inline-block;
}
.main_naka .page_head .pager ul li {
	border-left: 1px solid #999;
	display: inline-block;
	margin: 0 8px 0 0;
	padding-left: 8px;
}
.main_naka .page_head .pager ul li:first-child {
	border: 0;
}
.main_naka .page_head .pager ul li::before {
	display: none;
}

/**** 新着情報のスタイル ****/
.design .main_naka .main_naka_new {
	border: 4px solid #D3E6AC;
	padding: 0 0 16px;
	margin-top: 24px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.design .main_naka .main_naka_new h2 {
	margin-top: 0;
	background: #D3E6AC;
	padding: 13px 16px;
	border: none;
	border-radius: 0;
}
.design .main_naka .main_naka_new h2:before,
.design .main_naka .main_naka_new h2:after{
	display: none;
}
.design .main_naka .main_naka_new ul{
	padding: 0 16px;
}
.design .main_naka .main_naka_new li{
	overflow: hidden;
}
.design .main_naka .main_naka_new .date {
	display: block;
	float: left;
	margin-top: 2px;
	margin-left: 0;
	width: 6em;
	font-size: 85%;
	min-width: 100px;
}
.design .main_naka .main_naka_new .list{
	padding-left: 82px;
}
	@media only screen and (max-width: 1024px) {
		.design .main_naka .main_naka_new .date{
			float: none;
			width: 100%;
		}
		.design .main_naka .main_naka_new .list{
			padding-left: 0;
			float: none;
			width: 100%;
		}
	}

/**** 注目情報のスタイル ****/
.design .main_naka .main_naka_new.cat_notice{
	border: 4px solid #FFDAC6;
}
.design .main_naka .main_naka_new.cat_notice h2{
	background: #FFDAC6;
}

/**** 緊急情報のスタイル ****/
.design .main_naka .main_naka_eme {
	margin-top: 24px;
}
.design .main_naka .main_naka_eme h2{
	background: #af1b28;
	color: #fff;
	border: 0;
	padding: 14px 16px;
}
.design .main_naka .main_naka_eme h2::after {
	display: none;
}
.design .main_naka .main_naka_eme .h2 {
	border: 0;
	background: #af1b28;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.design .main_naka .main_naka_eme .h2 h2{
	float: left;
	margin: 0;
	width: auto;
}
.design .main_naka .main_naka_eme .h2 p{
	float: right;
	padding: 15px 16px 14px 8px;
	margin: 0;
}
.design .main_naka .main_naka_eme ul{
	border: 4px solid #af1b28;
	background: #fff;
	border-top: none;
	overflow: hidden;
	padding: 4px 16px 16px;
	margin: 0;
	border-radius: 0 0 10px 10px;
}

/**** 各課の窓口一覧のスタイル ****/
.design .main_naka .kakuka_wrap{
	background: #fff;
	padding: 10px 20px 20px;
	margin-top: 24px;
	overflow: hidden;
	border-radius: 20px;
}
.design .main_naka .kakuka_wrap_tab{
	margin-left: 30px;
}
.main_naka .kakuka_post h2 a{
	position: relative;
	z-index: 1;
}
.design .main_naka table {
	background: #fff;
	margin: 16px 0 0;
	width: 100%;
}
.design .main_naka caption {
	position: absolute;
	z-index: -1;
	color: transparent;
}
.design .main_naka .th01 {
	padding: 12px 12px 10px;
	border: 1px solid #A0C66F;
	text-align: center;
	vertical-align: middle;
	background: #467605;
	color: #fff;
	width: 240px;
}
.design .main_naka .th02 {
	padding: 12px 12px 10px;
	border: 1px solid #467605;
	text-align: left;
	background: #e8f4f9;
	font-size: 85%;
}
.design .main_naka td{
	border: 1px solid #A0C66F;
}
.design .main_naka .t_tel {
	padding: 12px 12px 10px;
	text-align: left;
	font-size: 85%;
}
.design .main_naka .t_tel a[href^="tel:"]{
	cursor: default;
	color: #222;
	text-decoration: none;
}
.design .main_naka .t_fax {
	padding: 12px 12px 10px;
	text-align: left;
	font-size: 85%;
}
.design .main_naka .table03 .t_mail {
	padding: 12px 12px 10px;
	text-align: left;
	font-size: 85%;
}
.design .main_naka .t_gyomu {
	padding: 12px 12px 10px;
	text-align: left;
	font-size: 85%;
}
.design .main_naka .t_address {
	padding: 12px 12px 10px;
	text-align: left;
	font-size: 85%;
}
.design .main_naka .kakuka_link {
	padding: 4px 4px 14px;
	margin: 8px 0 8px;
	overflow: hidden;
}
.design .main_naka .kakuka_link li {
	float: left;
	margin-right: 16px;
}
.design .main_naka .lnk_top {
	font-size: 85%;
	text-align: right;
}
	@media only screen and (max-width: 1024px) {
		.design .main_naka .kakuka_wrap{
			padding: 12px;
		}
		.design .main_naka .kakuka_wrap_tab{
			margin-left: 0;
		}
		.design .main_naka .kakuka_post .th01{
			width: 140px;
		}
		.design .main_naka .t_tel a[href^="tel:"]{
			cursor: pointer;
			color: #2b3095;
			text-decoration: underline;
		}
	}
/**** 各課のホームページのスタイル ****/
/* メニューセレクト */
.kakuka_head .kakuka_syosai{
	padding-left: 2px;
}
.kakuka_head select{
	font-size: 100%;
	margin-right: 12px;
	min-width: 300px;
	min-height: 33px;
	border: 3px solid #467605;
	border-radius: 8px;
	background: #fff;
	padding: 4px 8px;
}
/* 親子ジャンル */
.design .main_naka .kakuka_box {
	margin-top: 24px;
}
.design .main_naka .kakuka_box h2 {
	margin-top: 0;
}
	@media only screen and (max-width: 1024px) {
		.kakuka_head select{
			min-width: 230px;
		}
		.design .main_naka .kakuka_box{
			float: none;
			margin-top: 24px;
			width: 100%;
		}
		.design .main_naka .th01 {
			width: 40%;
		}
	}
/* お問い合わせ */
.design .main_naka .toiawase {
	background: #fff;
	margin-top: 24px;
	padding: 16px;
	border: 1px solid #e2edff;
	border-radius: 20px;
}
.design .main_naka .toiawase h2 {
	background: #E2EDFF;
	border: 0;
	padding: 10px 12px 8px;
	margin: 0;
	font-size: 100%;
	border-radius: 10px;
}
.design .main_naka .toiawase h2::before,
.design .main_naka .toiawase h2::after {
	display: none;
}
.design .main_naka .toiawase a[href^="tel:"]{
 	cursor: default;
 	color: #222;
 	text-decoration: none;
}
.design .main_naka .toiawase p a:not([href^="tel:"]){
	padding: 8px 16px 7px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #10428D;
	font-size: 75%;
	display: block;
	border-radius: 6px;
	margin: 0 auto;
	max-width: 180px;
}
	@media only screen and (max-width: 1024px) {
		.design .main_naka .toiawase a[href^="tel:"]{
			cursor: pointer;
			color: #2b3095;
			text-decoration: underline;
		}
	}
/**** 分類のスタイル ****/
.design .main_naka_cat{
	overflow: hidden;
	margin-bottom: 24px;
}
.design .main_naka .category_p01 {
	margin-top: -8px;
}
.design .main_naka .page_left {
	margin: 24px 0 0;
	width: 100%;
}
.design .main_naka .page_left_box {
	float: left;
	width: calc(100% - 280px);
	overflow: hidden;
}
.design .main_naka .page_left_box .cate_post01, .design .main_naka .page_left_box .cate_post02 {
	margin: 24px 0;
}
.design .main_naka .page_left_box .cate_post01:first-child, .design .main_naka .page_left_box .cate_post02:first-child {
	margin-top: 0;
}
.design .main_naka .page_left_box .cate_post01:last-child, .design .main_naka .page_left_box .cate_post02:last-child{
	margin-bottom: 0;
}
.design .main_naka .page_left_box .cate_post01:first-child h2, .design .main_naka .page_left_box .cate_post02:first-child h2 {
	margin-top: 0;
}
.design .main_naka .page_left .page_left_float{
	display: flex;
		flex-wrap: wrap;
	margin-bottom: -8px;
}
.design .main_naka .page_left .page_left_float .cate_post01{
	border: 1px solid #E7F5C9;
	margin-top: 0;
	margin-bottom: 24px;
	margin-right: 2%;
	width: 49%;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
}
.design .main_naka .page_left .page_left_float .cate_post01:nth-child(even){
	margin-right: 0;
}
.design .main_naka .page_left .page_left_float .cate_post01 h2{
	margin: 0;
	padding: 14px 16px 10px;
	border: 0;
	overflow: auto;
	border-radius: 0;
}
.design .main_naka .page_left .page_left_float .cate_post01 h2::before{
	content: "";
	position: absolute;
	border-bottom: 1px dashed #467605;
	height: 1px;
	width: calc(100% - 34px);
	background: none;
	top: auto;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
}
.design .main_naka .page_left .page_left_float .cate_post01 h2:after{
	display: none;
}
.design .main_naka .page_left .page_left_float .category_p02{
	padding: 0 16px 8px;
	margin-top: 16px;
}
.design .main_naka .page_left .page_left_float .category01{
	padding: 0 16px 16px;
}
.design .main_naka .page_right {
	float: right;
	width: 240px;
	margin-top: 24px;
}
.design .main_naka .page_right h2{
	margin-top: 0;
	border-bottom: 0;
	background: #467605;
	color: #fff;
	font-size: 100%;
	padding: 8px 12px;
	border-radius: 10px 10px 0 0;
	border: 0;
}
.design .main_naka .page_right h2:before,
.design .main_naka .page_right h2:after {
	display: none;
}
.design .main_naka .page_right ul {
	padding: 1px 8px 12px;
	margin-top: 0px;
	border: 1px solid #E7F5C9;
	border-top: 0;
	background: #fff;
	border-radius: 0 0 10px 10px;
}
.design .main_naka .page_right ul:first-child {
	margin-top: 0;
}
.design .main_naka .category01 li {
	display: inline-block;
	margin-right: 18px;
}
.design .main_naka .category_p02 {
	font-size: 85%;
	margin: 12px 0 24px;
	overflow: hidden;
}
.design .main_naka .category_p02 p{
	margin-top: 0;
}
	@media only screen and (max-width: 1024px) {
		.design .main_naka .page_left{
			margin-right: 0;
		}
		.design .main_naka .page_left_box{
			float: none;
			width: 100%;
		}
		.design .main_naka .page_left .page_left_float{
			margin-bottom: 0;
		}
		.design .main_naka .page_left .page_left_float .cate_post01{
			margin-right: 0;
			width: 100%;
		}
		.design .main_naka .page_left .page_left_float .cate_post01:last-child{
			margin-bottom: 0;
		}
		.design .main_naka .page_right{
			float: none;
			width: 100%;
		}
	}
/* アイキャッチあり */
.design .main_naka .category_p02 .cat_lst {
	margin-right: 112px;
}
.design .main_naka .category_p02 .cat_img {
	float: right;
	width: 96px;
	margin-top: 0;
}
/* 分類（先頭ページ以下）のスタイル */
.design .main_naka .cate_post02 li, .design .main_naka .category_end li {
	border-bottom: 1px dashed #A0C66F;
	margin-top: 16px;
	padding: 0 0 16px;
	overflow: hidden;
}
.design .main_naka .cate_post02 li::before, .design .main_naka .category_end li::before {
	display: none;
}
.design .main_naka .category_end li:first-child {
	margin-top: 0;
}
.design .main_naka .category_end .cat_lst {
	margin-right: 112px;
}
.design .main_naka .category_end .catch_lst .cat_img {
	float: right;
	width: 96px;
	margin-top: 0;
}
/* 分類に関連するスタイル */
.design .main_naka .cat_aside{
	margin-bottom: 24px;
}
.design .main_naka .cat_aside h2{
	border: 0;
	padding: 10px 12px 8px;
	margin-top: 0;
	font-size: 100%;
	background: #d3e6ac;
	border-radius: 10px 10px 0 0;
}
.design .main_naka .cat_aside h2::before{
	display: none;
}
.design .main_naka .cat_aside h2::after{
	display: none;
}
.design .main_naka .cat_aside_lower{
	padding: 5px 16px 16px;
	background: #fff;
	border-radius: 0 0 10px 10px;
}
	@media only screen and (max-width: 1024px) {
		.design .main_naka .cat_aside h2{
			padding-right: 70px;
		}
	}
/* バナー広告 */
.design .main_naka .bana {
	margin: 24px 0 0;
}
.design .main_naka .bana h2{
	border-bottom: 0;
	padding: 0;
	margin-top: 0;
	width: auto;
	font-size: 100%;
	background: none;
	border-radius: 0;
	border: 0;
}
.design .main_naka .bana h2::before,
.design .main_naka .bana h2::after{
	display: none;
}
.design .main_naka .bana_lower {
	text-align: center;
	border: 0;
}
.design .main_naka .bana .bana_img {
	display: inline-block;
}
.design .main_naka .bana .bana_img img{
	width: 100%;
}
.design .main_naka .bana ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
}
.design .main_naka .bana li {
	width: 160px;
	margin-right: 8px;
	padding-left: 0;
}
.design .main_naka .bana li::before {
	display: none;
}
.design .main_naka .bana li:nth-of-type(6n) {
	margin-right: 0;
}
.design .main_naka .bana li .window {
	margin-top: 5px;
}
/**** 催し物・講座のスタイル ****/
.design .main_naka .event_navi_box {
	margin-top: 24px;
	margin-bottom: -12px;
}
.design .main_naka .event_navi li {
	display: inline-block;
	border-right: 2px solid #467605;
	margin: 0 16px 8px 0;
	padding: 0 16px 0 0;
}
.design .main_naka .event_navi li:first-child {
	border-left: 2px solid #467605;
	padding-left: 16px;
}
.design .main_naka .event_navi li::before {
	display: none;
}
.design .main_naka .month_lst_box {
	margin-top: 24px;
}
.design .main_naka .month_lst {
	display: flex;
	text-align: center;
}
.design .main_naka .month_lst li {
	padding-left: 0;
	margin-top: 0;
	width: 20%;
	border: 2px solid #467605;
	border-left: none;
	background: #fff;
}
.design .main_naka .month_lst li:first-child {
	border-left: 2px solid #467605;
}
.design .main_naka .month_lst li::before {
	display: none;
}
.design .main_naka .month_lst .month_select {
	background: #467605;
	color: #fff;
}
.design .main_naka .month_lst .month_select strong{
	display: block;
	padding: 8px;
	color: #fff;
}
.design .main_naka .month_lst li a {
	display: block;
	padding: 8px;
	background: #fff;
}
.design .main_naka .event_list li {
	border-bottom: 1px dashed #A0C66F;
	margin-top: 16px;
	padding: 0 0 16px;
}
.design .main_naka .event_post {
	margin-top: 24px;
}
.design .main_naka .event_list li::before {
	display: none;
}
.design .main_naka .event_repeat {
	margin-top: 0;
}

.design .main_naka .event_period{
}
.design .main_naka .event_period .event_post:first-child{
	margin-top: 0;
}
/**** 催し物・講座カレンダー表示のスタイル ****/
.design .main_naka .calendar_month {
	margin-top: 24px;
}
.design .main_naka .event_back_cal{
	background: #fff;
	border: 2px solid #467605;
	margin-top: 20px;
	padding: 20px;
}
.design .main_naka .event_back_cal .calendar_month{
	margin: 0;
}
.design .main_naka .event_back_cal .calendar_month caption {
	position: relative;
	z-index: 0;
	color: #333;
	text-align: left;
}
.design .main_naka .event_back_cal.active .calendar_month caption{
	margin-bottom: 20px;
}
.design .main_naka .event_back_cal .calendar_month caption + tbody{
	display: none;
}
.design .main_naka .event_back_cal.active .calendar_month caption + tbody{
	display: table-row-group;
}
.ac_display_col{
	position: absolute;
	right: 0;
	top: -4px;
}
.ac_display_col a{
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 4px 4px 4px 18px;
	background: #fff;
	border: 1px solid #bdd4a2;
	border-radius: 4px;
}
.ac_display_col a::before,
.ac_display_col a::after{
	content: '';
	background: #555;
	position: absolute;
	left: 4px;
	top: 11px;
	height: 2px;
	width: 10px;
}
.ac_display_col a::before{
	top: 14px;
}
.ac_display_col a::after{
	  top: 14px;
	  transform: rotate(90deg);
}
.active .calendar_month .ac_display_col a::after{
	 transform: rotate(0deg);
}
.design .main_naka .event_back_cal .ac_box_col2{
	display: none;
}
.design .main_naka .event_back_cal.active .ac_box_col2{
	display: block;
	text-align: center;
	margin-top: 20px;
}
.design #main_outline .main_naka .event_back_cal .ac_box_col2 button{
	background: #fff;
	border: 1px solid #bdd4a2;
	border-radius: 4px;
	color: #2b3095;
}
.design .main_naka .calendar_month th {
	padding: 16px;
	border: 1px solid #bdd4a2;
	border-right: none;
	font-size: 85%;
	text-align: center;
	vertical-align: middle;
}
.design .main_naka .calendar_month td {
	padding: 16px;
	border: 1px solid #bdd4a2;
}
.design .main_naka .calendar_month td li {
	margin-top: 16px;
}
.design .main_naka .calendar_month td li:first-child {
	margin-top: 0;
}
.design .main_naka .calendar_month td.cal_day {
	text-align: center;
	padding: 16px 20px;
	font-size: 85%;
	vertical-align: middle;
	width: 60px;
}
.design .main_naka .calendar_month td.cal_day img {
	max-width: none;
	vertical-align: middle;
}
.design .main_naka .calendar_month .cal_sun {
	background-color: #ffd8d6;
}
.design .main_naka .calendar_month .cal_sat {
	background-color: #d9e4fc;
}
.design .main_naka .calendar_month .cal_date {
	width: 60px;
}
.design .main_naka .calendar_month .cal_today .cal_date {
	background: #af1b28;
}
.design .main_naka .calendar_month .cal_today .cal_date strong{
	color: #fff;
}
.design .main_naka .calendar_month .hdy {
	margin: 0 0.6em 8px 0;
	padding: 3px 4px 1px 5px;
	background: #af1b28;
	font-size: 85%;
	display: inline-block;
	vertical-align: middle;
}
.design .main_naka .calendar_month .hdy strong{
	color: #fff;
}
.design .main_naka .calendar_month .eve_cate {
	display: inline-block;
	font-size: 85%;
	background: #467605;
	color: #fff;
	border-radius: 6px;
	padding: 4px 4px 2px;
	margin: 2px 8px 0 0;
	text-align: center;
	vertical-align: top;
	line-height: 1;
	min-width: 80px;
}
	@media only screen and (max-width: 1024px) {
		.design .main_naka .calendar_month th{
			padding: 10px;
		}
		.design .main_naka .calendar_month .cal_date{
			width: 46px;
		}
		.design .main_naka .calendar_month td.cal_day{
			padding: 10px;
			width: 46px;
		}
		.design .main_naka .calendar_month td{
			padding: 10px;
		}
	}
/**** 新着情報のスタイル ****/
.innew .design .main_naka .new_post {
	margin-top: 24px;
}
.innew .design .main_naka .new_post:first-child {
	margin-top: 0;
}
.innew .design .main_naka .new_post li {
	border-bottom: 1px dashed #A0C66F;
	margin-top: 16px;
	padding: 0 0 16px;
	overflow: hidden;
}
.innew .design .main_naka .new_post li::before {
	display: none;
}
/* アイキャッチあり */
.innew .design .main_naka .catch_lst .new_lst {
	margin-right: 110px;
}
.innew .design .main_naka .catch_lst .new_img {
	float: right;
	width: 96px;
	margin-top: 0;
}
/**** ごみカレンダーのスタイル ****/
.design .main_naka .garbage_body .garbage_box {
	margin-top: 24px;
}
.design .main_naka .garbage_body .garbage_select {
	margin-top: 12px;
}
.design .main_naka .garbage_body .garbage_select p {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0;
}
.design .main_naka .garbage_body .garbage_select #garbage_area {
	font-size: 85%;
	margin-right: 12px;
	vertical-align: middle;
}
.design .main_naka .garbage_body .garbage_select #garbage_num {
	font-size: 85%;
	vertical-align: middle;
}
#body .main_naka .garbage_body .garbage_select .garbage_select_syosai{
	display: inline-block;
	margin-right: 16px;
}
.design .main_naka .garbage_body .garbage_cal h2 img {
	padding: 0 8px 3px 0;
	vertical-align: middle;
}
.design .main_naka .garbage_body .garbage_cal h2 span {
	vertical-align: middle;
}
.design .main_naka .garbage_body .garbage_cal table {
	margin-top: 24px;
	width: 100%;
}
.design .main_naka #calendar_month th {
	padding: 8px;
	border: 1px solid #467605;
	border-right: none;
	font-size: 85%;
	text-align: center;
	vertical-align: middle;
	width: 60px;
}
.design .main_naka #calendar_month td {
	padding: 16px;
	border: 1px solid #467605;
}
.design .main_naka .garbage_body .garbage_cal td .cal_icon {
	margin: 8px 0 0;
	background: #000;
	color: #fff;
	text-align: center;
	width: 120px
}
.design .main_naka .garbage_body .garbage_cal td .cal_icon p {
	margin: 0 auto;
	padding: 8px 8px 0;
}
.design .main_naka .garbage_body .garbage_cal td .cal_icon img {
	padding: 2px 0 8px;
	vertical-align: bottom;
	height: auto;
	width: 36px;
	box-sizing: content-box;
}
.design .main_naka #calendar_month td li {
	margin-top: 16px;
	padding-left: 0;
}
.design .main_naka #calendar_month td li::before{
	display: none;
}
.design .main_naka #calendar_month td li:first-child {
	margin-top: 0;
}
.design .main_naka #calendar_month td.cal_day {
	text-align: center;
	padding: 10px;
	font-size: 85%;
	vertical-align: middle;
	width: 60px;
}
.design .main_naka #calendar_month td.cal_day img {
	max-width: none;
	vertical-align: middle;
}
.design .main_naka #calendar_month .cal_sun {
	background-color: #ffd8d6;
}
.design .main_naka #calendar_month .cal_sat {
	background-color: #d9e4fc;
}
.design .main_naka #calendar_month .cal_today .cal_date {
	background: #af1b28;
	color: #fff;
}
.design .main_naka #calendar_month .hdy {
	margin: 0 0.6em 4px 0;
	padding: 3px 4px 1px 5px;
	background: #af1b28;
	color: #fff;
	font-size: 85%;
	display: inline-block;
	vertical-align: middle;
}
.design .main_naka #calendar_month .hdy strong{
	color: #fff;
}
.design .main_naka #calendar_month .eve_cate {
	display: inline-block;
	font-size: 85%;
	background: #467605;
	color: #fff;
	border-radius: 6px;
	padding: 4px 4px 2px;
	margin: 2px 8px 0 0;
	text-align: center;
	vertical-align: top;
	line-height: 1;
	min-width: 80px;
}
	@media only screen and (max-width: 1024px) {
		.design .main_naka .garbage_body .garbage_select p,
		.design .main_naka .garbage_body .garbage_select #garbage_area{
			font-size: 100%;
		}
		.design .main_naka #calendar_month th,
		.design .main_naka #calendar_month td.cal_day {
			width: 36px;
		}
		.design .main_naka #calendar_month td{
			padding: 8px 16px;
		}
		.design .main_naka .garbage_body .garbage_cal td .cal_icon img{
			height: auto;
			width: 34px;
		}
		.design .main_naka .garbage_body .garbage_cal td .cal_icon p{
			padding: 6px 6px 0;
		}
	}
	@media only screen and (max-width: 480px){
		.design .main_naka .garbage_body .garbage_select{
			margin-top: 20px;
		}
		#body .main_naka .garbage_body .garbage_select button{
			display: block !important;
			margin: 12px auto 0;
		}
	}
/* アイコン毎の効果 */
.design .main_naka .garbage_body .garbage_cal td .cal_pin,
.design .main_naka .garbage_body .garbage_cal th .cal_pin {
	background: #BD3D66;
	border: 1px solid #fff;
	box-shadow: rgba(189, 61, 102, 0.3) 0 0 1px 2px;
}

.design .main_naka .garbage_body .garbage_cal td .cal_liblu,
.design .main_naka .garbage_body .garbage_cal th .cal_liblu {
	background: #1678D0;
	border: 1px solid #fff;
	box-shadow: rgba(22, 120, 208, 0.3) 0 0 1px 2px;
}
.design .main_naka .garbage_body .garbage_cal td .cal_gre,
.design .main_naka .garbage_body .garbage_cal th .cal_gre {
	background: #328122;
	border: 1px solid #fff;
	box-shadow: rgba(50, 129, 34, 0.3) 0 0 1px 2px;
}
.design .main_naka .garbage_body .garbage_cal td .cal_ora,
.design .main_naka .garbage_body .garbage_cal th .cal_ora {
	background: #C75100;
	border: 1px solid #fff;
	color: #fff;
	box-shadow: rgba(199, 81, 0, 0.3) 0 0 1px 2px;
}
.design .main_naka .garbage_body .garbage_cal td .cal_ligre,
.design .main_naka .garbage_body .garbage_cal th .cal_ligre {
	background: #707D17;
	border: 1px solid #fff;
	box-shadow: rgba(112, 125, 23, 0.3) 0 0 1px 2px;
}
.design .main_naka .garbage_body .garbage_cal td .cal_gry,
.design .main_naka .garbage_body .garbage_cal th .cal_gry {
	background: #696969;
	border: 1px solid #fff;
	box-shadow: rgba(105, 105, 105, 0.3) 0 0 1px 2px;
}
.design .main_naka .garbage_body .garbage_cal td .cal_nay,
.design .main_naka .garbage_body .garbage_cal th .cal_nay {
	background: #556AB4;
	border: 1px solid #fff;
	box-shadow: rgba(85, 106, 180, 0.3) 0 0 1px 2px;
}
.design .main_naka .garbage_body .garbage_cal td .cal_blu,
.design .main_naka .garbage_body .garbage_cal th .cal_blu {
	background: #1662A7;
	border: 1px solid #fff;
	box-shadow: rgba(22, 98, 167, 0.3) 0 0 1px 2px;
}
.design .main_naka .garbage_body .garbage_cal td .cal_pap,
.design .main_naka .garbage_body .garbage_cal th .cal_pap {
	background: #7663A1;
	border: 1px solid #fff;
	box-shadow: rgba(118, 99, 161, 0.3) 0 0 1px 2px;
}
.design .main_naka .garbage_body .garbage_cal td .cal_bla,
.design .main_naka .garbage_body .garbage_cal th .cal_bla {
	background: #222;
	border: 1px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 1px 2px;
}
.design .main_naka .garbage_body .garbage_cal td .cal_yeg,
.design .main_naka .garbage_body .garbage_cal th .cal_yeg {
	background: #787553;
	border: 1px solid #fff;
	box-shadow: rgba(120, 117, 83, 0.3) 0 0 1px 2px;
}
.design .main_naka .garbage_body .garbage_cal td .cal_red,
.design .main_naka .garbage_body .garbage_cal th .cal_red {
	background: #B91818;
	border: 1px solid #fff;
	box-shadow: rgba(185, 24, 24, 0.3) 0 0 1px 2px;
}
.design .main_naka .garbage_body .garbage_cal td .cal_yel,
.design .main_naka .garbage_body .garbage_cal th .cal_yel {
	background: #f7bb2d;
	border: 1px solid #fff;
	color: #333;
	box-shadow: rgba(247, 186, 45, 0.3) 0 0 1px 2px;
}
.design .main_naka .garbage_body .garbage_cal .sun {
	background: #ffd8d6;
}
.design .main_naka .garbage_body .garbage_cal .sat {
	background: #d9e4fc;
}
.design .main_naka .garbage_body .garbage_cal th.sun {
	background: transparent;
}
.design .main_naka .garbage_body .garbage_cal th.sat {
	background: transparent;
}
.design .main_naka .garbage_body .garbage_cal .today {
	background: #fffab0;
}
.design .main_naka .garbage_body .garbage_cal .today a:LINK {
	text-decoration: underline;
	color: #fff;
}
.design .main_naka .garbage_body .garbage_cal .today a:VISITED {
	text-decoration: underline;
	color: #eee;
}
.design .main_naka .garbage_body .garbage_cal .today a:ACTIVE {
	text-decoration: underline;
	color: #ffff00;
}
.design .main_naka .garbage_body .garbage_cal .today a:HOVER {
	text-decoration: underline;
	color: #ffff00;
}
.design .main_naka .garbage_foot {
	margin-top: 24px;
}

/* ゴミカレンダー凡例 */
.design .main_naka .garbage_box h2{
	padding-left: 8px;
}
.design .main_naka .garbage_box h2:after{
	display: none;
}
.design .main_naka .garbage_category_hanrei caption{
	background :#467605;
	padding: 6px 12px 4px;
	color: #fff;
	display: table-caption;
	width: 100%;
	position: relative;
	z-index: auto;
}
.design .main_naka .garbage_body .garbage_cal .garbage_category_hanrei table{
	table-layout: fixed;
}
.garbage_category_hanrei th{
	border: 1px solid #467605;
	color: #fff;
	vertical-align: middle;
	padding: 8px;
}
.garbage_category_hanrei th img{
	margin-bottom: 12px;
}
.garbage_category_hanrei td{
	vertical-align: middle;
	padding: 8px;
}

/**** サイトマップのスタイル ****/
.design .main_naka .event_month li {
	display: inline-block;
	margin-right: 4px;
	padding-left: 0;
}
.design .main_naka .event_month li::before {
	display: none;
}
.design .main_naka .event_month img {
	position: relative;
	top: -2px;
}
.sitemap_body article{
	margin-top: 0;
	padding: 0;
	background: transparent;
	border: none;
}
.sitemap_body .image{
	text-align: left;
}
.sitemap_body .image_lower{
	margin-top: 8px;
}
/**** RSS一覧のスタイル ****/
.design .main_naka .rss {
	margin: 0 8px 0 8px;
	vertical-align: middle;
	height: 20px;
}
.rss_body article{
	margin-top: 0;
	padding: 0;
	background: transparent;
	border: none;
}
/**** マイページ管理画面のスタイル ****/
.online_strage_edit_a {
	margin-top: 16px;
}
.online_strage_edit_a .mypage h2 {
	margin: 0;
	padding: 0;
	height: 0;
	background: none;
	border: none;
}
.online_strage_edit_a .mypage h2::after {
	display: none;
}
.online_strage_edit_a div.online_strage_list_item {
	border-bottom: 1px dashed #bbb;
	padding: 7px 0;
	overflow: hidden;
}
.online_strage_edit_a div.online_strage_title {
	float: left;
	max-width: 872px;
	padding: 8px 0;
}
.online_strage_edit_a div.online_strage_list_item > p {
	font-size: 85%;
}
.online_strage_edit_a div.edit_btn {
	float: right;
}
.online_strage_edit_a div.online_strage_commandbox {
	float: left;
}
.online_strage_edit_a div.online_strage_updown {
	float: left;
}
.online_strage_edit_a .online_strage_list button {
	background: #fff;
	color: #333;
	padding: 4px 10px;
	margin: 6px 6px 6px 0;
	vertical-align: top;
}
/**** エラーページのスタイル ****/
.design .main_naka .error h1 {
	margin: 24px 0;
	font-size: 200%;
}
.design .main_naka .error ul {
	margin-top: 24px;
}
.error_ojigi{
	display: flex;
}
.error_ojigi div:first-child{
	width: calc(100% - 200px);
}
	@media only screen and (max-width: 480px){
		.error_ojigi{
			flex-wrap: wrap;
		}
		.error_ojigi div:first-child{
			width: 100%;
		}
	}
/**** ピックアップのスタイル ****/
.design .main_naka .pickup_post {
	margin-top: 24px;
}
.design .main_naka .pickup_post .category_p01 {
	margin-top: 0;
}
/**** 組織検索機能 ****/
.csv_search {
	margin-top: 16px;
	background: #f3efe1;
	padding: 16px;
}
.csv_search h2 {
	background: #fff;
	padding: 10px 12px 8px;
	border-color: #467605;
	margin: 0 0 16px;
}
.csv_search h2::after{
	display: none;
}
#csv_search_word {
	width: 300px;
}
#csv_search_word{
	margin-right: 16px;
	margin-bottom: 8px;
}
.csv_search_form_label{
	margin-right: 12px;
	margin-bottom: 8px;
}
.csv_search_input_form fieldset{
	overflow: hidden;
	vertical-align: middle;
	margin-bottom: 8px;
}
.csv_search_input_form fieldset legend{
	float: left;
	width: auto;
}
.csv_search_input_form fieldset input[type="radio"]{
	margin-top: 1px;
	padding-top: 0;
}
.csv_search_input_form fieldset label{
	margin-right: 12px;
}
.csv_search_form_submit_btn_wrapper {
	text-align: center;
	margin-top: 8px;
}
#body .csv_search_form_submit_btn_wrapper .csv_search_form_submit_btn{
	display: inline-block;
	font-size: 81.25%;
	padding: 5px 15px;
}
.csv_search_input_form fieldset {
	display: inline-block;
}
.csv_search_result_table th, .csv_search_result_table td {
	border: 1px solid #bdd4a2;
	font-size: 85%;
	padding: 6px 4px 4px
}
.csv_search_result_table th {
	background: #e8f4f9;
	text-align: center;
	vertical-align: middle;
}
	@media only screen and (max-width: 1024px) {
		#csv_search_word{
			width: 100%;
		}
		.csv_search_input_form fieldset legend{
			width: 100%;
			margin-top: 6px;
		}
	}
/**** お問い合わせフォームのスタイル ****/
#body.inform .main_naka li p input,
#body.inform .main_naka li p button,
#body.inform .main_naka li p textarea{
	font-size: 100%;
}
#body.inform .main_naka li p input{
	margin-right: 8px;
}
.inform .design .main_naka form {
	margin-top: 24px;
	padding: 8px 16px 16px;
	background: #fff;
	border-radius: 20px;
}
.design .main_naka .syosai{
	text-align: right;
}
.inform .design .main_naka .syosai_hiduke {
	float: none;
}
.inform .design .main_naka form li {
	border-bottom: 1px dashed #A0C66F;
	margin-top: 16px;
	padding: 0 0 16px;
}
.inform .design .main_naka form li::before {
	display: none;
}
.inform .att {
	color: #af1b28;
}
.inform .design .main_naka form li:first-child, .inform .design .main_naka form h3:first-child {
	margin-top: 8px;
}
.inform .design .main_naka form .tyui li {
	border: none;
	margin-top: 8px;
	padding: 0;
}
.inform .design .main_naka form fieldset {
	margin-top: 8px;
}
.inform .design .main_naka form h2{
	color: #222;
	font-size: 120%;
	margin: 16px 0;
}
.inform .design .main_naka form .radio_p{
	font-size: 85%;
	display: inline-block;
	margin-right: 12px;
}
.inform .design .main_naka form .input_btn{
	text-align: center;
	margin-top: 16px;
}
.inform .design .main_naka form .input_btn button{
	margin: 0 4px;
}
.inform .design .main_naka form .px100{
	max-width: 100px;
	width: 100%;
}
.inform .design .main_naka form .px200{
	max-width: 200px;
	width: 100%;
}
.inform .design .main_naka form .px300{
	max-width: 300px;
	width: 100%;
}
.inform .design .main_naka form .px400{
	max-width: 400px;
	width: 100%;
}
.inform .design .main_naka form .px500{
	max-width: 500px;
	width: 100%;
}
	@media only screen and (max-width: 1024px) {
		#body.inform .design .main_naka form input[type="text"],
		#body.inform .design .main_naka form input[type="password"],
		#body.inform .design .main_naka form textarea{
			width: 100% !important;
		}
		#body.inform .design .main_naka form input[type="text"]#postal_code,
		#body.inform .design .main_naka form input[type="file"]#upfile{
			width: 60% !important;
		}
		#body.inform .design .main_naka form input[type="text"]#yuubin1,
		#body.inform .design .main_naka form input[type="text"]#yuubin2{
			width: 90px !important;
		}
		#body.inform .design .main_naka form input[type="radio"] + label{
			line-height: 2;
		}
	}
/** お問い合わせフォームのスタイル　エラー **/
.inform .design .main_naka form .form_error{
	background: #f8e6e6;
	border: 2px solid #af1b28;
	color: #af1b28;
	padding: 12px 16px 6px;
	margin: 10px 0 24px;
}
.inform .design .main_naka form .form_error p{
	font-size: 120%;
	margin: 5px 0 10px;
	border-bottom: none;
	padding-left: 12px;
	border-left: 4px solid #af1b28;
}
.inform .design .main_naka form .form_error ul{
	padding: 0 4px;
}
.inform .design .main_naka form .form_error li{
	padding: 3px 0 3px 14px;
	margin: 0 0 5px 0;
	border-bottom: 1px dashed #af1b28;
}
.inform .design .main_naka form .form_error li::before{
	display: inline-block;
	top: 11px;
	border-color: #af1b28;
}

/**** アンケートのスタイル ****/
.design .main_naka .question_box{
	margin-bottom: 24px;
}
.design .main_naka .question_box li {
	border-bottom: 1px dashed #A0C66F;
	margin-top: 16px;
	padding: 0 0 16px;
}
.design .main_naka .question_box li::before {
	display: none;
}
.design .main_naka #qa_tmp {
	margin-top: 24px;
	padding: 16px;
	background: #fff;
}
.inform .design .main_naka form select {
	font-size: 100%;
}
/**** 動的版検索結果のスタイル ****/
.design .main_naka .keyword_post li {
	border-bottom: 1px dashed #bbb;
	margin-top: 16px;
	padding: 0 0 12px;
}
.design .main_naka .keyword_post li::before {
	display: none;
}
/********************** 記事ページのスタイル **********************/
.inkiji .main_naka_h1 {
	margin-bottom: 0;
}
.inkiji .main_naka {
	margin-bottom: 8px;
}
.waku {
	margin: 0 auto 24px;
	overflow: hidden;
}
.waku_top{
	clear: both;
	margin: 0 auto;
	max-width: 1224px;
	padding: 0 12px;
	width: 100%;
}
.main_naka_kiji_box {
	float: left;
	margin-right: 40px;
	width: calc(100% - 280px);
}
.waku .kiji_sub {
	margin-top: 8px;
	float: right;
	width: 240px;
}
	@media only screen and (max-width: 1024px) {
		.main_naka_kiji_box{
			float: none;
			overflow: hidden;
			width: 100%;
		}
		.waku .kiji_sub{
			float: none;
			width: 100%;
		}
	}
/**** 詳細ページのスタイル ****/
.design .main_naka .syosai_hiduke {
	margin-top: 8px;
	font-size: 85%;
}
.design .main_naka .syosai_hiduke li{
	display: inline-block;
	margin: 0;
	padding: 0 0 0 22px;
}
.design .main_naka .syosai_hiduke li::before{
	display: none;
}
	@media only screen and (max-width: 1024px) {
		.design .main_naka .syosai_hiduke{
			margin-bottom: 8px;
		}
	}
	@media only screen and (max-width: 480px) {
		.design .main_naka .syosai_hiduke li.syosai_id{
			display: block;
		}
	}
/* SNSボタン */
.inbody .design .sns_box {
	padding-left: 0;
	vertical-align: middle;
	margin-top: 6px;
	display: inline-block;
}
.inbody .design .sns_box ul {
	display: inline;
}
.inbody .design .sns_box li::before {
	display: none;
}
.inbody .design .sns_btn {
	padding-left: 11px;
	line-height: 0;
	float: left;
	margin-top: 0px;
	margin-bottom: 6px;
}
.inbody .design .sns_btn img {
	vertical-align: middle;
}
.inbody .design p.sns_btn {
	padding: 0px 2px 0px 3px;
	font-size: 85%;
	line-height: inherit;
	margin-top: 0;
}
	@media only screen and (max-width: 1024px) {
		.inbody .design .sns_box{
			padding: 0;
			margin: 0;
			line-height: 1.5;
			clear: both;
			width: 100%;
			text-align: right;
		}
		.inbody .design p.sns_btn {
			background: none;
			padding: 0;
			margin: 0 0 6px;
			float: none;
		}
		.inbody .design .sns_box ul li{
			float: right;
		}
	}
/* お問い合わせ */
.main_naka_kiji_box .syosai_sonota{
	background: #fff;
	border: 1px solid #e2edff;
	padding: 16px;
	border-radius: 20px;
	margin-top: 16px;
}
.main_naka_kiji_box .syosai_sonota h2{
	width: 100%;
	margin: 16px 0 0;
	position: relative;
	overflow: hidden;
	background: #e2edff;
	border: 0;
	border-radius: 10px;
	padding: 10px 12px 8px;
	margin-top: 0;
	font-size: 100%;
}
.main_naka_kiji_box .syosai_sonota .kiji_aside_lower{
	margin-top: 12px;
	padding: 0 4px 4px;
}
.main_naka_kiji_box .kiji_aside_lower a[href^="tel:"]{
	cursor: default;
	color: #222;
	text-decoration: none;
}
.main_naka_kiji_box .syosai_sonota p a:not([href^="tel:"]){
	padding: 8px 16px 7px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #10428D;
	font-size: 75%;
	display: block;
	border-radius: 6px;
	margin: 0 auto;
	max-width: 180px;
}
	@media only screen and (max-width: 1024px) {
		.main_naka_kiji_box .kiji_aside_lower a[href^="tel:"]{
			cursor: pointer;
			color: #2b3095;
			text-decoration: underline;
		}
	}

/**** 記事ページ右メニューのスタイル ****/
/*アイキャッチ画像*/
.waku .kiji_sub .catch {
	margin-top: 16px;
}
.waku .kiji_sub .catch p {
	margin-top: 0;
	text-align: center;
}
.waku .kiji_sub .catch img {
	border: 1px solid #D3E6AC;
	padding: 1px;
	vertical-align: bottom;
	border-radius: 10px;
}
/*お問い合わせフォーム*/
.waku .kiji_sub .kiji_aside.syosai_sonota {
	margin-top: 16px;
	padding: 12px;
	border: 1px solid #e2edff;
	font-size: 85%;
	text-align: center;
	word-wrap: break-word;
	border-radius: 10px;
}
.waku .kiji_sub .kiji_aside.syosai_sonota h2 {
	display: inline-block;
	padding: 6px 4px 4px;
	background: #e2edff;
	border: 0;
	width: 100%;
	border-radius: 5px;
}
.waku .kiji_sub .kiji_aside.syosai_sonota p {
	text-align: left;
}
.waku .kiji_sub .kiji_aside.syosai_sonota p a[href^="tel:"]{
	cursor: default;
	color: #222;
	text-decoration: none;
}
.waku .kiji_sub .kiji_aside.syosai_sonota .for_img {
	text-align: center;
	background: #10428D;
	font-size: 85%;
	display: inline-block;
	border-radius: 6px;
	width: 100%;
}
.waku .kiji_sub .kiji_aside.syosai_sonota .for_img a {
	display: block;
	padding: 8px 5px 7px;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
	@media only screen and (max-width: 1024px) {
		.waku .kiji_sub .kiji_aside.syosai_sonota p a[href^="tel:"]{
			cursor: pointer;
			color: #2b3095;
			text-decoration: underline;
		}
	}
/*共通スタイル*/
.waku .kiji_sub .kiji_aside{
	margin-top: 16px;
	background: #fff;
	border: none;
	border-radius: 10px;
}
.waku .kiji_sub .kiji_aside_lower{
	padding: 0 16px 16px;
}
.waku .kiji_sub .kiji_aside h2 {
	padding: 10px 8px 8px;
	background: #d3e6ac;
	border-radius: 9px 9px 0 0;
}
.waku .kiji_sub .kiji_aside > ul {
	padding: 0;
	margin: 0;
}
.waku .kiji_sub .kiji_aside li {
	position: relative;
	padding-left: 16px;
}
.waku .kiji_sub .kiji_aside li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #467605;
	border-bottom: 1px solid #467605;
	transform: rotate(-45deg);
}
.waku .kiji_sub .kiji_aside li li {
	font-size: 85%;
}
/*コンテンツページ_組織内ジャンル*/
.waku .kiji_sub .kiji_aside.kakuka {
	padding: 0;
}
/*関連コンテンツ*/
.waku .kiji_sub .kiji_aside.kanren {
}
/*この記事を見ている人*/
.waku .kiji_sub .kiji_aside.kanren2 {
}
/**** コンテンツ評価のスタイル ****/
.design .main_naka .kiji_aside.syosai_qa {
	background: #fff;
}
.design .main_naka .kiji_aside.syosai_qa li {
	padding-left: 0;
}
.design .main_naka .kiji_aside.syosai_qa li::before {
	display: none;
}
.design .main_naka .kiji_aside.syosai_qa li p {
	padding: 5px 1%;
	border: 1px dashed #A0C66F;
}
.design .main_naka .kiji_aside.syosai_qa #opinion {
	width : 100%;
}
.design .main_naka .kiji_aside.syosai_qa .comment {
	font-size : 85%;
}
.design .main_naka .kiji_aside.syosai_qa .qa_button {
	margin-top: 8px;
	padding-top: 16px;
	border-top: 1px solid #ccc;
	text-align: center;
}
.design .main_naka .kiji_aside.syosai_qa .qa_button2 {
	margin-top: 8px;
	padding: 8px 0;
	text-align: center;
}
.design .main_naka .kiji_aside.syosai_qa .qa_button2 button{
	margin: 0 4px;
}
@media only screen and (max-width: 1024px) {
	.design .main_naka .kiji_aside.syosai_qa form p span{
		display: block;
		line-height: 2;
	}
}
/*重要なお知らせ*/
.kiji_pickup .pickup{
	padding: 0;
	border: 2px solid #AF1B28;
	border-radius: 10px;
	margin-top: 16px;
}
.kiji_pickup h2{
	padding: 6px 12px 8px;
	background: #AF1B28;
	color: #fff;
	border-radius: 7px 7px 0 0;
	font-size: 120%;
}
.kiji_pickup .pickup_lower{
	padding: 0 14px 16px;
}
.kiji_pickup .date{
	margin: 0;
	display: block;
}
/*お知らせバナー*/
.kiji_oshirase_bana .ilist{
	margin-top: 16px;
	text-align: center;
}
.kiji_oshirase_bana h2{
	position: absolute;
	z-index: -1;
	font-size: 0%;
}

/** コンテンツ評価のスタイル 確認画面 **/
.inform .design .main_naka .kiji_aside.syosai_qa{
	background-color: #fff;
	border: none;
	padding: 16px 16px 5px;
	margin: 0;
}
.inform .design .main_naka .kiji_aside.syosai_qa li p{
	border: none;
	padding: 0;
}
.inform .design .main_naka .kiji_aside.syosai_qa > p{
	margin: 0;
	border-bottom: 1px dashed #bbb;
	padding-bottom: 16px;
}
.inform .design .main_naka .kiji_aside.syosai_qa form{
	margin-top: 0;
	padding: 0;
}
/**** 別ルートのスタイル ****/
.design .main_naka .route_box {
	margin-bottom: 24px;
}
.design .main_naka .route_box h2{
	background: none;
	border: none;
	border-bottom: 1px solid #467605;
	border-radius: 0;
	font-size: 100%;
	padding: 2px;
	margin: 0 0 12px;
}
.design .main_naka .route_box h2::before,
.design .main_naka .route_box h2::after{
	display: none;
}
.design .route {
	margin-top: 8px;
}
.design .route li {
	font-size: 85%;
	margin: 0 6px 0 0;
	padding: 0 28px 0 0;
	border: 0;
	list-style-type: none;
	background: none;
	display: inline-block;
	height: auto;
	position: relative;
}
.design .route li::before {
	display: none;
}
.design .route li::after {
	display: block;
	content: "";
	position: absolute;
	top: .3em;
	right: 2px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 8px solid #467605;
}
.design .route li:last-child::after {
	display: none;
}
/**** 記事ページ下メニューのスタイル ****/
.inkiji .main_naka .kiji_aside,
.infaq .main_naka .kiji_aside{
	background: #fff;
	margin-bottom: 24px;
	border-radius: 10px;
}
.inkiji .main_naka .kiji_aside_lower,
.infaq .main_naka .kiji_aside_lower{
	padding: 0 16px 12px;
}
.inkiji .main_naka .kiji_aside_lower a[href^="tel:"]{
	cursor: default;
	color: #222;
	text-decoration: none;
}
.inkiji .main_naka .kiji_aside h2,
.infaq .main_naka .kiji_aside h2{
	background: #d3e6ac;
	border: 0;
	padding: 10px 12px 8px;
	margin-top: 0;
	font-size: 100%;
	border-radius: 10px 10px 0 0;
}
.inkiji .main_naka .kiji_aside h2::before,
.inkiji .main_naka .kiji_aside h2::after,
.infaq .main_naka .kiji_aside h2::before,
.infaq .main_naka .kiji_aside h2::after{
	display: none;
}
.inkiji .main_naka .kiji_aside h3,
.infaq .main_naka .kiji_aside h3{
	background: none;
	border: 0;
	border-left: 4px solid #467605;
	padding: 0 0 0 12px;
	margin-left: 16px;
	margin-right: 16px;
}
.inkiji .main_naka .kiji_aside li li,
.infaq .main_naka .kiji_aside li li{
	font-size: 85%;
}
	@media only screen and (max-width: 1024px) {
		.inkiji .main_naka .kiji_aside.kanrenlink h2,
		.infaq .main_naka .kiji_aside.kanrenlink h2,
		.inkiji .main_naka .kiji_aside.rssfide h2,
		.infaq .main_naka .kiji_aside.rssfide h2{
			padding-right: 70px;
			font-size: 100%;
		}
		.inkiji .main_naka .kiji_aside_lower a[href^="tel:"]{
			cursor: pointer;
			color: #2b3095;
			text-decoration: underline;
		}
	}
/* 関連リンク */
.inkiji .main_naka .kiji_aside.kanrenlink{
	
}
/* 外部RSS */
.inkiji .main_naka .kiji_aside.rssfide h2{
}
/* 同じ分類の記事 */
.inkiji .main_naka .kiji_aside.kanrencon {
}
.inkiji .main_naka .kiji_aside.kanrencon h2{
	background: #E7F5C9;
	color: #222;
	border: 0;
	border-bottom: 1px solid #467605;
}
.inkiji .main_naka .kiji_aside.kanrencon .kiji_aside_lower{
	padding: 0 16px 16px;
	border-radius: 20px;
	margin-top: 12px;
}
/* 組織内ジャンル */
.inkiji .main_naka .kiji_aside.kakuka {
	border: none;
	padding: 0;
}
.inkiji .main_naka .kiji_aside.kakuka h2{
	background: #E7F5C9;
	color: #222;
	border: 0;
	border-bottom: 1px solid #467605;
}
.inkiji .main_naka .kiji_aside.kakuka .kiji_aside_lower{
	padding: 0 16px 16px;
	background: #fff;
	border-radius: 20px;
	margin-top: 12px;
}
/* 関連コンテンツ */
.inkiji .main_naka .kiji_aside.kanren {
	background: none;
	border: none;
	padding: 0;
}
.inkiji .main_naka .kiji_aside.kanren h2{
	background: transparent;
	color: #222;
	border: 0;
	border-bottom: 1px solid #467605;
}
.inkiji .main_naka .kiji_aside.kanren .kiji_aside_lower{
	padding: 5px 16px 16px;
	background: #fff;
	border: 1px solid #D8EDBC;
	border-radius: 20px;
	margin-top: 12px;
}
/* 関連している可能性のある記事 */
.inkiji .main_naka .kiji_aside.kanren2 {
	background: none;
	border: none;
	padding: 0;
}
.inkiji .main_naka .kiji_aside.kanren2 h2{
	background: transparent;
	color: #222;
	border: 0;
	border-bottom: 1px solid #467605;
}
.inkiji .main_naka .kiji_aside.kanren2 .kiji_aside_lower{
	padding: 5px 16px 16px;
	background: #fff;
	border: 1px solid #D8EDBC;
	border-radius: 20px;
	margin-top: 12px;
}
/* お問い合わせフォーム */
.inkiji .main_naka .kiji_aside.syosai_sonota {
	background: #fff;
	border: 1px solid #e2edff;
	padding: 16px;
	border-radius: 20px;
}
.inkiji .main_naka .kiji_aside.syosai_sonota h2{
	background: #e2edff;
	border: 0;
	border-radius: 10px;
}
.inkiji .main_naka .kiji_aside.syosai_sonota .kiji_aside_lower{
	margin-top: 12px;
	padding: 0 4px 4px;
}
.main_naka .kiji_aside.syosai_sonota p.for_txt {
	padding: 0 0 8px 0;
	border-bottom: 1px solid #ccc;
	font-size: 85%;
}
.main_naka .kiji_aside.syosai_sonota p a:not([href^="tel:"]) {
  padding: 8px 16px 7px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #10428D;
  font-size: 75%;
  display: block;
  border-radius: 6px;
  margin: 0 auto;
  max-width: 180px;
}
/**** 記事ページ緊急情報のスタイル ****/
.kiji_emergency .main_naka_h1 h1 {
	border-left: none;
	background: #af1b28;
	color: #fff;
	padding: 6px 8px 4px;
}

/**** 避難所一覧機能のスタイル ****/
.shelter .emergency,
.shelter .important{
	margin-top: 0;
	margin-bottom: 24px;
}
.emergency_shelter{
	border: 2px solid #af1b28;
	padding: 0 12px 12px;
	margin-top: 12px;
	background-color: #ffdfdf;
}
.emergency_shelter h3{
	margin-top: 12px;
	padding: 4px 6px;
	font-size: 110%;
	border-left: 4px solid #af1b28;
}
.shelter .open_status .open{
	display: inline-block;
	margin-top: 12px;
}
.shelter .open{
	border: 2px solid #af1b28;
	padding: 0 16px 12px;
	margin-top: 24px;
	background-color: #ffdfdf;
	border-radius: 20px;
}
.shelter .main_naka h3,
.shelter .mol_contents h2,
.shelter .mol_contents h3{
	margin: 32px 0 0;
	background: #e7f5c9;
}
.shelter .main_naka h4,
.shelter .main_naka h5,
.shelter .main_naka h6{
	margin: 16px 0 0;
}
.shelter .open h2{
	background: #af1b28;
	color: #fff;
	border: none;
	padding: 8px;
}
.shelter .open h2::before,
.shelter .open h2::after{
	display: none;
}
.shelter .design .main_naka .kakuka_link{
	margin-top: 0;
}
.shelter .design .main_naka .kakuka_link li{
	margin-top: 8px;
}
.shelter_search_wrap{
	margin-top: 16px;
	background: #fff;
	padding: 4px 16px 16px;
	border-radius: 20px;
}
.shelter_search_wrap #txtName,
.shelter_search_wrap #txtAddress{
	width: 100%;
	max-width: 344px;
}
.shelter_search_wrap select{
	font-size: 100%;
}
.shelter_search_button{
	text-align: center;
}
.shelter .design .main_naka .open table{
	margin: 0;
}
.shelter .design .main_naka table{
	margin-bottom: 12px;
}
.shelter .ac_display{
	top: 72%;;
}
.shelter .ac_display a{
	padding: 2px 4px 2px 18px;
}
.shelter .ac_display::before, .shelter .ac_display::after{
	top: 9px;
}
.shelter caption{
	display: none;
}
.shelter th{
	text-align: center;
	vertical-align: middle;
}
.shelter td{
	vertical-align: middle;
}
.saigai ul{
	overflow: hidden;
}
.saigai li{
	float: left;
	padding-left: 24px;
}
.saigai li::before{
	display: none;
}
.resistance,
.toilet{
	display: flex;
	margin-bottom: 4px;
}
.saigai img,
.resistance img,
.toilet img{
	width: 30px;
	height: 30px;
}
.saigai img{
	margin-right: 8px;
}
.resistance_text,
.toilet_text{
	display: flex;
	align-items: center;
	margin-left: 4px;
	font-size: 80%;
}
#shelter_search,
#reset{
	margin: 16px 4px 0;
}
.shelter_more{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: 16px;
}
.shelter_more li{
	padding: 0;
}
.shelter_more li::before{
	display: none;
}
.shelter_more a{
	display: inline-block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	border-radius: 20px;
	background: #467605;
	color: #fff;
}
.shelter_more a:hover{
	background: #315303;
}
.print{
	margin: 10px 0 0;
	text-align: right;
}
.t_left .toilet{
	display: inline;
}
@media only screen and (max-width: 1024px) {
	.resistance,
	.toilet{
		display: inline;
	}
	.resistance img,
	.toilet img{
		height: auto;
	}	
	.shelter .main_naka .ac_box h4, .shelter .main_naka .ac_box h5, .shelter .main_naka .ac_box h6{
		padding: 4px 64px 4px 8px;
	}
}

/**** ごみ分別検索 ****/
form#frm_main.search_form{
	margin-top: 12px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.frm_wrap{
	width: calc((100% - 16px) / 2);
	padding: 21px 18px 14px;
	border: 1px solid #bdd4a2;
	border-radius: 20px;
	background: #fff;
}
.frm_wrap legend{
	font-size: 113%;
    padding: 10px 14px;
    margin-bottom: 12px;
	background: #E7F5C9;
}
.frm_wrap p.note{
	margin: 0 4px 10px;
}
.event_search_box_wrap{
	display: flex;
	align-items: center;
	padding: 8px 4px 10px;
}
.event_search_box_wrap label{
	flex-shrink: 0;
	margin-right: 10px;
}
.event_search_box_wrap select{
	width: 100%;
	font-size: 100%;
}
.event_search_box_wrap input{
	width: 100%;
}
.frm_wrap.sec_and_kw fieldset .event_search_button{
	text-align: center;
	margin-top: 8px;
}
.event_search_box_wrap2 > p{
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 2px;
}
#main_outline .j_alphabet button{
	background: #fff;
	border-radius: 6px;
    color: #333;
    border: 1px solid #bdd4a2;
    font-size: 100%;
    padding: 8px 16px;
	margin: 0 4px 8px 4px;
}
#main_outline .j_alphabet button.selected,
#main_outline .j_alphabet button:hover{
	background: #467605;
	color: #fff;
}
#main_outline .j_alphabet .garbage_tab{
	margin-top: 10px;
	border-top: 1px solid #ddd;
	padding-top: 18px;
}
#main_outline .garbage_src .mol_tableblock{
	margin-left: 0;
	overflow: inherit;
}
@media screen and (max-width: 1024px){
	.frm_wrap{
		width: 100%;
		padding: 16px 12px;
	}
	.frm_wrap.sec_and_kw{
		margin-bottom: 16px;
	}
}
@media screen and (max-width: 425px){
	.event_search_box_wrap{
		flex-wrap: wrap;
		padding: 2px 4px 4px;
	}
	.event_search_box_wrap label{
		padding: 4px 0;
	}
	#main_outline .j_alphabet button{
		padding: 8px;
	}
	#main_outline .j_alphabet .btn_garbage_tab{
		width: 30%;
	}
	#main_outline .j_alphabet .btn_garbage_val{
		width: calc((100% - 40px) / 5);
	}
}
/**** 分類カスタマイズ ****/
/**** 町長室 ****/
.chocho h1{
	margin: 0;
	padding: 0;
	border-radius: 20px;
	overflow: hidden;
}
.chocho .main_naka_h1_img{
	padding: 0 12px;
	max-width: 1224px;
}
.chocho .main_naka_h1_img img{
	position: relative;
}
.chocho h1:before, .chocho h1:after{
	display: none;
}
.chocho h2:before, .chocho h2:after{
	display: none;
}
.chocho .main_naka .category_p01{
	background: #fff;
	padding: 12px 16px 16px;
	border-radius: 20px;
	margin-top: 0;
	border: 4px solid #BDD2FF;
}
.chocho .main_naka .category_p01 p{
	line-height: 2;
	margin-top: 0;
}
.chocho .main_naka li:before{
	border-right: 1px solid #10428D;
	border-bottom: 1px solid #10428D;
}
.chocho .main_naka .cate_post01{
	border: 4px solid #BDD2FF;
	padding: 0 0 16px;
	margin-top: 24px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.chocho .main_naka .cate_post01 h2{
	background: #BDD2FF;
	padding: 13px 16px;
	border: none;
	border-radius: 0;
	margin-top: 0;
}
.chocho .main_naka .cate_post01 ul{
	padding: 0 16px;
}
.chocho .main_naka .cate_post01 li{
	margin: 18px 18px 6px 0;
}
.chocho .main_naka .cate_post01:nth-of-type(2) ul{
	display: flex;
	flex-wrap: wrap;
	padding: 0 16px 0;
}
.chocho .main_naka .cate_post01:nth-of-type(2) li{
	width: calc(50% - 9px);
	margin: 12px 18px 12px 0;
}
.chocho .main_naka .cate_post01:nth-of-type(2) li:nth-child(2n){
	margin-right: 0;
}
@media only screen and (max-width: 1024px){
	
}
@media screen and (max-width: 425px){
	.chocho .main_naka .cate_post01:nth-of-type(2) li{
		width: 100%;
	}
}
/**** 議会 ****/
.gikai h1{
	margin: 0;
	padding: 0;
	border-radius: 20px;
	overflow: hidden;
}
.gikai .main_naka_h1_img{
	padding: 0 12px;
	max-width: 1224px;
}
.gikai .main_naka_h1_img img{
	position: relative;
}
.gikai h1:before, .gikai h1:after{
	display: none;
}
.gikai .main_naka .page_left .page_left_float .cate_post01{
	border: 1px solid #E0E0FF;
}
.gikai .main_naka .page_left .page_left_float .cate_post01 h2{
	background: #8972CB;
	border-radius: 0;
}
.gikai .main_naka .page_left .page_left_float .cate_post01 h2 a{
	color: #fff;
	text-shadow: -1px -1px 1px #7357C1, -1px 0 1px #7357C1, -1px 1px 1px #7357C1, 0 -1px 1px #7357C1, 0 1px 1px #7357C1, 1px -1px 1px #7357C1, 1px 0 1px #7357C1, 1px 1px 1px #7357C1;
}
.gikai .main_naka .page_left .page_left_float .cate_post01 h2:before{
	display: none;
}
.gikai .main_naka .page_left .page_left_float .category01{
	padding: 12px 16px 16px;
}
.gikai .category01 li{
	width: 100%;
	margin: 12px 16px 12px 0;
}
.gikai .category01 li::before {
  border-right: 1px solid #7357C1;
  border-bottom: 1px solid #7357C1;
}
@media only screen and (max-width: 1024px){
	.gikai .main_naka_h1_img {
		margin: 12px auto;
	}
	.gikai .main_naka .page_left {
		margin-top: 12px;
	}
}
/**** 教育委員会 ****/
.kyoiku h1{
	margin: 0;
	padding: 0;
	border-radius: 20px;
	overflow: hidden;
}
.kyoiku strong{
	color: #855400;
}
.kyoiku .main_naka_h1_img{
	padding: 0 12px;
	max-width: 1224px;
}
.kyoiku .main_naka_h1_img img{
	position: relative;
}
.kyoiku h1:before, .kyoiku h1:after{
	display: none;
}
.kyoiku .main_naka h2{
	background: #f8f3a2;
	border: 0;
	border-radius: 15px 15px 0 0;
	padding: 12px;
}
.kyoiku .main_naka h2:before,
.kyoiku .main_naka h2:after{
	display: none;
}
.kyoiku .main_naka .category_p01{
	background: #fff;
	padding: 12px 24px;
	border-radius: 20px;
	margin: 12px 0 24px;
	border: 1px solid #ece898;
}
.kyoiku .category_p01 h2{
	background: transparent;
	border-bottom: 1px solid #855400;
	width: calc(100% - 325px);
	margin-top: 0;
}
.kyoiku .rinen{
	display: flex;
	margin: 24px 0 12px;
}
.kyoiku .rinen_left{
	width: calc(100% - 325px);
	border: 1px solid #d7d27a;
	border-radius: 15px;
	padding: 22px 24px;
}
.kyoiku .rinen_left p{
	font-size: 150%;
	line-height: 2.1;
	margin-top: 0;
}
.kyoiku .rinen_left p:nth-child(2){
	font-size: 130%;
	margin-top: 0;
}
.kyoiku .rinen_right{
	max-width: 305px;
	width: 100%;
	background: #f8f3a2;
	border-radius: 15px;
	margin-left: 20px;
	padding: 20px 30px;
	position: relative;
}
.kyoiku .rinen_right p{
	line-height: 2.1;
	font-size: 140%;
	margin: 0 auto;
}
.kyoiku .main_naka .page_left .page_left_float .cate_post01{
	border: 1px solid #ece898;
	width: 32%;
	overflow: inherit;
}
.kyoiku .main_naka .page_left .page_left_float .cate_post01:nth-child(2n){
	margin-right: 2%;
}
.kyoiku .main_naka .page_left .page_left_float .cate_post01:nth-child(3n){
	margin-right: 0;
}
.kyoiku .main_naka .page_left .page_left_float{
	margin: 24px 0;
}
.kyoiku .cate_post01 p{
	margin-top: 0;
}
.kyoiku .cate_post01 img{
	border-radius: 18px 18px 0 0;
}
.kyoiku .cate_post01 h3{
	background: transparent;
	border: 0;
	padding: 12px 10px;
	text-align: center;
	margin: 0;
}
.kyoiku .cate_post01 h3::before{
	display: none;
}
@media only screen and (max-width: 1024px){
	.kyoiku .category_p01 h2{
		width: 100%;
	}
	.kyoiku .rinen{
		display: block;
	}
	.kyoiku .rinen_left{
		width: 100%;
	}
	.kyoiku .rinen_right{
		margin: 48px auto 24px;
	}
	.kyoiku .main_naka .page_left .page_left_float .cate_post01{
		margin-right: 2%;
	}
	.kyoiku .main_naka .page_left .page_left_float .cate_post01:last-child {
  		margin-bottom: 24px;
	}
}
@media only screen and (max-width: 425px){
	.kyoiku .rinen_left p, .kyoiku .rinen_right p{
		font-size: 100%;
	}
	.kyoiku .rinen_left p:nth-child(2){
		font-size: 90%;
	}
	.kyoiku .rinen_right{
		margin-top: 12px;
	}
	.kyoiku .main_naka .page_left .page_left_float .cate_post01{
		width: 49%;
	}
	.kyoiku .main_naka .page_left .page_left_float .cate_post01:nth-child(3n){
		margin-right: 2%;
	}
	.kyoiku .main_naka .page_left .page_left_float .cate_post01:nth-child(2n){
		margin-right: 0;
	}
}

/**** かみかわくらす ****/
.class .main_naka_h1{
	position: relative;
}
.class .main_naka_h1 h1{
	background: transparent;
	position: absolute;
	padding: 0;
	z-index: 1;
	top: 4.5vw;
	left: 10px;
}
.class .main_naka_h1 h1::before,
.class .main_naka_h1 h1::after{
	display: none;
}
.class .main_naka_h1 h1 img{
	max-width: 380px;
	width: 29vw;
}
.class .main_naka_h1 h1 img.class_h1_pc{
	display: block;
}
.class .main_naka_h1 h1 img.class_h1_sp{
	display: none;
}
.class .main_naka_h1 h1 span{
	font-size: 0%;
	position: absolute;
}
.class .slick_nav{
	justify-content: flex-end;
}
.class_vis img{
	max-width: none;
	width: 100%;
}
.class .slick_ps{
	margin-left:0;
}
.class .navi{
	background: url(img/cla_nav_bg.png) repeat-x;
	position: relative;
}
.class .navi_tablet{
	display: none;
}
.class .navi ul{
	max-width: 1224px;
	margin: -20px auto 0;
	padding: 0 12px;
	display: flex;
	flex-wrap: wrap;
}
.class .navi li{
	width: calc(100% / 6);
	margin: 0;
	padding: 0 0 26px;
	text-align: center;
}
.class .navi li a{
	text-decoration: none;
	color: #333333;
	position: relative;
	padding: 70px 0 0 0;
	margin-top: -40px;
	display: block;
	font-size: 110%;
}
.class .navi li a::before{
	content: "";
	display: block;
	position: absolute;
	width: 90px;
	height: 90px;
	background: url(img/cla_nav_icon.png) no-repeat;
	top: 0;
	left: calc(50% - 45px);
	transition: 0.4s;
}
.class .navi li a:hover::before{
	top: -10px;
}
.class .navi li a b{
	position: relative;
}
.class #main_outline{
	overflow: hidden;
}
	@media only screen and (max-width: 1024px){
		.class #main_outline{
			display: flex;
			flex-wrap: wrap;
			align-items: center;
		}
		.class .main_naka_h1{
			margin: 0;
			width: auto;
			padding: 4px 12px 20px;
		}
		.class .main_naka_h1::before{
			content: "";
			display: block;
			background: url(img/cla_hyougo_bg02.png) no-repeat;
			width: 560px;
			height: 420px;
			position: absolute;
			right: -30px;
			top: -30px;
			z-index: -1;
		}
		.class .main_naka_h1 h1{
			position: relative;
			top: 0;
			left: 0;
		}
		.class .main_naka_h1 h1 img{
			width: 40vw;
			padding-left: 30px;
		}
		.class .main_naka_h1 h1 img.class_h1_pc{
			display: none;
		}
		.class .main_naka_h1 h1 img.class_h1_sp{
			display: block;
		}
		.class .vis{
			margin-top: 0;
			width: 100%;
		}
		.class .navi{
			width: calc((100% - 40vw) - 24px);
			background: transparent;
			padding: 0 0 20px 0;
		}
		.class .navi_tablet{
			display: block;
		}
		.class .navi_pc{
			display: none;
		}
		.class .navi ul{
			margin-top: 0;
		}
		.class .navi li{
			width: 50%;
			padding: 40px 10px 0px;
			margin-top: 16px;
		}
		.class .navi li a{
			padding: 40px 20px 10px 20px;
		}
		.class .navi li a::before{
			width: 60px;
			height: 60px;
			background-size: contain;
			left: calc(50% - 30px);
			box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
			border-radius: 50%;
		}
	}
	@media only screen and (max-width: 480px){
		.class .main_naka_h1{
			width: 100%;
			padding: 0;
		}
		.class .main_naka_h1 h1{
			width: 100%;
		}
		.class .main_naka_h1 h1 img{
			padding: 0 0 0 9vw;
			width: 60vw;
			max-width: none;
		}
		.class .main_naka_h1 h1 img.class_h1_sp{
			margin: 0 auto;
			width: 80vw;
		}
		.class .vis{
			margin-top: -30px;
		}
		.class .navi{
			padding: 0;
			width: 100%;
			margin-top: -40px;
		}
		.class .navi_tablet{
			display: none;
		}
		.class .navi_pc{
			display: block;
		}
		.class .navi li{
			width: 33.3%;
			padding: 40px 2px 0px;
		}
		.class .navi li a{
			padding: 47px 0px 10px 0px;
			font-size: 95%;
		}
		.class .navi li a::before{
			width: 70px;
			height: 70px;
			left: calc(50% - 35px);
		}
	}
.class .main_naka{
	overflow: initial;
	max-width: none;
	margin: 0;
	padding: 0;
}
.class .main_naka h2{
	padding: 0px 30px;
	font-size: 170%;
	background: transparent;
	border: none;
	border-radius: 0;
	line-height: 1.8;
}
.class .main_naka h2::before{
	content: "";
	width: 7px;
	height: 100%;
	border-radius: 7px;
	background: #E6868F;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border: none;
}
.class .main_naka h2::after{
	display: none;
}
.class .main_naka h2 span{
	display: block;
}
.class .hyogo{
	padding: 60px 12px 60px;
}
.class .hyogo_top{
	position: relative;
}
.class .hyogo_top::before{
	content: "";
	display: block;
	background: url(img/cla_hyougo_bg02.png) no-repeat;
	width: 560px;
	height: 420px;
	position: absolute;
	right: -90px;
	top: -40px;
	z-index: -1;
}
.class .hyogo h3{
	background: url(img/cla_hyogo_h3_img01.png) top center no-repeat;
	border: none;
	display: block;
	padding: 122px 280px 30px;
	text-align: center;
	margin: -20px auto 0;
	font-size: 140%;
}
.class .hyogo h3::before{
	display: none;
}
.class .hyogo .top{
	background: url(img/cla_hyougo_top.png) no-repeat;
	position: absolute;
	right: 0;
	top: 90px;
	margin: 0;
	color: #BF314A;
	min-width: 280px;
	min-height: 185px;
	padding: 60px 117px 50px 30px;
	text-align: center;
}
.class .hyogo .top span{
	display: block;
}
.class .hyogo_list{
	display: flex;
	flex-wrap: wrap;
}
.class .hyogo_list li{
	width: calc((100% / 3) - 8%);
	padding: 0;
	margin: 80px 0px 0px 12%;
}
.class .hyogo_list li:nth-of-type(1),
.class .hyogo_list li:nth-of-type(4n){
	margin-left: 0;
}
.class .hyogo_list li::before{
	background: url(img/cla_hyougo_list01.png) no-repeat;
	width: 100px;
	border: none;
	height: 100px;
	transform: inherit;
	top: 0;
}
.class .hyogo_list li:nth-of-type(2)::before{
	background: url(img/cla_hyougo_list02.png) no-repeat;
	top: -20px;
	left: 10px;
}
.class .hyogo_list li:nth-of-type(3)::before{
	background: url(img/cla_hyougo_list03.png) no-repeat;
	left: 8px;
}
.class .hyogo_list li:nth-of-type(4)::before{
	background: url(img/cla_hyougo_list04.png) no-repeat;
	top: -16px;
}
.class .hyogo_list li:nth-of-type(5)::before{
	background: url(img/cla_hyougo_list05.png) no-repeat;
	left: 8px;
	top: -10px;
}
.class .main_naka h4{
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
}
.class .main_naka h4 .number{
	font-size: 180%;
	padding: 16px 22px 16px 37px;
}
.class .main_naka h4 .h4_text{
	font-size: 120%;
	padding: 10px 0;
}
.class .main_naka h4 .h4_text span{
	display: block;
}
.class .main_naka .hyogo_list p{
	max-width: 260px;
	font-size: 100%;
	line-height: 1.6;
	margin-top: 24px;
}
	@media only screen and (max-width: 1024px){
		.class .hyogo{
			padding: 60px 12px 60px;
		}
		.class .hyogo h3{
			margin: 40px auto 0;
			padding: 122px 0px 30px;
			max-width: 490px;
		}
		.class .hyogo .top{
			position: relative;
			max-width: 200px;
			top: 0px;
			background-size: 200px;
			font-size: 85%;
			padding: 40px 64px 10px 0px;
			min-width: auto;
			min-height: 131px;
			margin: 0 auto;
			left: 30px;
		}
		.class .hyogo_list li{
			width: 50%;
			margin: 60px 0 0px;
			padding: 0 20px 0 0;
		}
		.class .main_naka .hyogo_list p{
			max-width: none;
			margin-top: 8px;
		}
	}
	@media only screen and (max-width: 480px){
		.class .hyogo h3{
			padding: 98px 0px 30px;
			background-size: 400px;
		}
		.class .hyogo_list li:nth-of-type(n){
			width: 80%;
			padding: 0;
			margin: 40px auto 20px;
		}
	}
.class .nobinobi{
	background: #fff;
	padding: 80px 0 1px;
}
.class .cate_post01{
	display: flex;
	margin: 100px 0 120px;
	align-items: center;
}
.class .cate_post01.class_r{
	flex-flow: row-reverse;
}
.class .class_cate{
	width: 48.3%;
	padding-right: 50px;
}
.class .cate_post01.class_r .class_cate{
	padding: 0 0 0 50px;
}
.class .class_cate h3{
	background: url(img/cla_h2_line.png) repeat-x bottom;
	border: none;
	position: relative;
	border-radius: 0;
	padding: 2px 2px 12px 10px;
	margin-left: 100px;
	margin-top: 20px;
	font-size: 140%;
	z-index: 1;
	overflow: inherit;
}
.class .class_cate h3::before{
	content: "";
	display: block;
	position: absolute;
	left: -100px;
	bottom: -4px;
	background: url(img/cla_h2_icon01.png) no-repeat;
	width: 86px;
	height: 72px;
	top: auto;
}
.class .nobinobi .cate_post01:nth-of-type(2) h3::before{
	background: url(img/cla_h2_icon02.png) no-repeat;
}
.class .iitoko .cate_post01:nth-of-type(1) h3::before{
	background: url(img/cla_h2_icon03.png) no-repeat;
}
.class .iitoko .cate_post01:nth-of-type(2) h3::before{
	background: url(img/cla_h2_icon04.png) no-repeat;
}
.class .chiiki .cate_post01:nth-of-type(1) h3::before{
	background: url(img/cla_h2_icon05.png) no-repeat;
}
.class .chiiki .cate_post01:nth-of-type(2) h3::before{
	background: url(img/cla_h2_icon06.png) no-repeat;
}
.class .class_cate h3::after{
	content: "";
	display: block;
	position: absolute;
	right: 6px;
	bottom: 0;
	background: url(img/cla_h2_bg.png) no-repeat;
	width: 174px;
	height: 32px;
	z-index: -1;
}
.class .class_cate h3 span {
	display: block;
}
.class .design .main_naka .category_p02{
	font-size: 100%;
}
.class .design .main_naka .category_p02 .cat_lst{
	margin: 20px 0 0;
}
.class .main_naka .class_cate li{
	padding-left: 24px;
}
.class .main_naka .class_cate li::before{
	border: 4px solid #E6868F;
	border-radius: 20px;
	width: 14px;
	height: 14px;
	margin-top: -4px;
}
.class .class_cate .more {
	text-align: right;
}
.class .class_cate .more a{
	background: #DDE9FD;
	text-decoration: none;
	padding: 20px 50px;
	border-radius: 10px;
	min-width: 250px;
	position: relative;
	display: inline-block;
	text-align: center;
}
.class .class_cate .more a:hover{
	background: #C4D9FD;
}
.class .class_cate .more a::before{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 24px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #2B3095;
	border-bottom: 2px solid #2B3095;
	transform: rotate(-45deg);
	margin-top: -4px;
}
.class .cat_img{
	width: 52.7%;
}
.class .iitoko{
	background: #FFF8F8;
	padding: 80px 0 1px;
}
.class .chiiki{
	background: #fff;
	padding: 80px 0 1px;
}
	@media only screen and (max-width: 1024px){
		.class .nobinobi,
		.class .iitoko,
		.class .chiiki{
			padding: 60px 0 1px;
		}
		.class .cate_post01{
			display: block;
			margin: 60px 0 80px;
		}
		.class .class_cate{
			width: 100%;
			padding: 0;
		}
		.class .cate_post01.class_r .class_cate{
			padding: 0;
		}
		.class .class_cate h3{
			padding: 2px 2px 8px 10px;
			margin-left: 70px;
		}
		.class .class_cate h3::before{
			width: 66px;
			height: 52px;
			background-size: contain !important;
			left: -70px;
		}
		.class .cat_img{
			width: 100%;
			margin-top: 24px;
			text-align: center;
		}
	}

/**** 神河町ふるさと納税 ****/
.furusato_top{
	display: flex;
	width: 100%;
}
.furusato h1{
	width: 30.8%;
}
.furusato h1 span{
	position: absolute;
	z-index: -1;
	font-size: 0%;
}
.furusato_h1_sp{
	display: none;
}
.furusato .vis{
	display: block;
	width: 69.2%;
	margin-top: 0;
}
.furusato .slick_nav{
	justify-content: flex-end;
	bottom: 60px;
	left: -70px;
}
#body.furusato .slick-dots li.slick-active button{
	background: #AA3D2F;
}
.furusato .slick_ps{
	margin-left: 0;
}
.furusato .slick_ps a{
	background: #AA3D2F;
}
.furusato .slick_ps a:hover{
	background: #913225;
}
.furusato .navi{
	background: #fff;
	position: relative;
}
.furusato .navi ul{
	max-width: 1224px;
	margin: -20px auto 0;
	padding: 0 12px;
	display: flex;
	flex-wrap: wrap;
}
.furusato .navi li{
	width: calc(100% / 5);
	margin: 0;
	padding: 0 0 16px;
	text-align: center;
}
.furusato .navi li a{
	text-decoration: none;
	color: #333333;
	position: relative;
	padding: 70px 0 0 0;
	margin-top: -40px;
	display: block;
	font-size: 110%;
}
.furusato .navi li a::before{
	content: "";
	display: block;
	position: absolute;
	width: 90px;
	height: 90px;
	background: url(img/fur_nav_icon.png) no-repeat;
	top: 0;
	left: calc(50% - 45px);
	transition: 0.4s;
}
.furusato .navi li a:hover::before{
	top: -10px;
}
.furusato .navi li a span{
	display: block;
}
.furusato .navi li a b{
	position: relative;
}
	@media only screen and (max-width: 1024px){
		.furusato .slick_nav{
			padding: 8px 12px 0;
		}
		#body.furusato .slick-dots li button{
			background: #F4CAC9;
		}
		.furusato .navi{
			background: transparent;
		}
		.furusato .navi ul{
			margin: 70px 0 0;
			justify-content: center;
		}
		.furusato .navi li{
			width: calc(100% / 3);
			padding: 0 0 76px;
		}
		.furusato .navi li a{
			padding: 60px 0 0 0;
		}
	}
	@media only screen and (max-width: 480px){
		.furusato_top{
			flex-wrap: wrap;
		}
		.furusato_h1_sp{
			display: block;
		}
		.furusato_h1_pc{
			display: none;
		}
		.furusato h1{
			width: 100%;
		}
		.furusato .vis{
			width: 100%;
		}
		.furusato .slick_nav{
			justify-content: center;
		}
		.furusato .navi ul{
			padding: 0;
		}
		.furusato .navi li{
			width: calc(100% / 2);
			padding: 0 0 64px;
		}
		.furusato .navi li a{
			font-size: 100%;
			padding: 54px 0 0 0;
		}
		.furusato .navi li a::before{
			left: calc(50% - 40px);
			background-size: contain;
			width: 80px;
		}
	}
.furusato .main_naka{
	max-width: none;
	padding: 0;
}
.furusato .cate_post01{
	margin-top: 130px;
	position: relative;
	z-index: 1;
}
.furusato .cate_post01:first-child{
	margin-top: 118px;
}
.furusato .cate_post01::after{
	content: "";
	display: block;
	width: 368px;
	height: 348px;
	background: url(img/fur_bg.png) no-repeat;
	position: absolute;
	z-index: -1;
	bottom: -50%;
	left: 0;
}
.furusato .cate_post01:nth-of-type(2n)::after{
	left: auto;
	right: 0;
	transform: scale(-1, 1);
}
.furusato .cate_post01 a{
	display: flex;
	text-decoration: none;
	text-shadow: #faf9ef 1px 1px 0, #faf9ef -1px -1px 0,#faf9ef -1px 1px 0, #faf9ef 1px -1px 0,#faf9ef 0px 1px 0, #faf9ef 0 -1px 0,#faf9ef -1px 0 0, #faf9ef 1px 0 0;
}
.furusato .cate_post01:nth-of-type(2n) a{
	flex-flow: row-reverse;
}
.furusato .main_naka .category_p02{
	width: 49%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 100%;
}
.furusato .category_p02_in{
	display: block;
	padding-left: 40px;
}
.furusato .cate_post01:nth-of-type(2n) .category_p02_in{
	padding: 0 40px 0 0;
}
.furusato .main_naka h2{
	margin-top: 0;
	overflow: inherit;
	padding: 0 60px 0 30px;
	background: transparent;
	min-height: 70px;
	font-size: 170%;
	line-height: 1;
}
.furusato .main_naka h2::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(img/fur_h2_img.svg) no-repeat;
	height: 55px;
	width: 14px;
	border: none;
}
.furusato .main_naka h2::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url(img/fur_h2_arrow.svg) no-repeat;
	height: 30px;
	width: 30px;
	border: none;
	transition: 0.4s;
}
.furusato .cate_post01 a:hover h2::after{
	right: -10px;
}
.furusato .main_naka .category_p02 .cat_lst{
	margin: 0;
	padding: 0 60px 0 30px;
	font-size: 100%;
}
.furusato .main_naka .category_p02 .cat_lst span{
	display: block;
}
.furusato .cat_img{
	margin-top: 0;
	width: 51%;
	transition: 0.4s;
}
.furusato .cate_post01 a:hover .cat_img{
	opacity: 0.8;
}
.furusato .cat_img img{
	width: 100%;
}
	@media only screen and (max-width: 1024px){
		.furusato .cate_post01:first-child{
			margin-top: 0;
		}
		.furusato .cate_post01::after{
			background-size: 260px;
			height: 240px;
		}
		.furusato .cate_post01:nth-of-type(n) .category_p02_in{
			padding: 0 20px;
		}
	}
	@media only screen and (max-width: 480px){
		.furusato .cate_post01{
			margin-top: 80px;
		}
		.furusato .cate_post01::after{
			bottom: -20%;
			left: -90px;
			opacity: 0.7;
		}
		.furusato .cate_post01:nth-of-type(2n)::after{
			right: -90px;
		}
		.furusato .cate_post01:nth-of-type(n) a{
			flex-wrap: wrap;
		}
		.furusato .main_naka .category_p02{
			width: 100%;
		}
		.furusato .main_naka h2{
			font-size: 150%;
			padding: 0 30px 0 30px;
		}
		.furusato .main_naka .category_p02 .cat_lst{
			padding: 0 30px 0 30px;
		}
		.furusato .cat_img{
			width: 100%;
			padding: 0 0 0 20px;
		}
		.furusato .cate_post01:nth-of-type(2n) .cat_img{
			padding: 0 20px 0 0;
		}
	}
.furusato .kigyo{
	background: #fff;
	padding: 130px 0 220px;
	position: relative;
	margin-top: 110px;
}
.furusato .kigyo::before,
.furusato .kigyo::after{
	content: "";
	display: block;
	position: absolute;
	width: 40%;
	background: #B93226;
	height: 1px;
}
.furusato .kigyo::before{
	left: 0;
	top: 60px;
}
.furusato .kigyo::after{
	right: 0;
	bottom: 150px;
}
.furusato .kigyo .cate_post01{
	margin-top: 0;
}
.furusato .kigyo .cate_post01::after{
	display: none;
}
.furusato .kigyo_link{
	padding: 0 20px;
}
.furusato .kigyo a:not(.anchor){
	display: block;
	background: #B93226;
	max-width: 550px;
	margin: 0 auto;
	color: #fff;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0px 0px 2px rgba(197,114,114,0.5);
	text-align: center;
	transition: 0.4s;
	text-shadow: none;
}
.furusato .kigyo a:not(.anchor):hover{
	background: #D4382B;
}
.furusato .main_naka .kigyo .category_p02{
	width: 100%;
	margin: 0;
}
.furusato .kigyo .category_p02_in{
	padding: 0;
}
.furusato .main_naka .kigyo h2{
	padding: 0 30px 60px;
	max-height: none;
}
.furusato .main_naka .kigyo h2::before{
	background: url(img/fur_h2_kigyo.png) no-repeat;
	width: 433px;
	height: 37px;
	bottom: 0;
	top: auto;
	left: calc(50% - 217px);
}
.furusato .main_naka .kigyo h2::after{
	background: url(img/fur_h2_kigyo_arrow.svg) no-repeat;
}
.furusato .main_naka .kigyo .category_p02 .cat_lst{
	padding: 20px 0 0;
}
.furusato .kigyo .cat_img{
	width: 100%;
	margin-top: 40px;
}
.furusato .kigyo .cat_img img{
	width: 100%;
}
	@media only screen and (max-width: 480px){
		.furusato .kigyo{
			padding: 120px 0 130px;
			margin-top: 50px;
		}
		.furusato .kigyo::after{
			bottom: 70px;
		}
		.furusato .kigyo .cate_post01:nth-of-type(n) .category_p02_in{
			padding: 0;
		}
		.furusato .main_naka .kigyo h2{
			padding: 0 30px 11vw 0;
		}
		.furusato .main_naka .kigyo h2::before{
			background-size: contain;
			width: 100%;
			left: 0;
		}
		.furusato .main_naka .kigyo .category_p02 .cat_lst{
			padding: 2vw 0 0;
			text-align: left;
		}
		.furusato .kigyo .cat_img{
			padding: 0;
		}
	}
/**** 窓口の混雑状況 ****/
.congestion_content{
	padding: 24px 30px;
	border: 1px solid #bdd4a2;
	background: #fff;
	margin-bottom: 24px;
	margin-top: 14px;
	border-radius: 20px;
}
.mol_contents .congestion_content h2{
	margin-top: 0;
}
.content_inner{
	display: flex;
	padding-top: 20px;
}
.congestion_img img{
	max-width: 200px;
}
.congestion_textarea{
	margin-left: 3%;
}
.congestion_textarea p{
	margin-bottom: 16px;
	margin-top: 0;
}
.congestion_main p:nth-child(2) span{
	padding: 8px;
	border-radius: 4px;
	margin-right: 4px;
}
.congestion_main p:nth-child(2) span strong{
	color: #333;
}
.congestion_close{
	background: #ddd;
}
.congestion_aki{
	background: #c6e5e2;
}
.congestion_yayakonztsu{
	background: #fbe186;
}
.congestion_konzatsu{
	background: #f9d6d7;
}
@media only screen and (max-width: 768px){
	.congestion_content{
		padding: 16px 20px;
	}
	.congestion_img img{
		max-width: 150px;
	}
}
@media screen and (max-width: 480px){
	.content_inner{
		flex-wrap: wrap;
	}
	.congestion_img {
		margin: 0 auto;
	}
	.congestion_textarea{
		margin-left: 0;
		margin-top: 20px;
	}
	.congestion_textarea p{
		margin-bottom: 10px;
	}
}
/*** 伝えるWEB ***/
/* .tsutaeru01-menu */
.tsutaeru01-menu{
display:none;
}
.tsutaeru01-menu ul{
margin:0px;
padding:0px;
text-align:right;
}
.h_toplist02 .tsutaeru01-button-ruby{
	margin-left: 8px;
}
/* .tsutaeru01-speech */ .tsutaeru01-speech{ padding:0;
margin:0;
position: relative;
}
.tsutaeru01-speech *{ vertical-align:middle; }
#body button.tsutaeru01-button.tsutaeru01-button-speech-start, #body button.tsutaeru01-button.tsutaeru01-button-speech-control{ 
	background: #E7F5C9;
	border: 2px solid #fff;
	border-radius: 6px;
	display:inline-block; 
	text-align:center; 
	color:#2b3095; 
	text-decoration:none; 
	cursor:pointer;
	margin: 0 4px 0 0;
	padding: 4px 6px;
	font-size: 100%;
}
#body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config{
	background: #E7F5C9;
	border: 2px solid #fff;
	border-radius: 6px;
	display:inline-block; 
	text-align:center; 
	color:#2b3095; 
	text-decoration:none; 
	cursor:pointer;
	margin:0;
	padding: 4px 6px;
	font-size: 100%;
}
#body button.tsutaeru01-button.tsutaeru01-button-speech-start:hover, #body button.tsutaeru01-button.tsutaeru01-button-speech-control:hover, #body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config:hover {
text-decoration: none;
color: #9f0000;
background: #D3E6AC;
}
#body button.tsutaeru01-button.tsutaeru01-button-speech-start:visited, #body button.tsutaeru01-button.tsutaeru01-button-speech- control:visited, #body button.tsutaeru01-button.tsutaeru01-button- config.tsutaeru01-button-speech-config:visited {
color: #791d78;
}
#body button.tsutaeru01-button.tsutaeru01-button-speech-start, #body button.tsutaeru01-button.tsutaeru01-button-speech-control{
/*margin-right:10px;*/ }
.tsutaeru01-speech .tsutaeru01-button:disabled{ opacity:0.8;
}
.tsutaeru01-speech-buttons{
padding:0;
} .tsutaeru01-speech-audio-container{ padding:5px 0px; /*position:relative;*/ position:absolute;
top:26px;
left:0;
}
.tsutaeru01-speech-audio { border-radius:3px; max-width:220px;
height:32px;
}
.tsutaeru01-speech-error{ color:#C00;
}
/* .tsutaeru01-config */ .tsutaeru01-config{ font-size:90%;

 position:fixed;
z-index:99999;
top:50%;
left:50%;
transform:translate(-50%,-50%); box-shadow:0px 10px 30px 0px rgba(0,0,0,0.75); border-radius:5px;
max-width:90%; width:600px; text-align:left;
outline:none !important;
} .tsutaeru01-config-header{ padding:1em;
color:#FFF; background:#467605; text-align:center; font-weight:bold; position:relative; border-radius:5px 5px 0px 0px; border:1px solid #FFF;
}
.tsutaeru01-config-header button{
	display: none;
}
.tsutaeru01-config-body{ color:#000;
background:#FFF; padding:1.5em; max-height:50vh; overflow:auto;
}
.tsutaeru01-config-body dl, .tsutaeru01-config-body dl dt, .tsutaeru01-config-body dl dd{ margin:0px;
padding:0px;
font-size:100%;
}
.tsutaeru01-config-body dl dt{ font-weight:bold;
float:left;
clear:left;
width:6.8em;

 text-align:right;
}
.tsutaeru01-config-body dl dd{ margin:0px 0px 1em 1.2em; white-space:nowrap;
}
.tsutaeru01-config-body dl dd:last-child{
margin-bottom:0px;
}
.tsutaeru01-config-body dl dd label{
margin:0px 1em 0.8em 0px;
padding:0px;
font-size:100%;
white-space:nowrap;
display:inline-block;
}
.tsutaeru01-config-body dl dd label input{
margin:0px 0.3em 0px 0px;
}
.tsutaeru01-config-footer{
color:#000;
background:#FFF;
border-top:1px solid #CCC;
text-align:right;
padding:0.5em;
border-radius:0px 0px 5px 5px;
}
#body .tsutaeru01-config .tsutaeru01-config-footer .tsutaeru01-config-button-close{
font-size:100%;
border:none;
color:#FFF;
background:#467605;
font-weight:normal;
padding:0.5em 1em;
border-radius:3px;
cursor:pointer;
}
.tsutaeru01-config-overlay{
position:fixed;
z-index:99998;
top:0px;
left:0px;
right:0px;

 bottom:0px; background:#000; opacity:0.75;
}
#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config- close{
font-size:100%;
display:block;
position:absolute;
top:50%;
right:1em; transform:translateY(-50%); width:1em;
height:1em; overflow:hidden; text-indent:-1000px; background:none; padding:0px; border:none; cursor:pointer;
}
#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config- close:before,
#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config- close:after{
content:"";
display:block;
position:absolute;
top:50%;
width:100%;
height:2px;
margin-top:-1px;
background:#FFF;
}
#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config- close:before{
transform:rotate(45deg);
}
#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config- close:after{
transform:rotate(-45deg);
}
/* .tsutaeru01-text */

 .tsutaeru01-text{ position:fixed; bottom:0px; left:0px;
right:0px; background:#000; color:#FFF; text-align:left; font-size:100%; padding:20px; z-index:99000;
}
.tsutaeru01-text-inner{
line-height:1.5;
max-height:10em;
overflow:auto;
padding:5px;
}
.tsutaeru01-text-inner rt,
.tsutaeru01-text-inner rp{
font-size:50%;
}
#body .tsutaeru01-text .tsutaeru01-text-close{ font-size:100%;
display:block;
position:absolute;
top:5px;
right:5px;
width:1em;
height:1em;
overflow:hidden;
text-indent:-1000px;
background:none;
padding:0px;
border:none;
cursor:pointer;
}
#body .tsutaeru01-text .tsutaeru01-text-close:before, #body .tsutaeru01-text .tsutaeru01-text-close:after{ content:"";
display:block;
position:absolute;
top:50%;
width:100%;

 height:2px; margin-top:-1px; background:#FFF; }
#body .tsutaeru01-text .tsutaeru01-text-close:before{ transform:rotate(45deg);
}
#body .tsutaeru01-text .tsutaeru01-text-close:after{ transform:rotate(-45deg);
}
@media (max-width:1024px){
.tsutaeru01-menu{
overflow:auto;
}
.tsutaeru01-menu ul{
/*text-align:center;
font-size:12px;
white-space:nowrap;*/
}
.tsutaeru01-menu ul li{
margin:0px 0.1em;
}
.tsutaeru01-menu ul li .tsutaeru01-button{
border:none;
}
.tsutaeru01-speech{
font-size:100%;
position:static;
}
.tsutaeru01-speech-audio-container{
position: static;
}
.sidr_navi03 .sidr_navi03_sub{
border-bottom:3px solid #a52e5a;
}
#body button.tsutaeru01-button.tsutaeru01-button-speech-start, #body button.tsutaeru01-button.tsutaeru01-button-speech-control, #body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config{
	width: calc(50% - 4px);
	padding: 8px 10px 8px 10px;
	margin: 0 8px 0 0;
	text-decoration: none;
	position: relative;
	text-align: center;
	font-size: 95%;
}
#body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config{
	margin-right: 0;
}
#body button.tsutaeru01-button.tsutaeru01-button-speech-start::before, #body button.tsutaeru01-button.tsutaeru01-button-speech- control::before, #body button.tsutaeru01-button.tsutaeru01-button- config.tsutaeru01-button-speech-config::before {
	display: none;
}
.tsutaeru01-speech-buttons{ white-space:nowrap; overflow:auto;
}
.tsutaeru01-speech-audio { margin-left:8px;
}
.tsutaeru01-config-body dl dt{ font-weight:bold;
float:none;
width:auto;
margin:0px 0px 0.5em 0px; text-align:left;
}
.tsutaeru01-config-body dl dd{ margin:0px 0px 1em 0px; white-space:normal;
}
.tsutaeru01-text{ font-size:86%;
}
}
/* .tsutaeru01-form */ .tsutaeru01-search-form{

 margin:0px 0px 20px 0px;
} .tsutaeru01-search-form-query{ margin:0.3em 0px; display:inline-block; max-width:100%;
}
.tsutaeru01-search-form-query input{ width:15em;
max-width:100%; box-sizing:border-box;
padding:0.5em;
line-height:1;
}
.tsutaeru01-search-form-and_or{ margin:0.3em 0.3em; white-space:nowrap; display:inline-block;
}
.tsutaeru01-search-form-submit{ margin:0.3em 0.3em; display:inline-block;
}
/*.tsutaeru01-search-form-submit input{ font-size:100%;
line-height:1;
display:inline-block;
padding:0.5em 1em;
border:1px solid #05203a; border-radius:3px; text-decoration:none; background:#05203a;
color:#FFF;
cursor:pointer;
}*/
.tsutaeru01-search-list{
font-size:100%;
margin:0px 0px 30px 0px;
padding:0px 20px;
list-style:none;
}
.tsutaeru01-search-list li{ font-size:100%;
margin:0px 0px 15px 0px;

 padding:0px;
}
.tsutaeru01-search-list-header{ margin:0px 0px 5px 0px;
}
.tsutaeru01-search-list-body{ font-size:90%;
margin:0px 0px 0px 0px; padding:0px 0px 0px 20px;
}
.tsutaeru01-search-pager{ margin:20px 0px 20px 0px; padding:0px;
text-align:center;
}
.tsutaeru01-search-pager li{ display:inline-block;
margin:0px 0.25em;
padding:0px;
}
.tsutaeru01-search-pager li a, .tsutaeru01-search-pager li span, .tsutaeru01-search-pager li em{ display:inline-block;
border:1px solid #05203a; line-height:1.0;
padding:0.5em;
border-radius:3px; text-decoration:none; background:#FFF;
min-width:1em;
}
.tsutaeru01-search-pager li em{ font-style:normal;
}