@charset "utf-8";

/* ==================================================
福岡県議会だより 特集 202608 作り込み
================================================== */

.koho_tokusyu202608 {
	--kt-color-navy: #122b4c;
	--kt-color-blue: #083895;
	--kt-color-text: #333333;
	--kt-color-border: #d0d0d0;
	--kt-color-panel-bg: #fafafa;
	--kt-color-profile-bg: #f8f7fe;
	--kt-color-table-head: #f2f8ff;
	--kt-color-table-border: #c9dcf1;
	--kt-font-size-base: 1.6rem;
	--kt-font-size-heading: 2.2rem;
	--kt-font-size-consultation: 2.262rem;
	--kt-line-height-base: 1.75;
	--kt-line-height-tight: 1.5;
	--kt-gap-section: 60px;
	--kt-gap-block: 30px;
	--kt-gap-inline: 25px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 100%;
	overflow-x: clip;
	color: #000000;
	font-size: var(--kt-font-size-base);
	line-height: var(--kt-line-height-base);
}

.koho_tokusyu202608 *,
.koho_tokusyu202608 *::before,
.koho_tokusyu202608 *::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* サイト標準 h2 装飾のリセット（#main_body より詳細度を上げる） */
#main_body .koho_tokusyu202608 :where(h2,h3,h4,h5,h6) {
	clear: none;
	margin: 0;
	padding: 0;
	border: none;
	font-weight: bold;
	position: static;
	background: transparent;
}

#main_body .koho_tokusyu202608 h2 {
	font-size: inherit;
}

#main_body .koho_tokusyu202608 h2::before,
#main_body .koho_tokusyu202608 h2::after {
	display: none;
	content: none;
}

.koho_tokusyu202608 p {
	margin: 0;
}

.koho_tokusyu202608 img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.koho_tokusyu202608 ol,
.koho_tokusyu202608 ul {
	margin: 0;
	padding: 0;
}

.koho_tokusyu202608 a {
	color: var(--kt-color-text);
}

.koho_tokusyu202608 a:hover,
.koho_tokusyu202608 a:focus {
	color: var(--kt-color-text);
}

/* ========== イントロ ========== */

.koho_tokusyu202608 .kt_intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: var(--kt-gap-block);
}

.koho_tokusyu202608 .kt_intro_hero {
	margin: 0;
	width: 100%;
	overflow: hidden;
}

/* height: auto のまま aspect-ratio で高さを決め、CMS 標準の height: auto !important と競合させない */
.koho_tokusyu202608 .kt_intro_hero img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 780 / 483;
	-o-object-fit: cover;
	   object-fit: cover;
}

.koho_tokusyu202608 .kt_intro_photo img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 366 / 244;
	-o-object-fit: cover;
	   object-fit: cover;
}

.koho_tokusyu202608 .kt_intro_body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: var(--kt-gap-inline);
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.koho_tokusyu202608 .kt_intro_photo {
	margin: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 366px;
	max-width: 46.9%;
}

.koho_tokusyu202608 .kt_intro_text {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0;
	        flex: 1 1 0;
	min-width: 0;
}

.koho_tokusyu202608 .kt_intro_text p + p {
	margin-top: 0;
}

/* ========== セクション共通 ========== */

.koho_tokusyu202608 .kt_section {
	margin-top: var(--kt-gap-section);
}

.koho_tokusyu202608 .kt_section:first-child {
	margin-top: 0;
}

/* 諮問事項 見出しバー */
.koho_tokusyu202608 .kt_consultation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 25px;
}

.koho_tokusyu202608 .kt_heading_bar {
	position: relative;
	width: 100%;
	height: 38px;
}

.koho_tokusyu202608 .kt_heading_bar_title {
	position: absolute;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 3px;
}

.koho_tokusyu202608 .kt_heading_bar_title::before {
	content: "";
	display: block;
	width: 4px;
	height: 38px;
	background: var(--kt-color-navy);
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

#main_body .koho_tokusyu202608 .kt_heading_bar_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 159px;
	height: 38px;
	margin: 0;
	padding: 0 32px 0 30px;
	border: none;
	background: var(--kt-color-navy);
	color: #ffffff;
	font-size: var(--kt-font-size-heading);
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
}

