@charset "UTF-8";

/********************** トップページのスタイル **********************/
.main {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 24px;
	position: relative;
	overflow: hidden;
}

.main h2 {
	color: #333;
	padding: 30px 16px 14px;
	font-size: 150%;
}

/* 大網白里市について・ピックアップインフォメーション・関連リンク・バナー広告 */
.main .city-about h2,
.main .pickup-info h2,
.main .related-link h2,
.main .city-bana .bana_h2 h2 {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	width: fit-content;
	text-align: center;
}

.main .pickup-info h2,
.main .related-link h2 {
	padding: 0 20px 16px;
}


@media only screen and (max-width: 630px) {

	.main .pickup-info h2 {
		padding: 0 30px 16px;
		max-width: 336px;
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {

	.main .pickup-info h2 {
		padding: 0 30px 6px;
	}

	.main .related-link h2 {
		padding: 0 20px 6px;
	}
}

.main .city-about h2::before,
.main .city-about h2::after,
.main .pickup-info h2::before,
.main .pickup-info h2::after,
.main .related-link h2::before,
.main .related-link h2::after,
.main .city-bana .bana_h2 h2::after,
.main .city-bana .bana_h2 h2::before {
	position: absolute;
	top: 12px;
	display: block;
	content: "";
	width: 85px;
	height: 10px;
	background-size: cover;
}

@media only screen and (max-width: 630px) {

	.main .city-about h2::before,
	.main .city-about h2::after,
	.main .pickup-info h2::before,
	.main .pickup-info h2::after,
	.main .related-link h2::before,
	.main .related-link h2::after,
	.main .city-bana .bana_h2 h2::after,
	.main .city-bana .bana_h2 h2::before {
		display: none;
	}
}

.main .city-about h2::before,
.main .pickup-info h2::before,
.main .related-link h2::before,
.main .city-bana .bana_h2 h2::before {
	right: 100%;
}

.main .city-about h2::after,
.main .pickup-info h2::after,
.main .related-link h2::after,
.main .city-bana .bana_h2 h2::after {
	left: 100%;
}

.main .city-about h2::before,
.main .city-about h2::after,
.main .pickup-info h2::before,
.main .pickup-info h2::after,
.main .city-bana h2::after,
.main .city-bana h2::before {
	background-image: url(img/wave01-a.png);
}

.main .related-link h2::before,
.main .related-link h2::after {
	background-image: url(img/wave01-o.png);
}

.main h2 a {
	display: block;
}

.main .h2 {
	overflow: hidden;
}

.main .h2 p {
	float: right;
	padding: 30px 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;
}

@media only screen and (max-width: 1024px) {
	.main {
		padding: 0 0 24px;
	}
}

/**** 緊急情報のスタイル ****/
.main .emergency {
	margin-top: 24px;
}

.main .emergency h2,
.main .emergency .h2 {
	background: #a90000;
	color: #fff;
}

.main .emergency h2 {
	padding: 14px 16px;
}

.main .emergency .h2 p {
	padding: 14px 16px 14px 8px;
}

.main .emergency_lower {
	padding: 4px 16px 16px;
	background: #fff;
	border: 2px solid #a90000;
	border-top: none;
}

/**** 重要なお知らせのスタイル ****/
.main .important {
	margin-top: 24px;
}

.main .important h2,
.main .important .h2 {
	background: #b13800;
	color: #fff;
}

.main .important h2 {
	padding: 14px 16px;
}

.main .important .h2 p {
	padding: 14px 16px 14px 8px;
}

.main .important_lower {
	padding: 4px 16px 16px;
	background: #fff;
	border: 2px solid #b13800;
	border-top: none;
}

/**** 画像リストのスタイル ****/
.main .ilist {
	margin-top: 24px;
}

.main .ilist h2 {
	position: relative;
	margin-top: 24px;
	background: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

.main .ilist h2::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

.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;
	border: 1px solid #66CCFF;
	border-radius: 4px;
	overflow: hidden;
}

.main .ilist_lower ul>li .ilist_in {
	background: #F2FBFF;
	padding: 16px;
	height: 100%;
	width: 100%;
}

.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;
}

.main .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のスタイル ****/
.main .ilist2 {
	margin-top: 24px;
}

.main .ilist2 h2 {
	position: relative;
	margin-top: 24px;
	background: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

.main .ilist2 h2::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

.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;
	border: 1px solid #66CCFF;
	border-radius: 4px;
	overflow: hidden;
}

.main .ilist2_lower ul>li .ilist_in {
	background: #F2FBFF;
	padding: 16px;
	display: flex;
	height: 100%;
	width: 100%;
}

.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%;
}

.main .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%;
	}
}

/**** スライドショーのスタイル ****/
.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;
}

