@charset "UTF-8";

.dn{display: none!important}
.db{display: block!important}

/* leftBox
------------------------------------- */
.revBox .revLeftBox{
  width: 270px;
  text-align: center;
}
.revBox .revLeftBox .revMainTxt{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
}
.revBox .revLeftBox .revSubTxt{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  color: #333333;
}
.revBox .revLeftBox .evaNum{
  font-family: 'Noto Sans JP', sans-serif;
  margin: 10px 0;
  font-size: 8rem;
  font-weight: bold;
  color: #ffb500;
  line-height: 1;
}
.revBox .revLeftBox .evaImg{
  position: relative;
  display: inline-block;
}
.revBox .revLeftBox .evaImg span {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(rev_ic03.png);
  height: 47px;
  background-repeat: no-repeat;
}
.revBox .revLeftBox .evaImg span img{
  display: none;
}
.revBox .revLeftBox .starGrphBox{
  margin-top: 50px;
  font-size: 1.6rem;
}
.revBox .revLeftBox .starGrphBox li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1a1a1a;
}
.revBox .revLeftBox .starGrphBox li.active{
  text-decoration: underline;
  cursor: pointer;
  color: #003490;
}
.revBox .revLeftBox .starGrphBox li + li{
  margin-top: 10px;
}
.revBox .revLeftBox .starGrphBox li.active:hover{
  color: #48c0eb;
}
.revBox .revLeftBox .starGrphBox li .starGraph{
  display: inline-block;
  position: relative;
  width: 160px;
  height: 20px;
  margin-left: 7px;
  border: 1px solid #ccc;
  background: #F2F2F2;
}
.revBox .revLeftBox .starGrphBox li .starGraph span{
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  height: 18px;
  background: #FFB500;
}
.revBox .revLeftBox .starGrphBox li .starPer{
  width: 15%;
  text-align: right;
}

/* rightBox
------------------------------------- */
.revBox .revRightBox{
  position: relative;
  width: calc(100% - 270px);
  font-size: 1.6rem;
  padding: 0 0 0 120px;

}
.revBox .revRightBox .revList > li{
  margin-top: 35px;
}
.revBox .revRightBox .revList.close li:nth-of-type(n+3){
  display: none;
}
.revBox .revRightBox .revList.loading{
  position: relative;
}
.revBox .revRightBox .revList.loading::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 48%;
  width: 60px;
  height: 60px;
  background: url(rev_ic06.gif) no-repeat left top / 100% auto;
}
.revBox .revRightBox .revList.loading li{
  visibility: hidden;
}
.revBox .revRightBox .revList li .pplImg{
  margin: 0 0 8px;
  padding: 10px 0 8px 50px;
}
.revBox .revRightBox .revList li .pplImg.man{
  background: url(rev_ic04.png) no-repeat top left / 40px 40px;
}
.revBox .revRightBox .revList li .pplImg.woman{
  background: url(rev_ic05.png) no-repeat top left / 40px 40px;
}
.revBox .revRightBox .revList li .evaImg{
  display: inline-block;
  position: relative;
  width: 100px;
  margin-bottom: 10px;
}
.revBox .revRightBox .revList li .evaImg span{
  position: absolute;
  top: 7px;
  left: 0;
  height: 17px;
  overflow: hidden;
  background: url(rev_ic03.png) no-repeat top 0 left 0/100px 17px;
}
.revBox .revRightBox .revList li .evaImg span img{
  display: none;
}
.revBox .revRightBox .revList li .revPcType{
  margin-bottom: 8px;
}
.revBox .revRightBox .revList li .revTxt{
  font-size: 1.4rem;
}
.revBox .revRightBox .revOpenBtn{
  margin-top: 30px;
  color: #003490;
  text-align: right;
}
.revBox .revRightBox .revOpenBtn span{
  cursor: pointer;
  text-decoration: underline;
  position: relative;
  padding-right: 15px;
}
.revBox .revRightBox .revOpenBtn span::after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  line-height: 1;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.revBox .revRightBox .revOpenBtn span:hover{
  color: #48c0eb;
}
.revBox .revRightBox .pgNum{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.revBox .revRightBox .pgNum li{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1px;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: solid 1px #707070;
  background-color: #ffffff;
  text-decoration: none;
  font-size: 1.2rem;
}
.revBox .revRightBox .pgNum li.active{
  background-color: #232b35;
  color: #fff;
  cursor: auto;
}
.revBox .revRightBox .pgNum li:hover {
  background-color: #232b35;
  color: #fff; }
.revBox .revRightBox .pgNum li.last{
  margin-left: 35px !important;
}
.revBox .revRightBox .pgNum li.last::before{
  content: "...";
  display: inline-block;
  position: absolute;
  left: -27px;
  bottom: 12px;
  cursor: auto;
  color: #000;
}
.revBox .revRightBox .pgNum li.first{
  margin-right: 25px !important;
}
.revBox .revRightBox .pgNum li.first::before{
  content: "...";
  display: inline-block;
  position: absolute;
  right: -27px;
  bottom: 12px;
  cursor: auto;
}
.revBox .revRightBox #revSelct{
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 3px 5px;
  height: 40px;
  background: #fff;
  border: solid 1px #CCC;
  border-radius: 3px;
  width: 150px;
  font-size: 1.4rem;
  color: #333;
}
@media all and (-ms-high-contrast: none){
  .revBox .revRightBox #revSelct{
    padding: 2px 3px 3px;
  }
}


/* ABテスト用レビュー
------------------------------------- */
.revBox.ptn1 .revLeftBox{
  display: none !important;
}
.revBox.ptn1 .revRightBox{
  width: 100%;
}
.revBox.ptn1 .revRightBox #revSelct{
  display: none !important;
}
.revBox.ptn1 .revRightBox .revList{
  padding: 0 150px !important;
}

/* レビューエリア
------------------------------------- */
.revRightBox select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: default;
    margin: 0em;
    /* font: 400 13.3333px Arial; */
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
}

@media print, screen and (min-width: 768px){
.revBox {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
}


@media screen and (max-width: 767px){
  .revBox{
    margin-top: 15px;
  }
  .revBox .revRightBox {
    width: 100%;
    font-size: 1.4rem;
    padding: 0;
  }
  .revBox .revLeftBox {
      width: 100%;
  }
  .revBox .revLeftBox .revMainTxt{
    font-size: 2.0rem;
  }
  .revBox .revLeftBox .evaNum{
    font-size: 6rem;
  }
  .revBox .revRightBox .revList {
      padding: 40px 0 0 !important;
  }
  .revBox .revRightBox #revSelct {
      left: 0;
      top: 10px;
      width: 100%;
      padding: 7px 7px;
  }
  .revBox .revLeftBox .grph {
      display: flex;
      justify-content: center;
      margin: 20px auto;
      width: 75%;
  }
  .revBox .revLeftBox .starGrphBox {
      margin-top: 0;
      width: 100%;
      font-size: 1.4rem;
  }
  .revBox .revRightBox .revList li .evaImg span {
      top: 4px;
  }
  .revBox .revRightBox .pgNum li{
    width: 35px;
    height: 35px;
  }
}

