@charset "UTF-8";
html{
	font-size: 62.5%;
}
#config-contents{
	width:100%;
    -webkit-text-size-adjust: none;
    font-size: 13px;
    color: #333333;
    font-weight:600;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#config-contents div#local {
    background-color: #434343;
    color: white;
    text-align: center;
    -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: auto;
}
.form_checkout .error, .form_coupon .error {
    color: #ff3c67;
    font-weight: bold;
}
.input-txt.error {
    border: 1px solid #ff3c67;
}
#config-contents div#local {
    background-color: #859fc6 !important;
    opacity: 0.9;
}
#config-contents div#local ul {
    margin: 0 auto;
    background-color: #434343;
    overflow: hidden;
}
#config-contents div#local ul {
    background-color: #859fc6 !important;
    opacity: 0.9;
}
#config-contents div#local ul li {
    display: inline-block;
    padding: .8em 2.5em .8em 1.2em;
    line-height: 1em;
}
#config-contents div#local ul li a {
    color: white;
}
#config-contents div#local ul li.active {
    background: #859fc6 url(/o/nec.account.shopping.registration/image/localnav_arrow.png) no-repeat scroll 100% 50%;
    font-weight: bold;
}
#config-body {
    max-width: 1240px;
    width: 100%;
    min-width: 900px;
    margin: 0 auto;
    line-height: 1.5em;
}
.cart-contents #hero {
    text-align: left!important;
}
#config-body #hero {
    position: relative;
    text-align: center;
}
#config-contents h1, #config-contents h2, #config-contents h3, #config-contents h4, #config-contents h5, #config-contents p, #config-contents ul, #config-contents li, #config-contents dd, #config-contents dt, #config-contents dl {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cart-contents #hero h1 {
    padding-top: 70px!important;
    margin-bottom: 2em;
}
#config-body #hero h1 {
    font-size: 16px;
    font-weight: lighter;
    padding-top: 120px;
    line-height: 1.5em;
}
#config-body #hero h1 b {
    font-size: 28px;
    font-weight: lighter;
}
#config-body .division {
    margin-bottom: 0.8em;
    overflow: hidden;
    height: auto;
    text-align: left;
}
#config-body .division {
    margin-bottom: 10.8em;
}
#customerInfo {
    width: 58%;
    float: left;
    margin-right: 2%;
}
#config-body .division h3 {
    background-color: #797c86;
    color: white;
    font-size: 18px;
    font-weight: normal;
    padding: 14px 25px;
}
#config-body .division h3 {
    background-color: #4d4d4d;
}
.cart-contents h4 {
    font-size: 16px;
    padding: 15px 0px!important;
}
.form-container {
    margin-bottom: 15px;
}
#customerInfo .required, #payment .required {
    font-size: 9px;
    background-color: #4D4D4D;
    padding: 2px 4px;
    margin: 5px!important;
    color: #ffffff;
    border-radius: 2px;
    vertical-align: top;
}
#customerInfo .request {
    margin: 10px auto 30px;
}
#customerInfo .request li {
    display: inline-block;
}
#customerInfo .request .txt, #customerInfo .request .yes, #customerInfo .request .no {
    margin-right: 30px;
}
#customerInfo label {
    cursor: pointer;
}
input[type="radio"] {
    cursor: pointer;
    display: none;
}
#personal.radio, #soho.radio {
    display: block;
    position: relative;
    top: 16px;
    right: 3px;
    opacity: 0;
}
.radio-icon {
    cursor: pointer;
}
.radio + .radio-icon {
    position: relative;
    display:-webkit-inline-flex;/*--- Androidブラウザ用 ---*/
    display:-ms-inline-flex;/*--- IE10 ---*/
    display:-webkit-inline-flex;/*--- safari（PC）用 ---*/
    display: inline-flex;
    width: 15px;
    height: 15px;
    background: url(/o/nec.account.shopping.registration/image/radio.png);
    background-size: contain;
    vertical-align: middle;
}
.radio:checked + .radio-icon:before {
    content: "";
    position: relative;
    left: 0px;
    top: 0px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/o/nec.account.shopping.registration/image/radio_checked.png);
    background-size: 15px 15px;
}
.left-side-field {
    margin-right: 9px;
}
.form-container {
    margin-bottom: 15px;
}
.form_checkout .column-6 {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
#customerInfo label {
    cursor: pointer;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="datetime"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime-local"], input[type="number"], input[type="range"], input[type="color"] {
    -webkit-appearance: none!important;
    border-radius: 0!important;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="datetime"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime-local"], input[type="number"], input[type="range"], input[type="color"] {
    padding: 8px 10px;
}
.input-txt {
    /* -moz-user-select: none; */
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    /* border-radius: 3px; */
    cursor: pointer;
    position: relative;
    transition: all 150ms ease-in-out 0s;
    color: #000;
    font-size: 14px;
    line-height: 1;
    overflow: hidden;
    padding: 11px 12px;
    white-space: nowrap;
    /* display: block; */
}
#customerInfo .required, #payment .required {
    font-size: 9px;
    background-color: #4D4D4D;
    padding: 2px 4px;
    margin: 5px!important;
    color: #ffffff;
    border-radius: 2px;
    vertical-align: top;
}
.form_checkout .input-txt-sets {
    width: 100%;
    box-sizing: border-box;
}
.form_checkout .input-txt {
    /* margin: 4px auto 2px; */
    width: 100%;
    box-sizing: border-box;
}
#terms {
    border: 1px solid #ff3c67;
    padding: 20px;
    font-size: 14px;
}