/**** 分類のスタイル ****/
.main .category,
.main .category2,
.main .category3,
.main .category4,
.main .category5 {
	position: relative;
	margin-top: 24px;
	background: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

.main .category::before,
.main .category2::before,
.main .category3::before,
.main .category4::before,
.main .category5::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

.main .category_3_ul {
	font-size: 85%;
}

.main .category_lower {
	padding: 4px 16px 16px;
}

@media (max-width: 1024px) {

	.main .category .ac_display,
	.main .category2 .ac_display,
	.main .category3 .ac_display,
	.main .category4 .ac_display,
	.main .category5 .ac_display {
		top: calc(50% + 7px);
	}
}


/**** 各課の窓口のスタイル ****/
.main .kakuka {
	position: relative;
	margin-top: 24px;
	background: #fff;
	border: 1px solid #66CCFF;
}

.main .kakuka::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

/**** 催し物・講座のスタイル ****/
.main .event {
	position: relative;
	margin-top: 24px;
	background: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

.main .event::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

.main .event_lower {
	padding: 4px 16px 16px;
}

.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;
}

.main .event_month li.pre a,
.main .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;
}

.main .event_month li.pre a {
	padding-left: 16px;
}

.main .event_month li.next a {
	padding-right: 15px;
}

.main .event_month li.pre a::before,
.main .event_month li.next a::before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
}

.main .event_month li.pre a::before {
	left: 4px;
	border-width: 4px 6px 4px 0;
	border-color: transparent #555 transparent transparent;
}

.main .event_month li.next a::before {
	right: 4px;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #555;
}

/**** イベントカレンダーのスタイル ****/
.main .calendar {
	position: relative;
	margin-top: 24px;
	background: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

.main .calendar::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

.main .calendar_lower {
	padding: 4px 16px 16px;
	overflow: auto;
}

.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 #ccc;
	text-align: center;
}

.main .calendar th img {
	vertical-align: middle;
}

.main .calendar td {
	border: 1px solid #ccc;
	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;
}

/**** 新着情報のスタイル ****/
.main .new {
	position: relative;
	margin-top: 24px;
	background: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

.main .new::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

.main .new_lower {
	padding: 4px 16px 16px;
	overflow: auto;
}

.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 {
	position: relative;
	margin-top: 24px;
	background: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

.main .topics::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

.main .topics_lower {
	padding: 4px 16px 16px;
	overflow: auto;
}

.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;
	width: auto;
}

.main .more li::before {
	display: none;
}

.main .more li a {
	display: inline-block;
	padding: 8px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	background: #D9FFFF;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

.main .more li a:hover {
	background: #e8f4f9;
}

.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: 1px solid #66CCFF;
	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 {

	display: inline-block;
	padding: 8px 10px 6px;
	width: 100%;
	text-decoration: none;
	background: #fff;
	border: 1px solid #66CCFF;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
}

.main .free_tab .tab_index .tab_change.is-active a {
	background: #d9ffff;
}

.main .free_tab .tab_index .tab_change.is-active a>strong {
	color: #333;
}

.main .free_tab li.tab_panel {
	margin: 0;
	padding: 0;
}

.main .free_tab li.tab_panel::before {
	display: none;
}

.main .free_tab li.tab_panel article {
	border-top: 0;
}

.main .free_tab li.tab_panel article::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 {
	position: relative;
	margin-top: 24px;
	background: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

.main .pickup::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

.main .pickup_lower {
	padding: 4px 16px 16px;
	overflow: auto;
}

.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: #F2FBFF;
	padding: 4px 6px;
	font-size: 110%;
}

.main .pickup_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}

/**** ピックアップ2のスタイル ****/
.main .pickup2 {
	position: relative;
	margin-top: 24px;
	margin-top: 24px;
	background: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

.main .pickup2::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

.main .pickup2_lower {
	padding: 4px 16px 16px;
	overflow: auto;
}

.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: #F2FBFF;
	padding: 4px 6px;
	font-size: 110%;
}

.main .pickup2_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}

