/* =============================================================================
   Notice（注意書きコンポーネント）
   Figma: node-id=23:611
   ============================================================================= */

.notice {
  font-size: var(--text-notice);
  font-weight: normal;
  color: var(--color-notice);
  text-align: center;
}

.notice--left {
  text-align: left;
}

/* 注意書き内リンク */
.notice a {
  color: var(--color-primary);
  text-decoration: underline;
}

.notice a:hover {
  text-decoration: none;
}
