@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/@tabler/core@1.0.0-beta20/dist/css/tabler.min.css");
@import url("https://cdn.jsdelivr.net/npm/@tabler/core@1.0.0-beta20/dist/css/tabler-vendors.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

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

html {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #f8f9fa;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #495057;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #206bc4;
  text-decoration: none;
}

a:hover {
  color: #154782;
  text-decoration: underline;
}

a:focus {
  outline: 2px solid #206bc4;
  outline-offset: 2px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
}

th, td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

th {
  font-weight: 600;
  text-align: left;
  border-bottom: 2px solid #dee2e6;
}

code {
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 0.875em;
  color: #e83e8c;
  word-break: break-word;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #495057;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.375rem;
  padding: 1rem;
  overflow: auto;
}

pre code {
  color: inherit;
  word-break: normal;
}

hr {
  margin: 2rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  height: 1px;
}

input[ime-mode="active"] {
  ime-mode: active;
}

input[ime-mode="disabled"] {
  ime-mode: disabled;
}

*:focus {
  outline: 2px solid #206bc4;
  outline-offset: 2px;
}

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-header {
  padding: 2rem 0;
  background-color: #fff;
  border-bottom: 1px solid #e9ecef;
}

.page-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem 0;
}

.page-footer {
  padding: 2rem 0;
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
  margin-top: auto;
}

.container-xl {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 576px) {
  .container-xl {
    padding: 0 1.5rem;
  }
}

@media (min-width: 992px) {
  .container-xl {
    padding: 0 2rem;
  }
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-bottom: 1px solid #e9ecef;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
  color: #495057;
}

.navbar-brand:hover {
  color: #206bc4;
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.nav-item {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .nav-item {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #495057;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.nav-link:hover {
  color: #206bc4;
  text-decoration: none;
}

.nav-link.active {
  color: #206bc4;
  font-weight: 500;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

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

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

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

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

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

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

.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;
}

.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);
}

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

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

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

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

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

.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;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.6;
}

.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  margin: -1rem 0 0 -1rem;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #206bc4;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media print {
  .page-header,
  .page-footer,
  .navbar,
  .btn,
  .card-header {
    display: none !important;
  }
  .page-body {
    padding: 0 !important;
  }
  .card {
    border: 1px solid #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}

.tabler {
  --tblr-primary: #206bc4;
  --tblr-secondary: #6c757d;
  --tblr-success: #2fb344;
  --tblr-info: #4299e1;
  --tblr-warning: #f76707;
  --tblr-danger: #d63384;
  --tblr-light: #f8f9fa;
  --tblr-dark: #495057;
}

.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;
}

@media (max-width: 575.98px) {
  .container-xl {
    padding: 0 1rem;
  }
  .page-header {
    padding: 1rem 0;
  }
  .page-body {
    padding: 1rem 0;
  }
  .card-body {
    padding: 1rem;
  }
  .hero-section {
    padding: 2rem 0;
  }
  .hero-section .hero-title {
    font-size: 1.5rem;
  }
  .hero-section .hero-subtitle {
    font-size: 1rem;
  }
  .features-section {
    padding: 2rem 0;
  }
}

@media (prefers-contrast: high) {
  .card {
    border-width: 2px;
  }
  .btn {
    border-width: 2px;
  }
  .form-control {
    border-width: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
}

.badge_cource {
  display: inline-block;
  width: 110px;
  padding: 0.7em 0.65em 0.5em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #666;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
  background-color: #ffffff;
  border: 1px solid #a3a3a3;
}

/* 背景色がsuccessまたはdangerの場合、文字色を白にする */
.badge.bg-success {
  color: #fff !important;
}

.badge.bg-danger {
  color: #fff !important;
}

.badge.bg-secondary {
  color: #fff !important;
}

.badge.bg-primary {
  color: #fff !important;
}

.badge.bg-info {
  color: #fff !important;
}

.badge.bg-warning {
  color: #fff !important;
}

.card-header:has(.courceTitle) {
  display: block !important;
}

.courceTitle {
  font-size: 18px !important;
  font-weight: 600 !important;
  text-align: center !important;
}

.courceTitle.colorWhite {
  color: #fff !important;
}
/*# sourceMappingURL=style.css.map */