@charset "UTF-8";
/* CSS Document */
/* CSS Document */
* {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

a:focus, *:focus {
  outline: none;
}

/* ====================================================================
header & footer
==================================================================== */
header {
  position: relative;
  width: 100%;
  min-width: 1366px;
  z-index: 5;
  background-color: #fff;
}
header .menu {
  position: relative;
  width: 100%;
  height: 76px;
  border-bottom: 4px solid #0aa0d2;
}
header .menu h1 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -642px;
  width: 290px;
  height: 72px;
  border-left: solid 1px #c8d2d2;
  border-right: solid 1px #c8d2d2;
}
header .menu h1 a, header .menu h1 span {
  position: absolute;
  top: 19px;
  left: 87px;
  display: block;
  width: 115px;
  height: 0;
  padding-top: 36px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/logo_nexon.svg) no-repeat;
  overflow: hidden;
}
header .menu ul {
  position: absolute;
  top: 0;
  left: 50%;
  width: 994px;
  height: 72px;
  font-size: 0;
  margin-left: -352px;
  padding: 0;
  white-space: nowrap;
}
header .menu ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
header .menu ul li a {
  display: block;
  width: 197px;
  height: 0;
  padding-top: 72px;
  border-right: solid 1px #c8d2d2;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/menu.png) no-repeat;
  overflow: hidden;
  transition: background .3s ease 0s;
}
header .menu ul li:last-child a {
  width: 201px;
}
header .menu ul li:first-child a {
  display: none;
}
header .menu ul li:nth-child(2) a {
  background-position: 0 0;
}
header .menu ul li:nth-child(3) a {
  background-position: -198px 0;
}
header .menu ul li:nth-child(4) a {
  background-position: -396px 0;
}
header .menu ul li:nth-child(5) a {
  background-position: -594px 0;
}
header .menu ul li:nth-child(6) a {
  background-position: -792px 0;
}
header .menu ul li:nth-child(2) a:hover {
  background-position: 0 -72px;
}
header .menu ul li:nth-child(3) a:hover {
  background-position: -198px -72px;
}
header .menu ul li:nth-child(4) a:hover {
  background-position: -396px -72px;
}
header .menu ul li:nth-child(5) a:hover {
  background-position: -594px -72px;
}
header .menu ul li:nth-child(6) a:hover {
  background-position: -792px -72px;
}
header .menu ul li.current:nth-child(2) a {
  background-position: 0 -144px;
}
header .menu ul li.current:nth-child(3) a {
  background-position: -198px -144px;
}
header .menu ul li.current:nth-child(4) a {
  background-position: -396px -144px;
}
header .menu ul li.current:nth-child(5) a {
  background-position: -594px -144px;
}
header .menu ul li.current:nth-child(6) a {
  background-position: -792px -144px;
}

.important-alert,
.security-alert {
  position: relative;
  z-index: 3;
  width: 100%;
  min-width: 1366px;
  padding: 20px 0;
  text-align: center;
}

.important-alert {
  background-color: #d20000;
}

.security-alert {
  background-color: #ff5500;
}

