.page-free-register-custom {
  background: #f3f3f3;
  color: #222;
}

.page-free-register-custom .free-register-header {
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}

.page-free-register-custom .free-register-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-free-register-custom .free-register-header__brand img {
  height: 40px;
  width: auto;
  display: block;
}

.page-free-register-custom .free-register-header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 38px;
  padding: 0 18px;
  border: 1px solid #2f7ea0;
  border-radius: 999px;
  color: #2f7ea0;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  background: #fff;
}

.page-free-register-custom .free-register-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #0f3142;
  padding: 56px 20px 130px;
}

.page-free-register-custom .free-register-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.page-free-register-custom .free-register-hero__title {
  margin: 0;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}

.page-free-register-custom .free-register-hero__line {
  width: 60px;
  height: 1px;
  background: rgba(255,255,255,.65);
  margin: 18px auto 0;
}

.page-free-register-custom .free-register-body {
  margin-top: -70px;
  padding: 0 20px 80px;
}

.page-free-register-custom .free-register-body__inner {
  max-width: 860px;
  margin: 0 auto;
}

.page-free-register-custom .free-register-card {
  background: #fff;
  border: 1px solid #d8d8d8;
  padding: 36px 36px 44px;
  box-sizing: border-box;
}

.page-free-register-custom .fr-step {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.page-free-register-custom .fr-step__item {
  text-align: center;
  color: #a5a5a5;
  font-size: 12px;
  min-width: 90px;
  position: relative;
}

.page-free-register-custom .fr-step__item::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #b8b8b8;
}

.page-free-register-custom .fr-step__item.is-active {
  color: #2f7ea0;
}

.page-free-register-custom .fr-step__item.is-active::before {
  background: #2f7ea0;
}

.page-free-register-custom .fr-box-note {
  max-width: 560px;
  margin: 0 auto 28px;
  text-align: center;
  font-size: 15px;
  line-height: 2;
}

.page-free-register-custom .fr-box-message {
  max-width: 560px;
  margin: 0 auto 30px;
  background: #f7f7f7;
  padding: 18px 20px;
  font-size: 13px;
  line-height: 1.9;
  color: #555;
}

.page-free-register-custom .fr-mail-form,
.page-free-register-custom .fr-register-form {
  max-width: 560px;
  margin: 0 auto;
}

.page-free-register-custom .fr-form-row {
  margin-bottom: 20px;
}

.page-free-register-custom .fr-form-label {
  display: block;
  margin-bottom: 8px;
  color: #2f7ea0;
  font-size: 14px;
  font-weight: 700;
}

.page-free-register-custom .fr-input,
.page-free-register-custom .fr-register-form input[type="text"],
.page-free-register-custom .fr-register-form input[type="password"],
.page-free-register-custom .fr-register-form input[type="email"],
.page-free-register-custom .fr-register-form select {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  font-size: 14px;
  background: #fff;
}

.page-free-register-custom .fr-register-form input[type="number"] {
  height: 44px;
  padding: 0 10px;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
}

.page-free-register-custom .fr-form-inline {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.page-free-register-custom .fr-btn-row {
  text-align: center;
  margin-top: 30px;
}

.page-free-register-custom .fr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.page-free-register-custom .fr-btn--primary {
  background: #2f7ea0;
  color: #fff;
}

.page-free-register-custom .fr-btn--secondary {
  background: #fff;
  color: #2f7ea0;
  border: 1px solid #2f7ea0;
}

.page-free-register-custom .fr-confirm {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  border-collapse: collapse;
}

.page-free-register-custom .fr-confirm th,
.page-free-register-custom .fr-confirm td {
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 10px;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  vertical-align: top;
}

.page-free-register-custom .fr-confirm th {
  width: 180px;
  color: #2f7ea0;
}

.page-free-register-custom .fr-errors {
  max-width: 560px;
  margin: 0 auto 20px;
  padding: 14px 16px;
  background: #fff3f3;
  border: 1px solid #e4b8b8;
  color: #8f2d2d;
  font-size: 14px;
}

.page-free-register-custom .fr-success {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 900px) {
  .page-free-register-custom .free-register-hero {
    padding: 42px 16px 90px;
  }

  .page-free-register-custom .free-register-hero__title {
    font-size: 30px;
  }

  .page-free-register-custom .free-register-body {
    margin-top: -40px;
    padding: 0 16px 50px;
  }

  .page-free-register-custom .free-register-card {
    padding: 26px 18px 30px;
  }

  .page-free-register-custom .free-register-header__inner {
    padding: 10px 14px;
  }

  .page-free-register-custom .free-register-header__brand img {
    height: 34px;
  }

  .page-free-register-custom .free-register-header__btn {
    min-width: auto;
    padding: 0 14px;
    font-size: 12px;
    height: 34px;
  }
}

.fr-required{
background:#e44;
color:#fff;
font-size:11px;
padding:2px 6px;
border-radius:3px;
margin-left:6px;
}

.fr-help{
font-size:12px;
color:#777;
margin-top:4px;
}

.fr-mail-fixed{
font-size:14px;
margin-top:6px;
}

.fr-policy{
margin-top:30px;
font-size:13px;
}

.fr-policy-text{
background:#f7f7f7;
padding:12px;
margin:10px 0;
}

.fr-check{
display:block;
margin-top:12px;
}

.fr-birthday-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.fr-birthday-col {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fr-birthday-col select {
  width: 100px;
  height: 44px;
  padding: 0 10px;
  border: 1px solid #cfcfcf;
  background: #fff;
  box-sizing: border-box;
  font-size: 14px;
}

.fr-birthday-unit {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .fr-birthday-row {
    gap: 10px;
  }

  .fr-birthday-col select {
    width: 88px;
  }
}

.fr-tel-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.fr-tel-row input {
  width: 120px !important;
  flex: 0 0 120px;
  height: 44px;
  padding: 0 10px;
  border: 1px solid #cfcfcf;
  background: #fff;
  box-sizing: border-box;
  font-size: 14px;
}

.fr-tel-sep {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
  color: #666;
}

.fr-step {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 40px;
  max-width: 760px;
}

.fr-step__item {
  position: relative;
  flex: 1;
  text-align: center;
  color: #a5a5a5;
  font-size: 11px;
  line-height: 1.5;
}

.fr-step__item::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #b8b8b8;
  position: relative;
  z-index: 2;
}

.fr-step__item::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  width: 110%;
  height: 1px;
  background: #cfcfcf;
  z-index: 1;
}

.fr-step__item:last-child::after {
  display: none;
}

.fr-step__item.is-active {
  color: #2f7ea0;
  font-weight: 700;
}

.fr-step__item.is-active::before {
  background: #2f7ea0;
}


.fr-confirm-block {
  max-width: 560px;
  margin: 0 auto;
}

.fr-confirm-block__title {
  margin: 0 0 28px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.fr-confirm-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.fr-confirm-item {
  padding-left: 12px;
  border-left: 3px solid #2f7ea0;
}

.fr-confirm-item__label {
  font-size: 13px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.fr-confirm-item__value {
  font-size: 13px;
  line-height: 1.9;
  color: #555;
}

.fr-confirm-item--policy .fr-confirm-item__value {
  font-size: 12px;
  line-height: 1.9;
}

.fr-confirm-links {
  margin-top: 12px;
}

.fr-confirm-links a {
  color: #2f7ea0;
  text-decoration: none;
}

.fr-confirm-links a:hover {
  text-decoration: underline;
}

.fr-complete-block {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 20px;
}

.fr-complete-block__title {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
}

.fr-complete-block__text {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 2;
  color: #444;
}