@charset "utf-8";

/* 足あと非表示 */
#footstep_wrap {
	display: none !important;
}

/* ヘッダ */
.header_sns_box {
	display: block;
}

/* フッタ */
#btn_pagetop_top {
	width: 250px;
	padding: 31px 0px;
}
#btn_pagetop_top a {
	display: block;
}
#btn_pagetop_top img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#author_info {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#author_box {
	width: calc(100% - 250px);
	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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#author_box > div {
	width: calc(50% - 20px);
	margin-right: 20px;
}

#author_box p.f_author {
	margin-bottom: 18px;
}
#author_box p.f_address,
#author_box p.f_tel,
#author_box p.f_detail {
	margin-top: 8px;
	line-height: 1.5;
}
#author_box p a {
	color: inherit;
}

#author_box .f_contact p.txt {
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 8px 0px 12px 20px;
}
#author_box .f_contact a {
	display: inline-block;
	background: url(/img/nw-common/icon_arrow_footer.png) no-repeat right 20px top 50% #ffffff;
	border: 1px solid #60b0fa;
	border-radius: 20px;
	color: #333333;
	line-height: 2rem;
	padding: 9px 40px 9px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 320px;
	-webkit-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	-webkit-transition: -webkit-box-shadow 0.5s;
	transition: -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s;
	transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
#author_box .f_contact a:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

/* メイン */
#mymainback {
	width: auto;
	margin: 0px;
	padding:0px;
}

.top_main_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.top_main_box img {
	vertical-align: top;
}

/* スライドショー */
#top_photo_wrap {
	padding: 40px 0px 0px;
}
#top_photo {
	width: 1100px;
	margin: 0px auto;
	overflow: hidden;
}
#top_photo_list {
	margin: 0px -30px 0px 0px;
	text-align: center;
	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;
}
#top_photo_list .photo {
	display: inline-block;
	vertical-align: top;
/*	width: 250px; */ /* サイズは指定しない */
	margin: 0px 30px 20px 0px;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
#top_photo_list .photo img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border-radius: 20px;
	border: 1px solid #c9c7c7;
}

/* スライドショー（コントロールボタン） */
.slide_control_box {
	text-align: right;
	margin: 10px 0px 0px;
}

.slide_control_box button[class*="slide_"] {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	border: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}
.slide_control_box button.slide_prev {
	background: url(/img/nw-top/btn_slide_prev.png) no-repeat center center transparent;
}
.slide_control_box button.slide_next {
	background: url(/img/nw-top/btn_slide_next.png) no-repeat center center transparent;
}
.slide_control_box button.slide_stop {
	background: url(/img/nw-top/btn_slide_stop.png) no-repeat center center transparent;
}
.slide_control_box button.slide_play {
	background: url(/img/nw-top/btn_slide_start.png) no-repeat center center transparent;
	display: none;
}

.slide_navigation {
	display: inline-block;
	vertical-align: middle;
}
.slide_navigation ul.slick-dots {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 3px 0px;
	list-style: none;
}
.slide_navigation ul.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 4px 0px 4px 20px;
}
.slide_navigation ul.slick-dots li button {
	display: block;
	width: 12px;
	height: 12px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #ffffff;
	border-radius: 6px;
	background: #d6d6d6;
	color: #000000;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.slide_navigation ul.slick-dots li.slick-active button {
	background: #8ec9ff;
}

