@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: