@charset "utf-8";

/* 足跡を非表示 */
#footstep_wrap {
	display: none !important;
}

/* 戻るボタンを非表示 */
#back_or_pagetop > div#to_page_back {
	display: none !important;
}

/* 外部リンク表示を非表示 */
.external_link_text {
	display: none !important;
}

/* ヘッダ */
#header {
	position: relative;
	z-index: 1;
}
/*
#he_left {
	width: 250px;
	background: url(/img/top/img_logo.png) no-repeat right bottom transparent;
	padding-bottom: 11px;
}
#he_left h1 {
	width: 180px;
}

#he_right {
	margin-left: 250px;
	padding: 0px;
}

#header_link_support {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 250px);
	padding: 2px 0px 24px;
}
#header_link_support li {
	padding: 3px 15px;
}
#header_link_support li:last-child {
	background: url(/img/common/line_header.png) no-repeat left center, url(/img/common/line_header.png) no-repeat right center transparent;
}
*/
#srch_of_type li.srch_by_keyword > a {
	background-image: url(/img/common/hd-icon-srch.png);
}
#header_link_access {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	margin-left: 50px;
}
#header_link_access a {
	display: block;
	background: #666;
	color: #fff;
	text-decoration: none;
	border-radius: 0px 0px 15px 15px;
	text-align: center;
	padding: 9px 10px;
}
#header_link_access a span {
	display: inline-block;
	background: url(/img/common/icon_head_access.png) no-repeat left 0.1em transparent;
	color: inherit;
	text-align: left;
	padding-left: 20px;
}

/* フッタ */
#footer {
	background: url(/img/top/bg_footer.jpg) no-repeat center bottom transparent;
	margin-top: 0px;
}

#footer_box {
	padding-top: 70px;
}

#copyright p {
	margin-top: 340px;
}

#author_info {
	max-width: 1080px;
	margin: 0px auto;
	table-layout: fixed;
}
#author_box {
	width: auto;
	background: url(/img/top/logo_footer.png) no-repeat left top transparent;
	padding-left: 160px;
}
#author_box .author_name {
	display: block;
}
#author_box .author_txt {
	margin-left: 0px;
}
#author_box .author_txt p.f_address {
	margin-bottom: 0.5em;
}
#author_box .author_txt p.f_address span {
	margin-right: 0px;
	display: block;
}
#author_box .author_txt p.f_contact {
	color: #004095;
}
#author_box .author_txt p.f_contact span {
	display: inline-block;
	vertical-align: middle;
	background: url(/img/top/icon_tel.png) no-repeat 12px 0.1em transparent;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 40px;
}
#author_box .author_txt p.f_number {
	margin-top: 0px;
}

#author_box2 dl {
	margin: 0px;
}
#author_box2 dl dd {
	font-size: 1.8rem;
	padding: 15px 30px 30px;
}
#author_box2 dl dd br.none {
	display: block;
}

#footer_link1 {
	margin-bottom: 20px;
}

#footer_link2 {
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	margin-bottom: 80px;
}
#footer_link2 li {
	width: 200px;
	margin: 0px;
}
#footer_link2 li a {
	display: block;
	border: 1px solid #84919e;
	background: url(/img/common/icon_arrow_footer.png) no-repeat right 15px top 50% #fff;
	border-radius: 5px;
	color: #222;
	font-size: 1.6rem;
	text-decoration: none;
	text-align: left;
	padding: 4px 20px 4px 10px;
	line-height: 1.8rem;
}
#footer_link2 li a span {
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
#footer_link2 li:nth-child(1) a span {
	background-image: url(/img/common/icon_foot_tel.png);
	padding-top: 9px;
	padding-bottom: 9px;
}
#footer_link2 li:nth-child(2) a span {
	background-image: url(/img/common/icon_foot_copy.png);
	padding-top: 9px;
	padding-bottom: 9px;
}
#footer_link2 li:nth-child(3) a span {
	background-image: url(/img/common/icon_foot_guide.png);
	padding-top: 18px;
	padding-bottom: 18px;
}
#footer_link2 li:nth-child(4) a span {
	background-image: url(/img/common/icon_foot_privacy.png);
	padding-top: 9px;
	padding-bottom: 9px;
}
#footer_link2 li:nth-child(5) a span {
	background-image: url(/img/common/icon_foot_accessibility.png);
}
#footer_link2 li:nth-child(6) a span {
	background-image: url(/img/common/icon_foot_sitemap.png);
	padding-top: 18px;
	padding-bottom: 18px;
}

