@charset "UTF-8";
body, p, h1, h2, h3, h4, h5, h6, menu, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

select {
    font-size: 12px;
}

img, fieldset {
    border: 0;
}

menu, ul, ol {
    list-style: none;
}

li {
    list-style-type: none;
}

em, address {
    font-style: normal;
}

a, a:link {
    text-decoration: none;
}

a:hover, a:active, a:focus {
    text-decoration: underline;
}

textarea {
    overflow: auto;
}

option, x:-moz-any-link {
    padding-right: 6px;
}

option, x:-moz-any-link, x:default {
    padding-right: 0;
}

input[type='file']::-webkit-file-upload-button {
    cursor: pointer;
}

button, label {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0 !important;
    border: 0;
}

.b {
    font-weight: bold;
}

legend {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.blind {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 0;
    background: none;
    font-size: 0;
    line-height: 0;
}

a.skip {
    position: absolute;
    left: 15px;
    top: -30px;
    border: 1px solid #4ec53d;
    color: #fff;
    text-decoration: none;
    padding: 2px 6px 0;
    line-height: 24px;
    font-size: 12px;
    background-color: #000;
    z-index: 100;
    -webkit-transition: .3s;
}

a.skip:active, a.skip:focus {
    top: 0;
}

.spr {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* https://ssl.pstatic.net/static/pwe/nworks/portal/sp_works_home.png */
.register .step li, .register .download .lst.app_type li .app span a {
    font: 0/0 a;
    color: transparent;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.register .download .lst li .tit, .register .download .lst li a, .register .download .lst.app_type li .app span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    background-color: #f6f6f9;
	font-family: YakuHanJP, "Helvetica Neue", Arial, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Helvetica, sans-serif;
}

.register {
    max-width: 698px;
    min-width: 320px;
    margin: 0 auto;
    text-align: center;
}

.register h1 {
    padding: 80px 0 40px;
}

.register h1 span {
    display: block;
    width: 220px;
    height: 28px;
    margin: 0 auto;
    background: url(../images/logo_login.svg) no-repeat;
    background-size: 100%;
    font-size: 0;
    line-height: 0;
}

.kr_instance .register h1 span {
    width: 263px;
    background: url(../images/logo_login.svg) no-repeat;
}

.register #container, .register .container {
    margin: 0 auto;
    padding: 50px 6%;
    background-color: #fff;
    border: 1px solid #e5e5e6;
    border-radius: 2px;
    text-align: left;
    word-break: break-all;
}

.register h2.tit strong {
    color: #00c834;
}

.register .fm_register {
    max-width: 460px;
    margin: 0 auto;
    padding: 24px 0 15px;
}

.register .fm_register .inp {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 48px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.register .fm_register .inp label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px;
    height: 100%;
    line-height: 26px;
    width: 100%;
    font-size: 16px;
    color: #989898;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: text;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.register .fm_register .inp label.blind {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

.register .fm_register .inp input {
    outline-style: none;
    width: 100%;
    height: 47px;
    border: 0 none;
    font-size: 17px;
    color: #222;
    line-height: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    vertical-align: top;
	font-weight: 600;
	box-shadow: unset;
}

.register .fm_register .inp input::-webkit-input-placeholder {
    color: #989898;
	font-weight: 600;
	padding: 12px;
}

.register .fm_register .inp input::-moz-placeholder {
    color: #989898;
	font-weight: 600;
	padding: 12px;
}

.register .fm_register .inp input:-ms-input-placeholder {
    color: #989898;
	font-weight: 600;
	padding: 12px;
}

.register .fm_register .inp input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.register .fm_register .inp input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.register .fm_register .inp input.placeholder {
    color: #989898;
}

.register .fm_register .inp .btn_delete {
    display: none;
    position: absolute;
    top: 13px;
    right: 11px;
    padding: 5px;
    border: 0;
}

.register .fm_register .inp .ico_delete {
    display: block;
    width: 14px;
    height: 14px;
    background: url(https://ssl.pstatic.net/static/pwe/nworks/dm/sp_loginprocess_v3.png) no-repeat;
    background-position: 0 -170px;
}

.register .fm_register .inp.pw input {
    padding: 0 45px 0 12px;
}

.register .fm_register .inp .btn_masking {
    position: absolute;
    top: 8px;
    right: 0;
    padding: 4px;
    background: #fff;
    border: 0;
}

.register .fm_register .inp .btn_masking:before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/common/sp_join_a8c6d40b.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/common/sp_join_7ce6bce3.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/common/sp_join_7ce6bce3.svg);
    background-size: 347px 340px;
    background-position: -322px -228px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.register .fm_register .inp .btn_masking.checked:before {
    background-position: -284px -286px;
}

.register .fm_register .inp.focus {
    border-color: #157efb;
}

.register .fm_register .inp.failed {
    border-color: #fd472b;
}

.register .fm_register .form_cover {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 48px;
}

.register .fm_register .form_cover input {
    width: 100%;
    height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    color: #222;
    line-height: 23px;
    padding: 12px 0;
    vertical-align: top;
    outline: none;
    -webkit-box-flex: 1;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.register .fm_register .form_cover input::-webkit-input-placeholder {
    color: #989898;
}

.register .fm_register .form_cover input::-moz-placeholder {
    color: #989898;
}

.register .fm_register .form_cover input:-ms-input-placeholder {
    color: #989898;
}

.register .fm_register .form_cover input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.register .fm_register .form_cover input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.register .fm_register .form_cover.focus input {
    border-color: #157efb;
}

.register .fm_register .form_cover.failed .current,
.register .fm_register .form_cover.failed input {
    border-color: #fd472b;
}

.register .fm_register .form_cover .picker_cover {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    min-width: 72px;
    margin-right: 8px;
}

.register .fm_register .form_cover .picker_cover .current {
    padding-right: 16px;
    max-width: 226px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.register .btn {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0 0;
    width: 80%;
    text-align: center;
    display: block;
}

.register .btn input {
    display: block;
    width: 100%;
    height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #2bc54a;
    border: 1px solid #22ad3d;
    border-radius: 2px;
    font-size: 15px;
    color: #fff;
    line-height: 48px;
}

.register .btn .login_normal {
    border: 1px solid #b2b2b2;
    background-color: #8dc221;
    border-radius: 10px;
    border: 0;
}

.register .welcome_link {
    padding: 28px 0 4px;
    font-size: 14px;
    color: #767676;
    line-height: 1.5;
    text-align: center;
}

.register .welcome_link span {
    padding-right: 12px;
	font-weight: 600;
}

.register .welcome_link a {
    margin-left: 12px;
    color: #8dc221;
    text-decoration: underline;
	font-weight: 600;
}

.register address {
    padding: 36px 0 30px;
    font-size: 12px;
    color: #777;
}

.register.login {
    max-width: 560px;
}
@media screen and (max-width: 767px) {
    .register.login {
        max-width: 100%;
        margin: 0 10px;
    }
  }

.register.login .login_option {
    position: relative;
    max-width: 460px;
    height: 40px;
    margin: 0 auto;
    white-space: nowrap;
}

.register.login .login_option a {
    position: relative;
    float: left;
    width: 50%;
    width: calc(50% + 1px);
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c5c5c6;
    border-radius: 0 2px 2px 0;
    font-size: 14px;
    color: #222;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
}

.register.login .login_option a:first-child {
    width: 100%;
    border-radius: 2px 0 0 2px;
    margin-right: -1px;
}

.register.login .login_option a.selected {
    z-index: 1;
    border-color: #8dc221;
    color: #8dc221;
    font-weight: bold;
}

.register.login .find_info a {
    clear: right;
    float: right;
    font-size: 14px;
    color: #434343;
    text-decoration: underline;
	font-weight: 600;
}

.register.login .find_info a + a {
    padding-top: 21px;
}

.register.login .check_info {
    position: relative;
    margin: 10px auto 0;
    max-width: 460px;
    min-height: 19px;
    text-align: left;
}

.register.login .check_info .check_box {
    display: inline-block;
    vertical-align: top;
}

.register.login .check_info .check_box label {
    font-size: 14px;
}

.register.login .check_info:after {
    clear: both;
    display: block;
    content: '';
}