@charset "utf-8";


:root {
  /* 色の指定 */
  --no-color: transparent;
  /* bgc */
  --main-bg-color: #F9F6E5;
  --main-bg-pale-color: #FBF9EB; /* rgb(251,249,235) */
  --sub-bg-green: #D8F3D5; /* rgb(216,243,213) */
  --sub-bg-pink: #F7DDE7;
  --sub-bg-blue: #D5EEF3;
  /* text */
  --main-text-color: #707070;
  /* main color */
  --main-green: #54B831;
  --main-green-dark: #267E35;
  --main-green-pale: #5FA168;
  --QA-green:#31B84F;
  --blue: #279BB3;
  --blue-pale: #F0F9FB;

  --yellow: #FAB234;

  /* 基本コンテンツ幅の設定サイズ */
  --content-max-width: 1080px;
}

