/* ==================================================
	 c-cta__annotation
================================================== */
.c-cta__annotation {
  margin-top: 22rem;
  display: block;
  font-size: 12rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-cta__annotation {
    margin-top: 14rem;
  }
}

/* ==================================================
	 u-prize__Annotation
================================================== */
.u-prize__Annotation {
  width: 400rem;
  margin: 20rem auto 0;

  .u-prize__Annotation--text {
    font-size: 10rem;
    line-height: 1.4;
    color: #000;
  }
}

@media screen and (max-width: 768px) {
  .u-prize__Annotation {
    width: 100%;
    margin: 14rem auto 0;
    padding: 0 20rem;
  }
}
