.announce {
  width: 100%;
  max-width: 720px;
  margin: auto;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #242323;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.announce__link {
  text-decoration: none;
}
.announce:has([class*=__link]) {
  position: relative;
  cursor: pointer;
}
.announce:has([class*=__link])::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 36px;
  width: 9px;
  height: 9px;
  border-top: solid 2px #606060;
  border-right: solid 2px #606060;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotateZ(45deg);
}
.announce:has([class*=__link]):hover {
  opacity: 0.7;
}
.announce:first-child {
  margin-top: 24px;
}
.announce__contents, .announce__contents--end, .announce__contents--notice, .announce__contents--attention, .announce__contents--emergency {
  margin: 20px 0;
  max-width: 100%;
  color: #242323;
  line-height: 22px;
  border-radius: 8px;
  padding: 12px 40px;
  font-size: 1.4rem;
  position: relative;
}
.announce__contents--emergency {
  border: 1px solid #fa1919;
  background-color: #ffe5e5;
}
.announce__contents--emergency [class*=__link] {
  color: #242323;
  text-decoration: none;
}
.announce__contents--emergency [class*=__link]:visited {
  color: #242323;
  text-decoration: none;
}
.announce__contents--emergency::after {
  background-color: #fa1919;
}
.announce__contents--attention {
  border: 1px solid #ffb900;
  background-color: #fff7e5;
}
.announce__contents--attention [class*=__link] {
  color: #242323;
  text-decoration: none;
}
.announce__contents--attention [class*=__link]:visited {
  color: #242323;
  text-decoration: none;
}
.announce__contents--attention::after {
  background-color: #ffb900;
}
.announce__contents--notice {
  border: none;
  background-color: #e5f1ff;
}
.announce__contents--notice [class*=__link] {
  color: #242323;
  text-decoration: none;
}
.announce__contents--notice [class*=__link]:visited {
  color: #242323;
  text-decoration: none;
}
.announce__contents--notice::after {
  background-color: #3895ff;
}
.announce__contents--end {
  border: none;
  background-color: #f7f7f7;
}
.announce__contents--end [class*=__link] {
  color: #242323;
  text-decoration: none;
}
.announce__contents--end [class*=__link]:visited {
  color: #242323;
  text-decoration: none;
}
.announce__contents--end::after {
  background-color: #909090;
}
.announce__contents::after, .announce__contents--emergency::after, .announce__contents--attention::after, .announce__contents--notice::after, .announce__contents--end::after {
  vertical-align: baseline;
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-transform: translateY(0.1em);
      -ms-transform: translateY(0.1em);
          transform: translateY(0.1em);
  -webkit-mask-image: url(https://image.paypay.ne.jp/page/help/images/icon_small_information_mono.svg);
          mask-image: url(https://image.paypay.ne.jp/page/help/images/icon_small_information_mono.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  position: absolute;
  left: 14px;
  top: 14px;
}

.exLarge .announce__contents, .exLarge .announce__contents--emergency, .exLarge .announce__contents--attention, .exLarge .announce__contents--notice, .exLarge .announce__contents--end {
  font-size: 1.8rem;
}
.exLarge .announce__contents::after, .exLarge .announce__contents--emergency::after, .exLarge .announce__contents--attention::after, .exLarge .announce__contents--notice::after, .exLarge .announce__contents--end::after {
  width: 20px;
  height: 20px;
}

.large .announce__contents, .large .announce__contents--emergency, .large .announce__contents--attention, .large .announce__contents--notice, .large .announce__contents--end {
  font-size: 1.6rem;
}
.large .announce__contents::after, .large .announce__contents--emergency::after, .large .announce__contents--attention::after, .large .announce__contents--notice::after, .large .announce__contents--end::after {
  width: 18px;
  height: 18px;
}

.regular .announce__contents, .regular .announce__contents--emergency, .regular .announce__contents--attention, .regular .announce__contents--notice, .regular .announce__contents--end {
  font-size: 1.4rem;
}
.regular .announce__contents::after, .regular .announce__contents--emergency::after, .regular .announce__contents--attention::after, .regular .announce__contents--notice::after, .regular .announce__contents--end::after {
  width: 16px;
  height: 16px;
}