
/* 口コミ一覧 */
div#shopListBox.review {}
div#shopListBox.review li {}
div#shopListBox.review li div.shopListCont {
  width: 100%;
}
div#shopListBox.review li div.shopListCont .new {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  z-index: 1000;
}
div#shopListBox.review li div.shopListCont div.shopDetail {
  width: 591px;
}
div#shopListBox.review li div.shopListCont div.shopDetail .shop_review  {
  padding-left: 10px;
}
div#shopListBox.review li div.shopListCont div.shopDetail .shop_review a {
  color: #2980b9;
  font-size: 100%;
}
div#shopListBox.review li div.shopListCont div.shopDetail .shop_review img {
  vertical-align: text-top;
  width: 14px;
  height: auto;
  padding: 0 2px;
}
div#shopListBox.review li div.shopListCont div.type .place {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

div#shopListBox.review .shopListCont .type {
  border-bottom: none;
}
div#shopListBox.review .shopListCont .type .type {
  background: transparent;
  white-space: nowrap;
}
div#shopListBox.review .shopListCont .shopGirl {
  background-color: #F8F8F0;
  border-bottom: #CCCCCC 1px solid;
  position: relative;
  padding: 13px 10px 13px 80px;
  clear: both;
}
div#shopListBox.review .shopListCont .shopGirl .new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

div#shopListBox.review .shopListCont .shopGirl .rec {
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/icons001a.png);
  background-repeat: no-repeat;
  background-position: -120px 0;
  float: none !important;
  position: absolute;
  right: 3px;
  bottom: 3px;
}
div#shopListBox.review .shopListCont .shopGirl a {
  color: #FF1152;
  font-size: 116.7%;
  line-height: 1.3;
}
div#shopListBox.review .shopListCont .shopGirl .girl_review {
  display: inline-block;
  padding: 0 10px 0 5px;
}

div#shopListBox.review .shopListCont .shopGirl .girl_review a {
  color: #2980b9;
  font-size: 100%;
}
div#shopListBox.review .shopListCont .shopGirl .girl_review a img {
  vertical-align: text-top;
  width: 16px;
  height: auto;
  padding-right: 2px;
}
div#shopListBox.review .shopListCont .shopGirl span {
  display: block;
}

div#shopListBox.review .shopListCont .shopGirl span.type {
  height: 24px;
  line-height: 24px;
  display: flex;
  margin-bottom: 5px;
}
div#shopListBox.review .shopListCont .shopGirl span.type .area {
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  padding: 0 10px;
  white-space: nowrap;
}
div#shopListBox.review .shopListCont .shopGirl span.type .kind {
  width: auto;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  background: #888;
  color: #fff;
  padding: 0 10px;
  overflow: hidden;
}
div#shopListBox.review .shopListCont .shopGirl span.type a {
  line-height: 24px;
  padding-left: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
div#shopListBox.review .shopListCont .shopGirl span.type .shop_review a img {
  width: 15px;
  vertical-align: middle;
}

div#shopListBox.review .shopListCont .shopGirl span a {
  color: #2980b9;
  font-size: 100%;
}
div#shopListBox.review .shopListCont .shopGirl .ranking {
  text-indent: 0;
  height: auto;
  width: auto;
  font-size: 83%;
  background: #FED001;
  border-radius: 2px;
  padding: 2px 7px;
  margin: 3px 0px 4px 0px;
  color: #fff;
  vertical-align: middle;
  display: table;
  float: none !important;
}

div#shopListBox.review .shopListCont .shopGirl .photo {
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  z-index: 100;
  overflow: hidden;
  position: absolute;
  box-shadow: 0 2px 4px rgb(0 0 0 / 40%);
}
div#shopListBox.review .shopListCont .shopGirl .photo img {
  width: 100%;
}

div#shopListBox.review .shopListCont .shopGirl .place {
  font-size: 83.3%;
  width: auto;
  padding-left: 10px;
}
div#shopListBox.review .shopListCont .shopGirl .shop_review {
  display: none;
}
.myReview div#shopListBox.review .shopListCont .shopGirl {
}

div#shopListBox.review .ReviewStatus {
  padding: 8px 10px;
  background-color: #ffc000;
  color: #FFF;
  font-size: 133%;
  font-weight: bold;
}
div#shopListBox.review .ReviewStatus p {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  width: 6em;
}
div#shopListBox.review .ReviewStatus.status1 {background-color: #ffc000;}
div#shopListBox.review .ReviewStatus.status2 {background-color: #23B7D9;}
div#shopListBox.review .ReviewStatus.status3 {background-color: #92d050;}
div#shopListBox.review .ReviewStatus.status4 {background-color: #ff93c4;}
div#shopListBox.review .ReviewStatus.status5 {background-color: #B01013;}
div#shopListBox.review .ReviewStatus.status6 {background-color: #E13073;}
div#shopListBox.review .ReviewStatus.status7 {background-color: #FF7F50;}
div#shopListBox.review .ReviewStatus span {
  margin-left: 10px;
  font-size: 83.3%;
  font-weight: normal;
}

div#shopListBox.review .reason dl {
  padding: 10px;
  display: flex;
  border-bottom: solid 1px #CCC;
  background-color: #F4F4F4;
  width: 100%;
  box-sizing: border-box;
}
div#shopListBox.review  .reason dl dt,
div#shopListBox.review  .reason dl dd {
  font-weight: normal;
  overflow: hidden;
  white-space: normal;
  width: 100%;
}
div#shopListBox.review  .reason dl dt {
  width: 40px;
  vertical-align: text-bottom;
  color: #C71D20;
  font-weight: bold;
  font-size: 120%;
}
div#shopListBox.review  .reason dl dd {
  color: #000;
  font-size: 110%;
}