/* お知らせ全体（グリッドレイアウト） */
#top_information_wrap {
	padding: 20px 0px 60px;
}
#top_information {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto 1fr;
	grid-template-rows: auto 1fr;
	-ms-grid-columns: 240px 20px 840px;
	grid-template-columns: 240px 20px 840px;
	    grid-template-areas:
		"top_emer top_emer top_emer"
		"bousai . info"
		"banner . info"
		"kokoku . info";
}
#top_emer_info:empty{
	display: none;
}
#top_emer_info{
	grid-area: top_emer;
	background: #fdded6; /* 緊急情報 */
	border-color: #cc0000;
	margin: 0px 0px 20px;
	padding: 20px 30px 15px;
	border-radius: 20px;
}
#top_emer_info h2{
	margin: 0px;
	color: #cc0000;
}
#top_emer_info a{
	color: currentColor;
}
#top_info_disaster {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: bousai;
}
#top_info_banner {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	grid-area: banner;
}
#top_kokoku_pickup_wrap {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	grid-area: kokoku;
}
#top_information_box {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 3;
	grid-area: info;
}

/* 防災情報 */
#top_info_disaster {
	border: 2px solid #cc0000;
	border-radius: 20px;
	margin-bottom: 20px;
	padding: 18px;
}
#top_info_disaster h2 {
	margin: 0px;
	padding: 0px 0px 14px;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #cc0000;
	font-weight: bold;
}
#top_info_disaster h2 span {
	display: inline-block;
	background: url(/img/nw-top/icon_ttl_bousai.png) no-repeat left center transparent;
	padding: 8px 0px 8px 40px;
}

.link_bousai_site {
	margin-bottom: 20px;
}
.link_bousai_site a {
	display: block;
	background: #cc0000;
	border-radius: 10px;
	color: #ffffff;
	text-align: center;
	line-height: 2rem;
	padding: 15px 10px;
	-webkit-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	-webkit-transition: -webkit-box-shadow 0.5s;
	transition: -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s;
	transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.link_bousai_site a:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.link_bousai_site a span.ttl {
	font-weight: bold;
}
.link_bousai_site a span.ttl > span {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
}

.link_bousai_map a {
	display: block;
	background: #fae5e5;
	border-radius: 10px;
	color: #333333;
	text-align: center;
	line-height: 2rem;
	padding: 15px 0px;
	-webkit-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	-webkit-transition: -webkit-box-shadow 0.5s;
	transition: -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s;
	transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.link_bousai_map a:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.link_bousai_map a span.ttl {
	display: inline-block;
	background: url(/img/nw-top/icon_link_map.png) no-repeat left center transparent;
	padding: 10px 10px 10px 40px;
}
.link_bousai_map a:hover span.ttl {
	text-decoration: underline;
}

#top_link_bousai p {
	margin: 0px;
	background: url(/img/nw-common/icon_list_life.png) no-repeat 5px 0.6em transparent;
	padding: 3px 0px 3px 20px;
}
#top_link_bousai p:last-child {
	margin-bottom: 15px;
}

/* 市長等バナー */
.link_chiij {
	margin-bottom: 20px;
}
.link_chiij a {
	display: block;
}
.link_chiij img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

ul.list_link_proposal {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.list_link_proposal li[class^="icon_"] {
	display: block;
	margin-bottom: 20px;
}
ul.list_link_proposal li[class^="icon_"] > a {
	display: block;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 2px solid #c9c7c7;
	border-radius: 20px;
	color: #333333;
	line-height: 2rem;
	padding: 23px 10px 23px 50px;
	-webkit-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	-webkit-transition: -webkit-box-shadow 0.5s;
	transition: -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s;
	transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
ul.list_link_proposal li[class^="icon_"] > a:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
ul.list_link_proposal li.icon_proposal > a {
	background-image: url(/img/nw-top/icon_link_proposal.png);
}
ul.list_link_proposal li.icon_public > a {
	background-image: url(/img/nw-top/icon_link_public.png);
}
ul.list_link_proposal li.icon_net > a {
	background-image: url(/img/nw-top/icon_link_net.png);
}

ul.list_link_proposal li.icon_net {
	position: relative;
}
ul#netservice_list {
	margin: -5px 0px 0px;
	padding: 5px 18px 13px;
	list-style: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 1;
	width: 100%;
	background: #ffffff;
	border: 2px solid #c9c7c7;
	border-top: 0px;
	border-radius: 0px 0px 20px 20px;
	display: none;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.5);
}
ul#netservice_list.open {
	display: block;
}
ul#netservice_list li {
	background: url(/img/nw-common/icon_list_life.png) no-repeat 5px 0.6em transparent;
	padding: 3px 0px 3px 20px;
}
ul.list_link_proposal li[class^="icon_"] > a.open {
	border-radius: 20px 20px 0px 0px;
	border-bottom-color: transparent;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

/* ピックアップ広告 */
#top_kokoku_pickup_wrap {
	background: #f7f9fc;
	border-radius: 20px;
	padding: 28px 0px;
	text-align: center;
}
#top_kokoku_pickup_wrap h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2rem;
}
#top_kokoku_pickup_wrap > a {
	display: inline-block;
	line-height: 2rem;
}
#top_kokoku_pickup ul {
	margin: 15px 0px;
	padding: 0px;
	list-style: none;
}
#top_kokoku_pickup ul li {
	display: block;
	width: 210px;
	margin: 0px auto;
}
#top_kokoku_pickup ul li a {
	display: block;
}
#top_kokoku_pickup ul li img {
	width: 100%;
	height: auto;
}

