@charset "utf-8";
.view--pc {
    display: block;
}
.view--sp {
    display: none;
}
/* 足あとを非表示 */
#footstep_wrap {
	display: none !important;
}

/* 重要なお知らせ */
#top_important {
	max-width: 1240px;
	margin: 0 auto 96px;
	padding: 32px 40px;
	background: #fdf2f2;
	box-sizing: border-box;
	border-radius: 8px;
}
#top_important h2 {
	margin: 0px 0px 20px;
	padding: 0 0 16px 38px;
	border-bottom: 1px solid #D50019;
	color: #cc0000;
	font-size: 2.4rem;
	text-align: left;
	position: relative;
}
#top_important h2::before {
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	background-image: url("/img/top/top_important_icon.png");
	background-size: cover;
	background-repeat: no-repeat;
	left: 0;
}
#top_important ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#top_important ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px 0px 15px;
}
#top_important ul li:last-child {
	margin-bottom: 0px;
}
#top_important ul li > span {
	display: table-cell;
	vertical-align: top;
}
#top_important ul li > span.article_date {
	width: calc(11em + 10px);
}
#top_important ul li a {
	color: #cc0000;
}

#top_important .link_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px 20px;
	padding: 30px 0px 0px;
}
#top_important .link_box span[class*="link_"] {
	width: 260px;
	max-width: 100%;
}
#top_important .link_box span[class*="link_"] a {
	display: block;
	border: 1px solid #D50019;
	border-radius: 100px;
	background: #fff;
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.8rem;
	text-decoration: none;
	margin: 0px;
	padding: 16px 20px;
	text-align: center;
	text-decoration: none !important;
}
#top_important .link_box span[class*="link_"] a:hover,
#top_important .link_box span[class*="link_"] a:focus {
	/* text-decoration: underline; */
}
/* 防災メール連携（JavaScript） */
#main_box_emergency .box_top_emer {
	background: #fffaec;
	max-width: 1240px;
	margin: 0 auto 60px;
	padding: 32px 40px;
	box-sizing: border-box;	
}
#main_box_emergency h2 {
	margin: 0px 0px 20px;
	padding: 0px;
	color: #333333;
	font-size: 2.4rem;
	text-align: center;
}

#main_box_emergency ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#main_box_emergency ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px 0px 15px;
}
#main_box_emergency ul li:last-child {
	margin-bottom: 0px;
}
#main_box_emergency ul li > span {
	display: table-cell;
	vertical-align: top;
}
#main_box_emergency ul li > span.emer_date {
	width: calc(14.5em + 10px);
}
#main_box_emergency ul li > span.emer_title > span {
	display: block;
	height: 1.5em;
	overflow: hidden;
	color: #333333;
	text-decoration: underline;
	cursor: pointer;
}
#main_box_emergency ul li.emer_title_open > span.emer_title > span {
	height: auto;
	text-decoration: none;
}

#main_box_emergency .btn_emer {
	text-align: center;
	padding: 30px 0px 0px;
}
#main_box_emergency .btn_emer #emer_mail_open_all {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 0;
	background: #ffffff;
	color: #333333;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-decoration: none;
	margin: 0px;
	padding: 10px 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 260px;
	max-width: 100%;
}
#main_box_emergency .btn_emer #emer_mail_open_all:hover,
#main_box_emergency .btn_emer #emer_mail_open_all:focus {
	text-decoration: underline;
}

/* タブ */
#top_tab_title{
	max-width: 1240px;
	margin: 0 auto;
}
#top_tab_title ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 20px;
}
#top_tab_title ul li {
	max-width: 292px;
	width: 100%;
}
#top_tab_title ul li button {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #E3E3E3 !important;
	background: #fff;
	color: #333333;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
	padding: 16px 20px;
	border-radius: 8px;
	text-decoration: none !important;
}
#top_tab_title ul li button:hover,
#top_tab_title ul li button:focus {
	/* text-decoration: underline; */
}
#top_tab_title ul li.tab_on button {
	background: #F07500;
	color: #000;
}

#top_tab_detail {
	max-width: 1240px;
	margin: 0 auto;
	border-bottom: none;
	padding: 30px 0 40px;
}

/* 新着情報（件数） */
.release_day {
	margin-bottom: 1em;
	font-size: 1.5rem;
}
.release_day span {
	display: inline-block;
	margin-right: 1em;
}