div#commonForm .formError {
  text-align: left;
  line-height: 180%;
  padding: 15px;
  margin-bottom: 20px;
}


.line-black {
  display: none;
}
div#shopListBox.review .review_note {
  clear: both;
  padding: 5px 10px;
}
div#shopListBox.review .review_note .review-rate {
  clear: both;
  padding: 1% 0px;
}
div#shopListBox.review .review_note .review-service {
  padding-left: 6%;
}
div#shopListBox.review .review_note .time {
  background: url(../img/review/timer_l.svg) 0px center no-repeat;
  background-size: 20px;
  padding: 10px 0 10px 30px;
  line-height: 1.2;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}
div#shopListBox.review .review_note .time .day {}
div#shopListBox.review .review_note .time .day span {}
div#shopListBox.review .review_note .user {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
div#shopListBox.review .review_note .user .icon {
  position:relative;
  overflow: hidden;
  width:40px;
  height:40px;
  border-radius:50%;
  display: inline-block;
  vertical-align: middle;
}
div#shopListBox.review .review_note .user .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 40px;
  height: auto;
}

div#shopListBox.review .review_note .user .name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
div#shopListBox.review .review_note .user .age {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
}
div#shopListBox.review .review_note .star_rating {
  display: inline-block;
  vertical-align: middle;
}
div#shopListBox.review .review_note .star_rating .review-satisfaction-level {
  background-color: #de2a3d;
  border-radius: 3px;
  display: inline-flex;
}
div#shopListBox.review .review_note .star_rating .satisfaction-level {
  color: #F4F4F4;
  padding: 2px 6px 2px 6px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
}

div#shopListBox.review .review_note .star_rating .review-satisfaction-level .point {
  font-weight: 600;
  font-size: 20px;
}
/* 星 */
.star_rating p {
  font-size: 19px;
  font-weight: bold;
}
.star_number {
  display:inline-flex;
  width: 100%;
  background: #ffffff;
}
.star_number .rating-type {
  display: flow-root;
  align-items: center;
  padding:10px;
  width: 100%;
}
.star_number .rating-type:last-child {
}
.star_number .rating-type-last {
  width: 500px;
}
.star_number .rating-type .content-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.star_number .rating-type .content-rating .box-star {
  width: 110px;
}
.star_number_sp{
  display: none;
}
.title-evaluate {
  padding-right: 10px;
  width: 70px;
}
.title-evaluate-shop {
  padding-right: 10px;
  width: 95px;
}
.star5_rating{
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC; /* グレーカラー 自由に設定化 */
  font-size: 25px;
}
#ReviewBox .star5_rating_normal{
  font-size: large;
  flex: 1;
}
.list_star5_rating{
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC; /* グレーカラー 自由に設定化 */
}
.star5_rating:before, .star5_rating:after{
  content: '\2605\2605\2605\2605\2605';
}