/* メイン */
#mymainback {
	width: auto;
	max-width: none;
}
.top_main_box {
	width: 98%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

a.linkbtn {
	display: inline-block;
	border: 1px solid #fff;
	background: url(/img/top/icon_arrow_white.png) no-repeat right 15px top 50% #004095;
	border-radius: 35px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 22px 10px;
	min-width: 400px;
}

/* MV */
#top_mv_wrap {
	margin-top: -35px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

#top_mv {
	width: 1280px;
	height: 538px;
	position: relative;
	overflow: hidden;
}
#top_mv:before {
	content: '';
	display: block;
	width: 100%;
	height: 47px;
	/*background: url(/img/top/bg_slide.png) no-repeat center bottom transparent; */
	position: absolute;
	bottom: -1px;
	left: 0px;
	z-index: 1;
}
#top_mv_list .mv_box {
	background: #000;
	color: #fff;
	position: relative;
}
#top_mv_list .mv_box a {
	color: inherit;
}
#top_mv_list .mv_box img {
	width: 100%;
	height: auto;
}
#top_mv_list .mv_box .mv_caption {
	display: block;
	width: 100%;
	text-align: right;
	padding: 4px 30px 4px 80px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	bottom: 80px;
	color: inherit;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-shadow: 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000;
}
#top_mv_list .mv_box .mv_caption span {
	color: inherit !important;
}

/* MV（スライド） */
#mv_control_box button[id^="mv_control_"] {
	display: inline-block;
	vertical-align: top;
	width: 36px;
	height: 36px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	position: absolute;
}
#mv_control_box button#mv_control_prev {
	background-image: url(/img/top/btn_slide_prev.png);
	margin-right: 5px;
	left: 10px;
	top: 160px;
}
#mv_control_box button#mv_control_pause {
	background-image: url(/img/top/btn_slide_stop.png);
	left: 10px;
	bottom: 85px;
}
#mv_control_box button#mv_control_play {
	display: none;
	background-image: url(/img/top/btn_slide_play.png);
	left: 10px;
	bottom: 85px;
}
#mv_control_box button#mv_control_next {
	background-image: url(/img/top/btn_slide_next.png);
	right: 10px;
	top: 160px;
}

/* 緊急 */
#top_info_emer {
	width: 98%;
	max-width: 980px;
	position: absolute;
	top: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 2;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: table;
	background: #fff;
	border: 4px solid #e22d24;
	border-radius: 8px;
	overflow: hidden;
}
#top_info_emer > div {
	display: table-cell;
	vertical-align: middle;
}

#top_info_emer_ttl {
	width: 200px;
	background: #e22d24;
	color: #fff;
	text-align: center;
}
#top_info_emer_ttl h2 {
	display: inline-block;
	background: url(/img/top/icon_ttl_emer.png) no-repeat left center #e22d24;
	color: #fff;
	margin: 0px;
	padding: 5px 0px 5px 35px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

#top_info_emer_list ul {
	margin: 0px;
	padding: 10px 20px;
	list-style: none;
	max-height: 340px;
	overflow: auto;
}
#top_info_emer_list ul li {
	width: 100%;
	display: table;
	font-size: 1.8rem;
	padding: 9px 0px;
}
#top_info_emer_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
#top_info_emer_list ul li > span.article_date {
	width: 11em;
}
#top_info_emer_list ul li a {
	color: #e22d24;
}

#top_info_emer_list p {
	margin: 0px;
	padding: 13px 20px;
}

/* 検索 */
#top_search_area_wrap_bg {
	background: url(/img/top/bg_search.png) no-repeat center bottom transparent;
}
#top_search_area_wrap {
	margin-top: -75px;
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#top_search_area_wrap > div {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#top_search_area {
	width: 770px;
	background: url(/img/top/img_search.png) no-repeat right 45px top 15px #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	padding: 40px 50px;
}

#cse-search-box {
	margin-bottom: 5px;
}

#tmp_query {
	width: 480px;
}

#cse_filetype {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

#header_search_id {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	position: relative;
}
#search_id_open {
	display: inline-block;
	vertical-align: middle;
	line-height: 2rem;
	padding: 5px 0px 5px 15px;
	background: url(/img/common/icon_arrow_pageid.png) no-repeat left center transparent;
	color: #222;
	text-decoration: none;
}
#header_search_id_box {
	display: none;
	position: absolute;
	top: 100%;
	right: auto;
	left: 0px;
	z-index: 20;
	width: 32rem;
	background: #d8eefe;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 11px 40px 11px 11px;
	text-align: left;
}
#header_search_id_box.open {
	display: block;
}

