@charset "UTF-8";

/* ------------------------------
お試し無料カラコンの選択
------------------------------ */
.product_paramList_wrap:nth-last-of-type(-n+5){
  background-color: #fdf5f8;
}
.product_paramList_wrap:nth-last-of-type(-n+4){
  padding-top: 0;
}
.product_paramList_wrap:nth-last-of-type(-n+5):not(:nth-last-of-type(-n+2)){
  padding-bottom: 0;
}
.product_paramList_wrap:nth-last-of-type(5) .product_paramList_tit_price{
  width: 100%;
  font-size: 0;
}
.product_paramList_wrap:nth-last-of-type(5) .product_paramList_tit_price::after{
  content: "お試し無料カラコンの選択";
  color: #d6294b;
  font-size: 1.6rem;
  font-weight: bold;
}
.product_paramList_wrap:nth-last-of-type(-n+4) .product_paramList_tit_price{
  display: none;
}
.product_paramList_wrap:nth-last-of-type(-n+5) .product_paramList_value_priceFree{
  display: none;
}