.star5_rating:after{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #FDCE32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5.0"]:after{ width: 100%; }
.star5_rating[data-rate="5"]:after{ width: 100%; }
.star5_rating[data-rate="4.9"]:after{ width: 98%; }
.star5_rating[data-rate="4.8"]:after{ width: 96%; }
.star5_rating[data-rate="4.7"]:after{ width: 94%; }
.star5_rating[data-rate="4.6"]:after{ width: 92%; }
.star5_rating[data-rate="4.5"]:after{ width: 90%; }
.star5_rating[data-rate="4.4"]:after{ width: 88%; }
.star5_rating[data-rate="4.3"]:after{ width: 86%; }
.star5_rating[data-rate="4.2"]:after{ width: 84%; }
.star5_rating[data-rate="4.1"]:after{ width: 82%; }
.star5_rating[data-rate="4.0"]:after{ width: 80%; }
.star5_rating[data-rate="4"]:after{ width: 80%; }
.star5_rating[data-rate="3.9"]:after{ width: 78%; }
.star5_rating[data-rate="3.8"]:after{ width: 76%; }
.star5_rating[data-rate="3.7"]:after{ width: 74%; }
.star5_rating[data-rate="3.6"]:after{ width: 72%; }
.star5_rating[data-rate="3.5"]:after{ width: 70%; }
.star5_rating[data-rate="3.4"]:after{ width: 68%; }
.star5_rating[data-rate="3.3"]:after{ width: 66%; }
.star5_rating[data-rate="3.2"]:after{ width: 64%; }
.star5_rating[data-rate="3.1"]:after{ width: 62%; }
.star5_rating[data-rate="3.0"]:after{ width: 60%; }
.star5_rating[data-rate="3"]:after{ width: 60%; }
.star5_rating[data-rate="2.9"]:after{ width: 58%; }
.star5_rating[data-rate="2.8"]:after{ width: 56%; }
.star5_rating[data-rate="2.7"]:after{ width: 54%; }
.star5_rating[data-rate="2.6"]:after{ width: 52%; }
.star5_rating[data-rate="2.5"]:after{ width: 50%; }
.star5_rating[data-rate="2.4"]:after{ width: 48%; }
.star5_rating[data-rate="2.3"]:after{ width: 46%; }
.star5_rating[data-rate="2.2"]:after{ width: 44%; }
.star5_rating[data-rate="2.1"]:after{ width: 42%; }
.star5_rating[data-rate="2.0"]:after{ width: 40%; }
.star5_rating[data-rate="2"]:after{ width: 40%; }
.star5_rating[data-rate="1.9"]:after{ width: 38%; }
.star5_rating[data-rate="1.8"]:after{ width: 36%; }
.star5_rating[data-rate="1.7"]:after{ width: 34%; }
.star5_rating[data-rate="1.6"]:after{ width: 32%; }
.star5_rating[data-rate="1.5"]:after{ width: 30%; }
.star5_rating[data-rate="1.4"]:after{ width: 28%; }
.star5_rating[data-rate="1.3"]:after{ width: 26%; }
.star5_rating[data-rate="1.2"]:after{ width: 24%; }
.star5_rating[data-rate="1.1"]:after{ width: 22%; }
.star5_rating[data-rate="1.0"]:after{ width: 20%; }
.star5_rating[data-rate="1"]:after{ width: 20%; }
.star5_rating[data-rate="0.9"]:after{ width: 18%; }
.star5_rating[data-rate="0.8"]:after{ width: 16%; }
.star5_rating[data-rate="0.7"]:after{ width: 14%; }
.star5_rating[data-rate="0.6"]:after{ width: 12%; }
.star5_rating[data-rate="0.5"]:after{ width: 10%; }
.star5_rating[data-rate="0.4"]:after{ width: 8%; }
.star5_rating[data-rate="0.3"]:after{ width: 6%; }
.star5_rating[data-rate="0.2"]:after{ width: 4%; }
.star5_rating[data-rate="0.1"]:after{ width: 2%; }
.star5_rating[data-rate="0"]:after  { width: 0%; }
.star5_rating[data-rate=""]:after  { width: 0%; }

div#shopListBox.review .review_note .title {
  margin-top: 10px;
  margin-bottom: 3px;
  font-weight: bold;
}
div#shopListBox.review .review_note .date_use {
  margin: 5px 0;
}
div#shopListBox.review .review_note .text {
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
div#shopListBox.review .review_note .detail_btn {
  text-align: center;
}
div#shopListBox.review .review_note .detail_btn a {
  display: inline-block;
  width: 230px;
  margin: 0 10px 15px;
  line-height: 40px;
  text-align: center;
  font-size: 133.3%;
  color: #FFF;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: #F0A340;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 2px 2px 0  rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4);
  -webkit-appearance: none;
}
div#shopListBox.review .review_note .detail_btn a:hover {
  text-decoration: none;
}
div#shopListBox.review .review_note .detail_btn a.edit   { background-color:#DE2F41;}
div#shopListBox.review .review_note .detail_btn a.delete { background-color:#6E6E6E;}

/* 口コミ詳細 */
.body-box-evaluate .content {
  clear: both;
}

#ReviewBox {
  border-top: #999 1px solid;
}
#ReviewBox .top_area {
  padding: 5px 15px;
  background-color: #FFF;
}
#ReviewBox .time {
  background: url(../img/review/timer_l.svg) 0px center no-repeat;
  background-size: 20px;
  padding: 10px 0 10px 30px;
  margin-bottom: 5px;
  line-height: 1.2;
  text-align: left;
  display: flex;
}
#ReviewBox .time .bulk-head {
  margin: 0px 3px 0px 3px;
}
#ReviewBox .time .day {}
#ReviewBox .time .day span {}
#ReviewBox .user {
  display: flex;
  /* padding: 10px 0px; */
  align-items: center;
}
#ReviewBox .user .age {
  margin: 0px 3px 0px 3px;
}
#ReviewBox .point-evaluation-box {
  display: flex;
  align-items: center;
  border-bottom: #ccc 2px solid;
  border-top: #ccc 2px solid;
  height: 45px;
  line-height: 45px;
  width: 808px;
  background: #ffffff;
  position: relative;
}
.point-evaluation-box .title .point {
  font-size: 20px;
  font-weight: 600;
  padding: 0px 2px 0px 2px;
}
#ReviewBox .point-evaluation-box .title-point {
  display: flex;
  align-items: center;
  justify-content: center;
}
#ReviewBox .point-evaluation-box .title{
  width: 20%;
  height: 45px;
  background: linear-gradient(195deg, rgb(218 31 52 / 50%) 50%, #da1f34 50%);
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 400;
}
#ReviewBox .point-evaluation-box .number-use-shop{
  height: 42px;
  text-align: center;
  color: black;
  margin-left: 15px;
}
#ReviewBox .point-evaluation-box h4:after {
  display: inline-block;
  position: absolute;
  top:1px;
  left: 1px;
  height: 44px;
  width: 44px;
  background: url(../dx/img/title_corner.png) 0 0 no-repeat;
}
#ReviewBox .body-box {
  display: flex;
  align-items: center;
  line-height: 45px;
  width: 808px;
  background: #000;
  position: relative;
}
#ReviewBox .body-box .title{
  border-left: 8px solid #e91c23;
  padding: 10px 20px 10px 0px;
  height: auto;
  line-height: 24px;
}
#ReviewBox .body-box .number-use-shop{
  color: white;
  font-size: 17px;
  padding-left: 20px;
}
#ReviewBox .body-box-evaluate {
  width: calc( 100% - 20px);
  background: #ffffff;
  padding: 10px;
}
#ReviewBox .body-box-evaluate .title {
  padding: 10px 0px 0px 20px;
}
#ReviewBox .body-box-evaluate .content {
  padding: 10px;
  margin: 0;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: anywhere;
}
.service-girl {
  width: 212px;
}
#ReviewBox .user .icon {
  position:relative;
  overflow: hidden;
  width:40px;
  height:40px;
  border-radius:50%;
  display: inline-block;
  vertical-align: middle;
}
#ReviewBox .user .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 40px;
  height: auto;
}

