@charset "utf-8";
#tencho_title {
    position: relative;
    margin-bottom: 15px;
}

#tencho_title>.FlexBox__item:first-child:after {
    width: 100px;
    height: 4px;
    background-color: #333;
    bottom: -4px;
    position: absolute;
    left: 0;
}
h2 {
    font-size: 18px;
    font-weight: bold;
    display: inline;
    background: #3F91DB;
    padding: 5px 60px;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}
#reviw-guide-contents * {
    font-family: メイリオ, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
    box-sizing: border-box;
}
a.item-link {
    color: #333333;
}
 .paging_box{
    margin-bottom: 20px;
    clear: both;
    padding-top: 5px;
 }
/* --item-user-- */
.item-user {
    padding: 15px 20px;
    border: 5px solid;
    margin-bottom: 7px;
    border-color: #F2F2F2;
}
.item-user:hover{
	background-color:rgba(242, 242, 242, 0.5);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
.item-header{
	overflow:hidden;
	width:618px;
	border-bottom:1px solid;
	border-color:#F2F2F2;
	padding-bottom:10px;
	margin-bottom:10px;
}
.item-header .user-info{
	width:618px;
}
.item-header .user-info .user-name{
	font-weight:bold;
	font-size:14px;
	color: #333;
}
.item-header .user-info .user-name:hover{
	color:#DF5656;
}
.item-header .user-info .user-trophy{
	font-size:12px;
	margin-top:4px;
}
.item-review .review-main{
	margin-bottom:20px;
}
.review-main .review-rate{
	position:relative;
}
.review-main .review-rate .icon-stars{
	overflow:hidden;
	width:120px;
}
.review-main .review-rate .icon-stars .star{
	float:left;
	width:24px;
}
.review-main .review-rate .icon-visited{
	position:absolute;
	top:2px;
	left:130px;
	color:#df9b56;
	border:1px solid #df9b56;
	border-radius:20px;
	font-size:10px;
	padding:2px 15px;
	margin: 0px 0px 0px 50px;
}
.total_rate{
    position: absolute;
    left: 130px;
    color: #df9b56;
    font-size: 18px;
    font-weight: bold;
}
.review-evaluation{
    overflow:hidden;
    margin-top:5px;
}
.review-evaluation li{
    float:left;
    font-size:12px;
    margin-right:15px;
    color:#aaa;
}
.review-evaluation li span{
    margin-left:5px;
}


.review-main .review-rate .icon-auth{
	position: absolute;
	top: 3px;
	right: 0;
	display: block;
	border: 1px solid;
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
}
.review-main .review-rate .icon-auth._wait{
	color:#4D86C8;
}
.review-main .review-rate .icon-auth._out {
    color: #DF5656;
}
.review-main .review-title{
	margin-top:10px;
	font-weight:bold;
    font-size: 16px;
/* ↓ H_【新商品】ピックアップ口コミ 2021/11/25 */
    word-wrap: break-word;
/* ↑ H_【新商品】ピックアップ口コミ 2021/11/25 */
}
.review-main .review-title a:hover{
	color:#DF5656;
}
.review-main .review-text{
	margin-top:15px;
	font-size:12px;
	line-height:1.8;
	word-break: break-all;
/* ↓ H_【新商品】ピックアップ口コミ 2021/11/25 */
    word-wrap: break-word;
/* ↑ H_【新商品】ピックアップ口コミ 2021/11/25 */
	user-select:none;
	-webkit-user-select:none;
	-ms-user-select: none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
}
.review-main .review-text span{
	color:#DF5656;
}
.review-url:hover{
	background: rgba(242, 242, 242, 0.5);
	display: block;
}
.review-shop{
	overflow:hidden;
	font-size:14px;
	margin-bottom:10px;
}
.review-shop .shop-icon{
	float:left;
	width:45px;
	margin-right:10px;
	height:45px;
	border-radius:10px;
	overflow:hidden;
}
.girls-name{
    font-weight: bold;
    font-size: 13px;
}
.shop-icon.inner{
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border-radius: 8px;
    overflow: hidden;
    float: left;
}
.review-shop .shop-icon a{
	width:45px;
	height:45px;
	display:block;
}
.review-shop .shop-info{
	float:left;
	width:563px;
	font-size:12px;
}
.prof-line{
    border-bottom: 1px dotted #333;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}
.prof-line:after{
    content: "";
    clear: both;
    display: block;
}
.review-shop .shop-info .shop-name{
	margin-top:5px;
}
.review-shop .shop-info .shop-data{
	margin-top:3px;
}
.review-foot{
	overflow:hidden;
	line-height:22px;
}
.review-foot .reference{
	float:left;
	width:70%;
	font-size:12px;
	position:relative;
}
.review-foot .reference .reference-count{
	background:#bcbcbc;
	color:#FFFFFF;
	padding:1px 10px;
	border-radius:15px;
	margin-left:10px;
	font-size:12px;
	line-height:17px;
	position:absolute;
	top:2px;
}
.review-foot .visited-date{
	float:left;
	width:30%;
	text-align:right;
	font-size:12px;
	color:#aaa;
}
.review-foot._user{
	line-height:30px;
}
.review-foot._user  .user_reference .checkbox{
	display:none;
}.review-foot._user  .user_reference .checkbox:checked+.got_reference{
	color:#FFFFFF;
	background:#DF5656;
}
.review-foot._user .reference .got_reference{
	border: 2px solid #DF5656;
	padding: 4px 10px;
	font-weight: bold;
	color: #DF5656;
	border-radius: 15px;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
/* ↓ 口コミ（第３弾） 2019/11/06 */
.icon-rank-user{
	height: 25px;
    margin-left: 10px;
    position: absolute;
    margin-top: -4px;
}
/* ↑ 口コミ（第３弾） 2019/11/06 */
.nav-sort{
    background-color: #f0f0f0;
    font-size: 12px;
    margin: 0px;
    line-height: 33px;
}
.nav-sort  li {
    display: inline;
    margin-right: 1em;
}
.nav-sort a {
    text-decoration: none;
    color: #333333;
    font-size: 13px;
}
.nav-sort ul li a:hover{
    border-bottom: dotted 1px #fff;
}
a.item-link:hover {
    text-decoration: none;
}
.item-user :hover {
    text-decoration: none;
}

.sort-item.is_active {
    background-color: #5487ff;
    color: white;
    border-radius: 4px;
    padding: 3px;
}
li.sort-item a {
    font-weight: normal;
}
li.sort-item {
    font-size: 14px;
    padding-left: 6px;
    font-weight: bold;
}

.sort-box {
    font-size: 13px;
}
#sort_box {
    position: relative;
    top: 2px;
}
.paging_box .review-btn {
    width: 152px;
    height: 100%;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding-left: 46px;
    box-sizing: border-box;
    background: rgb(255, 185, 81) url('/img/icon/review-btn.svg') no-repeat;
    background-size: 21px auto;
    background-position: 16px 9px;
    line-height: 38px;
}
.nav-position{
    position: relative;
    padding: 3px;
}
.nav-sort .review-item {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 100%;
    cursor: default;
}
.revie-btn-box {
    display: none;
    text-align: left;
    position: absolute;
    top: 100%;
    background-color: white;
    right: 0;
    z-index: 30;
    border: 4px solid #ffb951;
    padding: 16px 24px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1rem;
    color: #ffb951;
}
.shop-search {
    height: 32px;
    background: #f0f0f0;
    width: 196px;
    padding: 4px 4px 2px 4px;
    border-radius: 2px;
}
.shop-search form {
    position: relative;
    width: 100%;
    height: 30px;
    -webkit-appearance: none;
    border-radius: 0 2px 2px 0;
}
.shop-search input[type="search"] {
    background-color: #fff;
    border: 1px solid #eee;
    height: 30px;
    position: absolute;
    width: 165px;
    left: 0;
    top: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 5px;
    border-radius: 0;
}
.shop-search input[type="submit"] {
    background-color: #ffb951;
    border: none;
    padding: 0;
    position: absolute;
    left: 165px;
    top: 0px;
    height: 30px;
    width: 30px;
    background-image: url('/img/icon/icon_001_w1.png');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 2px 2px 0;
    background-size: 14px auto;
}
.review-btn-txt {
    padding-bottom: 8px;
    padding-left: 5px;
    font-weight: bold;
}
input::placeholder {
    color: #bcbcbc;
}
.close-shop-search {
    text-align: right;
    padding-top: 5px;
}
.revie-btn-box.is_active {
    display: block;
}
/* レーティングの星を表示 */
.review-average-star-icon.star_on {
    background-image: url('/img/icon/star-fill.svg')
}
.review-average-star-icon.star_half {
    background-image: url('/img/icon/star-half.svg')
}

.review-average-star-icon.star_off {
    background-image: url('/img/icon/star-border.svg')
}
.review-average-star-icon.in_item {
    width: 25px;
    height: 25px;
    vertical-align: top;
}

.review-average-star-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

div.kuchikomi_area
{
    margin-top: 15px;
    background: #f0f0f0;
    padding: 10px;
}
div.kuchikomi_area p
{
    font-weight: bold;
    margin-bottom: 5px;
}
div.kuchikomi_area ul
{
    overflow: hidden;
}
div.kuchikomi_area ul li
{
    padding-right: 12px;
    float: left;
}
/* ↓ H_【新商品】ピックアップ口コミ 2021/11/25 */
#ad-pickup-review-hidden {
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
}
.item-user.pickupReview {
    background-color: lightyellow;
}
.item-user.pickupReview:hover{
    background-color:rgba(255, 255, 160, 0.5);
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}
.item-user.pickupReview .item-title {
    font-size: 16px;
    font-weight: bold;
    color: crimson;
    display: flex;
    align-items: center;
    padding: 0px 0px 5px;
}
.item-user.pickupReview .item-title img {
    height: 30px;
    object-fit: cover;
    margin: 0px 5px 0px 0px;
}
.item-user.pickupReview .user-info-icon img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}
/* ↑ H_【新商品】ピックアップ口コミ 2021/11/25 */
