/* wpa = watchingPageAnnouncement */

.wpaTop {
  /* 現在ご覧いただいているページは〇月ですテキスト */
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: #ffeff6;
  padding: 0.5rem 0.75rem;
  color: #e80064;
  font-size: 0.9em;
}

.wpaTop a {
  text-decoration: underline;
  color: #014090;
}

.wpaBottom {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 200;
  padding: 0.5rem;
  max-width: 300px;
  width: 50vw;
  background-color: #ffeff6;
  border: 3px solid #e80064;
  border-radius: 0 10px 10px 10px;
  color: #e80064;
  font-size: 0.9em;
  text-align: center;
}

.wpaBottom a {
  display: inline-block;
  text-decoration: underline;
  color: #014090;
}

.wpaBottom button {
  position: absolute;
  top: -0.2rem;
  left: -2rem;
  padding: 0.5rem;
  background-color: #e80064;
  border-radius: 10px 0px 0px 10px;
  color: #fff;
  font-weight: bold;
}