#terms .attention {
    color: #ff3c67;
    font-size: 19px;
    margin: 20px auto;
    font-weight: bold;
}
#terms .attention span {
    background-color: #ff3c67;
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;
    padding: 5px 15px;
    margin-right: 5px;
}

#iframe-term_01, #iframe-term_02, #iframe-term_03, #iframe-term_lease, .term {
    border: 1px solid #94a0aa;
    margin-bottom: 25px;
}
.additional-terms {
    margin-bottom: 15px;
}
.additional-terms p {
    margin-bottom: 5px!important;
}
.cart-contents p a:visited, .cart-contents ul li a:visited, .cart-contents ol li a:visited {
    color: #333333!important;
}
#config-contents a {
    text-decoration: none;
}
#config-body a {
    cursor: pointer;
    color:#333;
}
#term-cofirmation {
    padding: 0 10px;
}
#term-cofirmation {
    padding: 25px 20px!important;
    font-size: 16px;
    background-color: #EAEBED;
    margin: 10px auto;
}
#term-cofirmation p {
    font-size: 13px;
}
#term-cofirmation .agreement-form {
    text-align: center;
    margin: 10px;
}
#term-cofirmation label {
    cursor: pointer;
    margin-left: 10px;
}
input[type="radio"] {
    cursor: pointer;
    display: none;
}
#term-cofirmation .radio + .radio-icon {
    top: -2px;
    left: -4px;
}
#config-body a.arrow {
    padding-right: 1.5em;
    background: url(/o/nec.account.shopping.registration/image/icon_right-arrow-circled-black.png) no-repeat 100% 50%;
    background-size: 14px 14px;
}
#getID_right {
    float: right;
    margin-top: 0;
    padding-top: 0;
    width: 38%;
}
.getID_right_contents {
    border: 1px solid #2e2e2e;
    margin: 0 auto;
    padding: 20px;
}
.login_merit {
    counter-reset: number 0;
}
.login_merit ol {
    margin: 0px;
    padding: 0 0 0 1.3em;
    text-indent: -1.3em;
}
.login_merit ol li::before {
    counter-increment: number 1;
    content: counter(number) " ";
    margin-right: 5px;
    font-weight: bold;
}
#config-contents .sosumi {
    font-size: 12px !important;
}
.getID_right_contents ul.sosumi li {
    font-size: 12px;
    position: relative;
    padding: 0;
    border: none;
    margin-left: 1.5em;
}
.getID_right_contents ul.sosumi {
    font-size: 12px !important;
    margin-top: 1em!important;
    padding: 0 1.5em!important;
    text-align: left;
}
#config-contents .sosumi {
    font-size: 12px !important;
}
.getID_right_contents ul.sosumi li::before {
    color: red;
    content: "※";
    height: 1em;
    left: -1.5em;
    position: absolute;
    top: 0;
    width: 1em;
}
.CartCusInfo .cart_bottom_navi, .CartConfirm .cart_bottom_navi, .CartReg .cart_bottom_navi, .CartRegConfirm .cart_bottom_navi {
    position: relative;
}
.CartCusInfo .cart_bottom_navi .bar-black, .CartConfirm .cart_bottom_navi .bar-black, .CartReg .cart_bottom_navi .bar-black, .CartRegConfirm .cart_bottom_navi .bar-black {
    position: absolute;
    margin: 0!important;
    left: 0;
}
.cart_bottom_navi .center {
    margin: 50px auto;
    text-align: center;
}
.cart_bottom_navi .bar {
    background-color: #f29720;
    display: inline-block;
    vertical-align: bottom;
    width: 300px;
    margin-bottom: 10px;
    height: 72px;
}
.blink {
    transition: opacity 0.3s ease-out 0s;
}
.cart_bottom_navi .bar button[type="submit"] {
    border: none;
    color: #fff!important;
    background-color: #f29720;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 72px;
    line-height: 72px;
    padding: 0 2em;
    text-align: left;
    width: 300px;
    cursor: pointer;
}
.cart_bottom_navi .bar button[type="submit"]::before {
    content: '';
    line-height: 24px;
    float: right;
    width: 24px;
    height: 72px;
    display: inline-block;
    background: url(/o/nec.account.shopping.registration/image/icon_right-arrow-circled-white.png) no-repeat 0% 50%;
    background-size: 24px 24px;
}
.cart_bottom_navi .bar-black {
    display: inline-block!important;
    margin: 2em 1em 0;
    color: #ffffff;
    line-height: 16px;
    font-size: 12px!important;
    cursor: pointer;
    background-color: #2e2e2e;
}
.cart_bottom_navi .bar-black a {
    color: white!important;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    padding: 0 2em;
    /* text-align: left; */
    text-decoration: none!important;
}
.cart_bottom_navi .bar-black a:link, .cart_bottom_navi .bar-black a:hover, .cart_bottom_navi .bar-black a:visited, .button.back a:link, .button.back a:hover, .button.back a:visited {
    text-decoration: none!important;
    color: #fff !important;
}
.cart_bottom_navi .bar-Link i {
    content: '';
    line-height: 45px;
    float: left;
    width: 16px;
    height: 45px;
    display: inline-block;
    margin-right: 5px;
    background: url(/o/nec.account.shopping.registration/image/icon_right-arrow-circled-white.png) no-repeat 0% 50%;
    background-size: 16px 16px;
    transform: rotate(-180deg);
}
.cart-contents p a:link, .cart-contents ul li a:link, .cart-contents ol li a:link {
    color: #333333;
    text-decoration: underline!important;
}
#customerInfo .tel-place01, #customerInfo .tel-place02, #customerInfo .tel-place03 {
    width: 30.57%;
}
#customerInfo .tel li {
    display: inline-block;
}
.blink:hover {
    animation: 0s ease 0s normal none 1 running none;
    opacity: 0.6;
}
.mainfooter .list-area .link-list{
	display:none !important;
}

