.jjm-apn-guide-page {
  background: #87ceeb;
}

.jjm-apn-guide-page .site-wrapper {
  width: 100%;
  max-width: 480px !important;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, .08);
}

.jjm-apn-guide-page .jj-id-header {
  background: #0072b1;
  color: #fff;
}

.jjm-apn-guide-page .jj-id-sns-stories {
  display: none !important;
}

.jjm-apn-guide-page .jjm-brand-lockup,
.jjm-apn-guide-page .jjm-mobile-menu-brand,
.jjm-apn-guide-page .jjm-footer-lockup {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.05;
}

.jjm-apn-guide-page .jjm-brand-lockup {
  flex-direction: row;
  align-items: baseline;
  gap: 7px;
  white-space: nowrap;
}

.jjm-apn-guide-page .jjm-mobile-menu-brand,
.jjm-apn-guide-page .jjm-footer-lockup {
  flex-direction: column;
}

.jjm-apn-guide-page .jjm-brand-name,
.jjm-apn-guide-page .jjm-brand-by {
  color: #fff !important;
  text-decoration: none;
}

.jjm-apn-guide-page .jjm-brand-name {
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -.035em;
}

.jjm-apn-guide-page .jjm-brand-by {
  font-size: 14px;
  font-weight: 650;
  opacity: .86;
}

.jjm-apn-guide-page .jjm-brand-name:focus-visible,
.jjm-apn-guide-page .jjm-brand-by:focus-visible,
.jjm-apn-guide-page .jjm-quick-link:focus-visible,
.jjm-apn-guide-page .jjm-footer-lockup a:focus-visible {
  outline: 3px solid #ffcf33;
  outline-offset: 3px;
}

.jjm-apn-guide-page .jjm-quick-links {
  position: sticky;
  top: 60px;
  z-index: 999;
  display: flex;
  justify-content: center;
  gap: 28px;
  min-height: 76px;
  padding: 10px 12px 9px;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 48, 75, .08);
}

.jjm-apn-guide-page .jjm-quick-link {
  display: flex;
  min-width: 72px;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0;
  color: #666 !important;
  text-align: center;
  text-decoration: none;
}

.jjm-apn-guide-page .jjm-quick-ring {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 2.5px;
  border-radius: 50%;
  transition: transform .2s;
}

.jjm-apn-guide-page .jjm-quick-inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}

.jjm-apn-guide-page .jjm-quick-ring--job,
.jjm-apn-guide-page .jjm-quick-ring--jj {
  background: linear-gradient(135deg, #0072b1, #005a8e);
  animation: jjmStoryBrandGlow 3.2s ease-in-out infinite alternate;
}

.jjm-apn-guide-page .jjm-quick-ring--jj {
  animation-delay: -1.2s;
}

.jjm-apn-guide-page .jjm-quick-ring--wa {
  background: #25d366;
  animation: jjmStoryWaPulse 2s infinite;
}

.jjm-apn-guide-page .jjm-quick-icon-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
}

.jjm-apn-guide-page .jjm-quick-icon-img--jj {
  transform: scale(.9);
}

.jjm-apn-guide-page .jjm-quick-inner svg {
  width: 24px;
  height: 24px;
}

.jjm-apn-guide-page .jjm-quick-label {
  color: #666;
  font-size: 9px;
  font-weight: 550;
  line-height: 1;
}

.jjm-apn-guide-page .jjm-quick-link[aria-current] .jjm-quick-label {
  color: #0072b1;
  font-weight: 800;
}

.jjm-apn-guide-page .jjm-quick-link--wa .jjm-quick-label {
  color: #25b85a;
  font-weight: 700;
}

@media (hover: hover) {
  .jjm-apn-guide-page .jjm-quick-link:hover .jjm-quick-ring {
    transform: scale(1.08);
  }
}

