@charset "UTF-8";
/********************** 下層ページのスタイル **********************/
body.inbody {
}
.inbody #main_outline{
	max-width: 1224px;
	margin: 0 auto 40px;
	padding: 12px;
}
.inbody #main_outline > div:not(:first-of-type),.inbody #main_outline > div:not(:last-of-type){
	border-radius: 0;
}
.inbody #main_outline > div:first-of-type{
	border-radius: 30px 30px 0 0;
}
.inbody #main_outline > div:last-of-type{
	border-radius: 0 0 30px 30px;
}
.inbody.map .main_naka{
	border-radius: 0 0 30px 30px!important;
}
.inbody.shelter #main_outline .main_naka:not(:last-of-type){
	margin-bottom: 0;
	padding-bottom: 48px;
}
.inbody.inerror #main_outline{
	margin-top: 24px;
}
body.inbody.faq{
	margin-top: 0;
}
.inbody.faq #main_outline{
	background: transparent;
	max-width: none;
	margin: auto;
	padding: 0;
	border-radius: 0;
}
.inbody.infaq #main_outline{
	background: #fff;
	max-width: 1200px;
	margin: 0 auto 40px;
	padding: 12px;
	border-radius: 30px;
}
	@media only screen and (max-width: 1024px) {
		.inbody #main_outline, .inbody.infaq #main_outline{
			margin: 24px 12px;
			padding: 0;
		}
	}
/**** 緊急情報のスタイル ****/
.emergency {
	margin-top: 24px;
}
/**** 重要なお知らせのスタイル ****/
.important {
	margin-top: 24px;
}
/**** 画像リストのスタイル ****/
.ilist {
	margin-top: 24px;
}
/**** 画像リスト2のスタイル ****/
.ilist2 {
	margin-top: 24px;
}
/**** 分類のスタイル ****/
.category {
	margin-top: 24px;
}
.category2 {
	margin-top: 24px;
}
.category3 {
	margin-top: 24px;
}
.category4 {
	margin-top: 24px;
}
.category5 {
	margin-top: 24px;
}
/**** 各課の窓口のスタイル ****/
.kakuka {
	margin-top: 24px;
}
/**** 分類の検索ボックス ****/
.design .main_naka .cs_search{
	margin-top: 16px;
	background: #eee;
	padding: 4px 16px 16px;
}
.design .main_naka .cs_search form{
	display: flex;
	align-items: center;
}
.design .main_naka .cs_search .input_box{
	margin: 12px 10px 0;
	width: calc(100% - 190px);
}
.design .main_naka .cs_search .input_box input{
	width: 100%;
}
.design .main_naka .cs_search .cs_button{
	margin-top: 12px;
}
	@media only screen and (max-width: 500px) {
		.design .main_naka .cs_search form{
			flex-wrap: wrap;
		}
		.design .main_naka .cs_search .label{
			width: 100%;
		}
		.design .main_naka .cs_search .input_box{
			margin-left: 0;
			width: calc(100% - 72px);
		}
	}
/**** 催し物・講座のスタイル ****/
.event {
	margin-top: 24px;
}
.event_month li.pre a,
.event_month li.next a{
	display: inline-block;
	background: #E6E6E6;
	border: 1px solid #aaa;
	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;
}
/**** 新着情報のスタイル ****/
.new {
	margin-top: 24px;
}
/**** トピックスのスタイル ****/
.topics {
	margin-top: 24px;
}
/**** ピックアップ1のスタイル ****/
.pickup {
	margin-top: 24px;
}
/**** ピックアップ2のスタイル ****/
.pickup2 {
	margin-top: 24px;
}
/**** ランキングのスタイル ****/
.ranking{
	margin-top: 24px;
}
/**** 人口・世帯数のスタイル ****/
.j_s {
	margin-top: 24px;
}
/**** バナー広告のスタイル ****/
.bana {
	margin-top: 24px;
}
.bana_h2{
	display: flex;
	flex-wrap: wrap;
	padding: 10px 12px 8px;
	align-items: center;
}
.bana_h2 h2{
	padding: 0;
}
.bana_h2 p{
	margin-left: 8px;
	margin-top: 0;
	font-size: 85%;
}
.bana_lower {
	border: 2px solid #b2d989;
	border-top: none;
	padding: 4px 16px 16px;
	text-align: center;
}
.bana .bana_img {
	display: inline-block;
}

	@media only screen and (max-width: 480px) {
		.bana_h2 p{
			margin-left: 0px;
		}
	}