.important-alert a,
.security-alert a {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

header .left-open,
header .menu-open,
header .btn.close {
  display: none;
}

.pointfooter {
  min-width: 1366px;
  padding: 0 0 20px;
  background-color: #EFF1F2;
  text-align: center;
}

/* ====================================================================
	breadcrumb
==================================================================== */
nav.breadcrumb {
  position: relative;
  z-index: 3;
  width: 100%;
  min-width: 1366px;
  padding: 10px 0 13px;
  background-color: #0aa0d2;
  color: #fff;
}
nav.breadcrumb ul {
  width: 1280px;
  margin: 0 auto;
  font-size: 0;
}
nav.breadcrumb li {
  display: inline-block;
  font-size: 12px;
}
nav.breadcrumb li:not(:first-child)::before {
  content: ">";
  margin: 0 9px;
}
nav.breadcrumb a {
  color: #fff;
}

/* ====================================================================
frame
==================================================================== */
.main {
  background-color: #EFF1F2;
  width: 100%;
  min-width: 1366px;
  padding: 40px 0 80px;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1366px;
  margin: 0 auto;
}
.container > h2.ttl {
  width: 100%;
  font-size: 32px;
  color: #333;
}
.container.single {
  display: block;
  background-color: #fff;
  width: 1032px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.container.single-s {
  display: block;
  background-color: #fff;
  width: 540px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.container .left {
  width: 960px;
  padding-bottom: 60px;
}
.container .left:not(.pointindex) {
  background-color: #fff;
}
.container .right {
  width: 376px;
}
.container .right .inner {
  padding: 20px;
  background-color: #fff;
}
.container .right .inner .login-area .login-btn a,
.container .right .inner .login-area .regist-id a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  text-align: center;
  color: #fff;
}
.container .right .inner .login-area .login-btn a {
  height: 112px;
  background-color: #0aa0d2;
  text-align: center;
  font-size: 32px;
}
.container .right .inner .login-area .login-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 8px;
  height: 12px;
  margin-top: -4px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_arrow_next.svg) no-repeat center center/contain;
}
.container .right .inner .login-area .login-btn a:hover {
  background-color: #14aae5;
}
.container .right .inner .login-area .regist-id {
  margin-top: 10px;
}
.container .right .inner .login-area .regist-id a {
  height: 80px;
  background-color: #e60a0a;
  font-size: 22px;
}
.container .right .inner .login-area .regist-id a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 8px;
  height: 12px;
  margin-top: -4px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_arrow_next.svg) no-repeat center center/contain;
}
.container .right .inner .login-area .regist-id a:hover {
  background-color: #d20000;
}
.container .right .inner .chargeinfo {
  margin-top: 20px;
  padding: 20px;
  background-color: #f5f6f7;
}
.container .right .inner .chargeinfo h2 {
  padding-bottom: 6px;
  text-align: center;
  font-size: 22px;
  color: #333;
  border-bottom: solid 1px #d0d0d0;
}
.container .right .inner .chargeinfo dl {
  display: flex;
  flex-wrap: wrap;
}
.container .right .inner .chargeinfo__title {
  width: 40%;
  background: linear-gradient(to right, #8c8c8c 1px, transparent 1px) repeat-x left bottom/4px 1px;
  padding: 10px 0;
  font-size: 16px;
  color: #333;
}
.container .right .inner .chargeinfo__title.amount {
  width: 45%;
}
.container .right .inner .chargeinfo__title.after {
  width: 60%;
  background: none;
  font-size: 12px;
  color: #888;
}
.container .right .inner .chargeinfo__title:last-of-type {
  background: none;
}
.container .right .inner .chargeinfo__detail {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  padding: 10px 0;
  background: linear-gradient(to right, #8c8c8c 1px, transparent 1px) repeat-x left bottom/4px 1px;
  font-size: 16px;
  color: #333;
}
.container .right .inner .chargeinfo__detail strong {
  margin-right: 4px;
  font-size: 16px;
  color: #0aa0d2;
}
.container .right .inner .chargeinfo__detail strong span {
  font-size: 12px;
  font-weight: bold;
}
.container .right .inner .chargeinfo__detail.amount {
  width: 55%;
}
.container .right .inner .chargeinfo__detail.after {
  width: 40%;
  background: none;
  font-size: 12px;
  color: #888;
}
.container .right .inner .chargeinfo__detail:last-of-type {
  background: none;
}
.container .right .inner .chargeinfo__btn {
  margin-top: 10px;
}
.container .right .inner .chargeinfo__btn a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  height: 64px;
  padding: 17px 20px 0;
  border-radius: 4px;
  background-color: #0aa0d2;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.container .right .inner .chargeinfo__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 10px;
  height: 15px;
  margin-top: -8px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_arrow_next.svg) no-repeat center center/contain;
}
.container .right .inner .chargeinfo__btn a:hover {
  background-color: #14aae5;
}
.container .right .inner .chargeinfo__btn.disable a {
  cursor: default;
  pointer-events: none;
  background-color: #ccc;
}
.container .right .userinfo .account {
  position: relative;
}
.container .right .userinfo .account .name {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  color: #333;
}
.container .right .userinfo .account .name img {
  max-width: 21px;
  max-height: 21px;
  margin-right: 5px;
}
.container .right .userinfo .account .name a {
  font-weight: bold;
  color: #333;
}
.container .right .userinfo__btn {
  display: flex;
  justify-content: space-between;
  margin: 10px auto 0;
  width: 158px;
}
.container .right .userinfo__btn .mypage,
.container .right .userinfo__btn .logout {
  width: 70px;
  height: 18px;
}
.container .right .userinfo__btn .mypage > a,
.container .right .userinfo__btn .logout > a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}
.container .right .userinfo__btn .mypage {
  left: 80px;
}
.container .right .userinfo__btn .mypage a {
  background: url(https://static.nexon.co.jp/nexon/ver2017/point/btn_userinfo_mypage.png) no-repeat;
}
.container .right .userinfo__btn .logout {
  right: 80px;
}
.container .right .userinfo__btn .logout a {
  background: url(https://static.nexon.co.jp/nexon/ver2017/point/btn_userinfo_logout.png) no-repeat;
}
.container .right .userinfo .balance {
  margin-top: 13px;
  padding-top: 15px;
  background: linear-gradient(to right, #8c8c8c 1px, transparent 1px) repeat-x left top/4px 1px;
}
.container .right .userinfo .balance dl dt {
  width: 156px;
  height: 0;
  margin: 0 auto;
  padding-top: 15px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/point/sttl_userinfo_balance.svg) no-repeat center top/contain;
  overflow: hidden;
}
.container .right .userinfo .balance dl dd {
  margin-top: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #0aa0d2;
}
.container .right .userinfo .balance dl dd a {
  color: #0aa0d2;
}
.container .right .userinfo .balance dl dd p.t-error {
  text-align: left;
  font-weight: normal;
}
.container .right .news {
  margin-top: 20px;
}
.container .right .news__title {
  display: flex;
  justify-content: space-between;
}
.container .right .news__title h2 {
  font-size: 14px;
  color: #333;
}
.container .right .news__title .more {
  font-size: 10px;
}
.container .right .news__title .more a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  color: #333;
}
.container .right .news__title .more a::after {
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  margin: -1px 0 0 2px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_arrow_next_b.svg) no-repeat center center/contain;
}
.container .right .news__list ul {
  margin-top: 6px;
}
.container .right .news__list ul li {
  width: 376px;
  padding: 10px 0;
  background: linear-gradient(to right, #8c8c8c 1px, transparent 1px) repeat-x left bottom/4px 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.container .right .news__list ul li::before {
  content: "・";
}
.container .right .news__list ul li a {
  text-decoration: none;
  color: #333;
}
.container .right .news__list ul li a:hover {
  color: #0aa0d2;
}
.container .right .news__list ul li.important a::before {
  content: "重要";
  display: inline-block;
  border-radius: 2px;
  width: 33px;
  height: 17px;
  margin-right: 6px;
  text-align: center;
  text-indent: 0;
  background-color: #ff5500;
  color: #fff;
  line-height: 1.5;
}
.container .right .news__list ul li.important span, .container .right .news__list ul li.important a:hover {
  color: #ff5400;
}
.container .right .news__bnr {
  margin-top: 28px;
}
.container .right .news__bnr a {
  display: block;
}
.container .right .news__bnr a img {
  width: 100%;
}
.container .right .news__faq {
  margin-top: 28px;
}
.container .right .news__faq a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
}
.container .right .news__faq a::after {
  content: "";
  display: block;
  width: 15px;
  height: 11px;
  margin: 0 0 0 4px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/point/icn_window_gray.svg) no-repeat center center/contain;
}

