@charset 'UTF-8';

.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.girls-box_li{
  background: none;
  height: 421px;
  background: #fff;
}
.girls-box_li span .img-responsive{
  width: auto;
  float: none;
}
.girls-box_li > h4 > a {
  position: relative;
}
.girls-box_li span.sss{
  float: none;
  height: auto;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 10px;
  top: auto;
  right: 0%;
}
.girls-box_li span.new{
  float: none;
  position: absolute;
  bottom: 10px;
  top: auto;
  height: auto;
  left: 0;
}
.girls-box_li dd{
  margin-top: 0;
  float: none;
  text-align: center;
}

.girls-box_li dd p:nth-child(1){
  text-align: center;
}

.girls-box_li dd.feeling_girlname p:nth-child(1){
  background: #ec68a2;
  color: #fff;
      height: 37px;
    font-size: 26px;
    line-height: 40px;
}
.girls-box_li dd.hontsuma_girlname p:nth-child(1){
  background: #611985;
  color: #fff;
      height: 37px;
    font-size: 26px;
    line-height: 40px;
}
.girls-box02{
  height: auto;
}
.result{
  margin-bottom: 45px;
}
/*20181215 result pc版 画像3列目回り込みになるので修正 K.I.*/
#result{
  overflow: hidden;
  padding: 0px 3px;
/*
  padding: 0 27px;
*/
}
#result .feeling {
  margin-top: 0;
  padding: 5px 0;
      height: 23px;
    font-size: 21px;
}
#result .hontsuma {
  background-color: #611985;
  color: white;
  text-align: center;
  width: 100%;
  padding: 5px 0;
      height: 23px;
    font-size: 19px;
}
#result .girls-box li h4 .new{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
}
#result .f_box{
  border:1px solid #ec68a2;
}
#result .h_box{
  border:1px solid #611985;
}

.next-btn {
  background: #fe742c;
  color: #fff;
  text-align: center;
    height: 95px;
   color: white;
    font-size: 50px;
    margin-top: 88px;
    margin-bottom: 100px;
    transform: skewX(315deg);
    width: 85%;
    margin-left: 70px;
    /*line-height: 100px;*/
}
.next-btn a{
    display: block;
  padding: 20px 0;
  /*text-decoration: underline;*/
  font-size: 1.2em;
      transform: skewX(45deg);
    line-height: 64px;
}
#result .girls-box_li{
  margin: 0 8px 15px;
}
/*２０１８１２２ resultページ ハンドのリストCSS ここから*/
#result .hand_box{
  border:1px solid  #ff6600;
  height:421px;
}
.info{
  margin-top: 10px;
}
.honeypot {
  background-color: #ff6600;
  color: white;
  text-align: center;
  height:32px;
  line-height: 37px;
  font-size: 17px;
  }
.hand_box p:nth-child(1){
 background-color: #ff6600;
  color: white;
  text-align: center;
  height: 37px;
  font-size: 26px;
  line-height: 40px;
}
  .hand_box p:nth-child(2){
 background-color: white;
  color: black;
  text-align: center;
  height:16px;
}
 .hand_box p:nth-child(3){
 background-color: white;
  color: black;
  text-align: center;
  height:17px;
  /*line-height: 2px;*/
}
/*２０１８１２２ resultページ ハンドのリストCSS ここまで*/
#result .club_box{
  border:1px solid  #f2006e;
  height:421px;
}
.club_box p:nth-child(1){
 background-color: #f2006e;
  color: white;
  text-align: center;
    height: 37px;
    font-size: 26px;
    line-height: 40px;
}

@media(max-width:768px){
  #result{
    padding: 0 3px;
  } 
  #result .girls-box_li{
    margin: 0 8px 10px;
  }
}