@charset "UTF-8";
/* CSS Document */
/* ====================================================================
header & footer
==================================================================== */
header {
  padding: 17px 0;
  border-bottom: solid 1px #e2e3e6;
}
header h1 {
  position: relative;
  width: 96px;
  height: 0;
  padding-top: 30px;
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/logo_nexon.svg) no-repeat center center/contain;
  overflow: hidden;
}
header h1 a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-indent: 110%;
  overflow: hidden;
}

footer {
  margin-top: 73px;
  padding: 0 0 20px;
}
footer p {
  text-align: center;
  font-size: 10px;
  color: #888;
}

/* ====================================================================
contents
==================================================================== */
article {
  line-height: 1.3;
}
article h2.ttl {
  margin: 73px 0 0;
  text-align: center;
  font-size: 32px;
  color: #333;
}
article > p.lead {
  margin-top: 3px;
  text-align: center;
  font-size: 14px;
  color: #888;
}
article > p.link-txt {
  margin-top: 38px;
  text-align: center;
}
article > p.link-txt a {
  font-size: 14px;
  color: #666;
  text-decoration: underline;
}
article > p.link-txt a:hover {
  text-decoration: none;
}
article .infotxt {
  box-sizing: border-box;
  width: 460px;
  margin: 50px auto 0;
  padding: 17px 20px 15px;
  background-color: #f5f6f7;
  font-size: 16px;
}
article .infotxt p {
  word-break: break-all;
  text-align: center;
}
article .infotxt p span {
  font-weight: bold;
  color: #09aded;
}
article .infotxt__link {
  margin-top: 10px;
  font-size: 14px;
}
article .registered {
  width: 460px;
  margin: 40px auto 0;
}
article .registered dl {
  border: solid 1px #d0d0d0;
}
article .registered dl dt {
  padding-top: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #888;
}
article .registered dl dt:nth-of-type(2) {
  display: none;
}
article .registered dl dd:nth-of-type(1) {
  padding: 10px 20px 20px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #09aded;
}
article .registered dl dd:nth-of-type(2) {
  padding: 7px 0;
  border-top: solid 1px #d0d0d0;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #333;
}
article .registered .authenticated {
  display: block;
  margin-right: 8px;
  padding: 4px 4px 0;
  border-radius: 3px;
  background-color: #888;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}
article .supportinfo__text {
  width: 460px;
  margin: 40px auto 0;
  padding-top: 38px;
  border-top: solid 1px #d0d0d0;
  text-align: center;
  font-size: 16px;
  color: #888;
}
article .gamelist {
  width: 460px;
  margin: 40px auto 0;
  border-top: solid 1px #d0d0d0;
  padding-top: 38px;
}
article .gamelist p {
  text-align: center;
  font-size: 16px;
  color: #888;
}
article .gamelist ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
  /*
  li{
  	position:relative;
  	width:106px;
  	height:0;
  	padding-top:106px;
  	border-radius:100%;
  	overflow:hidden;
  	background:no-repeat -220px -275px;
  	a{
  		position:absolute;
  		top:0;
  		left:0;
  		display:block;
  		width:100%;
  		height:100%;
  		text-indent:110%;
  		white-space:nowrap;
  		overflow:hidden;
  		background:no-repeat -25px -204px / 486px 310px;
  		&:hover{
  			//background-position:bottom center;
  		}
  	}
  	&.maplestory{
  		a{background-image:url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_game_maplestory_pc.png);}
  	}
  	&.arad{
  		a{background-image:url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_game_arad_pc.png);}
  	}
  	&.mabinogi{
  		a{background-image:url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_game_mabinogi_pc.png);}
  	}
  	&.talesweaver{
  		a{background-image:url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_game_talesweaver_pc.png);}
  	}
  }
  */
}
article .gamelist ul li {
  position: relative;
  width: 106px;
  height: 0;
  padding-top: 106px;
  overflow: hidden;
}
article .gamelist ul li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background: no-repeat top center;
}
article .gamelist ul li a:hover {
  background-position: bottom center;
}
article .gamelist ul li.maplestory a {
  background-image: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_game_maplestory_pc.png);
}
article .gamelist ul li.arad a {
  background-image: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_game_arad_pc.png);
}
article .gamelist ul li.mabinogi a {
  background-image: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_game_mabinogi_pc.png);
}
article .gamelist ul li.talesweaver a {
  background-image: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_game_talesweaver_pc.png);
}

