<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/********************** トップページのスタイル **********************/
.main {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 24px;
/*	background-color: #fff;*/
	position: relative;
	overflow: hidden;
}
.main h2 {
	color: #fff;
	background: -moz-linear-gradient(90deg, #1A1A89 0%, #1A1A89 50%, #2B2B91 50%, #2B2B91 100%);
	background: -webkit-linear-gradient(90deg, #1A1A89 0%, #1A1A89 50%, #2B2B91 50%, #2B2B91 100%);
	background: linear-gradient(0deg, #1A1A89 0%, #1A1A89 50%, #2B2B91 50%, #2B2B91 100%);
	padding: 14px 16px;
	font-size: 120%;
	border-radius: 5px 5px 0 0;
}
.main h2 a {
	color: #fff;
	display: block;
}
.main .h2{
	background: #007bbb;
	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: .3em;
	left: 0;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left-color: #002A80;
}
.main li .list_icon img{
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 4px;
	max-height: 18px;
}
.main li a {display: inline-block;}
	@media only screen and (max-width: 1024px) {
		.main{
			padding: 0 0 24px;
		}
	}
/**** 分類1のスタイル ****/
.main .category_p01{
	padding: 0 12px;
}
.main .category_p01 p {
	margin-top: 30px;
}
/**** 緊急情報のスタイル ****/
.main .emergency {
	margin-top: 24px;
}
.main .emergency h2, .main .emergency .h2 {
	background: #a90000;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
.main .emergency_lower {
	border: 2px solid #a90000;
	border-top: none;
	padding: 4px 16px 16px;
	background: #FFF;
}
.main .emergency .more li {
	min-width: 180px;
	width: auto;
}
.main .emergency_lower li::before {
	border-left-color: #a90000;
}
.main .emergency .more li a{
	border: 2px solid #a90000;
	border-radius: 5px;
}
.main .emergency .more li a:hover{
	background: #FFE8E8;
}
@media only screen and (max-width: 1024px) {
	}
/**** 重要なお知らせのスタイル ****/
.main .important {
	margin-top: 24px;
}
.main .important h2, .main .important .h2 {
	background: #b13800;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
.main .important_lower {
	border: 2px solid #b13800;
	border-top: none;
	padding: 4px 16px 16px;
	background: #FFF;
}
.main .important_lower li::before {
	border-left-color: #b13800;
}
.main .important .more li a{
	border: 2px solid #b13800;
	border-radius: 5px;
}
.main .important .more li a:hover{
	background: #FFEEE6;
}
/**** 画像リストのスタイル ****/
.main .ilist {
	margin-top: 24px;
}
.main .ilist_lower ul {
	display: flex;
	flex-flow: row wrap;
}
.main .ilist_lower ul &gt; li {
	display: flex;
	padding-left: 0;
	margin-right: 12px;
	text-align: center;
	width: calc((100% - 60.1px) / 6);
}
.main .ilist_lower ul &gt; li:nth-of-type(6n) {
	margin-right: 0;
}
.main .ilist_lower ul &gt; li::before {
	display: none;
}
.main .ilist_lower ul &gt; li a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
.main .ilist_lower ul &gt; li .ilist_in{
	background: #D6E1FF;
	padding: 16px;
	height: 100%;
	width: 100%;
}
.main .ilist_lower .ilist_right {
	margin-top: 8px
}
.main .ilist_lower ul &gt; li .ilist_title {
	text-align: center;
}
.main .ilist_lower ul &gt; li .ilist_text {
	text-align: left;
	font-size: 85%;
	margin-top: 0;
}
.main .ilist .ilist_title{
	margin-top: 0;
}
	@media only screen and (max-width: 1024px) {
		.main .ilist_lower ul &gt; li {
			width: calc((100% - 36.1px) / 3);
		}
		.main .ilist_lower ul &gt; li:nth-of-type(3n) {
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .ilist_lower ul &gt; li:nth-of-type(n) {
			margin-right: 0;
			width: 100%;
		}
	}
/**** 画像リスト2のスタイル ****/
.main .ilist2 {
	margin-top: 24px;
}
.main .ilist2_lower ul {
	display: flex;
	flex-flow: row wrap;
}
.main .ilist2_lower ul &gt; li {
	padding-left: 0;
	margin-right: 12px;
	text-align: center;
	width: calc((100% - 36.1px) / 4);
}
.main .ilist2_lower ul &gt; li:nth-of-type(4n) {
	margin-right: 0;
}
.main .ilist2_lower ul &gt; li::before {
	display: none;
}
.main .ilist2_lower ul &gt; li a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
.main .ilist2_lower ul &gt; li .ilist_in{
	background: #D6E1FF;
	padding: 16px;
	display: flex;
	height: 100%;
	width: 100%;
}
.main .ilist2_lower ul &gt; li .ilist_left {
	align-self: center;
	width: 40%;
}
.main .ilist2_lower ul &gt; li .ilist_right {
	align-self: center;
	width: 54%;
	margin-left: 6%;
}
.main .ilist2 .ilist_title{
	margin-top: 0;
}
	@media only screen and (max-width: 1024px) {
		.main .ilist2_lower ul &gt; li {
			width: calc((100% - 24.1px) / 2);
		}
		.main .ilist2_lower ul &gt; li:nth-of-type(3n) {
			margin-right: 12px;
		}
		.main .ilist2_lower ul &gt; li:nth-of-type(even) {
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .ilist2_lower ul &gt; li:nth-of-type(n) {
			margin-right: 0;
			width: 100%;
		}
	}
/**** スライドショーのスタイル ****/
.vis{
	position: relative;
	margin-top: 24px;
}
.vis h2{
	padding: 0;
	margin: 0;
	height: 0;
}
.vis .vis_bg{
	position: relative;
}
.vis .vis_bg li{
	margin: 0;
	padding: 0;
}
.vis .vis_bg li::before{
	display: none;
}
.vis .vis_bg li a{
	position: relative;
	display: inline-block;
}
.vis .vis_bg li .window{
	position: absolute;
	min-width: 115px;
	top: 12px;
	right: 8px;
}
/**** 分類のスタイル ****/
.main .category {
	margin-top: 24px;
}
.main .category2 {
	margin-top: 24px;
}
.main .category3 {
	margin-top: 24px;
}
.main .category4 {
	margin-top: 24px;
}
.main .category5 {
	margin-top: 24px;
}
.main .category_3_ul {
	font-size: 85%;
}
.main .category_lower {
	border: 2px solid #DFE6DD;
	border-top: none;
	padding: 4px 16px 16px;
	background: #FFF;
}
/**** 各課の窓口のスタイル ****/
.main .kakuka {
	margin-top: 24px;
}
/**** 催し物・講座のスタイル ****/
.main .event {
	margin-top: 24px;
}
.main .event_lower {
	border: 2px solid #DFE6DD;
	border-top: none;
	padding: 4px 16px 16px;
	background: #FFF;
}
.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: #007bbb;
	color: #fff;
	border-radius: 4px;
	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: -moz-linear-gradient(top, #A9A9A9, #F2F3F3);
	background: -webkit-linear-gradient(top, #A9A9A9, #F2F3F3);
	background: linear-gradient(to bottom, #A9A9A9, #F2F3F3);
	border: 1px solid #333;
	font-size: 81.25%;
	margin-bottom: 10px;
	text-decoration: none;
	padding: 0 5px;
	position: relative;
	color: #333;
	text-shadow: 1px 1px 1px #FFF,-1px 1px 1px #FFF,1px -1px 1px #FFF,-1px -1px 1px #FFF,1px 0 1px #FFF,0px 1px 1px #FFF,-1px 0 1px #FFF,0 -1px 1px #FFF;
}
.event_month li.pre a{
	padding-left: 16px;
}
.event_month li.next a{
	padding-right: 15px;
}
.event_month li.pre a:hover,
.event_month li.next a:hover {
	background: -moz-linear-gradient(top, #666, #AEAEAE);
	background: -webkit-linear-gradient(top, #666, #AEAEAE);
	background: linear-gradient(to bottom, #666, #AEAEAE);
	color: #9f0000;
}
.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 #222 transparent transparent;
}
.event_month li.next a:before{
	right: 4px;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #222;
}
.event_month li.pre a:hover:before {
	border-color: transparent #FFF transparent transparent;
}
.event_month li.next a:hover:before {
	border-color: transparent transparent transparent #FFF;
}
/**** イベントカレンダーのスタイル ****/
.main .calendar {
	margin-top: 24px;
}
.main .calendar_lower {
	overflow: auto;
	border: 2px solid #DFE6DD;
	border-top: none;
	padding: 4px 16px 16px;
	background: #FFF;
}
.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 #B9C4B5;
	text-align: center;
}
.main .calendar th img{
	vertical-align: middle;
}
.main .calendar td {
	border: 1px solid #B9C4B5;
	text-align: center;
}
.main .calendar .sun {
	background: #ffd8d6;
}
.main .calendar .sat {
	background: #d9e4fc;
}
.main .calendar .today {
	background: #c9171e;
	color: #fff;
}
.main .calendar .today &gt; strong,
.main .calendar .today &gt; a,
.main .calendar .today &gt; a strong {
	color: #fff;
}
/**** 新着情報のスタイル ****/
.main .new {
	margin-top: 24px;
}
.main .new_lower {
	border: 2px solid #DFE6DD;
	border-top: none;
	padding: 4px 16px 16px;
	background: #FFF;
}
.main .new div.date{
	margin-left: 0;
}
.main .new ul li{
	overflow: hidden;
}
.main .new ul li.catch_lst .new_lst {
	margin-right: 100px;
}
.main .new ul li.catch_lst .new_img {
	float: right;
	margin-top: 0;
}
/**** トピックスのスタイル ****/
.main .topics {
	margin-top: 24px;
}
.main .topics_lower {
	border: 2px solid #DFE6DD;
	border-top: none;
	padding: 4px 16px 16px;
	background: #FFF;
}
.main .topics div.date{
	margin-left: 0;
}
.main .topics ul li.catch_lst .topics_lst {
	margin-right: 100px;
}
.main .topics ul li.catch_lst .topics_img {
	float: right;
	margin-top: 0;
}
/**** 新着情報・トピックス一覧のスタイル ****/
.main .more{
	font-size: 85%;
	margin-top: 16px;
	display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	margin-left: auto;
}
.main .more li{
	padding: 0;
	margin: 8px 0 0 8px;
	min-width: 180px;
}
.main .more li::before{
	display: none;
}
.main .more li a{
	background: #fff;
	border: 2px solid #2B2B91;
	display: inline-block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	border-radius: 5px;
}
.main .more li a:hover{
	background: #E4E4FF;
}
.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{
	margin-top: 24px;
}
.main .free_tab .tab_index{
	display: flex;
		justify-content: space-between;
	border-bottom: 2px solid #2B2B91;
	margin-bottom: -25px;
}
.main .free_tab .tab_index .tab_change{
	text-align: center;
	display: flex;
	font-size: 120%;
	width: 49.5%;
}
.main .free_tab .tab_index .tab_change a{
	border: 2px solid #2B2B91;
	border-bottom: 0;
	display: inline-block;
	padding: 8px 10px 6px;
	width: 100%;
	text-decoration: none;
}
.main .free_tab .tab_index .tab_change.is-active a{
	background: -moz-linear-gradient(90deg, #1A1A89 0%, #1A1A89 50%, #2B2B91 50%, #2B2B91 100%);
	background: -webkit-linear-gradient(90deg, #1A1A89 0%, #1A1A89 50%, #2B2B91 50%, #2B2B91 100%);
	background: linear-gradient(0deg, #1A1A89 0%, #1A1A89 50%, #2B2B91 50%, #2B2B91 100%);
}
.main .free_tab .tab_index .tab_change.is-active a &gt; 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 .new_lower,
.main .free_tab .topics_lower {
	background: #fff;
}
/**** ピックアップ1のスタイル ****/
.main .pickup {
	margin-top: 24px;
}
.main .pickup_lower {
	border: 2px solid #DFE6DD;
	border-top: none;
	padding: 4px 16px 16px;
	background: #FFF;
}
.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: #B7B7F5;
	padding: 4px 6px;
	font-size: 110%;
}
.main .pickup_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
	padding: 0 8px;
}
/**** ピックアップ2のスタイル ****/
.main .pickup2 {
	margin-top: 24px;
}
.main .pickup2_lower {
	border: 2px solid #DFE6DD;
	border-top: none;
	padding: 4px 16px 16px;
	background: #FFF;
}
.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: #B7B7F5;
	padding: 4px 6px;
	font-size: 110%;
}
.main .pickup2_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
	padding: 0 8px;
}
/**** ランキングのスタイル ****/
.main .ranking{
	margin-top: 24px;
}
.main .ranking_lower {
	border: 2px solid #DFE6DD;
	border-top: none;
	padding: 4px 16px 16px 10px;
	background: #FFF;
}
.main .ranking_lower ol li{
	list-style-type: decimal;
	padding-left: 0;
	margin-left: 40px;
}
.main .ranking_lower ol li::before{
	display: none;
}
/**** 人口・世帯数のスタイル ****/
.main .j_s {
	margin-top: 24px;
}
.main .j_s_lower {
	border: 2px solid #DFE6DD;
	border-top: none;
	padding: 4px 16px 16px;
	background: #FFF;
}
.main .j_s li {
	padding-left: 0;
}
.main .j_s li::before {
	display: none;
}
.main .j_s li b {
	margin-right: 8px;
}
.main .j_s p {
	font-size: 85%;
}
/**** バナー広告のスタイル ****/
.main .bana {
	margin-top: 24px;
}
.main .bana_h2{
	background: -moz-linear-gradient(90deg, #1A1A89 0%, #1A1A89 50%, #2B2B91 50%, #2B2B91 100%);
	background: -webkit-linear-gradient(90deg, #1A1A89 0%, #1A1A89 50%, #2B2B91 50%, #2B2B91 100%);
	background: linear-gradient(0deg, #1A1A89 0%, #1A1A89 50%, #2B2B91 50%, #2B2B91 100%);
	display: flex;
	flex-wrap: wrap;
	padding: 10px 12px 8px;
	align-items: center;
}
.main .bana_h2 h2{
	padding: 0;
	background: transparent;
}
.main .bana_h2 p{
	color: #fff;
	margin-left: 8px;
	margin-top: 0;
	font-size: 85%;
}
.main .bana_lower {
	border: 2px solid #DFE6DD;
	border-top: none;
	padding: 4px 16px 16px;
	text-align: center;
	background: #FFF;
}
.main .bana .bana_img {
	display: inline-block;
}
.main .bana ul {
	display: flex;
	flex-wrap: wrap;
}
.main .bana li {
	padding-left: 0;
	width: 154px;
	margin-right: 4px;
	margin-left: 4px;
}
.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%;
		}
		.main .bana_h2 p{
			margin-left: 0px;
		}
	}
/**** RSSのスタイル ****/
.main .rss {
	margin-top: 24px;
}
.main .rss .rss_lower{
	border: 2px solid #007bbb;
	border-top: none;
	padding: 4px 16px 16px;
}
.main .rss li {
	padding-left: 0;
}
.main .rss li::before {
	display: none;
}
/**** 外部RSSのスタイル ****/
.main .rssfide{
	margin-top: 24px;
}
.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;
}
.main .rssfide .rssfide_lower{
	border: 2px solid #DFE6DD;
	border-top: none;
	padding: 4px 16px 16px;
	background: #FFF;
}
.main .rssfide .rssfide_management{
	background: #efefef;
	font-size: 85%;
	padding: 8px;
	margin-top: 12px;
}
.main .rssfide .rssfide_management .title{
	margin: 0 0 8px;
	padding: 0 0 4px;
	border-bottom: 1px solid #aaa;
}
.main .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 .image {
	text-align: center;
	margin-top: 24px;
}
.main .image h2 {
	background: none;
	padding: 0;
}
.main .image .image_img {
	display: block;
}
/**** リンク・画像領域（テキスト）のスタイル ****/
.main .link {
	margin-top: 24px;
}
/**** RSS一覧のスタイル ****/
.main .rss_list {
	margin-top: 24px;
}
/**** オプションのスタイル ****/
.main .option {
	margin-top: 24px;
}
.main .option_lower {
	border: 2px solid #DFE6DD;
	border-top: none;
	padding: 4px 16px 16px;
	background: #FFF;
}
/**** FAQ（よくある質問）のスタイル ****/
.main .faq {
	margin-top: 24px;
}
/**** 新着FAQ ****/
.main .faq_new {
	margin-top: 24px;
}
.main .faq_new_lower {
	border: 2px solid #007bbb;
	border-top: none;
	padding: 4px 16px 16px;
}
.main .faq_new div.date{
	margin-left: 0;
}
.main .faq_new_lower p {
	font-size: 85%;
	margin-top: 4px;
}
/**** 見られているFAQのスタイル ****/
.main .popular {
	margin-top: 24px;
}
.main .popular_lower {
	border: 2px solid #007bbb;
	border-top: none;
	padding: 4px 16px 16px;
}
.main .popular_lower p {
	font-size: 85%;
	margin-top: 4px;
}
/**** 避難所一覧機能のスタイル ****/
.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;
}
.emergency_shelter ul:not(.shelter_more) {
	padding: 0 8px 0 12px;
}
.emergency_shelter ul li::before {
	border-left-color: #a90000;
}
.shelter_more{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.shelter_more li{
	padding: 0;
}
.shelter_more li::before{
	display: none;
}
.shelter_more a{
	background: #fff;
	border: 2px solid #a90000;
	display: inline-block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	min-width: 180px;
	border-radius: 5px;
}
.shelter_more a:hover{
	background: #FFEFEF;
}
/********************** 領域1個別のスタイル **********************/
@media print, screen and (min-width: 1025px) {
	.main .zone0102 .zone01 .ilist_lower ul &gt; li{
		margin-right: 0;
		width: 100%;
	}
	.main .zone0102 .zone01 .ilist2_lower ul &gt; li{
		margin-right: 0;
		width: 100%;
	}
	.main .zone0102 .zone01 .more li{
		margin-left: 0;
/*		width: 100%;*/
	}
	.main .zone0102 .zone01 .more li.rss {
		margin-left: 8px;
	}
	.main .zone0102 .zone01 .bana ul{
		justify-content: center;
	}
}

/********************** 領域2個別のスタイル **********************/
@media print, screen and (min-width: 1025px) {
	.main .zone0102 .zone02 .ilist_lower ul &gt; li{
		width: calc((100% - 24.1px) / 3);
	}
	.main .zone0102 .zone02 .ilist_lower ul &gt; li:nth-of-type(3n){
		margin-right: 0;
	}
	.main .zone0102 .zone02 .ilist2_lower ul &gt; li{
		width: calc((100% - 12.1px) / 2);
	}
	.main .zone0102 .zone02 .ilist2_lower ul &gt; li:nth-of-type(even){
		margin-right: 0;
	}
}
/********************** 領域3個別のスタイル **********************/

/********************** 領域4個別のスタイル **********************/

/********************** トップページのスタイル **********************/
/**** ビジュアルエリアのスタイル ****/
.main .category_p01 .vis-box {
	margin: 30px 0 0 0;
}
.vis-box .vis_img-box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	overflow: auto;
}
.vis-box .vis_img-box img {
	margin: 0 auto;
}
.vis-box .vis_img-box .vis_p-box {
	display: inline-block;
	position: absolute;
	background: rgba(27,31,53,.5);
	width: 100%;
	left: 0;
	top: 27.5%;
}
.vis-box .vis_img-box .vis_p-box p {
	margin-top: 0;
	padding: 8px 0;
	font-size: 250%;
	text-align: center;
	color: #FFF;
	text-shadow: 1px 1px 4px #000,-1px 1px 4px #000,1px -1px 4px #000,-1px -1px 4px #000,1px 0 4px #000,0px 1px 4px #000,-1px 0 4px #000,0 -1px 4px #000;
	letter-spacing: .15em;
}
.vis-box .vis_img-box .vis_p-box p b {
	font-family: "ヒラギノ角ゴ ProN W5", "HiraKakuProN-W5";
}
.vis-box .vis_img-box .vis_p-box p span {display: block;}
/**** 新着情報のスタイル ****/
.top_new-box .new {
	background: #FFF;
	border: 1px solid #DFE6DD;
	border-radius: 5px 5px 0 0;
}
.top_new-box .new h2 {
	position: relative;
	background: -moz-linear-gradient(90deg, #C0494B 0%, #C0494B 50%, #CC5D5E 50%, #CC5D5E 100%);
	background: -webkit-linear-gradient(90deg, #C0494B 0%, #C0494B 50%, #CC5D5E 50%, #CC5D5E 100%);
	background: linear-gradient(0deg, #C0494B 0%, #C0494B 50%, #CC5D5E 50%, #CC5D5E 100%);
	border-radius: 4px 4px 0 0;
	padding: 8px 8px 8px 67px;
	text-shadow: 1px 1px 1px #A1383A,-1px 1px 1px #A1383A,1px -1px 1px #A1383A,-1px -1px 1px #A1383A,1px 0 1px #A1383A,0px 1px 1px #A1383A,-1px 0 1px #A1383A,0 -1px 1px #A1383A;
}
.top_new-box .new h2::before {
	position: absolute;
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	background: url("img/gik_icon_h-01.png") no-repeat;
	background-size: contain;
	top: 1px;
	left: 8px;
}
.top_new-box .new h2::after {
	position: absolute;
	display: block;
	content: '';
	width: 1.5px;
	height: 70%;
	background: #FFF;
	border-radius: 10px;
	top: calc(50% - 35%);
	left: 57px;
}
.top_new-box .new_lower {
	border: 0;
}
.top_new-box .new div.date {
	margin-left: 12px;
}
.top_new-box .new ul:not(.more) li {
	padding: 2px 8px 12px;
	border-bottom: 1px dashed #CCC;
}
.top_new-box .new ul li::before {display: none;}
.top_new-box .new ul.more {
	margin: 4px 0 0 auto;
}
.top_new-box .new ul.more li {
	width: calc((100% - 24px) / 3) !important;
	margin-left: 8px !important;
	padding: 2px;
}
.top_new-box .new ul.more li a {
	border-color: #C0494B;
	border-radius: 5px;
}
.top_new-box .new ul.more li a:hover {
	background: #FCDDDD;
}
@media only screen and (max-width: 1024px) {
	.vis-box .vis_img-box {
/*		overflow: hidden;*/
	}
	.vis-box .vis_img-box img {
		width: 100vw;
	}
	.vis-box .vis_img-box .vis_p-box {
		top: 33.5%;
		left: 0;
		width: 100%;
		max-width: 1000px;
	}
	.vis-box .vis_img-box .vis_p-box p {
		font-size: 200%;
	}
}
@media only screen and (max-width: 768px) {
	.vis-box .vis_img-box .vis_p-box {
		top: 31%;
	}
	.vis-box .vis_img-box .vis_p-box p {
		font-size: 175%;
	}
}
@media only screen and (max-width: 767px) and (min-width: 500px) {
	.vis-box .vis_img-box .vis_p-box p {
		font-size: 120%;
	}
}
@media only screen and (max-width: 499px) {
	.vis-box .vis_img-box .vis_p-box {
		top: 29%;
	}
	.vis-box .vis_img-box .vis_p-box p {
		font-size: 100%;
	}
}
@media only screen and (max-width: 390px) {
	.vis-box .vis_img-box .vis_p-box {
		top: 21.5%;
	}
}
/**** 本議会・委員会のスタイル ****/
.section-box {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.section-box .hongi,
.section-box .iinka {
	width: calc((100% - 14px) / 2);
	margin-top: 24px;
	border: 1px solid #DFE6DD;
	background: #FFF;
	border-radius: 5px 5px 0 0;
}
.section-box .hongi h2,
.section-box .iinka h2 {
	position: relative;
	padding: 8px 8px 8px 32px;
	border-radius: 4px 4px 0 0;
	background: -moz-linear-gradient(90deg, #1A1A89 0%, #1A1A89 50%, #2B2B91 50%, #2B2B91 100%);
	background: -webkit-linear-gradient(90deg, #1A1A89 0%, #1A1A89 50%, #2B2B91 50%, #2B2B91 100%);
	background: linear-gradient(0deg, #1A1A89 0%, #1A1A89 50%, #2B2B91 50%, #2B2B91 100%);
}
.section-box .hongi h2::before,
.section-box .iinka h2::before {
	position: absolute;
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	background: #FFF;
	border-radius: 50%;
	top: calc(50% - 7.5px);
	left: 8px;
}
.section-box .hongi h2 span,
.section-box .iinka h2 span {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #FFF;
	border-radius: 50%;
	margin-left: 8px;
}
.section-box .hongi .hongi_lower ul:not(.more),
.section-box .iinka .iinka_lower ul:not(.more) {
	padding: 4px 16px 16px;
}
.section-box .hongi ul:not(.more) li::before,
.section-box .iinka ul:not(.more) li::before {
	width: 6px;
	height: 6px;
	top: .3em;
	border: 6px solid transparent;
	border-left: 6px solid #002A80;
	transform: none;
}
.section-box .hongi {
	margin-right: 14px;
}
@media only screen and (max-width: 768px) {
	.section-box .hongi,
	.section-box .iinka {
		width: 100%;
		margin-right: 0;
	}
}
/**** 協議会のスタイル ****/
.section-box .kyogi {
	width: 100%;
	margin-top: 24px;
	border: 1px solid #DFE6DD;
	background: #FFF;
	border-radius: 5px 5px 0 0;
}
.section-box .kyogi h2 {
	position: relative;
	padding: 8px 8px 8px 32px;
	border-radius: 4px 4px 0 0;
	background: -moz-linear-gradient(90deg, #1A1A89 0%, #1A1A89 50%, #2B2B91 50%, #2B2B91 100%);
	background: -webkit-linear-gradient(90deg, #1A1A89 0%, #1A1A89 50%, #2B2B91 50%, #2B2B91 100%);
	background: linear-gradient(0deg, #1A1A89 0%, #1A1A89 50%, #2B2B91 50%, #2B2B91 100%);
}
.section-box .kyogi h2::before {
	position: absolute;
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	background: #FFF;
	border-radius: 50%;
	top: calc(50% - 7.5px);
	left: 8px;
}
.section-box .kyogi h2 span {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #FFF;
	border-radius: 50%;
	margin-left: 8px;
}
.section-box .kyogi .kyogi_lower ul:not(.more) {
	padding: 4px 16px 16px;
}
.section-box .kyogi ul:not(.more) li::before {
	width: 6px;
	height: 6px;
	top: .3em;
	border: 6px solid transparent;
	border-left: 6px solid #002A80;
	transform: none;
}
/**** リストメニューのスタイル ****/
.top_list-menu-box .ilist2 {
	position: relative;
}
.top_list-menu-box .ilist2 h2{
	position: absolute;
	padding: 8px 8px 8px 32px;
	border-radius: 4px 4px 0 0;
	background: transparent;
	color: transparent;
	opacity: 0;
}
.top_list-menu-box .ilist2_lower ul &gt; li {
	width: calc((100% - 14px) / 2) !important;
	margin-right: 14px !important;
	text-align: left;
	transition: .3s;
}
.top_list-menu-box .ilist2_lower ul &gt; li:nth-child(2n) {
	margin-right: 0 !important;
}
.top_list-menu-box .ilist2_lower ul &gt; li:nth-child(-n+2) {
	margin-top: 0 !important;
}
.top_list-menu-box .ilist2_lower ul &gt; li:nth-child(n+11) {
	margin-bottom: 2px;
}
.top_list-menu-box .ilist2_lower ul &gt; li a {
	color: #FFF;
	text-shadow: 1px 1px 1px transparent,-1px 1px 1px transparent,1px -1px 1px transparent,-1px -1px 1px transparent,1px 0 1px transparent,0px 1px 1px transparent,-1px 0 1px transparent,0 -1px 1px transparent;
	transition: .3s;
}
.top_list-menu-box .ilist2_lower ul &gt; li .ilist_in {
	position: relative;
	border-radius: 5px;
	border: 1px solid #5C71DC;
	background: -moz-linear-gradient(top, #000080, #1414A2);
	background: -webkit-linear-gradient(top, #000080, #1414A2);
	background: linear-gradient(to bottom, #000080, #1414A2);
	overflow: hidden;
	padding-left: 12px;
	transition: .3s;
}
.top_list-menu-box .ilist2_lower ul &gt; li .ilist_in::before {
	position: absolute;
	display: block;
	content: '';
	width: 90px;
	height: calc(100% + 20px);
	top: -10px;
	left: -40px;
	border-radius: 50%;
	background: -moz-linear-gradient(top, #373797, #6262CA);
	background: -webkit-linear-gradient(top, #373797, #6262CA);
	background: linear-gradient(to bottom, #373797, #6262CA);
	z-index: 0;
	transition: .3s;
}
/*
.top_list-menu-box .ilist2_lower ul &gt; li a:hover {
	color: #9f0000;
}
.top_list-menu-box .ilist2_lower ul &gt; li a:hover .ilist_in {
	background: -moz-linear-gradient(top, #D3DFF8, #C2CFFF);
	background: -webkit-linear-gradient(top, #D3DFF8, #C2CFFF);
	background: linear-gradient(to bottom, #D3DFF8, #C2CFFF);
}
.top_list-menu-box .ilist2_lower ul &gt; li a:hover .ilist_in::before {
	background: -moz-linear-gradient(top, #242C51, #142C86);
	background: -webkit-linear-gradient(top, #242C51, #142C86);
	background: linear-gradient(to bottom, #242C51, #142C86);
}
*/
.top_list-menu-box .ilist2_lower ul &gt; li .ilist_left {
	width: 25px;
	z-index: 1;
}
.top_list-menu-box .ilist2_lower ul &gt; li .ilist_right {
	width: calc(100% - (25px + 8%));
	margin-left: 8%;
}
.top_list-menu-box .ilist2 .ilist_title {
	letter-spacing: normal;
}
@media only screen and (max-width: 768px) {
	.top_list-menu-box .ilist2 {
		width: 80%;
		margin: 24px auto 0;
	}
	.top_list-menu-box .ilist2_lower ul &gt; li {
		width: 100% !important;
		margin-right: 0 !important;
	}
	.top_list-menu-box .ilist2_lower ul &gt; li:nth-child(2) {
		margin-top: 12px !important;
	}
	.top_list-menu-box .ilist2_lower ul &gt; li:nth-child(n+11) {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 390px) {
	.top_list-menu-box .ilist2 {
		width: 100%;
	}
}
/**** リンクリストのスタイル ****/
.top_list-link-box .link_list-box section.image {
	margin-top: 12px;
}
.top_list-link-box .link_list-box section.image:first-child {
	margin-top: 24px;
}
@media only screen and (max-width: 1024px) {
	.top_list-link-box .link_list-box {
		display: flex;
		flex-wrap: wrap;
	}
	.top_list-link-box .link_list-box section.image {
		width: calc((100% - 24px) / 3);
		margin-right: 12px;
		margin-top: 24px;
	}
	.top_list-link-box .link_list-box section.image:nth-of-type(3n) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 768px) {
	.top_list-link-box .link_list-box {
		width: 80%;
		margin: 0 auto;
	}
	.top_list-link-box .link_list-box section.image {
		width: 100%;
		margin-right: 0;
		margin-top: 12px;
	}
	.top_list-link-box .link_list-box section.image:first-child {
		margin-top: 24px;
	}
}
@media only screen and (max-width: 390px) {
	.top_list-link-box .link_list-box {
		width: 100%;
	}
}
/**** 議会だよりのスタイル ****/
.section-box .koho {
	width: 100%;
	margin-top: 24px;
	border: 1px solid #DFE6DD;
	background: #FFF;
	border-radius: 5px 5px 0 0;
}
.section-box .koho h2 {
	position: relative;
	padding: 8px 8px 8px 67px;
	border-radius: 4px 4px 0 0;
	background: -moz-linear-gradient(90deg, #1A1A89 0%, #1A1A89 50%, #2B2B91 50%, #2B2B91 100%);
	background: -webkit-linear-gradient(90deg, #1A1A89 0%, #1A1A89 50%, #2B2B91 50%, #2B2B91 100%);
	background: linear-gradient(0deg, #1A1A89 0%, #1A1A89 50%, #2B2B91 50%, #2B2B91 100%);
}
.section-box .koho h2::before {
	position: absolute;
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	background: url("img/gik_icon_h-02.png") no-repeat;
	background-size: contain;
	top: calc(50% - 15.5px);
	left: 8px;
}
.section-box .koho h2::after {
	position: absolute;
	display: block;
	content: '';
	width: 1.5px;
	height: 70%;
	background: #FFF;
	border-radius: 10px;
	top: calc(50% - 35%);
	left: 50px;
}
.section-box .koho .koho_lower {
	padding: 4px 16px 16px; 
}
.section-box .koho .koho_lower .image_img img {
	max-width: calc(332px / 2);
	border: 1px solid #DFE6DD;
}
.section-box .koho .koho_lower ul li:first-child {
	margin-top: 16px;
}
.section-box .koho .koho_lower ul:not(.more) li::before {
	width: 6px;
	height: 6px;
	top: .3em;
	border: 6px solid transparent;
	border-left: 6px solid #002A80;
	transform: none;
}
@media only screen and (max-width: 1024px) {
	.section_r-box {
		display: flex;
		flex-wrap: wrap;
	}
	.section_r-box .section-box {
		width: calc((100% - 14px) / 2);
		margin-right: 14px;
	}
	.section_r-box .section-box:nth-child(2n) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 768px) {
	.section_r-box .section-box {
		width: 100%;
		margin-right: 0;
	}
}





</pre></body></html>