﻿@charset "utf-8";
 html {
    overflow-y: scroll;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font: 14px/1.64 Myriad, Helvetica, Arial, "Meiryo", "メイリオ", sans-serif;
}
body {
    margin: 0;
    background: #fcfcfc;
    color: #333;
    text-rendering: optimizeLegibility;
}
body::before {
    float: left;
    width: 0;
    height: 100%;
    margin-top: -32767px;
    content: "";
}
.home_main {
    min-height: 100%;
    background: url(../Images/bgg.png) repeat-x 0 45px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
/*-----------------------------common style----*/

ul, li, ol, li, p, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

ul, li, ol, li, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, div, span {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

li {
    list-style: none;
}
img {
    border: none;
}
a {
    text-decoration: none;
    color: #076dd3;
}
a:hover {
    text-decoration: underline;
}
/*-----------------------------header----*/

.bazalogo {
    position: absolute;
    top: 3px;
    left: 5px;
    width: 213px;
    height: 40px;
    background: url(../Images/login_logo.png) no-repeat 0 0;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
}
#h_loginBtn {
    margin-left: 3px !important;
    color: #fff;
}
/*----------------------------- . header----*/

.header {
    border-top: 1px solid #000;
    background: #283642;
    height: 56px;
    z-index: 100;
    width: 100%;
    overflow: visible;
}
.header_bar h2 {
    display: block;
    width: 970px;
    margin: 0 auto;
    padding-top: 9px;
    font-size: 11px;
    line-height: 23px;
    font-weight: normal;
    color: #888;
}
.header h1 {
    position: relative;
    float: left;
    width: 210px;
    margin: 0 0 0 5px;
}
.header_home h1 {
    position: absolute;
    width: 270px;
    height: 154px;
    margin: 0 0 0 5px;
    left: 0;
    top: 0;
}
.header_home .container, .header .container {
    margin: 0 auto;
    padding-top: 20px;
}
.header_home .container {
    height: 80px;
    overflow: visible!important;
}
.header_home ul, .header ul {
    float: right;
    margin-left: 59px;
}
.header_home li, .header li {
    list-style: none;
    float: left;
    margin-right: 10px;
    padding: 0 0 7px;
    border: none;
}
.header_home li {
    margin-right: 11px;
}
.header_home li a, .header li a {
    display: block;
    padding: 7px 14px;
    font-size: 13px;
}
.header li a {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: background-color 0.3s linear;
    color: #677982;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.78) 22%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(22%, rgba(255, 255, 255, 0.78)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.78) 22%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.78) 22%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.78) 22%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.78) 22%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    border: 1px solid #ddd;
}
.header_home li a {
    color: #fff;
}
.header_home li.active a, .header_home li a:hover, .header li.active a, .header li a:hover {
    text-decoration: none;
    color: #fff;
}
.header li.active a, .header li a:hover {
    background: #495864;
    color: #fff;
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, .3);
    border: 1px solid #495864;
}
.header li.active {
    /*background: url(../images/header_li_arr.png) no-repeat center bottom;*/
}
#h_loginBtnb {
    display: inline-block;
    padding: 8px 14px 8px 25px;
    color: #fff;
    background: url(../images/h_login.png) no-repeat 13px 12px;
}
.h_login {
    float: right;
    display: inline-block;
    margin-left: 12px !important;
    padding: 0 !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: background-color 0.3s linear;
    margin-left: 3px !important;
    padding: 6px 14px;
    color: #fff;
    line-height: 20px;
    background: #00b7ea;
    background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b7ea), color-stop(100%, #009ec3));
    background: -webkit-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
    background: -o-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
    background: -ms-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
    background: linear-gradient(to bottom, #00b7ea 0%, #009ec3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b7ea), color-stop(100%, #009ec3));
    border: 1px solid #009ec3;
}
/*-----------------------------page_title----*/

.page_title h2 {
    display: inline-block;
    line-height: 80px;
    color: #333;
    text-shadow: 0 0 0 #000;
    font-size: 26px;
    text-indent: 5px;
    text-align: left !important;
}
.page_title .container {
    position: relative;
}
.backbtn {
    position: absolute;
    right: 0;
    top: 30px;
    display: inline-block;
    height: 24px;
    padding-left: 25px;
    background: url(../Images/backbtn.png) no-repeat 0 0;
    color: #717D85;
}
/*-----------------------------main----*/

.main {
    min-height: 100%;
    /*background: url(../Images/bgg.png) repeat-x 0 0;*/
    background: url(../Images/bg.png);
}
.container {
    position: relative;
    margin: 0 auto;
}
.main_c {
    padding: 90px 70px;
}
.main_container {
    z-index: 90;
}
.whitebg {
    overflow: hidden;
    margin: 0px 0 150px;
    padding: 55px 0px 30px;
}
/*-----------------------------input----*/

input, textarea {
    font-family: inherit;
    outline: none;
}
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"]{
    width: 100%;
    margin: 0;
    padding: 9px 8px;
    border-radius: 5px;
    border: 1px solid #CCC;
    background: #fff;
    border: 1px solid #CACACA;
    border-bottom: 1px solid #DDD;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .08), 1px 1px 0 #fff;
    font-size: 15px;
    box-sizing: border-box;
    letter-spacing: 1px;
}
.ui-dialog-content input[type="text"] {
    width: 270px;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="number"]:hover {
    border-color: #00bdd6;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus {
    background: white;
}
/*-----------------------------footer----*/

