/* PC */
@import url(./oumeco_pc.css) screen and (min-width: 860px);
/* スマホ */
@import url(./oumeco_pc.css) screen and (max-width: 859px);
/* 印刷 */
@import "./oumeco_pc.css" print;