/**** RSSのスタイル ****/
.rss {
	margin-top: 24px;
}
.rss .rss_lower{
	border: 2px solid #b2d989;
	border-top: none;
	padding: 4px 16px 16px;
}
.main_naka .rss_body > li{
	margin: 24px 0 0;
	padding: 0;
}
.main_naka .rss_body > li::before{
	display: none;
}
.rss_body .rss_icon{
	margin-left: 10px;
}
.rss_body > li > a .rss_icon{
	font-size: 68.75%;
	font-weight: normal;
	margin-bottom: 4px;
}
/**** 外部RSSのスタイル ****/
.rssfide{
	margin-top: 24px;
}
.rssfide .rssfide_lower{
	border: 2px solid #b2d989;
	border-top: none;
	padding: 4px 16px 16px;
}
.rssfide .rssfide_management{
	background: #eaeaea;
	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;
}
/**** リンク・画像領域（画像）のスタイル ****/
.image {
	text-align: center;
	margin-top: 24px;
}
.image .image_img {
	display: block;
}
/**** リンク・画像領域（テキスト）のスタイル ****/
.link {
	margin-top: 24px;
}
/**** RSS一覧のスタイル ****/
.rss_list {
	margin-top: 24px;
}
/**** オプションのスタイル ****/
.option {
	margin-top: 24px;
}
/**** FAQ（よくある質問）のスタイル ****/
.faq {
	margin-top: 24px;
}
/**** 新着FAQ ****/
.faq_new {
	margin-top: 24px;
}
/**** 見られているFAQのスタイル ****/
.popular {
	margin-top: 24px;
}
/**** パンくずリスト・あしあとのスタイル ****/
.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: 8px;
	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 #aaa;
	border-bottom: 1px solid #aaa;
	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;
			background: #fff;
			margin-top: 3px;
			padding-top: 9px;
		}
		.pankuzu_lower{
			flex-wrap: wrap;
			margin: 16px 0;
			padding: 0 10px;
			width: 100%;
		}
		.footstep{
			display: none;
		}
	}
/**** 中ページメインのスタイル ****/
.main_naka_h1 {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 24px 24px 12px;
	background: #fff;
	border-radius: 30px 30px 0 0;
}
.main_naka {
	margin: 0 auto 24px;
	max-width: 1224px;
	width: 100%;
	padding: 12px 24px 24px;
	overflow: hidden;
	background: #fff;
	border-radius: 0 0 30px 30px;
}
.inerror .main_naka{
	border-radius: 30px!important;
}
.main_naka_h1 h1 {
	font-size: 188%;
	background: #008001;
	padding: 16px;
	border-radius: 8px;
	color: #fff;
}
.main_naka_h1_img{
	margin: 12px auto 24px;
	max-width: 1200px;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	z-index: 1;
}
.main_naka_h1_img .h1_img{
	display: flex;
		align-items: center;
	padding: 10px 0;
	min-height: 180px;
}
.main_naka_h1_img h1{
	font-size: 180%;
	padding: 0 0 0 24px;
	text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
	margin-left: 20px;
	width: 100%;
	position: relative;
	background: transparent;
	border-radius: 0;
	color: #333;
}
.main_naka_h1_img h1::before{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	content: '';
	width: 8px;
	height: 100%;
	background-color: #008001;
	border-radius: 8px;
}
.main_naka_h1_img img{
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: 100%;
	z-index: -1;
}
	@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;
		}
		.main_naka_h1_img h1{
			font-size: 160%;
		}
	}
	@media only screen and (max-width: 370px) {
		.main_naka_h1_img .h1_img{
			padding: 4.5% 0;
		}
	}
