﻿html {
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    background: #f5f5f5;
    font-family: "Source Sans Pro", Helvetica, Arial, "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


a:hover {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    outline: 0 none;
    text-decoration: none
}

h4 a:hover {
    color: #E62E04;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.clear {
    clear: both
}

.fix {
    overflow: hidden;
}

*:focus {
    outline: 0 !important;
}

.single-container {
    padding: 0 0 100px;
}

.single-header {
    text-align: center;
}

.single-header h1 {
    display: inline-block;
    margin: 11px 0 12px;
}

main {
    display: block;
}

.login-panel {
    max-width: 456px;
    margin: 0 auto;
    background: #fff;
}

.login-form-inner {
    padding: 16px 32px;
    border-bottom: 1px solid #eee;
}
@media screen and (min-width: 768px) {
    .login-form-inner {
        padding: 32px 64px;
    }
}

.login-form-inner:first-child {
    padding: 5px 10px;
}

.login-no-account {
    padding: 16px 10px;
    text-align: center;
}

.login-panel-title {
    padding-top: 16px;
    font-size: 16px;
    text-align: center;
}

.login-no-account p {
    font-size: 16px;
}
.login-no-account a {
    display: block;
    margin: 8px 0 0;
    border-radius: 4px;
    border: 1px solid #EDA93A;
    background: #EDA93A;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
}
.login-no-account a:hover {
    opacity: 1;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
   
}


.login-form-inner .input-default {
    margin: 0;
}


.form-group .input-default {
    width: 100%;
    margin: 8px 0 0;
}


.input-default {
    height: 48px;
    padding: 10px 16px 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    line-height: 1.5;
    font-size: 16px;
}
.input-default.half {
    width: calc(50% - 6px);
}
.input-default.half:first-of-type {
    margin-right: 8px;
}
.input-default.has-error {
    border-color: #ea352d;
}
.input-default:focus {
    border-color: #0099e8;
}


.btn-red {
    background: #ea352d;
    border: 1px solid #ea352d;
    color: #fff;
}

.btn-default {
    display: block;
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid transparent;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
    cursor: pointer;
    text-align: center;
}

.btn-default:hover {
    text-decoration: none;
}
.btn-default.is-disabled,
.btn-default:disabled {
    border: 1px solid #888;
    background: #888;
    color: #fff;
}
.btn-default.is-disabled:hover,
.btn-default:disabled:hover {
    background: #888;
    color: #fff;
}

.btn-red:hover {
    background: #e62017;
    color: #fff;
}

.login-panel a {
    display: block;
}


a {
    color: #0099e8;
    text-decoration: none;
}

@media screen and (min-width: 768px)
{
    .single-container {
        padding: 0 0 100px;
    }

    .single-header {
        height: 128px;
    }

    .single-header h1 {
        margin: 30px 0 0;
    }

    .login-panel {
        max-width: none;
        width: 456px;
    }

}   

.single-footer {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100px;
    padding: 40px 0;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .single-footer {
        width: 456px;
        height: 100px;
        margin: 0 auto;
    }
}
.single-footer ul {
    font-size: 0;
}
.single-footer li {
    margin: 16px 0 0;
    font-size: 12px;
}
@media screen and (min-width: 768px) {
    .single-footer li {
        display: inline-block;
        margin: 0 0 0 16px;
    }
}
.single-footer li:first-child {
    margin: 0;
}
.single-footer a {
    display: block;
    color: #333;
}
.single-footer p {
    margin: 8px 0 0;
}
.single-footer small {
    font-size: 13px;
}
.single-footer-logo {
    width: 80px;
    height: 65px;
    margin: 40px auto 0;
}


.l-single-content {
    max-width: 320px;
    margin: 0 auto;
}
.l-single-content p {
    margin: 8px 0 0;
    line-height: 1.5;
}
.l-single-content p.l-single-text {
    margin: 8px 0 0;
    padding: 0;
}
.l-single-content p:first-child {
    margin: 0;
    padding: 0;
}
.l-single-head {
    padding: 24px 8px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .l-single-head {
        padding: 32px 16px;
        font-size: 22px;
    }
}

.l-single-container {
    background: #fff;
}
@media screen and (min-width: 768px) {
    .l-single-container {
        width: 700px;
        margin: 0 auto;
    }
}

.checkbox-default {
    position: relative;
    font-size: 0;
}
.checkbox-default input[type="checkbox"] {
    display: none;
}
.checkbox-default input[type="checkbox"]:checked + .icon-check {
    border-color: transparent;
    background: #0099e8;
    opacity: 1;
}
.checkbox-default .icon-check {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.checkbox-default label {
    position: relative;
    z-index: 2;
    padding: 0 0 0 28px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.form-group .checkbox-default, .form-group .radio-default, .form-group .textarea-default {
    margin: 16px 0 0;
}

.has-error-text {
    color: #ea352d;
    line-height: 1.5;
    font-size: 14px;
}
.has-error-text li {
    margin: 8px 0 0;
}

.l-single-inner.registration-form .form-group:not(:first-of-type), .l-single-inner.registration-form .btn-red {
    margin: 24px 0 0;
}

.form-require {
    background: #ea352d;
}

.form-require, .form-arbitrary, .message-is-seller, .news-private {
    margin: 0 0 0 8px;
    padding: 2px 4px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    vertical-align: top;
}

nav ol, nav ul {
    list-style: none;
}

* {
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.regist-steps {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px
}

.regist-steps div:first-of-type {
    margin-right: 4px;
    cursor: pointer;
}

.regist-steps .active {
    background-color: #f00;
}

.regist-steps div {
    width: 60px;
    height: 8px;
    border-radius: 8px;
    background-color: #ccc;
}


.login-panel-title p i {
    margin-right: 10px;
}

.login-no-account p i {
    margin-right: 10px;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}


.custom-control-label {
    position: relative;
    margin-bottom: 0;
    padding-top: 6px;
    vertical-align: top;
}

.remember-lost-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 16px 0 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-footer .copyright {
    margin: 20px 0;
}

.login-submit {
    font-size: 16px;
    margin: 10px 0 0;
}

.input-group-text {
    background-color: transparent;
}

.input-group > .form-control {
    height: 48px;
}

.form-group {
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.validation-summary {
    padding: 5px 10px;
}

span.field-validation {
    margin-top: 2px;
    display: block;
}
span.field-validation:empty:before {
    content: "\200b";
}

div.nice-select-group field-validation {
    margin-top: 40px;
}


.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #E62E04;
    background-color: #E62E04;
}