/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;color: #000;}
img,abbr,acronym,fieldset{border:0;}

html { scroll-behavior: smooth;}
body{
  font-size: 14px;
  line-height:1.6;
  font-family:-apple-system,BlinkMacSystemFont,"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust:100%;
  overflow-x: hidden;
  color: #333;
  background: #f7eae8;
}

a{
  color: #0066ff;
  text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

*, *:before, *:after {
 box-sizing: border-box;
}
footer{
  padding: 10px;
  background: #e1dfdf;
  font-size: 12px;
}
footer a{
  color: #707070;
  margin: 5px;
}

/* 共通
-------------------------------------------*/
.wrapper{
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  background: #fff;
}
.wrapper_inner{
  margin: 0 20px 30px;
}
/* btn */
a.btn_external{
  display: block;
  position: relative;
  padding: 5px 21px 8px 13px;
  background: #fb2c4a;
  color: #fff;
  border-radius: 50px;
  font-size: 1.1em;
  line-height: 1.4;
  font-family: sans-serif;
  box-shadow: 0px 3px 4px #0000004d;
  margin-bottom: 5px;
}
a.btn_external span{
  font-size: .7em;  
}
a.btn_external em{
  font-weight: bold;
}
a.btn_external::after{
  content: "";
  position: absolute;
  top:50%;
  right:15px;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color:  transparent transparent #fff #fff;
  transform: rotate(-135deg) translateY(50%);
}
/*ランキング内btnカスタマイズ*/
.pt_ranking a.btn_external{
  padding: 14px 21px 12px 13px;
  margin-bottom: 10px;
  font-weight: bold;
}
/*テーブル内btnカスタマイズ*/
.tb_compare a.btn_external{
  border-radius: 10px;
  padding: 5px 15px 5px 8px;
}
.tb_compare a.btn_external em{
  color: #fff;
  font-weight: bold;
}
.tb_compare a.btn_external::after{
  right:10px;  
}
/*詳細btnカスタマイズ*/
.pt_detail a.btn_external em{
  font-size: 1.3em;
}

a.btn_detail{
  display: block;
  position: relative;
  padding: 3px 15px 3px 8px;
  background: #fff;
  color: #fc2a5c;
  border: 1px solid #fc2a5c;
  border-radius: 25px;
  font-size: 1.1em;
  font-family: sans-serif;
}
a.btn_detail::after{
  content: "";
  position: absolute;
  top:35%;
  right:8px;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color:  transparent transparent #fc2a5c #fc2a5c;
  transform: rotate(-45deg) ;
}
a.btn_detail span{
  font-size: .8em;
}
/* 見出し */
h2.h_sub{
  padding: 20px 0;
}
/* 強調テキスト */
.wrapper_inner p{
  text-align: left;
  margin-bottom: 10px;
}
.txt_em{
  color:#ef41a4;
  font-weight: bold;
}
.txt_attention{
  font-size: .8em;
  line-height: 1.2;
}
b {
  color: #000;
  font-weight: bold;
}
/* 画像 */
.wrapper img{
  max-width: 100%;
  height: auto;
}
.clear{
  clear:both;
}
/* 共通 table
-------------------------------------------*/
.wrapper_scroll{
  overflow-x: scroll;
  overflow-y: hidden;
}
.wrapper_scroll table.tb_compare{
    width: 560px;
    margin: 0 auto;
}
table.tb_compare {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
  font-size: 13px;
  table-layout: fixed;
  background: #fff;
  margin-bottom: 10px;
}
.tb_compare th{
  width: 60px;
  background-color: #8d8d8d;
  color: #fff;
}
.tb_compare th,
.tb_compare td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}
.tb_compare.fee th {
  background-color: #f4dddd;
  color: #333;
}
.tb_compare .top{
  font-weight: bold;
  width: calc((100% - 60px) / 2); 
}
.tb_compare .great,
.tb_compare .good,
.tb_compare .bad{
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.tb_compare .good{
  color: #999;
}
.tb_compare .great{
  font-size: 50px;
  color: #ef40a4;
}
.tb_compare th.clinic{
  background: #d3cf95;
}
.tb_compare th.pon{
  background: #eda79e;
}
.tb_compare th.dar{
  background: #83c6c6;
}
.tb_compare td.clinic{
  background: #fefcdd;
}
.tb_compare td.pon{
  background: #fff5f5;
}
.tb_compare td.dar{
  background: #eafff9;
}
.tb_compare .star img{
  vertical-align: bottom;
}
.tb_compare em{
  font-size: 1.2em;
  color: #ef41a4;
}
.tb_compare th.h_list{
  width: 35px;
}
.tb_compare .logo{
  vertical-align: bottom;
}
.tb_compare th.price{
  background-color: #fac8c8;
  color: #333;
}
.tb_compare th.name{
  background-color: #eee;
  color: #333;
}
.tb_compare th.component{
  background-color: #f5f1c8;
  color: #333;
}
.tb_compare .con_detail{
  display: block;
  font-size: .8em;
  font-weight: normal;
  background-color: #f7eae8;
  padding: 5px;
  border-radius: 10px;
}
.tb_compare .checklist li {
    padding: .3em;
    color: #333;
    text-align: left;
    font-weight: bold;
}
.tb_compare .checklist li::before {
    display: inline-block;
    width: 10px;
    height: 6px;
    border-bottom: 2px solid #bfaa3b;
    border-left: 2px solid #bfaa3b;
    transform: rotate(-45deg) translateY(-1.5px);
    content: '';
}
/* ランキング
-------------------------------------------*/
.pt_ranking{
  padding: 0 20px;
  margin-bottom: 30px;
}
.pt_ranking h2{
  margin: -25px -20px 0;
}

.pt_ranking p{
  text-align: left;
  line-height: 1.4;
}
.pt_ranking_wrapper{
  padding: 20px 0px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2%;
  font-size:.8em;
  font-family: sans-serif;
}
.pt_ranking_wrapper li{
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 3 span;
  border: 1px solid #e4a2a2;
  border-radius: 10px;
  padding: 15px 0 0;
}
.pt_ranking_wrapper li::before{
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 40px;
  height: 33px;
  transform: translateX(-50%);
  background: no-repeat bottom;
  background-size: cover;
}
.pt_ranking_wrapper li.pt_ranking_01::before{background-image: url(../images/img_crown1.png);}
.pt_ranking_wrapper li.pt_ranking_02::before{background-image: url(../images/img_crown2.png);}
.pt_ranking_wrapper li.pt_ranking_03::before{background-image: url(../images/img_crown3.png);}

.pt_ranking_wrapper li dl{
  width: 100%;
  padding: 5px 3px 8px;
  display: grid;
  grid-template-rows: subgrid;
  place-content: center;
  place-items: center;
  grid-row: 3 span;
}
.pt_ranking_wrapper .pt_ranking_01 dl dt img{
  width: 60%;
}
/* 美容クリニックは高い？
-------------------------------------------*/
.pt_clinic .skincare img{
  float: right;
}
/* 詳細情報
-------------------------------------------*/
.pt_detail{
  background: url(../images/bg_detail.png) repeat;
  background-size: 40px 40px;
  border-top:3px solid #fac6e3;
  padding-bottom: 5px;
  margin-bottom: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}
.pt_detail .pt_detail_h{
  position: relative;
  padding: 0 0 0 70px;
  margin-top: 10px;
  text-align: left;
  font-family: sans-serif;
}
.pt_detail .pt_detail_h::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 33px;
  transform: translateY(-50%);
  background: no-repeat;
  background-size: cover;
}
.pt_detail .popular.pt_detail_h::before{
  width: 55px;
  height: 42px;
  left: 10px;
  transform: translateY(-50%);
}
.pt_detail.pt_ranking_01 .pt_detail_h::before{background-image: url(../images/img_crown1.png);}
.pt_detail.pt_ranking_02 .pt_detail_h::before{background-image: url(../images/img_crown2.png);}
.pt_detail.pt_ranking_03 .pt_detail_h::before{background-image: url(../images/img_crown3.png);}
.pt_detail .popular.pt_detail_h::before{background-image: url(../images/img_popular.png);}
.pt_detail .pt_detail_h img{
  width: 150px;
}
.pt_detail h2{
  font-size: 1.4em;
  margin-left: 5px;
}
.pt_detail .pt_detail_h .txt_em{
  font-size: 1.4em;
}
.pt_detail .popular.pt_detail_h .txt_em{
  font-size: 1em;
  line-height: 1;
}
.pt_detail figure{
  display: flex;
  align-items: flex-start; 
  vertical-align: middle;
}
.pt_detail .vusual_area{
  margin-bottom: 10px;
  text-align: left;
}
.pt_detail .vusual_area img{
  width: 200px;
  margin: 0 auto 10px;
  padding-right: 10px;
}
.pt_detail .vusual_area .shop_num{
  display: block;
  border: 1px solid #fac6e3;
  border-radius: 30px;
  padding: 3px 10px;
  margin-bottom: 5px;
  background: #fff;
  font-weight: bold;
  text-align: center;
}
.pt_detail .vusual_area .area_name{
  color: #666;
  font-weight: bold;
}
.pt_detail .btn_external{
  margin-bottom: 20px;
}
.pt_detail .sub_img{
  margin-bottom: 10px;
}
.pt_detail .voice li{
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #f4dddd;
  margin-bottom: 20px;
}
.pt_detail .summary{
  position: relative;
  padding: 0 0 0 60px;
  margin-top: 10px;
  text-align: left;
  color:#ef41a4;
  font-weight: bold;
}
.pt_detail .summary::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  background: no-repeat;
  background-size: cover;
}
.pt_detail .sum01::before{background-image: url(../images/img_customer01.png);}
.pt_detail .sum02::before{background-image: url(../images/img_customer02.png);}
.pt_detail .button{
  color:#ef41a4;
  text-align: center;
}
/* レスポンシブ
-------------------------------------------*/
@media only screen and (max-width: 420px){
  .pt_detail figure{
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px){
  body{
   font-size: 18px;
  }
  .wrapper_inner {
    margin: 0 20px 60px;
  }
  .pt_detail .wrapper_inner {
    margin: 0 20px 30px;
  }
  .pt_ranking {
      margin-bottom: 60px;
  }
  .wrapper_scroll table.tb_compare {
    width: 100%;
  }
}