.ccm-page .four-image_banner {
	margin: 0 auto 32px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
	background: rgba(0, 0, 0, 1);
}

.ccm-page .four-image_banner img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0.6;
}

.ccm-page .four-image_banner .four-image_banner-title {
	margin: 0;
	position: absolute;
	font-size: 1.8rem;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: rgba(255, 255, 255, 1);
	font-weight: 900;
	letter-spacing: .02em;
	line-height: 1.3;
	width: 100%;
	text-align: center;
}

.ccm-page .four-image_banner:hover img {
	opacity: 1;
}

/*　スマホ（スマートフォン・タブレット）・タブレット用
---------------------------------------------------------------------*/
@media (max-width: 768px) {
	.ccm-page .four-image_banner {
		height: 200px;
	}
}

/*　パソコン（PC）用
---------------------------------------------------------------------*/
@media (min-width: 769px) {
	.ccm-page #page-content .four-image_banner {
		height: 164px;
	}

	.ccm-page .page-content-left .four-image_banner {
		height: 128px;
	}

	.ccm-page .side-content-right .four-image_banner {
		height: 48px;
	}

	.ccm-page .side-content-right .four-image_banner .four-image_banner-title {
		font-size: 1rem;
	}
}
