@charset "UTF-8";
.page-koenkai .hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 4rem 0;
  text-align: center;
}

.page-koenkai .hero-section .hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .page-koenkai .hero-section .hero-title {
    font-size: 2rem;
  }
}

.page-koenkai .hero-section .hero-subtitle {
  font-size: 1.25rem;
  opacity: 0.9;
  margin-bottom: 2rem;
}

.page-koenkai .hero-section .hero-description {
  font-size: 1rem;
  opacity: 0.8;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.page-koenkai .features-section {
  padding: 4rem 0;
  background-color: #f8f9fa;
}

.page-koenkai .features-section .feature-card {
  text-align: center;
  padding: 2rem;
  background: white;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.page-koenkai .features-section .feature-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.page-koenkai .features-section .feature-card .feature-icon {
  font-size: 3rem;
  color: #206bc4;
  margin-bottom: 1rem;
}

.page-koenkai .features-section .feature-card .feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #495057;
}

.page-koenkai .features-section .feature-card .feature-description {
  color: #6c757d;
  line-height: 1.6;
}

.page-koenkai .registration-section {
  padding: 4rem 0;
}

.page-koenkai .registration-section .registration-form {
  max-width: 500px;
  margin: 0 auto;
}

.page-koenkai .registration-section .registration-form .form-section {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
}

.page-koenkai .registration-section .registration-form .form-section .form-section-title {
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #206bc4;
  font-size: 1.25rem;
  font-weight: 600;
  color: #206bc4;
}

/* セクションタイトルのスタイル */
.page-koenkai .card-header {
  display: block !important;
  border-bottom: none !important;
}

.page-koenkai .card-title {
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin: 1em 0 0.5em !important;
  color: #585450 !important;
}

.page-koenkai .card-title.courceTitle {
  font-size: 18px !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin: 0 !important;
}

.page-koenkai .card-title.courceTitle.colorWhite {
  color: #fff !important;
}

.page-koenkai .text-muted {
  text-align: center !important;
}

.page-koenkai .rules-content h3 {
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  margin-bottom: 1rem !important;
  color: #585450 !important;
}
/*# sourceMappingURL=koenkai.css.map */