/* ==================================================
	 u-prize
================================================== */
/* スライダーにリンクを追加したため以下のスタイルを追加 */
.u-prize__itmImg {
  a {
    cursor: pointer;
  }
}

/* スライダー下の注釈 */
.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;
  }
}
