@charset "UTF-8";

/* form
---------------------------------------- */
/* header */


#need_login_contents{
    text-align: center;
    position: absolute;
    z-index: 20;
    width: 130vw;
    height: 500vh;
    left: -30vw;
    background: -moz-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(19,19,19,0.07) 1%, rgba(19,19,19,0.13) 2%, rgba(18,18,18,0.3) 4%, rgba(17,17,17,0.47) 6%, rgba(16,16,16,0.6) 8%, rgba(15,15,15,0.76) 10%, rgba(14,14,14,0.9) 13%, rgba(1,1,1,0.9) 39%, rgba(0,0,0,0.91) 42%, rgba(0,0,0,0.96) 73%, rgba(43,43,43,0.98) 85%, rgba(19,19,19,1) 98%, rgba(19,19,19,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(76,76,76,0) 0%,rgba(19,19,19,0.07) 1%,rgba(19,19,19,0.13) 2%,rgba(18,18,18,0.3) 4%,rgba(17,17,17,0.47) 6%,rgba(16,16,16,0.6) 8%,rgba(15,15,15,0.76) 10%,rgba(14,14,14,0.9) 13%,rgba(1,1,1,0.9) 39%,rgba(0,0,0,0.91) 42%,rgba(0,0,0,0.96) 73%,rgba(43,43,43,0.98) 85%,rgba(19,19,19,1) 98%,rgba(19,19,19,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(76,76,76,0) 0%,rgba(19,19,19,0.07) 1%,rgba(19,19,19,0.13) 2%,rgba(18,18,18,0.3) 4%,rgba(17,17,17,0.47) 6%,rgba(16,16,16,0.6) 8%,rgba(15,15,15,0.76) 10%,rgba(14,14,14,0.9) 13%,rgba(1,1,1,0.9) 39%,rgba(0,0,0,0.91) 42%,rgba(0,0,0,0.96) 73%,rgba(43,43,43,0.98) 85%,rgba(19,19,19,1) 98%,rgba(19,19,19,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */background: -moz-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(19,19,19,0.07) 1%, rgba(19,19,19,0.13) 2%, rgba(18,18,18,0.3) 4%, rgba(17,17,17,0.47) 6%, rgba(16,16,16,0.6) 8%, rgba(15,15,15,0.76) 10%, rgba(14,14,14,0.9) 13%, rgba(1,1,1,0.9) 39%, rgba(0,0,0,0.91) 42%, rgba(0,0,0,0.96) 73%, rgba(43,43,43,0.98) 85%, rgba(19,19,19,1) 98%, rgba(19,19,19,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(76,76,76,0) 0%,rgba(19,19,19,0.07) 1%,rgba(19,19,19,0.13) 2%,rgba(18,18,18,0.3) 4%,rgba(17,17,17,0.47) 6%,rgba(16,16,16,0.6) 8%,rgba(15,15,15,0.76) 10%,rgba(14,14,14,0.9) 13%,rgba(1,1,1,0.9) 39%,rgba(0,0,0,0.91) 42%,rgba(0,0,0,0.96) 73%,rgba(43,43,43,0.98) 85%,rgba(19,19,19,1) 98%,rgba(19,19,19,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(76,76,76,0) 0%,rgba(19,19,19,0.07) 1%,rgba(19,19,19,0.13) 2%,rgba(18,18,18,0.3) 4%,rgba(17,17,17,0.47) 6%,rgba(16,16,16,0.6) 8%,rgba(15,15,15,0.76) 10%,rgba(14,14,14,0.9) 13%,rgba(1,1,1,0.9) 39%,rgba(0,0,0,0.91) 42%,rgba(0,0,0,0.96) 73%,rgba(43,43,43,0.98) 85%,rgba(19,19,19,1) 98%,rgba(19,19,19,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}

#need_login_contents .loginbox {
    position: fixed;
    padding: 8px;
    margin-bottom: 38px;
    background: url(../img/bg_loginbox.png) repeat;
    width: 670px;
    left: 20vw;
    top: 50vh;
}
#need_login_contents .loginbox p{
    margin-top: 30px;
}
#need_login_contents .loginbox ul {
    padding: 18px 12px;
    color: #333;
    background: #fff;
    margin-top: 30px;
}
#need_login_contents .loginbox .btn-login a,
#need_login_contents .loginbox .btn-resister a {
    margin-bottom: 18px;
    height: 60px;
    padding: 20px 16px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 14px center;
    border-radius: 4px;
}
#need_login_contents .loginbox .btn-login a:before {
    float: left;
    content: url("../img/mark_btn-login.svg");
}
#need_login_contents .loginbox .btn-resister a:before {
    float: left;
    content: url("../img/mark_btn-resister.png");
}
#need_login_contents .loginbox .btn-login a {
  color: #00abeb;
  background: #fff;
  border: 1px solid #d7dce2;
  border-radius: 3px;
  box-shadow: 0 2px 0 0 #d7dce2;
  -webkit-box-shadow: 0 2px 0 0 #d7dce2;
  /*  background-color: #09bbff;*/
  /*  -webkit-box-shadow: 0 1px 0 0 #ebeced;*/
  /*  box-shadow: 0 1px 0 0 #ebeced;*/
}
#need_login_contents .loginbox .btn-resister a {
    background: #09bbff;
    background: -webkit-linear-gradient(top, #09bbff 0%,#09bbff 100%);
    background: linear-gradient(to bottom, #09bbff 0%,#09bbff 100%);
    -webkit-box-shadow: 0 2px 0 0 #ebeced;
    box-shadow: 0 2px 0 0 #ebeced;
}
#need_login_contents .loginbox .help {
    padding: 3px 0 0;
    text-align: center;
}
#need_login_contents .loginbox .help a {
    display: inline-block;
    padding-left: 28px;
    font-size: 17px;
    line-height: 1.3;
    color: #000;
    background: url(../img/mark_service.png) no-repeat left center;
}
#need_login_contents .loginbox .help a:hover {
    text-decoration: underline;
}










