@charset "UTF-8";

@import url(./common.css);

/*ブレイクポイント分類2020年6月*/
@import url(./pc.css) screen and (min-width:600px);
@import url(./sp.css) screen and (max-width:599px);
