@charset "UTF-8";

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

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@import url("sp_style.css") screen and (max-width: 750px);
@import url("sp_common.css") screen and (max-width: 750px);

@import url("pc_style.css") print, screen and (min-width: 751px);
@import url("pc_common.css") print, screen and (min-width: 751px);

@import "print.css" print;

@import url("font.css");
/* インポート end --------------------------------------------------*/