@charset "utf-8";

/*入力フォームページ用*/

/*PC*/
@import url(pc_form_kifu.css?) screen and (min-width: 768px);

/*スマホ*/
@import url(sp_form_kifu.css?) screen and (max-width: 767px);