/* 新着情報（リスト） */
.top_tab_detail_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.top_tab_detail_list ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 24px 0;
	border-top: 1px solid #E3E3E3;
}
.top_tab_detail_list ul li:last-child {
	margin-bottom: 0px;
	border-bottom: 1px solid #E3E3E3;
}
.top_tab_detail_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
.top_tab_detail_list ul li > span.article_date {
	width: calc(13em + 10px);
}

/* 新着情報（情報はありません） */
.top_tab_detail_box p.no_data {}

/* 新着情報（newアイコン） */
.top_tab_detail_list img.icon_new {
	vertical-align: sub;
	margin-left: 0.5em;
}

/* 新着情報（一覧・RSS） */
.top_tab_detail_box .link_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px 24px;
	padding: 30px 0px 0px;
}
.top_tab_detail_box .link_box span[class*="link_"] {
	width: 260px;
	max-width: 100%;
}
.top_tab_detail_box .link_box span[class*="link_"] a {
	display: block;
	border: 1px solid #F07500;
	border-radius: 100px;
	background: #fff;
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.8rem;
	text-decoration: none;
	margin: 0px;
	padding: 16px 20px;
	text-align: center;
	text-decoration: none !important;
}
.top_tab_detail_box .link_box span[class*="link_"] a:hover,
.top_tab_detail_box .link_box span[class*="link_"] a:focus {
	/* text-decoration: underline; */
}

/* トピックス */
.lettering_box {
	width: 100%;
	display: table;
	margin: 0px 0px 20px;
}
.lettering_box:last-child {
	margin-bottom: 0px;
}
.lettering_box > div {
	display: table-cell;
	vertical-align: top;
}

.lettering_box > div.lettering_box_text > div {
	margin-bottom: 0.5em;
}
.lettering_box > div.lettering_box_text > div:last-child {
	margin-bottom: 0px;
}

.lettering_box > div.lettering_box_img {
	width: 200px;
	padding-right: 20px;
}
.lettering_box > div.lettering_box_img div {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 200 / 150;
	overflow: hidden;
	background: #f6f6f6;
}
.lettering_box > div.lettering_box_img div:empty {
	background: url("/img/common/noimage.png") no-repeat center center transparent;
	background-size: contain;
}
.lettering_box > div.lettering_box_img div img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}

/* トピックス（サムネイルなし） */
#lettering + .topics_no_image_list {
	margin-top: 30px;
}

/* ミニカレンダー */
#top_calendar_detail {
	width: 100%;
}
#top_calendar_detail ul {
	margin: 0px 0px 20px;
	padding: 0px;
	list-style: none;
	width: 100%;
	display: table;
}
#top_calendar_detail ul li {
	display: table-cell;
	vertical-align: middle;
}
#top_calendar_detail ul li.calendar_index_last {
	width: 4em;
	text-align: left;
}
#top_calendar_detail ul li.calendar_index_next {
	width: 4em;
	text-align: right;
}
#top_calendar_detail ul li.calendar_index_now {
	text-align: center;
}

table#top_calendar_table {
	width: 100%;
	border: 1px solid;
	border-collapse: collapse;
}
table#top_calendar_table th {
	border: 1px solid;
	font-weight: normal;
	text-align: center;
	padding: 10px 0px;
	font-size: 80%;
}
table#top_calendar_table td {
	border: 1px solid;
	text-align: center;
	padding: 10px 0px;
}
table#top_calendar_table td a {
	display: block;
}

.cal_sun {
	color: #990000;
	background-color: #ffdde6;
}
.cal_mon,.cal_tue,.cal_wed,.cal_thu,.cal_fri {
	background-color: #f5f5f5;
}
.cal_sat {
	color: #000099;
	background-color: #ccddff;
}
.cal_hol {
	background-color: #ffdde6;
}
.cal_today {
	background-color: #ffff80;
}

#top_event_today {
	margin-top: 30px;
}

/* 注目ワード */
#search_trend_word {
	margin: 40px 0px 0px;
}
#search_trend_word h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 2rem;
}
#search_trend_word p {
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px;
}
#search_trend_word p a {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 5px 20px;
	border: 1px solid transparent;
	background: #e6e6e6;
	color: var(--textlink-link, #0d59b7);
	text-decoration: underline;
	cursor: pointer;
}
#search_trend_word p a:hover,
#search_trend_word p a:focus {
	text-decoration: none;
}

/* さがすメニュー */
.top_search_menu_list {
	margin: 40px 0px 0px;
}
.top_search_menu_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 20px;
}
.top_search_menu_list ul li {
	width: 100%;
}
.top_search_menu_list ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid transparent;
	background: #e6e6e6;
	color: #333333;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
	padding: 20px 10px;
}
.top_search_menu_list ul li a:hover,
.top_search_menu_list ul li a:focus {
	text-decoration: underline;
}

