
.head_wrap {
	background: url(/business/shared/image/datasupport_visual.png) no-repeat;
}

._split > div {
	display: block;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 3px 3px 3px #eee;
	border: 1px solid #eee;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

._split > div p:last-child {
	margin-bottom: 0;
}

._split > div h2 {
	height: 7rem;
	text-align: center;
	position: relative;
	margin-top: 0;
}

._split > div h2 span {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	line-height: 1.0;
	transform: translateY( -50% );
}

._split > div h2:after {
	content: "";
	background: #f78041;
	width: 4rem;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX( -50% );
}

@media (min-width: 768px) {

	.data_thumb01 {
		width: 60%;
		margin: 2em auto;
	}

	.head_wrap {
		background-size: cover;
		height: 20vw;
	}

	._split {
		display: flex;
		justify-content: space-between;
		padding: 0;
	}

	._split > div {
		width: 48.5%;
	}

	._split > div p.caption {
		flex-grow: 1;
	}

}

@media (max-width: 769px) {

	.data_thumb01 {
		margin: 1.5em auto;
	}

	article#company {
		font-size: 0.82rem;
	}

	.head_wrap {
		background-position: center;
		background-size: cover;
		height: 14rem;
	}

	._split > div {
		margin-bottom: 2rem;
	}

}
