
@charset "UTF-8";

/*価格の後ろに「～」を追加*/
.widget_menu01 .pop .inner_item_txt .price::after{
  content: "～";
  padding-left: 5px;
}