@charset "UTF-8";
/*========================================
Re:vite
Date : 20190322
URL : 
Style : each contents CSS "index"
Filename : contents.css
========================================*/
/*========================================
animation
========================================*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
/*the animation definition*/
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1)
  }
  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    -ms-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1)
  }
  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    -ms-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    -ms-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    -ms-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}
/*========================================
common
========================================*/
.rv_mg-none {
	margin: 0!important;
}
.rv_mg-auto {
	margin: 0 auto;
}
.rv_mg-l_20 {
	margin-left: 20px!important;
}
.rv_mg-t_20 {
	margin-top: 20px!important;
}
.rv_mg-b_10 {
	margin-bottom: 10px!important;
}
.rv_mg-b_20 {
	margin-bottom: 20px!important;
}
.rv_mg-b_30 {
	margin-bottom: 30px!important;
}
.rv_mg-b_40 {
	margin-bottom: 40px!important;
}
.rv_mg-r_10 {
	margin-right: 10px!important;
}
.rv_pd-b_5 {
	padding-bottom: 5px!important;
}
.rv_f-red {
	color: red!important;
}
.rv_f-pink {
	color: #ea3d3d!important;
}
.rv_f-blue {
	color: #478bc4!important;
}
.rv_f-base {
	color: #000;
}
.rv_f-bold {
	font-weight: bold;
}
.rv_f-1 {
	font-size: 1rem!important;
}
.rv_f-small {
	font-size: 0.8rem!important;
}
.rv_f-big {
	font-size: 1.2rem!important;
}
.rv_bg-orange {
	background: #f5a900;
}
.rv_wd_85 {
	width: 85%;
}
.rv_border-none {
	border: none!important;
}
.rv_tx-c {
	text-align: center;
}
.rv_marker_yellow {
  background: linear-gradient(transparent 30%, #ffff66 30%);
}
.rv_right-arrorw {
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.rv_right-arrorw:hover {
	border-bottom: none;
}
.rv_right-arrorw:after {
	content: '\f054';
	font-family: FontAwesome;
	margin-left: 5px;
}
.rv_decoration {
	text-decoration: underline!important;
}
.rv_btn {
	background: #ff4747;
	border: 1px solid #ff4747;
	color: #fff!important;
}
.rv_btn:hover {
	opacity: 0.8;
}
/*========================================
top
========================================*/
.rv_close .btn:after {
	content: "";
	margin: 0;
}
.user_pet_info .rv_wd_85 {
	width: 85%;
}
.user_pet_info .rv_wd_100 {
	width: 100%;
}
.user_pet_info .rv_impact {
	font-weight: bold;
	color: red;
}
.rv_pet_btn:hover {
	cursor: pointer;
}
.rv_review_ar {
	margin: 0 0 70px 0;
}
.rv_review_ar .top_ttl {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rv_review_ar .top_ttl span {
	padding: 3px 15px;
	background: #f8d4d7;
	border-radius: 20px;
	font-size: 0.98rem;
	font-weight: bold;
}
.rv_top-table {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 40px 0;
}
.rv_table-dog,.rv_table-cat {
	width: 49%;
}
.rv_table-dog form {
	display: flex;
	align-items: center;
	margin: 10px 0 0 0;
	padding: 20px;
	background: #aac741;
	border-radius: 5px;
}
.rv_table-cat form {
	display: flex;
	align-items: center;
	margin: 10px 0 0 0;
	padding: 20px;
	background: #f5a900;
	border-radius: 5px;
}
.rv_table-dog form p, .rv_table-cat form p {
	width: 33.33%;
	font-size: 1rem;
}
.rv_review_ar form select {
	position: relative;
	width: 66.66%;
	padding: 5px 10px;
	background: url("https://peppynet.s3.amazonaws.com/img/web/pc/review/arrow-bottom.png") right 10px center/14px 8px no-repeat #fff;
	border: 1px solid;
	border-radius: 5px;
	font-size: 1rem;
}

.rv_table-dog dd:nth-child(even) {
	background: #f1f6df;
}
.rv_table-cat dd:nth-child(even) {
	background: #fff6d5;
}
.rv_top-table dl dd {
	display: flex;
}
.rv_top-table dl dd p {
	width: 50%;
}
.rv_top-table dl dd p a {
	box-sizing: border-box;
	display: block;
	padding: 7px 10px;
}
.rv_top-table dl dd p a:hover {
	color: #000;
	text-decoration: underline;
	background-color: #ffd3d7;
}
.rv_top-table dl dd p a {
	text-decoration: none;
}
.rv_review-slider {
	margin: 0 0 70px 0;
}
.rv_sub-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 30px 0;
	padding: 5px 10px;
	background: #ececec;
	font-weight: normal;
	font-size: 1.2rem;
}
.rv_sub-title span {
	font-size: 1rem;
}
.rv_review-slider h3 .active {
	color: red;
	font-weight: bold;
	text-decoration: none;
}
.rv_review_list .item_review .rv_f-base {
	text-decoration: none;
}
.rv_review_list .slick-slide {
	margin: 0!important;
	padding: 0 5.83px;
}
.rv_review_list {
	width: 850px;
	margin: 0 auto;
}
.rv_review-slider .item_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 55px;
	margin: 0 0 10px 0;
	padding: 3px 10px;
	background: #eee8d9;
	border-radius: 5px;
}
.rv_review-slider .item_top .f-right {
	font-size: 1.1rem;
}
.rv_review-btn {
	position: absolute;
	left: 5.83px;
	bottom: 0;
	display: block;
	width: calc(100% - 11.66px);
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	background: #f5a900;
	color: #fff!important;
	text-decoration: none;
	text-align: center;
}

.rv_review-btn:hover {
	background: red;
}
.rv_review-btn:after {
	content: '\f054';
	font-family: FontAwesome;
	margin-left: 10px;
}
.rv_review-slider .item_box {
	position: relative;
	height: 600px;
}
.item_box .strike {
	display: block;
	font-size: 12px;
	text-decoration: line-through;
}
.item_box .tax {
	font-size: 11px;
}
.rv_review-slider .tax {
	font-size: 12px!important;
}
.rv_slider-text {
	overflow: hidden;
	height: 85px;
}
.rv_allreview_btn a {
	float: right;
	width: 200px;
	margin: 40px 0 0 0;
}
.rv_review-ranking {
	width: 960px;
	height: 320px;
	margin: 0 0 20px 0;
	padding: 70px 50px;
	background: url("https://peppynet.s3.amazonaws.com/img/web/pc/review/bg-reviewer-ranking.png") no-repeat;
}
.rv_review-rankingHalf {
	background: url("https://peppynet.s3.amazonaws.com/img/web/pc/review/bg-reviewer-rankingHalf.png") no-repeat;
}
.rv_review-ranking a {
	text-decoration: none;
}
.rv_review-ranking ul {
	display: flex;
	justify-content: space-around;
}
.rv_review-ranking ul li {
	padding: 120px 20px 50px 25px;
	font-size: 11px;
}
.rv_review-ranking ul a {
	width: 19%;
	background-position: top center;
}
.rv_ranking01 {
	background: url("https://peppynet.s3.amazonaws.com/img/web/pc/review/review_no1.png") no-repeat;
}
.rv_ranking02 {
	background: url("https://peppynet.s3.amazonaws.com/img/web/pc/review/review_no2.png") no-repeat;
}
.rv_ranking03 {
	background: url("https://peppynet.s3.amazonaws.com/img/web/pc/review/review_no3.png") no-repeat;
}
.rv_ranking04 {
	background: url("https://peppynet.s3.amazonaws.com/img/web/pc/review/review_no4.png") no-repeat;
}
.rv_ranking05 {
	background: url("https://peppynet.s3.amazonaws.com/img/web/pc/review/review_no5.png") no-repeat;
}
.top_ranking_btn {
	position: absolute;
	right: 0;
	display: inline-block;
	font-size: 12px;
}
.rv_review_list .item_img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	border: 1px solid #ccc;
}
.rv_review_list .item_img img {
	max-height: 198px;
}
.rv_review-slider .item_img:hover {
	border: 1px solid #ccc;
	opacity: 0.8;
}
.rv_review_list .item_name {
	overflow: hidden;
	height: 40px;
	margin-bottom: 5px;
	font-size: 13px;
}
.rv_review_list .item_price {
	/*font-size: 16px;*/
	height: 45px;
	font-weight: 700;
	overflow: hidden;
}
.rv_review_list .item_review {
	display: flex;
	align-items: center;
}
.rv_review_list .item_review i {
	margin: 0 2px;
	color: #ffba00;
	font-size: 16px;
	vertical-align: middle;
}
.rv_ambassador-btn {
	position: absolute;
	bottom: 50px;
	left: 5.83px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 11.66px);
	padding: 5px 10px;
	background: #f7f6ec;
	border-radius: 5px;
}
.rv_ambassador-btn .btn {
	width: 110px;
	padding: 10px;
	background: #fff;
}
.rv_ambassador-btn .active {
	background: #ff4747;
	border: 1px solid #ff4747;
	color: #fff;
}
.rv_ambassador-btn:hover .btn {
	background: #ff4747;
	color: #fff;
}
.rv_ambassador-btn .btn:after {
	content: "";
	margin: 0;
}
/*========================================
favorite page
========================================*/
.rv_ambassador-contents {
	width: 100%;
	float: left;
}

