.ccm-page .info_image_text-right-wrapper{
	margin: 96px auto;
}
.ccm-page .info_image_text-right{
	position:relative;
	overflow:hidden;
}
.ccm-page .info_image_text-right .info_image_text-right-title,
.ccm-page .info_image_text-right .info_image_text-right-descriptioin,
.ccm-page .info_image_text-right .info_image_text-right-button{
	width: 48%;
	height: auto;
	position:absolute;
	left: 0;
}
.ccm-page .info_image_text-right .info_image_text-right-title{
	top: 8%;
	font-size: 1.6rem;
	font-weight: bold;
	-webkit-text-shadow: 2px 2px 1px rgba(255,255,255,1);
  -moz-text-shadow: 2px 2px 1px rgba(255,255,255,1);
  -ms-text-shadow: 2px 2px 1px rgba(255,255,255,1);
  -o-text-shadow: 2px 2px 1px rgba(255,255,255,1);
  text-shadow: 2px 2px 1px rgba(255,255,255,1);
}
.ccm-page .info_image_text-right .info_image_text-right-descriptioin{
	top: 32%;
	width: 48%;
	-webkit-text-shadow: 2px 2px 1px rgba(255,255,255,1);
  -moz-text-shadow: 2px 2px 1px rgba(255,255,255,1);
  -ms-text-shadow: 2px 2px 1px rgba(255,255,255,1);
  -o-text-shadow: 2px 2px 1px rgba(255,255,255,1);
  text-shadow: 2px 2px 1px rgba(255,255,255,1);
}
.ccm-page .info_image_text-right .info_image_text-right-button{
	bottom: 0;
}
.ccm-page .info_image_text-right a{
	text-decoration: none;
	display: block;
}
.ccm-page .info_image_text-right img{
	width: 48%;
	height: auto;
	position: relative;
	left: 52%;
	top: 0;
}
/*　スマホ（スマートフォン・タブレット）・タブレット用
---------------------------------------------------------------------*/
@media (max-width: 768px) {
	.ccm-page .info_image_text-right-wrapper{
		margin: 32px auto;
	}
		.ccm-page .info_image_text-right{
		background: rgba(163,114,36,0.05);
		padding: 16px;
	}
	.ccm-page .info_image_text-right img,
	.ccm-page .info_image_text-right .info_image_text-right-title,
	.ccm-page .info_image_text-right .info_image_text-right-descriptioin,
	.ccm-page .info_image_text-right .info_image_text-right-button{
		width: 100%;
		height: auto;
		position:relative;
		left: 50%;
		top: 0;
		-webkit-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		text-align: center;
	}
	.ccm-page .info_image_text-right .info_image_text-right-title{
		margin: 16px auto 8px;
	}
}
/*　パソコン（PC）用
---------------------------------------------------------------------*/
@media (min-width: 769px) {
}
