@charset "utf-8";

/* 足あとを非表示 */
#footstep_wrap {
	display: none !important;
}

#mymainback_bg{
	overflow-x: hidden;
}

:where(#top_topics,#top_tab_title,#top_miryoku,#top_koho) h2 {
	display: block;
	margin: 0px;
	padding: 0px;
}

:where(#top_topics,#top_tab_title,#top_miryoku,#top_koho) h2 span.title_main{
	font-size: 2.6rem;
	color: #005bac;
	line-height: 1;
	margin-bottom: 14px;
}
:where(#top_topics,#top_tab_title,#top_miryoku,#top_koho) h2 span.title_sub{
	font-size: 1.8rem;
	line-height: 1;
	display: grid;
	grid-template-columns: 10px 1fr;
	gap: 5px;
	align-items: center;
}
:where(#top_topics,#top_tab_title,#top_miryoku,#top_koho) h2 span.title_sub::before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #e9536a;
	border-radius: 50%;
}


/* 重要なお知らせ */
#top_important_wrap{
	background: #dc0022;
	color: #fff;
}
#top_important {
	margin: 0px 0px 40px;
	padding: 10px 10px;
	display: grid;
	grid-template-columns: auto 1fr;
	width: min(100%,1080px);
	margin-inline: auto;
	box-sizing: border-box;
	gap: 30px;
}
#top_important summary{
	list-style: none;
	pointer-events: none;
}
#top_important h2 {
	margin: 0px 0px 20px;
	padding: 0px;
	color: currentColor;
	font-size: 1.8rem;
	line-height: 1;
	text-align: center;
	display: grid;
	grid-template-columns: 26px 1fr 18px;
	align-items: center;
	gap: 10px;
}
#top_important h2::before{
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	background: url(/img/common/icon-exclam-white.png) no-repeat center center;
	background-size: contain;
}
#top_important h2::after{
	content: '';
	display: block;
	width: 8px;
	height: 13px;
	background: #ece076;
	clip-path: polygon(
	    25.00% 0.00%,
	    75.00% 50.00%,
	    25.00% 100.00%,
	    0.00% 100.00%,
	    50.00% 50.00%,
	    0.00% 0.00%
	  );
}

#top_important ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	max-height: calc(calc(1.5em + 15px) * 5);
	overflow-y: auto;
}
#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: currentColor;
}

#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 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;
}
#top_important .link_box span[class*="link_"] a:hover,
#top_important .link_box span[class*="link_"] a:focus {
	text-decoration: underline;
}

/* メイングラフィックスライド横 */
.banner_chiji{
	margin: 0px 0px 20px;
}
.banner_chiji a:any-link {
	display: grid;
	place-content: center start;
	border: 1px solid #005bac;
	box-sizing: border-box;
	background: 
	  url(/img/top/banner-image-chiji.png) no-repeat right -55px bottom 0px,
	  url(/img/top/bg-banner-image-chiji.png) no-repeat center center,
	  url(/img/common/news-title-bg.png) no-repeat left top #dfeef6;
	border-radius: 0px 10px 10px 10px;
	padding: 20px;
	text-decoration: none;
	height: 200px;
	color: currentcolor;
}

.banner_chiji a .banner_chiji_text_wrap {
	display: grid;
	grid-template-rows: auto auto auto;
	gap: 10px;
}

.banner_chiji_title {
	color: #005bac;
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.banner_chiji_name {
	font-size: 1.7rem;
	line-height: 1;
	font-weight: bold;
}

.banner_chiji_titl_sub {
	font-size: 1.2rem;
}

#top_banner_4_list {
	position: relative;
	width: 230px;
	height: 130px;
}

.top_banner4_elm {
	position: absolute;
	top: 0;
	left: 0;
}
.top_banner4_elm.is_active{
	z-index: 2;
}
.top_banner4_elm.is_active :where(a,img){
	display: block;
}


#top_information_wrap{
	position: relative;
	z-index: 2;
	background: #dfeef6;
	padding: 0px 0px 60px;
}
#top_information_wrap::after{
	content: '';
	display: block;
	width: 200vw;
	height: 100%;
	background: #dfeef6;
	position: absolute;
	z-index: -1;
	top: 0;
	left: calc(50% - 100vw);
}
div#search:has(details[open]) {
	padding-bottom: 100px;
}
.header_search_wrap{
	position: static;
}
.header_search {
	width: 100%;
	border-radius: 10px;
}

