@charset "utf-8";

/* ページ別 スタイル設定 */
@import url("style.css");

/* モバイル用 */
@import url("mobile.css") screen and (max-width: 414px); /* 414以下 */

