@charset "UTF-8";

/* インポート start ------------------------------------------------*/

@import url("sp_style.css") screen and (max-width: 768px);
@import url("pc_style.css") screen and (min-width: 769px);

/* インポート end --------------------------------------------------*/