.ccm-page .two-image_banner{
	margin:0 auto 32px;
	position:relative;
	overflow:hidden;
}
.ccm-page .two-image_banner img,
.ccm-page .two-image_banner .two-image_banner-title{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.ccm-page .two-image_banner img {
		display: block;
}
.ccm-page .two-image_banner .two-image_banner-title{
	color:rgba(255,255,255,1);
	text-align: center;
		padding: 0 16px;
		font-size: 1.2rem;
}

/*　スマホ（スマートフォン・タブレット）・タブレット用
---------------------------------------------------------------------*/
@media (max-width: 768px) {
.ccm-page .two-image_banner{
	height:114px;
}
}
/*　パソコン（PC）用
---------------------------------------------------------------------*/
@media (min-width: 769px) {
.ccm-page .two-image_banner{
	height:176px;
}
.ccm-page .page-content-left .two-image_banner{
	height:176px;
}
.ccm-page .side-content-right .two-image_banner{
	height:96px;
}
}