#ReviewBox .user .name {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 3px 0px 10px;
}
#ReviewBox .star_rating {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
}
#ReviewBox .star_rating .score {
  padding-left: 5px;
}
#ReviewBox .star_rating .score span {
  padding-left: 5px;
  font-weight: bold;
}
#ReviewBox .mainTitle {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
#ReviewBox .date_use {
  margin-bottom: 8px;
}
#ReviewBox .date_use span {}
#ReviewBox .RatingBox {
  border-bottom: #ccc 1px solid;
}
#ReviewBox .RatingBox .title {
  height: 45px;
  line-height: 45px;
  width: 808px;
  background: url(../img/bar_shop.png) 0 0 repeat-x;
}
#ReviewBox .RatingBox .title span {
  background: url(../img/icon_shop_pen.png) 10px center no-repeat;
  padding: 0 0 0 40px;
  color: #FFF;
  font-size: 116.7%;
}
#ReviewBox .RatingBox p {
  font-size: 116.7%;
  color: #000;
  padding: 10px 15px;
  background: #f9f9f9;
}
#ReviewBox .Shop_comment {
  padding: 20px 0;
}
#ReviewBox .Shop_comment .title {
  font-size: 130%;
  margin-bottom: 10px;
  padding: 7px 15px 7px 45px;
  color: #FF1154;
  font-weight: bold;
  position: relative;
  background: #ffffff;
}
#ReviewBox .Shop_comment .title:before {
  content: '';
  background-image: url("../img/review/shop_comment.svg");
  width: 18px;
  height: 16px;
  z-index: 10;
  position: absolute;
  left: 15px;
  top: 12px;
}
#ReviewBox .Shop_comment .comment {
  position: relative;
  background: #FFC1B5;
  margin: 20px 15px 0;
  padding: 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#ReviewBox .Shop_comment .comment:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 40px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #FFC1B5;
}
#ReviewBox .Shop_comment .comment p {
  font-size: 116.7%;
}

/* 投稿ボタン */
#resPostBox {
  position:fixed;
  bottom:0px;
  left:0px;
  width:100%;
  z-index:10;
}
#resPostBox > div {
  position:relative;
  width:1220px;
  margin:0 auto;
  display:block;
}
#resPostBox a.resPost {
  position: relative;
  left:925px;
  bottom:0px;
  display:block;
  width:90px;
  height:90px;
  -webkit-border-radius:45px;
  -moz-border-radius:45px;
  border-radius:45px;
  background-color:#2096F2;
  text-align:center;
  box-shadow:0px 0px 6px 2px rgba(0,0,0,0.6);
  color:#fff;
  font-size:118.3%;
  -webkit-transition: 0.3s ease-in-out;
   -moz-transition: 0.3s ease-in-out;
   -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#resPostBox a.resPost::before {
  content:"";
  display:block;
  height:30px;
  width:30px;
  vertical-align: middle;
  background:url(../img/talk/icon_talk.png) 0 18px no-repeat;
  text-align:center;
  margin:0 auto;
  padding-top:18px;
}
#resPostBox a.resPost:hover {
  box-shadow:0px 0px 8px 2px rgba(0,0,0,0.8);
  cursor: pointer;
}


#memberBox .msg {
  text-align: center;
  font-size: 118%;
  padding: 10px;
  margin: 10px;
  border-radius: 4px;
  background: #e20000;
  color: #fff;
}









/* A102 口コミ機能紹介 */
div#subCont #review_about {
  margin-bottom: 30px;
}
div#subCont #review_about .TopBanner {
  margin-bottom: 20px;
  background-color: #CCC;
  text-align: center;
  font-size: 18px;
}
div#subCont #review_about .TopBanner img {
  width: 100%;
  height: auto;
}

div#subCont #review_about div.introBox {
  background-color: #f9f9f9;
  margin-bottom: 20px;
  border-bottom: 1px #FFF solid;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
}
div#subCont #review_about div.introBox:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px #CCC solid;
}
div#subCont #review_about div.introBox .midTitle {}
div#subCont #review_about div.introBox .midTitle h3 {
  background: url(../img/icon_chara.png) 0 0 no-repeat;
  padding: 7px 0 0 60px;
  height: 43px;
  color: #fff;
  font-size: 133.3%;
}
div#subCont #review_about div.introBox p.topNote {
  width: 100%;
  padding: 15px 20px 0;
  float: none;
  box-sizing: border-box;
}

div#subCont #review_about div.introBox p.topNote span {
  color: #CD0003;
  font-weight: bold;
}
div#subCont #review_about div.introBox .item {
  float: none;
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
}

div#subCont #review_about div.introBox .item img {
  width: 100%;
  height: auto;
}

div#subCont #review_about div.introBox p.topNote.left {
  float: left;
  width: 480px;
}
div#subCont #review_about div.introBox .item.right {
  float: right;
  width: 330px;
}
div#subCont .search_rsv_shop {
  display: block;
  width: 600px;
  margin: 0 auto 20px;
  line-height: 40px;
  text-align: center;
  font-size: 133.3%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Meiryo;
  color: #FFF;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: #44ad81;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 2px 2px 0  rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4);
  -webkit-appearance: none;
}



