@charset "UTF-8";
/* CSS Document */
/* GLOBAL */
@import url("sp_form_style.css")screen and (max-width:768px) ; /* SmartPhone用CSS */
/*@import url("tb_form_style.css")screen and (min-width:641px) and (max-width:768px) ;*/ /* Tablet用CSS */
@import url("pc_form_style.css")screen and (min-width:769px) ; /* PC用CSS */
