.ccm-page .two-image_banner{
	margin:0 auto 32px;
	position:relative;
	overflow:hidden;
	border:1px solid #ccc;
}
.ccm-page .two-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%);
}
.ccm-page .two-image_banner h6{
	margin:0;
	position:absolute;
	left:16px; bottom:16px;
	color:rgba(255,255,255,1);
	-webkit-text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
    -moz-text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
    -ms-text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
    -o-text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}

/*　スマホ（スマートフォン・タブレット）・タブレット用
---------------------------------------------------------------------*/
@media (max-width: 768px) {
.ccm-page .two-image_banner{
	height:200px;
}
}
/*　パソコン（PC）用
---------------------------------------------------------------------*/
@media (min-width: 769px) {
.ccm-page #page-content .two-image_banner{
	height:368px;
}
.ccm-page .page-content-left .two-image_banner{
	height:240px;
}
.ccm-page .side-content-right .two-image_banner{
	height:96px;
}
}
