@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v6.1.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  color: #333333;
}

a {
  display: block;
  text-decoration: none;
}

.w100p {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.font-mincho {
  font-family: "Hiragino Mincho ProN";
  font-weight: 300;
}
.font-robo {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.js-filter-msg {
  color: white;
  display: block;
  margin-bottom: 30px;
}

#list {
  color: white;
}

.error {
  display: none;
}

.success {
  display: block;
}
/*# sourceMappingURL=common.css.map */