.main_naka h2,
.design .main_naka .cate_post01 > a,
.design .main_naka .cate_post02 > a,
.sitemap_body > li > a,
.sitemap_body > li .sitemap_body_title,
.main_naka .rss_body > li > a {
	font-size: 136%;
	width: 100%;
	padding: 6px 8px;
	background: #D5F0BB;
	border: 2px solid #B2D989;
	border-radius: 8px;
	margin: 16px 0 0;
	position: relative;
	display: block;
}
.main_naka h2::after,
.design .main_naka .cate_post01 > a::after,
.design .main_naka .cate_post02 > a::after,
.sitemap_body > li > a::before,
.sitemap_body > li .sitemap_body_title::before,
.main_naka .rss_body > li > a::before {
}
.main_naka h3 {
	margin: 16px 0 0;
	padding: 2px;
	border-bottom: 4px solid #008001;
	font-size: 120%;
}
.main_naka h4 {
	margin: 16px 0 0;
	padding: 2px 2px 2px 12px;
	font-size: 110%;
	position: relative;
}
.main_naka h4::before{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	content: '';
	width: 4px;
	height: 100%;
	border-radius: 8px;
	background: #B2D989;
}
.main_naka h5 {
	margin: 16px 0 0;
	padding: 4px 8px;
	background-color: #fff;
	border: 1px solid #ACE3DB;
	border-radius: 8px;
}
.main_naka h6 {
	margin: 16px 0 0;
	padding: 4px 8px;
	border-bottom: 2px solid #ACE3DB;
}
.main_naka li {
	position: relative;
	padding-left: 16px;
}
.main_naka li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 8px;
	height: 8px;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	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: 24px 12px 12px;
			width: 100%;
		}
		.main_naka{
			padding: 12px 12px 24px;
			width: 100%;
			position: relative;
		}
	}
