/* 模擬立法ワークショップ告知ページ */

.content-section--flyer {
  padding: 2.5rem 0 4rem;
  background: #fbf8f5;
}

.content-section--flyer .content-section__inner {
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
  padding-left: clamp(1.5rem, 6vw, 3.5rem);
  padding-right: clamp(1.5rem, 6vw, 3.5rem);
}

.flyer-page__title {
  margin: 0 0 1.5rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic UI", "Rounded Mplus 1c", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  color: #2d8a4e;
}

.flyer-page__figure {
  margin: 0 0 1.5rem;
}

.flyer-page__figure:last-child {
  margin-bottom: 0;
}

.flyer-page__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.flyer-page__apply {
  margin: 0 0 1.5rem;
  text-align: center;
}

.flyer-page__apply--bottom {
  margin-top: 0.5rem;
  margin-bottom: 0;
  padding-top: 0.5rem;
}

.flyer-page__apply-btn {
  display: inline-block;
  min-width: min(100%, 20rem);
  padding: 0.875rem 2rem;
  border-radius: 999px;
  background: #2d8a4e;
  color: #fff;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic UI", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(45, 138, 78, 0.28);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.flyer-page__apply-btn:hover {
  background: #247040;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(45, 138, 78, 0.34);
  text-decoration: none;
  color: #fff;
}

@media (max-width: 768px) {
  .content-section--flyer {
    padding-top: 1.75rem;
    padding-bottom: 2.5rem;
  }

  .flyer-page__title {
    font-size: clamp(1rem, 4vw, 1.125rem);
    line-height: 1.5;
    margin-bottom: 1.25rem;
  }

  .flyer-page__apply-btn {
    width: 100%;
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
  }
}

@media (max-width: 480px) {
  .flyer-page__figure {
    margin-bottom: 1.25rem;
  }
}
