@charset "utf-8";

@import url("price-sp.css") screen and (max-width: 767px); /*スマートフォン */
@import url("price-pc.css") screen and (min-width: 768px); /* PC */