.footer {
    position: relative;
    clear: both;
    z-index: 99;
    margin-top: -30px;
    width: 100%;
    height: 75px;
    border: 0;
    color: #aaa;
}
.footer_body {
    height: 75px;
    overflow: hidden;
    padding-top: 10px;
    background: #1d2226;
}
.footer_box1 {
    margin: 5px 0 10px;
    overflow: hidden;
}
.footer_links {
    float: left;
    margin-right: 50px;
}
.footer_links li {
    padding-bottom: 2px;
    font-weight: bold;
    color: #777;
}
.footer_links a {
    color: #aaa;
    text-shadow: 0 -1px 0 #000;
    font-size: 12px;
    font-weight: normal;
}
.footer_links a:before {
    content: url(../images/footer_arr.png);
    color: #3088ba;
    font-weight: bold;
    margin-right: 10px;
}
.footer_links2 {
    position: absolute;
    right: 0;
    top: 65px;
    width: 130px;
}
.footer_links2 a {
    display: inline-block;
    width: 130px;
    background: #548e06;
    line-height: 32px;
    padding: 0 1.3em;
    color: White;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
/*-----------------------------sns_box----*/

.sns_box {
    float: right;
}
.sns_box li {
    float: left;
    display: block;
    margin-left: 10px;
    background: #333;
    border: 1px solid #111;
}
.sns_box li a {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.twitter a {
    background: #00aced url(../Images/sns-twitter.png) no-repeat 0 0;
}
.facebook a {
    background: url(../Images/sns-facebook.png) no-repeat 0 0;
}
.copy {
    clear: both;
    line-height: 30px;
    font-size: 11px;
    color: #777;
    padding: 0 30px;
}
/*-----------------------------pagetop----*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index: 101;
}
#page-top a {
    background: rgba(100, 100, 100, 0.5) url(../Images/pagetop.png) no-repeat center 10px;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 25px 0 15px;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: background-color 0.1s linear;
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(100, 100, 100, 0.9);
}
input[type="checkbox"] {
    display: inline-block;
    -webkit-appearance: none;
    border: 1px solid #999;
    padding: 0.4em;
    font-size: 15px;
    line-height: 1.2em;
    width: 80%;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
    -webkit-appearance: none;
    -webkit-box-shadow: 1px 1px 1px #fff;
    -webkit-border-radius: 0.5em;
    font-size: 15px;
    line-height: 1em;
    margin: 0 0.25em 0 0;
    padding: 0;
    width: 1.25em;
    height: 1.25em;
    -webkit-border-radius: 0.25em;
    vertical-align: text-top;
    cursor: pointer;
}
input[type="checkbox"]:hover {
    border: 1px solid #666;
}
input[type=checkbox]:checked {
    background: url(../images/check.png) no-repeat center center;
}
.checkbox_txt a {
    margin: 5px 0 0 5px;
}



/*-----------------------------------------------Otp------------*/

body{
    background: #f3f3f3;
}


#otp_container {
  width: 900px;
  margin: 0 auto;
  padding: 20px 0;
}


@media (max-width: 1024px) {
    #otp_container {
      width: 100%;
      padding: 30px;
        }
}

#otp_container_validate{
    height: 100%;
    background: url(../Images/bg.png);

}

#otp_container h2{
    margin: 0 0 .5em;
}

#otp_container h3{
    margin: 0 0 1em;
    border-bottom: 1px solid #bbb;
}

.main2 {
    width: 40%;
    min-height: 0%;
    padding: 40px 30px 30px;
    margin: 60px auto 30px;
    vertical-align: middle;
    font-size: 13px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 9px rgba(0,0,0,.3);
    text-align: center;
}


ul.step {
    overflow: hidden;
    margin: 20px 0 40px;
    display: flex;
    display: -webkit-flex;
}
    ul.step li.active {
        background: #38add4;
        color: #fff;
    }

    ul.step li p{
        margin: 0;
    }


