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

/** review **/

#review{
	padding: 0;
}

.graf{
	display: block;
	overflow: hidden;
	width: auto;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.graf_1{
	width: auto;
	border-top: none;
	padding: 0 10px;
}
.shop_menu+#review .graf_1{
	padding-top: 10px;
}

#nopub .graf_1{
	border-top: none;
}

.graf_1 #chart_bg{
	position: relative;
	border: 1px solid #3e3e41;
	border-radius: 0;
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	background-color: #28282a;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
		color-stop(.25, #1c1c1e), color-stop(.25, transparent),
		color-stop(.5, transparent), color-stop(.5, #1c1c1e),
		color-stop(.75, #1c1c1e), color-stop(.75, transparent),
		to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	padding: 25px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.graf_1 #chartbox{
	width: 260px;
	margin: 0 auto;
}

.graf_1 p{
	display: inline-block;
	vertical-align: top;
	width: 22px;
	font-size: 10px;
	line-height: 26px;
	text-align: center;
	position: absolute;
	top: 22px;
	left: calc(50% - 17px);
}

.graf_1 span{
	display: inline-block;
	vertical-align: top;
	width: 110px;
	font-size: 13px;
	line-height: 14px;
}

.graf_1 span:nth-of-type(1),
.graf_1 span:nth-of-type(4){	text-align: center;}
.graf_1 span:nth-of-type(2),
.graf_1 span:nth-of-type(3){	text-align: right;}
.graf_1 span:nth-of-type(5),
.graf_1 span:nth-of-type(6){	text-align: left;}

.graf_1 span:nth-of-type(1){
	position: absolute;
	top: 10px;
	left: calc(50% - 55px);
}

.graf_1 span:nth-of-type(2){
	position: absolute;
	top: 70px;
	right: calc(50% - 220px);
}

.graf_1 span:nth-of-type(3){
	position: absolute;
	bottom: 70px;
	right: calc(50% - 220px);
}

.graf_1 span:nth-of-type(4){
	position: absolute;
	bottom: 10px;
	left: calc(50% - 55px);
}

.graf_1 span:nth-of-type(5){
	position: absolute;
	bottom: 70px;
	left: calc(50% - 220px);
}

.graf_1 span:nth-of-type(6){
	position: absolute;
	top: 70px;
	left: calc(50% - 220px);
}


@media screen and (max-width: 480px) {
	.graf_1 span:nth-of-type(2){
		right: calc(50% - 46%);
	}
	.graf_1 span:nth-of-type(3){
		right: calc(50% - 46%);
	}
	.graf_1 span:nth-of-type(5){
		left: calc(50% - 46%);
	}
	.graf_1 span:nth-of-type(6){
		left: calc(50% - 46%);
	}
}


.graf_per{
	display: table;
	width: calc(100% - 20px);
	height: 60px;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	margin: 10px;
	padding: 10px 0;
	background: #28282a;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.graf_per_l,
.graf_per_r{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.graf_per_l{
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	border-right: 1px solid #3e3e41;
}

.graf_per_r{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-align: right;
	padding: 7px 25px 0 0;
}

.graf_per_r em{
	font-size: 34px;
	color: #f94f2e;
}

.graf_ul{
	padding: 0 5px;
}

.graf_ul li{
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 10px);
	margin: 0 5px;
}
.graf_ul li:nth-of-type(1) .grfbox,
.graf_ul li:nth-of-type(2) .grfbox{
	border-top: 1px dotted #3e3e41;
}

.graf_ul .grfbox{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
}

.graf_ul .grfbox_l,
.graf_ul .grfbox_r{
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
	border-bottom: 1px dotted #3e3e41;
	padding: 5px 0;
}

.graf_ul .grfbox_l{
	width: 100px;
	font-weight: bold;
	text-align: left;
	color: #94612a;
}

.graf_ul .grfbox_r{
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: #f94f2e;
}

.graf .graf_p{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	padding: 10px 0 0 0;
}

.graf .bt_bg{
	padding: 10px;
}

.graf .bt_bg .bt{
	display: block;
	width: 100%;
	max-width: 300px;
	background: #ff9900;
	box-shadow: 0px 1px 0px 0px #e28800;
	margin: 0 auto;
}

.rvbox{
	position: relative;
	display: block;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid #3e3e41;
	margin: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rvbox:first-of-type{	border-top: 1px solid #3e3e41;}
.rvbox:last-of-type{	margin-bottom: 0;}

.rvbox_1{
	width: 110px;
	padding: 10px 0 10px 10px;
}


/**/
#u_img{
	position: relative;
	display: block;
	font-size: 0;
	line-height: 0;
	width: 90px;
	height: 90px;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#u_img a{	border-radius: 50%;}

#u_img img{
	width: 90px;
	height: auto;
	border-radius: 50%;
}

#u_img p{
	width: 90px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	border-radius: 8px;
	position: absolute;
	top: 64px;
	left: 0px;
}

.rvbox_2{
	padding: 0 10px 10px 10px;
}

.rvtxt{
	position: relative;
	border: 1px solid #28282a;
	background: #28282a;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rvtxt:after, .rvtxt:before{
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	bottom: 100%;
	left: 44px;
}

.rvtxt:after {
	border-color: rgba(28, 28, 30, 0);
	border-bottom-color: #28282a;
	border-width: 7px;
	margin-left: -7px;
}
.rvtxt:before {
	border-color: rgba(62, 62, 65, 0);
	border-bottom-color: #28282a;
	border-width: 8px;
	margin-left: -8px;
}

.rvtxt .rvdata{
	font-size: 10px;
	line-height: 18px;
	text-align: right;
	padding: 0 5px 5px 5px;
}

.rvtxt .rvmain{
	font-size: 14px;
	line-height: 20px;
	padding: 10px 10px 5px 10px;
}

.rvtxt .rvdalete_bg{
	text-align: center;
	padding: 10px 10px 5px 10px;
}

.rvtxt .rvdalete{
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	padding: 5px;
}

.rvtxt .rvdalete span{
    display: inline-block;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	background: #ff4827;
	margin: 0 0 5px 0;
	padding: 3px;
}

.rvtxt .rvwait{
	font-size: 12px;
	line-height: 18px;
	color: #f94f2e;
	text-align: center;
	padding: 20px 0;
}

.rvtxt .rvwait_bg2{
	text-align: center;
	padding: 10px 10px 5px 10px;
}

.rvtxt .rvwait_bg2 .rvwait2{
	font-size: 12px;
    line-height: 16px;
	padding: 5px;
}

.rvtxt .rvwait_bg2 .rvwait2 span{
	font-size: 18px;
    line-height: 26px;
	margin: 0 0 5px 0;
	display: inline-block;
}

.rvtxt .rvwait_bg2 .rvwait3{
	font-size: 14px;
    line-height: 20px;
	padding: 5px;
}



.rvbox_3{
	width: calc(100% - 110px);
	padding: 8px 0 0 0;
	position: absolute;
	top: 2px;
	left: 110px;
}

.rvbox_3 ul{
	font-size: 0;
	line-height: 0;
}

.rvbox_3 li{
	display: block;
}

.rvbox_3 li div{
	width: 100%;
	display: table;
	font-size: 0;
	line-height: 0;
}

.rvbox_3 .th,
.rvbox_3 .td{
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}

.rvbox_3 .th{
	width: 95px;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	text-align: left;
	color: #ffffff;
}

.rvbox_3 .td{
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
}

.rvbox_3 .td span{	color: #ffcc00;}
.rvbox_3 .td em{	color: #3e3e41;}

#review + .bt_bg{
	margin: 0;
}




/** review_usbox **/

.review_usbox{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	border-top: 1px solid #3e3e41;
	border-bottom: 1px solid #3e3e41;
	margin: 0 0 10px 0;
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	background-color: #28282a;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
		color-stop(.25, #1c1c1e), color-stop(.25, transparent),
		color-stop(.5, transparent), color-stop(.5, #1c1c1e),
		color-stop(.75, #1c1c1e), color-stop(.75, transparent),
		to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.review_usbox_l{
	width: 95px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.review_usbox_l #u_img{
	width: 75px;
	height: 75px;
}
.review_usbox_l #u_img img{	width: 75px;}
.review_usbox_l #u_img p{
	width: 70px;
	top: 51px;
	left: 2.5px;
}
.review_usbox_r{
	flex: 1;
}
.review_usbox_r .name{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}
.review_usbox_r .name span{
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background: #e1e1e1;
	margin-right: 5px;
	padding: 0 3px;
}
.review_usbox_r .name a{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #d3b565;
}
.review_usbox_r .review_usbox_bt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 135px;
	height: 26px;
	color: currentColor;
	border-radius: 3px;
	margin: 10px 0 0 0;
	background: #FFAB79;
	background: linear-gradient(90deg, rgba(255, 171, 121, 1) 0%, rgba(255, 100, 166, 1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.review_usbox_r .review_usbox_bt span{
	font-size: 12px;
	margin-right: 3px;
}
.review_usbox_r .review_usbox_bt em{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}


/** review_data **/

.review_data{}
.review_data table{
	width: calc(100% - 20px);
	font-size: 0;
	line-height: 0;
	margin: 0 10px;
}
.review_data th,
.review_data td{
	vertical-align: middle;
	font-size: 13px;
	line-height: 20px;
	border-bottom: 1px solid #3e3e41;
	border-right: 1px solid #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.review_data th{
	text-align: center;
	padding: 7px 10px;
	background: #28282a;
	text-align:justify;
	text-align-last:justify;
}
.review_data td{
	font-size: 16px;
	text-align: left;
	padding: 7px 10px;
}
.review_data td.exp_star_gra{	color: #3e3e41;}
.review_data th:nth-of-type(1){
	width: 90px;
	border-left: 1px solid #3e3e41;
}
.review_data th:nth-of-type(2){	width: 130px;}
.review_data tr:nth-of-type(1) td{	font-size: 12px;}
.review_data tr:nth-of-type(1) th,
.review_data tr:nth-of-type(1) td{
	border-top: 1px solid #3e3e41;
}

#review .mv_tel:last-child {
    padding-bottom: 10px;
}


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

@media screen and (max-width: 650px) {
	.review_data th{
		font-size: 11px;
		padding: 5px 5px;
	}
	.review_data th:nth-of-type(1){
		width: 60px;
	}
	.review_data td{
		font-size: clamp( 12px, calc( -8px + 6.25vw ), 14px );
		padding: 5px 5px;
	}
	.review_data th:nth-of-type(2){	width: 95px;}
}