/**** ランキングのスタイル ****/
.main .ranking {
	position: relative;
	margin-top: 24px;
	background: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

.main .ranking::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

.main .ranking_lower {
	padding: 4px 16px 16px;
	overflow: auto;
}

.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 {
	position: relative;
	margin-top: 24px;
	background: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

.main .j_s::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

.main .j_s_lower {
	padding: 4px 16px 16px;
	overflow: auto;
}

.main .j_s li {
	margin-top: 8px;
	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;
	background: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

.main .bana_h2 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 12px 8px;
	align-items: center;
}

.main .bana_h2::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

.main .bana_h2 h2 {
	padding: 0;
}

.main .bana_h2 p {
	margin-left: 8px;
	margin-top: 0;
	font-size: 85%;
}

.main .bana_lower {
	padding: 4px 16px 16px;
	overflow: auto;
}

.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 {
	position: relative;
	margin-top: 24px;
	width: 100%;
	background: #fff;
	border-radius: 4px;
}

.main .rss::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

.main .rss .rss_lower {
	padding: 4px 16px 16px;
	overflow: auto;
}

.main .rss li {
	padding-left: 0;
}

.main .rss li::before {
	display: none;
}

/**** 外部RSSのスタイル ****/
.main .rssfide {
	position: relative;
	margin-top: 24px;
	width: 100%;
	background: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

.main .rssfide::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

.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 {
	padding: 4px 16px 16px;
	overflow: auto;
}

.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 {
	position: relative;
	margin-top: 24px;
	width: 100%;
	background: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

.main .link::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

/**** RSS一覧のスタイル ****/
.main .rss_list {
	position: relative;
	margin-top: 24px;
	background: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

.main .rss_list::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

/**** オプションのスタイル ****/
.main .option {
	position: relative;
	margin-top: 24px;
	width: 100%;
	background: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

.main .option::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

.main .option_lower {
	padding: 4px 16px 16px;
	overflow: auto;
}

/**** FAQ（よくある質問）のスタイル ****/
.main .faq {
	position: relative;
	margin-top: 24px;
	width: 100%;
	background: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

.main .faq::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

/**** 新着FAQ ****/
.main .faq_new {
	position: relative;
	margin-top: 24px;
	width: 100%;
	background: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

.main .faq_new::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

.main .faq_new_lower {
	padding: 4px 16px 16px;
	overflow: auto;
}

.main .faq_new div.date {
	margin-left: 0;
}

.main .faq_new_lower p {
	font-size: 85%;
	margin-top: 4px;
}

/**** 見られているFAQのスタイル ****/
.main .popular {
	position: relative;
	margin-top: 24px;
	width: 100%;
	background: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

.main .popular::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

.main .popular_lower {
	padding: 4px 16px 16px;
	overflow: auto;
}

.main .popular_lower p {
	font-size: 85%;
	margin-top: 4px;
}

/********************** 領域1個別のスタイル **********************/
@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個別のスタイル **********************/
@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個別のスタイル **********************/
/********************** 領域4個別のスタイル **********************/

/************ ▼▼▼▼▼▼ タイトル・ナビゲーション・SNS ▼▼▼▼▼▼ ************/
.main .city-front {
	display: flex;
	flex-wrap: wrap;
}


.main .city-nav {
	width: calc(21% - 2px);
}

@media only screen and (max-width: 1024px) {
	.main .city-nav {
		display: none;
	}
}

/****** ▼▼▼▼ タイトル ▼▼▼▼ ******/
.main .city-nav h1 {
	margin-top: 20px;
	padding-right: 30px;
}

/****** ▲▲▲▲ タイトル ▲▲▲▲ ******/

/****** ▼▼▼▼ ナビゲーション ▼▼▼▼ ******/
.main .city-nav .g_navi {
	margin-top: 15px;
	background: transparent;
}

.main .city-nav ul.g_navi_in {
	flex-wrap: wrap;
	padding: 0;
}

.main .city-nav ul.g_navi_in>li {
	padding-left: 0;
	width: 100%;
}

.main .city-nav ul.g_navi_in>li::before {
	display: none;
}

.main .city-nav .g_navi_in>li>a {
	position: relative;
	display: flex;
	padding: 18px 74px 18px 24px;
	font-size: 100%;
	color: #000;
	letter-spacing: 0;
	background: transparent;
	text-align: left;
	border: 0;
	background-size: 40px;
	background-position: 12px center;
	background-repeat: no-repeat;
	transition: all 0.3s;
}

.main .city-nav .g_navi_in>li:nth-child(1)>a {
	background-image: url(img/gnavi01.png);
}

.main .city-nav .g_navi_in>li:nth-child(1)>a:hover {
	background-image: url(img/gnavi01h.png);
}

.main .city-nav .g_navi_in>li:nth-child(2)>a {
	background-image: url(img/gnavi02.png);
}

.main .city-nav .g_navi_in>li:nth-child(2)>a:hover {
	background-image: url(img/gnavi02h.png);
}

.main .city-nav .g_navi_in>li:nth-child(3)>a {
	background-image: url(img/gnavi03.png);
}

.main .city-nav .g_navi_in>li:nth-child(3)>a:hover {
	background-image: url(img/gnavi03h.png);
}

.main .city-nav .g_navi_in>li>a::before,
.main .city-nav .g_navi_in>li>a::after {
	position: absolute;
	display: block;
	content: "";
}

.main .city-nav .g_navi_in>li>a::before {
	top: calc(50% - 10px);
	right: 30px;
	width: 30px;
	height: 20px;
	background-image: url(img/arrow-nav.png);
	background-size: cover;
}

.main .city-nav .g_navi_in>li>a::after {
	bottom: 0;
	left: 20px;
	width: 100px;
	height: 1px;
	background: #3CA4F0;
}

/****** ▲▲▲▲ ナビゲーション ▲▲▲▲ ******/

/****** ▼▼▼▼ SNS ▼▼▼▼ ******/
.main ul.city-sns {
	display: flex;
	flex-wrap: wrap;
}

.clone-nav ul.city-sns {
	display: none !important;
}

.main ul.city-sns li {
	padding-left: 0;
}

.main ul.city-sns li::before {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.main ul.city-sns {
		display: flex;
		flex-wrap: wrap;
		max-width: 550px;
		margin: 18px auto 0;
	}

	.main ul.city-sns li {
		width: calc(50% - 12px);
	}

	.main ul.city-sns li:first-child,
	.main ul.city-sns li:nth-child(3) {
		margin-right: auto;
	}
}

@media only screen and (max-width: 480px) {
	.main ul.city-sns li {
		width: 100%;
	}
}

.main ul.city-sns li a {
	position: relative;
	display: block;
	padding: 17px 10px 17px 68px;
	text-decoration: none;
	letter-spacing: 0;
	background-size: 34px;
	background-position: 17px;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
	.main ul.city-sns li a {
		padding: 20px 10px 20px 80px;
		background-size: 40px;
		background-position: 20px;
	}
}

/* X */
.main ul.city-sns li:nth-child(1) a {
	background-image: url(img/sns-x.png);
}

/* ライン */
.main ul.city-sns li:nth-child(2) a {
	background-image: url(img/sns-line.png);
}

/* ユーチューブ */
.main ul.city-sns li:nth-child(3) a {
	background-image: url(img/sns-youtube.png);
}

/* インスタグラム */
.main ul.city-sns li:nth-child(4) a {
	background-image: url(img/sns-insta.png);
}


/****** ▲▲▲▲ SNS ▲▲▲▲ ******/

/************ ▲▲▲▲▲▲ タイトル・ナビゲーション・SNS ▲▲▲▲▲▲ ************/

/************ ▼▼▼▼▼▼ 情報を探す・いざというときに・トピックス・便利メニュー ▼▼▼▼▼▼ ************/
.main .city-contant {
	display: flex;
	flex-wrap: wrap;
	margin: 40px auto 0;
	max-width: 1097px;
}

/****** ▼▼▼▼ 情報を探す ▼▼▼▼ ******/
.main .city-src {
	position: relative;
	margin-right: auto;
	padding: 30px 20px 20px;
	width: calc(56% + 2px);
	background: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

@media only screen and (max-width: 768px) {
	.main .city-src {
		width: 100%;
	}
}

.main .city-src::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

.main .city-src h2 {
	padding: 0 0 8px 30px;
	border-bottom: 1px solid #66CCFF;
	background-image: url(img/icon-src.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: left top 6px;
}

.main .city-src .src-content {
	display: flex;
	flex-wrap: wrap;
	margin: 24px auto 0;
	width: 100%;
}

/*** ▼▼ 検索窓 ▼▼ ***/
.main .city-src .src_box {
	width: 53%;
}

@media only screen and (max-width: 1050px) {
	.main .city-src .src_box {
		width: 100%;
	}
}

#body .main .city-src .src_box input[type="text"] {
	width: calc(100% - 80px) !important;
	border: 1px solid #66CCFF !important;
	border-right: 0 !important;
	border-radius: 4px 0 0 4px !important;
}

#main_outline .main .city-src .src_box button {
	min-height: 40px;
	width: 80px;
	font-size: 100%;
	font-weight: bold;
	color: #2b3095;
	background: #D9FFFF;
	border: 1px solid #66CCFF;
	border-radius: 0 4px 4px 0;
}

#main_outline .main .city-src .src_box button:hover {
	color: #860000;
}

/*** ▲▲ 検索窓 ▲▲ ***/


/*** ▼▼ 記事ID検索 ▼▼ ***/
#main_outline .main .city-src .src_id {
	position: relative;
	margin: 0 auto;
	width: 24%;
}

@media only screen and (max-width: 1050px) {
	#main_outline .main .city-src .src_id {
		margin: 12px 12px 0 0;
		max-width: 130px;
		width: 100%;
	}
}


#main_outline .main .city-src .src_id .src_IDbox {
	position: relative;
	display: flex;
	align-items: center;
	padding: 4px 53px 4px 4px;
	min-height: 40px;
	background: #D9FFFF;
	border: 1px solid #66CCFF;
	border-radius: 4px;
	cursor: pointer;
}

#main_outline .main .city-src .src_id .src_IDbox p.search_btn {
	margin-top: 0;
	font-size: 75%;
}

/*** ▼ 表示・非表示 ▼ ***/
#main_outline .main .city-src .src_id .src_IDbox .ac_display {
	position: absolute;
	top: calc(50% - 13px);
	right: 3px;
	display: block;
	margin-top: 0;
	z-index: 100;
}

#main_outline .main .city-src .src_id .src_IDbox .ac_display a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 4px 4px 2px 18px;
	min-height: 26px;
	font-size: 72%;
	text-decoration: none;
	background: #fff;
	border: 1px solid #ccc;
}

#main_outline .main .city-src .src_id .src_IDbox .ac_display::before,
#main_outline .main .city-src .src_id .src_IDbox .ac_display::after {
	position: absolute;
	top: 12px;
	left: 5px;
	content: '';
	width: 10px;
	height: 2px;
	background: #555;
	transition: all .3s ease;
	z-index: 1;
}

#main_outline .main .city-src .src_id .src_IDbox .ac_display::after {
	transform: rotate(90deg);
}