.koho_tokusyu202608 .kt_heading_bar_line {
	position: absolute;
	left: 173px;
	top: 3px;
	right: 0;
	height: 8px;
	background:
		linear-gradient(var(--kt-color-navy), var(--kt-color-navy)) 0 1px / 100% 2px no-repeat,
		linear-gradient(var(--kt-color-navy), var(--kt-color-navy)) 0 7px / 100% 1px no-repeat;
}

/* 委員・開催状況 見出し */
.koho_tokusyu202608 .kt_heading_lines {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 4px;
	width: 100%;
	margin-bottom: 40px;
}

.koho_tokusyu202608 .kt_heading_lines::before,
.koho_tokusyu202608 .kt_heading_lines::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: var(--kt-color-navy);
}

#main_body .koho_tokusyu202608 .kt_heading_lines_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 63px;
	margin: 0;
	padding: 15px;
	border-top: 1px solid var(--kt-color-navy);
	border-bottom: 1px solid var(--kt-color-navy);
	color: var(--kt-color-navy);
	font-size: var(--kt-font-size-heading);
	font-weight: bold;
	line-height: var(--kt-line-height-tight);
	text-align: center;
	white-space: nowrap;
}

/* ========== 諮問事項 ========== */

.koho_tokusyu202608 .kt_consultation_list {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 12px;
}

.koho_tokusyu202608 .kt_consultation_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 2.262rem;
	line-height: 1.5;
}

.koho_tokusyu202608 .kt_consultation_num {
	color: var(--kt-color-navy);
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	font-weight: normal;
}

.koho_tokusyu202608 .kt_consultation_txt {
	color: #000000;
	min-width: 0;
	font-weight: normal;
}

.koho_tokusyu202608 .kt_divider {
	display: block;
	width: 100%;
	height: 8px;
	margin: 0;
	border: none;
	background:
		linear-gradient(var(--kt-color-navy), var(--kt-color-navy)) 0 0 / 100% 1px no-repeat,
		linear-gradient(var(--kt-color-navy), var(--kt-color-navy)) 0 6px / 100% 2px no-repeat;
}

/* ========== パネル（委員・開催状況） ========== */

.koho_tokusyu202608 .kt_panel {
	background: var(--kt-color-panel-bg);
	padding: 30px 40px 50px;
}

.koho_tokusyu202608 .kt_panel .kt_heading_lines {
	margin-bottom: 40px;
}

/* ========== ページ03 副議長 ========== */

.koho_tokusyu202608_page03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: var(--kt-gap-section);
}

.koho_tokusyu202608_page03 > .kt_section {
	margin-top: 0;
}

.koho_tokusyu202608 .kt_page03_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: var(--kt-gap-block);
}

.koho_tokusyu202608 .kt_lead {
	color: var(--kt-color-text);
	font-size: var(--kt-font-size-base);
	line-height: var(--kt-line-height-base);
}

.koho_tokusyu202608 .kt_profile {
	background: var(--kt-color-profile-bg);
	padding: 32px 30px;
	min-height: 290px;
}

.koho_tokusyu202608 .kt_profile_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 52px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
}

.koho_tokusyu202608 .kt_profile_photo {
	margin: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 226px;
}

.koho_tokusyu202608 .kt_profile_photo img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	-o-object-fit: cover;
	   object-fit: cover;
}

.koho_tokusyu202608 .kt_profile_body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 5px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0;
	        flex: 1 1 0;
	min-width: 0;
	color: var(--kt-color-text);
}

.koho_tokusyu202608 .kt_profile_role {
	font-size: 1.8rem;
	line-height: 1.75;
}

.koho_tokusyu202608 .kt_profile_name {
	font-size: 3.2625rem;
	font-weight: bold;
	line-height: 1.75;
}

.koho_tokusyu202608 .kt_profile_meta {
	font-size: 1.8rem;
	line-height: 1.5;
}

.koho_tokusyu202608 .kt_panel_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 40px;
	width: 100%;
}

.koho_tokusyu202608 .kt_heading_double {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 4px;
	width: 100%;
}

.koho_tokusyu202608 .kt_heading_double::before,
.koho_tokusyu202608 .kt_heading_double::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: var(--kt-color-navy);
}

