.register-page main section{background:#f7f8fa}
.form-trap{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.register-page .contInner{max-width:980px}
.register-page .register-lead{font-size:2.2rem;font-weight:bold;color:#586cad}
.register-steps{display:flex;justify-content:center;gap:0;margin:35px auto 45px;padding:0;list-style:none;max-width:520px}
.register-steps li{position:relative;width:33.333%;text-align:center;color:#999;font-size:1.4rem;font-weight:bold}
.register-steps li:not(:last-child)::after{content:"";position:absolute;top:17px;left:60%;width:80%;height:2px;background:#d7d9de}
.register-steps span{position:relative;z-index:1;display:grid;place-items:center;width:36px;height:36px;margin:0 auto 7px;border-radius:50%;background:#d7d9de;color:#fff}
.register-steps .current{color:#586cad}.register-steps .current span{background:linear-gradient(45deg,#586cad,#6aa672)}
.register-page .inqBlc .ttl small{display:block;margin-top:5px;color:#777;font-size:1.1rem;font-weight:normal}
.register-page .choice-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px}
.register-page .choice-grid label{display:flex;align-items:center;gap:16px;padding:10px 12px;border:1px solid #ddd;border-radius:8px;background:#fff;cursor:pointer}
.register-page input[type="email"]{display:block;width:100%!important;box-sizing:border-box;padding:13px;border:1px solid #ccc!important;border-radius:0;background:#fff}
.register-page input[type="checkbox"],.register-page input[type="radio"]{position:static!important;display:inline-block!important;flex:0 0 20px;width:20px!important;height:20px!important;min-width:20px;margin:0 6px 0 0!important;vertical-align:middle;accent-color:#586cad}
.register-page .formChkbox label{display:inline-flex;align-items:center;gap:10px}
.register-page select{width:100%;padding:13px;border:1px solid #ccc;background:#fff}
.register-page textarea{line-height:1.7}
.register-page .formChk.conf{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:40px}
.register-page .formChk.conf .formBack,.register-page .formChk.conf .formSbmt{margin:0}
.register-page .formChk.conf input[type="button"]{width:220px!important;height:55px;padding:0 24px!important;margin:0!important;line-height:1.2!important;font-size:1.6rem!important;font-weight:bold;white-space:nowrap;border:1px solid #333;border-radius:30px;background:#fff;cursor:pointer}
.register-page .formChk.conf input[type="submit"]{width:320px!important;height:55px}
.register-page .form-policy-notice{max-width:900px;margin:32px auto 24px;padding:20px 24px;border-left:4px solid #586cad;border-radius:8px;background:#f0f4f6;color:#444;font-size:1.4rem;line-height:1.8;text-align:left}
.register-page .form-policy-notice p{margin:0}
.register-page .form-policy-notice p+p{margin-top:10px}
@media(max-width:767px){
  .register-page .register-lead{font-size:1.8rem}
  .register-page .choice-grid{grid-template-columns:1fr}
  .register-steps{margin:25px auto 35px}
  .register-page .inqBlc .ttl small{display:inline;margin-left:8px}
  .register-page .formChk.conf{flex-direction:column;gap:12px}
  .register-page .formChk.conf .formBack,.register-page .formChk.conf .formSbmt{width:100%;text-align:center}
  .register-page .formChk.conf input[type="button"],.register-page .formChk.conf input[type="submit"]{width:100%!important;max-width:320px}
  .register-page .form-policy-notice{margin:26px auto 20px;padding:16px 18px;font-size:1.4rem}
}