#search_id_close {
	display: block;
	width: 21px;
	height: 21px;
	border: none;
	background: url(/img/common/btn_pageid_close.png) no-repeat center center transparent;
	position: absolute;
	right: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}


/* 注目ワード */
#search_trend_word {
	border-top: 1px dotted #84919e;
	border-bottom: 1px dotted #84919e;
	margin: 16px 0px;
	padding: 16px 0px;
}
#search_trend_word h2 {
	margin: 0px;
	padding: 2px 0px 0px 30px;
	background: url(/img/top/icon_ttl_search_star.png) no-repeat left center transparent;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.4;
}
#search_trend_word h2 span {
	font-weight: bold;
}
#search_trend_word p {
	margin: 0px;
}
#search_trend_word p a,
#search_trend_word p a:hover {
	display: inline-block;
	vertical-align: middle;
	background: #d9efff;
	color: #004095;
	text-decoration: none;
	border-radius: 4px;
	padding: 4px 24px;
	cursor: pointer;
	margin: 6px 6px 0px 0px;
}

/* 組織からさがす */
#top_search_banner {
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#top_search_banner > div {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#top_search_banner_soshiki {
	width: 245px;
	padding-right: 20px;
	border-right: 1px dotted #84919e;
}
#top_search_banner_soshiki h2 {
	margin: 0px;
	padding: 2px 0px 0px 30px;
	background: url(/img/top/icon_ttl_search_soshiki.png) no-repeat left center transparent;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.4;
}
#top_search_banner_soshiki h2 span {
	font-weight: bold;
}
#top_search_banner_soshiki div {
	margin-top: 4px;
}
#top_search_banner_soshiki div a {
	display: block;
	background: #004095;
	border-radius: 4px;
	color: #fff;
	font-size: 1.8rem;
	text-decoration: none;
	text-align: center;
	padding: 11px 10px 10px;
}

#top_search_banner_list {
	width: calc(100% - 245px);
}
#top_search_banner_list ul {
	margin: 0px;
	#padding: 30px 0px 0px;
	padding: 0px 0px 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    #flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#top_search_banner_list ul li {
	margin-left: 20px;
}

/* 重要なお知らせ */
#top_important_wrap {
	width: 460px;
}

#top_important {
	border: 4px solid #f1ca41;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

#top_important_ttl h2 {
	margin: 0px;
	padding: 5px 6rem 9px 30px;
	background: #f1ca41;
	font-size: 2rem;
	font-weight: bold;
}
#top_important_ttl h2 span {
	display: inline-block;
	background: url(/img/common/icon_important.png) no-repeat left center transparent;
	padding: 7px 0px 3px 40px;
}

#top_important_list ul {
	margin: 0px;
	padding: 10px 16px;
	list-style: none;
}
#top_important_list ul li {
	border-bottom: 1px dotted #7d7d7d;
	padding: 10px 0px 10px 20px;
	position: relative;
}
#top_important_list ul li:before {
	content: '';
	width: 4px;
	height: calc(100% - 20px);
	background: #f1ca41;
	position: absolute;
	top: 10px;
	left: 0px;
}
#top_important_list ul li span {
	display: block;
}
#top_important_list ul li a {
	color: #222;
}

#top_important_list .link_box {
	position: absolute;
	top: 12px;
	right: 10px;
}
#top_important_list .link_box a {
	display: inline-block;
	background: #fff;
	border-radius: 10px;
	color: #222;
	font-size: 1.4rem;
	text-decoration: none;
	padding: 5px 16px 4px;
}

/* 知事室バナー */
#top_important_banner a {
	display: block;
	border: 2px solid #31799e;
	border-radius: 8px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	overflow: hidden;
}
#top_important_banner a.notline {
	border-color: transparent;
	border-radius: 0px;
	box-shadow: none;
}
#top_important_banner a + a {
	margin-top: 10px;
}
#top_important_banner a img {
	width: 100%;
	height: auto;
}

/* 県政ホットニュース */
#top_topics_bg {
	background: url(/img/top/bg_attention.png) no-repeat center bottom #bfe4ff;
	padding-bottom: 100px;
}
#top_topics {
	background: url(/img/top/img_hotnews.png) no-repeat right 45px, url(/img/top/bg_hotnews_img1.png) no-repeat left 110px, url(/img/top/bg_hotnews_img2.png) no-repeat right bottom transparent;
	padding: 50px 0px 30px;
	overflow: hidden;
}

