.ccm-page .img_r-space li {
	margin: 0 0 16px 0px;
	padding-left: 1em;
	position: relative;
	line-height: 1.6;
}
.ccm-page .img_r-space li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	font-size: 0.6rem;
	position: absolute;
	top: 5px;
	left: 2px;
}
/*==========================================================
　　　　　　　　（スマホ）
==========================================================*/
@media (max-width: 768px) {
	.ccm-page .img_r-space img {
		margin: 0 0 16px 0;
		width: 100%;
		height: auto;
	}
}
/*==========================================================
　　　　　　　　　（パソコン）
==========================================================*/
@media (min-width: 769px) {
	.ccm-page .img_r-space img {
		margin: 0 0 16px 16px;
		width: 40%;
		height: auto;
		float: right;
	}
}
