@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: auto;
  background: #fff;
}
.girls-box_li span .img-responsive{
  width: 70%;
  float: none;
  height: auto;
}
.girls-box_li > h4 > a {
  position: relative;
}
.girls-box_li span.princess{
  left: 20%
}
.girls-box_li span.sss{
  float: none;
  height: auto;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 10px;
  top: auto;
  /* left: 20% */
  right: -20px;
}
.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: 40px;
    font-size: 26px;
    line-height: 43px;
}
.girls-box_li dd.hontsuma_girlname p:nth-child(1){
  background: #611985;
  color: #fff;
    height: 40px;
    font-size: 26px;
    line-height: 43px;
}
.girls-box_li p:nth-child(2){
  font-weight: bold;
    font-size: 18px;
    margin-top: 4px;
}
.girls-box_li p:nth-child(3){
  font-weight: bold;
    font-size: 18.1px;
}
.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: 22px;
}
#result .hontsuma {
  background-color: #611985;
  color: white;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  height: 23px;
  font-size: 20px;

  line-height: 23px;
}
#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;
}
.next-btn a {
  display: block;
  padding: 20px 0;
  text-decoration: underline;
  font-size: 1.2em;
}
*/
.next-btn {
  background: #fe742c;
  color: #fff;
  text-align: center;
    height: 95px;
   color: white;
    font-size: 50px;
    margin-top: 93px;
    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;
      height: 422px;
}
@media(max-width:768px){
  #result{
    padding: 0 3px;
  } 
  #result .girls-box_li{
    margin: 0 8px 10px;
  }}
  /*２０１８１２２ resultページ ハンドのリストCSS ここから*/
#result .hand_box{
  border:1px solid  #ff6600;
  height: 422px;
}
.honeypot {
  background-color: #ff6600;
  color: white;
  text-align: center;
    height: 33px;
    line-height: 31px;
    font-size: 17px;
}
.hand_box p:nth-child(1){
 background-color: #ff6600;
  color: white;
  text-align: center;
    height: 40px;
    font-size: 26px;
    line-height: 43px;
}
  .hand_box p:nth-child(2){
 background-color: white;
  color: black;
  text-align: center;
  height:17px;
}
 .hand_box p:nth-child(3){
 background-color: white;
  color: black;
  text-align: center;
  height:5px;
  /*line-height: 2px;*/
}
#result .club_box{
  border:1px solid  #f2006e;
}
.club_box p:nth-child(1){
 background-color: #f2006e;
  color: white;
  text-align: center;
    height: 40px;
    font-size: 26px;
    line-height: 43px;
}
#result .pocha_box{
  border:1px solid  #ff1494;
}
.pocha_box p:nth-child(1){
 background-color: #ff1494;
  color: white;
  text-align: center;
    height: 40px;
    font-size: 26px;
    line-height: 43px;
}

/*２０１８１２２ resultページ ハンドのリストCSS ここまで*/