@charset "UTF-8";

/* 2番目のdtと、その次のddにボーダーを付ける */
.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: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.upperCaution_cart_p {
  color: #d6294b;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.btn_cart_cautionText {
  color: #d6294b;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-indent: -1em;
  margin: 24px 0;
  padding-left: 1em;
}

.btn_cart_cautionText_link {
  color: #d6294b;
}