
#review{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/** toptxt **/

#toptxt{
	background: rgba(137, 197, 194, 0.9);
	padding: 20px 20px 20px 20px;
}
#toptxt .s_title{	margin-bottom: 20px;}
#toptxt ul{
	margin: 0 0 20px 0;
}
#toptxt li{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	padding: 10px 0 10px 20px;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#toptxt li:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #55807d;
	border-width: 3px 0px 3px 5px;
	position: absolute;
	top: 17px;
	left: 8px;
}
#toptxt p{
	position: relative;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	margin: 3px 0 0 0;
	padding: 0 0 0 12px;
}
#toptxt p span{
	color: #ff0000;
	position: absolute;
	top: 0;
	left: 0;
}
#toptxt .bt_main{
	width: 230px;
}


/** rvlist **/

.rvlist{
	font-size: 0;
	line-height: 0;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rvbox{
	margin: 0 0 20px 0;
	border-radius: 10px;
	background: rgba(137, 197, 194, 0.9);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rvbox .rvtitle{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 10px;
	background: #fff;
	background: linear-gradient(150deg, #fff 0%, #e7f5f4 100%);
	border-radius: 10px 10px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rvbox .rvtitle .img{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rvbox .rvtitle .img img{
	width: 100%;
	height: auto;
}
.rvbox .rvtitle p{
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
.rvbox .rvtitle p em{
	font-size: 12px;
	color: #55807d;
}
.rvbox .rvtitle p a{	color: #55807d;}
.rvbox .rvtitle p span{	color: #cddcce;}

.rvbox dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 20px;
}
.rvbox dt,
.rvbox dd{
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
.rvbox dt{
	width: 56px;
	color: #55807d;
}
.rvbox dd{}
.rvbox dl:last-of-type dd{	color: #ccc;}
.rvbox dd em{	color: #ffd600;}
.rvbox .rvmain{
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	padding: 20px;
}
.next{
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.next a,
.next span{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 1;
	margin: 0 5px;
}
.next a{
	color: #fff;
	background: rgba(255,255,255,0.2);
}
.next span{
	color: #fff;
	background: #55807d;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {

}