/* 新着タブ・リンク */
#top_information_box2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

/* タブ */
#top_info_tab {
	width: 410px;
	min-height: 540px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#top_tab_title ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	z-index: 1;
	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: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 5px;
}
#top_tab_title ul li {
	display: inline-block;
	vertical-align: bottom;
	/* width: 94px; */
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
#top_tab_title ul li#top_tab_title_1,
#top_tab_title ul li#top_tab_title_2 {
	/* width: 105px; */
}
#top_tab_title ul li button {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #e6e6e6;
	border: 2px solid #898989;
	border-bottom: none;
	border-radius: 20px 20px 0px 0px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 2rem;
	text-align: center;
	margin: 0px 0px 2px;
	padding: 24px 0px;
}
#top_tab_title ul li button:hover {
	text-decoration: underline;
}
#top_tab_title ul li.tab_on button {
	margin-bottom: 0px;
	padding-bottom: 26px;
}
#top_tab_title ul li#top_tab_title_1 button {
	background: #fdded6; /* 緊急情報 */
	border-color: #cc0000;
}
#top_tab_title ul li#top_tab_title_2 button {
	background: #e8f4ff; /* 新着情報 */
	border-color: #8ec9ff;
}

.top_tab_detail_box {
	background: #e6e6e6;
	border: 2px solid #898989;
	border-radius: 0px 0px 20px 20px;
	padding: 23px 18px;
	margin-top: -2px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-height: 470px;
}
#top_tab_detail_1.top_tab_detail_box {
	background: #fdded6; /* 緊急情報 */
	border-color: #cc0000;
}
#top_tab_detail_2.top_tab_detail_box {
	background: #e8f4ff; /* 新着情報 */
	border-color: #8ec9ff;
}

.list_top_info ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	max-height: calc(45px * 9);
	overflow-y: auto;
}
.list_top_info ul li {
	display: block;
	border-bottom: 1px solid #c9c7c7;
	padding: 10px 10px;
}
#top_tab_detail_1 .list_top_info ul,
#top_tab_detail_2 .list_top_info ul {
	max-height: 340px;
}
#top_tab_detail_1 .list_top_info ul li a {
	color: #cc0000; /* 緊急情報 */
}

.link_box {
	margin-top: 10px;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.link_box span {
	display: inline-block;
	vertical-align: top;
	margin: 5px 0px 0px 5px;
}
.link_box span a {
	display: inline-block;
	background: url(/img/nw-top/icon_arrow_news.png) no-repeat right 20px top 50% #ffffff;
	border: 1px solid #ffffff;
	border-radius: 25px;
	color: #333333;
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 14px 40px 14px 30px;
	-webkit-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	-webkit-transition: -webkit-box-shadow 0.5s;
	transition: -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s;
	transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.link_box span a:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
#top_tab_detail_1 .link_box span a {
	background-image: url(/img/nw-top/icon_arrow_important.png); /* 緊急情報 */
}

/* 広報 */
#top_info_koho {
	width: 410px;
	min-height: 540px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #e8f4ff;
	border: 2px solid #8ec9ff;
	border-radius: 20px;
	overflow: hidden;
}

