@charset "utf-8";
/* ==================================================================
CSS information
 author     :yourName (全CSSファイル共通)
 style info :各cssファイル読み込み
================================================================== */

/* リセット及びfont基本設定
-------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:wght@400;500;600;700');
@import url("reset-min.css");

/* プリント
-------------------------------------------------------- */
@import url("style.css?220529") print;

/* コンテンツ関係 他
-------------------------------------------------------- */
@import url("style.css?231128") screen and (min-width: 641px);
@import url("smart.css?221212") screen and (max-width: 640px);
@import url("drawerMenu.css") screen and (max-width: 640px);