div#subCont #review_about .member_entry_btn {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 600px;
}
div#subCont #review_about .member_entry_btn a {
  display: block;
  width: 100%;
  margin-top: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 133.3%;
  color: #FFF;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: #008C69;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 40%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 40%);
  -webkit-appearance: none;
}


/* 口コミ投稿画面 */

div#commonForm div#shopListBox {
  border-bottom: none;
  margin-bottom: 0px;
}
div#commonForm ul {
  padding: 0;
}
div#commonForm ul li {
  float: none;
  padding: 0;
}

div#commonForm table {
  border-spacing: 0px;
  border-top: none;
  border-bottom: none;
}
div#commonForm table .cal-icon {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  background: url(../img/calendar_view_month.png) 5px 6px no-repeat;
  width: 28px;
  height: 28px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
div#commonForm table .cal-icon:hover {
  cursor: pointer;
}

div#commonForm table .score {
  width: 100%;
  display: inline-block;
  font-size: 133.3%;
  line-height: 19.2px;
  padding: 6px 0 5px 0px;
}
div#commonForm table .score p {
  display: inline-block;
  width: 80px;
}
div#commonForm table .score label.checked {
  font-weight: bold;
}
div#commonForm table .score span {
  font-weight: bold;
}
.myReview div#commonForm .status_kome {
  font-size: 90%;
  padding-top: 5px;
}
.em {
  font-weight: bold;
}
/* H105 会員用　口コミ投稿方法 */
#review_post  {}
#review_post .top_txt {
  margin: 0 auto;
  padding: 15px 15px;
  font-size: 116.7%;
}
#review_post .chara_intro {
  margin-bottom: 20px !important;
}
#review_post .chara_intro .inner {
  padding: 10px 15px 20px;
}
#review_post .chara_intro p {
  font-size: 116.7%;
  line-height: 180%;
}

#review_post .chara_intro .midTitle {}
#review_post .item {
  margin-bottom: 30px;
}
#review_post .item img {
  width: 100%;
  height: auto;
}
#review_post #flow .item.left,
#review_post #flow .item.right {
  display: inline-block;
  width: 49%;
  margin-bottom: 40px;
}
#review_post #flow .item.left {
  margin-right: 11px;
}

#review_post .chara_intro.status .item {
  margin: 20px auto;
}

#review_post .chara_intro .item.step {
  float: left;
  width: 50%;
  margin-bottom: 40px;
}

#review_post .chara_intro .device {
  margin-bottom: 20px;
  border-top: double 5px #FFC778;
  border-bottom: double 5px #FFC778;
  font-size: 133%;
  font-weight: bold;
  position: relative;
  padding-left: 47px;
  line-height: 45px;
  color: #F89000;
  clear: both;
}
#review_post .chara_intro .device:before {
  content: '';
  background-image: url("../img/icons001a.png");
  background-position: right top;
  background-repeat: no-repeat;
  width: 45px;
  height: 30px;
  position: absolute;
  top: 6px;
  left: 0;
}
#review_post .chara_intro .post {
  margin-bottom: 20px;
}
#review_post .chara_intro .post.last { margin-bottom: 40px;}

#review_post .chara_intro .post .case {
  font-size: 123%;
  font-weight: bold;
  margin-bottom: 5px;
  background: linear-gradient(transparent 60%, #C4E3FF 60%);
  display: table;
}
#review_post .chara_intro ul li {
	font-size: 116.7%;
	line-height: 180%;
	text-indent: -1em;
	padding-left: 1em;
}

#review_post .chara_intro .post ol.step {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
#review_post .chara_intro .post ol.step li {
  font-size: 116.7%;
  line-height: 180%;
  position: relative;
  padding: 0px 0px 0px 20px;
  margin-bottom: 5px;
}
#review_post .chara_intro .post ol.step li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #0A0A0A;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  width: 15px;
  color: #000;
  font-size: 11px;
  line-height: 13px;
  position: absolute;
  top: 5px;
  left: 0px;
  margin: auto;
}
#review_post .chara_intro .post ol.step li .kome {
  font-size: 13px;
}
#review_post .chara_intro .attention {
  margin-bottom: 10px;
  margin-top: 20px;
}
#review_post .chara_intro .attention h5 {
  font-size: 133%;
  font-weight: bold;
  color: #AD1A1C;
}
#review_post .chara_intro .attention h5:before {
  content: "";
  display: block;
  width: 30px;
  height: 24px;
  background: url(../img/talk/icon_talk.png) no-repeat;
  background-position: 0 -606px;
  vertical-align: middle;
  display: inline-block;
}
#review_post .chara_intro .attention h5:after {
  content: "";
  display: block;
  width: 30px;
  height: 24px;
  background: url(../img/talk/icon_talk.png) no-repeat;
  background-position: 0 -606px;
  vertical-align: middle;
  display: inline-block;
}
#review_post .chara_intro font {
  font-weight: bold;
}

#review_post .chara_intro .attention p {
  font-size: 116.7%;
  line-height: 180%;
  color: #AD1A1C;
}

#review_post .chara_intro.status .status {
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding:  0 5px;
	margin: 0 3px;
	box-sizing: border-box;
}

#review_post .chara_intro.status .status1 {background-color: #ffc000;}
#review_post .chara_intro.status .status2 {background-color: #23B7D9;}
#review_post .chara_intro.status .status3 {background-color: #92d050;}
#review_post .chara_intro.status .status4 {background-color: #ff93c4;}
#review_post .chara_intro.status .status5 {background-color: #B01013;}
#review_post .chara_intro.status .status6 {background-color: #E13073;}
#review_post .chara_intro.status .status7 {background-color: #FF7F50;}


