@charset "UTF-8";


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

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

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


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