@charset "UTF-8";
/* CSS Document */
* {
  word-break: break-all;
}

.hidden {
  display: none;
}

/* ====================================================================
header & footer
==================================================================== */
header {
  padding: 17px 0;
  border-bottom: solid 1px #e2e3e6;
}
header:not(.menu) 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:not(.menu) 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;
  font-size: 14px;
  color: #1e1e1e;
}
article p.ttl {
  margin: 35px 0 0;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #888;
}
article p.ttl + h2.ttl {
  margin-top: 3px;
}
article h2.ttl {
  margin: 73px 0 0;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
article h2.ttl.quickmain {
  font-size: 42px;
}
article h3.sttl {
  margin: 40px 0 0;
  text-align: center;
  font-size: 24px;
  color: #333;
}
article h4.categoryttl {
  position: relative;
  width: 460px;
  margin: 40px auto 0;
  text-align: center;
  font-weight: normal;
  color: #888;
}
article h4.categoryttl > span {
  position: relative;
  display: inline-block;
  padding: 0 16px;
  background-color: #fff;
}
article h4.categoryttl::before {
  content: "";
  border-bottom: solid 1px #888;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
}
article h4.categoryttl + .btn {
  margin-top: 10px;
}
article > p {
  margin: 0 30px;
}
article > p.lead-txt {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  color: #888;
}
article > p.lead-txt.quickmain {
  margin: 16px auto 0;
  width: 460px;
  text-align: left;
  font-weight: bold;
  color: #333;
}
article > p.lead-txt.quickmain strong {
  color: #0aa0d2;
}
article > p.lead-txt.quickmain span {
  color: #d93025;
}
article > p.lead-txt.lead-txt-l {
  margin: 40px auto 0;
  width: 460px;
  text-align: left;
}
article > p.lead-txt.loading strong {
  color: #333;
}
article > p.quick__info {
  margin: 10px auto 0;
  width: 460px;
  text-align: left;
  font-size: 14px;
  color: #888;
}
article > p.quick__info strong {
  font-weight: normal;
  color: #d93025;
}
article > p.quick__info + .btn {
  margin-top: 40px;
}
article > p.inquiryinfo {
  margin: 40px auto 0;
  width: 460px;
  font-size: 14px;
  color: #888;
}
article > p.link-txt {
  margin-top: 38px;
  text-align: center;
}
article > p.link-txt-2 {
  margin-top: 24px;
}
article > p.link-txt a {
  font-size: 14px;
  color: #666;
  text-decoration: underline;
}
article > p.link-txt a:hover {
  text-decoration: none;
}
article > ul.lead-txt.quickmain {
  box-sizing: border-box;
  width: 460px;
  margin: 15px auto 0;
  font-size: 12px;
  color: #909090;
  padding-left: 12px;
  text-indent: -12px;
}
article .infotxt {
  box-sizing: border-box;
  width: 460px;
  margin: 40px auto 0;
  padding: 17px 10px 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: #0aa0d2;
}
article .infotxt__link {
  margin-top: 10px;
  font-size: 14px;
}
article .infotxt + .error-area {
  margin-top: 10px;
}
article .infotxt.infotxt-s {
  font-size: 14px;
}
article .infotxt.infotxt-s a {
  color: #0aa0d2;
}
article .infotxt strong.otpinfo {
  color: #0aa0d2;
}
article .infotxt p.otpinfo {
  margin-top: 20px;
  font-size: 12px;
  color: #666;
}
article .infotxt dl.otpinfo {
  margin-top: 10px;
}
article .infotxt dl.otpinfo dt, article .infotxt dl.otpinfo dd {
  text-align: center;
  font-size: 14px;
  color: #666;
}
article .infotxt dl.otpinfo dt {
  font-weight: bold;
}
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:not(:nth-of-type(1)) {
  margin: 0 20px;
  background-image: linear-gradient(to right, #8c8c8c, #8c8c8c 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: top;
  background-repeat: repeat-x;
}
article .registered > dl dd {
  padding: 0 20px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #0aa0d2;
}
article .registered > dl dd.authenticated-id {
  padding: 7px 0;
  border-top: solid 1px #d0d0d0;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #333;
}
article .registered div.authenticated-id {
  border: solid 1px #d0d0d0;
  border-top: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
}
article .registered div.authenticated-id dl {
  display: flex;
  align-items: center;
}
article .registered div.authenticated-id dl dt {
  font-size: 12px;
  color: #888;
}
article .registered div.authenticated-id dl dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 30px;
}
article .registered div.authenticated-id dl dd::before {
  content: "";
  display: block;
  width: 21px;
  height: 0;
  padding-top: 21px;
  margin-right: 4px;
  background: url(https://static.nexon.co.jp/common/icn_logo_nx_color.svg) no-repeat 0 0/contain;
}
article .registered .authenticated {
  display: block;
  margin-right: 8px;
  padding: 3px 4px 2px;
  border-radius: 3px;
  background-color: #888;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}
article .registered .unauthenticated {
  margin-right: 6px;
  padding: 3px 4px 2px;
  border-radius: 3px;
  background-color: #fff;
  border: solid 1px #888;
  font-size: 10px;
  font-weight: bold;
  color: #888;
}
article .registered .unauthenticated-ex {
  margin-top: 10px;
  font-size: 11px;
}
article .registered.pwreset > dl {
  border: solid 1px #d0d0d0;
}
article .registered.pwreset > dl dt {
  padding-top: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #888;
}
article .registered.pwreset > dl dt:nth-of-type(2) {
  display: none;
}
article .registered.pwreset > dl dd:nth-of-type(2) {
  padding: 7px 0;
  border-top: solid 1px #d0d0d0;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}

.attention {
  margin: 40px auto 0;
  width: 460px;
}
.attention__sttl {
  margin: 0;
  text-align: left;
  font-size: 14px;
  color: #888;
}
.attention__box {
  box-sizing: border-box;
  width: 460px;
  height: 120px;
  margin-top: 5px;
  border: solid 1px #888;
  overflow-y: scroll;
}
.attention__box pre {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  white-space: pre-wrap;
  font-size: 14px;
  color: #888;
  line-height: 1.5;
}

.privacypolicy {
  margin: 40px auto 0;
  width: 460px;
}
.privacypolicy__sttl {
  margin: 0;
  text-align: left;
  font-size: 18px;
  color: #333;
}
.privacypolicy__box {
  box-sizing: border-box;
  width: 460px;
  height: 120px;
  margin-top: 5px;
  border: solid 1px #888;
  overflow-y: scroll;
}
.privacypolicy__box pre {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  white-space: pre-wrap;
  font-size: 14px;
  color: #888;
  line-height: 1.5;
}
.privacypolicy__agreement {
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.privacypolicy__checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 0;
  padding-top: 23px;
  margin-right: 12px;
}
.privacypolicy__checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://static.nexon.co.jp/nexon/ver2017/regist/img_checkbox_default_pc.svg) no-repeat center center/contain;
}
.privacypolicy__checkbox:has(input:checked)::after {
  background: url(https://static.nexon.co.jp/nexon/ver2017/regist/img_checkbox_active_pc.svg) no-repeat center center/contain;
}
.privacypolicy input[type="checkbox"] {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 98%;
  height: 98%;
  transform: translate(-50%, -50%);
  /*
  &:checked{
  	+.privacypolicy__checkbox{
  		background:url(https://static.nexon.co.jp/nexon/ver2017/regist/img_checkbox_active_pc.svg) no-repeat center center / contain;
  	}
  }
  */
}
.privacypolicy:has(input:checked) ~ .agreementlock {
  /*
  pointer-events:auto;
  background-color:#0aa0d2;
  &:hover{
  	background-color:#14aae5;
  }
  */
}
.privacypolicy:has(input:checked) ~ .agreementlock::after, .privacypolicy:has(input:checked) ~ .agreementlock::before {
  display: none;
}
.privacypolicy:has(input:checked) ~ .agreementlock a {
  display: block;
}
.privacypolicy__confirm {
  margin-top: 10px;
  font-size: 16px;
  color: #888;
}

.formlist {
  position: relative;
  width: 460px;
  margin: 40px auto 0;
  color: #333;
}
.formlist.topline {
  padding-top: 40px;
  background-image: linear-gradient(to right, #8c8c8c, #8c8c8c 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: top;
  background-repeat: repeat-x;
}
.formlist.bottomline {
  padding-bottom: 40px;
}
.formlist.bottomline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #8c8c8c, #8c8c8c 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: top;
  background-repeat: repeat-x;
}
.formlist__title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.formlist__detail {
  position: relative;
  font-size: 16px;
}
.formlist__detail.detail-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.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 #0aa0d2;
  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__input--name {
  width: 49%;
}
.formlist__input--phone {
  width: 30%;
}
.formlist__select {
  box-sizing: border-box;
  width: 106px;
  height: 48px;
  outline: none;
  border: solid 1px #95989a;
  padding: 0 16px;
  font-size: 16px;
}
.formlist__select:first-of-type {
  width: 163px;
}
.formlist__select:focus {
  border: solid 1px #0086d2;
  outline: solid 1px #0086d2;
  padding: 0 15px;
}
.formlist__confirm {
  position: relative;
  width: 460px;
  margin: 40px auto 0;
  padding: 40px 0;
  background-image: linear-gradient(to right, #8c8c8c, #8c8c8c 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: top;
  background-repeat: repeat-x;
}
.formlist__confirm::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #8c8c8c, #8c8c8c 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: top;
  background-repeat: repeat-x;
}
.formlist__confirm .formlist__detail {
  margin-top: 14px;
  color: #888;
}
.formlist__confirm .formlist__detail + .formlist__title {
  margin-top: 34px;
}
.formlist span.nexonid {
  font-size: 15px;
}

.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 #0aa0d2;
  outline: solid 1px #0aa0d2;
}
.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: #0aa0d2;
}
.oath__resend {
  margin-left: 20px;
}
.oath__caution {
  width: 460px;
  margin: 40px auto 0;
  padding: 15px;
  background-color: #f5f6f7;
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
}
.oath .contents {
  width: 460px;
  margin: 0 auto;
  padding: 0;
}
.oath + .link-txt {
  margin-top: 16px;
}

.supportinquiry {
  width: 460px;
  margin: 40px auto 0;
  background-image: linear-gradient(to right, #8c8c8c, #8c8c8c 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: top;
  background-repeat: repeat-x;
  padding: 40px 0 0;
}
.supportinquiry p {
  color: #888;
}
.supportinquiry + .btn.common-w {
  margin-top: 20px;
}

.idlist {
  margin-top: 20px;
}
.idlist--scroll {
  box-sizing: border-box;
  width: 460px;
  height: auto;
  max-height: 208px;
  margin: 0 auto;
  overflow-y: auto;
}
.idlist--inner {
  box-sizing: border-box;
  width: 100%;
}
.idlist--inner ul li {
  background-color: #f5f6f7;
  font-size: 16px;
}
.idlist--inner ul li + li {
  margin-top: 4px;
}
.idlist--inner ul li label {
  display: flex;
  align-items: center;
  padding: 16px;
  cursor: pointer;
}
.idlist--inner ul li input {
  margin-right: 16px;
}

.failure {
  width: 460px;
  margin: 40px auto 0;
  padding-top: 40px;
  background-image: linear-gradient(to right, #8c8c8c, #8c8c8c 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: top;
  background-repeat: repeat-x;
}
.failure h3 {
  text-align: center;
  font-size: 24px;
}
.failure h3 + .failure__support {
  margin-top: 10px;
}
.failure__support {
  padding: 40px;
  background: #F5F6F7;
}
.failure__support--detail dt {
  text-align: center;
  font-size: 14px;
  color: #333;
}
.failure__support--detail dd {
  margin-top: 2px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #09ADED;
}
.failure__support--detail dd + dt {
  background-image: linear-gradient(to right, #8c8c8c, #8c8c8c 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: top;
  background-repeat: repeat-x;
  margin-top: 28px;
  padding-top: 28px;
}
.failure__support--detail dd.otp-unused {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
.failure__support--copy {
  position: relative;
  border: 1px solid #666;
  background: #FFF;
  margin-top: 20px;
}
.failure__support--copy a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  font-size: 14px;
  text-decoration: none;
  padding: 8px 0;
}
.failure__support--copy a::before {
  content: "";
  width: 18px;
  height: 0;
  padding-top: 18px;
  margin-right: 4px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_copy.svg) no-repeat center center/contain;
}
.failure__support--copy .copy-success {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #666;
}
.failure__support--copy .copy-success.active {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: copysuccess 2s linear 0s;
}
.failure__info {
  margin-top: 40px;
  font-size: 14px;
  color: #888;
}
.failure__info.tc {
  text-align: center;
}
.failure__other {
  width: 460px;
  margin: 40px auto 0;
  padding-top: 40px;
  background-image: linear-gradient(to right, #8c8c8c, #8c8c8c 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: top;
  background-repeat: repeat-x;
}
.failure__other--txt {
  color: #888;
}
.failure__other--txt a {
  color: #0aa0d2;
}

.userinfo {
  width: 460px;
  margin: 40px auto 0;
  padding-top: 40px;
  background-image: linear-gradient(to right, #8c8c8c, #8c8c8c 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: top;
  background-repeat: repeat-x;
}
.userinfo h3 {
  text-align: center;
  font-size: 24px;
}
.userinfo h3 + .userinfo__cnt {
  margin-top: 10px;
}
.userinfo__cnt {
  padding: 40px;
  background: #F5F6F7;
}
.userinfo__cnt--detail dt {
  text-align: center;
  font-size: 14px;
  color: #333;
}
.userinfo__cnt--detail dd {
  margin-top: 2px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #09ADED;
}
.userinfo__cnt--detail dd + dt {
  background-image: linear-gradient(to right, #8c8c8c, #8c8c8c 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: top;
  background-repeat: repeat-x;
  margin-top: 28px;
  padding-top: 28px;
}
.userinfo__txt {
  margin-top: 40px;
  font-size: 14px;
  color: #888;
}
.userinfo__txt.tc {
  text-align: center;
}
.userinfo__txt + h3 {
  margin-top: 40px;
}
.userinfo__table {
  width: 100%;
}
.userinfo__table table {
  width: 100%;
  border: solid 1px #d0d0d0;
  border-collapse: collapse;
}
.userinfo__table table th {
  text-align: center;
  font-size: 14px;
  width: 50%;
  padding: 10px 0;
  background-color: #f5f6f7;
  border-bottom: solid 1px #d0d0d0;
}
.userinfo__table table th:nth-of-type(1) {
  border-right: solid 1px #d0d0d0;
}
.userinfo__table table td {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}
.userinfo__table table td:nth-of-type(1) {
  border-right: solid 1px #d0d0d0;
}
.userinfo__table table tr:not(:last-of-type) td {
  background-image: linear-gradient(to right, #8c8c8c, #8c8c8c 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.userinfo__table .discrepancy {
  color: #ff0000;
  font-weight: bold;
}
.userinfo__simple:not(:first-child) {
  margin-top: 40px;
}
.userinfo__simple dl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.userinfo__simple dl * {
  box-sizing: border-box;
}
.userinfo__simple dl dt {
  display: flex;
  align-items: center;
  width: 32%;
  padding: 10px 0 10px 15px;
  background-color: #f5f6f7;
  font-size: 14px;
  font-weight: bold;
  border-top: solid 1px #d0d0d0;
  border-left: solid 1px #d0d0d0;
  border-right: solid 1px #d0d0d0;
}
.userinfo__simple dl dt:last-of-type {
  border-bottom: solid 1px #d0d0d0;
}
.userinfo__simple dl dd {
  width: 68%;
  padding: 10px 15px;
  font-size: 14px;
  border-top: solid 1px #d0d0d0;
  border-right: solid 1px #d0d0d0;
}
.userinfo__simple dl dd:last-of-type {
  border-bottom: solid 1px #d0d0d0;
}
.userinfo__simple .supportnumber {
  position: relative;
  display: flex;
  align-items: center;
}
.userinfo__simple .supportnumber__copy {
  position: relative;
  display: block;
  margin-left: 10px;
  border: 1px solid #666;
  background: #FFF;
}
.userinfo__simple .supportnumber__copy a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  font-size: 14px;
  text-decoration: none;
  padding: 4px 6px;
}
.userinfo__simple .supportnumber__copy a::before {
  content: "";
  width: 18px;
  height: 0;
  padding-top: 18px;
  margin-right: 4px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_copy.svg) no-repeat center center/contain;
}
.userinfo__simple .supportnumber .copy-success {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #666;
}
.userinfo__simple .supportnumber .copy-success.active {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: copysuccess 2s linear 0s;
}

.already-completed {
  position: relative;
  width: 460px;
  margin: 40px auto 0;
  padding-top: 40px;
  background-image: linear-gradient(to right, #8c8c8c, #8c8c8c 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: top;
  background-repeat: repeat-x;
}
.already-completed__title {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.already-completed__detail {
  position: relative;
  font-size: 14px;
  color: #888;
}

@keyframes copysuccess {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.error-area {
  width: 460px;
  margin: 40px auto 0;
}

.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;
}

.loading__container {
  padding-top: 25vh;
  text-align: center;
}
.loading__txt {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  color: #888;
}

.ocr-info-confirm {
  margin-top: 73px;
  padding: 10vh 0;
}
.ocr-info-confirm p {
  text-align: center;
  color: #888;
}

.identification-loading {
  margin-top: 40px;
}
.identification-loading__image {
  text-align: center;
}
.identification-loading__caution {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.identification-loading__caution ul li {
  color: #888;
}

br.sp {
  display: none;
}

/* ====================================================================
nexon id
==================================================================== */
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 span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px;
  margin: -6px 0 0 24px;
  white-space: nowrap;
  color: #fff;
  background-color: #09aded;
  font-weight: normal;
  font-size: 13px;
  opacity: 0;
  transform: translateX(5px);
  transition: all .2s ease 0s;
}
span.nexonid-info span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 0;
  padding-top: 10px;
  margin: -5px 0 0 -3px;
  transform: rotate(45deg);
  overflow: hidden;
  background-color: #09aded;
}
span.nexonid-info:hover span, span.nexonid-info.hover span {
  transform: translateX(0);
  opacity: 1;
}

/* ====================================================================
btn
==================================================================== */
.btn-area {
  display: flex;
  justify-content: space-between;
  width: 460px;
  margin: 0 auto;
}
.btn-area .btn {
  margin: 0 10px;
}

.btn {
  width: 480px;
  margin: 0 auto;
}
.btn a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
}
.btn + p {
  margin-top: 18px;
}
.btn.common-b, .btn.common-g, .btn.common-w {
  margin-top: 30px;
  width: 460px;
}
.btn.common-b > a, .btn.common-g > a, .btn.common-w > a {
  position: relative;
  padding: 18px 20px 16px;
  background-color: #0aa0d2;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.btn.common-b > a::after, .btn.common-g > a::after, .btn.common-w > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 15px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_arrow_next.svg) no-repeat center center/contain;
}
.btn.common-b > a .btn-ex-txt, .btn.common-g > a .btn-ex-txt, .btn.common-w > a .btn-ex-txt {
  font-size: 10px;
}
.btn.common-b.blank > a::after, .btn.common-g.blank > a::after, .btn.common-w.blank > a::after {
  width: 25px;
  height: 18px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_window.svg) no-repeat;
}
.btn.common-b.btn2l > a, .btn.common-g.btn2l > a, .btn.common-w.btn2l > a {
  padding: 14px 20px 10px;
  line-height: 1.0;
}
.btn.common-b > a {
  background-color: #0aa0d2;
}
.btn.common-b > a::after {
  top: 50%;
  transform: translate(0, -50%);
  right: 22px;
}
.btn.common-b > a:hover {
  background-color: #14aae5;
}
.btn.common-g > a {
  background-color: #6e6e70;
}
.btn.common-g > a::after {
  top: 19px;
  left: 22px;
}
.btn.common-g > a:hover {
  background-color: #87878a;
}
.btn.common-g:not(.blank) > a::after {
  transform: rotateZ(180deg);
}
.btn.common-w {
  border: solid 1px #888;
}
.btn.common-w > a {
  background-color: #fff;
  color: #666;
}
.btn.common-w > a::after {
  top: 50%;
  transform: translate(0, -50%);
  right: 22px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_arrow_next_g.svg) no-repeat center center/contain;
}
.btn.common-w > a:hover {
  background-color: #888;
  color: #fff;
}
.btn.common-w > a:hover::after {
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_arrow_next.svg) no-repeat center center/contain;
}
.btn.common-w.noarrow a::after {
  background: none;
}
.btn.m10 {
  margin-top: 10px;
}
.btn.m20 {
  margin-top: 20px;
}
.btn.tc {
  text-align: center;
}
.btn.agreementlock {
  position: relative;
}
.btn.agreementlock::before {
  content: "確認する";
  display: block;
  box-sizing: border-box;
  background-color: #ccc;
  position: relative;
  padding: 18px 20px 16px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.btn.agreementlock::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 15px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_arrow_next.svg) no-repeat center center/contain;
  top: 50%;
  transform: translate(0, -50%);
  right: 22px;
}
.btn.agreementlock a {
  display: none;
}

/* ====================================================================
modal
==================================================================== */
.modal {
  display: none;
}
.modal.open {
  display: block;
}
.modal .modal__detail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s linear 0s;
}
.modal .modal__detail .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  padding: 40px 0;
  background-color: #fff;
}
.modal .modal__detail h2 {
  text-align: center;
  font-size: 18px;
  color: #333;
}
.modal .modal__detail p {
  margin: 20px 40px 0;
  padding: 20px 0 0;
  border-top: solid 1px #ECECEC;
  text-align: center;
  font-size: 12px;
  color: #d93025;
  line-height: 1.5;
}
.modal .modal__detail .modal__qr {
  margin: 20px 0 0;
  text-align: center;
}
.modal .modal__detail.open {
  opacity: 1;
  pointer-events: auto;
}
.modal .modal__close {
  position: absolute;
  top: -35px;
  right: 0px;
  display: block;
  width: 21px;
  height: 0;
  padding: 21px 0 0;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/btn_close_m.png) no-repeat 0 0;
  border: none;
  overflow: hidden;
  transition: transform .2s ease 0s;
}
.modal .modal__close a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}
.modal .modal__close:hover {
  transform: rotateZ(90deg);
}