/* リンク */
.top_linklist {
	margin: 0 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 20px;
}

.top_linklist_box {
	width: 100%;
	border: 2px solid;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.top_linklist_box h2 {
	background: #333333;
	color: #ffffff;
	font-size: 1.8rem;
	margin: 0px;
	padding: 15px 20px;
}
.top_linklist_box ul {
	margin: 0px;
	padding: 20px 20px 20px 40px;
}
.top_linklist_box ul li {
	margin-bottom: 10px;
}
.top_linklist_box ul li:last-child {
	margin-bottom: 0px;
}

/* 人口・世帯数 */
.top_jinkou {
	margin: 40px 0px 0px;
}
.top_jinkou h2 {
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 2rem;
}

.top_jinkou_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px 20px;
}
.top_jinkou_list dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin: 0px;
	padding: 0px;
}
.top_jinkou_list dl dt {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.top_jinkou_list dl dd {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

/* 時計 */
.top_tokei {
	margin: 40px 0px 0px;
}
.top_tokei h2 {
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 2rem;
}

.top_tokei_img {
	width: 320px;
	height: 240px;
	position: relative;
}

#tokei_photo {
	width: 320px;
	height: 240px;
	position: relative;
	overflow: hidden;
}
#tokei_photo .clock-image{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0;
	transition: opacity 1.0s ease-in-out;

}
#tokei_photo .clock-image.active{
	opacity: 1;
}

#tokei_time {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff,
		0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff,
		0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff;
}

