@charset "UTF-8";
.intro__unit {
	padding: 30px 0;
	border-top: 1px dashed #d0d0d0;
}
.intro__unit:first-child {
	padding: 0 0 30px;
	border-top: none;
}
.intro__unit h3 {
	display: flex;
	gap: 8px;
	align-items: center;
}
.intro__unit h3::before {
	content: "";
	background: url(/product/globalpass/images/icon_checked.png) center center no-repeat;
	background-size: 100%;
	display: block;
	width: 24px;
	height: 24px;
}