#main_outline .main .city-src .src_id .src_IDbox.active .ac_display::after {
	transform: rotate(0deg);
}

/*** ▲ 表示・非表示 ▲ ***/

/*** ▼ ID検索窓 ▼ ***/
#main_outline .main .city-src .src_id .search_box_lower {
	position: absolute;
	top: calc(100% + 12px);
	left: 0;
	padding: 12px;
	width: 300px;
	background: #fff;
	border: 1px solid #66ccff;
	border-radius: 4px;
	z-index: 9;
}

#main_outline .main .city-src .src_id .search_box_lower .src_box {
	width: 100%;
}

#main_outline .main .city-src .src_id .src_box button {
	padding: 6px 12px;
}

/*** ▲ ID検索窓 ▲ ***/

/*** ▲▲ 記事ID検索 ▲▲ ***/


/*** ▼▼ 各課の窓口から探す ▼▼ ***/
.main .city-src p.btn-section {
	margin-top: 0;
	width: 19%;
}

@media only screen and (max-width: 1050px) {
	.main .city-src p.btn-section {
		margin-top: 12px;
		max-width: 110px;
		width: 100%;
	}
}

.main .city-src p.btn-section a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px 5px;
	min-height: 40px;
	font-weight: bold;
	letter-spacing: 0;
	text-decoration: none;
	background: #D9FFFF;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

