@charset "utf-8";
/* CSS Document */

/*
Theme Name: CMS DEMO
Author: Syncrise
Author URI: https://syncrise.com/
*/

@import "css/common.css";
@import "css/sp.css" screen and (max-width: 680px);
@import "css/tb.css" screen and (min-width: 681px) and (max-width: 1079px);
@import "css/pc.css" print,screen and (min-width:1080px);