.search_input_note {
	background: transparent;
	color: #fff;
}
.search_input_note p:first-child{
	filter: invert(1);
}

#search_trend_word{
	font-size: 1.6rem;
	line-height: 1;
}
.trend_custom{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0px 0px 20px;
	justify-content: space-between;
}
.trend_custom a:any-link{
	display: block;
	background: #005bac;
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	border-radius: 100vmax;
}
.trend_custom a:any-link:has(img){
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 15px;
}
.trend_custom a:hover{
	text-decoration: underline;
}

/* トピックス（ef7） */
#top_topics {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 60px;
	align-items: start;
	margin: 0px 0px 80px;
	padding: 20px 40px;
	border: 1px solid #005bac;
	
	border-image-source: url(/img/top/topics-border-image.png);
	border-image-slice: 30;
	border-image-width: 30px;
	border-image-repeat: round;
	
}
#top_topics summary{
	list-style: none;
	pointer-events: none;
}
#top_topics summary {
	list-style: none;
}

#top_topics summary::-webkit-details-marker {
	display: none;
}

#top_topics summary::marker {
	display: none;
}

#top_topics h2 span {
	/* display: block; */
}
#top_topics .section_information_list ul{
	padding: 0;
	max-height: calc(calc(1.75em + 30px + 4px) * 5);
	/* (line-height 1.75em + padding-top 15px + padding-bottom 15px + border-bottom:not(:last-child) 1px) * 5*/
	overflow-y: auto;
}

#top_topics .section_information_list ul li{
	display: block;
	border-bottom: 1px solid rgba(0,91,172,0.3);
}
#top_topics .section_information_list ul li:last-child{
	border-bottom: none;
}
#top_topics .section_information_list ul li span{
	display: block;
}
/* トピックス（ef7）ここまで */


/* タブ */

#top_tab_wrap {
	background: url(/img/common/news-title-bg.png) no-repeat left top #fff;
	padding: 40px 40px 20px;
	margin: 40px 0px 0px;
}

#top_tab_title {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: end;
	gap: 50px;
}

#top_tab_title h2 {
	margin: 0 0 20px;
	padding: 0;
}
#top_tab_title 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: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 10px;
}
#top_tab_title ul li {
	width: 100%;
}
#top_tab_title ul li button {
	display: grid;
	place-content: center center;
	width: 100%;
	height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid rgba(0,91,172,1);
	background: rgba(0,91,172,0.05);
	border-radius: 20px 20px 0px 0px;
	color: #333333;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 0;
}
#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: rgba(0,91,172,1);
	color: #ffffff;
	height: 50px;
}

#top_tab_detail {
	/* border-bottom: 2px solid; */
	padding: 30px 40px 40px;
}

details.top_tab_details summary {
	display: none;
}

details.top_tab_details summary {
	list-style: none;
}

details.top_tab_details summary::-webkit-details-marker {
	display: none;
}

details.top_tab_details summary::marker {
	display: none;
}


/* 新着情報（件数） */
.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: grid;
	grid-template-columns: 9em 1fr;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 15px 0px;
	border-bottom: 1px solid rgba(0,91,172,0.3);
}
.top_tab_detail_list ul li:last-child {
	margin-bottom: 0px;
}
.top_tab_detail_list ul li span[class^="article_"] {
	display: block;
}
.top_tab_detail_list ul li > span.article_date {
	font-size: 1.4rem;
	color: #005bac;
	margin-top: 0.2em;
}
.top_tab_detail_list ul li .article_title a:any-link{
	display: grid;
	grid-template-columns: 1fr 20px;
}
.top_tab_detail_list ul li .article_title a::after{
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	background: url(/img/common/icon-arrow-right-blue.png);
	margin-top: 0.2em
}

/* 新着情報（情報はありません） */
.top_tab_detail_box p.no_data {}

/* 新着情報（newアイコン） */
.top_tab_detail_list img.icon_new {
	vertical-align: baseline;
	margin-left: 0.5em;
}

/* 新着情報（一覧・RSS） */
.top_tab_detail_box .link_box {
	display: flex;
	    flex-wrap: wrap;
	justify-content: flex-end;
	        align-items: flex-start;
	gap: 10px 20px;
	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: grid;
	grid-template-columns: 1fr 20px;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 0;
	background: #005bac;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-decoration: none;
	margin: 0px;
	padding: 10px 20px;
	text-align: center;
	border-radius: 100vmax;
}
.top_tab_detail_box .link_box span[class*="link_"] a::after{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(/img/common/icon-arrow-right-white.png);
}
.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_miryoku{
	padding: 60px 0px 0px;
}
#top_miryoku h2{
	margin-bottom: 40px;
	padding-top: 40px;
	padding-left: 30px;
	background: url(/img/common/news-title-bg.png) no-repeat left top;
}

