@charset "utf-8";

/* ==================================================
会派 色設定
================================================== */

/* 未設定 */
#main_body:has(.faction span[class*="icon_elm_"]),
#main_body .box_faq:has(.faction_few span[class*="icon_elm_"]) {
	--faction-color: #666666; /* 線・文字 */
	--faction-color-pale: #f1f1f1; /* 背景（薄い） */
	--faction-color-deep: #e3e3e3; /* 背景（濃い） */
}

/* ===== 4会派 ===== */

/* 自民党県議団 */
#main_body:has(.faction span.icon_elm_1) {
	--faction-color: #200C80; /* 線・文字 */
	--faction-color-pale: #F8F7FE; /* 背景（薄い） */
	--faction-color-deep: #E7E3FA; /* 背景（濃い） */
}
/* 民主県政県議団 */
#main_body:has(.faction span.icon_elm_2) {
	--faction-color: #AD5C00; /* 線・文字 */
	--faction-color-pale: #FFFAF4; /* 背景（薄い） */
	--faction-color-deep: #FFF3E4; /* 背景（濃い） */
}
/* 公明党 */
#main_body:has(.faction span.icon_elm_3) {
	--faction-color: #034BA8; /* 線・文字 */
	--faction-color-pale: #F4F9FF; /* 背景（薄い） */
	--faction-color-deep: #E3F0FF; /* 背景（濃い） */
}
/* 新政会 */
#main_body:has(.faction span.icon_elm_4) {
	--faction-color: #07770B; /* 線・文字 */
	--faction-color-pale: #F7FEF7; /* 背景（薄い） */
	--faction-color-deep: #E7F6E7; /* 背景（濃い） */
}

/* ===== 少数会派 ===== */

/* 無所属の会 */
#main_body .box_faq:has(.faction_few span.icon_elm_1) {
	--faction-color: #0C1278; /* 線・文字 */
	--faction-color-pale: #F5F6FF; /* 背景（薄い） */
}
/* 自由と繁栄の会 */
#main_body .box_faq:has(.faction_few span.icon_elm_2) {
	--faction-color: #3F7707; /* 線・文字 */
	--faction-color-pale: #FBF9F6; /* 背景（薄い） */
}
/* 政策の会 */
#main_body .box_faq:has(.faction_few span.icon_elm_3) {
	--faction-color: #004883; /* 線・文字 */
	--faction-color-pale: #F4FCFF; /* 背景（薄い） */
}
/* 緑友会 */
#main_body .box_faq:has(.faction_few span.icon_elm_4) {
	--faction-color: #624211; /* 線・文字 */
	--faction-color-pale: #FBF9F6; /* 背景（薄い） */
}
/* 桜和会 */
#main_body .box_faq:has(.faction_few span.icon_elm_5) {
	--faction-color: #af2c2c; /* 線・文字 */
	--faction-color-pale: #FEF7F7; /* 背景（薄い） */
}
/* 至誠会 */
#main_body .box_faq:has(.faction_few span.icon_elm_6) {
	--faction-color: #0F796F; /* 線・文字 */
	--faction-color-pale: #F4FFFE; /* 背景（薄い） */
}
/* 日本維新の会 */
#main_body .box_faq:has(.faction_few span.icon_elm_7) {
	--faction-color: #896607; /* 線・文字 */
	--faction-color-pale: #FFFDF2; /* 背景（薄い） */
}
/* 豊築会 */
#main_body .box_faq:has(.faction_few span.icon_elm_8) {
	--faction-color: #A70000; /* 線・文字 */
	--faction-color-pale: #FEF7F7; /* 背景（薄い） */
}

/* ==================================================
会派 色設定 ここまで
================================================== */


/* ==================================================
PC
================================================== */

/* ===== 代表・一般質問 共通 ===== */

/* 外部リンク非表示 */
.detail_free .external_link_text,
.link_l .external_link_text {
	display: none !important;
}

/* 注釈 */
.box_notes {
	font-size: 1.6rem;
	margin-bottom: 30px;
}

/* 質問回答 */
.box_faq_wrap {
	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;
	gap: 60px 0px;
}
.box_faq {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.box_faq:not(:has(h2)) {
	display: none !important;
}

#main_body .box_faq .box_txt h2 {
	border: none;
	border-bottom: 2px solid var(--faction-color);
	background: var(--faction-color-pale);
	margin: 0px 0px 30px;
	padding: 25px 20px;
	padding-left: 90px;
	position: relative;
	min-height: 5rem;
}
#main_body .box_faq .box_txt h2::before,
#main_body .box_faq .box_txt h2::after {
	display: none;
}
#main_body .box_faq .box_txt h2::before {
	content: 'Q.';
	display: block;
	width: auto;
	height: auto;
	background: none;
	border: none;
	color: var(--faction-color);
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 5rem;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	pointer-events: none;
}

