
.bg_glay .col:nth-of-type(1) .ttl {
	position: relative;
}
.bg_glay .col:nth-of-type(1) .ttl::after {
	background: url(/img/ico_inspect.svg) no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 37px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 37px;
}
.bg_glay .col:nth-of-type(2) .ttl {
	position: relative;
}
.bg_glay .col:nth-of-type(2) .ttl::after {
	background: url(/img/ico_report.svg) no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 37px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 37px;
}