#top_koho {
	padding-top: 18px;
}

#kh_control_box {
	width: 374px;
	margin: 20px auto 0px;
}
.kh_button_wrap {
	display: inline-block;
	margin: 5px 0px 0px;
}
#kh_control_box .slide_navigation ul.slick-dots {
	padding: 0px;
}
#top_koho_list {
	width: 372px;
	height: 432px;
	margin: 0px auto;
	overflow: hidden;
}
#top_koho_list .photo {
	width: 370px;
	height: 430px;
	background: #ffffff;
	border: 1px solid #c9c7c7;
	position: relative;
}
#top_koho_list .photo a {
	display: block;
	height: 100%;
	color: #333333;
}
#top_koho_list .photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#top_koho_list .photo span.caption {
	position: absolute;
	left: -1px;
	bottom: -1px;
	z-index: 1;
	display: block;
	background: rgba(232,244,255,0.75);
	line-height: 2rem;
	padding: 9px 20px 5px;
	border-radius: 0px;
	min-width: 240px;
	font-weight: bold;
}

/* リンク */
#top_info_link {
	width: 100%;
}
#top_info_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	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;
}
#top_info_link ul li {
	display: inline-block;
	vertical-align: top;
	width: 195px;
	margin: 20px 20px 0px 0px;
}
#top_info_link ul li:nth-child(4n) {
	margin-right: 0px;
}
#top_info_link ul li img {
	width: 100%;
	height: auto;
}

#top_info_link ul.list_link_pr li a {
	display: block;
	background: #ffffff;
	border: 2px solid #8ec9ff;
	border-radius: 20px;
	color: #333333;
	overflow: hidden;
	text-align: center;
	padding: 18px 8px;
}
#top_info_link ul.list_link_pr li a span.img {
	display: block;
	margin: 0px auto;
	width: 158px;
	height: 100px;
	overflow: hidden;
}
#top_info_link ul.list_link_pr li a span.txt {
	display: block;
	font-size: 2rem;
	line-height: 2.5rem;
}
#top_info_link ul.list_link_pr li a span.txt > span {
	display: block;
}
#top_info_link ul.list_link_pr li a span.txt > span.bold {
	font-weight: bold;
}

#top_info_link ul.list_link_torikumi li a {
	display: block;
	background: #e8f4ff;
	border-radius: 20px;
	color: #333333;
	overflow: hidden;
	text-align: center;
}
#top_info_link ul.list_link_torikumi li a span.img {
	display: block;
	height: 117px;
	overflow: hidden;
}
#top_info_link ul.list_link_torikumi li a span.txt {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.5rem;
	padding: 24px 10px;
}

/* 注目情報 */
#top_topics_wrap {
	background: #e8f4ff;
	padding: 60px 0px;
}

#top_topics h2 {
	margin: 0px;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 4rem;
	text-align: center;
}
#top_topics .link_box span a {
	background-image: url(/img/nw-top/icon_arrow_topics.png);
}

#lettering {
	margin-top: 20px;
	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;
}
#lettering .lettering_box {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #ffffff;
	border: 2px solid #7ba2c1;
	border-top: none;
	border-left: none;
	border-radius: 20px;
	overflow: hidden;
	margin: 20px 20px 0px 0px;
	padding: 8px;
}
#lettering .lettering_box:nth-child(4n) {
	margin-right: 0px;
}