#main_body .koho_tokusyu202608 .kt_heading_double_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 63px;
	margin: 0;
	padding: 15px;
	border-top: 1px solid var(--kt-color-navy);
	border-bottom: 1px solid var(--kt-color-navy);
	color: var(--kt-color-navy);
	font-size: var(--kt-font-size-heading);
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
}

.koho_tokusyu202608 .kt_message {
	color: var(--kt-color-text);
	font-size: var(--kt-font-size-base);
	line-height: var(--kt-line-height-base);
}

/* ========== ページ04 国と地方の協議の場 ========== */

.koho_tokusyu202608_page04 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: var(--kt-gap-section);
}

.koho_tokusyu202608 .kt_page04_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: var(--kt-gap-block);
}

.koho_tokusyu202608 .kt_photos_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 5px;
	width: 100%;
}

.koho_tokusyu202608 .kt_photos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0;
	width: 100%;
}

/* 画像枠は疑似要素のスペーサーで縦横比を固定し、幅の縮小に高さを追従させる */
.koho_tokusyu202608 .kt_photo_main {
	position: relative;
	margin: 0;
	width: 100%;
	overflow: hidden;
}

.koho_tokusyu202608 .kt_photo_main::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 52.821%;
}

.koho_tokusyu202608 .kt_photo_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	width: 100%;
}

.koho_tokusyu202608 .kt_photo_sub {
	position: relative;
	margin: 0;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
	min-width: 0;
	overflow: hidden;
}

.koho_tokusyu202608 .kt_photo_sub::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 66.667%;
}

.koho_tokusyu202608 .kt_photo_main img,
.koho_tokusyu202608 .kt_photo_sub img {
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.koho_tokusyu202608 .kt_photo_sub:first-child img {
	top: 0;
	-webkit-transform: none;
	        transform: none;
}

#main_body .detail_html .koho_tokusyu202608 .kt_photo_main img,
#main_body .detail_html .koho_tokusyu202608 .kt_photo_sub img {
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
}

.koho_tokusyu202608 .kt_photo_caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	gap: 5px;
	margin: 0;
	color: var(--kt-color-text);
	font-size: var(--kt-font-size-base);
	line-height: var(--kt-line-height-base);
	text-align: right;
}

.koho_tokusyu202608 .kt_photo_caption::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 11px solid var(--kt-color-text);
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.koho_tokusyu202608 .kt_body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0;
	color: var(--kt-color-text);
	font-size: var(--kt-font-size-base);
	line-height: var(--kt-line-height-base);
}

.koho_tokusyu202608 .kt_em_blue {
	color: var(--kt-color-blue);
	font-weight: bold;
}

.koho_tokusyu202608 .kt_glossary {
	background: rgba(242, 248, 255, 0.7);
	padding: 40px;
	width: 100%;
}

.koho_tokusyu202608 .kt_glossary_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
	width: 100%;
}

#main_body .koho_tokusyu202608 .kt_glossary_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 16px;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	position: static;
	color: var(--kt-color-navy);
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0;
	white-space: nowrap;
}

#main_body .koho_tokusyu202608 .kt_glossary_ttl::before,
#main_body .koho_tokusyu202608 .kt_glossary_ttl::after {
	display: none;
	content: none;
}

.koho_tokusyu202608 .kt_glossary_icon {
	display: grid;
	grid-template-columns: 11.742px 11.742px;
	grid-template-rows: 11.742px 11.742px;
	gap: 2.518px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 26px;
	height: 26px;
	min-width: 26px;
	min-height: 26px;
}

.koho_tokusyu202608 .kt_glossary_icon > span {
	display: block;
	width: 11.742px;
	height: 11.742px;
	background: var(--kt-color-navy);
}

.koho_tokusyu202608 .kt_glossary_icon > span:nth-child(2) {
	background: var(--kt-color-blue);
}

#main_body .koho_tokusyu202608 .kt_glossary_ttl_txt {
	display: block;
	color: var(--kt-color-navy);
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0;
}

.koho_tokusyu202608 .kt_glossary_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
}

.koho_tokusyu202608 .kt_glossary_item {
	padding: 20px 0;
	border-bottom: 1px solid var(--kt-color-blue);
}