.rv_favorite-bx {
	padding: 30px 25px;
	border-bottom: 1px solid #000;
}
.rv_favorite-bx p {
	line-height: 1.5;
}
.rv_favorite-bx p.rv_ambassador-nam {
	font-size: 1.4rem;
	padding-right: 50px;
}
.rv_favorite-bx p.rv_ambassador-number {
	font-size: 1.2rem;
}
.rv_favorite-bx p.rv_ambassador-date {
	font-size: 1rem;
}
.rv_favorite-bx ul {
	width: 100%;
	list-style: none;
}
.rv_favorite-bx li {
	float: left;
}
.rv_favorite-bx li:first-child {
	width: calc(100% - 200px);
}
.rv_favorite-bx li:last-child {
	width: 200px;
}
.rv_favorite-bx_nam-ar {
	width: 100%;
	margin: 0 0 20px;
	float: left;
	display: flex;
	align-items: center;
}
.rv_favorite-bx_rank {
	width: auto;
	padding: 3px 7px;
	background: #ec564f;
	border: 1px solid #ec564f;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.rv_favorite-bx_rank img {
	width: 15px;
	height: auto;
	margin-right: 4px;
}
.rv_favorite-bx_rank p {
	color: #fff;
	font-size: 0.8rem;
}
.rv_favorite-btn_review {
	width: 100%;
	height: 37px;
	margin: 0 0 15px;
	border: 1px solid #000;
	font-size: 1rem;
	color: #000;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rv_favorite-btn_choice {
	width: 100%;
	height: 37px;
	border: 1px solid #ec564f;
	font-size: 1rem;
	color: #ec564f;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rv_favorite-btn_choice_remove {
	width: 80%;
	height: 37px;
	border: 1px solid #000;
	font-size: 1rem;
	color: #000;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rv_favorite-btn_choice p, .rv_favorite-btn_choice i {
	color: #ec564f;
}
.rv_favorite-btn_choice i {
	margin-right: 5px;
}
.rv_favorite-btn_review:hover, .rv_favorite-btn_choice:hover {
	border: 1px solid #ff1125;
	color: #fff!important;
	background: #ff4747;
}
.rv_favorite-btn_choice:hover p, .rv_favorite-btn_choice:hover i {
	color: #fff;
}