#lettering .lettering_box .lettering_box_img div {
	display: block;
	width: 240px;
	height: 186px;
	margin: 0px auto;
	background: #e8f4ff;
	border: 1px solid #e9e9e9;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
#lettering .lettering_box .lettering_box_img div:empty {
	background: url(/img/nw-top/img_noimage.png) no-repeat center center #fff6d1;
}
#lettering .lettering_box .lettering_box_img div img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

#lettering .lettering_box .lettering_box_text {
	padding: 14px 10px 6px;
}
#lettering .lettering_box .lettering_box_text .article_title {
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
}

/* カウントダウン */
#top_topics #count_down_area_1 h2 {
	margin-top: 60px;
}

.count_down_box_wrap {
	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;
}
.count_down_box {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	margin: 30px 30px 0px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.count_down_box:nth-child(2n) {
	margin-right: 0px;
}

.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;
}

.count_down_box2 > span.count_txt {
	width: calc(100% - 200px);
	padding: 20px;
}
.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_title {
	font-size: 1.8rem;
}
.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;
	font-weight: bold;
	line-height: 2rem;
	text-align: right;
}
.count_down_box2 > span.count_txt > span.count_day span {
	font-size: 2rem;
	color: #006699;
	margin-left: 1em;
	margin-right: 0.5em;
}

/* 県組織・関連リンク */
#top_organization_wrap {
	padding: 60px 0px;
}
#top_organization {
	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;
}

.top_organization_box.left {
	width: calc(100% - 204px);
}
.top_organization_box.right {
	width: 204px;
}

.top_organization_box h2 {
	margin: 0px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 3rem;
	letter-spacing: 0.2em;
}

.top_organization_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;
}
.top_organization_list > div {
	display: inline-block;
	vertical-align: top;
	width: 204px;
	margin: 20px 20px 0px 0px;
	text-align: center;
}
.top_organization_box.right .top_organization_list > div {
	margin-right: 0px;
}
.top_organization_list > div a {
	display: block;
}
.top_organization_list > div span.img {
	display: block;
	height: 124px;
	border-radius: 20px;
	overflow: hidden;
}
.top_organization_list > div span.img img {
	width: 100%;
	height: auto;
}
.top_organization_list > div span.txt {
	display: block;
	font-size: 1.8rem;
	line-height: 2rem;
	margin-top: 16px;
}

/* 広告 */
#top_kokoku_wrap {
	background: #f7f9fc;
	padding: 60px 0px;
}

#top_kokoku h2 {
	margin: 0px 5px 15px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 3rem;
	letter-spacing: 0.2em;
}

ul#top_kokoku_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	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;
}
ul#top_kokoku_list li {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	margin: 5px;
}
ul#top_kokoku_list li img {
	width: 100%;
	height: auto;
}