/* ====================================================================
contents
==================================================================== */
article {
  line-height: 1.3;
  font-size: 14px;
  color: #1e1e1e;
}
article h2.ttl {
  padding-top: 60px;
  text-align: center;
  font-size: 32px;
  color: #333;
}
article .ttl__subtxt {
  text-align: center;
  color: #888;
}
article .process__motion span:nth-child(1) {
  animation: processMotion1 1.5s linear 0s infinite normal;
}
article .process__motion span:nth-child(2) {
  animation: processMotion2 1.5s linear 0s infinite normal;
}
article .process__motion span:nth-child(3) {
  animation: processMotion3 1.5s linear 0s infinite normal;
}
article .chargeinfo__main {
  margin: 20px 40px 0;
  padding: 40px 0 32px;
  background-color: #f5f6f7;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #333;
}
article .chargeinfo__main span {
  font-size: 24px;
}
article .chargeinfo__coupon {
  margin: 20px 40px 0;
  padding: 20px 0;
  background-color: #f5f6f7;
  text-align: center;
  color: #333;
}
article .chargeinfo__coupon .id-type {
  font-size: 16px;
  font-weight: normal;
  justify-content: center;
}
article .chargecomplete {
  margin: 20px 40px 0;
  padding: 40px 0 32px;
  background-color: #f5f6f7;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
article .chargecomplete p {
  margin-top: 20px;
}
article .link-txt {
  margin-top: 40px;
  text-align: center;
}
article .link-txt a {
  font-size: 14px;
  color: #666;
  text-decoration: underline;
}
article .link-txt a:hover {
  text-decoration: none;
}
article > .error:not(.chargemain__point) {
  background-color: #fff;
  line-height: 1.3;
  font-size: 14px;
  color: #1e1e1e;
  padding: 30px 0;
}
article > .error:not(.chargemain__point)::before {
  content: "";
  display: block;
  width: 90px;
  height: 0;
  padding-top: 80px;
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/nexon/ver2017/point/icn_error.svg) no-repeat center top/contain;
}
article > .error:not(.chargemain__point) h4 {
  margin: 20px 30px 0;
  padding-top: 20px;
  background: linear-gradient(to right, #8c8c81 1px, transparent 1px) repeat-x left top/4px 1px;
  text-align: center;
  font-size: 16px;
  color: #e45525;
}
article > .error:not(.chargemain__point) > p {
  margin: 0;
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}
article > .error:not(.chargemain__point) > p strong {
  color: #e45525;
}

.chargemain__alert {
  position: relative;
  z-index: 6;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 18px 20px 16px;
}
.chargemain__alert p {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #d93025;
}
.chargemain__point {
  position: relative;
  z-index: 6;
  background-color: #fff;
  padding: 30px 20px;
  text-align: right;
}
.chargemain__point h2 {
  position: absolute;
  top: 30px;
  left: 20px;
}
.chargemain__point select {
  width: 340px;
  height: 56px;
  border: solid 1px #d0d0d0;
  border-radius: 4px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: right;
  padding-right: 10px;
}
.chargemain__point select option {
  font-weight: bold;
}
.chargemain__point select option.disabled {
  color: #d0d0d0;
  display: block;
  position: relative;
}
.chargemain__point select option.disabled::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "test";
  display: block;
}
.chargemain__point select option.disabled span {
  font-weight: normal;
  font-size: 16px;
}
.chargemain__point--explain {
  position: relative;
  z-index: 1;
  margin-top: 6px;
  font-size: 13px;
  color: #888;
}
.chargemain__point--explain span.caution {
  font-weight: bold;
  color: #d93025;
}
.chargemain__point--error {
  position: relative;
  z-index: 1;
  margin-top: 6px;
  font-size: 13px;
  color: #0aa0d2;
}
.chargemain__point--error::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_exclamation_blue.svg) no-repeat center center/contain;
}
.chargemain__point.error select {
  border: solid 1px #d93025;
  outline: solid 1px #d93025;
}
.chargemain__point.error2 .chargemain__point--error2 {
  position: relative;
  z-index: 1;
  margin-top: 6px;
  font-size: 13px;
  color: #d93025;
}
.chargemain__point.error2 .chargemain__point--error2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_exclamation_red.svg) no-repeat center center/contain;
}
.chargemain__point.error2 .chargemain__select--selected {
  border: solid 1px #d93025;
  outline: solid 1px #d93025;
}
.chargemain__point.hidden {
  display: none;
}
.chargemain__point.hidden + .chargemain__type {
  margin-top: 0;
}
.chargemain__select {
  position: relative;
  display: inline-block;
  width: 340px;
  z-index: 2;
}
.chargemain__select--selected {
  width: 340px;
  height: 56px;
  border: solid 1px #d0d0d0;
  border-radius: 4px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: right;
  padding: 11px 20px 0 0;
  cursor: pointer;
}
.chargemain__select--selected.open + .chargemain__select--list {
  display: block;
}
.chargemain__select--button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 56px;
  border-top: solid 1px #d0d0d0;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_arrow_next_b.svg) no-repeat center center/8px 12px;
  transform: rotateZ(90deg);
}
.chargemain__select--list {
  display: none;
  position: absolute;
  left: 0;
  top: 58px;
  width: 340px;
  border: solid 1px #d0d0d0;
}
.chargemain__select--list li {
  position: relative;
  padding: 6px 20px;
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.chargemain__select--list li:hover {
  background-color: #e9eaeb;
}
.chargemain__select--list li.disabled {
  color: #d0d0d0;
}
.chargemain__select--list li span {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  font-weight: normal;
  font-size: 12px;
  color: #b3b3b3;
}
.chargemain__select--input {
  position: relative;
  width: 245px;
  border: none;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: right;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.chargemain__select--input::placeholder {
  font-weight: normal;
  font-size: 20px;
}
.chargemain__type {
  margin-top: 20px;
  padding: 28px 20px 20px;
  background-color: #fff;
}
.chargemain__type--content {
  position: relative;
  margin-top: 20px;
  height: 80px;
  padding: 0 0 0 20px;
  background-color: #f5f6f7;
}
.chargemain__type--content:first-of-type {
  margin-top: 10px;
}
.chargemain__type--content.checked {
  height: auto;
  padding: 20px 0 10px 20px;
}
.chargemain__type--content.checked .chargemain__type--detail {
  height: auto;
  margin-top: 20px;
}
.chargemain__type--content.checked .chargemain__type--radio label {
  height: auto;
}
.chargemain__type--content.checked .chargemain__type--radio br {
  display: none;
}
.chargemain__type--content.checked .chargemain__type--thumb {
  display: none;
}
.chargemain__type--radio {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.chargemain__type--radio label {
  display: flex;
  align-items: center;
  height: 80px;
}
.chargemain__type--radio input {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  vertical-align: middle;
}
.chargemain__type--thumb {
  position: absolute;
  top: 0;
  left: 238px;
}
.chargemain__type--detail {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  height: 0;
  overflow: hidden;
}
.chargemain__type--detail .t-error {
  position: relative;
  display: block;
  padding-left: 24px;
}
.chargemain__type--detail .t-error::before {
  position: absolute;
  top: 0;
  left: 0;
}
.chargemain__type--detail .t-error a {
  font-weight: bold;
  color: #0aa0d2;
}
.chargemain__type--item {
  position: relative;
  width: 214px;
  height: 120px;
  overflow: hidden;
  margin: 0 0 8px 9px;
}
.chargemain__type--item:nth-of-type(4n+1) {
  margin-left: 0;
}
.chargemain__type--item.disabled {
  pointer-events: none;
}
.chargemain__type--item.disabled input + div {
  background-color: #e6e6e6;
}
.chargemain__type--item.disabled input + div .badge {
  background-color: #b3b3b3;
}
.chargemain__type--item.disabled input + div div, .chargemain__type--item.disabled input + div p {
  opacity: .4;
}
.chargemain__type--item input {
  position: absolute;
  left: -100px;
}
.chargemain__type--item input + div {
  position: relative;
  width: 214px;
  height: 120px;
  padding: 2px 9px 0;
  border: solid 1px #d0d0d0;
  background-color: #fff;
}
.chargemain__type--item input + div .badge {
  position: absolute;
  top: 6px;
  left: 6px;
  padding: 3px 4px 2px;
  border-radius: 4px;
  background-color: #0aa0d2;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}
.chargemain__type--item input:checked + div {
  padding: 0 7px;
  border: solid 3px #333;
}
.chargemain__type--item input:checked + div .badge {
  top: 4px;
  left: 4px;
}
.chargemain__type--item input:checked + div::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/point/img_chargetype_check.png) no-repeat center center/contain;
}
.chargemain__type--item p {
  padding-top: 11px;
  background: linear-gradient(to right, #8c8c8c 1px, transparent 1px) repeat-x left top/4px 1px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}
.chargemain__howto {
  margin-top: 38px;
  padding: 0 20px;
}
.chargemain__howto h2 {
  font-size: 22px;
  padding-bottom: 6px;
  border-bottom: solid 2px #d0d0d0;
}
.chargemain__howto--txt {
  margin-top: 18px;
  word-break: break-all;
}
.chargemain__howto--txt h3 + p {
  margin-top: 8px;
}
.chargemain__howto--img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  padding: 25px;
  border: solid 1px #d0d0d0;
  border-radius: 4px;
}
.chargemain__howto--link {
  display: inline-block;
  min-width: 460px;
  margin-top: 18px;
  padding-bottom: 18px;
}
.chargemain__howto--link a {
  display: block;
  position: relative;
  border: solid 1px #333;
  border-radius: 4px;
  padding: 12px 60px 9px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.chargemain__howto--link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -9px;
  display: block;
  width: 24px;
  height: 18px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/point/icn_window_black.svg) no-repeat center center/contain;
}
.chargemain__howto--link a:hover {
  background-color: #333;
  color: #fff;
}
.chargemain__howto--link a:hover::after {
  background: url(https://static.nexon.co.jp/nexon/ver2017/point/icn_window_white.svg) no-repeat center center/contain;
}
.chargemain__howto--bnr {
  margin-top: 20px;
}
.chargemain__howto--bnr a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 920px;
  height: 185px;
}
.chargemain__howto--bnr img {
  position: absolute;
  top: 0;
  left: 0;
  width: 920px;
}
.chargemain__howto--bnr:has(:nth-child(even)) {
  display: flex;
  justify-content: space-between;
}
.chargemain__howto--bnr:has(:nth-child(even)) a {
  display: block;
  width: 450px;
  height: 135px;
}
.chargemain__howto--bnr:has(:nth-child(even)) a img {
  top: -185px;
}
.chargemain__howto--free {
  margin-top: 18px;
}

.chargeconfirm {
  margin: 40px 40px 0;
  color: #333;
}
.chargeconfirm dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.chargeconfirm__title {
  display: flex;
  align-items: center;
  width: 252px;
  padding: 20px 0;
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(to right, #8c8c8c 1px, transparent 1px) repeat-x left bottom/4px 1px;
}
.chargeconfirm__title:first-of-type {
  padding-top: 0;
}
.chargeconfirm__detail {
  position: relative;
  width: 628px;
  font-size: 16px;
  padding: 20px 0;
  background: linear-gradient(to right, #8c8c8c 1px, transparent 1px) repeat-x left bottom/4px 1px;
  /*
  + .chargeconfirm__title{
  	margin-top:17px;
  }
  + .chargeconfirmt__detail{
  	margin-top:16px;
  }
  */
}
.chargeconfirm__detail:first-of-type {
  padding-top: 0;
}
.chargeconfirm__txt {
  margin: 20px 40px 0;
}
.chargeconfirm__txt a {
  font-weight: bold;
  color: #0aa0d2;
}
.chargeconfirm__txt a.blank::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  margin: 0 4px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/point/icn_window_blue.svg) no-repeat center center/contain;
}
.chargeconfirm__explain {
  margin: 20px 40px 0;
  font-size: 12px;
}
.chargeconfirm__explain p {
  padding-left: 12px;
  text-indent: -12px;
}
.chargeconfirm__explain p.important {
  font-weight: bold;
}
.chargeconfirm__explain p.important strong {
  color: #d93025;
}
.chargeconfirm__explain a {
  font-weight: bold;
  color: #0aa0d2;
}
.chargeconfirm__explain a.blank::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  margin: 0 4px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/point/icn_window_blue.svg) no-repeat center center/contain;
}
.chargeconfirm__caution {
  margin: 20px 40px 0;
  padding: 10px;
  border: solid 1px #d0d0d0;
  font-size: 12px;
}
.chargeconfirm__caution h3 {
  margin-bottom: 6px;
  text-align: center;
}
.chargeconfirm__caution + .chargeconfirm_txt {
  margin-top: 10px;
}
.chargeconfirm__caution a {
  font-weight: bold;
  color: #0aa0d2;
}
.chargeconfirm__caution a.blank::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  margin: 0 4px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/point/icn_window_blue.svg) no-repeat center center/contain;
}