.contents {
  width: 460px;
  margin: 0 auto;
}

.account-type {
  width: 460px;
  margin: 35px auto 0;
}
.account-type ul li {
  width: 100%;
}
.account-type ul li + li {
  margin-top: 10px;
}
.account-type ul li a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 14px 0 13px;
  border: solid 1px #d0d0d0;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.account-type ul li a::before {
  content: "";
  width: 21px;
  height: 0;
  padding-top: 21px;
  position: absolute;
  top: 13px;
  left: 19px;
}
.account-type ul li a:hover {
  background-color: #f6f6f6;
  border: solid 1px #f6f6f6;
}
.account-type ul li.nexon a::before {
  background: url(https://static.nexon.co.jp/common/icn_logo_nx_color.svg) no-repeat center center/contain;
}
.account-type ul li.facebook a::before {
  background: url(https://static.nexon.co.jp/common/icn_logo_fb_color.svg) no-repeat center center/contain;
}
.account-type ul li.google a::before {
  background: url(https://static.nexon.co.jp/common/icn_logo_google.svg) no-repeat center center/contain;
}
.account-type ul li.apple a::before {
  background: url(https://static.nexon.co.jp/common/icn_logo_apple_black.svg) no-repeat center center/contain;
}
.account-type ul li.line a::before {
  background: url(https://static.nexon.co.jp/common/icn_logo_line.png) no-repeat center center/contain;
}

.formlist {
  width: 460px;
  margin: 40px auto 0;
  color: #333;
}
.formlist__title {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.formlist__detail {
  position: relative;
  font-size: 16px;
}
.formlist__detail.error {
  padding-bottom: 6px;
}
.formlist__detail.error .formlist__input {
  border: solid 2px #d93025;
  padding: 10px 15px;
}
.formlist__detail + .formlist__title {
  margin-top: 17px;
}
.formlist__detail + .formlist__detail {
  margin-top: 16px;
}
.formlist__detail .alternative {
  margin-top: 6px;
  font-size: 12px;
}
.formlist__detail .alternative li + li {
  margin-top: 6px;
}
.formlist__detail .alternative input {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  padding: 0;
  vertical-align: middle;
}
.formlist__detail .password-safety {
  display: flex;
  margin-top: 6px;
  font-size: 11px;
}
.formlist__detail .password-safety dt {
  color: #1e1e1e;
}
.formlist__detail .password-safety dd {
  display: flex;
  align-items: center;
}
.formlist__detail .password-safety dd > span {
  display: block;
  width: 27px;
  font-weight: bold;
}
.formlist__detail .password-safety dd .level {
  display: flex;
  padding: 1px;
  border: solid 1px #cacbcc;
}
.formlist__detail .password-safety dd .level span {
  display: block;
  width: 8px;
  height: 0;
  padding-top: 8px;
}
.formlist__detail .password-safety dd .level span + span {
  margin-left: 1px;
}
.formlist__detail .password-safety dd.safety-rank-00 > span {
  color: #1e1e1e;
}
.formlist__detail .password-safety dd.safety-rank-01 > span {
  color: #eb4500;
}
.formlist__detail .password-safety dd.safety-rank-01 .level span:nth-of-type(-n+1) {
  background-color: #eb4500;
}
.formlist__detail .password-safety dd.safety-rank-02 > span {
  color: #ffc800;
}
.formlist__detail .password-safety dd.safety-rank-02 .level span:nth-of-type(-n+2) {
  background-color: #ffc800;
}
.formlist__detail .password-safety dd.safety-rank-03 > span {
  color: #009df0;
}
.formlist__detail .password-safety dd.safety-rank-03 .level span:nth-of-type(-n+3) {
  background-color: #009df0;
}
.formlist__detail .password-safety dd.safety-rank-04 > span {
  color: #a4d700;
}
.formlist__detail .password-safety dd.safety-rank-04 .level span:nth-of-type(-n+4) {
  background-color: #a4d700;
}
.formlist__input {
  box-sizing: border-box;
  width: 100%;
  outline: none;
  border: solid 1px #95989a;
  padding: 11px 16px;
  font-size: 16px;
}
.formlist__input:focus {
  border: solid 2px #09aded;
  padding: 10px 15px;
}
.formlist__input--disp {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 0;
  padding-top: 20px;
  margin: 14px 10px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.formlist__input[type="password"] + .formlist__input--disp {
  background: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_pass_visible.svg) no-repeat center center/contain;
}
.formlist__input[type="text"] + .formlist__input--disp {
  background: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_pass_invisible.svg) no-repeat center center/contain;
}
.formlist span.nexonid {
  padding-top: 16px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/nexonid_black.svg) no-repeat center top/contain;
}

.agreement {
  width: 460px;
  margin: 40px auto 0;
  font-size: 14px;
  color: #333;
}
.agreement__text {
  text-align: center;
  font-size: 14px;
  color: #888;
}
.agreement__checkbox {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 0;
  padding-top: 23px;
  margin-right: 12px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/regist/img_checkbox_default_pc.svg) no-repeat center center/contain;
}
.agreement input[type="checkbox"] {
  display: none;
}
.agreement input[type="checkbox"]:checked + .agreement__checkbox {
  background: url(https://static.nexon.co.jp/nexon/ver2017/regist/img_checkbox_active_pc.svg) no-repeat center center/contain;
}
.agreement__all {
  padding: 15px 20px 14px;
  font-weight: bold;
}
.agreement__all label {
  display: block;
}
.agreement__policy {
  margin: 8px 0;
  padding: 8px 20px;
}
.agreement__policy.error {
  border: solid 2px #d93025;
}
.agreement__info {
  padding: 0 20px;
}
.agreement__necessary {
  color: #09aded;
}
.agreement__border {
  margin-top: 8px;
  padding: 15px 20px 14px;
  background-color: #F5F6F7;
  font-size: 16px;
}
.agreement__border .agreement__checkbox {
  width: 27px;
  padding-top: 27px;
}

.oath {
  margin-top: 40px;
}
.oath__form {
  width: 460px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.oath__input {
  box-sizing: border-box;
  width: 68px;
  padding: 4px 0 0;
  border: solid 1px #95989a;
  outline: none;
  text-align: center;
  font-size: 54px;
  color: #333;
}
.oath__input:focus {
  border: solid 1px #09aded;
  outline: solid 1px #09aded;
}
.oath__input:nth-of-type(3) {
  margin-right: 20px;
}
.oath__info {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  font-size: 16px;
}
.oath__time {
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.oath__time dt {
  color: #333;
}
.oath__time dd {
  margin-left: 5px;
  color: #09aded;
}
.oath__resend {
  margin-left: 20px;
}

.complete__account-type {
  margin-top: 40px;
}
.complete__account-type span {
  display: block;
  width: 80px;
  height: 0;
  padding-top: 80px;
  margin: 0 auto;
}
.complete__account-type span.facebook {
  background: url(https://static.nexon.co.jp/common/icn_logo_fb_color.svg) no-repeat center center/contain;
}
.complete__account-type span.google {
  background: url(https://static.nexon.co.jp/common/icn_logo_google.svg) no-repeat center center/contain;
}
.complete__account-type span.apple {
  background: url(https://static.nexon.co.jp/common/icn_logo_apple_black.svg) no-repeat center center/contain;
}
.complete__account-type span.line {
  background: url(https://static.nexon.co.jp/common/icn_logo_line.png) no-repeat center center/contain;
}

.t-error {
  display: flex;
  width: 100%;
  margin: 6px auto 0;
  align-items: flex-start;
  font-size: 13px;
  color: #d93025;
}
.t-error__center {
  align-items: flex-start;
  justify-content: center;
}
.t-error::before {
  content: "";
  display: block;
  width: 16px;
  height: 0;
  padding-top: 16px;
  margin: 0 8px 0 0;
  background: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_exclamation.svg) no-repeat center center/contain;
}

.t-caution {
  display: flex;
  width: 100%;
  margin: 6px auto 0;
  align-items: flex-start;
  font-size: 13px;
  font-weight: bold;
  color: #f59f00;
  /*
  &::before{
  	content:"";
  	display:block;
  	width:16px;
  	height:0;
  	padding-top:16px;
  	margin:0 8px 0 0;
  	background:url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_exclamation.svg) no-repeat center center / contain;
  }
  */
}
.t-caution__center {
  align-items: flex-start;
  justify-content: center;
}

br.sp {
  display: none;
}

span.blank {
  display: inline-block;
  font-size: 0;
  width: 15px;
  height: 0;
  padding-top: 12px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_window.svg) no-repeat center center/contain;
}

/* ====================================================================
nexon id
==================================================================== */
span.nexonid {
  width: 71px;
  height: 0;
  margin-top: 3px;
  padding-top: 12px;
  overflow: hidden;
  display: block;
}

span.nexonid-info {
  position: relative;
  display: block;
  width: 14px;
  height: 0;
  padding-top: 14px;
  margin-left: 6px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_nexonid_info.svg) no-repeat center center/contain;
}
span.nexonid-info::after {
  content: "変更不可";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 0;
  opacity: 0;
  padding-top: 30px;
  margin: -32px 0 0 -26px;
  transform: translateY(5px);
  overflow: hidden;
  background: url(https://static.nexon.co.jp/nexon/ver2017/regist/img_tips_nexonid_pc.png) no-repeat center center/contain;
  transition: all .2s ease 0s;
  pointer-events: none;
}
span.nexonid-info:hover::after, span.nexonid-info.hover::after {
  transform: translateY(0);
  opacity: 1;
}

/* ====================================================================
btn
==================================================================== */
.btn-area {
  display: flex;
  justify-content: center;
}
.btn-area .btn {
  margin: 0 10px;
}

.btn {
  width: 480px;
  margin: 0 auto;
}
.btn a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
}
.btn.common-b, .btn.common-g {
  margin-top: 40px;
  width: 460px;
}
.btn.common-b a, .btn.common-g a {
  position: relative;
  height: 56px;
  padding: 18px 20px 0;
  background-color: #09aded;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.btn.common-b a::after, .btn.common-g a::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 19px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_arrow_next.svg) no-repeat;
}
.btn.common-b a {
  background-color: #09aded;
}
.btn.common-b a::after {
  top: 19px;
  right: 22px;
}
.btn.common-b a:hover {
  background-color: #14aae5;
}
.btn.common-g a {
  background-color: #6e6e70;
  text-align: right;
}
.btn.common-g a::after {
  top: 21px;
  left: 22px;
  transform: rotateZ(180deg);
}
.btn.common-g a:hover {
  background-color: #87878a;
}
.btn.supportinfo {
  margin-top: 10px;
  width: 460px;
}
.btn.supportinfo a {
  position: relative;
  box-sizing: border-box;
  height: 56px;
  padding: 16px 20px 0;
  border: solid 1px #333;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.btn.supportinfo a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 38px;
  height: 0;
  padding-top: 32px;
  margin: -16px 0 0 18px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_supportinfo_b.svg) no-repeat center center/contain;
}
.btn.supportinfo a:hover {
  background-color: #333;
  color: #fff;
}
.btn.supportinfo a:hover::after {
  background: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_supportinfo_w.svg) no-repeat center center/contain;
}
.btn.m20 {
  margin-top: 20px;
}
.btn.m60 {
  margin-top: 60px;
}
.btn.tc {
  text-align: center;
}
.btn.disable a {
  background-color: #ccc;
  cursor: default;
}
.btn.disable a:hover {
  background-color: #ccc;
}

/* ====================================================================
	sp detail
==================================================================== */
@media screen and (max-width: 780px) {
  /* ====================================================================
  header & footer
  ==================================================================== */
  header {
    padding: 2.1794871795vw 0;
  }
  header h1 {
    width: 12.3076923077vw;
    padding-top: 3.8461538462vw;
  }

  footer {
    margin-top: 10.2564102564vw;
    padding: 0 0 2.5641025641vw;
  }
  footer p {
    font-size: 2.8205128205vw;
  }

  /* ====================================================================
  contents
  ==================================================================== */
  article h2.ttl {
    margin: 10.2564102564vw 0 0;
    font-size: 6.9230769231vw;
  }
  article > p.lead {
    margin-top: 0.641025641vw;
    font-size: 3.0769230769vw;
  }
  article > p.link-txt {
    margin-top: 7.3076923077vw;
  }
  article > p.link-txt a {
    font-size: 2.5641025641vw;
  }
  article .infotxt {
    width: auto;
    margin: 5.1282051282vw 3.8461538462vw 0;
    padding: 4.6153846154vw 3.8461538462vw 4.2307692308vw;
    font-size: 3.0769230769vw;
  }
  article .infotxt__link {
    margin-top: 3.5897435897vw;
    font-size: 2.5641025641vw;
  }
  article .registered {
    width: auto;
    margin: 5.1282051282vw 3.8461538462vw 0;
  }
  article .registered dl dt {
    padding-top: 4.7435897436vw;
    font-size: 2.5641025641vw;
  }
  article .registered dl dd:nth-of-type(1) {
    padding: 0.641025641vw 3.8461538462vw 2.5641025641vw;
    font-size: 6.1538461538vw;
  }
  article .registered dl dd:nth-of-type(2) {
    padding: 2.3076923077vw 0;
    font-size: 3.0769230769vw;
  }
  article .registered .authenticated {
    display: block;
    margin-right: 0.641025641vw;
    padding: 0.641025641vw 1.0256410256vw 0;
    font-size: 1.7948717949vw;
  }
  article .supportinfo__text {
    width: auto;
    margin: 7.6923076923vw 3.8461538462vw 0;
    padding-top: 7.1794871795vw;
    font-size: 3.0769230769vw;
  }
  article .gamelist {
    width: auto;
    margin: 7.6923076923vw 3.8461538462vw 0;
    padding-top: 7.1794871795vw;
  }
  article .gamelist p {
    font-size: 3.0769230769vw;
  }
  article .gamelist ul {
    margin-top: 2.5641025641vw;
  }
  article .gamelist ul li {
    width: 21.5384615385vw;
    padding-top: 21.5384615385vw;
  }
  article .gamelist ul li a {
    background-size: contain;
  }
  article .gamelist ul li.maplestory a {
    background-image: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_game_maplestory_sp.png);
  }
  article .gamelist ul li.arad a {
    background-image: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_game_arad_sp.png);
  }
  article .gamelist ul li.mabinogi a {
    background-image: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_game_mabinogi_sp.png);
  }
  article .gamelist ul li.talesweaver a {
    background-image: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_game_talesweaver_sp.png);
  }

  .contents {
    width: auto;
    margin: 0 3.8461538462vw;
  }

  .account-type {
    width: auto;
    margin: 6.4102564103vw 3.8461538462vw 0;
  }
  .account-type ul li {
    width: 100%;
  }
  .account-type ul li + li {
    margin-top: 2.5641025641vw;
  }
  .account-type ul li a {
    font-size: 2.8205128205vw;
    padding: 3.8461538462vw 0 3.4615384615vw;
  }
  .account-type ul li a::before {
    content: "";
    width: 4.2307692308vw;
    padding-top: 4.2307692308vw;
    top: 0;
    left: 0;
    margin: 3.5897435897vw 0 0 3.9743589744vw;
  }

  .formlist {
    width: auto;
    margin: 3.8461538462vw 3.8461538462vw 0;
  }
  .formlist__title {
    font-size: 3.8461538462vw;
    margin-bottom: 2.0512820513vw;
  }
  .formlist__detail {
    position: relative;
    font-size: 3.8461538462vw;
  }
  .formlist__detail.error {
    padding-bottom: 0.7692307692vw;
  }
  .formlist__detail.error .formlist__input {
    border: solid 1px #d93025;
    outline: solid 1px #d93025;
    padding: 2.5641025641vw 2.5641025641vw;
  }
  .formlist__detail + .formlist__title {
    margin-top: 3.5897435897vw;
  }
  .formlist__detail .alternative {
    margin-top: 2.3076923077vw;
    font-size: 3.0769230769vw;
  }
  .formlist__detail .alternative li + li {
    margin-top: 2.3076923077vw;
  }
  .formlist__detail .alternative input {
    width: 3.8461538462vw;
    height: auto;
    margin-right: 0.641025641vw;
  }
  .formlist__detail .password-safety {
    display: flex;
    margin-top: 2.5641025641vw;
    font-size: 2.3076923077vw;
  }
  .formlist__detail .password-safety dd > span {
    width: 5.7692307692vw;
  }
  .formlist__detail .password-safety dd .level span {
    width: 1.7948717949vw;
    padding-top: 1.7948717949vw;
  }
  .formlist__detail .password-safety dd .level span + span {
    margin-left: 0.2564102564vw;
  }
  .formlist__input {
    padding: 3.2051282051vw 2.5641025641vw;
    font-size: 3.5897435897vw;
  }
  .formlist__input:focus {
    border: solid 1px #09aded;
    outline: solid 1px #09aded;
    padding: 3.2051282051vw 2.5641025641vw;
  }
  .formlist__input--disp {
    position: absolute;
    top: 0;
    right: 0;
    width: 6.0256410256vw;
    height: 0;
    padding-top: 4.1025641026vw;
    margin: 3.2051282051vw 2.5641025641vw 0 0;
    overflow: hidden;
    cursor: pointer;
  }
  .formlist span.nexonid {
    padding-top: 3.0769230769vw;
    background: url(https://static.nexon.co.jp/nexon/ver2017/common/nexonid_black.svg) no-repeat left center/contain;
  }

  .agreement {
    width: auto;
    margin: 5.8974358974vw 3.8461538462vw 0;
    font-size: 3.0769230769vw;
  }
  .agreement__text {
    font-size: 3.0769230769vw;
  }
  .agreement__checkbox {
    width: 6.1538461538vw;
    padding-top: 6.1538461538vw;
    margin-right: 3.0769230769vw;
  }
  .agreement__all {
    padding: 2.3076923077vw 2.5641025641vw;
    font-size: 3.8461538462vw !important;
  }
  .agreement__policy {
    margin: 2.3076923077vw 0 0;
    padding: 2.3076923077vw 2.5641025641vw;
  }
  .agreement__info {
    padding: 2.3076923077vw 2.5641025641vw 0;
  }
  .agreement__necessary {
    color: #09aded;
  }
  .agreement__border {
    margin-top: 1.2820512821vw;
    padding: 1.9230769231vw 2.5641025641vw;
    font-size: 3.0769230769vw;
  }
  .agreement__border .agreement__checkbox {
    width: 6.9230769231vw;
    padding-top: 6.9230769231vw;
  }

  .oath {
    margin-top: 7.6923076923vw;
  }
  .oath__form {
    width: auto;
    margin: 0 3.8461538462vw;
  }
  .oath__input {
    width: 13.3333333333vw;
    padding: 0;
    font-size: 10.7692307692vw;
  }
  .oath__input:nth-of-type(3) {
    margin-right: 3.8461538462vw;
  }
  .oath__info {
    margin-top: 3.8461538462vw;
    font-size: 3.0769230769vw;
  }
  .oath__time dd {
    margin-left: 1.2820512821vw;
  }
  .oath__resend {
    margin-left: 3.8461538462vw;
  }

  .complete__account-type {
    margin-top: 5.1282051282vw;
  }
  .complete__account-type span {
    width: 16.6666666667vw;
    padding-top: 16.6666666667vw;
  }

  .t-error {
    margin-top: 2.5641025641vw;
    font-size: 3.0769230769vw;
  }
  .t-error::before {
    content: "";
    display: block;
    width: 3.8461538462vw;
    padding-top: 3.8461538462vw;
    margin: 0 1.2820512821vw 0 0;
  }

  br.sp {
    display: inline;
  }

  span.blank {
    width: 3.5897435897vw;
    padding-top: 2.6923076923vw;
  }

  /* ====================================================================
  nexon id
  ==================================================================== */
  span.nexonid {
    width: auto;
    height: 0;
    padding-top: 3.5897435897vw;
    overflow: hidden;
    display: block;
  }

  span.nexonid-info {
    position: relative;
    display: block;
    width: 3.5897435897vw;
    height: 0;
    padding-top: 3.5897435897vw;
    margin-left: 1.5384615385vw;
    background: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_nexonid_info.svg) no-repeat center center/contain;
  }
  span.nexonid-info::after {
    content: "変更不可";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18.8461538462vw;
    height: 0;
    opacity: 0;
    padding-top: 6.9230769231vw;
    margin: -1.9230769231vw 0 0 4.4871794872vw;
    transform: translateY(0) translateX(0.8vw);
    overflow: hidden;
    background: url(https://static.nexon.co.jp/nexon/ver2017/regist/img_tips_nexonid_sp.png) no-repeat center center/contain;
    transition: all .2s ease 0s;
    pointer-events: none;
  }
  span.nexonid-info:hover::after, span.nexonid-info.hover::after {
    transform: translateY(0) translateX(0);
    opacity: 1;
  }

  /* ====================================================================
  btn
  ==================================================================== */
  .btn-area {
    display: flex;
    justify-content: center;
  }
  .btn-area .btn {
    margin: 0 10px;
  }

  .btn {
    width: 92.3076923077vw;
    margin: 0 auto;
  }
  .btn a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
  }
  .btn.common-b, .btn.common-g {
    margin-top: 7.6923076923vw;
    width: 92.3076923077vw;
  }
  .btn.common-b a, .btn.common-g a {
    position: relative;
    height: auto;
    padding: 2.5641025641vw 0;
    font-size: 3.5897435897vw;
  }
  .btn.common-b a::after, .btn.common-g a::after {
    content: "";
    position: absolute;
    display: block;
    width: 1.7948717949vw;
    height: 0;
    padding-top: 2.6923076923vw;
    background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_arrow_next.svg) no-repeat center center/contain;
  }
  .btn.common-b a {
    background-color: #09aded;
  }
  .btn.common-b a::after {
    top: 0;
    right: 0;
    margin: 3.4615384615vw 3.8461538462vw 0 0;
  }
  .btn.common-b a:hover {
    background-color: #14aae5;
  }
  .btn.common-g a {
    background-color: #6e6e70;
    text-align: right;
  }
  .btn.common-g a::after {
    top: 0;
    left: 0;
    transform: rotateZ(180deg);
  }
  .btn.common-g a:hover {
    background-color: #87878a;
  }
  .btn.supportinfo {
    margin-top: 2.5641025641vw;
    width: 92.3076923077vw;
  }
  .btn.supportinfo a {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 2.5641025641vw 0;
    font-size: 3.5897435897vw;
  }
  .btn.supportinfo a::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 4.8717948718vw;
    height: 0;
    padding-top: 4.1025641026vw;
    margin: -2.0512820513vw 0 0 3.0769230769vw;
    background: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_supportinfo_b.svg) no-repeat center center/contain;
  }
  .btn.supportinfo a:hover {
    background-color: #333;
    color: #fff;
  }
  .btn.supportinfo a:hover::after {
    background: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_supportinfo_w.svg) no-repeat center center/contain;
  }
  .btn.m20 {
    margin-top: 2.5641025641vw;
  }
  .btn.m60 {
    margin-top: 7.6923076923vw;
  }
  .btn.tc {
    text-align: center;
  }
  .btn.disable a {
    background-color: #ccc;
    cursor: default;
  }
  .btn.disable a:hover {
    background-color: #ccc;
  }
}
