@charset "UTF-8";

/* *******************************************************************************
タイトル：import.css
概要：インポートCSS
******************************************************************************* */

@import url(pc/common.css) screen and (min-width: 751px);
@import url(pc/fonts.css) screen and (min-width: 751px);
@import url(pc/theme.css) screen and (min-width: 751px);
@import url(pc/module.css) screen and (min-width: 751px);
@import url(sp/common.css) screen and (max-width: 750px);
@import url(sp/fonts.css) screen and (max-width: 750px);
@import url(sp/theme.css) screen and (max-width: 750px);
@import url(sp/module.css) screen and (max-width: 750px);
