
/*=================================================
 * CSS for PC
 * ================================================= */

#cnt{
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.inpage_box > div.rv_bt{
	margin-bottom: 40px;
	padding: 40px 0;
}
.rv_bt .bt1{
	display: inline-block;
	vertical-align: top;
	width: 330px;
	margin: 0 5px;
}


/** rvbox **/

.inpage_box > div.rvbox{
	text-align: left;
	margin-bottom: 20px;
}

.rvbox_in{
	padding: 60px;
}
.rvbox_in h3{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	height: 50px;
	padding: 0 0 0 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rvbox_in h3 span{
	font-size: 40px;
	line-height: 1;
	position: absolute;
	top: 5px;
	left: 5px;
}
.rvbox_in h3 p:nth-of-type(1){
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 3px 0;
}
.rvbox_in h3 p:nth-of-type(2){
	width: 100%;
	font-size: 10px;
	line-height: 12px;
}
.rv_prof{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	margin: 0 0 15px 0;
	padding: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rv_prof_l{
	width: 50px;
	margin-right: 10px;
}
.rv_prof_l a{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}
.rv_prof_l a img{
	width: 100%;
	height: auto;
}
.rv_prof_r{
	flex: 1;
}
.rv_prof_r p:nth-of-type(1){
	font-size: 14px;
	line-height: 14px;
}
.rv_prof_r p:nth-of-type(2){
	font-size: 11px;
	line-height: 14px;
	margin-top: 5px;
}
.rv_main{
	font-size: 14px;
	line-height: 1.8;
}

.next{
	text-align: center;
	padding: 20px 0;
}

.next p{
	display: inline-block;
	vertical-align: top;
}
.next p a,
.next p span{
	display: inline-block;
	vertical-align: top;
	width: 40px !important;
	font-size: 14px;
	line-height: 40px;
	margin: 0 5px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.next p span{
	font-weight: bold;
	padding: 0;
	border-radius: 0;
}
.next p a{
	color: currentColor;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
.next p a:hover{
	color: currentColor;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


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

@media screen and (max-width: 650px) {
	#review{	width: auto;}
	.inpage_box > div.rv_bt{
		margin-bottom: 10px !important;
		padding: 10px 0;
	}
	.rv_bt .bt1{
		display: block;
		margin: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}


	/** rvbox **/
	.inpage_box > div.rvbox{
		margin: 0 0 10px 0 !important;
		padding: 0;
		text-align: left;
	}
	.rvbox_in{
		padding: 0;
	}
	.rv_prof{
		margin: 0 10px 10px 10px;
	}
	.rv_main{
		padding: 0 10px 10px 10px;
	}

	.next{
		font-size: 0;
		line-height: 0;
		padding: 0 10px;
	}
	.next p{	padding: 10px 7px;}
	.next p a,
	.next p span{
		width: 34px !important;
		font-size: 13px;
		line-height: 34px;
		margin: 0 3px !important;
	}
}