.koho_tokusyu202608 .kt_glossary_item_last {
	border-bottom: none;
}

#main_body .koho_tokusyu202608 .kt_glossary_term {
	margin: 0 0 9px;
	color: var(--kt-color-blue);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: var(--kt-line-height-tight);
}

.koho_tokusyu202608 .kt_glossary_desc {
	margin: 0;
	color: #000000;
	font-size: var(--kt-font-size-base);
	line-height: var(--kt-line-height-tight);
}

/* ========== 委員テーブル ========== */

.koho_tokusyu202608 .kt_table_wrap {
	max-width: 700px;
	margin: 0 auto;
	overflow-x: hidden;
	border: 1px solid var(--kt-color-blue);
	background: #ffffff;
}

#main_body .detail_html .koho_tokusyu202608 .kt_table {
	width: 100%;
	min-width: 0;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	margin: 0;
	background: #ffffff;
}

#main_body .detail_html .koho_tokusyu202608 .kt_table caption {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

#main_body .detail_html .koho_tokusyu202608 .kt_table th,
#main_body .detail_html .koho_tokusyu202608 .kt_table td {
	padding: 15px;
	border: 1px solid var(--kt-color-table-border);
	font-size: var(--kt-font-size-base);
	line-height: var(--kt-line-height-tight);
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

#main_body .detail_html .koho_tokusyu202608 .kt_table th {
	width: 35%;
	background: var(--kt-color-table-head);
	text-align: center;
	letter-spacing: 0.25em;
	white-space: nowrap;
}

#main_body .detail_html .koho_tokusyu202608 .kt_table td {
	background: #ffffff;
	letter-spacing: 0.25em;
	line-height: 1.7;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.koho_tokusyu202608 .kt_note {
	margin-top: 5px;
	font-size: var(--kt-font-size-base);
	line-height: var(--kt-line-height-tight);
}

/* ========== 開催状況 ========== */

.koho_tokusyu202608 .kt_meetings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.koho_tokusyu202608 .kt_meeting {
	padding-bottom: 30px;
	border-bottom: 1px solid var(--kt-color-border);
}

.koho_tokusyu202608 .kt_meeting + .kt_meeting {
	padding-top: 30px;
}

.koho_tokusyu202608 .kt_meeting_last {
	border-bottom: none;
	padding-bottom: 0;
}

.koho_tokusyu202608 .kt_meeting_date {
	margin-bottom: 10px;
	color: var(--kt-color-text);
	font-size: var(--kt-font-size-base);
	line-height: var(--kt-line-height-tight);
}

.koho_tokusyu202608 .kt_meeting_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.koho_tokusyu202608 .kt_meeting_label {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin: 0;
	color: var(--kt-color-text);
	font-size: var(--kt-font-size-base);
	line-height: var(--kt-line-height-tight);
}

.koho_tokusyu202608 .kt_meeting_body {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0;
	        flex: 1 1 0;
	min-width: 0;
}

.koho_tokusyu202608 .kt_meeting_body ol {
	list-style: decimal;
	margin: 0;
	padding-left: 1.5em;
	color: var(--kt-color-text);
	font-size: var(--kt-font-size-base);
	line-height: var(--kt-line-height-tight);
}

.koho_tokusyu202608 .kt_meeting_body li + li {
	margin-top: 5px;
}

.koho_tokusyu202608 .kt_meeting_sub {
	padding-left: 20px;
	margin-top: 5px;
}

.koho_tokusyu202608 .kt_meeting_sub p {
	line-height: var(--kt-line-height-tight);
}

.koho_tokusyu202608 .kt_link_more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: 30px;
}

.koho_tokusyu202608 .kt_link_more a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	padding: 5px 15px;
	background: #ffffff;
	color: var(--kt-color-text);
	text-decoration: underline;
	line-height: var(--kt-line-height-base);
}

.koho_tokusyu202608 .kt_link_more a:hover,
.koho_tokusyu202608 .kt_link_more a:focus {
	text-decoration: none;
}

.koho_tokusyu202608 .kt_link_arrow {
	display: inline-block;
	width: 21px;
	height: 21px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	border-radius: 50%;
	background: var(--kt-color-navy);
	position: relative;
}