#review_post .chara_intro.status dl {
	margin: 10px auto 20px;
	display: flex;
	flex-wrap: wrap;
}
#review_post .chara_intro.status dl dt,
#review_post .chara_intro.status dl dd {
	font-size: 116.7%;
	line-height: 180%;
	margin-bottom: 7px;
	box-sizing: border-box;
}
#review_post .chara_intro.status dl dt {
  font-weight: bold;
	width: 13%;
}
#review_post .chara_intro.status dl dt span {
  width: 100%;
  display: inline-block;
}

#review_post .chara_intro.status dl dd {
	width: 87%;
  text-indent: -1em;
  padding-left: 1.4em;
}
#review_post .chara_intro.taboo p {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1em;
}



div#subCont #review_post .search_btn {
  margin: 0 auto;
  width: 100%;
  clear: both;
  text-align: center;
}
div#subCont #review_post .search_btn .btn {
  display: inline-block;
  width: 40%;
  margin: 0 10px;
}
div#subCont #review_post .search_btn .btn a {
  display: block;
  width: 100%;
  margin-top: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 133.3%;
  color: #FFF;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: #008C69;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 40%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 40%);
  -webkit-appearance: none;
}
div#subCont #review_post .search_btn .btn.girl a {
  background-color: #ff1152;
}






/* 店舗管理 */
#right_contents #ReviewBox {
  border-top: none;
  margin-bottom: 30px;
}
#right_contents #ReviewBox .mainTitle {
  color: #333;
  background: none;
  border: none;
  margin-bottom: 15px;
  padding-left: 5px;
  text-indent: 0;
  height: auto;
  line-height: normal;
}
#right_contents #ReviewBox .date_use {
  padding-left: 5px;
  margin-bottom: 8px;
}
#right_contents #ReviewBox .top_area {
  padding: 0;
}
#right_contents #ReviewBox .RatingBox {
  border-bottom: none;
}
#right_contents #ReviewBox .RatingBox .title {
  border-left: #f099 0 solid;
  padding-left: 0;
  width: 100%;
  height: auto;
  line-height: initial;
  font-size: 110%;
  padding: 8px 0px;
  float: none;
  text-indent: 10px;
}
#right_contents #ReviewBox .RatingBox .title span {
  background: url(../img/icon_shop_pen.png) 0px center no-repeat;
  padding: 0 0 0 30px;
  color: #FFF;
  font-size: 115%;
  background-size: 17px auto;
}
#right_contents #ReviewBox .RatingBox p {
  padding: 10px 15px;
}

#right_contents #ReviewBox .Shop_comment .title {
  height: auto;
  border-left: none;
  line-height: normal;
  padding-left: 10px;
  background-position: left top -353px;
}
#right_contents #ReviewBox .Shop_comment .comment {
  margin-top: 50px;
}
#right_contents {}

#full-stars-example-two {
}
#full-stars-example-two .rating-group {
  display: inline-flex;
}

#full-stars-example-two .rating__icon {
  pointer-events: none;
}

#full-stars-example-two .rating__input {
 position: absolute !important;
 left: -9999px !important;
}

#full-stars-example-two .rating__input--none {
  display: none
}

#full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 1.6rem;
}

#full-stars-example-two .rating__icon--star {
  color: #FDCE32;
  display: inline-flex;
  width: 30px;
  padding-right: 15px;
  align-items: center;
}

#full-stars-example-two .rating__icon--star:before {
  content:'\2605 ';
}

#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}

#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  color: #FDCE32;;
}

#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}

.review-satisfaction-level-sp {
  display: none;
}

.review-number-visit-shop {
  display: none;
}

.properties-satisfaction {
  width: 212px !important;
}

.canvas {
  width: 60px !important;
  height: 60px !important;
}

.chart-canvas {
  display: flex;
  align-items: center;
}

.chart-canvas .parameter-sm {
  display: grid;
}

.chart-canvas .parameter-sm .sm {
  font-weight: 700;
  font-size: 14px;
}

.count-string {
  font-size: 12px;
}

.count-string #word-count {
  color: red;
  font-weight: 600;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  margin: 0;
  max-width: 100%;
}
  
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  border: 1px solid #888;
  width: 470px; /* Could be more or less, depending on screen size */
  font-size: 12px;
}
  
/* The Close Button */
.closeModal {
  font-weight: 600;
  height: 20px;
  width: 20px;
  position: absolute;
  top: -10px;
  right: -13px;
  border-radius: 50%;
  color: white;
  background: black;
  border: 2px solid;
  text-align: center;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  line-height: 20px;
}
  
.closeModal:hover,
.closeModal:focus {
text-decoration: none;
  cursor: pointer;
}

.modal-content .title {
  margin: 10px 0px;
  height: 1.8rem;
  border-bottom: 2px solid #c91e30;
}

.modal-content .title .title-sp {
  display: none;
}

.close-sp{
  display: none;
}

