@charset "UTF-8";
/* CSS Document */

#header-login {
    background: #fafafa;
    overflow: hidden;
    padding: 0 1em;
    height: 70px;
    border-bottom: 2px solid #ebebeb;
}

.header-logo {
    margin-top: 10px;
}

.header-logo h1 {
    padding: 0;
    margin: 0;
}

.nav-drawer {
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
}

.header-logo img {
    width: 190px;
    height: auto;
}

.header-navi {
    margin: 0;
    padding: 0;
}

.header-navi li {
    display: inline;
    margin: 0 0 0 1.5em;
}

.header-navi li .logout-btn i,
.header-navi li .logout-btn,
span.logined-id {
    color: #999;
    font-size: 90%;
    cursor: pointer;
}

.header-navi-li-login label{
    cursor: pointer;
    color: #00A99D;
    border: 1px solid;
    padding: 0.3rem 1rem;
    border-radius: 3px;
    background: #fff;
}

.header-navi .header-navi-li-account a, .header-navi-li-login a{
    cursor: pointer;
    color: #00A99D;
    border: 1px solid;
    padding: 0.3rem 1rem;
    border-radius: 3px;
    background: #fff;
}

.login-title {
    margin: 0 0 1em 0;
    font-weight: bold;
    text-align: center;
    color: #444;
}

.login-title i {
    color: #00a99d;
    padding-right: 0.3em;
}

.header-navi li button {
    border: none;
    background: none;
    padding: 0;
    font-size: 1rem;
    color: #fff;
}

.nav-unshown {
    display: none;
}

#nav-close2 {
    display: none;
}

.login-box-in,
.loggedin-box-in {
    background: #fff;
    padding: 20px 20px;
    width: 400px;
    float: right;
    border: 3px solid #F28600;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    margin-right: 5px;
    border-radius: 3px;
}

.login-box-in,
.loggedin-box-in i {
    font-size: 14px;
    color: #444;
}

.login-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.login-loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 16px;
    max-height: 16px;
}

.login-box h2 {
    font-size: 12px;
    background: #999;
    color: #fff;
    padding: 0.5em;
    margin: 0 0 1em;
}

fieldset {
    border: none;
}

.hidden {
    display: none;
}

p.infield {
    position: relative;
    border: 0.9px solid #999;
    margin: 0;
    padding: 1px 8px;
}

p.grouptop {
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}

p.groupbottom {
    border-radius: 0 0 5px 5px;
    margin-bottom: 1em;
}

p.infield input {
    border: none;
    font-size: 16px;
    padding: 1em 0;
    width: 90%;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.remember_btn {
    font-size: 12px;
}

.login.primary {
    padding: 0.5em 1.5em;
    float: right;
    border-radius: 3px;
    border: none;
    background: #FB9700;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}

.login.primary.disabled {
    background-color: #cec4b4;
}

.login.primary:hover {
    background: #EC8D00;
}

.login.primary.disabled:hover {
    background-color: #cec4b4;
}

.regist {
    text-align: center;
}

.regist span {
    font-size: 80%;
    color: #888;
    display: block;
    padding-top: 0.5em;
}

.regist-btn {
    padding: 0.7em 3em;
    border-radius: 3px;
    border: none;
    background: #f74e14;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.regist-btn:hover {
    opacity: 1.0;
    background: #fa6531;
    text-decoration: none;
}

.reminder {
    text-align: center;
    margin: 0 15px;
}

.highlight {
    background-color: #ffa3a3;
}

.reminder a {
    color: RGB(15, 15, 30);
    font-size: 80%;
}

input#user {
    padding-left: 0.5em;
    outline: none;
}

input#password {
    padding-left: 0.5em;
    outline: none;
}

.warning {
    background-color: #fcc;
    margin: 5px 15px;
    font-size: 14px;
    padding: 5px;
    border: 1px solid #f00;
    border-radius: 5px;
}

#tc_ajax_message {
    text-align: center;
    display: none;
}

.f-right.loggedin-box {
    width: 310px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 1.7em;
    border-radius: 10px;
    padding: 10px;
}

.logined-name {
    text-align: right;
    margin-right: 1em;
    font-size: 90%;
    margin-bottom: 0;
}

.logined-icon {
    display: flex;
    padding: 1em;
    justify-content: space-between;
}

.logined-icon a {
    display: block;
    background: #ececec;
    width: 49%;
    text-align: center;
    font-size: 85%;
    font-weight: bold;
    padding: 1.3em 0 1em;
    border-radius: 3px;
}