#top_topics_ttl h2 {
	margin: 0px;
	background: url(/img/top/icon_ttl_hotnews.png) no-repeat center top transparent;
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.3;
	padding: 70px 0px 20px;
}
#top_topics_ttl h2 span {
	display: inline-block;
	background: url(/img/top/bg_ttl_hotnews_l.png) no-repeat left center, url(/img/top/bg_ttl_hotnews_r.png) no-repeat right center transparent;
	padding: 2px 60px 2px;
}

#lettering {
	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;
	margin: 0px -20px;
}
#lettering .lettering_box {
	width: 400px;
	margin: 40px 20px 0px;
}

#lettering .lettering_box .lettering_box_img div {
	width: 400px;
	height: 250px;
	position: relative;
	background: #fff;
}
#lettering .lettering_box .lettering_box_img div img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
#lettering .lettering_box .lettering_box_img div:before {
	content: url(/img/top/icon_hotnews_play.png);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	z-index: 1;
}
#lettering .lettering_box .lettering_box_img div:empty {
	background: url(/img/top/noimage_topics.png) no-repeat center center #dcdcdc;
}
#lettering .lettering_box .lettering_box_img div:empty:before {
	display: none;
}

#lettering .lettering_box .lettering_box_text .article_date {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 10px 0px 0px;
}
#lettering .lettering_box .lettering_box_text .article_title {
	font-size: 2rem;
	font-weight: bold;
}
#lettering .lettering_box .lettering_box_text .article_title a {
	color: #003366;
}

#top_topics_list .link_box {
	text-align: center;
	margin-top: 10px;
}
#top_topics_list .link_box .link_ichiran {
	display: inline-block;
}

/* 県政ホットニュース（スライド） */
#tp_control_box {
	padding: 10px 10px 0px;
	position: relative;
}
#tp_control_box button[id^="tp_control_"] {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
}
#tp_control_box button#tp_control_prev {
	background-image: url(/img/top/btn_slide_prev2.png);
}
#tp_control_box button#tp_control_pause {
	background-image: url(/img/top/btn_slide_stop.png);
}
#tp_control_box button#tp_control_play {
	display: none;
	background-image: url(/img/top/btn_slide_play.png);
}
#tp_control_box button#tp_control_next {
	background-image: url(/img/top/btn_slide_next2.png);
	position: absolute;
	top: 10px;
	right: 10px;
}

/* リンク */
#top_info_menu_wrap {
}
#top_info_menu_wrap .info_menu_box {
	margin-bottom: 50px;
}

#top_info_menu_wrap .info_menu_box .info_menu_list {
	background-repeat: repeat;
	background-position: left top;
}
#top_info_menu_wrap .info_menu_box.box1 .info_menu_list {
	background-image: url(/img/top/bg_link_bosai.png);
}
#top_info_menu_wrap .info_menu_box.box2 .info_menu_list {
	background-image: url(/img/top/bg_link_iryo.png);
}
#top_info_menu_wrap .info_menu_box.box3 .info_menu_list {
	background-image: url(/img/top/bg_link_soshiki.png);
}

#top_info_menu_wrap .info_menu_box h2 {
	display: inline-block;
	margin: 0px;
	padding: 20px 0px 17px 80px;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.2;
}
#top_info_menu_wrap .info_menu_box.box1 h2 {
	background: url(/img/top/icon_ttl_link_bosai.png) no-repeat left 75%, url(/img/top/img_link_bosai.png) no-repeat right bottom transparent;
	padding-top: 60px;
	padding-right: 140px;
}
#top_info_menu_wrap .info_menu_box.box2 h2 {
	background: url(/img/top/icon_ttl_link_iryo.png) no-repeat left center transparent;
}
#top_info_menu_wrap .info_menu_box.box3 h2 {
	background: url(/img/top/icon_ttl_link_soshiki.png) no-repeat left center transparent;
}