.box_faq .box_txt p {
	margin: 0px;
}
.box_faq .box_txt p + p {
	margin-top: 1em;
}
.box_faq .box_txt h2 + p {
	position: relative;
	padding-left: 90px;
}
.box_faq .box_txt h2 + p::before {
	content: 'A.';
	display: block;
	width: auto;
	height: auto;
	background: none;
	border: none;
	color: #ce0000;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 5rem;
	line-height: 1;
	position: absolute;
	top: 0px;
	left: 20px;
	pointer-events: none;
}

/* ===== 代表質問 ===== */

/* 紹介 */
#koho_daihyo1_wrap .box_profile {
	margin-bottom: 30px;
	background-image: -webkit-gradient(linear, left top, right top, from(var(--faction-color-deep)), to(var(--faction-color-pale)));
	background-image: -o-linear-gradient(left, var(--faction-color-deep), var(--faction-color-pale));
	background-image: linear-gradient(90deg, var(--faction-color-deep), var(--faction-color-pale));
	padding: 30px;
	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;
	gap: 0px 40px;
}
#koho_daihyo1_wrap .box_profile .box_img {
	width: 226px;
}
#koho_daihyo1_wrap .box_profile .box_img img {
	width: 100% !important;
	height: auto !important;
	vertical-align: top;
}
#main_body #koho_daihyo1_wrap .box_profile .box_img div[class*="detail_"] {
	display: block;
	width: auto;
	margin: 0px;
	padding: 0px;
}

#koho_daihyo1_wrap .box_profile .box_txt {
	width: calc(100% - 226px - 40px);
}
#koho_daihyo1_wrap .box_profile .box_txt .faction {
	font-size: 3.2rem;
	line-height: 1.5;
	margin-bottom: 15px;
}
#koho_daihyo1_wrap .box_profile .box_txt .link_l {
	margin: 25px 0px 0px;
	text-align: left;
}
#koho_daihyo1_wrap .box_profile .box_txt .link_l + .link_l {
	margin-top: 15px;
}
#koho_daihyo1_wrap .box_profile .box_txt .link_l a {
	display: inline-block;
	background: url("/img/sites/koho/common/icon-arrow-circle-blue.png") no-repeat right 15px top 50% #ffffff;
	color: #333333;
	font-size: 1.5rem;
	line-height: 1.4;
	margin: 0px;
	padding: 7px 50px 7px 15px;
}

/* 質問回答（画像） */
#koho_daihyo1_wrap .box_faq .box_img {
	margin-top: 30px;
	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;
	gap: 30px;
}
#koho_daihyo1_wrap .box_faq .box_img:not(:has(img)) {
	display: none !important;
}
#koho_daihyo1_wrap .box_faq .box_img p {
	display: none;
	margin: 0px;
}
#koho_daihyo1_wrap .box_faq .box_img p:has(img) {
	display: block;
	width: calc(50% - 15px);
}
#koho_daihyo1_wrap .box_faq .box_img p img {
	width: 100% !important;
	max-width: 375px;
	height: auto !important;
	vertical-align: top;
}

/* 代表質問を終えて */
#koho_daihyo1_wrap .box_after_wrap {
	margin-top: 60px;
	background-image: -webkit-gradient(linear, left top, right top, from(var(--faction-color-deep)), to(var(--faction-color-pale)));
	background-image: -o-linear-gradient(left, var(--faction-color-deep), var(--faction-color-pale));
	background-image: linear-gradient(90deg, var(--faction-color-deep), var(--faction-color-pale));
	padding: 40px;
}
#koho_daihyo1_wrap .box_after {
	background: #ffffff;
	padding: 40px;
}
#main_body #koho_daihyo1_wrap .box_after h2 {
	margin: 0px 0px 30px;
	padding: 15px 20px;
	background: none;
	border: none;
	border-top: 2px solid var(--faction-color);
	border-bottom: 2px solid var(--faction-color);
	color: var(--faction-color);
	font-size: 2.4rem;
	text-align: center;
}
#main_body #koho_daihyo1_wrap .box_after h2::before,
#main_body #koho_daihyo1_wrap .box_after h2::after {
	display: none;
}
#main_body #koho_daihyo1_wrap .box_after div.detail_free,
#main_body #koho_daihyo1_wrap .box_after div.detail_free table {
	margin: 0px;
}
#main_body #koho_daihyo1_wrap .box_after div.detail_free > * {
	margin: 0px;
}
#main_body #koho_daihyo1_wrap .box_after div.detail_free > * + * {
	margin-top: 30px;
}

/* ===== 一般質問 ===== */

