@charset "UTF-8";
@import url("form.css") only screen and (min-width:1024px);
@import url("form_tab.css") only screen and (min-width:600px) and (max-width:1023px);
@import url("form_sp.css") only screen and (max-width:599px);