@charset "UTF-8";


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

/* タブレット */
@import url(tab.css) screen and (min-width: 768px) and (max-width: 991px) ;

/* PC */
@import url(pc.css)  screen and (min-width: 992px) ;



/*印刷用*/
@import url(pc.css) print;