.conversion-notice {
  margin-top: 2rem;
  padding: 1.25rem 1.4rem;
  border: 1px solid #f0c36a;
  border-radius: 16px;
  background: #fff8e8;
  color: #4d3705;
}

.conversion-notice strong {
  display: block;
  margin-bottom: .35rem;
}

.conversion-notice p {
  margin: 0;
}

.article-main > .conversion-notice {
  margin: 0 0 2rem;
}

.easy-guide-steps {
  margin-top: 2.5rem;
}

.easy-step {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 290px);
  gap: 42px;
}

.easy-step figure {
  width: 100%;
}

.easy-step figcaption,
.guide-shot figcaption {
  text-align: center;
}

.guide-shot + .easy-guide-steps {
  margin-top: 3rem;
}

@media (max-width: 600px) {
  .easy-step {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .easy-step figure {
    width: min(100%, 330px);
    margin-inline: auto;
  }
}