.info_menu_list2 {
	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;
	padding: 20px 0px 6px;
}
.info_menu_list2 .top_menu {
	display: inline-block;
	vertical-align: top;
	width: 272px;
}
.info_menu_list2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: calc(100% - 272px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.info_menu_list2 ul li {
	display: inline-block;
	vertical-align: top;
	width: 238px;
	margin: 0px 0px 14px 14px;
}
.info_menu_list2 ul li a {
	display: block;
	background: url(/img/top/icon_arrow_lightblue.png) no-repeat right 10px top 50% #fff;
	border-radius: 5px;
	color: #222;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	padding: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 100%;
	min-height: 10rem;
	position: relative;
	overflow: hidden;
}
.info_menu_list2 ul li a[href^="http"] {
	background-image: url(/img/top/icon_link_ex_lightblue.png);
}

.info_menu_list2 ul li a > span {
	display: block;
	width: calc(100% - 30px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	padding: 10px 0px 10px 50px;
	background-repeat: no-repeat;
	background-position: left center;
}
.info_menu_list2 ul li a[href^="http"] > span:after {
	content: '外部リンク';
	display: block;
	color: #0066cc;
	font-size: 1.2rem;
	margin-top: 0.5em;
}

.info_menu_list2 ul li a.icon1_1 > span {
	background-image: url(/img/top/icon_link_bosai1.png);
}
.info_menu_list2 ul li a.icon1_2 > span {
	background-image: url(/img/top/icon_link_bosai2.png);
}
.info_menu_list2 ul li a.icon1_3 > span {
	background-image: url(/img/top/icon_link_bosai3.png);
}
.info_menu_list2 ul li a.icon1_4 > span {
	background-image: url(/img/top/icon_link_bosai4.png);
}
.info_menu_list2 ul li a.icon1_5 > span {
	background-image: url(/img/top/icon_link_bosai5.png);
}
.info_menu_list2 ul li a.icon1_6 > span {
	background-image: url(/img/top/icon_link_bosai6.png);
}
.info_menu_list2 ul li a.icon1_7 > span {
	background-image: url(/img/top/icon_link_bosai7.png);
}
.info_menu_list2 ul li a.icon1_8 > span {
	background-image: url(/img/top/icon_link_bosai8.png);
}

.info_menu_list2 ul li a.icon2_1 > span {
	background-image: url(/img/top/icon_link_iryo1.png);
}
.info_menu_list2 ul li a.icon2_2 > span {
	background-image: url(/img/top/icon_link_iryo2.png);
}
.info_menu_list2 ul li a.icon2_3 > span {
	background-image: url(/img/top/icon_link_iryo3.png);
}
.info_menu_list2 ul li a.icon2_4 > span {
	background-image: url(/img/top/icon_link_iryo4.png);
}
.info_menu_list2 ul li a.icon2_5 > span {
	background-image: url(/img/top/icon_link_iryo5.png);
}
.info_menu_list2 ul li a.icon2_6 > span {
	background-image: url(/img/top/icon_link_iryo6.png);
}
.info_menu_list2 ul li a.icon2_7 > span {
	background-image: url(/img/top/icon_link_iryo7.png);
}
.info_menu_list2 ul li a.icon2_8 > span {
	background-image: url(/img/top/icon_link_iryo8.png);
}

.info_menu_list2 ul li a.icon3_1 > span {
	background-image: url(/img/top/icon_link_soshiki1.png);
}
.info_menu_list2 ul li a.icon3_2 > span {
	background-image: url(/img/top/icon_link_soshiki2.png);
}
.info_menu_list2 ul li a.icon3_3 > span {
	background-image: url(/img/top/icon_link_soshiki3.png);
}

.box3 .info_menu_list2 ul {
	width: 100%;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.box3 .info_menu_list2 ul li {
	width: 416px;
	margin-left: 0px;
}
.box3 .info_menu_list2 ul li a {
	font-size: 2.8rem;
}
.box3 .info_menu_list2 ul li a > span {
	padding-left: 70px;
	width: calc(100% - 50px);
	left: 30px;
}

.info_menu_list2 .top_menu a {
	display: block;
	background: #fff;
	border-radius: 5px;
	color: #222;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	padding: 27px 20px 20px;
}
.info_menu_list2 .top_menu a > span {
	display: inline-block;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 115px;
}
.info_menu_list2 .top_menu a.icon1_0 > span {
	background-image: url(/img/top/icon_link_bosai0.png);
}
.info_menu_list2 .top_menu a.icon2_0 > span {
	background-image: url(/img/top/icon_link_iryo0.png);
}

/* 注目情報 */
#top_pickup_bg {
	background: url(/img/top/bg_ttl_attention.png) repeat-x center 50px #fff;
	padding: 10px 0px 80px;
}

#top_pickup_ttl h2 {
	margin: 0px;
	background: url(/img/top/img_ttl_attention.png) no-repeat center top transparent;
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.3;
	padding: 100px 0px 20px;
}
#top_pickup_ttl h2 span {
	display: inline-block;
	background: url(/img/top/bg_ttl_attention_l.png) no-repeat left center, url(/img/top/bg_ttl_attention_r.png) no-repeat right center transparent;
	padding: 2px 60px 2px;
}

