.hero-heading {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	line-height: 1.6;
	border-left: 5px solid #F47A20;
	padding: 10px 0 10px 16px;
	margin-bottom: 24px;
}
.sec-heading {
	font-size: 19px;
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #F47A20;
	padding-bottom: 8px;
	margin: 44px 0 18px;
}
.body-text {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 14px;
	color: #333;
}
.img-placeholder {
	width: 100%;
	border-radius: 6px;
	margin: 20px 0;
	overflow: hidden;
}
.img-placeholder img {
	width: 100%;
	height: auto;
	display: block;
}
.img-caption {
	font-size: 12px;
	color: #888;
	text-align: center;
	padding: 8px;
	background: #f9f9f9;
	border-top: 1px solid #eee;
}
.list-square {
	list-style: none;
	padding: 0;
	margin: 14px 0 20px;
}
.list-square li {
	font-size: 15px;
	line-height: 1.85;
	padding: 10px 0 10px 22px;
	border-bottom: 1px solid #eee;
	position: relative;
	color: #333;
}
.list-square li:last-child { border-bottom: none; }
.list-square li::before {
	content: "■";
	position: absolute;
	left: 0;
	top: 12px;
	font-size: 10px;
	color: #333;
}
.list-danger {
	list-style: none;
	padding: 0;
	margin: 14px 0 20px;
}
.list-danger li {
	font-size: 15px;
	line-height: 1.85;
	padding: 8px 0 8px 26px;
	position: relative;
	color: #333;
}
.list-danger li::before {
	content: "✕";
	position: absolute;
	left: 0;
	top: 9px;
	font-size: 13px;
	color: #c0392b;
	font-weight: bold;
}
.list-action {
	list-style: none;
	padding: 0;
	margin: 14px 0 20px;
}
.list-action li {
	font-size: 15px;
	line-height: 1.85;
	padding: 12px 14px 12px 32px;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-bottom: 8px;
	position: relative;
	background: #fff;
	color: #333;
}
.list-action li::before {
	content: "→";
	position: absolute;
	left: 12px;
	color: #333;
	font-weight: bold;
}
.list-check {
	list-style: none;
	padding: 14px 20px;
	margin: 14px 0 20px;
	background: #f9f9f9;
	border-radius: 6px;
}
.list-check li {
	font-size: 15px;
	line-height: 1.9;
	padding: 4px 0 4px 18px;
	position: relative;
	color: #333;
}
.list-check li::before {
	content: "・";
	position: absolute;
	left: 0;
	color: #333;
}
.cta-area {
	background: #FFF5EC;
	border: 2px solid #F47A20;
	border-radius: 10px;
	padding: 28px 24px;
	text-align: center;
	margin-top: 48px;
}
.cta-lead {
	font-size: 15px;
	color: #333;
	line-height: 1.8;
	margin-bottom: 20px;
}
.cta-btn {
	display: inline-block;
	background: #F47A20;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 14px 48px;
	border-radius: 6px;
	text-decoration: none;
	letter-spacing: 0.06em;
}
.cta-btn:hover { background: #d4600a; }
.cta-note {
	font-size: 12px;
	color: #999;
	margin-top: 12px;
}
hr.sec-divider {
	border: none;
	border-top: 1px solid #eee;
	margin: 36px 0;
}