/* タブレット */
@media screen and (max-width: 1259px) {

	/* ヘッダ */
	.header_sns_box {
		top: 240px;
	}

}
@media screen and (max-width: 1119px) {

	/* ヘッダ */
	.header_sns_box {
		top: auto;
		bottom: 120px;
	}

	/* フッタ */
	#author_box {
		display: block;
		width: calc(100% - 300px);
	}
	#author_box > div {
		width: auto;
	}
	#author_box > div.box_right {
		margin-top: 20px;
	}
	#author_box .f_contact p.txt br {
		display: none;
	}

	#btn_pagetop_top {
		width: 220px;
		margin-right: 80px;
	}

	/* メイン */
	.top_main_box {
		width: calc(100% - 20px);
	}

	/* スライドショー */
	#top_photo {
		width: auto;
		margin: 0px 10px;
	}
	#top_photo_list {
		margin: 0px -20px 0px 0px;
	}
	#top_photo_list .photo {
		margin: 0px 20px 20px 0px;
	}

	/* お知らせ全体 */
	#top_information {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	#top_emer_info{
		padding: 20px;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	#top_info_disaster {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: 100%;
		margin-bottom: 20px;
	}
	#top_info_banner {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: 100%;
		margin-bottom: 20px;
	}
	#top_kokoku_pickup_wrap {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: 100%;
	}
	#top_information_box {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: 100%;
		margin-bottom: 20px;
	}

	/* 防災情報 */
	#top_info_disaster {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	#top_info_disaster h2 {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		width: 100%;
	}
	.link_bousai_site {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		width: calc(50% - 10px);
		margin-bottom: 0px;
	}
	.link_bousai_map {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		width: calc(50% - 10px);
	}
	#top_link_bousai {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
		width: 100%;
	}
	#top_link_bousai p:first-child {
		margin-top: 15px;
	}
	#top_link_bousai p:last-child {
		margin-bottom: 0px;
	}

	/* 市長等バナー */
	#top_info_banner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

	.link_chiij {
		width: 240px;
		margin: 0px;
	}

	ul.list_link_proposal {
		width: calc(100% - 260px);
	}
	ul.list_link_proposal li[class^="icon_"] {
		margin-bottom: 10px;
	}
	ul.list_link_proposal li[class^="icon_"]:last-child {
		margin-bottom: 0px;
	}
	ul.list_link_proposal li[class^="icon_"] > a {
		padding: 20px 10px 20px 50px;
	}

	/* ピックアップ広告 */
	#top_kokoku_pickup_wrap {
		width: 100%;
		text-align: center;
		-webkit-box-sizing: border-box;
		        box-sizing: border-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: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#top_kokoku_pickup_wrap h2 {
		margin-right: 40px;
	}
	#top_kokoku_pickup ul {
		margin: 0px;
	}
	#top_kokoku_pickup_wrap > a {
		margin-left: 40px;
	}

	/* タブ */
	#top_info_tab {
		width: calc(50% - 10px);
	}

	#top_tab_title ul li {
		width: 22%;
	}
	#top_tab_title ul li#top_tab_title_1,
	#top_tab_title ul li#top_tab_title_2 {
		width: 25%;
	}

	/* 広報 */
	#top_info_koho {
		width: calc(50% - 10px);
	}
	#top_koho_list {
		width: calc(100% - 20px);
		height: auto;
		max-width: 372px;
	}
	#top_koho_list .photo {
		width: 100%;
		height: auto;
		max-height: 430px;
	}
	#top_koho_list .photo img {
		position: static;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		width: 100%;
		height: auto;
		max-width: none;
		max-height: none;
	}

	#kh_control_box {
		width: auto;
		margin: 25px 10px 0px;
	}

	/* リンク */
	#top_info_link ul li {
		width: calc(25% - 8px);
		margin-right: 10px;
	}

	#top_info_link ul.list_link_pr li a span.img {
		max-width: 90%;
	}

	#top_info_link ul.list_link_torikumi li a span.img {
		height: auto;
	}

	/* 注目情報 */
	#lettering .lettering_box {
		width: calc(25% - 10px);
		margin-right: 10px;
	}
	#lettering .lettering_box .lettering_box_img div {
		width: 100%;
		max-width: 240px;
		height: 0px;
		padding-top: 75%;
	}

	/* カウントダウン */
	.count_down_box {
		width: calc(50% - 5px);
		margin-right: 10px;
	}
	.count_down_box2 > span.count_img {
		width: 120px;
	}
	.count_down_box2 > span.count_txt {
		width: calc(100% - 120px);
	}

	/* 県組織・関連リンク */
	.top_organization_box.left {
		width: 80%;
	}
	.top_organization_box.right {
		width: 20%;
	}

	.top_organization_list > div {
		width: calc(25% - 5px);
		margin: 20px 5px 0px 0px;
	}
	.top_organization_box.right .top_organization_list > div {
		width: calc(100% - 5px);
		margin: 20px 0px 0px 5px;
	}

	.top_organization_list > div span.img {
		height: auto;
	}

	/* 広告 */

}
/* タブレット ここまで */