@charset "UTF-8";
@import url("reset.css") print,screen and (min-width:769px);
@import url("content.css?20231030") print,screen and (min-width:769px);
/* 以下スマホサイズ用CSS */
@import url("reset.css") screen and (max-width:768px);
@import url("sp.css?20231030") screen and (max-width:768px);

/* wow.min.js(アニメーション) */
@import url("animate.css");

/* 印刷設定 */
@import url("print.css");