@charset "utf-8";
@import "style_pc.css" screen and (min-width: 641px);
@import "style_sp.css" screen and (max-width: 640px);
@import "style_pc.css" print;