@charset "UTF-8";

/* 定期便ワンデー用の罫線非表示 */
.product_paramList_wrap .product_paramList_tit:nth-of-type(4),
.product_paramList_wrap .product_paramList_tit:nth-of-type(4)+.product_paramList_value,
.product_paramList_wrap .product_paramList_tit:nth-of-type(7),
.product_paramList_wrap .product_paramList_tit:nth-of-type(7)+.product_paramList_value,
.product_paramList_wrap .product_paramList_tit:nth-of-type(10),
.product_paramList_wrap .product_paramList_tit:nth-of-type(10)+.product_paramList_value,
.product_paramList_wrap .product_paramList_tit:nth-of-type(13),
.product_paramList_wrap .product_paramList_tit:nth-of-type(13)+.product_paramList_value,
.product_paramList_wrap .product_paramList_tit:nth-of-type(16),
.product_paramList_wrap .product_paramList_tit:nth-of-type(16)+.product_paramList_value,
.product_paramList_wrap .product_paramList_tit:nth-of-type(19),
.product_paramList_wrap .product_paramList_tit:nth-of-type(19)+.product_paramList_value {
  border-bottom: none;
  padding-bottom: 0;
}

.product_paramList_wrap dd:has(.product_paramList_select[data-select_num="1"]) + dt,
.product_paramList_wrap dd:has(.product_paramList_select[data-select_num="1"]) + dt + dd {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 5px;
}