body.fix-localnav div#local {
    position: fixed;
    top: 0;
    z-index: 100;
}
#config-contents div#local .alert-area {
    background-color: #ff003c;
    display: none;
}
#column-1,.portlet-decorate .portlet-content{
	padding:0;
}
.cart_bottom_navi button[type="submit"][disabled] {
    background-color: #cccccc;
    cursor: not-allowed;
}

/* mobile */
@media screen and (max-width: 480px){
	#config-contents {
	    width: 100%;
	    min-width: 100%;
	    padding: 0;
	    font-size: 1.4rem;
	    line-height: 1.6rem;
	}
	div#local ul {
	    display: none;
	}
	div#local .alert-area {
	    text-align: left;
	    padding: .5em;
	}
	#config-contents #config-body {
	    min-width: 100%;
	    width: 100%;
	    position: relative;
	    padding: 0;
	    font-size: 1.4rem;
	    line-height: 1.6rem;
	}
	body #config-body {
	    overflow: hidden;
	}
	#config-body #hero {
	    padding: 15px;
	}
	.cart-contents #hero {
	    margin-bottom: 0!important;
	}
	.cart-contents #hero h1 {
	    padding: 15px!important;
	    background-color: #7486a0;
	    color: #ffffff;
	    font-weight: bold !important;
	    margin: -15px;
	}
	#config-body #hero h1 {
	    padding-top: 0px;
	    text-align: left;
	}
	#config-body #hero h1 b {
	    display: block;
	    font-size: 1.7rem;
	}
	#config-body .division {
	    margin-bottom: 0.8em;
	}
	#customerInfo {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	}
	#config-body .division h3 {
	    font-size: 1.2rem;
	    padding: 14px 15px;
	}
	#point_area, #payment_area, #introducecode_area, #customerInfo_01, #customerInfo_02, #customerInfo_03, #RepID, #payment-confirm_area {
	    padding: 18px;
	}
	.cart-contents h4 {
	    font-size: 1.4rem;
	    padding: 5px 0!important;
	    line-height: 1.9rem;
	}
	.form-container .txt {
	    font-size: 1.2rem;
	}
	.left-side-field {
	    margin-right: 5px;
	}
	.sm-column-12 {
	    width: 100%!important;
	}
	.form_checkout .column-6 {
	    width: 48%;
	}
	#customerInfo #terms {
	    margin: 0px!important;
	    padding: 12px;
	}
	#terms .attention {
	    font-size: 1.6rem;
	}
	#terms .attention span {
	    font-size: 1.3rem;
	}
	#config-body .arrow {
	    background-size: 1em 1em !important;
	}
	#term-cofirmation {
	    padding: 20px 12px;
	}
	#term-cofirmation .agreement-form {
	    margin: 10px auto;
	}
	#getID_right {
	    width: 100%;
	    float: none;
	}
	.getID_right_contents {
	    margin: 18px!important;
	}
	.cart-contents h4 {
	    font-size: 1.4rem;
	}
	.login_merit {
	    font-size: 1.2rem;
	}
	.cart_bottom_navi .bar, .cart_bottom_navi .bar-outline, .cart_bottom_navi .bar-black, .cart_bottom_navi .bar-black-second {
	    width: 90%;
	    margin: 20px auto 10px;
	    display: block;
	}
	.cart_bottom_navi .bar button[type="submit"] {
	    width: 100%;
	}
	.cart_bottom_navi .bar button[type="submit"]::before {
	    background: rgba(0, 0, 0, 0) url(/o/nec.account.shopping.registration/image/icon_right-arrow-circled-white.png) no-repeat scroll 0 50% / 20px 20px;
	    line-height: 20px;
	    width: 20px;
	}
	.CartCusInfo .cart_bottom_navi .bar-black, .CartConfirm .cart_bottom_navi .bar-black, .CartReg .cart_bottom_navi .bar-black, .CartRegConfirm .cart_bottom_navi .bar-black, .CartConfirm .cart_bottom_navi .bar-black-second {
	    position: static;
	    margin-bottom: 10px!important;
	}
	#customerInfo .tel-place01, #customerInfo .tel-place02, #customerInfo .tel-place03 {
	    width: 29%;
	}

}

@media screen and (max-width: 1200px) and (min-width: 481px){
	body #config-contents {
	    box-sizing: border-box;
	}
}

@media screen and (max-width: 1430px){
	
	#config-body {
	    padding: 0 20px;
	}
	.left-side-field {
	    margin-right: 7px;
	}
	#customerInfo .tel-place01, #customerInfo .tel-place02, #customerInfo .tel-place03 {
	    width: 29.57%;
	}
}