@charset "UTF-8";

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666;
  margin: 0;
  padding: 0 !important;
  background: url(../images/common/bg.jpg) !important;
}
img {
  max-width: 100%;
}
h2 {
  background: #fff;
  text-align: center;
  margin: 0;
  padding: 1rem 0.5rem;
  font-weight: bold;
}
.count-area-wrraper {
  background: #fff;
}
.count-area {
  background: #fff;
  padding: 1rem 0.5rem;
}
.count-area #counter {
  max-width: 540px;
  margin: 0 auto;
}
.count-area .desc {
  max-width: 540px;
  display: flex;
  margin: 0 auto;
}
.count-area .desc div {
  width: 19%;
  margin-right: 7%;
  text-align: right;
  font-weight: bold;
}
.count-area .desc div:last-child {
  margin-right: 0;
  width: 21%;
}
.cntSeparator {
  font-size: 54px;
  margin: 10px 7px;
  color: #000;
}
.el-img p {
  margin: 0 1rem;
}
@media (max-width: 599px) {
  /*.count-area #counter {
    max-width: 360px;
  }
  .count-area .desc {
    max-width: 360px;
  }
  .count-area #counter .cntDigit {
    width: 31px !important;
    background-position: center top !important;
  }*/
}
@media (max-width: 369px) {
  /*.count-area #counter {
    max-width: 315px;
  }
  .count-area .desc {
    max-width: 315px;
  }
  .count-area #counter .cntDigit {
    width: 26px !important;
    background-position: center top !important;
  }
  .cntSeparator {
    font-size: 40px;
  }*/
}