/* ====================================================================
sp
==================================================================== */
@media screen and (max-width: 807px) {
  /* ====================================================================
  header & footer
  ==================================================================== */
  header {
    padding: 2.1794871795vw 0;
  }
  header:not(.menu) 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 {
    font-size: 3.0769230769vw;
  }
  article p.ttl {
    margin-top: 5.1282051282vw;
    font-size: 3.0769230769vw;
  }
  article p.ttl + h2.ttl {
    margin-top: 1.2820512821vw;
  }
  article h2.ttl {
    margin-top: 10.2564102564vw;
    font-size: 6.9230769231vw;
  }
  article h2.ttl.quickmain {
    font-size: 7.4358974359vw;
  }
  article h2.ttl.inquiry-support {
    font-size: 6.4102564103vw;
  }
  article h2.ttl span {
    font-size: 3.0769230769vw;
  }
  article h3.sttl {
    margin-top: 10.2564102564vw;
    font-size: 4.6153846154vw;
  }
  article h4.categoryttl {
    position: relative;
    box-sizing: border-box;
    width: auto;
    margin: 8.2051282051vw 3.8461538462vw 0;
  }
  article h4.categoryttl > span {
    padding: 0 4.1025641026vw;
  }
  article h4.categoryttl + .btn {
    margin-top: 4.6153846154vw;
  }
  article > p {
    margin: 0 3.8461538462vw;
  }
  article > p.lead-txt {
    margin-top: 5.1282051282vw;
    font-size: 3.0769230769vw;
  }
  article > p.lead-txt.quickmain {
    margin: 5.1282051282vw 3.8461538462vw;
    width: auto;
  }
  article > p.lead-txt.lead-txt-l {
    margin: 5.1282051282vw 3.8461538462vw;
    width: auto;
    text-align: left;
  }
  article > p.lead-txt span.mail-reset-caution {
    font-size: 2.6923076923vw;
  }
  article > p.quick__info {
    margin: 2.5641025641vw 3.8461538462vw 0;
    width: auto;
    font-size: 3.0769230769vw;
  }
  article > p.quick__info + .btn {
    margin-top: 7.6923076923vw;
  }
  article > p.inquiryinfo {
    margin: 7.6923076923vw 3.8461538462vw 0;
    width: auto;
    font-size: 3.0769230769vw;
  }
  article > p.link-txt {
    margin-top: 7.3076923077vw;
  }
  article > p.link-txt-2 {
    margin-top: 5.1282051282vw;
  }
  article > p.link-txt a {
    font-size: 2.5641025641vw;
  }
  article > ul.lead-txt.quickmain {
    width: auto;
    margin: 2.8205128205vw 3.8461538462vw 0;
    font-size: 2.5641025641vw;
    padding-left: 2.5641025641vw;
    text-indent: -1em;
  }
  article .infotxt {
    width: auto;
    margin: 5.1282051282vw 3.8461538462vw 0;
    padding: 4.6153846154vw 1.9230769231vw 4.2307692308vw;
    font-size: 3.0769230769vw;
  }
  article .infotxt__link {
    margin-top: 3.5897435897vw;
    font-size: 2.5641025641vw;
  }
  article .infotxt + .error-area {
    margin-top: 2.5641025641vw;
  }
  article .infotxt.infotxt-s {
    font-size: 2.6923076923vw;
  }
  article .infotxt p.otpinfo {
    margin-top: 4.6153846154vw;
    font-size: 2.5641025641vw;
  }
  article .infotxt dl.otpinfo {
    margin-top: 3.3333333333vw;
  }
  article .infotxt dl.otpinfo dt, article .infotxt dl.otpinfo dd {
    font-size: 3.0769230769vw;
  }
  article .registered {
    width: auto;
    margin: 5.1282051282vw 3.8461538462vw 0;
  }
  article .registered > dl dt {
    padding-top: 3.8461538462vw;
    font-size: 2.5641025641vw;
  }
  article .registered > dl dd {
    padding: 0.641025641vw 3.8461538462vw 2.5641025641vw;
    font-size: 6.1538461538vw;
  }
  article .registered div.authenticated-id {
    padding: 2.5641025641vw 3.8461538462vw;
  }
  article .registered div.authenticated-id dl dt {
    font-size: 2.8205128205vw;
  }
  article .registered div.authenticated-id dl dd {
    margin-left: 3.8461538462vw;
  }
  article .registered div.authenticated-id dl dd::before {
    width: 4.8717948718vw;
    padding-top: 4.8717948718vw;
    margin-right: 1.0256410256vw;
  }
  article .registered .authenticated {
    display: block;
    margin-right: 0.641025641vw;
    padding: 0.8974358974vw 1.0256410256vw 0.5128205128vw;
    font-size: 1.7948717949vw;
  }
  article .registered.pwreset > dl {
    border: solid 1px #d0d0d0;
  }
  article .registered.pwreset > dl dt {
    padding-top: 3.8461538462vw;
    font-size: 2.5641025641vw;
  }
  article .registered.pwreset > dl dd:nth-of-type(2) {
    padding: 2.3076923077vw 0;
    font-size: 3.0769230769vw;
  }

  .attention {
    margin: 7.6923076923vw 3.8461538462vw 0;
    width: auto;
  }
  .attention__sttl {
    font-size: 3.0769230769vw;
  }
  .attention__box {
    box-sizing: border-box;
    width: 100%;
    height: 6em;
    margin-top: 2.5641025641vw;
  }
  .attention__box pre {
    padding: 2.5641025641vw;
    font-size: 3.0769230769vw;
  }

  .privacypolicy {
    margin: 7.6923076923vw 3.8461538462vw 0;
    width: auto;
  }
  .privacypolicy__sttl {
    font-size: 3.0769230769vw;
  }
  .privacypolicy__box {
    box-sizing: border-box;
    width: 100%;
    height: 6em;
    margin-top: 2.5641025641vw;
  }
  .privacypolicy__box pre {
    padding: 2.5641025641vw;
    font-size: 3.0769230769vw;
  }
  .privacypolicy__agreement {
    margin: 3.8461538462vw 0 0;
  }
  .privacypolicy__checkbox {
    width: 6.1538461538vw;
    padding-top: 6.1538461538vw;
    margin-right: 3.0769230769vw;
  }
  .privacypolicy:has(input:checked) ~ .btn a {
    pointer-events: auto;
    background-color: #0aa0d2;
  }
  .privacypolicy:has(input:checked) ~ .btn a:hover {
    background-color: #14aae5;
  }
  .privacypolicy__confirm {
    margin-top: 1.2820512821vw;
    font-size: 3.0769230769vw;
  }

  .formlist {
    width: auto;
    margin: 3.8461538462vw 3.8461538462vw 0;
  }
  .formlist.topline {
    padding-top: 5.1282051282vw;
  }
  .formlist.bottomline {
    padding-bottom: 5.1282051282vw;
  }
  .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 #0aa0d2;
    outline: solid 1px #0aa0d2;
    padding: 3.2051282051vw 2.5641025641vw;
  }
  .formlist__input--disp {
    position: absolute;
    top: 0;
    right: 0;
    width: 6.0256410256vw;
    height: 0;
    padding-top: 4.1025641026vw;
    margin: 4.1025641026vw 2.5641025641vw 0 0;
    overflow: hidden;
    cursor: pointer;
  }
  .formlist__select {
    box-sizing: border-box;
    width: 17.1794871795vw;
    height: 2.8em;
    outline: none;
    border: solid 1px #95989a;
    padding: 0 2.5641025641vw;
    font-size: 3.8461538462vw;
  }
  .formlist__select:first-of-type {
    width: 26.4102564103vw;
  }
  .formlist__select:focus {
    border: solid 1px #0086d2;
    outline: solid 1px #0086d2;
    padding: 0 15px;
  }
  .formlist__confirm {
    width: auto;
    margin: 3.8461538462vw 3.8461538462vw 0;
    padding: 3.8461538462vw 0;
  }
  .formlist__confirm .formlist__detail {
    margin-top: 1.7948717949vw;
  }
  .formlist__confirm .formlist__detail + .formlist__title {
    margin-top: 6.9230769231vw;
  }
  .formlist span.nexonid {
    font-size: 3.8461538462vw;
  }

  .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;
  }
  .oath__caution {
    width: auto;
    margin: 7.6923076923vw 3.8461538462vw 0;
    padding: 3.8461538462vw 2.5641025641vw;
    font-size: 2.5641025641vw;
  }
  .oath .contents {
    width: auto;
    margin: 0 3.8461538462vw;
  }
  .oath + .link-txt {
    margin-top: 4.358974359vw;
  }

  .supportinquiry {
    width: auto;
    margin: 7.6923076923vw 3.8461538462vw 0;
    padding: 7.6923076923vw 0 0;
  }
  .supportinquiry + .btn.common-w {
    margin-top: 5.1282051282vw;
  }

  .idlist {
    margin-top: 5.1282051282vw;
  }
  .idlist--scroll {
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: 25em;
    margin: 0 3.8461538462vw;
    overflow-y: auto;
  }
  .idlist--inner {
    box-sizing: border-box;
    width: 100%;
  }
  .idlist--inner ul li {
    font-size: 3.0769230769vw;
  }
  .idlist--inner ul li + li {
    margin-top: 0.7692307692vw;
  }
  .idlist--inner ul li label {
    display: flex;
    align-items: center;
    padding: 3.4615384615vw 3.8461538462vw;
    cursor: pointer;
  }
  .idlist--inner ul li input {
    margin-right: 3.8461538462vw;
  }

  .failure {
    width: auto;
    margin: 7.6923076923vw 3.8461538462vw 0;
    padding-top: 7.6923076923vw;
  }
  .failure h3 {
    font-size: 4.8717948718vw;
  }
  .failure h3 + .failure__support {
    margin-top: 1.2820512821vw;
  }
  .failure__support {
    padding: 6.4102564103vw 5.1282051282vw;
  }
  .failure__support--detail dt {
    font-size: 3.0769230769vw;
  }
  .failure__support--detail dd {
    margin-top: 1.2820512821vw;
    font-size: 4.1025641026vw;
  }
  .failure__support--detail dd + dt {
    margin-top: 3.8461538462vw;
    padding-top: 3.8461538462vw;
  }
  .failure__support--copy {
    position: relative;
    border: 1px solid #666;
    background: #FFF;
    margin-top: 3.8461538462vw;
  }
  .failure__support--copy a {
    font-size: 2.5641025641vw;
    padding: 2.3076923077vw 0;
  }
  .failure__support--copy a::before {
    width: 3.0769230769vw;
    padding-top: 3.0769230769vw;
    margin-right: 0.5128205128vw;
  }
  .failure__support--copy .copy-success {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #666;
  }
  .failure__support--copy .copy-success.active {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    animation: copysuccess 2s linear 0s;
  }
  .failure__info {
    margin-top: 7.6923076923vw;
    font-size: 3.0769230769vw;
  }
  .failure__other {
    width: auto;
    margin: 7.6923076923vw 3.8461538462vw 0;
    padding-top: 7.6923076923vw;
  }
  .failure__other--txt {
    color: #888;
  }
  .failure__other--txt a {
    color: #0aa0d2;
  }

  .userinfo {
    width: auto;
    margin: 7.6923076923vw 3.8461538462vw 0;
    padding-top: 7.6923076923vw;
  }
  .userinfo h3 {
    font-size: 4.8717948718vw;
  }
  .userinfo h3 + .userinfo__cnt {
    margin-top: 1.2820512821vw;
  }
  .userinfo__cnt {
    padding: 6.4102564103vw 5.1282051282vw;
  }
  .userinfo__cnt--detail dt {
    font-size: 3.0769230769vw;
  }
  .userinfo__cnt--detail dd {
    margin-top: 1.2820512821vw;
    font-size: 4.1025641026vw;
  }
  .userinfo__cnt--detail dd + dt {
    margin-top: 3.8461538462vw;
    padding-top: 3.8461538462vw;
  }
  .userinfo__txt {
    margin-top: 7.6923076923vw;
    font-size: 3.0769230769vw;
  }
  .userinfo__txt + h3 {
    margin-top: 7.6923076923vw;
  }
  .userinfo__table table th {
    font-size: 3.0769230769vw;
    padding: 2.5641025641vw 0;
  }
  .userinfo__table table td {
    padding: 2.5641025641vw 0;
    font-size: 3.0769230769vw;
  }
  .userinfo__simple:not(:first-child) {
    margin-top: 7.6923076923vw;
  }
  .userinfo__simple dl dt {
    padding: 2.5641025641vw 0 2.5641025641vw 3.8461538462vw;
    font-size: 3.0769230769vw;
  }
  .userinfo__simple dl dd {
    padding: 2.5641025641vw 3.8461538462vw;
    font-size: 3.0769230769vw;
  }
  .userinfo__simple .supportnumber {
    position: relative;
    display: flex;
    align-items: center;
  }
  .userinfo__simple .supportnumber__copy {
    margin-left: 2.3076923077vw;
  }
  .userinfo__simple .supportnumber__copy a {
    font-size: 2.5641025641vw;
    padding: 1.0256410256vw 1.5384615385vw;
  }
  .userinfo__simple .supportnumber__copy a::before {
    width: 2.5641025641vw;
    padding-top: 2.8205128205vw;
    margin-right: 1.0256410256vw;
  }
  .userinfo__simple .supportnumber .copy-success {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #666;
  }
  .userinfo__simple .supportnumber .copy-success.active {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    animation: copysuccess 2s linear 0s;
  }

  .already-completed {
    width: auto;
    margin: 3.8461538462vw 3.8461538462vw 0;
    padding-top: 5.1282051282vw;
  }
  .already-completed__title {
    font-size: 3.0769230769vw;
  }
  .already-completed__detail {
    position: relative;
    font-size: 3.0769230769vw;
  }

  .error-area {
    width: auto;
    margin: 7.6923076923vw 3.8461538462vw 0;
  }

  .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;
  }

  .loading__txt {
    margin-top: 10.2564102564vw;
    font-size: 3.0769230769vw;
  }

  .ocr-info-confirm {
    margin-top: 10.2564102564vw;
    padding: 15vh 0;
  }
  .ocr-info-confirm p {
    text-align: center;
    color: #888;
  }

  br.sp {
    display: inline;
  }

  /* ====================================================================
  nexon id
  ==================================================================== */
  span.nexonid-info {
    position: relative;
    display: block;
    width: 3.5897435897vw;
    height: 0;
    padding-top: 3.5897435897vw;
    margin-left: 1.5384615385vw;
    transform: translateY(-0.3846153846vw);
    background: url(https://static.nexon.co.jp/nexon/ver2017/regist/icn_nexonid_info.svg) no-repeat center center/contain;
  }
  span.nexonid-info span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.0256410256vw;
    margin: -0.7692307692vw 0 0 5.1282051282vw;
    font-size: 2.3076923077vw;
    transform: translateX(5px);
  }
  span.nexonid-info span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 0;
    padding-top: 10px;
    margin: -5px 0 0 -3px;
    transform: rotate(45deg);
    overflow: hidden;
    background-color: #09aded;
  }

  /* ====================================================================
  btn
  ==================================================================== */
  .btn-area {
    width: auto;
    margin: 7.6923076923vw 3.8461538462vw 0;
  }
  .btn-area .btn {
    width: 48% !important;
    margin: 0 !important;
  }

  .btn {
    margin: 0 auto;
  }
  .btn a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
  }
  .btn.common-b, .btn.common-g, .btn.common-w {
    margin: 7.6923076923vw 3.8461538462vw 0;
    width: auto;
  }
  .btn.common-b > span,
  .btn.common-b > a, .btn.common-g > span,
  .btn.common-g > a, .btn.common-w > span,
  .btn.common-w > a {
    position: relative;
    height: auto;
    padding: 3.0769230769vw 0 2.5641025641vw 2.5641025641vw;
    font-size: 3.5897435897vw;
  }
  .btn.common-b > span::after,
  .btn.common-b > a::after, .btn.common-g > span::after,
  .btn.common-g > a::after, .btn.common-w > span::after,
  .btn.common-w > 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 > span .btn-ex-txt,
  .btn.common-b > a .btn-ex-txt, .btn.common-g > span .btn-ex-txt,
  .btn.common-g > a .btn-ex-txt, .btn.common-w > span .btn-ex-txt,
  .btn.common-w > a .btn-ex-txt {
    font-size: 1.9230769231vw;
  }
  .btn.common-b.blank a::after, .btn.common-g.blank a::after, .btn.common-w.blank a::after {
    width: 3.2051282051vw;
    height: 0;
    padding-top: 2.3076923077vw;
    background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_window.svg) no-repeat;
  }
  .btn.common-b.btn2l > a, .btn.common-g.btn2l > a, .btn.common-w.btn2l > a {
    padding: 2.5641025641vw 0 1.7948717949vw 2.5641025641vw;
  }
  .btn.common-b > a {
    background-color: #0aa0d2;
  }
  .btn.common-b > a::after {
    top: 50%;
    right: 0;
    margin-right: 3.8461538462vw;
  }
  .btn.common-b > a:hover {
    background-color: #14aae5;
  }
  .btn.common-g > a {
    background-color: #6e6e70;
  }
  .btn.common-g > a::after {
    top: 0;
    left: 0;
    margin: 3.7179487179vw 0 0 3.8461538462vw;
    transform: rotateZ(180deg);
  }
  .btn.common-g > a:hover {
    background-color: #87878a;
  }
  .btn.common-w {
    border: solid 1px #888;
  }
  .btn.common-w > a {
    background-color: #fff;
  }
  .btn.common-w > a::after {
    top: 50%;
    right: 0;
    margin-right: 3.8461538462vw;
    background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_arrow_next_g.svg) no-repeat center center/contain;
  }
  .btn.common-w > a:hover {
    background-color: #888;
  }
  .btn.common-w > a:hover::after {
    background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_arrow_next.svg) no-repeat center center/contain;
  }
  .btn.m10 {
    margin-top: 2.5641025641vw;
  }
  .btn.tc a {
    padding-left: 0;
  }
  .btn.agreementlock {
    position: relative;
  }
  .btn.agreementlock::before {
    padding: 3.0769230769vw 0 2.5641025641vw;
    font-size: 3.5897435897vw;
  }
  .btn.agreementlock::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;
    top: 50%;
    right: 0;
    margin-right: 3.8461538462vw;
  }
}
