.reviews{
	margin-top: 15px;
}

.review{
	border-bottom: 2px solid #E7F8FA;
	padding: 25px 0 12px 0;
}
.review strong{
	font-weight: 600;
	font-size: 17px;
	line-height: 130%;
	color: #1B1B1B;
	display:inline-block;
	margin-bottom:5px;
}
.review dt{
	margin-top: 2px;
	font-weight: 500;
	font-size: 15px;
	line-height: 15px;
	color: #9D9D9D;
	display: block;
}
.review p{
	margin:8px 0 0;
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
	color:#1B1B1B;
}

.review_row{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}

.review .review_stars{
	margin-right: 12px;
}

.reviews .show_more{
	margin-top: 8px;
	display:inline-block;
	color:#5ED6E7;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	padding-right:16px;
	background:url(image/open_down_green2.svg) no-repeat right center;
	cursor:pointer;
}
.reviews .show_more._opened{
	background-image:url(image/close_up.svg);
}
.reviews ._more{
	display:none;
}

@media (max-width:768px){

	.reviews{
		margin-top: 7px;
		margin-bottom: 10px;
	}

	.review strong{
		margin-right:0;
	}
	.review dt{
		clear:both;
		display:block;
	}
}