/* ページャーのスタイル */
.main_naka .page_head {
	background: #eaeaea;
	font-size: 85%;
	margin-top: 24px;
	padding: 6px 16px 16px;
	border-radius: 8px;
}
.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 {
	padding: 24px 16px;
	background: #fff;
	border-radius: 30px;
	margin-top: 24px;
	border: 2px solid #B2D989;
}
.design .main_naka .main_naka_new h2 {
	margin-top: 0;
	margin-bottom: 24px;
	padding: 0 0 0 12px;
	border: 0;
	background: #fff;
}
.design .main_naka .main_naka_new h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	content: '';
	width: 4px;
	height: 100%;
	border-radius: 8px;
	background: #B2D989;
}
.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%;
}
.design .main_naka .main_naka_new .list{
	padding-left: 82px;
}
.design .main_naka .main_naka_new .list a:focus{
	outline: 2px solid #0079FE;
	outline-offset: -2px;
}
	@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{
}
/**** 緊急情報のスタイル ****/
.design .main_naka .main_naka_eme {
	margin-top: 24px;
}
.design .main_naka .main_naka_eme h2{
	background: #a90000;
	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: #a90000;
	overflow: hidden;
	border-radius: 30px 30px 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{
	background: #fff;
	border-radius: 0 0 30px 30px;
	overflow: hidden;
	padding: 4px 16px 16px;
	margin: 0;
	border: 2px solid #eee;
	border-top: 0;
}
/**** 各課の窓口一覧のスタイル ****/
.design .main_naka .kakuka_wrap{
	background: #fff;
	border-radius: 8px;
	padding: 0 20px 20px;
	margin-top: 24px;
	overflow: hidden;
}
.design .main_naka .kakuka_wrap_tab{
	margin-left: 30px;
}
.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 #aaa;
	text-align: center;
	vertical-align: middle;
	background: #b2d989;
	width: 240px;
}
.design .main_naka .th02 {
	padding: 12px 12px 10px;
	border: 1px solid #b2d989;
	text-align: left;
	background: #e8f4f9;
	font-size: 85%;
}
.design .main_naka td{
	border: 1px solid #aaa;
}
.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 {
	background: #eaeaea;
	padding: 4px 16px 14px;
	margin: 24px 0 8px;
	overflow: hidden;
	border-radius: 8px;
}
.design .main_naka .kakuka_link li {
	float: left;
	margin-right: 16px;
	margin-top: 12px;
}
.design .main_naka .lnk_top {
	font-size: 85%;
	text-align: right;
}
	@media only screen and (max-width: 1024px) {
		.design .main_naka .kakuka_wrap{
			border: 2px solid #eaeaea;
			padding: 0 12px 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: 85%;
	margin-right: 12px;
}
/* 親子ジャンル */
.design .main_naka .kakuka_box {
	margin-top: 24px;
}
.design .main_naka .kakuka_box h2 {
	margin-top: 0;
}
	@media only screen and (max-width: 1024px) {
		.design .main_naka .kakuka_box{
			float: none;
			margin-top: 24px;
			width: 100%;
		}
		.design .main_naka .th01 {
			width: 40%;
		}
	}
/* お問い合わせ */
.design .main_naka .toiawase {
	background: #fff;
	border-radius: 30px;
	border: 2px solid #b2d989;
	margin-top: 24px;
	padding: 16px;
}
.design .main_naka .toiawase h2 {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #008001;
	border-radius: 0;
	padding: 10px 12px 8px;
	margin: -16px 0 0 -16px;
	width: calc(100% + 32px);
}
.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:last-of-type a {
	background: #B2D989;
	padding: 6px 12px;
	border-radius: 8px;
}
	@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;
}
.cate_post{
	position: relative;
}
.cate_post h2{
	position: absolute;
	z-index: -1;
	padding: 8px;
	border: none;
	background: transparent;
	margin: 0;
}
.cate_post h2::before,
.cate_post h2::after{
	display: none;
}
.design .main_naka .page_left_box .cate_post01, .design .main_naka .page_left_box .cate_post02 {
	margin: 24px 0;
	padding: 0;
}
.design .main_naka .page_left_box .cate_post01::before, .design .main_naka .page_left_box .cate_post02:before{
	display: none;
}
.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 .page_left_float ul{
	display: flex;
	flex-wrap: wrap;
}
.design .main_naka .page_left .page_left_float .cate_post01{
	background: #fff;
	border-radius: 30px;
	margin-top: 0;
	margin-bottom: 24px;
	margin-right: 2%;
	width: 49%;
	padding: 0;
}
.design .main_naka .page_left .page_left_float .cate_post01::before{
	display: none;
}
.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:nth-last-of-type(1),
.design .main_naka .page_left .page_left_float .cate_post01:nth-last-of-type(2){
	margin-bottom: 16px;
}
.design .main_naka .page_left .page_left_float .cate_post01 > a{
	margin: 0;
	padding: 10px 16px;
	display: block;
	font-size: 115%;
	border: 0;
	background: #008001;
	color: #fff;
}
.design .main_naka .page_left .page_left_float .cate_post01 > a::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;
	border: 2px solid #B2D989;
	border-radius: 30px;
	overflow: hidden;
}
.design .main_naka .page_right h2{
	margin-top: 0;
	border: 0;
	border-radius: 0;
	background: #B2D989;
	font-size: 100%;
	padding: 14px 12px 16px;
}
.design .main_naka .page_right h2:after {
	display: none;
}
.design .main_naka .page_right ul {
	padding: 1px 16px 16px;
	margin-top: 0px;
	background: #fff;
	border-top: 0;
	border-radius: 0;
}
.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;
	font-size: 100%;
}
	@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{
			width: 100%;
			margin-right: 0;
		}
		.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 li.cate_post02{
	padding: 0;
	margin-top: 0;
}
.design .main_naka li.cate_post02::before{
	display: none;
}
.design .main_naka .cate_post02 li, .design .main_naka .category_end li {
	border-bottom: 1px dashed #aaa;
	margin-top: 16px;
	padding: 0 0 16px;
	overflow: hidden;
}
.design .main_naka .cate_post02 ul{
	display: flex;
	flex-wrap: wrap;
}
.design .main_naka .cate_post02 li{
	width: calc(50% - 8px);	
}
.design .main_naka .cate_post02 li:nth-child(2n+1){
	margin-right: 16px;
}
.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 li.cate_post02 .window{
	font-size: 60%;
}
.design .main_naka li.cate_post02 .date{
	font-size: 70%;
}
.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{
	background: #fff;
	margin-bottom: 24px;
	border: 2px solid #EBDF60;
	border-radius: 30px;
	overflow: hidden;
}
.design .main_naka .cat_aside h2{
	background: #EBDF60;
	border: 0;
	border-radius: 0;
	padding: 14px 12px 16px;
	margin-top: 0;
	font-size: 100%;
}
.design .main_naka .cat_aside h2::after{
	display: none;
}
.design .main_naka .cat_aside_lower{
	padding: 0 16px 16px;
}
	@media only screen and (max-width: 1024px) {
		.design .main_naka .cat_aside h2{
			padding-right: 70px;
		}
	}
