@charset "UTF-8";
.code-input {
  width: 50px;
  height: 60px;
  font-size: 2rem;
}

.introduction-section {
  padding: 3rem 1rem;
  display: flex;
  justify-content: center;
}

.introduction-container {
  max-width: 800px;
  margin: 0 auto;
}

.introduction-text {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 768px) {
  .introduction-text {
    font-size: 1rem;
    text-align: start;
  }
}

.alert-box {
  border: 2px dotted #ccc;
  border-radius: 12px;
  padding: 1.5rem;
  background: #fdfdfd;
}
.alert-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.alert-box ul li {
  font-size: 1.1rem;
  padding: 0.6rem 0;
  border-bottom: 1px dashed #eee;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .alert-box ul li {
    text-align: start;
  }
}
.alert-box ul li:last-child {
  border-bottom: none;
}
.alert-box ul li i {
  color: #043F6D;
  margin-right: 0.6rem;
}

.application-step {
  margin-bottom: 3rem;
}
.application-step .form-check {
  display: flex;
  align-items: center;
  /* 垂直方向を中央に */
  justify-content: center;
  /* 水平方向を中央に */
}

h6.steps {
  background: linear-gradient(135deg, #043F6D, #0878cf);
  color: #fff;
  font-size: 0.9rem;
  padding: 8px 12px;
  border-radius: 20px;
  margin-bottom: 1rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
  position: relative;
  overflow: hidden;
}/*# sourceMappingURL=local.css.map */