﻿@charset "UTF-8";

:root {
  --cl-bk: #1a1a1a;
  --cl-gy: #f6f6f6;
  --cl-gy-2: #dddddd;
  --cl-gr: #4cae8d;
  --cl-rd: #c00000;
  --cl-btn: #577cc6;
}

/* --------------------------------------------------------------------
  common　共通エレメント
-------------------------------------------------------------------- */

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  color: var(--cl-bk);
  text-align: center;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 150%;
  background: #fff;
}

ol li {
  margin-left: 2em;
  list-style: decimal;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}

label {
  margin: 0 20px 0 5px;
}

a:link {
  color: #4cae8d;
  text-decoration: none;
}

a:visited {
  color: #4cae8d;
  text-decoration: none;
}

a:active {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