.koho_tokusyu202608 .kt_link_arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: translate(-60%, -50%) rotate(45deg);
	        transform: translate(-60%, -50%) rotate(45deg);
}

/* ========== 背景色変更 ========== */

.color_black .koho_tokusyu202608,
.color_blue .koho_tokusyu202608 {
	color: inherit;
}

.color_black .koho_tokusyu202608 .kt_panel,
.color_blue .koho_tokusyu202608 .kt_panel {
	background: transparent;
	border: 1px solid currentColor;
}

.color_black .koho_tokusyu202608 .kt_profile,
.color_blue .koho_tokusyu202608 .kt_profile {
	background: transparent;
	border: 1px solid currentColor;
}

.color_black .koho_tokusyu202608 .kt_glossary,
.color_blue .koho_tokusyu202608 .kt_glossary {
	background: transparent;
	border: 1px solid currentColor;
}

.color_black #main_body .koho_tokusyu202608 .kt_glossary_ttl,
.color_black #main_body .koho_tokusyu202608 .kt_glossary_ttl_txt,
.color_blue #main_body .koho_tokusyu202608 .kt_glossary_ttl,
.color_blue #main_body .koho_tokusyu202608 .kt_glossary_ttl_txt {
	background: transparent !important;
	color: inherit !important;
}

.color_black .koho_tokusyu202608 .kt_table_wrap,
.color_blue .koho_tokusyu202608 .kt_table_wrap {
	background: transparent;
	border: 1px solid currentColor;
}

.color_black .koho_tokusyu202608 .kt_table th,
.color_blue .koho_tokusyu202608 .kt_table th {
	background: transparent;
}

.color_black .koho_tokusyu202608 .kt_table,
.color_black .koho_tokusyu202608 .kt_table td,
.color_blue .koho_tokusyu202608 .kt_table,
.color_blue .koho_tokusyu202608 .kt_table td {
	background: transparent;
}

.color_black .koho_tokusyu202608 .kt_link_more a,
.color_blue .koho_tokusyu202608 .kt_link_more a {
	background: transparent;
}

/* ========== 文字拡大 ========== */

.font_size_changed .koho_tokusyu202608 .kt_heading_bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 8px;
	height: auto;
	min-height: 38px;
}

.font_size_changed .koho_tokusyu202608 .kt_heading_bar_title {
	position: static;
}

.font_size_changed .koho_tokusyu202608 .kt_heading_bar_ttl,
.font_size_changed .koho_tokusyu202608 .kt_heading_lines_ttl,
.font_size_changed .koho_tokusyu202608 .kt_heading_double_ttl {
	white-space: normal;
	text-align: center;
	height: auto;
	min-height: 38px;
	width: auto;
	min-width: 159px;
}

.font_size_changed .koho_tokusyu202608 .kt_heading_bar_line {
	position: static;
	width: 100%;
}

.font_size_changed .koho_tokusyu202608 .kt_table th {
	white-space: normal;
}

.font_size_changed .koho_tokusyu202608 .kt_intro_body,
.font_size_changed .koho_tokusyu202608 .kt_meeting_row,
.font_size_changed .koho_tokusyu202608 .kt_profile_inner {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.font_size_changed .koho_tokusyu202608 .kt_heading_lines_ttl,
.font_size_changed .koho_tokusyu202608 .kt_heading_double_ttl {
	min-height: 63px;
	min-width: 0;
}

.font_size_changed .koho_tokusyu202608 .kt_glossary_ttl {
	min-width: 0;
	width: auto;
	height: auto;
	min-height: 0;
	text-align: left;
	white-space: normal;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.font_size_changed .koho_tokusyu202608 .kt_feature_head {
	min-height: 0;
	height: auto;
}

.font_size_changed #main_body .koho_tokusyu202608 .kt_feature_head_ttl {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	height: auto;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
	letter-spacing: 0.1rem;
}

.font_size_changed .koho_tokusyu202608 .kt_pdf_link {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.color_black .koho_tokusyu202608 .kt_feature_body,
.color_blue .koho_tokusyu202608 .kt_feature_body {
	background: transparent;
}

.color_black .koho_tokusyu202608 .kt_feature_body::after,
.color_blue .koho_tokusyu202608 .kt_feature_body::after {
	display: none;
}

.color_black .koho_tokusyu202608 .kt_pdf_link,
.color_blue .koho_tokusyu202608 .kt_pdf_link {
	color: inherit;
}

.color_black #main_body .koho_tokusyu202608 .kt_feature_head {
	background: #333333 !important;
	color: #ffffff !important;
}
.color_blue #main_body .koho_tokusyu202608 .kt_feature_head {
	background: #0000aa !important;
	color: #ffff00 !important;
}
.color_change .koho_tokusyu202608 .kt_feature_head::before,
.color_change .koho_tokusyu202608 .kt_feature_head::after {
	display: none;
}