#top_pickup_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#top_pickup_list li {
	display: inline-block;
	vertical-align: top;
	width: 244px;
	margin: 0px 15px 20px 0px;
}
#top_pickup_list li:nth-child(5n) {
	margin-right: 0px;
}
#top_pickup_list li img {
	width: 100%;
	height: auto;
}

/* 注目情報（スライド） */
#top_pickup_list.slick-slider {
	padding: 0px 5px;
}
#top_pickup_list.slick-slider li,
#top_pickup_list.slick-slider li:nth-child(5n) {
	margin: 0px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#pr_control_box {
	padding: 10px 10px 0px;
	position: relative;
}
#pr_control_box button[id^="pr_control_"] {
	display: inline-block;
	vertical-align: top;
	width: 36px;
	height: 36px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
}
#pr_control_box button#pr_control_prev {
	background-image: url(/img/top/btn_slide_prev.png);
	margin-right: 5px;
}
#pr_control_box button#pr_control_pause {
	background-image: url(/img/top/btn_slide_stop.png);
}
#pr_control_box button#pr_control_play {
	display: none;
	background-image: url(/img/top/btn_slide_play.png);
}
#pr_control_box button#pr_control_next {
	background-image: url(/img/top/btn_slide_next.png);
	position: absolute;
	top: 10px;
	right: 10px;
}

/* ニュース */
#top_news_bg {
/*	background: url(/img/top/bg_hotnews.png) no-repeat center top, url(/img/top/bg_news_img.png) no-repeat center 135px, url(/img/top/bg_news.png) no-repeat center bottom #b1d1b1;*/
	background: url(/img/top/bg_news_img.png) no-repeat center top, url(/img/top/bg_news.png) no-repeat center bottom #b1d1b1;
	padding: 80px 0px 100px;
}

#top_news_link {
	margin-top: 20px;
	text-align: center;
	position: relative;
}
#top_news_link:after {
	content: '';
	display: block;
	width: 71px;
	height: 163px;
	background: url(/img/top/img_news.png) no-repeat center center transparent;
	position: absolute;
	right: 0px;
	bottom: -200px;
	z-index: 1;
}

#top_news_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: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#top_news_link ul li {
	display: inline-block;
	vertical-align: middle;
	width: 440px;
	margin: 8px;
}
#top_news_link ul li a.linkbtn {
	display: block;
	border-color: transparent;
	padding: 24px 10px;
	border-radius: 40px;
	font-size: 2.2rem;
	line-height: 1.4;
}

#top_news {
	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;
	margin-bottom: 100px;
}
#top_news > div {
	display: inline-block;
	vertical-align: top;
}

#top_news_fb {
	width: 460px;
}
#top_news_fb_sp {
	display: none;
}
#top_news_fb_sp img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#top_news_fb_pc {
	height: 560px;
	overflow: hidden;
}
#top_news_fb_pc iframe {
	max-width: 100%;
}

#top_news_pressrelease {
	width: 770px;
	margin: 0px 30px;
}

#top_news_event {
	width: calc(100% - 765px);
	position: relative;
}
#top_news_event:after {
	content: '';
	display: block;
	width: 75px;
	height: 85px;
	background: url(/img/top/img_event.png) no-repeat center center transparent;
	position: absolute;
	right: 30px;
	top: -78px;
	z-index: 1;
}

.top_news_ichiran {
	margin-top: 20px;
	text-align: center;
}

.top_news_detail {
	background: #fff;
	height: 560px;
	overflow: auto;
	padding: 0px 40px;
}
.top_news_detail h2 {
	margin: 0px;
	padding: 28px 0px 20px;
	border-bottom: 2px solid #4dc4ff;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.3;
}
.top_news_detail h2 span {
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0px 2px 55px;
}
#top_news_event .top_news_detail h2 span {
	background-image: url(/img/top/icon_ttl_event.png);
}
#top_news_pressrelease .top_news_detail h2 span {
	background-image: url(/img/top/icon_ttl_pressrelease.png);
}

.top_news_detail_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.top_news_detail_list ul li {
	border-bottom: 1px dotted #84919e;
	padding: 16px 0px;
}

