@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Anton&text=0123456789&display=swap');


/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.8
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

:root{

  --keyColor:#36a0da;
  --bgOrange:#ee6e00;
  --bgYellow:#ffc209;
}

body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif !important;
    margin: 0;
    padding: 0;
    font-size: 1.0rem;
    color: #111;
    line-height: 1.8;
    font-weight:500;
}