/* バナー広告 */
.design .main_naka .bana {
	margin-top: 24px;
}
.design .main_naka .bana h2{
	background: transparent;
	border: 0;
	padding: 0;
	margin-top: 0;
	width: auto;
	font-size: 100%;
}
.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;
}
.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 #b2d989;
	margin: 0 16px 8px 0;
	padding: 0 16px 0 0;
}
.design .main_naka .event_navi li:first-child {
	border-left: 2px solid #b2d989;
	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 #b2d989;
	border-left: none;
	background: #fff;
}
.design .main_naka .month_lst li:first-child {
	border-left: 2px solid #b2d989;
}
.design .main_naka .month_lst li::before {
	display: none;
}
.design .main_naka .month_lst .month_select {
	background: #b2d989;
}
.design .main_naka .month_lst .month_select strong{
	display: block;
	padding: 8px;
	color: #333;
}
.design .main_naka .month_lst li a {
	display: block;
	padding: 8px;
}
.design .main_naka .event_list li {
	border-bottom: 1px dashed #aaa;
	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{
	background: #fff;
	padding: 4px 16px 16px;
	border-radius: 0 0 30px 30px;
}
.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 #b2d989;
	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;
}
.design .main_naka .event_back_cal .calendar_month .ac_box_col {
	padding-right: 104px;
}
.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 #B2D989;
	border-radius: 6px;
}
.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 #B2D989;
	border-radius: 6px;
	color: #2b3095;
}
.design .main_naka .calendar_month th {
	padding: 16px;
	border: 1px solid #aaa;
	border-right: none;
	font-size: 85%;
	text-align: center;
	vertical-align: middle;
}
.design .main_naka .calendar_month td {
	padding: 16px;
	border: 1px solid #aaa;
}
.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: #a90000;
}
.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: #a90000;
	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: #EBDF60;
	border-radius: 4px;
	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 #aaa;
	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 #b2d989;
	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 #b2d989;
}
.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: #a90000;
	color: #fff;
}
.design .main_naka #calendar_month .hdy {
	margin: 0 0.6em 4px 0;
	padding: 3px 4px 1px 5px;
	background: #a90000;
	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: #b2d989;
	color: #fff;
	border-radius: 4px;
	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_red,
