@charset "utf-8";



/* 【PC】ウィンドウ幅が769px以上の場合に適用するCSS
====================================== */


@media print,
screen and (min-width:769px) {

    .ranking {
        width: 1200px;
        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: 2.7em;
    color: #202c5c;
    font-weight: 600;
    margin-bottom: 20px;
}
  .colormasklist h3 {
    position: relative;
    padding: 1.5rem 2rem 1.5rem 160px;
    font-size: 1.7em;
    color: #202c5c;
    font-weight: 600;
    margin-bottom: 20px;
    }

span.no_1 {
    position: absolute;
    left: 263px;
    bottom: 3.4rem;
    line-height: 105px;
    background: none;
   }
   
   span.no_23 {
    position: absolute;
    bottom: 1.4rem;
    left: 76px;
    width: 60px; 
    background: none; 
   }
h3 span {
   font-family: sans-serif;
    position: absolute;
    bottom: 0.4rem;
    left: 47px;
    background: #9b9ca1;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 33px;
    line-height: 60px;
}    
    
   /* マスクリスト
====================================== */
img.no {
    width: auto;
}
 .colormasklist ul {
    text-align: center;
    width:80%;
    margin:auto;
}
   .colormasklist li {
    list-style: none;
    display: inline-block;
    width: 47%;
    padding: 9px;
    vertical-align: top;
}
}
.colormasklist img {
    width: 90%;
    margin:auto;
}
    
 /* コメント
====================================== */


.comment {
   position: relative;
  margin: 2em 0 2em 40px;
  padding: 20px;
  background: #cae7f7;
  border-radius: 30px;
  font-size:1.3em;
  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 .btn {
    padding: 30px 0;
    font-size: 2em;
    display: block;
    margin: 50px 0 0 0;
    position: relative;
    border-radius: 100px;
    font-weight: bold;
}
.btn_02 .btn {
    background: #f7e01a;
    color: #4d3924;
}
.btn_area .btn:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #F7e01a;
}
}
