@CHARSET "UTF-8";

@import url(common-pc.css) screen and (min-width: 1000px);
@import url(common-sp.css) screen and (max-width: 999px);
@import url(form-pc.css) screen and (min-width: 1000px);
@import url(form-sp.css) screen and (max-width: 999px);