/*** ▲▲ 各課の窓口から探す ▲▲ ***/

/*** ▼▼ よく検索されるワード ▼▼ ***/
.main .city-src .city-keyword {
	margin-top: 22px;
}

.main .city-src .city-keyword h3 {
	padding-bottom: 4px;
	border-bottom: 1px solid #66CCFF;
}

.main .city-src .city-keyword ul {
	display: flex;
	flex-wrap: wrap;
}

.main .city-src .city-keyword ul li {
	margin: 11px 12px 0 0;
	padding-left: 0;
}

.main .city-src .city-keyword ul li::before {
	display: none;
}

/*** ▲▲ よく検索されるワード ▲▲ ***/

/****** ▲▲▲▲ 情報を探す ▲▲▲▲ ******/

/****** ▼▼▼▼ いざというときに ▼▼▼▼ ******/
.main .city-case {
	margin-top: 0;
	width: calc(40% + 1px);
}

@media only screen and (max-width: 768px) {
	.main .city-case {
		margin-top: 40px;
		width: 100%;
	}
}

.main .city-case h2 {
	margin: 0 auto;
	padding: 0 0 0 34px;
	width: fit-content;
	background: transparent;
	background-image: url(img/title-case.png);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 0 3px;
	border: 0;
}

.main .city-case h2::before {
	display: none;
}

.main .city-case .ilist2_lower ul>li {
	margin: 12px 16px 0 0;
	width: calc(50% - 8px);
}

.main .city-case .ilist2_lower ul>li:nth-child(even) {
	margin: 12px 0 0;
}

@media only screen and (max-width: 480px) {
	.main .city-case .ilist2_lower ul>li {
		margin: 12px 0 0;
		width: 100%;
	}
}

.main .city-case .ilist2_lower ul>li a {
	background: #FFF2E6;
	border: 1px solid #D97215;
	border-radius: 4px;
}

.main .city-case .ilist2_lower ul>li .ilist_in {
	display: flex;
	padding: 10px;
	min-height: 91px;
	background: transparent;
}

.main .city-case .ilist2_lower ul>li .ilist_left {
	width: 48px;
}

.main .city-case .ilist2_lower ul>li a .ilist_left img {
	transition-duration: 0.5s;
}

.main .city-case .ilist2_lower ul>li a:hover .ilist_left img {
	transform: scale(1.1);
}

.main .city-case .ilist2_lower ul>li .ilist_right {
	margin-left: 0;
	padding-left: 12px;
	width: calc(100% - 48px);
}

