@charset "utf-8";

h1.review_sp + #review_top > h2{
  display: none;
}

#review_top *{
  padding: 0;
  margin: 0;
}

#review_top p{
  display: block;
  line-height: 1.6;
  text-align: left;
}

#review_top img{
  width: 100%;
}

#review_top.container{
  width: 100%;
  max-width: 1475px;
  margin: 0 auto 40px;
}

#review_top h2{
  background: #3d4954;
  color: #ffffff;
  font-size: 116.7%;
  padding: 4px 0 4px 10px;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #bcbcbc;
  font-weight: bold;
}

#review_top .profile_status.pc_none{
  display: none;
}

/*プロファイルレイアウトここから*/
#review_top .review_profile{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  background: #00314c;
  color: #fff;
  line-height: 1.5;
}

#review_top .profile_status{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 20%;
  box-sizing: border-box;
}

#review_top .profile_rev{
  position: relative;
  width: 30%;
  margin-right: 20px;
}

#review_top .profile_item::after,
#review_top .profile_rev::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 60px;
  background: #fff;
}

#review_top .profile_status > div:first-of-type{
  width: 25%;
  max-width: 64px;
  margin-right: 10px;
  line-height: 1;
}

#review_top .profile_status > div:last-of-type{
  width: 75%;
}

#review_top .profile_status > div:last-of-type p:first-of-type{
  font-size: 14px;
}

#review_top .profile_status > div:last-of-type p:last-of-type{
  font-size: 16px;
}

#review_top .rev_comment{
  font-size: 18px;
}

#review_top .profile_item{
  position: relative;
  width: 50%;
  margin-right: 20px;
  box-sizing: border-box;
}

#review_top .profile_item > a{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  background: transparent;
  padding: 0;
  border-bottom: none;
}

#review_top .profile_item > a::before,
#review_top .profile_item > a::after{
  display: none;
}

#review_top .profile_item > a > div:first-of-type{
  width: 20%;
  max-width: 80px;
  margin-right: 20px;
  line-height: 1;
  overflow: hidden;
}

#review_top .profile_item > a > div:first-of-type img{
  position: relative;
  transition: .4s all;
}

#review_top .profile_item > a > p{
  width: 80%;
  font-size: 18px;
  transition: .4s all;
}

#review_top .profile_item > a > p span{
  display: block;
  font-size: 14px;
  opacity: 1;
}

/*プロファイルレイアウトここまで*/


/*スライダー機能レイアウトここから*/
#review_top{
  padding-top: 50px;
}

#review_top .slick-list{
  z-index: 1;
}

#review_top .slick-dots{
  top: -26px;
  right: 20px;
  bottom: 0;
  width: auto;
  text-align: right;
  z-index: 0;
  box-sizing: border-box;
}

#review_top .slick-dots li,
#review_top .slick-dots li button,
#review_top .slick-dots li button:before{
  width: 15px;
  height: 15px;
}

#review_top .slick-dots li button:before{
  font-size: 8px;
  line-height: 15px;
  color: #00314c;
}

#review_top .slick-dots li.slick-active button:before{
  color: #00314c;
}

#review_top .slick-prev,
#review_top .slick-next{
  top: -25px;
  right: 0;
  transform: unset;
}

#review_top .slick-prev{
  left: auto;
}

#review_top .slick-prev:before, 
#review_top .slick-next:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  font-family: none;
  font-size: 0;
  color: #00314c;
  opacity: 1;
  border: 2px solid #00314c;
  border-width:2px 2px 0 0;
}

#review_top .slick-prev:before{
  transform: translate(-50%,-50%) rotate(225deg);
}

#review_top .slick-next:before{
  transform: translate(-50%,-50%) rotate(45deg);
}
/*スライダー機能レイアウトここまで*/


/*スターレイアウトここから*/
#review_top .rev_star{
  position: relative;
  display: inline-block;
}

#review_top .star_before{
  color: #aaa;
  font-size: 23px;
}

#review_top .star_after{
  position: absolute;
  top: 0;
  left: 0;
  width: var(--starWidth);
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
  color: #fedd58;
  font-size: 23px;
  transition: .4s all;
}

#review_top .star_number{
  display: none;
}

#review_top .rev_star + span{
  font-size: 30px;
  font-weight: bold;
  color: #fedd58;
}
/*スターレイアウトここまで*/


/*詳細ここから*/
#review_top .review_detail{
  padding: 20px;
  box-sizing: border-box;
  background: #dfdfdf;
  box-shadow: inset 0px 5px 5px 1px #c5c5c5;
}

#review_top .review_detail > p{
  padding: 15px;
  font-size: 18px;
  background: #fff;
  box-shadow: 1px 1px 3px 1px #c5c5c5;
  box-sizing: border-box;
}
/*詳細ここまで*/

@media screen and (min-width:1025px){
  #review_top .profile_item > a:hover > p{
    opacity: .6;
  }

  #review_top .profile_item > a:hover > div:first-of-type img{
    transform: scale(1.2);
  }
}

@media screen and (max-width:1024px){
  #review_top.container{
    margin-bottom: 0;
  }

  #review_top .review_profile{
    padding: 2%;
  }

  #review_top .profile_status > div:last-of-type p:first-of-type{
    font-size: 12px;
  }

  #review_top .profile_status > div:last-of-type p:last-of-type{
    font-size: 14px;
  }

  #review_top .rev_comment{
    font-size: 14px;
  }

  #review_top .profile_item{
    margin-right: 2%;
  }

  #review_top .profile_item > a > p{
    font-size: 16px;
  }

  #review_top .profile_item > a > p span{
    display: block;
    font-size: 12px;
  }

  #review_top .profile_rev{
    margin-right: 2%;
  }

  #review_top .star_before{
    font-size: 18px;
  }

  #review_top .star_after{
    font-size: 18px;
  }

  #review_top .rev_star + span{
    font-size: 23px;
  }

  #review_top .review_detail{
    padding: 2%;
  }

  #review_top .review_detail > p{
    padding: 2%;
    font-size: 16px;
  }
}

@media screen and (max-width:900px){
  #review_top .profile_status.pc_none{
    display: flex;
    width: 100%;
    max-width: 140px;
    margin: 2% 0 0 auto;
  }

  #review_top .profile_status > div:first-of-type{
    max-width: 35px;
  }

  #review_top .profile_status.wide_none{
    display: none;
  }

  #review_top .profile_item{
    width: 80%;
  }

  #review_top .profile_rev{
    margin-right: 0;
  }

  #review_top .profile_rev::after{
    display: none;
  }
}

@media screen and (max-width:768px){
  #review_top .review_profile{
    display: block;
    padding: 4%;
  }

  #review_top .profile_item{
    width: 100%;
    margin: 0 0 3%;
  }

  #review_top .profile_item > a{
    -webkit-align-items: start;
    align-items: start;
  }

  #review_top .profile_item::after{
    display: none;
  }

  #review_top .profile_item > a > div:first-of-type{
    width: 100%;
    max-width: 100px;
    margin: 0 3% 0 0;
  }

  #review_top .profile_item > a > p span{
    margin-bottom: 2%;
    font-size: 14px;
  }

  #review_top .profile_rev{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    text-align: right;
  }

  #review_top .rev_comment{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  #review_top .rev_star{
    margin: 4px 0 0 auto;
  }

  #review_top .review_detail{
    padding: 3%;
  }
}