/* カウントダウン */
.count_down_box_wrap {
	margin: 40px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 30px;
}
.count_down_box {
	width: calc(50% - 15px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #f6f6f6;
	padding: 20px;
}

.count_down_box2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.count_down_box2 > span {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.count_down_box2 > span.count_img {
	width: 200px;
}
.count_down_box2 > span.count_img > span {
	display: block;
}
.count_down_box2 > span.count_img > span img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.count_down_box2 > span.count_txt {
	width: calc(100% - 220px);
}
.count_down_box2 > span.count_txt:only-child {
	width: 100%;
}
.count_down_box2 > span.count_txt > span {
	display: block;
}
.count_down_box2 > span.count_txt > span.count_comment {
	margin-top: 10px;
	font-size: 1.4rem;
}
.count_down_box2 > span.count_txt > span.count_day {
	margin-top: 10px;
	color: #cc0000;
	text-align: right;
}
.count_down_box2 > span.count_txt > span.count_day span {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	margin-left: 0.5em;
	margin-right: 0.25em;
}

/* バナー広告 */
ul.banner_list {
	/* max-width: 432px; */
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 20px;
}
ul.banner_list li {
	width: 180px;
}
ul.banner_list li img {
	width: 100%;
	height: auto;
	vertical-align: top;
}


/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1080px) {
    .view--pc {
        display: none;
    }
    .view--sp {
        display: block;
    }
	/* 重要なお知らせ */
	#top_important {
		width: 89%;
		padding: 32px 20px;
	}
	#top_important h2 {
		font-size: 2.2rem;
	}

	#top_important ul li {
		width: auto;
		display: block;
	}
	#top_important ul li > span {
		display: block;
	}
	#top_important ul li > span.article_date {
		width: auto;
	}

	#top_important .link_box span[class*="link_"] a {
		font-size: 1.3rem;
		font-weight: bold;
	}

	/* 防災メール連携（JavaScript） */
	#main_box_emergency .box_top_emer {
		padding: 30px 20px;
	}
	#main_box_emergency h2 {
		font-size: 2rem;
	}

	#main_box_emergency ul li {
		width: auto;
		display: block;
	}
	#main_box_emergency ul li > span {
		display: block;
	}
	#main_box_emergency ul li > span.emer_date {
		width: auto;
	}

	#main_box_emergency .btn_emer #emer_mail_open_all {
		font-size: 1.3rem;
	}

	/* タブ */
	#top_tab_title ul {
		gap: 5px;
	}
	#top_tab_title ul li button,
	#top_tab_title ul li.tab_on button {
		font-size: 1.4rem;
		padding: 15px 10px;
	}

	#top_tab_detail .acc_title + input[id*="acc_ttl_label"] + * {
		display: block;
	}

	/* タブを開閉式に変更 */
	#top_tab_title {
		display: none;
	}

	#top_tab_detail {
		padding: 0 20px;
		border-bottom: none;
		max-width: 750px;
	}

	/* .top_tab_detail_box {
		display: block !important;
	} */
	.top_tab_detail_box:nth-child(n+2) {
		margin-top: 10px;
	}
	.top_tab_detail_box h2.acc_title {
		width: auto;
		height: auto;
		clip: auto;
		overflow: visible;
		margin: 0px;
		padding: 15px 20px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.4;
		background: #FFFFFF;
		border: 2px solid #E3E3E3;
		color: #333333;
		border-radius: 8px;
		cursor: pointer;
		outline: none !important;
	}
	.top_tab_detail_box h2.acc_title.acc_open {
		width: auto;
		height: auto;
		clip: auto;
		overflow: visible;
		margin: 0px;
		padding: 15px 20px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.4;
		background: #F07500;
		border: 2px solid #F07500;
		border-radius: 8px 8px 0 0;
		color: #333333;
		outline: none !important;		
	}	
	.top_tab_detail_box h2.acc_title label[for*="acc_ttl_label"],
	.top_tab_detail_box h2.acc_title.accordion .accordion_icon {
		margin: -15px -20px; /* h2 の padding の値をマイナスにして指定する */
		padding: 15px 20px;  /* h2 の padding と同じ値を指定する */
		padding-right: 40px;
		background-position: right 20px top 50%;
	}

	.top_tab_detail_box2 {
		padding: 1px 20px 20px;
		border: 2px solid #E3E3E3;
		border-top: none !important;
		border-radius: 0 0 8px 8px;
	}

	#top_tab_detail .acc_title + input[id*="acc_ttl_label"] + * {
		display: none;
	}
	#top_tab_detail .acc_title + input[id*="acc_ttl_label"]:checked + * {
		display: block;
	}

	/* 新着情報（件数） */
	.release_day {
		font-size: 1.3rem;
	}

	/* 新着情報（リスト） */
	.top_tab_detail_list ul li {
		width: auto;
		display: block;
		position: relative;
	}
	.top_tab_detail_list ul li > span {
		display: block;
		font-size: 1.4rem;
	}
	.top_tab_detail_list ul li > span.article_date {
		width: auto;
		font-size: 1.4rem;
	}

	/* 新着情報（一覧・RSS） */
	.top_tab_detail_box .link_box span[class*="link_"] a {
		font-size: 1.3rem;
	}

	/* トピックス */
	.lettering_box > div.lettering_box_img {
		width: 120px;
	}

	/* さがすメニュー */
	.top_search_menu_list ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 15px;
	}
	.top_search_menu_list ul li {
		width: 100%;
	}
	.top_search_menu_list ul li a {
		font-size: 1.6rem;
	}

	/* リンク */
	.top_linklist {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 15px;
	}
	.top_linklist_box {
		width: 100%;
	}

	.top_linklist_box h2 label[for*="acc_ttl_label"],
	.top_linklist_box h2.acc_title.accordion .accordion_icon {
		margin: -15px -20px; /* h2 の padding の値をマイナスにして指定する */
		padding: 15px 20px;  /* h2 の padding と同じ値を指定する */
		padding-right: 40px;
		background-position: right 20px top 50%;
		background-image: url("/img/top/acc_open_orange.png");
		background-size: 24px;
		border: none !important;
		outline: none !important;
	}
	.top_linklist_box h2.acc_open label[for*="acc_ttl_label"],
	.top_linklist_box h2.acc_title.accordion.acc_open .accordion_icon {
		background-image: url("/img/top/acc_close_orange.png");
		background-size: 24px;		
		border: none !important;
		outline: none !important;
	}
	.top_linklist_box h2.acc_title:focus {
		outline: none;
	}

	/* カウントダウン */
	.count_down_box_wrap {
		display: block;
	}
	.count_down_box {
		width: auto;
	}
	.count_down_box:nth-child(n+2) {
		margin-top: 15px;
	}

	.count_down_box2 > span.count_img {
		width: 120px;
	}
	.count_down_box2 > span.count_txt {
		width: calc(100% - 140px);
	}

	/* バナー広告 */
	ul.banner_list {
		gap: 10px;
	}
	ul.banner_list li {
		width: calc(50% - 5px);
		max-width: 200px;
	}

}
/* ==================================================
スマートフォン ここまで
================================================== */