/* ========== ページ05 トピックス ========== */

.koho_tokusyu202608_page05 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: var(--kt-gap-section);
}

.koho_tokusyu202608 .kt_feature {
	width: 100%;
	overflow: hidden;
}

.koho_tokusyu202608 .kt_feature_head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 80px;
	padding: 20px;
	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;
	overflow: hidden;
}

.koho_tokusyu202608 .kt_feature_head::before,
.koho_tokusyu202608 .kt_feature_head::after {
	content: "";
	position: absolute;
	width: 28px;
	height: 28px;
	pointer-events: none;
	background: rgba(255, 255, 255, 0.4);
}

.koho_tokusyu202608 .kt_feature_head::before {
	left: 0;
	top: 0;
	-webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
	        clip-path: polygon(0 0, 100% 0, 0 100%);
}

.koho_tokusyu202608 .kt_feature_head::after {
	right: 0;
	bottom: 0;
	-webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
	        clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

#main_body .koho_tokusyu202608 .kt_feature_head_ttl {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	color: inherit;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.3rem;
	text-align: center;
	white-space: nowrap;
	word-break: break-word;
}

.koho_tokusyu202608 .kt_feature_body {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 25px;
	padding: 30px;
	background: #f6fbff;
	overflow: hidden;
}

.koho_tokusyu202608 .kt_feature_body::after {
	content: "";
	position: absolute;
	right: -18px;
	bottom: -54px;
	width: 383px;
	height: 374px;
	background:
		radial-gradient(ellipse 90px 130px at 65% 15%, rgba(8, 56, 149, 0.08) 0%, transparent 70%),
		radial-gradient(ellipse 120px 90px at 15% 45%, rgba(8, 56, 149, 0.06) 0%, transparent 70%),
		radial-gradient(ellipse 100px 110px at 55% 75%, rgba(8, 56, 149, 0.07) 0%, transparent 70%);
	pointer-events: none;
}

.koho_tokusyu202608 .kt_feature_text,
.koho_tokusyu202608 .kt_feature_grid,
.koho_tokusyu202608 .kt_feature_row,
.koho_tokusyu202608 .kt_feature_photo_wide,
.koho_tokusyu202608 .kt_pdf_list {
	position: relative;
	z-index: 1;
}

.koho_tokusyu202608 .kt_feature_text p {
	color: var(--kt-color-text);
	font-size: var(--kt-font-size-base);
	line-height: var(--kt-line-height-base);
}

.koho_tokusyu202608 .kt_feature_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 25px;
	width: 100%;
}

.koho_tokusyu202608 .kt_feature_grid_item {
	position: relative;
	margin: 0;
	overflow: hidden;
}

.koho_tokusyu202608 .kt_feature_grid_item::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 66.667%;
}

.koho_tokusyu202608 .kt_feature_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	gap: 25px;
	width: 100%;
}

.koho_tokusyu202608 .kt_feature_row_item {
	position: relative;
	margin: 0;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(50% - 12.5px);
	        flex: 0 0 calc(50% - 12.5px);
	max-width: calc(50% - 12.5px);
	min-width: 0;
	overflow: hidden;
}

.koho_tokusyu202608 .kt_feature_row_item::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 66.667%;
}

.koho_tokusyu202608 .kt_feature_photo_wide {
	position: relative;
	margin: 0;
	width: 100%;
	overflow: hidden;
}

.koho_tokusyu202608 .kt_feature_photo_wide::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 61.111%;
}

