@charset "UTF-8";
.trial {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Verdana", "Helvetica", sans-serif;
  max-width: 64rem;
  margin: 0 auto;
  overflow: hidden;
  background-color: #ffffff;
  padding-bottom: 15%;
}
.trial p {
  font-weight: 400;
  font-size: 2.85vw;
  color: #550015;
  line-height: 1.5384615385;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 641px) {
  .trial p {
    font-size: 1.9rem;
  }
}
.trial em {
  font-style: normal;
  font-weight: normal;
  color: #fe0000;
}
.trial img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.trial .notice {
  padding: 5% 0;
}
.trial .notice__text {
  padding: 5% 5% 0;
}/*# sourceMappingURL=trial.css.map */