@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* result */
/* ============================================ */
main {
  padding: 20px 15px;
  background: radial-gradient(circle at 70% 10%, #fff, #fff200, #ffea00);
  color: #c1272d;
  text-align: center;
}
main section {
  display: flex;
  flex-direction: column;
  padding: 50px 15px;
  border-radius: 16px;
  background: #fff;
}
main section h2 {
  margin-bottom: -20px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3;
}
main section h3 {
  margin-block: 70px 20px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}
main section figure img {
  width: 300px;
}
main section figure figcaption {
  font-size: 2.4rem;
  font-weight: 700;
}
main section ol {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-top: 30px;
}
main section ol li {
  width: calc((100% - 20px) / 2);
}
main section ol li figure {
  margin-top: 10px;
}
main section ol li figure figcaption {
  font-size: 1.8rem;
}
main section .comment {
  margin-top: 70px;
  font-size: 2.4rem;
  font-weight: 700;
}
main section a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 44px;
  margin: 70px auto 0;
  padding-bottom: 5px;
  border-radius: 22px;
  background: #c1272d;
  color: #fff100;
  font-size: 2.6rem;
  font-weight: 700;
}

/*# sourceMappingURL=result.css.map */