.step li {
    width: 30%;
    background: #ccc;
    text-align: center;
    padding: 10px;
    position: relative;
    margin: 0 20px 0 0;
    text-decoration: none;
    color: #fff;
    border-radius: 2px 0 0 2px;
}

    .step li:after {
        content: "";
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #ccc;
        position: absolute;
        right: -10px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

.step li.active:after {
    border-left: 10px solid #38add4!important;
}

.step li:last-child {
    margin: 0;
    border-radius: 2px ;
}
.step li:last-child:after {
    border: none;
}

.step li > p:nth-child(1) {
    font-weight: bold;
}

ol {
    max-width: 560px;
    margin: 20px auto 20px;
    padding: 15px 20px 10px;
    counter-reset: arb;
    list-style: none;
    overflow: hidden;
    border: 2px solid #e5dac3;
    border-radius: 4px;
    background: #fff7e8;
}

ol li{
    margin: 0 0 8px;
    display: block;

}

    ol li:before {
        counter-increment: arb;
        content: counter(arb);
        float: left;
        background: #d6bb81;
        width: 1.5em;
        height: 1.5em;
        margin-right: 4px;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        line-height: 1.5;
    }

ul.authenticator {
    max-width: 560px;
    margin: 20px auto 20px;
    padding: 15px 20px 10px;
    counter-reset: arb;
    list-style: none;
    overflow: hidden;
    border: 2px solid #e5dac3;
    border-radius: 4px;
    background: #fff7e8;
}

    ul.authenticator li {
        margin: 0 0 8px;
        display: block;
    }

        ul.authenticator li:before {
            
            float: left;
            background: #d6bb81;
            width: 1.5em;
            height: 1.5em;
            margin-right: 4px;
            border-radius: 50%;
            color: #fff;
            text-align: center;
            line-height: 1.5;
        }

a.btn,
button.btn {
    display: inline-block;
    line-height: 17px;
    margin: 0 auto;
    padding: 9px 4em;
    background: #3dbbe5;
    background: -moz-linear-gradient(top, #3dbbe5 0%, #25a6d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3dbbe5), color-stop(100%, #25a6d1));
    background: -webkit-linear-gradient(top, #3dbbe5 0%, #25a6d1 100%);
    background: -o-linear-gradient(top, #3dbbe5 0%, #25a6d1 100%);
    background: -ms-linear-gradient(top, #3dbbe5 0%, #25a6d1 100%);
    background: linear-gradient(to bottom, #3dbbe5 0%, #25a6d1 100%);
    box-shadow: none;
    border-width: 1px;
    border-style: solid;
    border-color: #38add4 #38add4 #259bc2;
    font-family: inherit;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    cursor: pointer;
}
a.btn:hover{
    text-decoration: none;
}

div.btn_box a.btn:first-child {
    margin-right: 5px;
    background-color: #fff;
    border-color: #dcdcdc #ccc #aaa;
    background-image: -moz-linear-gradient(center top, #fff, #e9e9e9);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e9e9e9), color-stop(1, #fff));
    background: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background: linear-gradient(top, #fff 0%, #e9e9e9 100%);
    border: 1px solid #bbb;
    color: #333;
}
.nottice {
    background: khaki;
}
#regst_box,
#regst_box2,
#regst_box3
{
    overflow: hidden;
    margin: 0 4px;
    border: 2px solid #ddd;
    background: #fff;
    padding: 10px;
    border-radius: 9px;
}
#regst_box {
    display: flex;
    display: -webkit-flex;
}
#regst_box2 {
    margin: 0 3px;
    padding: 20px 20px 10px;
}
#regst_box3{
    max-width: 320px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}


#regst_box3 input[type="password"]{
    width: 13em!important;
    margin: 0 0 20px!important;
    padding: 9px 14px 8px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: .1em;
}

#regst_box > div{
    min-height: 200px;
}
    #regst_box > div:first-child {
        width: 40%;
        padding: 5px 25px 10px 10px;
        border-right: 1px dotted #ccc;
    }
#regst_box > div:last-child{
    width: 60%;
    padding: 5px 10px 10px 25px;
}

@media screen and (max-width: 680px) {
    #regst_box {
        display: block;
    }
    #regst_box > div {
        width: 100% !important;
        border: none !important;
    }
}

    #regst_box h3 {
        padding: 5px 0 5px;
        font-size: 14px;
    }


    #self_auth_data {
        margin-top: 20px;
        border-bottom: 1px solid #ccc;
    }

        #self_auth_data dl {
            overflow: hidden;
            border: 1px solid #ccc;
            border-bottom: none;
        }

            #self_auth_data dt,
            #self_auth_data dd {
                float: left;
                min-height: 2.5em;
                padding: 5px 8px;
                word-break: break-all;
                line-height: 1.4;
            }

        #self_auth_data dt {
            width: 30%;
            background: transparent;
        }

        #self_auth_data dd {
            width: 70%;
            background: #fff;
            font-weight: bold;
        }

    .site-name img {
        margin-top: 7px;
    }

    .btn_box {
        padding: 30px 0;
        text-align: center;
    }

    .notice {
        margin: 20px 10px;
        color: #d82929;
    }

    em {
        font-weight: bold;
    }

#otp_container .error_msg {
    display: inline-block;
    list-style: none;
    background: url(../Images/error.png) no-repeat left 1px;
    margin-top: 12px;
    padding-left: 17px;
    font-size: 12px;
    color: Red;
    text-align: center;
}

@media screen and (min-width: 810px) {
    .spstep_box ol {
        margin-top: -20px;
    }
}

@media screen and (max-width: 810px) {
    .spstep_box {
        margin-top: 20px;
    }
}