.top_news_detail_list ul li span.article_date {
	display: block;
	font-size: 1.4rem;
	color: #666;
	margin-bottom: 0.5em;
}
.top_news_detail_list ul li span.article_date .article_section {
	display: inline-block;
	vertical-align: middle;
}
.top_news_detail_list ul li span.article_date .article_section a {
	display: inline-block;
	color: #004095;
	text-decoration: none;
	background: #d9efff;
	padding: 2px 10px;
	margin-left: 1em;
}
.top_news_detail_list ul li span.article_date .article_section:before,
.top_news_detail_list ul li span.article_date .article_section:after {
	display: none;
}

.top_news_detail_list ul li span.article_title {
	display: block;
}
#top_news_event .top_news_detail_list ul li span.article_title {
	font-size: 1.8rem;
	font-weight: bold;
}

/* 岐阜県について */
#top_about_bg {
	position: relative;
	padding-bottom: 100px;
}
#top_about_bg:after {
	content: '';
	display: block;
	width: 96px;
	height: 112px;
	background: url(/img/top/img_pickup.png) no-repeat center center transparent;
	position: absolute;
	left: 0px;
	bottom: -12px;
	z-index: 1;
}

#top_about_ttl h2 {
	margin: 0px 0px 30px;
	padding: 0px;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
#top_about_ttl h2 span {
	display: inline-block;
	background: url(/img/top/icon_ttl_pickup.png) no-repeat center top transparent;
	padding-top: 80px;
}

#top_about_list {
	background: url(/img/top/bg_pickup.png) repeat left top #fff;
	border-radius: 5px;
	margin-bottom: 40px;
	padding: 32px;
}
#top_about_list 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: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#top_about_list ul li {
	display: inline-block;
	vertical-align: middle;
	width: 350px;
	margin: 8px;
}
#top_about_list ul li a {
	display: block;
	background: url(/img/top/icon_arrow2_blue.png) no-repeat right 20px top 50% #fff;
	border-radius: 40px;
	color: #004095;
	font-size: 2.2rem;
	line-height: 1.4;
	text-decoration: none;
	padding: 20px 40px 20px 30px;
}
#top_about_list ul li a[href^="http"] {
	background-image: url(/img/top/icon_link_ex_blue.png);
}

#top_about_list ul li a span {
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0px 5px 55px;
}
#top_about_list ul li a.icon_about1 span {
	background-image: url(/img/top/icon_pickup_koho.png);
}
#top_about_list ul li a.icon_about2 span {
	background-image: url(/img/top/icon_pickup_movie.png);
}
#top_about_list ul li a.icon_about3 span {
	background-image: url(/img/top/icon_pickup_tv.png);
}

#top_linklist {
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	display: none;
}
#top_linklist .top_linklist_box {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #004095;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 300px;
	padding: 10px;
}
#top_linklist .top_linklist_box h3 {
	color: #004095;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 1px solid #004095;
	margin: 0px;
	padding: 12px 10px 9px;
}
#top_linklist .top_linklist_box ul {
	margin: 0px;
	padding: 15px 0px 30px;
	list-style: none;
}
#top_linklist .top_linklist_box ul li {
	background: url(/img/top/icon_list_pickup.png) no-repeat 10px center transparent;
	padding: 3px 10px 3px 25px;
}
#top_linklist .top_linklist_box ul li a {
	display: block;
	background: url(/img/top/icon_arrow2_lightblue.png) no-repeat right center transparent;
	color: #222;
	text-decoration: none;
	padding-right: 20px;
}
#top_linklist .top_linklist_box ul li a[href^="http"] {
	background-image: url(/img/top/icon_link_ex2_lightblue.png);
}

/* 広告バナー */
#top_kokoku_bg {
	background: #d9efff;
}
#top_kokoku {
	padding: 30px 0px 40px;
}

#top_kokoku_ttl h2 {
	margin: 0px;
	padding: 0px 0px 20px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

#top_kokoku_link ul {
	margin: 0px auto;
	padding: 20px 0px 0px;
	list-style: none;
	width: 816px;
	text-align: center;
	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;
}
#top_kokoku_link ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 8px);
}
#top_kokoku_link ul li a {
	display: block;
	border: 1px solid #84919e;
	background: url(/img/top/icon_arrow2_gray.png) no-repeat right 15px top 50% transparent;
	border-radius: 5px;
	color: #222;
	font-size: 1.4rem;
	text-decoration: none;
	text-align: center;
	padding: 11px 10px;
}

