@charset "utf-8";

/* ------------------------------
   CssTemplate: default.css 
   ------------------------------
   Color Setting
   Custom Style
------------------------------ */

/*==================================================================
   Color Setting
==================================================================*/
/* サイトカラーの変更 */
:root {
   --site-color:#07556e;
   --sub-color :#ff5d7f;
   --new-color :#ff8fa7;
   --gray-color:#F0F0F0;
   --red-color :#ff3939;
}

/*==================================================================
   Custom Style
==================================================================*/

/* ここにスタイルを記述 */
