.content__items--business--01{
	width: 570px;
	padding: 30px 30px 27px;
	border: 1px solid var(--page-sub-color);
	background-color: #fff;
}
.content__items--business--01:nth-of-type(odd){
	border-right: none;
}
.content__items--business--01:nth-last-child(n+3){
	border-bottom: none;
}
	.content__img--business--01{
		height: 300px;
		margin-bottom: 28px;
	}
		.content__subttl--business--01{
			margin-bottom: 5px;
			color: var(--page-sub-color);
		}
