@charset "UTF-8";
@import url(reset.css);
/* ベース設定 */
html,
body {
  font-size: 16px;
  height: 100%;
}

img, a {
  display: block;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
}

body {
  max-width: 750px;
  margin: 0 auto;
}

.cta {
  transition: all 0.3s ease;
}
.cta:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */