* {
  box-sizing: border-box;
}

body {
  background: #e7e1d3;
  color: #2c2c2c;
  font-family: "Hiragino Kaku Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
body a {
  color: #2c2c2c;
}

.important-notice {
  background: #a2312f;
  text-align: center;
  padding: 12px 15px;
}
.important-notice a {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
}
.important-notice a:hover {
  text-decoration: underline;
}
.important-notice .notice-br {
  display: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 700px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .important-notice a {
    font-size: 13px;
  }
  .important-notice .notice-br {
    display: inline;
  }
}/*# sourceMappingURL=index.css.map */