.modal-content .title .name{
  margin: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.modal-content .title .image-message {
  background: url(../img/message-icon.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
}

.modal-content .note {
  margin: 1.5rem 0px;
  padding: 0px 40px 0px 40px;
}

.modal-content .note .district {
  background: #0498ba;
  padding: 4px 7px;
  color: white;
}

.modal-content .note .status-girl {
  background: #727272;
  padding: 4px 10px 4px 10px;
  color: white;
}

.modal-content .note .shop_place {
  font-size: 88.3%;
  padding: 7px;
}

.modal-content .note .rush {
  padding-top: 0.5rem;
}
.modal-content .note .rush a {
  color: #FF1154;
}
.modal-content .button-link-shop {
  text-align: center;
  padding: 1rem 2rem;
}

.modal-content .button-link-girl {
  text-align: center;
  padding: 0.4rem 2rem 3rem 2rem;
}

.modal-content .button-link-shop .shop{
  background: #0377bd;
  padding: 10px 14%;
  color: white;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  border-radius: 3px;
  font-size: 15px;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -moz-box-shadow: 0 2px 2px 0  rgba(0,0,0,0.4) ;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4) ;
  box-shadow:0 2px 2px 0 rgba(0,0,0,0.4) ;
  -webkit-appearance: none;
}

.modal-content .button-link-girl .girl{
  background: #de2a3d;
  padding: 10px 14%;
  color: white;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  border-radius: 3px;
  font-size: 15px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -moz-box-shadow: 0 2px 2px 0  rgba(0,0,0,0.4) ;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4) ;
  box-shadow:0 2px 2px 0 rgba(0,0,0,0.4) ;
  -webkit-appearance: none;
}

.modal-content .title span {
  margin: 10px;
}

.modal-content .color {
  height: 10px;
  display: flex;
  flex-direction: row;
  position: relative;
}

.modal-content .color .box-color-one{
  height: 100%;
  width: 100%;
  background: #48b4cd;
}

.modal-content .color .box-color-two{
  height: 100%;
  width: 100%;
  background: #dd5a6a;
}

.modal-content .color .box-color-three{
  height: 100%;
  width: 100%;
  background: #f8c234;
}

.modal-content .color .box-color-four{
  height: 100%;
  width: 100%;
  background: #cc4385;
}

#ReviewBox .user .infor {
  width: 40%;
  display: flex;
  align-items: center;
}

#ReviewBox .user .infor .statistical {
  flex: 1;
}

#ReviewBox .user .statistical .title {
  color: red;
}

.shop-for-girl {
  height: 90px;
}

#right_contents #ReviewBoxAdmin {
  border-top: none;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

#ReviewBoxAdmin .user {
  display: flex;
  padding: 0px 0px 10px 0px;
  align-items: center;
}

#ReviewBoxAdmin .point-evaluation-box {
  display: flex;
  align-items: center;
  border-bottom: #ccc 2px solid;
  border-top: #ccc 2px solid;
  height: 45px;
  line-height: 45px;
  width: 100%;
  background: #ffffff;
  position: relative;
}

#ReviewBoxAdmin .point-evaluation-box .title {
  width: 20%;
  height: 37px;
  background: linear-gradient(187deg, rgb(218 31 52 / 50%) 50%, #da1f34 50%);
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: none;
  text-indent: 0px;
}

#ReviewBoxAdmin .point-evaluation-box .number-use-shop {
  height: 42px;
  text-align: center;
  color: black;
  margin-left: 15px;
  display: flex;
  align-items: center;
}

#ReviewBoxAdmin .body-detail-review-sp {
  max-width: 800px;
  width: auto;
}

#ReviewBoxAdmin .body-box .title {
  border-left: 8px solid #e91c23;
  padding: 10px 20px 10px 0px;
  height: auto;
  line-height: 22px;
  text-indent: 0px;
}

#ReviewBoxAdmin .user .infor {
  width: 40%;
  display: flex;
  align-items: center;
}

#ReviewBoxAdmin .user .icon {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

#ReviewBoxAdmin .user .name {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 3px 0px 10px;
}

#ReviewBoxAdmin .user .age {
  margin: 0px 3px 0px 3px;
}

#ReviewBoxAdmin .user .statistical .title {
  color: red;
  border-left: none;
}

#ReviewBoxAdmin .body-box {
  display: flex;
  align-items: center;
  line-height: 45px;
  width: 100%;
  background: #000;
  position: relative;
}

#ReviewBoxAdmin .body-box .number-use-shop {
  color: white;
  font-size: 17px;
  padding-left: 20px;
}

#ReviewBoxAdmin .user .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 40px;
  height: auto;
}

#ReviewBoxAdmin .time {
  background: url(../img/review/timer_l.svg) 0px center no-repeat;
  background-size: 20px;
  padding: 10px 0 10px 30px;
  margin-bottom: 5px;
  line-height: 1.2;
  text-align: left;
  display: flex;
}

#ReviewBoxAdmin .top_area {
  width: 100%;
  margin-top: 10px;
}

#ReviewBoxAdmin .point-evaluation-box .title-point {

}

#ReviewFormAdmin {
  margin: -10px 0px 20px 0px;
}

#ReviewBoxAdmin .body-box-evaluate,
#ReviewBoxAdmin .cross .body-box-evaluate,
#ReviewFormAdmin .cross .body-box-evaluate {
  padding: 10px 60px 10px 20px;
}

#ReviewBoxAdmin .body-box-evaluate .content,
#ReviewBoxAdmin .cross .body-box-evaluate .content,
#ReviewFormAdmin .cross .body-box-evaluate .content {
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: anywhere;
}

#ReviewBoxAdmin .body-box-evaluate.topborder,
#ReviewBoxAdmin .cross .body-box-evaluate.topborder,
#ReviewFormAdmin .cross .body-box-evaluate.topborder {
  border-top: 1px solid #ccc;
  margin-top: 10px;
}

#ReviewBoxAdmin .box-star {
  flex: 1;
  min-width: 100px;
  width: auto;
}