.logined-icon a:hover {
    background: #eee;
    text-decoration: none;
}

.logined-icon a img {
    height: 50px;
    display: block;
    margin: 0 auto 0.7em;
}

ul.logined-exbrowser {
    list-style: none;
    text-align: right;
    padding: 0 1em;
    margin: 0.5em 0 0;
}

ul.logined-exbrowser a {
    color: #444;
    font-size: 90%;
    background: url(../img/buret-orange.svg) no-repeat left center;
    padding-left: 0.7em;
}

ul.logined-exbrowser a:hover {
    text-decoration: none;
    border-bottom: 0.9px dashed #777;
}

p.logined-exbrowser-desc {
    text-align: right;
    padding: 0 1em;
    margin: 0;
}

p.logined-exbrowser-desc a {
    font-size: 80%;
    color: #444;
}

p.logined-exbrowser-desc a:hover {
    text-decoration: none;
}

p.logined-exbrowser-desc {
    text-align: right;
    padding: 0 1em;
    margin: 0;
}

button.logout-btn {
    font-size: 90%;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    color: #777;
}

button.logout-btn:hover {
    text-decoration: none;
    border-bottom: 0.9px dashed #777;
}

p.logined-logout {
    text-align: right;
    padding: 0 1em;
    color: #9E9E9E;
}

@media screen and (max-width: 768px) {
    .login-box-in,
    .loggedin-box-in {
        width: auto;
        float: none;
        margin: 0 3%;
    }

    p.infield input {
        border: none;
        font-size: 16px;
        padding: 1em 0;
        width: 85%;
    }

    .header-logo {
        float: none;
        text-align: center;
        margin: 0;
    }

    .header-logo h1 img {
        width: 150px;
        vertical-align: middle;
    }

    .nav-drawer {
        height: 50px;
    }

    #nav-drawer {
        position: relative;
    }

    #nav-open {
        display: inline-block;
        width: 30px;
        height: 22px;
        vertical-align: middle;
        float: none;
        margin-top: 10px;
        position: absolute;
        top: 5px;
        right: 15px;
    }

    #nav-open span,
    #nav-open span:before,
    #nav-open span:after {
        position: absolute;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background: #FF9800;
        display: block;
        content: '';
        cursor: pointer;
    }
    #nav-open span:before {
        bottom: -8px;
    }
    #nav-open span:after {
        bottom: -16px;
    }

    #nav-close {
        display: none;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: .3s ease-in-out;
    }

    #nav-content {
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
        background: #fff;
        transition: .3s ease-in-out;
        -webkit-transform: translateX(115%);
        transform: translateX(115%);
        display: none;
    }

    #nav-input:checked ~ #nav-close {
        display: block;
        opacity: .5;
    }

    #nav-input:checked ~ #nav-content {
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
        box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
        display: block;
    }

    #header-login {
        color: #444;
        height: 50px;
    }

    .header-menu {
        float: none;
    }
    .header-navi .header-navi-li-account a, .header-navi-li-login a {
        color: #444;
        
        color: #444;
    border: none;
    width: auto;
    display: block;
        
        
    }

    .header-navi li i {
        color: #444;
    }
    .modal .modal-overlay {
        opacity: 1;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 100;
        display: flex;
        background-color: inherit;
    }

    .modal .modal-wrap.from-top {
        transform: translateY(0);
        box-sizing: border-box;
    margin: 2em 0;
    padding: 0;
    }
    .modal .modal-overlay .close {
        display: none;
    }

    .header-navi li {
        display: block;
        margin: 0;
        border-bottom: 0.9px solid #ccc;
        padding: 1em;
    }

    .modal .modal-wrap {
        box-shadow: none;
    }

    .header-navi li a.orange-btn-fill {
        color: #444;
        border: none;
        padding: 0.2em 1em;
        font-size: 90%;
        border-radius: 3px;
        background: inherit;
        box-shadow: none;
        display: block;
    }

    #nav-close2 {
        border: 0.9px solid #777;
        padding: 0.5em 1em;
        margin: 0 auto;
        width: 30%;
        display: block;
        text-align: center;
        font-size: 0.9em;
        margin-top: 2em;
        color: #777;
    }
    .header-navi li label,
    .header-navi li a.orange-btn {
        cursor: pointer;
        border: 0;
        color: #444;
        padding: 0;
        font-size: 1em;
        box-shadow: none;
    }

    .modal.modal-close {
        height: 0;
    }


}
