/* =========================================
   補助金LP 共通スタイル
   使用ページ：subsidy/index.html
             subsidy/cfa-hoiku-ict-suisinkasan.html
   ========================================= */

/* ヒーロー */
.wk-subsidy-hero {
	background: linear-gradient(135deg, #e8f4f8 0%, #d0eaf5 50%, #c5e4f2 100%);
	padding: 10px 0 60px;
}
.wk-subsidy-hero-breadcrumb {
	font-size: 0.8rem;
	opacity: 0.8;
	margin-bottom: 40px;
}
.wk-subsidy-hero-breadcrumb a {
	color: #414141;
	text-decoration: none;
}
.wk-subsidy-hero-breadcrumb a:hover {
	text-decoration: underline;
}
.wk-subsidy-hero-badge {
	display: inline-block;
	background: #e63946;
	color: #fff;
	font-size: 0.85rem;
	font-weight: bold;
	padding: 4px 14px;
	border-radius: 20px;
	margin-bottom: 16px;
	letter-spacing: 0.05em;
}
.wk-subsidy-hero-title {
	font-size: clamp(1.6rem, 4vw, 2.6rem);
	font-weight: bold;
	line-height: 1.4;
	color: #2a2118;
	margin-bottom: 16px;
}
.wk-subsidy-hero-lead {
	font-size: 1.05rem;
	color: #444;
	margin-bottom: 28px;
	line-height: 1.8;
}
.wk-subsidy-hero-image{
	border-radius: 30px;
	overflow: hidden;
	width: 86%;
}

/* セクション共通 */
.wk-subsidy-section {
	padding: 72px 0;
}
.wk-subsidy-section-title {
	font-size: clamp(1.3rem, 3vw, 1.9rem);
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 12px;
	color: #1a2e44;
}
.wk-subsidy-section-lead {
	text-align: center;
	color: #555;
	margin-bottom: 48px;
	font-size: 1rem;
	line-height: 1.8;
}
.wk-subsidy-section-title-bar {
	width: 48px;
	height: 4px;
	background: #0a9d8d;
	border-radius: 2px;
	margin: 0 auto 16px;
}

/* フローリスト */
.subsidy-flow-list {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.subsidy-flow-list::before {
	content: '';
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #b8e8e4;
}

/* フローアイテム */
.subsidy-flow-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 24px;
	position: relative;
}
.subsidy-flow-item:last-child {
	margin-bottom: 0;
}

/* フロー説明文 */
.subsidy-flow-desc {
	color: #555;
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0;
}

/* フロータイトル */
.subsidy-flow-title {
	font-weight: bold;
	font-size: 1.125rem;
	color: #1a2e44;
	margin-bottom: 10px;
	line-height: 1.5;
}

/* フロー番号（subsidy-req-numberと統一） */
.subsidy-flow-num {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	background: #0a9d8d;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.1rem;
	position: relative;
	z-index: 1;
}
.subsidy-flow-item:last-child .subsidy-flow-num {
	background: #e63946;
}

/* フローボディ */
.subsidy-flow-body {
	background: #fff;
	border-radius: 10px;
	padding: 18px 20px;
	border: 1px solid #d3d3d3;
	flex: 1;
}

/* 注意書き */
.wk-subsidy-caution {
	background: #fff3cd;
	border-left: 4px solid #ffc107;
	border-radius: 0 8px 8px 0;
	padding: 12px 16px;
	font-size: 0.88rem;
	color: #664d03;
	line-height: 1.7;
}

/* レスポンシブ */
@media (min-width: 992px) and (max-width: 1199.98px) {
	.wk-subsidy-hero-title {
		font-size: 1.75rem;
	}
}
@media (max-width: 767px) {
	.wk-subsidy-hero {
		padding: 25px 0 48px;
	}
}