.design .main_naka .garbage_body .garbage_cal th .cal_red {
	background: #d50404;
	border: 1px solid #fff;
	box-shadow: rgba(213, 4, 4, 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.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: #0274cc;
	border: 1px solid #fff;
	box-shadow: rgba(4, 150, 213, 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: #892dbd;
	border: 1px solid #fff;
	box-shadow: rgba(136, 45, 189, 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: #09820c;
	border: 1px solid #fff;
	box-shadow: rgba(16, 156, 18, 0.3) 0 0 1px 2px;
}
.design .main_naka .garbage_body .garbage_cal td .cal_pin,
.design .main_naka .garbage_body .garbage_cal th .cal_pin {
	background: #b4156b;
	border: 1px solid #fff;
	box-shadow: rgba(180, 21, 106, 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: #f7bb2d;
	border: 1px solid #fff;
	color: #333;
	box-shadow: rgba(247, 186, 45, 0.66) 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: #eaeaea;
}
.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_category_hanrei caption{
	background :#b2d989;
	padding: 6px 12px 4px;
	color: #333;
	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 #b2d989;
	color: #fff;
	vertical-align: middle;
	padding: 8px;
}
.garbage_category_hanrei th img{
	margin-bottom: 12px;
}
.garbage_category_hanrei td{
	vertical-align: middle;
	padding: 8px;
}
/**** サイトマップのスタイル ****/
.sitemap_body > li{
	margin: 24px 0 0;
	padding: 0;
}
.sitemap_body > li::before{
	display: none;
}
.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 .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;
}
/**** マイページ管理画面のスタイル ****/
.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 #aaa;
	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;
}
/**** ピックアップのスタイル ****/
.design .main_naka .pickup_post {
	margin-top: 24px;
}
.design .main_naka .pickup_post .category_p01 {
	margin-top: 0;
}
/**** 組織検索機能 ****/
.csv_search {
	margin-top: 16px;
	background: #eaeaea;
	padding: 16px;
	border-radius: 30px;
}
.csv_search h2 {
	padding: 10px 12px 8px;
	border-color: #b2d989;
	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 #aaa;
	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: #eaeaea;
	border-radius: 30px;
}
.design .main_naka .syosai{
	overflow: hidden;
}
.inform .design .main_naka .syosai_hiduke {
	float: none;
}
.inform .design .main_naka form li {
	border-bottom: 1px dashed #aaa;
	margin-top: 16px;
	padding: 0 0 16px;
}
.inform .design .main_naka form li::before {
	display: none;
}
.inform .att {
	color: #a90000;
}
.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 h2::after{
	width: 100%;
}
.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 #a90000;
	color: #a90000;
	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 #a90000;
}
.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;
}
.inform .design .main_naka form .form_error li::before{
	display: inline-block;
	top: 11px;
	border-color: #a90000;
}
/**** アンケートのスタイル ****/
.design .main_naka .question_box{
	margin-bottom: 24px;
}
.design .main_naka .question_box li {
	border-bottom: 1px dashed #aaa;
	margin-top: 16px;
	padding: 0 0 16px;
}
.design .main_naka .question_box li::before {
	display: none;
}
.design .main_naka #qa_tmp {
	border: 1px solid #aaa;
	margin-top: 24px;
	padding: 16px;
	background: #fff;
	border-radius: 30px;
}
.inform .design .main_naka form select {
	font-size: 100%;
}
/**** 動的版検索結果のスタイル ****/
.design .main_naka .keyword_post li {
	border-bottom: 1px dashed #aaa;
	margin-top: 16px;
	padding: 0 0 12px;
}
.design .main_naka .keyword_post li::before {
	display: none;
}
/**** 避難所一覧機能のスタイル ****/
.shelter .emergency,
.shelter .important{
	margin-top: 0;
	margin-bottom: 24px;
}
.emergency_shelter{
	border: 2px solid #a90000;
	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 #a90000;
}
.shelter .open_status .open{
	display: inline-block;
	margin-top: 12px;
}
.shelter .open{
	border: 2px solid #a90000;
	padding: 0 16px 12px;
	margin-top: 24px;
	background-color: #ffdfdf;
}
.shelter .main_naka h3,
.shelter .mol_contents h2,
.shelter .mol_contents h3{
	margin: 32px 0 0;
}
.shelter .main_naka h4,
.shelter .main_naka h5,
.shelter .main_naka h6{
	margin: 16px 0 0;
}
.shelter .open h2{
	background: #a90000;
	color: #fff;
	border: none;
	padding: 8px;
}
.shelter .open h2::after{
	display: none;
}
.shelter .design .main_naka .kakuka_link{
	margin-top: 0;
}
.shelter_search_wrap{
	margin-top: 16px;
	background: #eaeaea;
	padding: 4px 16px 16px;
	border-radius: 30px;
}
.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{
	background: #fff;
	border: 2px solid #b2d989;
	display: inline-block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.shelter_more a:hover{
	background: #e8f4f9;
}
.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;
	}
	.shelter .ac_display{
		top: 50%;
	}
}
/**** ごみ分別検索 ****/
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 #aaa;
	background: #fff;
	border-radius: 30px;
}
.frm_wrap legend{
	font-size: 113%;
    padding: 10px 14px;
    margin-bottom: 12px;
	border: 1px solid #B3DA8A;
	border-radius: 8px;
	background: #D5F0BB;
}
.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: 4px;
    color: #333;
    border: 1px solid #ddd;
    font-size: 100%;
    padding: 8px 16px;
	margin: 0 4px 8px 4px;
}
#main_outline .j_alphabet button.selected,
#main_outline .j_alphabet button:hover{
	background: #B2D989;
}
#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);
	}
}
/**** 窓口の混雑状況 ****/
.congestion_content{
	padding: 24px 30px;
	border: 2px solid #eaeaea;
	background: #fff;
	border-radius: 30px;
	margin-bottom: 24px;
	margin-top: 14px;
}
.mol_contents .congestion_content h2{
	margin-top: 0;
}
.congestion_content .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: 1024px){
	.congestion_content{
		padding: 16px 20px;
	}
	.congestion_img img{
		max-width: 150px;
	}
}
@media screen and (max-width: 480px){
	.congestion_content .content_inner{
		flex-wrap: wrap;
	}
	.congestion_img {
		margin: 0 auto;
	}
	.congestion_textarea{
		margin-left: 0;
		margin-top: 20px;
	}
	.congestion_textarea p{
		margin-bottom: 10px;
	}
}