@charset "utf-8";
@import url("../common/reset.css");
@import url("../common/common_b.css");
@import url("../common/common_sp_b.css") (max-width: 768px);
@import url("../common/common_pc_b.css") (min-width: 769px);
@import url("./sp_b.css") only screen and (max-width: 768px);
@import url("./pc_b.css") only screen and (min-width: 769px);