.main .city-case .ilist2_lower ul>li .ilist_right .ilist_title {
	text-align: left;
}

.main .city-case .ilist2_lower ul>li .ilist_right .ilist_text {
	margin: 0;
}

/****** ▲▲▲▲ いざというときに ▲▲▲▲ ******/

/****** ▼▼▼▼ トピックス ▼▼▼▼ ******/
.main .city-new {
	position: relative;
	margin-top: 40px;
	margin-right: auto;
	padding: 28px 20px 16px;
	width: calc(65% + 4px);
	background: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

@media only screen and (max-width: 768px) {
	.main .city-new {
		width: 100%;
	}
}

.main .city-new::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #CCFFFF;
	border-radius: 4px 4px 0 0;
}

.main .city-new .h2 {
	background: transparent;
}

.main .city-new .h2 h2 {
	padding: 0 0 4px;
	width: 100%;
	border-bottom: 1px solid #66CCFF;
}

.main .city-new .new_lower {
	padding: 0;
	border: 0;
}

.main .city-new .new_lower ul li {
	margin-top: 14px;
	padding-left: 0;
}

.main .city-new .new_lower ul li:first-child {
	margin-top: 18px;
}

.main .city-new .new_lower ul li::before {
	display: none;
}

.main .new.city-new div.new_lst {
	display: flex;
	align-items: center;
}

.main .new.city-new div.date {
	padding-right: 5px;
	width: 70px;
	letter-spacing: 0.8px;
}

.main .new.city-new div.list {
	width: calc(100% - 70px);
}

@media only screen and (max-width: 480px) {
	.main .new.city-new div.new_lst {
		flex-wrap: wrap;
	}

	.main .new.city-new div.date,
	.main .new.city-new div.list {
		width: 100%;
	}
}

/*** ▼▼ ボタン ▼▼ ***/
.main .city-new .new_lower ul.more {
	justify-content: center;
	margin: 16px auto 0;
	max-width: 306px;
}

.main .city-new .new_lower ul.more li {
	margin: 0;
	min-width: auto;
}

.main .city-new .new_lower ul.more li:first-child {
	margin: 0 16px 0 0;
}

@media only screen and (max-width: 480px) {
	.main .city-new .new_lower ul.more li {
		width: auto;
	}

	.main .city-new .new_lower ul.more li:first-child {
		margin: 0 8px 0 0;
	}
}

.main .city-new .new_lower ul.more li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 8px;
	max-width: 145px;
	min-height: 34px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	background: #d9ffff;
	border: 1px solid #66ccff;
	border-radius: 4px;
}

/*** ▲▲ ボタン ▲▲ ***/

/****** ▲▲▲▲ トピックス ▲▲▲▲ ******/

/****** ▼▼▼▼ 便利メニュー ▼▼▼▼ ******/
.main .city-useful {
	margin-top: 40px;
	width: 31%;
}

@media only screen and (max-width: 768px) {
	.main .city-useful {
		width: 100%;
	}
}

.main .city-useful h2 {
	margin: 0 auto;
	padding: 0 0 8px 34px;
	width: fit-content;
	background: transparent;
	background-image: url(img/title-useful.png);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 0 3px;
	border: 0;
}

.main .city-useful h2::before {
	display: none;
}

.main .city-useful .ilist_lower ul>li {
	margin-top: 13px;
	margin-right: 12px;
	width: calc(50% - 6px);
}

.main .city-useful .ilist_lower ul>li:nth-child(1),
.main .city-useful .ilist_lower ul>li:nth-child(2) {
	margin-top: 0;
}

.main .city-useful .ilist_lower ul>li:nth-child(even) {
	margin-right: 0;
}


@media only screen and (max-width: 768px) {
	.main .city-useful .ilist_lower ul>li {
		margin-top: 0;
		width: calc((100% - 34px) / 3);
	}

	.main .city-useful .ilist_lower ul>li:nth-child(2),
	.main .city-useful .ilist_lower ul>li:nth-child(4) {
		margin-right: 12px;
	}

	.main .city-useful .ilist_lower ul>li:nth-child(3) {
		margin-right: 0;
	}

	.main .city-useful .ilist_lower ul>li:nth-child(4),
	.main .city-useful .ilist_lower ul>li:nth-child(5),
	.main .city-useful .ilist_lower ul>li:nth-child(6) {
		margin-top: 12px;
	}
}

@media only screen and (max-width: 480px) {
	.main .city-useful .ilist_lower ul>li {
		margin-top: 13px;
		width: calc(50% - 6px);
	}

	.main .city-useful .ilist_lower ul>li:nth-child(2),
	.main .city-useful .ilist_lower ul>li:nth-child(4) {
		margin-right: 0;
	}

	.main .city-useful .ilist_lower ul>li:nth-child(3) {
		margin-right: 12px;
	}
}

