/* Content styles */
.notice-card {
  width: 100%;
  max-width: 720px;
  background: #ffffff;
  border-radius: 8px;
  padding: 24px 16px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.notice-title {
  font-family: Noto Sans JP, var(--default-font-family);
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 24px;
  text-align: center;
}

.notice-image {
  width: 180px;
  height: 132px;
  background: url(./pixta_102123321.png) no-repeat center;
  background-size: cover;
  margin-bottom: 28px;
}

.notice-details {
  width: 100%;
  max-width: 294px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-end-notice,
.alternative-services,
.personal-data-notice,
.apology-note,
.contact-info {
  font-family: Noto Sans JP, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
  text-align: left;
}

.service-link {
  color: #0066cc;
  word-break: break-all;
}

.contact-info {
  font-style: normal;
}
