@charset "UTF-8";
@media (min-width: 769px) {
  main {
    max-width: 1140px;
    margin: auto;
  }
}

#shareButton {
  background: -webkit-gradient(linear, left top, right top, from(#00B0EE), to(#0CFC54));
  background:linear-gradient(90deg, #0ab73e 0%, #0ab73e 100%)
}

#campaign-detail a {
  word-break: break-word; /* 長い単語やURLなどでの改行を許可 */
  /* または */
  word-wrap: break-word; /* 長い単語やURLなどでの改行を許可 */
}

.fixed-bottom-button {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  height: 50px;
}
/*# sourceMappingURL=project.css.map */