.main .city-useful .ilist_lower ul>li a {
	background: #F2FBFF;
	border: 1px solid #66CCFF;
	border-radius: 4px;
	overflow: hidden;
}

.main .city-useful .ilist_lower ul>li .ilist_in {
	padding: 13px 12px 8px;
}

/*** ▼▼ 画像 ▼▼ ***/
.main .city-useful .ilist_lower ul>li .ilist_left img {
	max-width: none;
	height: 80px;
}

.main .city-useful .ilist_lower ul>li a .ilist_left img {
	transition-duration: 0.5s;
}

.main .city-useful .ilist_lower ul>li a:hover .ilist_left img {
	transform: scale(1.1);
}

@media only screen and (max-width: 810px) {
	.main .city-useful .ilist_lower ul>li .ilist_left img {
		height: 67px;
	}
}

@media only screen and (max-width: 768px) {
	.main .city-useful .ilist_lower ul>li .ilist_left img {
		height: 80px;
	}
}

/*** ▲▲ 画像 ▲▲ ***/

/*** ▼▼ テキスト ▼▼ ***/
.main .city-useful .ilist_lower ul>li .ilist_right {
	margin-top: 10px;
	background: transparent;
}

/*** ▲▲ テキスト ▲▲ ***/



/****** ▲▲▲▲ 便利メニュー ▲▲▲▲ ******/

/************ ▲▲▲▲▲▲ 情報を探す・いざというときに・トピックス・便利メニュー ▲▲▲▲▲▲ ************/

/************ ▼▼▼▼▼▼ 大網白里市について ▼▼▼▼▼▼ ************/

.main .city-about {
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
	max-width: 1097px;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 480px) {
	.main .city-about {
		padding: 30px 12px;
	}
}

.main .city-about h2 {
	padding-bottom: 30px;
}

.main .city-about .about-content {
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (max-width: 540px) {
	.main .city-about .about-content {
		display: block;
	}
}

/****** ▼▼▼▼ 市政情報 ▼▼▼▼ ******/
.main .city-info {
	margin-top: 0;
	width: calc(49% + 22px);
}

@media only screen and (max-width: 1024px) {
	.main .city-info {
		width: 100%;
	}
}

.main .city-info h2 {
	display: none;
}

.main .city-info .ilist_lower ul>li {
	margin-top: 18px;
	margin-right: 16px;
	width: calc((100% - 32px) / 3);
}

.main .city-info .ilist_lower ul>li:nth-child(3n) {
	margin-right: 0;
}

.main .city-info .ilist_lower ul>li:nth-child(1),
.main .city-info .ilist_lower ul>li:nth-child(2),
.main .city-info .ilist_lower ul>li:nth-child(3) {
	margin-top: 0;
}

@media only screen and (max-width: 480px) {
	.main .city-info .ilist_lower ul>li {
		width: calc(50% - 8px);
	}

	.main .city-info .ilist_lower ul>li:nth-child(3n) {
		margin-right: 16px;
	}

	.main .city-info .ilist_lower ul>li:nth-child(even) {
		margin-right: 0;
	}

	.main .city-info .ilist_lower ul>li:nth-child(3) {
		margin-top: 18px;
	}
}

.main .city-info .ilist_lower ul>li a {
	background: #F2FBFF;
	border: 1px solid #66CCFF;
	border-radius: 4px;
	overflow: hidden;
}

.main .city-info .ilist_lower ul>li .ilist_in {
	display: flex;
	flex-flow: column-reverse wrap-reverse;
	padding: 20px;
}


/*** ▼▼ 画像 ▼▼ ***/
.main .city-info .ilist_lower ul>li .ilist_left {
	margin-top: 10px;
}

.main .city-info .ilist_lower ul>li .ilist_left img {
	width: 90px;
	transition-duration: 0.5s;
}

.main .city-info .ilist_lower ul>li a:hover .ilist_left img {
	transform: scale(1.1);
}

/*** ▲▲ 画像 ▲▲ ***/

/*** ▼▼ テキスト ▼▼ ***/
.main .city-info .ilist_lower ul>li .ilist_right {
	margin-top: 0;
}

/*** ▲▲ テキスト ▲▲ ***/

/****** ▲▲▲▲ 市政情報 ▲▲▲▲ ******/

/****** ▼▼▼▼ 大網白里市の地図 ▼▼▼▼ ******/
.main .city-map {
	margin-left: auto;
	max-width: 240px;
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.main .city-map {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 540px) {
	.main .city-map {
		margin-right: auto;
	}
}

/****** ▲▲▲▲ 大網白里市の地図 ▲▲▲▲ ******/

/****** ▼▼▼▼ 人口・世帯数 ▼▼▼▼ ******/
.main .city-j_s {
	margin: auto 0 0 10px;
	padding: 16px 16px 18px;
	width: 195px;
	border: 0;
}

.main .city-j_s::before {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.main .city-j_s {
		margin: auto auto 0 10px;
		max-width: 200px;
		width: 100%;
	}
}

@media only screen and (max-width: 540px) {
	.main .city-j_s {
		margin: 8px auto 0;
	}
}

.main .city-j_s h2 {
	padding: 0;
	font-size: 125%;
}

.main .city-j_s h2::before,
.main .city-j_s h2::after {
	display: none;
}

.main .city-j_s .j_s_lower {
	padding: 0;
	border: 0;
}

.main .city-j_s li b {
	padding-left: 24px;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.main .city-j_s li:nth-child(1) b {
	background-image: url(img/js01.png);
}

.main .city-j_s li:nth-child(2) b {
	background-image: url(img/js02.png);
}

.main .city-j_s li:nth-child(3) b {
	background-image: url(img/js03.png);
}

.main .city-j_s li:nth-child(4) b {
	background-image: url(img/js04.png);
}

.main .city-j_s p {
	margin-top: 12px;
	font-size: 87.5%;
}

.main .city-j_s p.btn-j_s {
	font-size: 100%;
	text-align: center;
}

/****** ▲▲▲▲ 人口・世帯数 ▲▲▲▲ ******/

/************ ▲▲▲▲▲▲ 大網白里市について ▲▲▲▲▲▲ ************/

/************ ▼▼▼▼▼▼ バナー広告 ▼▼▼▼▼▼ ************/
.main .city-bana {
	margin: 70px auto 0;
	max-width: 850px;
	width: 100%;
	background: transparent;
	border: 0;
}

.main .city-bana .bana_h2 {
	display: block;
	padding: 10px 12px 20px;
	background: transparent;
}

.main .city-bana .bana_h2::before {
	display: none;
}

.main .city-bana .bana_h2 p {
	margin: 10px auto 0;
	font-size: 87.5%;
	color: #333;
	letter-spacing: 0;
}

.main .city-bana .bana_lower {
	padding: 0;
	border: 0;
}

.main .city-bana .bana_lower ul li {
	margin: 16px 30px 0 0;
	width: calc((100% - 90px) / 4);
}

.main .city-bana .bana_lower ul li:nth-child(1),
.main .city-bana .bana_lower ul li:nth-child(2),
.main .city-bana .bana_lower ul li:nth-child(3),
.main .city-bana .bana_lower ul li:nth-child(4) {
	margin-top: 0;
}

.main .city-bana .bana_lower ul li:nth-child(4n) {
	margin-right: 0;
}

@media only screen and (max-width: 820px) {
	.main .city-bana {
		max-width: 630px;
	}

	.main .city-bana .bana_lower ul li,
	.main .city-bana .bana_lower ul li:nth-child(4) {
		margin: 16px auto 0 0;
		width: calc((100% - 60px) / 3);
	}

	.main .city-bana .bana_lower ul li:nth-child(1),
	.main .city-bana .bana_lower ul li:nth-child(2),
	.main .city-bana .bana_lower ul li:nth-child(3) {
		margin-top: 0;
	}

	.main .city-bana .bana_lower ul li:nth-child(4n) {
		margin-right: auto;
	}

	.main .city-bana .bana_lower ul li:nth-child(3n),
	.main .city-bana .bana_lower ul li:nth-child(6n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 480px) {


	.main .city-bana .bana_lower ul li,
	.main .city-bana .bana_lower ul li:nth-child(3),
	.main .city-bana .bana_lower ul li:nth-child(4) {
		margin: 16px auto 0 0;
		width: calc((100% - 9px) / 2);
	}

	.main .city-bana .bana_lower ul li:nth-child(1),
	.main .city-bana .bana_lower ul li:nth-child(2) {
		margin-top: 0;
	}

	.main .city-bana .bana_lower ul li:nth-child(3n),
	.main .city-bana .bana_lower ul li:nth-child(4n) {
		margin-right: auto;
	}

	.main .city-bana .bana_lower ul li:nth-child(2n),
	.main .city-bana .bana_lower ul li:nth-child(6n) {
		margin-right: 0;
	}

}

.main .city-bana .bana_lower ul li .bana_img {
	display: inline;
}

.main .city-bana .bana_lower ul li img {
	max-width: none;
	width: 100%;
}

/************ ▲▲▲▲▲▲ バナー広告 ▲▲▲▲▲▲ ************/


/************ ▼▼▼▼▼▼ モバイルバー ▼▼▼▼▼▼ ************/
@media only screen and (max-width: 490px) {

	.mobile-bar ul li:nth-child(2) {
		margin: 12px 0 0;
		width: 100%;
	}

}

/************ ▲▲▲▲▲▲ モバイルバー ▲▲▲▲▲▲ ************/