.header .form-flow {
    float: right;
    width: 654px;
    margin-top: 26px;
}
.form-flow ol {
    overflow: hidden;
    list-style-type: none;
}
.form-flow li {
    float: left;
    width: 218px;
    height: 40px;
    padding-top: 12px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background: url(../img/bg_flow-form.png) no-repeat right top;
}
.form-flow li.current {
    color: #fff;
    background-position: left top;
}

/* form-contents */
.form-contents {
    width: 1000px;
    margin: 0 auto;
    padding-top: 40px;
    position: fixed;
    z-index: 20;

    bottom: 0;
}

/* form-lead */
.form-lead {
    width: 900px;
    margin: 0 auto 30px;
    background-color: white;
}
.form-lead .notes {
    float: left;
    width: 650px;
    font-size: 13px;
    line-height: 1.8;
}
.form-lead .notes a{
    color: -webkit-link;
    text-decoration: underline;
    cursor: auto;
}
.form-lead .btn-about {
    float: right;
    width: 240px;
}
.form-lead .btn-about a {
    display: block;
    width: 240px;
    height: 54px;
    padding: 17px 0;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border: 1px solid #e2e4e5;
}
.form-lead .btn-about a:before {
    display: inline-block;
    content: "";
    width: 17px;
    height: 17px;
    margin-right: 6px;
    vertical-align: middle;
    background: url(../img/mark_service.png) no-repeat left top;
    background-size: 16px auto;
}

/* form-body */
.form-body {
    width: 900px;
    margin: 0 auto 80px;
}
.form-body h2 {
    margin-bottom: 20px;
    font-size: 18px;
}
/* form-body entry */
.form-body .entry {
    width: 900px;
    margin-bottom: 50px;
}
.form-body .entry tr {
    border: 1px solid #dfe2e8;
}
.form-body .entry th {
    width: 290px;
    padding: 30px;
    font-size: 15px;
    text-align: left;
    letter-spacing: 1px;
    color: #333;
    background: #f7f9fb;
}
.form-body .entry th span {
    display: inline-block;
    margin-left: 8px;
    padding: 3px 5px;
    font-size: 12px;
    vertical-align: middle;
    color: #fff;
    background: #f03;
}
.form-body .entry td {
    padding: 20px 25px 20px 28px;
}
.form-body .entry td p {
    font-size: 12px;
    margin-top: 10px;
}
.form-body .entry td label {
    font-size: 14px;
}
.form-body .entry td label + label {
    margin-left: 40px;
}
.form-body .entry td label input[type="radio"] {
    vertical-align: -0.1em;
    margin-right: 5px;
}
.form-body .entry input[type="password"],
.form-body .entry input[type="text"] {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    border: 1px solid #e2e4e5;
}
.form-body .entry input.code {
    width: 148px;
}
.form-body .entry a.match,
.form-body .entry input.match {
    margin-left: 8px;
    padding: 7px 10px;
    font-size: 14px;
    color: #006891;
    background: #e2e9f1;
    border-radius: 4px;
    /*outline: none;*/
}
.form-body .entry a.match {
    display: inline-block;
}
/* .form-body .entry input.match:hover {
  outline: 1px solid #006891;
} */
.form-body .entry .input-name {
    display: inline-block;
}
.form-body .entry .input-name + .input-name {
    margin-left: 8px;
}
.form-body .entry .input-name label {
    display: inline-block;
    width: 40px;
    padding-right: 8px;
    vertical-align: middle;
    text-align: right;
    color: #666;
}
.form-body .entry .input-name input {
    display: inline-block;
    width: 230px;
}
.form-body .entry td .error {
    text-align: left;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #ff0033;
}

