div.filter-explanation {
  width: 480px;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
}
@media (max-width: 480px) {
  div.filter-explanation {
    width: 100%;
  }
}
div.filter-explanation h1 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 2px;
  padding: 5% 0%;
  text-align: center;
  margin-bottom: 10%;
  background: #ebebeb;
}
div.filter-explanation img {
  width: 90%;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  border: 1px solid #bdbdbd;
}
div.filter-explanation p {
  margin: 10% auto;
  padding: 2%;
  width: 90%;
  display: block;
  display: block;
  box-sizing: border-box;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
}/*# sourceMappingURL=filter-explanation.css.map */