/* 会派名 */
#koho_ippan1_wrap .faction,
#koho_ippan2_wrap .faction_few {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px 0px 60px;
	padding: 20px;
	font-size: 2.6rem;
	font-family: var(--fontfamily-bold, sans-serif);
	line-height: var(--lineheight-detail-midashi, 1.5);
	letter-spacing: var(--letterspacing-detail-midashi, 0.1em);
	font-weight: bold;
	background: var(--faction-color-pale);
	border-top: 3px solid var(--faction-color);
	border-bottom: 3px solid var(--faction-color);
	text-align: center;
}
#koho_ippan2_wrap .faction_few {
	color: var(--faction-color);
}

/* 質問回答 */
.ippan .box_faq,
.ippan .box_faq1,
.ippan .box_faq2 {
	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;
	gap: 0px;
}
.ippan .box_faq1,
.ippan .box_faq2 {
	width: 100%;
	gap: 0px 20px;
}
.ippan .box_faq2 {
	margin-top: 60px;
}
.ippan .box_faq1:not(:has(h2)),
.ippan .box_faq2:not(:has(h2)) {
	display: none !important;
}
.ippan .box_faq .box_img {
	width: 226px;
	font-size: 1.6rem;
}
.ippan .box_faq .box_img p {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
}
.ippan .box_faq .box_img p:has(img) {
	display: block;
	margin-bottom: 0.5em;
}
.ippan .box_faq .box_img img {
	width: 100% !important;
	max-width: 226px;
	height: auto !important;
	vertical-align: top;
}

.ippan .box_faq .box_img .link_l {
	margin: 0.5em 0px 0px;
	text-align: left;
}
.ippan .box_faq .box_img .link_l a {
	display: inline-block;
	background: url("/img/sites/koho/common/icon-arrow-circle-blue.png") no-repeat right 0px top 50% transparent;
	color: inherit;
	margin: 0px;
	padding: 0px 30px 0px 0px;
	font-size: 1.5rem;
}

.ippan .box_faq .box_txt {
	width: calc(100% - 226px - 20px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 30px;
	background: var(--faction-color-pale);
}
#main_body .ippan .box_faq .box_txt h2 {
	margin: 0px 0px 25px;
	padding: 0px 0px 20px 55px;
	min-height: auto;
	color: var(--faction-color);
	font-size: 1.8rem;
	background: none;
	border-bottom-width: 1px;
}
#main_body .ippan .box_faq .box_txt h2::before {
	font-size: 3.6rem;
	top: 0px;
	left: 0px;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}

.ippan .box_faq .box_txt h2 + p {
	padding-left: 55px;
}
.ippan .box_faq .box_txt h2 + p::before {
	font-size: 3.6rem;
	left: 0px;
}

/* ===== 定例会の概要・意見書など ===== */

/* 枠 */
#koho_overview_wrap {
	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;
	gap: 60px 0px;
}
#koho_overview_wrap .box {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #122B4C;
	padding: 0px 30px 30px;
}
#koho_overview_wrap .box:empty {
	display: none !important;
}
#koho_overview_wrap .box > *:last-child,
#koho_overview_wrap .box > *:last-child > *:last-child {
	margin-bottom: 0px !important;
}

#main_body #koho_overview_wrap .box h2 {
	border: none;
	background: #122B4C;
	background-image: -webkit-gradient(linear, left top, right top, from(#122B4C), to(#0D356D));
	background-image: -o-linear-gradient(left, #122B4C, #0D356D);
	background-image: linear-gradient(90deg, #122B4C, #0D356D);
	color: #ffffff;
	text-align: center;
	margin: 0px -30px 30px;
	padding: 18px 20px;
	position: relative;
}
#main_body #koho_overview_wrap .box h2::before,
#main_body #koho_overview_wrap .box h2::after {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	border: none;
	background: none;
	color: inherit;
	position: absolute;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	pointer-events: none;
}
#main_body #koho_overview_wrap .box h2::before {
	background: url("/img/sites/koho/overview/h2-bg1.png") no-repeat left top transparent;
	top: 0px;
	left: 0px;
}
#main_body #koho_overview_wrap .box h2::after {
	background: url("/img/sites/koho/overview/h2-bg2.png") no-repeat left top transparent;
	bottom: 0px;
	right: 0px;
}

#main_body #koho_overview_wrap .box .detail_free h2,
#main_body #koho_overview_wrap .box .detail_free h3 {
	border: none;
	background: none;
	color: inherit;
	margin: 1.5em 0px 1em;
	padding: 0px 0px 0px 1em;
	font-size: 2rem;
	text-align: left;
	position: relative;
}
#main_body #koho_overview_wrap .box .detail_free h2::before,
#main_body #koho_overview_wrap .box .detail_free h2::after,
#main_body #koho_overview_wrap .box .detail_free h3::before,
#main_body #koho_overview_wrap .box .detail_free h3::after {
	display: none;
}
#main_body #koho_overview_wrap .box .detail_free h2::before,
#main_body #koho_overview_wrap .box .detail_free h3::before {
	content: '';
	display: block;
	width: 0.6em;
	height: 0.6em;
	border: none;
	border-radius: 100%;
	background: #122B4C;
	color: #ffffff;
	position: absolute;
	top: 0.5em;
	bottom: auto;
	left: 0px;
	right: auto;
	pointer-events: none;
}