/* ==================================================
PC 追記ここから
================================================== */
#mymainback{
    width: 100%;
    padding: 0;
    overflow-x: hidden;	
}
#top_tab_wrap{
	width: 96%;
	margin: 0 auto;
}
.top_btnarea{
	max-width: 1240px;
	width: 96%;
	margin: 0 auto 96px;
}
.top_btnarea_large{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 64px;
}
.top_btnarea_large a{
	width: 48.7%;
	display: flex;
	align-items: center;
	border-radius: 8px;
	box-shadow: 0px 0px 16px #d7d7d7;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.top_btnarea_large a .main-img{
	width: 37.1%;
	margin-right: 4%;
	border-radius: 10px 0 0 10px;
}
.top_btnarea_large a .arrow{
	width: 32px;
	margin-left: auto;
	margin-right: 24px;
	background-color:  #fff !important;
}
.top_btnarea_small{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 32px;
}
.top_btnarea_small a{
	width: 31.6%;
	display: flex;
	align-items: center;
	border-radius: 8px;
	box-shadow: 0px 0px 16px #d7d7d7;
	text-decoration: none;
	color: #000;
	font-weight: bold;	
	padding: 24px 0;
}
.top_btnarea_small a .icon{
	width: 12.24%;
	margin-right: 4.1%;
	margin-left: 6.1%;
	background-color:  #fff !important;
}
.color_blue .top_btnarea_small a .icon{
	background-color: #fff !important;
}
.top_btnarea_small a .arrow{
	width: 32px;
	margin-left: auto;
	margin-right: 24px;
	background-color:  #fff !important;	
}
.top_btnarea_small p{
	margin: 0;
}


.link-jinkou{
	background: #F4F7EA;
	padding: 96px 100px;
	margin: 96px auto;
}
.top_linklist{

}
.top_linklist_box{
	background: #fff;
	padding: 32px 24px;	
	border: none;
	border-radius: 8px;
	box-shadow: 0px 0px 16px #d7d7d7;
}
.top_linklist_box .acc_title{

}
.top_linklist_box ul{
	list-style: none;
	padding: 0;
}
.top_linklist_box h2{
	background: none;
	color: #000;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 0 0 16px;
	border-bottom: 1px solid #E3E3E3;
}
.top_linklist_box ul li{
	margin-top: 16px;
}
.top_linklist_box ul li a{
	text-decoration: none;
	color: #000;
	
	position: relative;
	padding-left: 16px;
}
.top_linklist_box ul li a::before{
	content: "";
	background-image: url(/img/common/top_linklist-arrow.png);
	position: absolute;
	width: 8px;
	height: 16px;
	background-size: cover;
	background-repeat: no-repeat;
	left: 0;
	top: 14%;
}

/*=== 人口・世帯数 ===*/
.top_jinkou {
	margin: 20px 0px 0px;
}
.top_jinkou .top_inner {
    position: relative;
}
.top_jinkou .top_inner:after {
    content: "";
    position: absolute;
    top: 66px;
    left: -61px;
    display: block;
    width: 97px;
    height: 147px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/img/top/top_jinkou_deco.png");
}
.top_jinkou_ttl {
    margin-right: 3%;
    flex-shrink: 0;
}
.top_jinkou h2 {
	font-size: 2.3rem;
	font-weight: bold;
	margin-bottom: 0;
}
.top_jinkou_box {
	background: #fff;
	padding: 32px 26px 32px 65px;
	border-radius: 8px;
	box-shadow: 0px 0px 16px #d7d7d7;
}
.top_jinkou_contents {
    display: flex;
    flex-grow: 1;
    justify-content: space-around;
}
.top_jinkou_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_jinkou_dl {
    display: flex;
    align-items: center;
	flex-shrink: 0;
	margin: 0 1.9% 0 0;
	padding: 0px;
	text-align: center;
}
.top_jinkou_dl:last-child {
    margin-right: 0;
}
.top_jinkou_dl img {
    width: 32px;
    margin: 0 16px 0 0;
}
.top_jinkou_dt {
	display: block;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
    font-size: 1.6rem;	
	line-height: 1.2;
}
.top_jinkou_dd {
	display: block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
    font-size: 1.6rem;
	line-height: 1.2;	
}
.top_jinkou_bottom {
    flex-shrink: 0;
    text-align: center;
}
.top_jinkou_title {
    border-radius: 40px;
    text-align: center;
    padding: 10px 60px;
	border: 1px solid #005C33;
	margin: 0;
}
.top_jinkou_date {
    font-size: 1.3rem;
	margin: 0 0 16px;
}
/* 文字拡大時 */
.font_size_changed .top_jinkou_ttl,
.font_size_changed .top_jinkou_bottom {
	flex-shrink: initial;
}
.font_size_changed .top_jinkou_ttl {
	margin-left: 10px;
}
.font_size_changed .top_jinkou h2 {
    text-align: center;
}
.font_size_changed .top_jinkou_bottom {
	margin-right: 10px;
}
.font_size_changed .top_jinkou_list {
    display: block;
}
.font_size_changed .top_jinkou_dl {
	display: block;
}
.font_size_changed .top_jinkou_contents {
    justify-content: center;
    gap: 20px;
    margin: 0 0 20px;
}

