/*  -  リスト  -  */
.ccm-page .heart_blue_list_box ul{
	list-style-type:none;
}
.ccm-page .heart_blue_list_box ul li{
	padding-left:24px;
	margin:0 0 16px 0;
}
.ccm-page .heart_blue_list_box ul li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f004";
	color:rgba(0,91,172,1); /*アイコン色*/
	margin-left:-16px;
	position:relative;
	left:-4px;
}
@media (max-width: 768px){
.ccm-page .heart_blue_list_box img {
    width: 100%;
    height: auto;
    margin: 0 auto 16px;
}
}
/*　パソコン（PC）用
---------------------------------------------------------------------*/
@media (min-width: 769px) {
.ccm-page .heart_blue_list_box img{
	float:right;
	margin:0 0 16px 16px;
	width:40%;
    height:auto;
}
}