@keyframes processMotion1 {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
}
@keyframes processMotion2 {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes processMotion3 {
  0% {
    opacity: 0;
  }
  74% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
}
.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 + .formlist__title {
  margin-top: 17px;
}
.formlist__detail + .formlist__detail {
  margin-top: 16px;
}
.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__retention {
  margin-top: 8px;
  font-size: 11px;
  color: #888;
}
.formlist__retention input {
  vertical-align: middle;
  margin-right: 5px;
  border: solid 1px #95989a;
}
.formlist span.nexonid {
  font-size: 15px;
}

.id-type {
  display: flex;
  align-items: center;
}
.id-type img {
  max-width: 21px;
  max-height: 21px;
  margin-right: 5px;
}

.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;
}

/* ====================================================================
旧レイアウト
==================================================================== */
hr.solidline {
  display: block;
  width: 100%;
  height: 1px;
  margin: 16px 0 0;
  border: none;
  background-color: #a3a6a8;
}
hr.solidline + h5 {
  margin-top: 20px;
}

.left article h4 {
  font-size: 16px;
  padding: 30px 30px 0;
  background-color: #fff;
}

.contents {
  position: relative;
  margin: 0;
  padding: 40px;
  background-color: #fff;
}
.contents h2.ttl {
  padding-top: 20px;
}
.contents .chargeinfo__main {
  margin: 20px 0 0;
}
.contents .chargeinfo__main + p {
  margin-top: 40px;
}
.contents .form {
  margin-top: 20px;
  padding: 0 20px;
  background-color: #f5f6f7;
}
.contents .form .detail dl {
  display: flex;
  flex-wrap: wrap;
}
.contents .form .detail dl dt, .contents .form .detail dl dd {
  padding: 20px 0;
}
.contents .form .detail dl dt {
  font-weight: bold;
  width: 30%;
}
.contents .form .detail dl dd {
  position: relative;
  width: 70%;
}
.contents .form .detail dl dd input {
  width: 100%;
  text-indent: 5px;
}
.contents .form .detail dl dd select {
  width: 100%;
  text-indent: 5px;
}
.contents .form .detail dl dd span.num-change {
  position: absolute;
  right: 0;
  font-size: 11px;
}
.contents .form .detail dl dd.mobile-mailaddress > div {
  display: flex;
}
.contents .form .detail dl dd.mobile-mailaddress > div input,
.contents .form .detail dl dd.mobile-mailaddress > div select {
  margin: 0 5px;
}
.contents .form .detail dl dd.mobile-mailaddress > div input {
  width: 30%;
  text-indent: 5px;
}
.contents .form .detail dl dd.mobile-mailaddress > div input:first-of-type {
  margin-left: 0;
}
.contents .form .detail dl dd.mobile-mailaddress > div select {
  width: 30%;
  text-indent: 5px;
}
.contents .form .detail dl dd.security-code > div {
  display: flex;
  position: relative;
}
.contents .form .detail dl dd.security-code > div img {
  position: absolute;
  top: -8px;
  left: 85px;
}
.contents .form .detail dl dd.security-code input {
  display: inline-block;
  width: 70px;
  margin-right: 15px;
}
.contents .form .detail dl dd.security-code .caution {
  margin-top: 14px;
}
.contents .form .detail dl dd ul.caution {
  margin-top: 5px;
  text-align: left;
  font-size: 11px;
  color: #707070;
}
.contents .form .detail dl dd ul.caution li strong {
  color: #e5520a;
}
.contents .form .detail dl dd ul.caution li strong a {
  color: #e5520a;
}
.contents .form .detail dl dd ul.caution li a.blank {
  margin-right: 2px;
  padding-right: 16px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_window_gray.svg) no-repeat right center;
  background-size: 14px 11px;
}
.contents .form .detail dl dd span.notes {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  color: #707070;
}
.contents .form .detail dl dd span.notes strong {
  color: #e5520a;
}
.contents .form .detail dl dd span.notes strong a {
  color: #e5520a;
}
.contents .form .detail dl dd .expiry {
  display: flex;
}
.contents .form .detail dl dd .expiry select:nth-of-type(1) {
  width: 50px;
  margin-right: 8px;
}
.contents .form .detail dl dd .expiry select:nth-of-type(2) {
  width: 70px;
  margin-left: 8px;
}
.contents .form .detail dl dd + dt,
.contents .form .detail dl dd + dt + dd {
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/img_dotline_gray.png) repeat-x left top;
}
.contents .form .detail .sms-send {
  padding-bottom: 20px;
}
.contents .form .detail .sms-send .btn {
  position: relative;
  width: 260px;
  height: 0;
  margin-top: 20px;
  padding-top: 40px;
  overflow: hidden;
}
.contents .form .detail .sms-send .btn a {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #0aa0d2;
  font-weight: bold;
  color: #fff;
}
.contents .form .detail .sms-send .btn a:hover {
  background-color: #14aae5;
}
.contents .form .detail .sms-progress {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  color: #6e6e6e;
}
.contents .form .detail .sms-progress p {
  display: inline-block;
  height: 25px;
  padding-left: 35px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/point/img_creditcard_loading.gif) no-repeat left top;
}
.contents .form .detail .sms-complete {
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #6e6e6e;
}
.contents .form + h5 {
  margin-top: 20px;
}
.contents .form + h5 + p,
.contents .form + h5 + ul {
  margin-top: 10px;
}
.contents .form + p {
  margin-top: 20px;
}
.contents .form + p + h5,
.contents .form + p + ul {
  margin-top: 10px;
}

