@charset "UTF-8";

/* ===================================================================
CSS information
 file name  :  skin_cooking_stove.css
 style info :  エネチタ：お得なセット商品ページ
=================================================================== */
.discount_amount {
  background-color: #d3182e;
  z-index: 10;
  text-align: center;
  padding: 10px 5px;
  width: 100%;
  align-content: center;
  .yellow {
    color: #ffee00;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
  }
}
.product_area .pro_list li .setProductsImages {
  display: flex;
  border: 2px solid #ddd;
  border-top: none;
  margin-bottom: 15px;
  .img_pro {
    width: 50%;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    &:nth-child(1) {
      border-right: 2px solid #ddd;
    }
  }
}
.product_area .pro_list li p.pro_name {
  margin-bottom: 5px;
}
.setProductBlock {
  padding: 10px;
  border-bottom: 2px dotted #e45b00;
  &:last-child {
    margin-bottom: 10px;
  }
}
.item_name {
  font-size: 14px;
  font-weight: bold;
}
.product_area .pro_list li p.model {
  font-size: 12px;
}
.product_area .pro_list li p.model_cat {
  font-size: 14px;
  font-weight: bold;
}
.product_area .pro_list li p.price {
  margin-top: 10px;
}

@media only screen and (min-width: 835px) {
  .discount_amount {
    .yellow {
      font-size: 20px;
    }
  }
}
