@charset "UTF-8";

.blueBack .login-register-header {
    border: none;
}

.login-register-header {
    position: relative !important;
    height: 15vw !important;
}

.login-register-content {
    background-color: #F4F4F4;
    padding-top: 16px;
    padding-bottom: 32px;
}

.footNav2 {
    margin-top: 0;
}

.login-register-content h2 {
    color: #2B2B2B;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding: 0;
}

div.form-div {
    margin-bottom: 16px;
}

.max-contents {
    max-width: 768px;
    margin: auto;
}

.login-register-box {
    background-color: #FFFFFF;
    margin: 16px;
    padding: 16px;
    border: solid 1px #E6E6E6;
    border-radius: 6px;
}

.password-reset-box {
    text-align: right;
    margin: 16px;
}

.password-reset-box a {
    font-size: 12px;
    text-decoration: none;
    color: #1A1C8A
}

.login-register-form {
    font-size: 12px;
    padding: 12px;
    width: 100%;
    height: 40px;
    border: solid 1px #CAC7BA;
    border-radius: 3px;
}

.login-register-form-inline {
    display: flex;
    justify-content: space-between
}

.login-register-form-inline div {
    width: 100%;
    margin-left: 7px;
}

.login-register-form-inline div:first-child {
    margin-left: 0;
}

.register-confirm-form {
    outline: none;
    font-size: 12px;
    padding: 1px;
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: solid 1px #CAC7BA;
    border-radius: 0px;
}

.form-label {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
}

.form-text {
    margin-top: 8px;
    margin-bottom: 16px;
    color: #2B2B2B;
    font-size: 10px;
    line-height: 16px;
}

.require:after {
    content: "必須";
    color: #EA5532;
    font-size: 10px;
    font-weight: normal;
    margin-left: 4px;
}

a.submit-button, a.register-button {
    display: block;
    margin: 24px 0 0 0 !important;
    text-decoration: none;
    line-height: 50px;
    text-align: center;
    width: 100% !important;
    height: 50px;
    border-radius: 100px;
}

a.submit-button {
    font-size: 15px;
    color: #FFFFFF;
    background-color: #FD9A1C;
}

a.register-button {
    margin-top: 16px !important;
    font-size: 12px;
    color: #2B2B2B;
    background-color: #FFFFFF;
    border: solid 1px #C2C6CC;
}

.register-box {
    color: #6B2018;
    background-color: #E8E7E3;
    padding: 24px 16px;
    border-top: double 5px #F4F4F4;
    border-bottom: double 5px #F4F4F4;
}

.register-title {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.register-benefits {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    line-height: 15px;
}

.register-benefits-box {
    position: relative;
    background-color: #FFFFFF;
    width: calc(100% / 2);
    margin: 8px;
    padding: 16px;
    border: solid 2px #BCB9AE;
}

.register-benefits-box-title {
    position: absolute;
    top: -10px;
    /*left: calc(50% - 15vw);*/
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 120px;
    width: 30vw;
    height: 20px;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #BCB9AE;
    border-radius: 100px;
    font-size: 12px;
    text-align: center;
}

.register-benefits-box:nth-child(1) {
    margin-left: 0;
}

.register-benefits-box:nth-child(2) {
    margin-right: 0;
}

.login-error {
    text-align: center;
    color: #FF0000;
    font-weight: bold;
    margin: 16px 0;
}

.register-membership-agreement {
    display: flex;
    justify-content: space-between;
}

a.membership-agreement-link {
    text-decoration: none;
    color: #1A1C8A;
    font-size: 12px;
    line-height: 24px;
}

.register-hr {
    margin: 16px -16px;
    border-top: solid 1px #DEDFE0;
}

.register-text-box {
    margin: 16px;
    font-size: 12px;
    line-height: 20px;
}

.email-newsletter, .email-newsletter-title {
    font-size: 12px;
}

.email-newsletter-title {
    font-weight: bold;
    margin: 12px 0;
}

.email-newsletter-checkbox {
    display: flex;
    margin: 8px 0;
}

.is-send-point-expiry, .is-send-point-expiry-title, .is-send-abandoned-cart, .is-send-abandoned-cart-title {
    font-size: 12px;
}

.is-send-point-expiry-title, .is-send-abandoned-cart-title {
    font-weight: bold;
    margin: 12px 0;
}

.is-send-point-expiry-checkbox, .is-send-abandoned-cart-checkbox {
    display: flex;
    margin: 8px 0;
}

input[type=checkbox], input[type=checkbox]:checked  {
    display: none;
}

input[type=checkbox] + label, input[type=checkbox]:checked + label {
    box-sizing: border-box;
    cursor: pointer;
    padding-left: 32px;
    position: relative;
    width: auto;
    font-size: 12px;
}

input[type=checkbox] + label::before, input[type=checkbox]:checked + label::before {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    margin-top: -8px;
    width: 20px;
    height: 20px;
    content: '';
    border: solid 2px #E6E6E6;
    border-radius: 3px;
}

input[type=checkbox]:checked + label::before {
    width: 22px;
    height: 22px;
    border: none;
    background: #FF9300;
}

input[type=checkbox]:checked + label::after {
    position: absolute;
    top: 12px;
    left: 7px;
    margin-top: -7px;
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}

.validation-error {
    color: #EA5532;
    font-size: 10px;
}

.error-outline {
    outline: solid 2px #EA5532;
}

h2.thanks-title {
    margin-top: 16px;
    font-size: 13px;
}

.thanks-box {
    color: #6B2018;
}

.thanks-box-title {
    font-size: 13px;
    text-align: center;
}

.thanks-box li {
    list-style: inherit;
    margin-top: 12px;
    margin-left: 16px;
    font-size: 12px;
    line-height: 20px;
}

a.membership-link-button {
    margin-top: 32px !important;
}

.thanks-continue-link {
    text-align: center;
    margin-top: 24px;
}

a.thanks-continue-link {
    text-decoration: none;
    text-align: center;
    color: #1A1C8A;
}