@charset "UTF-8";
/* ===== 共通設定 ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html {
    height: 100%;
}

body {
    margin: 0;
    font-family: "メイリオ", Meiryo, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-weight: normal;
    background-color: #eee;
    color: #000000;
    overflow-x: hidden;
    height: 100%;
}

img {
    border: none;
}

a:link, a:visited {
    color: #0000F2;
}

a:hover {
    color: #FF0000;
}

a:active {
    color: #FF7100;
}

/* ログインページ */
#wrapper {
    position: relative;
    margin: 0 auto;
    width: 1138px;
    background: #fff;
    text-align: center;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
}

img#logoLic {
    margin: 41px auto 35px;
    width: 259px;
    height: 37px;
}

#boxLogin {
    position: relative;
    width: 800px;
    height: 400px;
    background: url("/images/login/bg_form.png") no-repeat;
    margin: 0 auto;
    padding-top: 38px;
}

#boxLogin #txtLogin {
    font-size: 22px;
    color: #003679;
    font-weight: bold;
}

#boxLogin #txtId {
    position: absolute;
    font-size: 18px;
    color: #3f3c3c;
    font-weight: normal;
    top: 108px;
    left: 170px;
}

#boxLogin #txtPassword {
    position: absolute;
    font-size: 18px;
    color: #3f3c3c;
    font-weight: normal;
    top: 160px;
    left: 170px;
}

#boxLogin input {
    width: 346px;
    height: 35px;
    margin: 0;
    padding: 0 10px;
    font-size: 18px;
    line-height: 18px;
    border: 0;
    background: transparent;
}

#boxLogin input#userid {
    position: absolute;
    top: 103px;
    left: 313px;
    line-height: 0;
}

#boxLogin input#userid:disabled {
    background: #eee;
    left: 313px;
    width: 346px;
}

#boxLogin input#password {
    position: absolute;
    top: 155px;
    left: 313px;
    line-height: 0;
}

#boxLogin input#password:disabled {
    background: #eee;
    left: 313px;
    width: 346px;
}

#boxLogin .loginBtn {
    position: absolute;
    top: 226px;
    left: 286px;
    border: 0px;
    width: 227px;
    height: 61px;
    background: url("/images/login/btn_login.png?20220217") left top no-repeat;
    background-position: 0 0;
}

#boxLogin .loginBtn:hover {
    cursor: pointer;
    background-position: 0 -61px;
}

#boxLogin .loginBtn:active {
    cursor: pointer;
    background-position: 0 -122px;
}

/* --下段ナビ-- */
ul#navi {
    list-style: none;
    display: flex;
    position: absolute;
    top: 330px;
    left: 240px;
}

ul#navi li {
    position: relative;
    width: 146px;
    height: 35px;
    margin: 0 7px;
    display: block;
}

ul#navi li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    -webkit-tap-highlight-color: transparent;
}

ul#navi li#btnContact {
    background: url("/images/login/btn_pw_contact.png?20220217") 0px 0px no-repeat;
}

ul#navi li#btnContact a:hover {
    background: url("/images/login/btn_pw_contact.png?20220217") 0px -35px no-repeat;
}

ul#navi li#btnContact a:active {
    background: url("/images/login/btn_pw_contact.png?20220217") 0px -70px no-repeat;
}

ul#navi li#btnPassword {
    background: url("/images/login/btn_pw_contact.png?20220217") 0px -105px no-repeat;
}

ul#navi li#btnPassword a:hover {
    background: url("/images/login/btn_pw_contact.png?20220217") 0px -140px no-repeat;
}

ul#navi li#btnPassword a:active {
    background: url("/images/login/btn_pw_contact.png?20220217") 0px -175px no-repeat;
}

#login_change_link {
    position: relative;
    top: 222px;
    font-family: "メイリオ", Meiryo, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 15px;
    text-decoration: underline;
}

#login_change_link,
#login_change_link:visited {
    color: #0000F2;
}

#login_change_link:hover,
#login_change_link:active{
    color: #0099FF;
}

#lineLineup {
    position: relative;
    width: 868px;
    height: 20px;
    margin: 51px auto 0;
    z-index: 0;
}

#lineLineup p {
    display: inline-block;
    background: #fff;
    padding: 0 5px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

#lineLineup::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #C7C8C8;
    top: 13px;
    left: 0;
    z-index: -1;
}

#logos {
    display: block;
    height: 169px;
    width: 854px;
    margin: 42px auto 52px;
    background: url("/images/login/logos.svg?v3") no-repeat;
    background-size: 100%;
}