/* 福岡県の広報 */
#top_koho{
	background: #dfeef6;
	position: relative;
	padding: 60px 0px;
}
#top_koho::before{
	content: '';
	display: block;
	background: #dfeef6;
	/* background: #f00; */
	width: 100vw;
	height: 300px;
	position: absolute;
	z-index: -1;
	bottom: calc(100% - 10px);
	left: calc(50% - 50vw);
}
#top_koho::after{
	content: '';
	display: block;
	background: #dfeef6;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: auto;
	bottom: 0;
	left: calc(50% - 50vw);
	z-index: -1;
}
#top_koho h2{
	margin-bottom: 40px;
	padding-top: 40px;
	padding-left: 30px;
	background: url(/img/common/news-title-bg.png) no-repeat left top;
}
.top_koho_list{
	display: grid;
	grid-template-rows: auto auto auto;
	gap: 20px;
}
.top_koho_list1_wrap a:any-link{
	/* text-decoration: none; */
}
.top_koho_list1_wrap a:any-link:hover{
	text-decoration: none;
}
.top_koho_list1{
	display: grid;
	grid-template-columns: 255px 255px 530px;
	gap: 20px;
}
.top_koho_list1_title{
	margin: 0px 0px 30px;
}
.top_koho_list1_title :where(a,span) {
	display: grid;
	grid-template-columns: 1fr 19px;
	align-items: center;
	color: currentcolor;
	/* text-decoration: none; */
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.top_koho_list1_title :where(a,span)::after{
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	background: url(/img/common/icon-arrow-right-blue.png)
}
.top_koho_list1_title a:any-link{
	color: currentcolor;
}
.top_koho_detail{
	background: url(/img/top/top-box-bg.png) no-repeat left 10px top 10px #fff;
	border-radius: 0px 10px 10px 10px;
	padding: 20px;
}
.top_koho_list1_image{
	text-align: center;
}
:is(.fukuoka_dayori,.graph_fukuoka) .top_koho_list1_image img{
	object-fit: contain;
	object-position: center center;
}


.top_koho_list2{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 20px;
}
.top_koho_list2 .top_koho_detail a:any-link{
	display: grid;
	grid-template-rows: 1fr auto;
	gap: 10px;
	height: 100%;
	justify-content: center;
	font-size: 1.6rem;
	color: currentColor;
}
.top_koho_list2 .top_koho_detail a img{
	display: block;
	margin-inline: auto;
	align-self: center;
	object-fit: contain;
}
.top_koho_list2 .top_koho_detail a span{
	display: block;
	text-align: center;
}
.top_koho_list3{
	background: url(/img/top/top-box-bg.png) no-repeat left 10px top 10px #fff;
	padding: 40px 40px;
}
.top_koho_list3 h3{
	margin: 0px 0px 30px;
	text-align: center;
	font-size: 2rem;
	line-height: 1;
}
.top_koho_list3_list{
	display: grid;
	grid-template-columns: repeat(auto-fill,235px);
	gap: 20px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	align-items: stretch;
}

.top_koho_list3_list a:any-link{
	display: grid;
	grid-template-columns: 80px 1fr;
	align-items: stretch;
	height: 100%;
	box-sizing: border-box;
	font-size: 1.6rem;
	line-height: 1.2;
	text-decoration: none;
	border-radius: 0px 10px 10px 10px;
	overflow: hidden;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	color: currentColor;
}
.top_koho_list3_list a .icon_kanren{
	display: grid;
	place-content: center center;
	background: url(/img/top/kanren-icon-bg.png) no-repeat left top #005bac;
	color: #fff;
}
.top_koho_list3_list a .kanren_text{
	display: grid;
	place-content: center start;
	padding: 15px;
}


/* 注目ワード */
#search_trend_word {
	margin: 40px 0px 0px;
}
#search_trend_word h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 2rem;
	width: fit-content;
	display: grid;
	grid-template-columns: 10px 1fr;
	align-items: center;
	gap: 10px;
}
#search_trend_word h2::before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #005bac;
	border-radius: 50%;
	
}
#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{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#search_trend_word p a:any-link {
	display: block;
	margin: 0px;
	padding: 10px 20px;
	background: #fff;
	color: var(--textlink-link, currentcolor);
	text-decoration: none;
	cursor: pointer;
	border-radius: 100vmax;
}
#search_trend_word p a:hover{
	text-decoration: underline;
}