.top-sec-title{
	margin: 0 auto 57px;
	position: relative;
}
.top-sec-title::after{
	position: absolute;
	content: "";
	width: 4px;
	height: 16px;
	background: #F07500;
	bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
}
.top-sec-title img{
	max-width: 36px;
	display: block;
	margin: 0 auto;
}
.top-sec-title h2{
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.top_info{
	margin: 96px auto;
}
.top_info_list{
	display: flex;
	justify-content: center;
	max-width: 1240px;
	gap: 2.6%;
	margin: 0 auto 64px;
}
.top_info_item{
	width: 31.6%;
	border-radius: 8px;
	box-shadow: 0px 0px 16px #d7d7d7;
	text-decoration: none !important;	
}
.top_info_img{
	margin: 0;
}
.top_info_img img{
	width: 100%;
}
.top_info_img.back_number img{
	width: 93.1%;
	display: block;
	margin: 24px auto 0;
}
.back_number_link{
	padding: 30px 24px 24px;
}
.back_number_link a{
	position: relative;
	padding-left: 14px;
	margin-right: 16px;
	text-decoration: none !important;
	color: #000;
}
.back_number_link a::before{
	content: "";
	background-image: url(/img/common/top_linklist-arrow.png);
	position: absolute;
	width: 8px;
	height: 16px;
	background-size: cover;
	background-repeat: no-repeat;
	left: 0;
	top: 5px;
}
.top_info_title{
	padding: 24px;
	margin: 0;
	color: #000;
	text-decoration: none !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_info_title span{
	font-size: 2.4rem;
	font-weight: bold;
	text-decoration: none !important;
}
.top_info_title img{
	width: 32px;
}
.top_info_link{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2%;
}
.top_info_link a{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	text-decoration: none !important;
	color: #000;
	font-size: 1.6rem;
	font-weight: bold;
}
.top_info_link a img{
	height: 32px;
	background-color:  #fff !important;
}
.top_info_link a p{
	margin: 0;
}

.top_sec.top_pr{
	margin: 96px auto;
}
.top_pr_ttl{
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 33px;
}
#top_banner_2_list{
	max-width: 1240px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 24px;
	row-gap: 24px;
	margin: 0 auto;
}
#top_banner_2_list li{
	max-width: 390px;
	width: 100%;
}
#top_banner_3_list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 990px;
	gap: 16px;
	margin: 0 auto;	
}
#top_banner_3_list li{
	max-width: 185px;
}
.sp-jinkou{
	display: none !important;
}
.top_btnarea_large-sp{
	display: none;
}
#kaiyu_banner{
	display: block;
}
/* ==================================================
PC 追記ここまで
================================================== */