.koho_tokusyu202608 .kt_feature_grid_item img,
.koho_tokusyu202608 .kt_feature_row_item img,
.koho_tokusyu202608 .kt_feature_photo_wide img {
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-o-object-fit: cover;
	   object-fit: cover;
}

#main_body .detail_html .koho_tokusyu202608 .kt_feature_grid_item img,
#main_body .detail_html .koho_tokusyu202608 .kt_feature_row_item img,
#main_body .detail_html .koho_tokusyu202608 .kt_feature_photo_wide img {
	width: 100% !important;
	height: auto !important;
}

.koho_tokusyu202608 .kt_pdf_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.koho_tokusyu202608 .kt_pdf_item + .kt_pdf_item {
	margin-top: 0;
}

.koho_tokusyu202608 .kt_pdf_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px;
	color: var(--kt-color-text);
	text-decoration: underline;
}

.koho_tokusyu202608 .kt_pdf_link:hover,
.koho_tokusyu202608 .kt_pdf_link:focus {
	color: var(--kt-color-text);
	text-decoration: none;
}

.koho_tokusyu202608 .kt_pdf_link::before {
	content: "";
	display: block;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-top: 6px;
	background: url("/img/sites/koho-tokusyu/202608/page05-icon-pdf.png") no-repeat center center / contain;
}

.koho_tokusyu202608 .kt_pdf_txt {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0;
	        flex: 1 1 0;
	min-width: 0;
	font-size: 1.8rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

/* ========== レスポンシブ ========== */

/* SP 表示（本案件は 1080px 以下がスマホ） */
@media screen and (max-width: 1080px) {
	.koho_tokusyu202608 {
		--kt-gap-section: 40px;
		--kt-gap-block: 24px;
		--kt-font-size-consultation: 1.8rem;
	}

	.koho_tokusyu202608 .kt_intro_body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.koho_tokusyu202608 .kt_profile {
		padding: 24px 20px;
		min-height: 0;
	}

	/* プロフィール写真とテキストは横1行を保ち、テキスト側を縮める */
	.koho_tokusyu202608 .kt_profile_inner {
		gap: 24px;
	}

	.koho_tokusyu202608 .kt_profile_photo {
		width: 30%;
		max-width: 226px;
		min-width: 120px;
	}

	.koho_tokusyu202608 .kt_intro_photo {
		width: 100%;
		max-width: 100%;
	}

	.koho_tokusyu202608 .kt_panel {
		padding: 24px 20px 40px;
	}

	.koho_tokusyu202608 .kt_consultation_list {
		padding-left: 20px;
	}

	.koho_tokusyu202608 .kt_consultation_list li {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		font-size: 1.8rem;
	}

	.koho_tokusyu202608 .kt_meeting_row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 8px;
	}

	.koho_tokusyu202608 .kt_glossary {
		padding: 24px 20px;
	}

	.koho_tokusyu202608 .kt_feature_body {
		padding: 24px 20px;
	}

	.koho_tokusyu202608 .kt_feature_head {
		min-height: 0;
		height: auto;
		padding: 20px;
	}

	#main_body .koho_tokusyu202608 .kt_feature_head_ttl {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: break-word;
	}
}

/* 狭い SP 幅向けの微調整（写真とテキストの横並びは維持する） */
@media screen and (max-width: 540px) {
	.koho_tokusyu202608 .kt_profile_inner {
		gap: 16px;
	}

	.koho_tokusyu202608 .kt_profile_photo {
		width: 32%;
		max-width: 226px;
		min-width: 96px;
	}

	.koho_tokusyu202608 .kt_heading_bar {
		height: auto;
		min-height: 38px;
		padding-bottom: 14px;
	}

	.koho_tokusyu202608 .kt_heading_bar_line {
		left: 0;
		right: 0;
		top: 41px;
	}

	.koho_tokusyu202608 .kt_table th,
	.koho_tokusyu202608 .kt_table td {
		display: block;
		width: 100%;
		border-right: none;
		text-align: left;
	}

	.koho_tokusyu202608 .kt_table th {
		border-bottom: none;
		padding-bottom: 8px;
	}

	.koho_tokusyu202608 .kt_table td {
		padding-top: 0;
		padding-bottom: 20px;
	}

	#main_body .detail_html .koho_tokusyu202608 .kt_table th {
		width: 100%;
	}

}