@charset "utf-8";
/* ================================================================================================================== */
/* Common/Productのカスタマイズ                                                                                       */
/* ================================================================================================================== */
/* ------------------------------------------------------------------------------------------------------------------ */
/* List:Item(Type:Normal)                                                                                             */
/* -------------------------------------------------------------------------------------------------------------------*/
#product_cmd_list .product_cmd_item.type_twin .inner .list > ul li .slide_inner dl.explain > dt {
  height: 104px;
}
@media screen and (max-width: 767px) {
  #product_cmd_list .product_cmd_item.type_twin .inner .list > ul li .slide_inner dl.explain > dt {
    height: auto;
  }
}
/* ------------------------------------------------------------------------------------------------------------------ */
/* Case                                                                                                               */
/* ------------------------------------------------------------------------------------------------------------------ */
#product_cmd_case {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #product_cmd_case {
    padding-top: 0.040rem;
  }
}
