@charset "UTF-8";
.first {
  text-align: left;
}

/* はじめに */
.first p {
  line-height: 1.8;
}

.vertical h1 {
  margin-left: 2.2em;
}

@media only screen and (max-width: 768px) {
  .vertical h1 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
/*# sourceMappingURL=first.css.map */