@charset "utf-8";
html {
  font-size: 6.25%;
  height: 100%;
}
body {
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14rem;
  color: #323232;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  font-size: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p, dl {
  line-height: 1.6em;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
section p, section ul, section ol, section dl, section table, article p, article ul, article ol, article dl, article table, div p, div ul, div ol, div dl, div table {
  margin-bottom: 15px;
}
section p:last-child, section ul:last-child, section ol:last-child, section dl:last-child, section table:last-child, article p:last-child, article ul:last-child, article ol:last-child, article dl:last-child, article table:last-child, div p:last-child, div ul:last-child, div ol:last-child, div dl:last-child, div table:last-child, dd:last-of-type, li:last-of-type {
  margin-bottom: 0;
}
a img {
  border: medium none;
  margin: 0;
  padding: 0;
  transition: all 0.3s;
}
a img:hover {
  opacity: 0.6;
}
a {
  color: #323232;
  text-decoration: none;
  outline: medium none;
  transition: all 0.5s ease 0s;
}
a:hover {
  color: #13C0A1;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*  color  */
.red {
  color: #ff0033 !important;
}
.blue {
  color: #2ea7e0 !important;
}
.purple {
  color: #7C348C !important;
}
.gry01 {
  color: #666666 !important;
}
.bk {
  color: #000 !important;
}
.pink {
  color: #F4677F !important;
}
.orange {
  color: #FF6600 !important;
}
.yellow {
  color: #FF0 !important;
}
@media (max-width: 679px) {
}