#top_kokoku_list {
	width: 100%;
	max-width: 900px;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#top_kokoku_list li {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	margin: 0px 25px 25px 0px;
}
#top_kokoku_list li:nth-child(5n) {
	margin-right: 0px;
}
#top_kokoku_list li img {
	width: 100%;
	height: auto;
}


/* タブレット */
@media screen and (max-width: 1279px) {
/*
	#he_left {
		padding-bottom: 5px;
	}
	#he_right {
		margin-left: 0px;
		padding: 20px 10px;
	}
	#header_link_support {
		display: block;
		width: auto;
		padding: 0px;
	}
*/
/*
	#srch_of_type li, #srch_of_type li.srch_by_keyword {
		width: calc(25% - 4px);
	}
*/
	#header_link_access {
		width: auto;
		margin: 20px 20px 0px;
	}
	#header_link_access a {
		border-radius: 10px;
		padding: 10px 30px;
	}
	#header_link_access a br {
		display: none;
	}
	#top_search {
		padding-bottom: 20px;
	}

	#top_mv_wrap.top_main_box {
		width: auto;
		margin-top: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	#top_mv {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		display: block;
		width: auto;
		height: auto;
	}
	#mv_control_box {
		position: absolute;
		left: 0px;
		bottom: 30px;
		width: 100%;
		padding: 10px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#mv_control_box button[id^="mv_control_"] {
		position: static;
	}
	#mv_control_box button#mv_control_next {
		position: absolute;
		right: 10px;
		top: 10px;
	}

	#top_info_emer {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		position: static;
		width: auto;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		border-radius: 0px;
		display: block;
		max-width: none;
	}
	#top_info_emer > div {
		display: block;
	}
	#top_info_emer_ttl {
		width: auto;
		padding: 5px 20px;
		text-align: left;
	}

	#top_search_area_wrap {
		margin-top: 20px;
		display: block;
	}
	#top_search_area_wrap > div {
		display: block;
	}
	#top_search_area {
		width: auto;
		margin-bottom: 20px;
		padding: 30px;
	}

	#top_important_wrap {
		width: auto;
	}

	#top_important_banner {
		max-width: 460px;
		margin: 0px auto;
	}

	#lettering {
		margin: 0px;
	}
	#lettering .lettering_box {
		max-width: calc(50% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
	#lettering .lettering_box .lettering_box_img div {
		width: 100%;
		height: 0px;
		padding-top: 70%;
	}

	.info_menu_list2 .top_menu {
		width: 200px;
	}
	.info_menu_list2 ul {
		width: calc(100% - 200px);
	}
	.info_menu_list2 ul li {
		width: calc(50% - 14px);
	}

	.box3 .info_menu_list2 ul li {
		width: 32%;
	}
	.box3 .info_menu_list2 ul li a {
		font-size: 2.2rem;
	}
	.box3 .info_menu_list2 ul li a > span {
		padding-left: 55px;
		width: calc(100% - 40px);
		left: 10px;
	}

	#top_pickup_list li,
	#top_pickup_list li:nth-child(5n) {
		width: calc(25% - 20px);
		margin: 10px;
	}

	#top_news {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: 50px;
	}
	#top_news_event,
	#top_news_pressrelease {
		width: calc(50% - 10px);
		margin: 0px;
	}
	#top_news_pressrelease {
		width: 100%;
		margin: 0px;
	}

	#top_news > div#top_news_fb {
		display: block;
		width: 100%;
		margin-top: 40px;
		text-align: center;
	}
	#top_news_fb_pc {
		display: none;
	}
	#top_news_fb_sp {
		display: block;
		max-width: 460px;
		margin: 0px auto;
	}

	a.linkbtn {
		min-width: 300px;
	}

	#top_news_link:after {
		bottom: -140px;
	}

	#top_about_list {
		padding: 30px 10px;
	}
	#top_about_list ul li {
		width: calc(33% - 16px);
	}
	#top_about_list ul li a {
		padding: 20px;
	}
	#top_about_list ul li a span {
		padding-left: 40px;
	}

	#top_linklist {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#top_linklist .top_linklist_box {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}

	#top_kokoku_list {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#top_kokoku_list li,
	#top_kokoku_list li:nth-child(5n) {
		margin: 0px 10px 20px;
	}

	#top_kokoku_link ul {
		width: 100%;
	}

	#footer_link2 {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#footer_link2 li {
		width: 32%;
		margin-bottom: 20px;
	}

	#footer {
		background-size: 100% auto;
	}
	#copyright p {
		margin-top: 240px;
	}

}