@charset "utf-8";

.owner_sec{
	margin-bottom: 27px;
}

#point_list .point_ttl{
	display: inline-block;
	background: #d60051;
	color: #fff;
	font-weight: bold;
	font-size: 105%;
	padding: 2px 10px;
	margin-bottom: 5px;
	border-radius: 10px;
}
#point_list ul li:not(:last-child){
	margin-bottom: 17px;
}

#owner_voice{
	margin-bottom: 50px;
}
#owner_voice ul{
	background: #fdeeeb;
	padding: 25px;
}
#owner_voice ul li{
	margin-top: 25px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: dashed 1px #666464;
}
#owner_voice ul li:first-child{
	margin-top: 0;
}
#owner_voice ul li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#owner_voice ul li .img{
	float: left;
	max-width: 295px;
	width: 100%;
}
#owner_voice ul li .txt{
	float: right;
	max-width: 285px;
	width: 100%;
}
#owner_voice ul li .img .profile{
	margin-top: 10px;
}
#owner_voice ul li .img .profile > span{
	font-weight: bold;
	display: block;
}
#owner_voice ul li .txt .name{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 112%;
}
#owner_voice ul li .txt .name > span{
	font-size: 93%;
	vertical-align: 0.05em;
	margin-right: 13px;
}
