.ccm-page .img_r-testimonial-wrapper {
	margin: 32px auto;
}
.ccm-page .img_r-testimonial{
	border-radius: 4px;
	min-height: 100%;
	box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: rgba(255,255,255,1);
	background-clip: border-box;
	color: rgba(84,84,84,1);
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 24px;
}
.ccm-page .img_r-testimonial-image{
	position:absolute;
	width: 164px;
	height: 164px;
	overflow: hidden;
	top: 32px;
	right: 24px;
}
.ccm-page .img_r-testimonial-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.ccm-page .img_r-testimonial-name {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 auto 8px;
	color: initial;
}
.ccm-page .img_r-testimonial-position {
	font-size: 0.8rem;
	margin-bottom: 24px;
}
.ccm-page .img_r-testimonial-paragraph{
	line-height: 1.6;
	position: relative;
}
.ccm-page .img_r-testimonial-paragraph::before{
	content: "";
	width: 176px;
	height: 96px;
	right: 0;
	top: 0;
	position: relative;
	display: block;
	float: right;
}
.ccm-page .img_r-testimonial .img_r-testimonial-award-image{
	position: absolute;
	top: 16px;
	right: 8px;
	width: auto;
	height: 32px;
	background: #fff;
	padding: 8px;
}
.ccm-page .img_r-testimonial .img_r-testimonial-award-image img{
	width: auto;
	height: 100%;
}
/*==========================================================
　　　　　　　　（スマホ）
==========================================================*/
@media (max-width: 768px) {
.ccm-page .img_r-testimonial-image{
	width: 148px;
	height: 148px;
}
.ccm-page .img_r-testimonial-paragraph::before{
	width: 160px;
	height: 72px;
}
}

/*==========================================================
　　　　　　　　　（パソコン）
==========================================================*/
@media (min-width: 769px) {
}