#main_body #koho_overview_wrap .box .detail_free p {
	margin: 0px 0px 1em;
}
#koho_overview_wrap .box .detail_free > *:first-child {
	margin-top: 0px !important;
}

/* 概要 */
#koho_overview_wrap .box.overview {
	border-color: transparent;
	background: url("/img/sites/koho/overview/bg-main.png") no-repeat right -60px bottom 40px #F6FBFF;
}

/* ==================================================
PC ここまで
================================================== */


/* ==================================================
背景色変更
================================================== */

/* 共通 */
.color_change #koho_daihyo1_wrap .box_profile,
.color_change #koho_daihyo1_wrap .box_after_wrap,
.color_change #koho_overview_wrap .box.overview {
	background: none !important;
}
.color_change #main_body .box_faq .box_txt h2::before {
	display: block !important;
	color: inherit;
}
.color_change .box_faq .box_txt h2 + p::before {
	color: inherit;
}

/* ==================================================
背景色変更 ここまで
================================================== */


/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1080px) {

	/* ===== 代表・一般質問 共通 ===== */

	/* 注釈 */
	.box_notes {
		font-size: 1.4rem;
		margin-bottom: 30px;
	}

	/* 質問回答 */
	.box_faq_wrap {
		gap: 30px 0px;
	}

	#main_body .box_faq .box_txt h2::before {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		top: 20px;
	}

	/* ===== 代表質問 ===== */

	/* 紹介 */
	@media screen and (max-width: 670px) {
		#koho_daihyo1_wrap .box_profile {
			padding: 24px 20px;
			gap: 16px;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
		}
		#koho_daihyo1_wrap .box_profile .box_img {
			width: 32%;
			max-width: 226px;
			min-width: 96px;
		}
		#koho_daihyo1_wrap .box_profile .box_txt {
			width: auto;
		}
		#koho_daihyo1_wrap .box_profile .box_txt .faction {
			font-size: 2.4rem;
		}
	}

	/* 質問回答（画像） */
	#koho_daihyo1_wrap .box_faq .box_img {
		gap: 20px;
	}
	#koho_daihyo1_wrap .box_faq .box_img p:has(img) {
		width: calc(50% - 10px);
	}
	@media screen and (max-width: 540px) {
		#koho_daihyo1_wrap .box_faq .box_img p:has(img) {
			width: 100%;
		}
	}

	/* 代表質問を終えて */
	#koho_daihyo1_wrap .box_after_wrap {
		margin-top: 40px;
		padding: 20px;
	}
	#koho_daihyo1_wrap .box_after {
		padding: 20px;
	}

	/* ===== 一般質問 ===== */

	/* 会派名 */
	#koho_ippan1_wrap .faction,
	#koho_ippan2_wrap .faction_few {
		margin-bottom: 30px;
		font-size: 2.4rem;
		padding: 15px 20px;
	}

	/* 質問回答 */
	@media screen and (max-width: 670px) {
		.ippan .box_faq,
		.ippan .box_faq1,
		.ippan .box_faq2 {
			gap: 20px;
		}
		.ippan .box_faq2 {
			margin-top: 30px;
		}
		.ippan .box_faq .box_img {
			width: 226px;
			margin: 0px auto;
			font-size: 1.4rem;
		}
		.ippan .box_faq .box_txt {
			width: 100%;
			padding: 20px;
		}
		.ippan .box_faq .box_img p:has(img) {
			width: 50%;
			margin-left: auto;
			margin-right: auto;
		}
	}

	/* ===== 定例会の概要・意見書など ===== */

	/* 枠 */
	#koho_overview_wrap {
		gap: 30px 0px;
	}
	#koho_overview_wrap .box {
		padding: 0px 20px 30px;
	}

	#main_body #koho_overview_wrap .box h2 {
		margin-left: -20px;
		margin-right: -20px;
	}
	#main_body #koho_overview_wrap .box .detail_free h2,
	#main_body #koho_overview_wrap .box .detail_free h3 {
		font-size: 1.8rem;
	}
	#main_body #koho_overview_wrap .box .detail_free ul {
		padding-left: 25px;
	}

	/* 概要 */
	#koho_overview_wrap .box.overview {
		background-size: 300px auto;
		background-position: right -40px top 40px;
	}

}
/* ==================================================
スマートフォン ここまで
================================================== */