@charset "utf-8";

/* 【SP】ウィンドウ幅が768px以下の場合に適用するCSS */
@media screen and (max-width: 768px) {
   
      .ranking {
        margin: auto;
        text-align: center;
    }
   
    li {
        list-style:none;
    }
    
   .present_area {
    text-align: center;
    margin: 0 0 10px 0;
    }
    h2.kekka {
    font-size: 2em;
    font-weight: 600;
    }
      /* 1位
====================================== */
    li.no1 {
    width: 80%;
    margin: auto;
    }
    
    h3.title_no1 {
    position: relative;
    font-size: 1.7em;
    color: #202c5c;
    font-weight: 600;
    margin-bottom: 20px;
}
  .colormasklist h3 {
    position: relative;
    font-size: 1.4em;
    color: #202c5c;
    font-weight: 600;
    margin-bottom: 20px;
    }

span.no_1 {
    position: absolute;
    left: 13px;
    bottom: 4.5rem;
    line-height: 105px;
    background: none;
   }
   
   span.no_23 {
    position: absolute;
    bottom: 0.7rem;
    left: 45px;
    background: none; 
    width
   }
h3 span {
   font-family: sans-serif;
    position: absolute;
    bottom: 0.4rem;
    left: 30px;
    background: #9b9ca1;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 25px;
    line-height: 45px;}    
    
   /* マスクリスト
====================================== */
img.no {
    width: auto;
}
 .colormasklist ul {
    text-align: center;
    width:94%;
    margin:auto;
}
   .colormasklist li {
    list-style: none;
    display: contents;
    width: 47%;
    padding: 9px;
    vertical-align: top;
}
}
.colormasklist img {}
    
 /* コメント
====================================== */


.comment {
   position: relative;
  background: #cae7f7;
  border-radius: 25px;
  text-align:left;
  }

.comment:before {
  content: "";
  position: absolute;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #cae7f7;
  border-radius: 50%;
}
.comment:after {
  content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #cae7f7;
  border-radius: 50%;
}
.comment p {
    margin: 0; 
    padding: 0;
}    
    
    
    
    /* リンク
====================================== */
 .btn_area {
    margin-bottom:100px;
}
.btn_area .btn {
    padding: 30px 0;
    font-size: 2em;
    display: block;
    margin: 50px 0 0 0;
    position: relative;
    border-radius: 100px;
    font-weight: bold;
}

.btn_area .btn:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #F7e01a;
}


}