/* ==================================================
SP 追記ここから
================================================== */
@media screen and (max-width: 1080px) {
	#mymainback{
		width: 100%;
		padding: 0;
		overflow-x: hidden;	
		margin: 90px auto 0;
	}

	.top_btnarea{
		max-width: 750px;
		width: 89%;
		margin: 0 auto 64px;
	}
	.top_btnarea_large{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		margin-bottom: 64px;
		gap: 20px;
	}
	.top_btnarea_large a{
		width: 100%;
		display: block;
		border-radius: 16px;
		box-shadow: 0px 0px 3vw #d7d7d7;
		text-decoration: none;
		color: #000;
		font-weight: bold;
		flex-wrap: wrap;
		margin-bottom: 24px;
	}
	.top_btnarea_large a .main-img{
		width: 100%;
		margin-right: 0;
		border-radius: 8px 8px 0 0;
	}
	.top_btnarea_large a .arrow{
		width: 30px;
		margin-left: auto;
		margin-right: 16px;
	}
	.top_btnarea_large a p{
		font-size: 2.1rem;
		font-weight: bold;
		margin: 24px 16px;
	}	
	.top_btnarea_small{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 3%;
		align-items: stretch; /* 念のため */
	}

	.top_btnarea_small a{
		width: 100%;
		max-width: none;
		display: flex;
		flex-direction: column;
		justify-content: center;   /* 縦中央 */
		align-items: center;       /* 横中央 */
		text-align: center;

		border-radius: 12px;
		box-shadow: 0 0 16px #d7d7d7;
		text-decoration: none;
		color: #000;
		font-weight: bold;	
		padding: 24px 10px;
		box-sizing: border-box;
	}

	.top_btnarea_small a .icon{
		width: 72px;
		max-width: 80px;
		margin-bottom: 14px;
	}

	.top_btnarea_small a .arrow{
		display: none;
	}

	.top_btnarea_small p{
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.4;
	}


	.link-jinkou{
		background: #F4F7EA;
		padding: 40px 5.5%;
		margin: 64px auto;
	}
	.top_linklist{
		max-width: 750px;
		margin: 0 auto;
	}
	.top_linklist_box{
		background: #fff;
		padding: 20px 24px 0;	
		border: none;
		border-radius: 8px;
		box-shadow: 0px 0px 16px #d7d7d7;
	}
	.top_linklist_box .acc_title{

	}
	.top_linklist_box ul{
		list-style: none;
		padding: 0;
		border-top: 1px solid #E3E3E3;
	}
	.top_linklist_box h2{
		background: none;
		color: #000;
		font-size: 2rem;
		font-weight: bold;
		padding: 0 0 16px;
		border-bottom: none;
	}
	.top_linklist_box ul li{
		margin-top: 12px;
	}
	.top_linklist_box ul li a{
		text-decoration: none;
		color: #000;
		
		position: relative;
		padding-left: 16px;
	}
	.top_linklist_box ul li a::before{
		content: "";
		background-image: url(/img/common/top_linklist-arrow.png);
		position: absolute;
		width: 8px;
		height: 16px;
		background-size: cover;
		background-repeat: no-repeat;
		left: 0;
		top: 14%;
	}

	/*=== 人口・世帯数 ===*/
	.top_jinkou .top_inner {
		position: relative;
	}
	.top_jinkou .top_inner:after {
		content: "";
		position: absolute;
		top: 66px;
		left: -61px;
		display: block;
		width: 97px;
		height: 147px;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		background-image: url("/img/top/top_jinkou_deco.png");
	}
	.top_jinkou_ttl {
		margin-right: 0;
		flex-shrink: 0;
		text-align: center;
		margin-bottom: 16px;
	}
	.top_jinkou h2 {
		font-size: 2.3rem;
		font-weight: bold;
		margin-bottom: 0;
	}
	.top_jinkou_box {
		background: #fff;
		padding: 15px 20px 30px;
		border-radius: 8px;
		box-shadow: 0px 0px 16px #d7d7d7;
		max-width: 750px;
        margin: 0 auto;
        box-sizing: border-box;				
	}
	.top_jinkou_contents {
		display: flex;
		flex-wrap: wrap;
		flex-grow: 1;
		row-gap: 18px;
		justify-content: space-around;
	}
	.top_jinkou_list {
		display: block;
	}
	.top_jinkou_dl {
		display: flex;
		align-items: center;
		flex-shrink: 0;
		width: 48%;
		margin: 0 1.9% 0 0;
		padding: 0px;
		text-align: center;
	}
	.top_jinkou_dl:last-child {
		margin-right: 1.9%;
	}
	.top_jinkou_dl img {
		width: 32px;
		margin: 0 16px 0 0;
	}
	.top_jinkou_dt {
		display: block;
		font-weight: bold;
		vertical-align: top;
		margin: 0px;
		padding: 0px;
		font-size: 1.6rem;	
		line-height: 1.2;
		text-align: center;
	}
	.top_jinkou_dd {
		display: block;
		vertical-align: top;
		margin: 0px;
		padding: 0px;
		font-size: 1.4rem;
		line-height: 1.2;	
	}
	.top_jinkou_bottom {
		flex-shrink: 0;
		text-align: center;
		margin: 16px auto 0;
	}
	.top_jinkou_title {
		border-radius: 40px;
		text-align: center;
		padding: 10px 60px;
		border: 1px solid #005C33;
		margin: 0;
	}
	.top_jinkou_date {
		font-size: 1.3rem;
		margin: 0 0 10px;
	}
	/* 文字拡大時 */
	.font_size_changed .top_jinkou_ttl,
	.font_size_changed .top_jinkou_bottom {
		flex-shrink: initial;
	}
	.font_size_changed .top_jinkou_ttl {
		margin-left: 10px;
	}
	.font_size_changed .top_jinkou h2 {
		text-align: center;
	}
	.font_size_changed .top_jinkou_bottom {
		margin-right: 10px;
	}
	.font_size_changed .top_jinkou_list {
		display: block;
	}
	.font_size_changed .top_jinkou_dl {
		display: block;
	}
	.font_size_changed .top_jinkou_contents {
		justify-content: center;
		gap: 20px;
		margin: 0 0 20px;
	}

	.top-sec-title{
		margin: 0 auto 57px;
		position: relative;
	}
	.top-sec-title::after{
		position: absolute;
		content: "";
		width: 4px;
		height: 16px;
		background: #F07500;
		bottom: -16px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);	
	}
	.top-sec-title img{
		max-width: 36px;
		display: block;
		margin: 0 auto;
	}
	.top-sec-title h2{
		font-size: 3.2rem;
		font-weight: bold;
		text-align: center;
		margin: 0;
	}
	.top_info{
		max-width: 750px;
		margin: 96px auto;
	}
	.top_info_list{
		display: block;
		margin: 0 auto 64px;
	}
	.top_info_item{
		display: block;
		width: 89%;
		margin: 0 auto 24px;
		border-radius: 18px;
		box-shadow: 0px 0px 16px #d7d7d7;
		text-decoration: none !important;	
	}
	.top_info_img{
		margin: 0;
	}
	.top_info_img img{
		width: 100%;
	}
	.top_info_img.back_number{
		padding-top: 16px;
	}
	.top_info_img.back_number img{
		width: 85%;
		display: block;
		margin: 24px auto 0;
	}
	.back_number_link{
		padding: 30px 24px 24px;
	}
	.back_number_link a{
		position: relative;
		padding-left: 14px;
		margin-right: 16px;
		text-decoration: none !important;
		color: #000;
	}
	.back_number_link a::before{
		content: "";
		background-image: url(/img/common/top_linklist-arrow.png);
		position: absolute;
		width: 8px;
		height: 16px;
		background-size: cover;
		background-repeat: no-repeat;
		left: 0;
		top: 12%;
	}
	.top_info_title{
		padding: 16px;
		margin: 0;
		color: #000;
		text-decoration: none !important;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.top_info_title span{
		font-size: 2rem;
		font-weight: bold;
		text-decoration: none !important;
	}
	.top_info_title img{
		width: 24px;
	}
	.top_info_link{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        column-gap: 7%;
		row-gap: 16px;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 89%;
	}
	.top_info_link a{
		display: block;
        text-decoration: none !important;
        color: #000;
        font-size: 1.6rem;
        font-weight: bold;
        width: 46%;
        box-shadow: 0 0 15px #a6a0a059;
		text-align: center;
		padding: 20px 0;
		border-radius: 15px;
	}
	.top_info_link a img{
		height: 32px;
	}
	.top_info_link a p{
		margin: 0;
	}

	.top_sec.top_pr{
		max-width: 750px;
		margin: 64px auto;
	}
	.top_pr_ttl{
		font-size: 2.4rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 33px;
		margin-top: 0;
	}
	#top_banner_2_list{
		max-width: 1240px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		column-gap: 24px;
		row-gap: 24px;
		margin: 0 auto;
	}
	#top_banner_2_list li{
		max-width: unset;
		width: 89%;
	}
	#top_banner_3_list{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		max-width: 670px;
		width: 89%;
		column-gap: 3.2%;
		row-gap: 16px;
		margin: 0 auto;	
	}
	#top_banner_3_list li{
		max-width: 323px;
		width: 48%;
	}
	.sp-jinkou{
		display: block !important;
	}
	.top_tab_detail_box{
		display: block !important;
	}
	.acc_title.accordion .accordion_icon{
        background: url(/img/top/acc_open_orange.png) no-repeat right 20px top 50% transparent;
		background-size: 20px;
	}
	.acc_title.accordion.acc_open .accordion_icon{
        background: url(/img/top/acc_close_black.png) no-repeat right 20px top 50% transparent;
		background-size: 20px;		
	}
	.top_tab_detail_box h2.acc_title.acc_open{
		outline: none !important;
	}
	.top_tab_detail_list ul li:first-child {
		border-top: none !important;
	}	
	.top_btnarea_large-sp{
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.top_linklist_box ul li:last-child{
		margin-bottom: 24px;
	}
}
/* ==================================================
SP 追記ここまで
================================================== */