/* さがすメニュー */
.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: 40px 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 {
	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;
	gap: 20px;
}
ul.banner_list li {
	width: calc(25% - 15px);
}
ul.banner_list li img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* ページID検索 */
#open_page_id_box .search_ipt {
	bottom: auto;
	top: 100%;
	border-radius: 0px 0px 30px 30px;
	border: 2px solid #616161;
	border-top: none;
}

#open_page_id_box[open] summary {
	border-radius: 30px 30px 0px 0px;
	border: 2px solid #fff;
	border-bottom: none;
}

#open_page_id_box .search_ttl::after {
	transform: rotate(180deg);
}

#open_page_id_box[open] .search_ttl::after {
	transform: rotate(0deg);
}
/* ページID検索ここまで */


/* 文字サイズ変更 */
.font_size_changed .banner_chiji a:any-link {
	/* padding-bottom: 200px; */
	padding-right: 0;
	min-height: 9em;
	place-content: start start;
	/* padding-top: 10em; */
	height: auto;
	padding-bottom: 180px;
}

/* 背景色変更 */
.color_change #top_information_wrap::after {
	display: none;
}

body.color_change :where(#top_photo_list,#top_banner_3_list) button {
	background-color: transparent !important;
	filter: grayscale(1) brightness(10);
}
.color_change #top_topics{
	background: none;
	border-image: none;
	border-color: currentColor;
}
.color_change .swiper-pagination-bullet{
	opacity: 0.25 !important;;
}
.color_change .swiper-pagination-bullet::before{
	background: #fff !important;
}
.color_change .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1 !important;
}
.color_change :is(
	#top_tab_wrap,
	.top_koho_detail,
	.top_koho_list3
){
	background: none;
}
.color_change .top_tab_detail_list ul li .article_title a::after {
	filter: grayscale(1) brightness(5);
}

body.color_change .top_koho_list2 .top_koho_detail a img {
	background-color: #fff !important;
}

.font_size_limit_max #top_important{
	grid-template-columns: auto;
}
.font_size_limit_max #top_important summary{
	width: fit-content;
}
.font_size_limit_max .trend_custom{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
}
.font_size_limit_max .top_tab_detail_box .link_box span[class*="link_"]{
	width: fit-content;
}
.color_change #top_important h2,
.color_change #search_trend_word h2{
	grid-template-columns: auto;
}
.color_change #search_trend_word h2{
	
}
.color_change .search_input_note p:first-child{
	filter: invert(0);
}
.top_koho_detail a:has(img[alt*="Line"]) {
	text-transform: uppercase;
}
.font_size_changed details.top_tab_details summary {
	grid-template-columns: 1fr auto;
}

.font_size_changed .top_koho_list3_list {
	grid-template-columns: 1fr;
}

.font_size_changed .top_koho_list3_list a .kanren_text br {
	display: none;
}

.font_size_changed #top_tab_title {
	display: block;
}