/* ====================================================================
ボタン
==================================================================== */
.btn-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-area .btn {
  margin: 0 10px;
}

.btn-amazonpay {
  width: 296px;
  height: 60px;
  margin: 40px auto 0;
}

.btn {
  width: 460px;
  margin: 0 auto;
  /* mini btn */
  /* sp用戻るボタン */
}
.btn a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
}
.btn.common-b, .btn.common-g {
  margin-top: 40px;
  width: 460px;
  text-align: center;
}
.btn.common-b a, .btn.common-g a {
  position: relative;
  display: block;
  padding: 15px 0 14px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.btn.common-b a::after, .btn.common-g a::after {
  content: "";
  position: absolute;
  display: block;
  width: 9px;
  height: 15px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_arrow_next.svg) no-repeat center center/contain;
}
.btn.common-b.blank a::after, .btn.common-g.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.reverce:not(.blank) a::after, .btn.common-g.reverce:not(.blank) a::after {
  transform: rotateZ(180deg);
}
.btn.common-b a {
  background-color: #0aa0d2;
}
.btn.common-b a::after {
  top: 50%;
  right: 20px;
  margin-top: -8px;
}
.btn.common-b a:hover {
  background-color: #14aae5;
}
.btn.common-g a {
  background-color: #6e6e70;
}
.btn.common-g a::after {
  top: 50%;
  left: 20px;
  margin-top: -7px;
}
.btn.common-g a:hover {
  background-color: #87878a;
}
.btn.m20 {
  margin-top: 20px;
}
.btn.more {
  position: relative;
  width: 126px;
  padding-top: 26px;
  height: 0;
  margin: 30px auto 0;
}
.btn.more a {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3px 0 0 10px;
  border: solid 1px #95989a;
  font-size: 12px;
  color: #6e6e6e;
}
.btn.more a::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 6px;
  display: block;
  width: 8px;
  height: 13px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_arrow_g.svg) no-repeat;
  background-size: 100% 100%;
}
.btn.more a:hover {
  border: solid 1px #0aa0d2;
  background: #0aa0d2;
  border-color: #0aa0d2;
  color: #fff;
}
.btn.more a:hover::after {
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_arrow_w.svg) no-repeat;
  background-size: 100% 100%;
}
.btn.sp-back {
  display: none;
}

/* ====================================================================
モーダル
==================================================================== */
.inline-modal {
  display: none;
}

.modal-detail .modal__qr {
  padding: 40px 0;
}
.modal-detail .modal__qr--title {
  text-align: center;
  font-size: 28px;
  color: #333;
}
.modal-detail .modal__qr--main {
  width: 620px;
  margin: 20px auto 0;
  padding: 40px 0;
  background-color: #f5f6f7;
  text-align: center;
}
.modal-detail .modal__qr--caution {
  width: 620px;
  margin: 10px auto 0;
  text-align: left;
  color: #888;
}