@keyframes jjmStoryBrandGlow {
  0% { box-shadow: 0 0 0 0 rgba(0, 114, 177, .08), 0 2px 7px rgba(0, 90, 142, .12); }
  100% { box-shadow: 0 0 0 4px rgba(0, 114, 177, .08), 0 4px 13px rgba(0, 90, 142, .25); }
}

@keyframes jjmStoryWaPulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, .5); }
  70% { box-shadow: 0 0 0 10px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.jjm-apn-guide-page .jj-id-footer {
  background: #0072b1;
  color: rgba(255, 255, 255, .84);
}

.jjm-apn-guide-page .jjm-footer-lockup {
  margin-bottom: 14px;
}

.jjm-apn-guide-page .jjm-footer-lockup .jjm-brand-name {
  font-size: 24px;
}

.jjm-apn-guide-page .jjm-footer-lockup .jjm-brand-by {
  margin-top: 3px;
  font-size: 16px;
}

.jjm-apn-guide-page .jjm-mobile-menu-brand {
  align-items: center;
  margin-bottom: 20px;
}

.jjm-apn-guide-page .jjm-mobile-menu-brand .jjm-brand-name {
  font-size: 25px;
}

.jjm-apn-guide-page .jjm-mobile-menu-brand .jjm-brand-by {
  margin-top: 3px;
  font-size: 16px;
}

.apng {
  --apng-blue: #0072b1;
  --apng-blue-deep: #075174;
  --apng-blue-soft: #edf8fd;
  --apng-ink: #172331;
  --apng-muted: #5f6f7c;
  --apng-line: #cfe6f2;
  --apng-orange: #e4670c;
  background: #fff;
  color: var(--apng-ink);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.apng *,
.apng *::before,
.apng *::after {
  box-sizing: border-box;
}

.apng img {
  display: block;
  max-width: 100%;
}

.apng-network-status {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.apng-network-status__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 10px;
  padding: 14px 15px;
  border: 1px solid #c6e2ef;
  border-radius: 16px;
  background: rgba(255, 255, 255, .78);
  text-align: left;
}

.apng-network-status__item span {
  grid-column: 1 / -1;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.apng-network-status__item strong {
  color: var(--apng-ink);
  font-size: 13px;
  line-height: 1.45;
}

.apng-network-status__item small {
  align-self: center;
  color: #5d707c;
  font-size: 10px;
  line-height: 1.45;
  text-align: right;
}

.apng-network-status__item--ready span {
  color: #078847;
}

.apng-network-status__item--pending {
  border-color: #efd5a1;
  background: #fff8ea;
}

.apng-network-status__item--pending span {
  color: #b76500;
}

.apng-flow {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.apng-flow li {
  display: grid;
  min-height: 52px;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 9px 14px 9px 10px;
  border: 1px solid var(--apng-line);
  border-radius: 14px;
  background: #fff;
  color: var(--apng-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  box-shadow: 0 8px 20px rgba(0, 76, 116, .05);
}

.apng-flow b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  background: var(--apng-blue);
  color: #fff;
  font-size: 13px;
}

.apng-source-note {
  margin: 16px 0 0;
  padding: 13px 14px;
  border-left: 3px solid var(--apng-blue);
  border-radius: 0 12px 12px 0;
  background: #f3f8fb;
  color: #60717e;
  font-size: 10.5px;
  line-height: 1.75;
}

.apng-apn-card {
  padding: 18px;
  border: 1px solid #b7dceb;
  border-radius: 20px;
  background: linear-gradient(145deg, #f7fcff, #eaf7fd);
  box-shadow: 0 14px 30px rgba(0, 92, 141, .1);
}

.apng-apn-card__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 13px;
  border-bottom: 1px solid #c9e4ef;
}

.apng-apn-card__head span {
  color: var(--apng-blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
}

.apng-apn-card__head strong {
  color: var(--apng-ink);
  font-size: 16px;
}

.apng-apn-values {
  display: grid;
  gap: 0;
  margin: 10px 0 0;
}

.apng-apn-values div {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(0, 114, 177, .12);
}

.apng-apn-values dt,
.apng-apn-values dd {
  margin: 0;
}

.apng-apn-values dt {
  color: #637580;
  font-size: 10.5px;
  font-weight: 750;
}

.apng-apn-values dd {
  color: var(--apng-ink);
  font-size: 11px;
  font-weight: 900;
  text-align: right;
  overflow-wrap: anywhere;
}

.apng-apn-values code {
  padding: 3px 7px;
  border-radius: 7px;
  background: #fff;
  color: var(--apng-blue-deep);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10.5px;
}

.apng-domain-check {
  margin: 14px 0 0;
  color: #536773;
  font-size: 10.5px;
  line-height: 1.65;
}

.apng-button--download {
  display: flex;
  width: 100%;
  border-color: var(--apng-blue);
  background: var(--apng-blue);
  color: #fff !important;
}

.apng-text-link {
  display: block;
  margin-top: 13px;
  color: var(--apng-blue-deep) !important;
  font-size: 10.5px;
  font-weight: 800;
  text-align: center;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.apng-screen-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 26px;
}

.apng-screen-intro strong {
  color: var(--apng-ink);
  font-size: 13px;
}

.apng-screen-intro span {
  max-width: 170px;
  color: #6c7d88;
  font-size: 9.5px;
  line-height: 1.5;
  text-align: right;
}

.apng-screen-track {
  display: flex;
  gap: 13px;
  margin: 14px -16px 0;
  padding: 4px 16px 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 16px;
  scroll-snap-type: x mandatory;
  scrollbar-color: #8dcbe7 transparent;
  scrollbar-width: thin;
}

.apng-screen-track:focus-visible {
  outline: 3px solid #ffcf33;
  outline-offset: -3px;
}

.apng-screen {
  position: relative;
  flex: 0 0 min(78vw, 300px);
  margin: 0;
  border: 1px solid var(--apng-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 11px 24px rgba(0, 70, 105, .09);
  overflow: hidden;
  scroll-snap-align: start;
}

.apng-screen img {
  width: 100%;
  height: 340px;
  border-bottom: 1px solid #e0edf3;
  background: #f4f7f9;
  object-fit: contain;
}

.apng-screen figcaption {
  min-height: 76px;
  padding: 14px 14px 16px;
  color: #566874;
  font-size: 10.5px;
  line-height: 1.65;
}

.apng-screen figcaption strong {
  color: var(--apng-ink);
}

.apng-screen__num {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--apng-blue);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 3px 9px rgba(0, 52, 83, .25);
}

.apng-screen-track--two .apng-screen {
  flex-basis: min(82vw, 320px);
}

.apng-inline-warning {
  display: grid;
  gap: 4px;
  margin-bottom: 5px;
  padding: 14px 15px;
  border: 1px solid #f3d19a;
  border-radius: 14px;
  background: #fff8e9;
}

.apng-inline-warning strong {
  color: #7a4500;
  font-size: 11px;
  line-height: 1.5;
}

.apng-inline-warning span {
  color: #7b684d;
  font-size: 10px;
  line-height: 1.6;
}

.apng-rakuten-pending {
  padding: 22px 20px;
  border: 1px solid #efbdd1;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff9fc, #fff0f6);
}

.apng-rakuten-pending > span {
  color: #c60064;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.apng-rakuten-pending h2 {
  margin: 8px 0;
  color: #24202a;
  font-size: 18px;
  line-height: 1.4;
}

.apng-rakuten-pending p {
  margin: 0;
  color: #665d68;
  font-size: 11px;
  line-height: 1.75;
}

.apng-rakuten-pending a {
  display: inline-flex;
  margin-top: 14px;
  color: #a90055 !important;
  font-size: 11px;
  font-weight: 900;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.apng a {
  text-decoration: none;
}

.apng-shell {
  width: calc(100% - 32px);
  max-width: 448px;
  margin: 0 auto;
}

.apng-breadcrumb {
  padding: 17px 0 0;
  color: #687986;
  font-size: 10px;
  line-height: 1.55;
}

.apng-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.apng-breadcrumb li:not(:last-child)::after {
  content: "›";
  margin-left: 5px;
  color: #9aabb7;
}

.apng-breadcrumb a {
  color: var(--apng-blue-deep) !important;
  font-weight: 750;
}

.apng-hero {
  padding: 30px 0 52px;
  background: linear-gradient(180deg, #fff 0%, #eef9fe 100%);
}

.apng-kicker {
  display: inline-flex;
  margin-bottom: 13px;
  padding: 5px 11px;
  border: 1px solid #9ed6ef;
  border-radius: 999px;
  background: #fff;
  color: var(--apng-blue-deep);
  font-size: 9px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: .07em;
}

.apng h1 {
  margin: 0 0 14px;
  color: var(--apng-ink);
  font-size: clamp(29px, 8.2vw, 38px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.045em;
}

.apng-lead {
  margin: 0;
  color: var(--apng-muted);
  font-size: 14px;
  line-height: 1.8;
}

.apng-hero__media {
  position: relative;
  margin: 0 0 27px;
  border: 1px solid #c8e6f4;
  border-radius: 22px;
  background: #eaf6fc;
  box-shadow: 0 14px 30px rgba(7, 81, 116, .12);
  overflow: hidden;
}

.apng-hero__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 40 / 21;
  object-fit: cover;
}

.apng-hero__caption {
  position: absolute;
  inset: 33% auto auto 0;
  display: flex;
  width: 53%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
  margin: 0;
  padding: 0 8px 12px 19px;
  background: none;
  pointer-events: none;
}

.apng-hero__caption span {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--apng-blue);
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .08em;
}

.apng-hero__caption strong {
  max-width: 190px;
  color: var(--apng-ink);
  font-size: clamp(17px, 4.5vw, 22px);
  font-weight: 900;
  line-height: 1.17;
  letter-spacing: -.035em;
}

.apng-hero__caption small {
  max-width: 180px;
  color: var(--apng-blue-deep);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.5;
}

.apng-alert {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #f4c093;
  border-radius: 16px;
  background: #fff7ef;
}

.apng-alert__icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: #f17619;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
}

.apng-alert strong {
  display: block;
  margin-bottom: 4px;
  color: #8b3900;
  font-size: 14px;
}

.apng-alert p {
  margin: 0;
  color: #7a4b2d;
  font-size: 11.5px;
  line-height: 1.65;
}

.apng-section {
  padding: 58px 0;
}

.apng-section--pale {
  background: var(--apng-blue-soft);
}

.apng-section__head {
  margin-bottom: 24px;
}

.apng-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--apng-blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .075em;
}

.apng-title {
  margin: 0 0 10px;
  color: var(--apng-ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -.025em;
}

.apng-copy {
  margin: 0;
  color: var(--apng-muted);
  font-size: 13px;
  line-height: 1.8;
}

.apng-checklist,
.apng-steps,
.apng-trouble-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.apng-checklist li {
  position: relative;
  padding: 15px 15px 15px 45px;
  border: 1px solid var(--apng-line);
  border-radius: 15px;
  background: #fff;
  color: #465764;
  font-size: 12px;
  line-height: 1.65;
}

.apng-checklist li::before {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 15px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #def4ff;
  color: var(--apng-blue-deep);
  font-weight: 900;
}

.apng-step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  padding: 17px;
  border: 1px solid var(--apng-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(7, 81, 116, .05);
}

.apng-step__num {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(135deg, #0072b1, #149dd4);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.apng-step h3 {
  margin: 1px 0 6px;
  color: var(--apng-ink);
  font-size: 15px;
  line-height: 1.45;
}

.apng-step p,
.apng-step ul {
  margin: 0;
  color: var(--apng-muted);
  font-size: 11.5px;
  line-height: 1.7;
}

.apng-step ul {
  padding-left: 18px;
}

.apng-step a,
.apng-reference a {
  color: var(--apng-blue-deep) !important;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.apng-profile-status {
  margin-top: 18px;
  padding: 17px;
  border: 1px solid #a9d8ed;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #edf9ff);
}

.apng-profile-status__state {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #e2f4fc;
  color: var(--apng-blue-deep);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .05em;
}

.apng-profile-status h3 {
  margin: 0 0 6px;
  font-size: 15px;
}

.apng-profile-status p {
  margin: 0;
  color: var(--apng-muted);
  font-size: 11.5px;
  line-height: 1.7;
}

.apng-product-links {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.apng-product-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--apng-line);
  border-radius: 16px;
  background: #fff;
  color: var(--apng-ink) !important;
}

.apng-product-link strong,
.apng-product-link small {
  display: block;
}

.apng-product-link strong {
  margin-bottom: 4px;
  font-size: 13px;
}

.apng-product-link small {
  color: var(--apng-muted);
  font-size: 10.5px;
  line-height: 1.5;
}

.apng-product-link::after {
  content: "→";
  color: var(--apng-blue);
  font-size: 20px;
  font-weight: 900;
}

.apng-trouble-list li {
  position: relative;
  padding: 0 0 0 25px;
  color: var(--apng-muted);
  font-size: 12px;
  line-height: 1.7;
}

.apng-trouble-list li::before {
  content: "•";
  position: absolute;
  left: 7px;
  color: var(--apng-blue);
  font-size: 18px;
  line-height: 1.2;
}

.apng-reference {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--apng-line);
  color: #71818d;
  font-size: 10.5px;
  line-height: 1.7;
}

.apng-reference p {
  margin: 0 0 7px;
}

.apng-final {
  width: calc(100% - 32px);
  max-width: 448px;
  margin: 24px auto;
  padding: 36px 20px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0072b1, #075174);
  color: #fff;
  text-align: center;
  box-shadow: 0 16px 34px rgba(7, 81, 116, .2);
}

.apng-final h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 23px;
  line-height: 1.35;
}

.apng-final p {
  margin: 0;
  color: #dff3fc;
  font-size: 12px;
  line-height: 1.7;
}

.apng-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 11px 22px;
  border: 2px solid #fff;
  border-radius: 13px;
  background: #fff;
  color: var(--apng-blue-deep) !important;
  font-size: 13px;
  font-weight: 900;
}

.apng-button.apng-button--download {
  width: 100%;
  border-color: var(--apng-blue);
  background: var(--apng-blue);
  color: #fff !important;
}

.apng-button.apng-button--pending {
  border-color: #bed9e7;
  background: #eaf4f8;
  color: #617785 !important;
  cursor: not-allowed;
  box-shadow: none;
}

.apng-legal {
  padding: 12px 16px 34px;
  color: #71818d;
  font-size: 9px;
  line-height: 1.7;
  text-align: center;
}

.apng a:focus-visible,
.apng details:focus-visible,
.apng summary:focus-visible {
  outline: 3px solid #ffcf33;
  outline-offset: 3px;
}

@media (hover: hover) {
  .apng-product-link:hover,
  .apng-button:hover {
    transform: translateY(-1px);
  }
}

@media (max-width: 360px) {
  .jjm-apn-guide-page .jjm-brand-name {
    font-size: 19px;
  }

  .jjm-apn-guide-page .jjm-brand-by {
    font-size: 12.5px;
  }

  .jjm-apn-guide-page .jjm-quick-links {
    gap: 18px;
  }

  .apng-step {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 11px;
    padding: 15px;
  }

  .apng-step__num {
    width: 36px;
    height: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jjm-apn-guide-page .jjm-quick-ring--job,
  .jjm-apn-guide-page .jjm-quick-ring--jj,
  .jjm-apn-guide-page .jjm-quick-ring--wa {
    animation: none;
  }

  .apng-product-link,
  .apng-button {
    transition: none;
  }
}
