/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* h1 {
  font-size: 2em;
  margin: 0.67em 0;
} */

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

/* button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
} */

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

/* fieldset {
  padding: 0.35em 0.75em 0.625em;
} */

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.reg_header ul,
.reg_wrapper ul,
.reg_footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.reg_header ul li,
.reg_wrapper ul li,
.reg_footer ul li,
.reg_header ul ol,
.reg_wrapper ul ol,
.reg_footer ul ol {
  margin: 0;
  padding: 0;
}
.reg_header p,
.reg_wrapper p,
.reg_footer p {
  margin: 0;
}
.reg_header a:hover,
.reg_wrapper a:hover,
.reg_footer a:hover {
  text-decoration: none !important;
}
body .reg_wrapper,
body .reg_footer {
  font-family: -apple-sysytem, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Segoe UI", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
}
.reg_header,
.reg_wrapper,
.reg_footer {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background: #1a1c22;
}
.reg_header1 {
  font-family: -apple-sysytem, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Segoe UI", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
}
.reg_header1 .reg_logo {
  margin: 0;
  font-size: 0;
}
.reg_header1 .reg_logo img {
  max-width: 100%;
  vertical-align: bottom;
}
.reg_header2 {
  font-family: -apple-sysytem, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Segoe UI", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
}
.reg_header2 .reg_logo {
  margin: 0;
  font-size: 0;
}
.reg_header2 .reg_logo img {
  max-width: 100%;
  vertical-align: bottom;
}
.reg_header3 {
  font-family: -apple-sysytem, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Segoe UI", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  width: 100%;
  z-index: 10000;
}
.reg_header3-wrap {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.reg_header3-wrap .reg_logo {
  margin: 0;
  font-size: 0;
}
.reg_header3-wrap .reg_logo img {
  max-width: 100%;
  vertical-align: bottom;
}
.reg_header3-wrap .reg_header3-login {
  display: flex;
  align-items: center;
}
.reg_header3-wrap .reg_header3-login .reg_btn-login {
  display: block;
  background: transparent;
  position: relative;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 100px;
  line-height: 1;
  box-sizing: border-box;
}
.reg_header3-wrap .reg_header3-login .reg_btn-login:visited {
  color: #fff;
}
.reg_header3-wrap .reg_header3-login .reg_btn-login:after {
  position: absolute;
  top: 50%;
  content: '';
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.reg_header4 {
  font-family: -apple-sysytem, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Segoe UI", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  width: 100%;
  z-index: 10000;
  background: #1a1c22;
  top: 0;
}
.reg_header4-wrap {
  box-sizing: border-box;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  transition: all 250ms ease;
  align-items: center;
  margin: 0;
}
.reg_header4-wrap .reg_logo {
  margin: 0;
  font-size: 0;
}
.reg_header4-wrap .reg_logo img {
  max-width: 100%;
  vertical-align: bottom;
}
.reg_header4-wrap .reg_header4-login {
  display: flex;
  align-items: center;
}
.reg_header4-wrap .reg_header4-login .reg_btn-login {
  display: block;
  background: transparent;
  position: relative;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 100px;
  line-height: 1;
  box-sizing: border-box;
}
.reg_header4-wrap .reg_header4-login .reg_btn-login:visited {
  color: #fff;
}
.reg_header4-wrap .reg_header4-login .reg_btn-login:after {
  position: absolute;
  top: 50%;
  content: '';
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.reg_header5 {
  width: 100%;
}
.reg_header5 img {
  width: 100%;
  vertical-align: bottom;
}
.reg_footer {
  text-align: center;
  margin-top: auto;
}
.reg_footer .reg_copyright {
  color: #fff;
  font-weight: 200;
}
.reg_question .reg_question-wrap {
  margin: 0 auto;
}
.reg_question .reg_question__title {
  text-align: center;
  letter-spacing: 1px;
}
.reg_question .reg_question__list .reg_question__item:last-child {
  margin-bottom: 0;
}
.reg_question .reg_question__list .reg_question__item:last-child .reg_question__btn {
  margin-bottom: 0;
}
.reg_question .reg_question__list .reg_question__item:last-child .reg_question__btn.reg_js-accordion_active {
  margin-bottom: 2px;
}
.reg_question .reg_question__list .reg_question__item .reg_question__btn {
  letter-spacing: 1px;
  background: #3c3e43;
  position: relative;
}
.reg_question .reg_question__list .reg_question__item .reg_question__btn:after,
.reg_question .reg_question__list .reg_question__item .reg_question__btn:before {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 0.4s;
}
.reg_question .reg_question__list .reg_question__item .reg_question__btn:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.reg_question .reg_question__list .reg_question__item .reg_question__btn.reg_js-accordion_active:before {
  opacity: 0;
}
.reg_question .reg_question__list .reg_question__item .reg_question__btn.reg_js-accordion_active:after {
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
}
.reg_question .reg_question__list .reg_question__item .reg_question__item-txt {
  font-weight: 500;
}
.reg_question .reg_question__list .reg_question__detail {
  letter-spacing: 1px;
}
.reg_question .reg_question__list .reg_question__detail .reg_question__detail-txt {
  letter-spacing: 1px;
}
.reg_wrapper {
  width: 100%;
  color: #fff;
}
.reg_step .reg_step__list {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.reg_step .reg_step__list:after {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  width: 70%;
  opacity: 0.3;
}
.reg_step .reg_step__list .reg_step__item {
  text-align: center;
}
.reg_step .reg_step__list .reg_step__item.reg_step__item--state_active .reg_step__img img {
  opacity: 1 !important;
}
.reg_step .reg_step__list .reg_step__item.reg_step__item--state_active .reg_step__text {
  opacity: 1 !important;
}
.reg_step .reg_step__list .reg_step__item .reg_step__img {
  margin: 0 auto;
  background: #1a1c22;
}
.reg_step .reg_step__list .reg_step__item .reg_step__img .reg_step__img-wrap {
  margin: 0 auto;
}
.reg_step .reg_step__list .reg_step__item .reg_step__img img {
  max-width: 100%;
  vertical-align: bottom;
  opacity: 0.3;
}
.reg_step .reg_step__list .reg_step__item .reg_step__text {
  text-align: center;
  opacity: 0.3;
  letter-spacing: 1px;
}
@media screen and (max-width: 950px) {
  .reg_header,
  .reg_wrapper,
  .reg_footer {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
  }
  .reg_header1 {
    border-bottom: 1px solid #48494e;
    padding: 18px 19px;
  }
  .reg_header1 .reg_logo {
    width: 55px;
  }
  .reg_header2 {
    padding: 18px 19px;
  }
  .reg_header2 .reg_logo {
    width: 121px;
  }
  .reg_header3-wrap {
    padding: 18px 14px 18px 19px;
  }
  .reg_header3-wrap .reg_logo {
    width: 121px;
  }
  .reg_header3-wrap .reg_header3-login {
    margin-top: -2px;
  }
  .reg_header3-wrap .reg_header3-login .reg_btn-login {
    width: 93px;
    padding: 7px 0 7px 16px;
    font-size: 13px;
  }
  .reg_header3-wrap .reg_header3-login .reg_btn-login:after {
    width: 6px;
    height: 6px;
    right: 12px;
    margin-top: -4px;
  }
  .reg_header4-wrap {
    padding: 15px 14px 15px 19px;
  }
  .reg_header4-wrap .reg_logo {
    width: 55px;
  }
  .reg_header4-wrap .reg_header4-login .reg_btn-login {
    width: 93px;
    padding: 7px 0 7px 16px;
    font-size: 13px;
  }
  .reg_header4-wrap .reg_header4-login .reg_btn-login:after {
    width: 6px;
    height: 6px;
    right: 12px;
    margin-top: -4px;
  }
  .reg_footer {
    padding: 25px 0;
  }
  .reg_footer .reg_copyright {
    letter-spacing: 1px;
  }
  .reg_question {
    border-top: 1px solid #48494e;
  }
  .reg_question .reg_question-wrap {
    padding: 60px 0 0;
  }
  .reg_question .reg_question__list {
    margin-top: 23px;
  }
  .reg_question .reg_question__list .reg_question__item {
    margin-bottom: 7px;
  }
  .reg_question .reg_question__list .reg_question__item .reg_question__btn {
    padding: 17px 36px 17px 22px;
    margin-bottom: 2px;
  }
  .reg_question .reg_question__list .reg_question__item .reg_question__btn:after,
  .reg_question .reg_question__list .reg_question__item .reg_question__btn:before {
    width: 14px;
    height: 1px;
    right: 20px;
  }
  .reg_question .reg_question__list .reg_question__item .reg_question__item-txt {
    font-size: 15px;
  }
  .reg_question .reg_question__list .reg_question__detail {
    background-color: #3c3e43;
    padding: 21px 22px;
  }
  .reg_question .reg_question__list .reg_question__detail .reg_question__detail-txt {
    font-size: 13px;
  }
  .reg_step {
    padding-top: 44px;
  }
  .reg_step .reg_step__list {
    width: 318px;
  }
  .reg_step .reg_step__list:after {
    height: 2.5px;
    top: 23px;
  }
  .reg_step .reg_step__list .reg_step__item .reg_step__img {
    width: 64px;
  }
  .reg_step .reg_step__list .reg_step__item .reg_step__img .reg_step__img-wrap {
    width: 47px;
  }
  .reg_step .reg_step__list .reg_step__item .reg_step__text {
    font-size: 11px;
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 951px) {
  .reg_header1 {
    border-bottom: 2px solid #48494e;
  }
  .reg_header1-wrap {
    max-width: 1800px;
    margin: 0 auto;
    padding: 20px 40px 21px;
    box-sizing: border-box;
  }
  .reg_header1 .reg_logo {
    width: 88px;
    transition: 0.4s;
  }
  .reg_header1 .reg_logo:hover {
    opacity: 0.7;
    transition: 0.4s;
  }
  .reg_header2 {
    border-bottom: 2px solid #48494e;
    padding: 18px 0 19px;
  }
  .reg_header2-wrap {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
  }
  .reg_header2 .reg_logo {
    width: 231px;
    transition: 0.4s;
  }
  .reg_header2 .reg_logo:hover {
    opacity: 0.7;
    transition: 0.4s;
  }
  .reg_header3-wrap {
    padding: 18px 40px 20px;
    max-width: 1800px;
    margin: 0 auto;
    width: 100%;
  }
  .reg_header3-wrap .reg_logo {
    width: 231px;
    transition: 0.4s;
  }
  .reg_header3-wrap .reg_logo:hover {
    opacity: 0.7;
    transition: 0.4s;
  }
  .reg_header3-wrap .reg_header3-login .reg_btn-login {
    width: 125px;
    padding: 9px 0 9px 20px;
    font-size: 18px;
    transition: 0.4s;
  }
  .reg_header3-wrap .reg_header3-login .reg_btn-login:hover {
    opacity: 0.7;
    transition: 0.4s;
  }
  .reg_header3-wrap .reg_header3-login .reg_btn-login:after {
    width: 7px;
    height: 7px;
    right: 17px;
    margin-top: -4px;
  }
  .reg_header4-wrap {
    padding: 21px 40px 22px;
    max-width: 1800px;
    margin: 0 auto;
  }
  .reg_header4-wrap .reg_logo {
    width: 88px;
    transition: 0.4s;
  }
  .reg_header4-wrap .reg_logo:hover {
    opacity: 0.7;
    transition: 0.4s;
  }
  .reg_header4-wrap .reg_header4-login .reg_btn-login {
    width: 125px;
    padding: 8px 0 9px 20px;
    font-size: 18px;
    transition: 0.4s;
  }
  .reg_header4-wrap .reg_header4-login .reg_btn-login:hover {
    opacity: 0.7;
    transition: 0.4s;
  }
  .reg_header4-wrap .reg_header4-login .reg_btn-login:after {
    width: 7px;
    height: 7px;
    right: 17px;
    margin-top: -4px;
  }
  .reg_footer {
    border-top: 2px solid #48494e;
    padding: 47px 0;
  }
  .reg_footer .reg_copyright {
    letter-spacing: 2px;
  }
  .reg_question {
    border-top: 2px solid #48494e;
  }
  .reg_question .reg_question-wrap {
    padding: 79px 40px 120px;
    max-width: 950px;
    box-sizing: border-box;
  }
  .reg_question .reg_question__list {
    margin-top: 39px;
  }
  .reg_question .reg_question__list .reg_question__item {
    margin-bottom: 10px;
  }
  .reg_question .reg_question__list .reg_question__item .reg_question__btn {
    padding: 21px 40px 21px;
    margin-bottom: 2px;
    transition: 0.4s;
  }
  .reg_question .reg_question__list .reg_question__item .reg_question__btn:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .reg_question .reg_question__list .reg_question__item .reg_question__btn:after,
  .reg_question .reg_question__list .reg_question__item .reg_question__btn:before {
    width: 24px;
    height: 2px;
    right: 40px;
  }
  .reg_question .reg_question__list .reg_question__item .reg_question__item-txt {
    font-size: 22px;
  }
  .reg_question .reg_question__list .reg_question__detail {
    background-color: #3c3e43;
    padding: 35px 40px;
  }
  .reg_question .reg_question__list .reg_question__detail .reg_question__detail-txt {
    font-size: 16px;
  }
  .reg_step {
    padding-top: 138px;
  }
  .reg_step .reg_step__list {
    width: 550px;
  }
  .reg_step .reg_step__list:after {
    height: 4px;
    top: 40px;
  }
  .reg_step .reg_step__list .reg_step__item .reg_step__img {
    width: 114px;
  }
  .reg_step .reg_step__list .reg_step__item .reg_step__img .reg_step__img-wrap {
    width: 84px;
  }
  .reg_step .reg_step__list .reg_step__item .reg_step__text {
    font-size: 18px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .reg_header1 {
    border-bottom: 1px solid #48494e;
    padding: 0;
  }
  .reg_header1-wrap {
    margin: 0 auto;
    padding: 21px 40px;
    box-sizing: border-box;
  }
  .reg_header1 .reg_logo {
    width: 88px;
  }
  .reg_header2 {
    border-bottom: 1px solid #48494e;
    padding: 18px 40px 19px;
  }
  .reg_header2 .reg_logo {
    width: 231px;
  }
  .reg_header3-wrap {
    padding: 18px 40px 20px;
  }
  .reg_header3-wrap .reg_logo {
    width: 231px;
  }
  .reg_header3-wrap .reg_header3-login .reg_btn-login {
    width: 125px;
    padding: 9px 0 9px 20px;
    font-size: 18px;
  }
  .reg_header4-wrap {
    padding: 21px 40px;
    margin: 0 auto;
  }
  .reg_header4-wrap .reg_logo {
    width: 88px;
  }
  .reg_header4-wrap .reg_header4-login .reg_btn-login {
    width: 125px;
    padding: 8px 0 9px 20px;
    font-size: 18px;
  }
  .reg_footer {
    border-top: 1px solid #48494e;
  }
  .reg_footer .reg_copyright {
    letter-spacing: 2px;
  }
  .reg_question .reg_question-wrap {
    padding: 73px 40px 80px;
  }
  .reg_question .reg_question__title {
    font-size: 40px;
  }
  .reg_question .reg_question__list {
    margin-top: 35px;
  }
  .reg_question .reg_question__list .reg_question__item .reg_question__btn:after,
  .reg_question .reg_question__list .reg_question__item .reg_question__btn:before {
    width: 20px;
    height: 2px;
    right: 20px;
  }
  .reg_question .reg_question__list .reg_question__detail .reg_question__detail-txt {
    font-size: 15px;
  }
  .reg_step {
    padding-top: 100px;
  }
  .reg_step .reg_step__list {
    width: 500px;
  }
  .reg_step .reg_step__list:after {
    height: 4px;
    top: 40px;
  }
  .reg_step .reg_step__list .reg_step__item .reg_step__img {
    width: 114px;
  }
  .reg_step .reg_step__list .reg_step__item .reg_step__img .reg_step__img-wrap {
    width: 84px;
  }
  .reg_step .reg_step__list .reg_step__item .reg_step__text {
    font-size: 15px;
    margin-top: 10px;
  }
}
@media all and (-ms-high-contrast: none) {
  .reg_btn-login {
    padding: 10px 0 8px 20px !important;
  }
  .reg_question__btn {
    padding: 24px 0 18px 44px !important;
  }
}