#ReviewBoxAdmin .star5_rating_normal {
  font-size: 16px;
}

#ReviewBoxAdmin .sm5_rating_normal {
  font-size: 16px;
}

.send-email {
  font-size: 12px;
}

.send-email-content {
  padding-left: 3px;
  font-size: 12px;
}

/* custom checkbox */
/* The container */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 50%;
  overflow: hidden;
  }
  
  /* On mouse-over, add a grey background color */
  .custom-checkbox:hover input ~ .checkmark {
  background-color: #f9f9f9;
  
  }
  
  /* When the checkbox is checked, add a blue background */
  .custom-checkbox input:checked ~ .checkmark {
  background-color: #f9f9f9;
  border: 1px solid #008c69;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  }
  
  /* Show the checkmark when checked */
  .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
  }
  
  /* Style the checkmark/indicator */
  .custom-checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #008c69;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  }

  #ReviewBox .content-encourage {
  padding: 7px 0px 0px 20px;
  background: #ffffff;
  }

  #ReviewBoxAdmin .content-encourage {
  padding: 15px 0px 0px 0px;
  background: #ffffff;
  }

div#commonForm p.empTextG {
  word-break: break-all;
  line-height: 1.4;
}
div#commonForm p.confInput-sp {
  font-size: 133.3%;
  line-height: 19.2px;
  padding: 8px 0 5px 0px;
}
div#commonForm textarea {
  resize: vertical;
  display: block;
  font-size: 12px;
}

#full-sm .rating-group {
  display: inline-flex;
}

#full-sm .rating__icon {
  pointer-events: none;
}

#full-sm .rating__input {
 position: absolute !important;
 left: -9999px !important;
}

#full-sm .rating__input--none {
  display: none
}

#full-sm .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 1.6rem;
}

#full-sm .rating__icon--sm {
  display: inline-flex;
  width: 22px;
  padding-right: 22px;
  padding-left: 1.5px;
  align-items: center;
}

#full-sm .rating__icon--sm.rating__icon--or_properties_s {
  content: url(../img/review/review_s_on.svg);
  width: 22px;
  height: 22px;
}

#full-sm .rating__icon--sm.rating__icon--or_properties_m {
  content: url(../img/review/review_m_on.svg);
  width: 22px;
  height: 22px;
}

#full-sm .rating__label:last-child .rating__icon--sm {
  padding-left: 0px;
}

#full-sm .rating__icon--sm:before {
  content: url(../img/review/review_sm_off.svg);
  width: 22px;
  height: 22px;
}

#full-sm .rating__input:checked ~ .rating__label .rating__icon--sm {
  content: url(../img/review/review_sm_off.svg);
  width: 22px;
  height: 22px;
}

#full-sm .rating-group:hover .rating__label .rating__icon--sm.rating__icon--or_properties_s {
  content: url(../img/review/review_s_on.svg);
  width: 22px;
  height: 22px;
}

#full-sm .rating-group:hover .rating__label .rating__icon--sm.rating__icon--or_properties_m {
  content: url(../img/review/review_m_on.svg);
  width: 22px;
  height: 22px;
}

#full-sm .rating__input:hover ~ .rating__label .rating__icon--sm {
  content: url(../img/review/review_sm_off.svg)!important;
  width: 22px;
  height: 22px;
}

.sm5_rating{
  content: url(../img/review/review_sm_off.svg);
  width: 16px;
  height: 16px;
  margin-right: -2px;
}
.sm5_rating.sm5_rating_properties_s{
  content: url(../img/review/review_s_on.svg);
  width: 16px;
  height: 16px;
}
.sm5_rating.sm5_rating_properties_m{
  content: url(../img/review/review_m_on.svg);
  width: 16px;
  height: 16px;
}
.title-evaluate-sm {
  padding-right: 10px;
  width: 40px;
}
.box-star-sm {
  font-size: large;
  height: 22px;
}

.rating-conf .sm5_rating{
  width: 22px;
  height: 22px;
  margin-right: 14px;
  display: inline-block;
}
.rating-conf .sm5_rating:first-child {
  margin-left: 2px;
}
.rating-conf .sm5_rating:last-child{
  margin-right: 0;
}
.rating-conf .sm5_rating.sm5_rating_properties_s{
  content: url(../img/review/review_s_on.svg);
  width: 22px;
  height: 22px;
}
.rating-conf .sm5_rating.sm5_rating_properties_m{
  content: url(../img/review/review_m_on.svg);
  width: 22px;
  height: 22px;
}
.full-stars-example-two .star5_rating{
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
  font-size: 26px;
  letter-spacing: 16px;
  line-height: 26px;
}

.full-stars-example-two .star5_rating:after{
  line-height: 26px;
}

.disSP{
  display: none;
}
.dissp{
  display: none;
}

div#shopListBox li div.shopListCont .shop span {
  margin-left: 5px;
  font-size: 88.3%;
}

div#shopListBox.review .shopListCont .shopGirl span span.shopname {
  font-size: 100%;
}

div#shopListBox.review .shopListCont .shopGirl span.girlname {
  font-size: 116.7%;
  line-height: 1.3;
  display: inline-block;
}
div#shopListBox li div.shopListCont .shop span.shopname  {
  font-size: 100%;
}
div#shopListBox li div.shopListCont .shop span.shopname span {
  margin-left: 5px;
  font-size: 88.3%;
}

div#commonForm .inputError {
  line-height: 1.6;
}

div#commonForm table.inqTbl {
  border-top: #999 1px solid;
}