/*========================================
ranking page
========================================*/
.rv-ranking_tit {
	width: 100%;
	float: left;
}
.rv-ranking_tit img {
	width: 100%;
	float: left;
}
.rv-ranking_tit .rv-ranking_tit-text {
	width: 100%;
	margin: 10px 0 0;
	padding: 20px 30px;
	font-size: 1rem;
	background: #f7f6ec;
	box-sizing: border-box;
	float: left;
}
.rv-ranking_date {
	width: calc(100% - 80px);
	margin: 20px 40px; 
	float: left;
	clear: both;
}
.rv-ranking_date p {
	text-align: right;
	font-size: 1rem;
}
.rv-ranking_box {
	width: 100%;
	margin: 10px 0;
	padding: 10px 20px;
	border: 1px solid #000;
	border-radius: 5px;
	float: left;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.rv-ranking_no-ar {
	width: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rv-ranking_no-ar p {
	padding: 15px 0 0;
	font-size: 35px;
	font-weight: 700;
}
.rv-ranking_no1, .rv-ranking_no2, .rv-ranking_no3, .rv-ranking_etc {
	width: 120px;
	height: 118px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rv-ranking_no1 {
	background: url(https://peppynet.s3.amazonaws.com/img/web/pc/review/rank-image01_pc.png) center center / 120px 118px no-repeat;
}
.rv-ranking_no2 {
	background: url(https://peppynet.s3.amazonaws.com/img/web/pc/review/rank-image02_pc.png) center center / 120px 118px no-repeat;
}
.rv-ranking_no3 {
	background: url(https://peppynet.s3.amazonaws.com/img/web/pc/review/rank-image03_pc.png) center center / 120px 118px no-repeat;
}
.rv-ranking_etc {
	background: url(https://peppynet.s3.amazonaws.com/img/web/pc/review/rank-image04_pc.png) center center / 120px 118px no-repeat;
}

.rv-ranking_txt-ar {
	width: calc(100% - 180px);
}
.rv-ranking_nam-ar {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rv-ranking_nam-ar p {
	font-size: 1.6rem;
}
.rv-ranking_nam-ar a {
	padding: 6px 12px;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.rv-ranking_nam-ar a.save-mark {
	border: 1px solid #000;
	border-radius: 5px;
}
.rv-ranking_nam-ar a.favorite {
	border: 1px solid #ec564f;
	border-radius: 5px;
	color: #ec564f;
}
.rv-ranking_nam-ar a p {
	font-size: 1.2rem;
}
.rv-ranking_nam-ar a i {
	font-size: 1.4rem;
	padding-right: 5px;
}
.rv-ranking_point-ar {
	width: 100%;
	margin: 10px 0 0;
	padding: 6px 16px;
	border-radius: 30px;
	background: #f7f6ec;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rv-ranking_point-ar p {
	font-size: 1.2rem;
}
.rv-ranking_point-ar a {
	font-size: 1rem;
	text-decoration: underline;
}
.rv-ranking_point-ar .review-point {
	color: #ea3323;
	font-weight: 700;
}
.rv-ranking_comment-ar {
	width: 100%;
	margin: 10px 0 0;
	float: left;
}
.rv-ranking_comment-ar h4 {
	font-size: 1rem;
	padding: 0 10px 5px;
	border-bottom: 3px solid #ececec;
}
.rv-ranking_comment-ar h3 {
	font-size: 1.2rem;
	font-weight: 400;
}
/*.rv-ranking_comment-ar p {
	font-size: 1rem;
}*/
.rv-ranking_comment-ar a {
	text-decoration: underline;
}
.rv-ranking_comment-ar a.more-link {
	float: right;
}
.rv-ranking_comment-ar dl {
	width: calc(100% - 20px);
	margin: 10px 10px 0;
	float: left;
}
.rv-ranking_comment-ar dt {
	width: 20%;
	float: left;
}
.rv-ranking_comment-ar dd {
	width: calc(80% - 10px);
	margin: 0 0 0 10px;
	float: left;
}
.rv-ranking_star {
	display: flex;
	align-items: baseline;
}

.rv-ranking_caution {
	width: 100%;
	float: left;
	margin: 10px 0 0;
	padding: 20px 30px;
	font-size: 1rem;
	background: #ebebeb;
	box-sizing: border-box;
}
/*========================================
serch page
========================================*/
.rv_review-serch {
	display: flex;
	align-items: flex-end;
	margin: 0 20px 40px;
	padding: 10px 20px;
	background: #f7f6ec;
}
.rv_review-serch > div {
	width: 33%;
}
.rv_review-serch_ar form select {
	position: relative;
	width: 90%;
	padding: 5px 10px;
	background: url("https://peppynet.s3.amazonaws.com/img/web/pc/review/pulldown.png") right 10px center/14px 8px no-repeat #fff;
	border: 1px solid;
	border-radius: 5px;
	font-size: 1rem;
}
.rv_review-serch_ar .btn {
	background: #fff;
}
.rv_review-serch_ar input[type="button"] {
	width: 100%;
	padding: 10px 40px 10px 10px;
	font-size: 1.2rem;
	background:url("https://peppynet.s3.amazonaws.com/img/web/pc/review/arrow-right.png") right 30px center / 15px no-repeat #fff;
}
.rv_review-serch_ar input[type="button"]:hover {
	background:url("https://peppynet.s3.amazonaws.com/img/web/pc/review/arrow-right-w.png")right 30px center / 15px no-repeat #ff4747;
}
.rv_serch-result h2 {
	font-size: 1.2rem;
	font-weight: normal;
}
.rv_serch-result h3 {
	margin: 0 0 15px 0;
}
.rv_serch-result h3 span {
	font-size: 1rem;
}
.rv_serch-result h3 span .active {
	color: red;
	text-decoration: none;
}
.rv_result-box {
	padding: 20px;
	border: 1px solid;
	border-radius: 5px;
}
.rv_result-box h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: 4px solid #ececec;
	font-weight: normal;
}
.rv_result-box h3 a {
	width: 70%;
	font-size: 1.1rem;
}
.rv_flex {
	display: flex;
}
.rv_between {
	justify-content: space-between;
}
.rv_result-box figure {
	width: 25%;
}

.rv_box-detail {
	position: relative;
	width: 70%;
}
.rv_box-detail .btn:after {
	content: "";
	margin: 0;
}
.rv_box-detail .f-right {
	float: right;
}
.rv_result-box .item_price {
	font-size: 19px;
	font-weight: 700;
}
.rv_result-box .item_price .item_price {
	font-size: 1.0rem;
	font-weight: 700;
}

.rv_result-box .item_review i {
	color: #ffba00;
	font-size: 16px;
}
.rv_result-box h3 span {
	line-height: 2;
	text-align: right;
}
.rv_box-detail .rv_flex {
	align-items: center;
}
.rv_box-detail .active {
	background: #ff4747;
	border: 1px solid #ff4747;
	color: #fff;
}
.rv_result-btn {
	position: absolute;
	top: 0;
	right: 0;
}
.rv_yellow-item {
	margin: 5px 0 0 0;
	padding: 5px;
	background: #ffe582;
	border-radius: 5px;
}
.rv_green01-item {
	margin: 5px 0 0 0;
	padding: 5px;
	background: #e9f1ce;
	border-radius: 5px;
}
.rv_green02-item {
	margin: 5px 0 0 0;
	padding: 5px;
	background: #d4e39f;
	border-radius: 5px;
}
/*========================================
reviewer
========================================*/
.rv_rank_btn {
	display: block;
	text-decoration: none;
}
.rv_rank_btn:hover .rv_favorite-bx_rank {
	background: #fff;
	border: 1px solid #ec564f;
}
.rv_rank_btn:hover .rv_favorite-bx_rank p {
	color: #ec564f;
}
.rv_reviewer-top .rv_favorite-bx {
	position: relative;
	margin: 0 20px 20px;
	border: 1px solid;
	border-radius: 5px;
}
.rv_reviewer-top .rv_favorite-bx .fav_btn {
	position: absolute;
	top: 20px;
	right: 20px;
	width: auto;
}
.rv_reviewer-top .rv_favorite-bx .fav_btn a {
    width: 200px;
    font-size: 16px;
}
.rv_reviewer-top .rv_favorite-bx .rv_profile {
	display: flex;
	align-items: center;
	margin: 0 0 10px 0;
	font-size: 1rem;
	font-weight: bold;
}

.rv_reviewer-top .rv_favorite-bx .rv_profile img {
	width: 40px;
	margin: 0 0 0 10px;
 }
.rv_review-serch2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 20px 40px;
	padding: 10px 20px;
	background: #f7f6ec;
}
.rv_review-serch2 .rv_flex {
	align-items: center;
	justify-content: flex-end;
	width: 60%;
}
.rv_review-serch2 .rv_flex p {
	width: 30%;
}
.rv_review-serch2 .rv_flex select {
	width: 80%;

.select_reviewer {
	position: relative;
	width: 90%;
	padding: 5px 10px;
	background: url("https://peppynet.s3.amazonaws.com/img/web/pc/review/arrow-bottom.png") right 10px center/14px 8px no-repeat #fff;
	border: 1px solid;
	border-radius: 5px;
	font-size: 1rem;
}
}

/*========================================
reviewer-detail
========================================*/
.rv-ranking_detail-ar {
	margin: 0 0 30px;
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rv-ranking_detail-ar .rv_flex {
	align-items: center;
}
.rv-ranking_detail-ar p {
	font-size: 1rem;
}
.rv-ranking_detail-ar p span {
	margin: 0 5px;
}
.rv-ranking_detail-ar a {
	padding: 6px 12px;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.rv-ranking_detail-ar a.save-mark {
	border: 1px solid #000;
	border-radius: 5px;
}
.rv-ranking_detail-ar a.favorite {
	border: 1px solid #ec564f;
	border-radius: 5px;
	color: #ec564f;
}
.rv-ranking_detail-ar a p {
	font-size: 1.2rem;
}
.rv-ranking_detail-ar a i {
	font-size: 1.4rem;
	padding-right: 5px;
}
.rv-ranking_detail-ar .btn:after {
	content: "";
	margin: 0;
}
.rv-ranking_detail-ar .active {
	background: #ff4747;
	border: 1px solid #ff4747;
	color: #fff;
}
/*========================================
about
========================================*/
.rv_about-top {
	width: 100%;
	padding: 70px 0 0 0;
	background: url("https://peppynet.s3.amazonaws.com/img/web/pc/review/about-top.png") center / 960px no-repeat;
}
.rv_about-topBox {
	width: 530px;
	margin: 0 auto;
}
.rv_about-topBox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rv_about-topBox li {
	width: 48%;
	margin: 0 0 10px 0;
}
.rv_about-topBox li .btn {
	background-color: #fff;
}
.rv_about-topBox li .btn:hover {
	background-color: #ff4747;
	border: 1px solid #ff4747;
}
.rv_about-topBox p {
	text-align: right;
}
.rv_about-topTable-bg {
	width: 655px; 
	margin: 0 auto 20px;
	padding: 15px;
	background: url("https://peppynet.s3.amazonaws.com/img/web/pc/review/sp-bg-about.png");
	border-radius: 10px;
}
.rv_about-topTable {
	padding: 40px;
	background: #fff;
	border: 5px solid #f5a900;
}
.rv_about-topTable dl {
	display: flex;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 3px dotted #f5a900;
}
.rv_about-topTable dl:last-of-type {
	border: none;
}
.rv_about-topTable dt {
	box-sizing: border-box;
	width: 30%;
	padding: 0 0 0 20px;
	font-weight: bold;
}
.rv_about-topTable dd {
	width: 70%;
}
.rv_about-topTable_ar .btn {
	width: 300px;
	margin: 0 auto;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
}
.rv_about-text {
	font-size: 16px;
}
.rv_about-review {
	display: flex;
}
.rv_about-review section {
	width: 40%;
}
.rv_about-review section:first-of-type {
	margin: 0 5% 0 0;
}
.rv_about-review section h3 {
	margin-bottom: 20px;
	padding: 10px 20px;
	font-size: 17px;
	border: 1px solid #d4d4d4;
	border-radius: 20px;
	background-color: #f1f1f1;
}
.rv_about-review ul {
	padding: 0 0 0 30px;
}
.rv_about-review ul li {
	margin: 0 0 20px;
}
.rv_about-review ul li span {
	border-bottom: 1px solid #000;
}
.rv_about-review ul li span:hover {
	border-bottom: none;
}
.rv_about-review ul li a {
	text-decoration: none;
}
.rv_about-review ul li a:after {
	content: '\f054';
	font-family: FontAwesome;
	margin-left: 5px;
}
.rv_about-table dl {
	display: flex;
	border-top: 1px solid #c9c9c9;
}
.rv_about-table dl:last-of-type {
	border-bottom: 1px solid #c9c9c9;
}
.rv_about-table dl dt {
	width: 20%;
	padding: 20px;
	background: #f4f4f4;
}
.rv_about-table dl dd {
	width: 80%;
	padding: 20px;
}
.rv_about-border {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #f5a900;
}
.rv_review-point01 {
	margin-bottom: 20px;
	padding: 10px;
	background: #fff7eb;
}
.rv_review-point01 h4 {
	color: #ff9c00;
	font-size: 1.2rem;
	font-weight: bold;
}
.rv_review-point02 {
	margin-bottom: 20px;
	padding: 10px;
	background: #f5faf3;
}
.rv_review-point02 h4 {
	color: #65b547;
	font-size: 1.2rem;
	font-weight: bold;
}
.rv_review-point03 {
	margin-bottom: 20px;
	padding: 10px;
	background: #fff4ef;
}
.rv_review-point03 h4 {
	color: #ff6012;
	font-size: 1.2rem;
	font-weight: bold;
}
.rv_sample-review {
	display: flex;
	padding: 30px;
	background: #fffbeb;
}
.rv_sample-review figure {
	width: 40%;
}
.rv_sample-review div {
	width: 50%;
}
.rv_contact {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 95%;
	margin: 0 auto 40px;
}
.rv_about-bottom {
	width: 960px;
	margin: 0 auto;
}
.rv_about-bottom .btn {
	width: 350px;
}
.rv_contact img {
	width: 46px;
	margin: 0 5px 0 0;
}
.rv_tel {
	display: flex;
	align-items: center;
	font-size: 2rem;
}
.rv_guid-wrapper {
	width: 1240px!important;
	margin: 0 auto;
}
.rv_review-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 4px;
	border-bottom: 1px solid #020202;
}
.review_posts .rv_review-title h3 {
	width: 70%;
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.rv_btn-box {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.rv_review-title .btn {
	margin: 0 0 0 10px;
	padding: 5px 10px;
	font-size: 0.8rem;
}
.rv_review-title .btn:after {
	content: "";
	margin: 0;
}
.rv_review-title .active {
	background-color: #ff4747;
	border: 1px solid #ff4747;
	color: #fff;
}
.strike ~ span {
    color: #ff0000;
}

.strike + span {
    font-size: 17px !important;
}
/*0417追加分*/
.rv_side-ranking dt {
	padding: 5px 0;
	background: url("https://peppynet.s3.amazonaws.com/img/web/pc/review/bg-side.png");
	border-radius: 5px 5px 0 0;
	color:#fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
.rv_side-ranking dd {
	padding: 10px 20px;
	border: 2px solid #ba0d13; 
	border-radius: 0 0 5px 5px;
}
.rv_side-ranking .rv_side-time {
	margin: 0 0 10px 0;
	padding: 5px 0;
	background: url("https://peppynet.s3.amazonaws.com/img/web/pc/review/bg-side-time.png") center no-repeat;
	text-align: center;
}
.rv_side-ranking section {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: url("https://peppynet.s3.amazonaws.com/img/web/pc/review/bg-side-ranking.png") center top 15px / 100% 65px no-repeat;
	border-bottom: 1px solid #e2e2e2;
}
.rv_side-ranking section h5 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 5px 0;
	font-size: 1.2rem;
}
.rv_side-ranking section p {
	margin: 0 0 5px 0;
	padding: 0 25px;
	text-align: center;
}
.rv_side-ranking section p a {
	text-decoration: underline!important;
}
.rv_side-ranking section img {
	width: 25px;
	margin-right: 5px;
}
.rv_side-more {
	display: block;
	margin: 0 0 5px;
}
.rv_side-more:after {
	content: '\f054';
	font-family: FontAwesome;
	margin: 0 0 0 10px;
}
/*0417追加分ここまで*/

/* add 190826 */
.rv_about-topTable-bg-2 {
	width: 655px; 
	margin: 0 auto 20px;
	padding: 15px;
	background: url("https://peppynet.s3.amazonaws.com/img/web/pc/review/sp-bg-about-2.png");
	border-radius: 10px;
}
.rv_about-topTable-2 {
	padding: 40px;
	background: #fff;
	border: 5px solid #d1703b;
}
.rv_about-topTable-2 dl {
	display: flex;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 3px dotted #d1703b;
}
.rv_about-topTable-2 dl:last-of-type {
	border: none;
}
.rv_about-topTable-2 dt {
	box-sizing: border-box;
	width: 30%;
	padding: 0 0 0 20px;
	font-weight: bold;
}
.rv_about-topTable-2 dd {
	width: 70%;
}
.rv_about-bannar_ar {
	width: 100%;
	margin: 60px 0 70px;
}
.rv_about-bannar_ar h3 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
}
.rv_about-bannar_ar ul {
	margin: 20px 0 0;
	list-style: none;
	display: flex;
}
.rv_about-bannar_ar li {
	width: calc(50% - 10px);
}
.rv_about-bannar_ar li:nth-child(1) {
	margin: 0 10px 0 0;
}
.rv_about-bannar_ar li:nth-child(2) {
	margin: 0 0 0 10px;
}
.rv_about-bannar_ar li img {
	width: 100%;
}


/* add 200219 */
.rv_about-topTable-bg-3 {
	width: 655px; 
	margin: 0 auto 20px;
	padding: 15px;
	background: url("https://peppynet.s3.ap-northeast-1.amazonaws.com/img/web/pc/review/20200227/sp-bg-about-3.png");
	border-radius: 10px;
	position: relative;
}
.rv_about-topTable-3 {
	padding: 40px;
	background: #fff;
	border: 5px solid #f97eb0;
}
.rv_about-topTable-3 dl {
	display: flex;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 3px dotted #feb3c5;
}
.rv_about-topTable-3 dl:last-of-type {
	border: none;
}
.rv_about-topTable-3 dt {
	box-sizing: border-box;
	width: 30%;
	padding: 0 0 0 20px;
	font-weight: bold;
}
.rv_about-topTable-3 dd {
	width: 70%;
}
.rv_about-topTable-3 img {
	width: auto;
}
.rv_about-topTable-3 .rv_hana-image01 {
	position: absolute;
	top: 2px;
	left: 2px;
}
.rv_about-topTable-3 .rv_hana-image02 {
	position: absolute;
	top: 2px;
	right: 2px;
}
.rv_about-topTable-3 .rv_hana-image03 {
	position: absolute;
	bottom: 2px;
	left: 2px;
}
.rv_about-topTable-3 .rv_hana-image04 {
	position: absolute;
	bottom: 2px;
	right: 2px;
}

/* add 200806 */
.rv_about-topTable-bg-4 {
	width: 655px; 
	margin: 0 auto 20px;
	padding: 15px;
	background: url("https://peppynet.s3.ap-northeast-1.amazonaws.com/img/web/pc/review/20200818/sp-bg-about-4.gif");
	border-radius: 10px;
}
.rv_about-topTable-4 {
	padding: 40px;
	background: #fff;
	border: 5px solid #a0c810;
}
.rv_about-topTable-4 dl {
	display: flex;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 3px dotted #a0c810;
}
.rv_about-topTable-4 dl:last-of-type {
	border: none;
}
.rv_about-topTable-4 dt {
	box-sizing: border-box;
	width: 30%;
	padding: 0 0 0 20px;
	font-weight: bold;
}
.rv_about-topTable-4 dd {
	width: 70%;
}