/* form-body policy */
.form-body .policy {
    height: 315px;
    padding: 18px 22px;
    margin: 20px 0 30px;
    font-size: 13px;
    line-height: 2;
    border: 1px solid #E2E4E5;
    overflow-y: auto;
}
.form-body .policy h3,
.form-body .policy dl {
    margin-bottom: 2em;
}
.form-body .policy dt {
    margin: 0.5em 0;
}
.form-body .policy dd,
.form-body .policy p {
    margin-left: 1em;
}
.form-body .policy ol li {
    list-style-type: none;
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.form-body .policy ul li {
    list-style-type: none;
    padding-left: 1em;
    text-indent: -1em;
}
/* form-body agreetment */
.form-body .agreetment {
    font-size: 14px;
    text-align: center;
}
.form-body .agreetment input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    font-size: 16px;
    vertical-align: middle;
}
/* form-body button */
.form-body .button {
    margin: 30px 0;
    text-align: center;
}
.form-body .button input,
.form-body .button a {
    display: inline-block;
    min-width: 204px;
    margin-bottom: 5px;
    padding: 16px 0;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    outline: none;
}
.form-body .button input:hover {
    opacity: 0.8;
    /*cursor: pointer;*/
}
.form-body .button input:active {
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-body .button .btn-confirm {
    color: #fff;
    background: #ffa620;
    background: -webkit-linear-gradient(top, #ffa620 0%,#f90 100%);
    background: linear-gradient(to bottom, #ffa620 0%,#f90 100%);
    border: 1px solid #ff9b04;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 0 0 #ddd;
    box-shadow: 0 2px 0 0 #ddd;
}
.form-body .button .disabled[disabled] {
    background: linear-gradient(to bottom, #A6A6A6 0%,#999 100%);
    border: 1px solid #999;
    opacity: 0.5;
}
.form-body .button .btn-confirm-a {
    color: #333;
    background: #f7f9fb;
    background: -webkit-linear-gradient(top, #f7f9fb 0%,#f7f9fb 100%);
    background: linear-gradient(to bottom, #f7f9fb 0%,#f7f9fb 100%);
    border: 1px solid #0fbdff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 0 0 #ddd;
    box-shadow: 0 2px 0 0 #ddd;
}
.form-body .button .btn-confirm:active {
    background: #f79400;
}
.form-body .button .btn-confirm-a:active {
    background: #f79400;
}
input[type="submit"][disabled] {
    color: #fff;
    background: #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 0 0 #ddd;
    box-shadow: 0 2px 0 0 #ddd;
    cursor: default;
}
.form-body .reminder {
    color: #000
}
.form-body .reminder a {
    color: -webkit-link;
    text-decoration: underline;
    cursor: auto;
}

/* footer */
.footer {
    padding: 25px 0;
    background: transparent;
    border-top: 1px solid #e2e4e5;
}
.footer .siteinfo {
    padding: 0;
    border: 0 none;
}


/* clearfix
---------------------------------------- */
.form-lead:before, .form-lead:after {
    content:"";
    display:table
}
.form-lead:after { clear:both }





#need_login_contents_wrapper {
    text-align: center;
    position: absolute;
    z-index: 9999;
    width: 100vw;
    height: 500vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#need_login_contents_wrapper .loginbox {
    position: fixed;
    padding: 8px;
    margin-bottom: 38px;
    background: url(../img/bg_loginbox.png) repeat;
    width: 670px;
    top: 20vh;
}
#need_login_contents_wrapper .loginbox p{
    margin-top: 30px;
}
#need_login_contents_wrapper .loginbox ul {
    padding: 18px 12px;
    color: #333;
    background: #fff;
    margin-top: 30px;
}
#need_login_contents_wrapper .loginbox .btn-login a,
#need_login_contents_wrapper .loginbox .btn-resister a {
    margin-bottom: 18px;
    height: 60px;
    padding: 20px 16px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 14px center;
    border-radius: 4px;
}
#need_login_contents_wrapper .loginbox .btn-login a:before {
    float: left;
    content: url("../img/mark_btn-login.svg");
}
#need_login_contents_wrapper .loginbox .btn-resister a:before {
    float: left;
    content: url("../img/mark_btn-resister.png");
}
#need_login_contents_wrapper .loginbox .btn-login a {
  color: #00abeb;
  background: #fff;
  border: 1px solid #d7dce2;
  border-radius: 3px;
  box-shadow: 0 2px 0 0 #d7dce2;
  -webkit-box-shadow: 0 2px 0 0 #d7dce2;
  /*  background-color: #09bbff;*/
  /*  -webkit-box-shadow: 0 1px 0 0 #ebeced;*/
  /*  box-shadow: 0 1px 0 0 #ebeced;*/
}
#need_login_contents_wrapper .loginbox .btn-resister a {
    background: #09bbff;
    background: -webkit-linear-gradient(top, #09bbff 0%,#09bbff 100%);
    background: linear-gradient(to bottom, #09bbff 0%,#09bbff 100%);
    -webkit-box-shadow: 0 2px 0 0 #ebeced;
    box-shadow: 0 2px 0 0 #ebeced;
}
#need_login_contents_wrapper .loginbox .help {
    padding: 3px 0 0;
    text-align: center;
}
#need_login_contents_wrapper .loginbox .help a {
    display: inline-block;
    padding-left: 28px;
    font-size: 17px;
    line-height: 1.3;
    color: #000;
    background: url(../img/mark_service.png) no-repeat left center;
}
#need_login_contents_wrapper .loginbox .help a:hover {
    text-decoration: underline;
}