/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 900px) {

	#he_left #logo{
		grid-template-columns: 110px;
	}
	#he_left #logo::after {
		display: none;
	}
	
	#he_left .header_one_kyusyu a img{
		width: 30px;
		object-fit: contain;
		object-position: center center;
	}
	#top_search .sp_header_banner_bousai{
		display: none;
	}	
	.sp_header_banner_bousai a:any-link {
		font-size: 0.8rem;
		padding: 2px 1px;
	}
	.sp_header_banner_bousai a span{
		gap: 5px;
		grid-template-rows: auto auto;
	}
	.sp_header_banner_bousai a span::before{
		height: 15px;
	}

	#link_search{
		display: none;
	}
	/* 重要なお知らせ */
	#top_important {
		padding: 20px 20px;
		display: block;
		margin: 10px 0px;
	}
	#top_important summary{
		pointer-events:auto;
	}
	#top_important[open] summary{
		margin-bottom: 20px;
	}
	#top_important h2 {
		font-size: 1.8rem;
		margin: 0;
		text-align: left;
		width: fit-content;
	}
	#top_important h2::after{
		transform: rotate(90deg);
	}
	#top_important[open] h2::after{
		transform: rotate(-90deg);
		margin-top: -5px
	}

	#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;
	}

	#banner_top_photo_side_youtube{
		/* display: none; */
	}
	#top_banner_4_list{
		display: none;
	}

	#top_topics h2{
		width: fit-content;
		display: grid;
		grid-template-columns: auto auto 8px;
		align-items: center;
		gap: 10px;
		font-size: 2rem;
		line-height: 1;
	}
	#top_topics h2::after{
	    content: '';
	    display: block;
	    width: 8px;
	    height: 13px;
	    background: currentColor;
	    clip-path: polygon(
	        25.00% 0.00%,
	        75.00% 50.00%,
	        25.00% 100.00%,
	        0.00% 100.00%,
	        50.00% 50.00%,
	        0.00% 0.00%
	      );
		transform: rotate(90deg);
	}
	#top_topics[open] h2::after{
		transform: rotate(-90deg);
		margin-top: -5px;
	}
	#top_topics h2 span{
		margin: 0;
	}
	:where(#top_topics,#top_tab_title,#top_miryoku,#top_koho) h2{
	}
	:where(#top_topics,#top_tab_title,#top_miryoku,#top_koho) h2 span.title_sub{
		text-transform: uppercase;
		font-size: 1.8rem;
	}

	.search_input_note p:first-child{
		filter: invert(0);
	}
	#search_trend_word{
		margin: 0;
		padding: 20px 0;

	}

	.trend_custom{
		display: grid;
		grid-template-columns: repeat(3,1fr);
		justify-content: center;
		align-content: center;
		gap: 10px;
	}
	@media screen and (max-width: 670px){
		.trend_custom{
			grid-template-columns: repeat(2,1fr);
		}
	}
	.trend_custom a:any-link:has(img){
		gap: 10px;
		padding: 10px 10px;
		min-width: 160px;
		box-sizing: border-box;
	}
	.trend_custom a img{
		max-width: 30px;
		height: auto;
	}
	#search_trend_word p a:any-link{
		padding: 10px 10px;
		line-height: 1.4;
	}
	
	#top_topics{
		display: block;
		padding: 20px;
		margin-bottom: 0;
	}
	#top_topics summary{
		pointer-events: auto;
	}
	
	#top_topics .section_information_list ul li a{
		background: none;
		padding-right: 0;
	}

	/* ようこそ知事室へ */
	.banner_chiji a .banner_chiji_text_wrap {
		grid-template-columns: auto 1fr;
		grid-template-rows: auto auto;
		gap: 0px 0px;
	}

	.banner_chiji_title br {
		display: none;
	}

	.banner_chiji_title {
		font-size: 2.6rem;
		font-weight: bold;
		grid-column: span 2;
	}

	.banner_chiji a:any-link {
		height: 135px;
		background-size: auto 120px,auto auto,auto auto;
		background-position: right -10px bottom,left 40px top 10px,left top;
	}
	/* ようこそ知事室へここまで */

	
	/* タブ */
	#top_tab_wrap{
		padding: 40px 20px 20px;
	}
	#top_tab_title h2{
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-end;
		gap: 10px;
	}
	:where(#top_topics,#top_tab_title,#top_miryoku,#top_koho) h2 span.title_main{
		margin-bottom: 0;
		font-size: 2rem;
	}
	details.top_tab_details summary{
		display: grid;
		grid-template-columns: 1fr 20px;
		align-items: center;
		background: #005bac;
		color: #fff;
		padding: 10px 20px;
		border-radius: 100vmax;
	}
	details.top_tab_details summary::after{
		content: '';
		display: grid;
		place-content: center center;
		width: 2.4rem;
		height: 2.4rem;
		background: url(/img/common/icon-plus.png) no-repeat center center #fff;
		background-size: 12px auto;
		border-radius: 50%;
		color: #005bac;
		line-height: 1;
		font-size: 2rem;
	}
	details.top_tab_details[open] summary{
		border-radius: 20px 20px 0px 0px;
	}
	details.top_tab_details[open] summary::after{
		background-image: url(/img/common/icon-minus.png);
	}
	#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 {
		padding: 30px 20px;
	}
	#top_tab_detail .acc_title + input[id*="acc_ttl_label"] + * {
		display: block;
	}

	/* タブを開閉式に変更 */
	#top_tab_title ul {
		display: none;
	}

	#top_tab_detail {
		padding: 0px;
		border-bottom: none;
	}

	.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: #e6e6e6;
		color: #333333;
	}
	.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: 0px 20px 20px;
		background: #dfeef6;
	}

	#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;
	}
	.top_tab_detail_list ul li > span.article_date {
		width: auto;
	}

	/* 新着情報（一覧・RSS） */
	.top_tab_detail_box .link_box span[class*="link_"] a {
		font-size: 1.3rem;
	}

	/* トピックス */
	.lettering_box > div.lettering_box_img {
		width: 120px;
	}


	#top_koho{
		padding-top: 20px;
		padding-bottom: 40px;
	}
	#top_miryoku{
		padding-top: 20px;
	}

	.top_koho_list1_title{
		margin-bottom: 15px;
	}
	:where(.fukuoka_dayori,.graph_fukuoka) .top_koho_list1_title :where(a,span) {
		font-size: 1.3rem;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		justify-content: end;
		gap: 10px;
	}

	:where(.fukuoka_dayori,.graph_fukuoka) .top_koho_list1_title :where(a,span)::after{
		margin-left: auto;
	}


	/* さがすメニュー */
	.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_koho_list3{
		padding: 20px;
	}
	.top_koho_list3_list{
		grid-template-columns: repeat(auto-fill,min(48%,150px));
		gap: 10px;
		font-size: 1.2rem;
		justify-content: center;
	}
	.top_koho_list3_list a:any-link{
		grid-template-columns: 50px 1fr;
		font-size: 1.2rem;
	}
	.top_koho_list3_list a .icon_kanren img{
		width: 25px;
		height: 25px;
		object-fit: contain;
	}
	.top_koho_list3_list a .kanren_text{
		padding: 10px 10px;
		letter-spacing: -0.05em;
		line-height: 1.2;
		font-size: 1.2rem;
		height: calc(2.88rem + 20px);
		box-sizing: border-box;
	}

	/* リンク */
	.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/sp/acc_open_white.png");
	}
	.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/sp/acc_close_white.png");
	}

	/* カウントダウン */
	.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;
	}


	.top_koho_list{
		/* grid-template-columns: 1fr 1fr; */
		/* grid-template-rows: auto auto; */
		/* display: block; */
	}
	.top_koho_list1{
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
	}
	:where(.fukuoka_dayori,.graph_fukuoka) img{
		max-width: 100%;
		height: auto;
	}
	.fukuoka_internet_tv{
		grid-column: span 2;
	}

	@media screen and (max-width: 670px){
		.top_koho_list2{
			display: flex;
			flex-wrap: wrap;
			/* grid-template-columns: repeat(4,1fr); */
			/* grid-template-rows: auto auto; */
			gap: 0px;
			background: #fff;
			padding: 20px;
			background: url(/img/top/top-box-bg.png) no-repeat left 10px top 10px #fff;
				margin: 0px 0px;
			justify-content: space-between;
		}
		.top_koho_list2 .top_koho_detail{
			background: none;
			padding: 0 0px;
			width: auto;
			box-sizing: border-box;
		}
		.top_koho_list2 .top_koho_detail a img{
			max-width: 100%;
			height: auto;
		}
		.top_koho_list2 .top_koho_detail a span{
			display: none;
		}
		.top_koho_list2 .top_koho_detail:last-child{
			/* grid-column: span 4; */
			padding: 0;
			width: 100%;
			/* flex: 1; */
			/* flex-shrink: 0; */
			/* flex-basis: 0; */
		}
		.top_koho_list2 .top_koho_detail:last-child span{
			display: block;
		}
		.top_koho_list2 .top_koho_detail:last-child a:any-link{
			grid-template-columns: 25px auto;
			gap: 20px;
			align-items: center;
			grid-template-rows: auto;
			padding: 10px;
			box-sizing: border-box;
			height: auto;
			border: 1px solid #005bac;
			border-radius: 100vmax;
			text-decoration: none;
		}

		.font_size_changed .banner_chiji_title br{
			/* display: block; */
		}
		.font_size_changed .banner_chiji a .banner_chiji_text_wrap{
			display: block;
			margin-left: 0;
			margin-right: auto;
		}
		.font_size_changed .banner_chiji a .banner_chiji_text_wrap span{
			display: block;
		}
		.font_size_changed .banner_chiji a:any-link{
			min-height: 0;
			height: auto;
				padding-bottom: 100px;
		}
	}
	.font_size_changed #search_trend_word p a:any-link {
		border-radius: 10px;
	}



	
}
/* ==================================================
スマートフォン ここまで
================================================== */