* {
  box-sizing: border-box;
}

p {
  font-size: 18px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 160px 20px;
}

.u-pink {
  color: #ED5579;
}

.u-green {
  color: #59D0C2;
}

.u-bold {
  font-weight: bold;
}

.heading1 {
  font-size: 22px;
  font-weight: bold;
}

.heading2 {
  font-size: 30px;
  font-weight: bold;
  color: #294E84;
}/*# sourceMappingURL=common.css.map */