@CHARSET "UTF-8";
html{
    position: relative;
    min-height: 100%;
}

body{
    width:1024px;
    margin: 0px auto 104px auto;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
/* header */
header form{
    width:234px;
    height:180px;
    position:absolute;
    top:40px;
    right:50px;
    z-index:30;
    padding:20px;
    text-align:center;
}
header form span{
    color:#ffffff;
    font-size:17px;
    font-weight:bold;
    letter-spacing:0.03em;
    margin-bottom:15px;
    display:inline-block;
    white-space: nowrap;
}

header form input[type="text"],
header form input[type="password"]{
    height:34px;
    width:204px;
    font-size:14px;
    padding:0px 14px;
    margin:0px 0px 10px 0px;
    background-color:transparent;
    color:#ffffff;
    border:1px solid #ffffff;
    letter-spacing:0.1em;
    z-index:20;
    position:relative;
}

header form input:nth-child(3){
    margin-bottom:0px;
}

header form input[type=button]{
    width:110px;
    height:36px;
    background-color:transparent;
    border:1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    color:#ffffff;
    font-size:14px;
    cursor:pointer;
}

.header form.active input[type=button]{
    background-color:#1B1464;
    border:1px solid transparent;
    opacity:0.85;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

#login{
    width:274px;
    height:220px;
    background-color:#ffffff;
    position:absolute;
    top:40px;
    right:50px;
    z-index:20;
    opacity:0.3;
    -ms-filter: "alpha(opacity=30)";  /* ie 8 */
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#login.active{
    background-color:#000000;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

header form label{
    position:absolute;
    height:34px;
    width:204px;
    border:none;
    font-size:14px;
    padding:0px 14px;
    background-color:transparent;
    color:#ffffff;
    letter-spacing:0.1em;
    text-align:left;
    line-height:34px;
    z-index:10;
}

/* ------------------------------------------------------------ */
/* クライアント認証用heaer                                      */
/* ------------------------------------------------------------ */
header form.clientNinsho{
    width:234px;
    height:180px;
    position:absolute;
    top:20px;
    right:350px;
    z-index:30;
    padding:20px;
    text-align:center;
}
header form span.clientNinsho{
    color:#ffffff;
    font-size:17px;
    font-weight:bold;
    letter-spacing:0.03em;
    margin-bottom:5px;
    display:inline-block;
    white-space: nowrap;
}

header form.clientNinsho input[type="text"],
header form.clientNinsho input[type="password"]{
    height:34px;
    width:204px;
    font-size:14px;
    padding:0px 14px;
    margin:0px 0px 10px 0px;
    background-color:transparent;
    color:#ffffff;
    border:1px solid #ffffff;
    letter-spacing:0.1em;
    z-index:20;
    position:relative;
}

header form.clientNinsho input:nth-child(3){
    margin-bottom:0px;
}

header form.clientNinsho input[type=button]{
    width:110px;
    height:36px;
    background-color:transparent;
    border:1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    color:#ffffff;
    font-size:14px;
    cursor:pointer;
}

.header form.clientNinsho.active input[type=button]{
    background-color:#1B1464;
    border:1px solid transparent;
    opacity:0.85;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

#clientlogin{
    width:274px;
    height:270px;
    background-color:#808080;
    position:absolute;
    top:20px;
    right:350px;
    z-index:20;
    opacity:0.7;
    -ms-filter: "alpha(opacity=30)";  /* ie 8 */
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#clientlogin.active{
    background-color:#000000;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

header form.clientNinsho label{
    position:absolute;
    height:34px;
    width:204px;
    border:none;
    font-size:14px;
    padding:0px 14px;
    background-color:transparent;
    color:#ffffff;
    letter-spacing:0.1em;
    text-align:left;
    line-height:34px;
    z-index:10;
    display: block;
}

/* ------------------------------------------------------------ */
/* フォーム認証用heaer                                      */
/* ------------------------------------------------------------ */
header form.formNinsho{
    width:234px;
    height:180px;
    position:absolute;
    top:20px;
    right:50px;
    z-index:30;
    padding:20px;
    text-align:center;
}
header form span.formNinsho{
    color:#ffffff;
    font-size:17px;
    font-weight:bold;
    letter-spacing:0.03em;
    margin-bottom:15px;
    display:inline-block;
    white-space: nowrap;
}

header form.formNinsho input[type="text"],
header form.formNinsho input[type="password"]{
    height:34px;
    width:204px;
    font-size:14px;
    padding:0px 14px;
    margin:0px 0px 10px 0px;
    background-color:transparent;
    color:#ffffff;
    border:1px solid #ffffff;
    letter-spacing:0.1em;
    z-index:20;
    position:relative;
}

header form.formNinsho input:nth-child(3){
    margin-bottom:0px;
}

header form.formNinsho input[type=button]{
    width:110px;
    height:36px;
    background-color:transparent;
    border:1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    color:#ffffff;
    font-size:14px;
    cursor:pointer;
}

.header form.formNinsho.active input[type=button]{
    background-color:#1B1464;
    border:1px solid transparent;
    opacity:0.85;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

header form.formNinsho label{
    position:absolute;
    height:34px;
    width:204px;
    border:none;
    font-size:14px;
    padding:0px 14px;
    background-color:transparent;
    color:#ffffff;
    letter-spacing:0.1em;
    text-align:left;
    line-height:34px;
    z-index:10;
}

#formlogin{
    width:324px;
    height:265px;
    background-color:#ffffff;
    position:absolute;
    top:25px;
    right:30px;
    z-index:20;
    opacity:0.3;
    -ms-filter: "alpha(opacity=30)";  /* ie 8 */
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#formlogin.active{
    background-color:#000000;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#formNinsho_userId{
    top:0px;
    left:38px;
    vertical-align:middle;
    line-height: 34px;
}

#formNinsho_password{
    top:0px;
    left:38px;
    vertical-align:middle;
    line-height: 34px;
}

#formNinsho_lblUser{
    top:87px;
    left:-20px;
}

#formNinsho_lblPasswd{
    top:133px;
    left:-30px;
}

/* ------------------------------------------------------------ */
/* デバイス認証用heaer                                      */
/* ------------------------------------------------------------ */
header form.deviceNinsho{
    width:234px;
    height:180px;
    position:absolute;
    top:20px;
    right:50px;
    z-index:30;
    padding:20px;
    text-align:center;
}
header form span.deviceNinsho{
    color:#ffffff;
    font-size:17px;
    font-weight:bold;
    letter-spacing:0.03em;
    margin-bottom:15px;
    display:inline-block;
    white-space: nowrap;
}

header form.deviceNinsho input[type="text"],
header form.deviceNinsho input[type="password"]{
    height:34px;
    width:204px;
    font-size:14px;
    padding:0px 14px;
    margin:0px 0px 10px 0px;
    background-color:transparent;
    color:#ffffff;
    border:1px solid #ffffff;
    letter-spacing:0.1em;
    z-index:20;
    position:relative;
}

header form.deviceNinsho input:nth-child(3){
    margin-bottom:0px;
}

header form.deviceNinsho input[type=button]{
    width:110px;
    height:36px;
    background-color:transparent;
    border:1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    color:#ffffff;
    font-size:14px;
    cursor:pointer;
}

.header form.deviceNinsho.active input[type=button]{
    background-color:#1B1464;
    border:1px solid transparent;
    opacity:0.85;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

header form.deviceNinsho label{
    position:absolute;
    height:34px;
    width:204px;
    border:none;
    font-size:14px;
    padding:0px 14px;
    background-color:transparent;
    color:#ffffff;
    letter-spacing:0.1em;
    text-align:left;
    line-height:34px;
    z-index:10;
}

#devicelogin{
    width:324px;
    height:265px;
    background-color:#ffffff;
    position:absolute;
    top:25px;
    right:30px;
    z-index:20;
    opacity:0.3;
    -ms-filter: "alpha(opacity=30)";  /* ie 8 */
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#devicelogin.active{
    background-color:#000000;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#deviceNinsho_userId{
    top:0px;
    left:38px;
    vertical-align:middle;
    line-height: 34px;
}

#deviceNinsho_password{
    top:0px;
    left:38px;
    vertical-align:middle;
    line-height: 34px;
}

#deviceNinsho_lblUser{
    top:87px;
    left:-20px;
}

#deviceNinsho_lblPasswd{
    top:133px;
    left:-30px;
}

/* ------------------------------------------------------------ */
/* テレワーク認証用heaer                                      */
/* ------------------------------------------------------------ */
header form.teleworkNinsho{
    width:234px;
    height:180px;
    position:absolute;
    top:20px;
    right:50px;
    z-index:30;
    padding:20px;
    text-align:center;
}
header form span.teleworkNinsho{
    color:#ffffff;
    font-size:17px;
    font-weight:bold;
    letter-spacing:0.03em;
    margin-bottom:15px;
    display:inline-block;
    white-space: nowrap;
}

header form.teleworkNinsho input[type="text"],
header form.teleworkNinsho input[type="password"]{
    height:34px;
    width:204px;
    font-size:14px;
    padding:0px 14px;
    margin:0px 0px 10px 0px;
    background-color:transparent;
    color:#ffffff;
    border:1px solid #ffffff;
    letter-spacing:0.1em;
    z-index:20;
    position:relative;
}

header form.teleworkNinsho input:nth-child(3){
    margin-bottom:0px;
}

header form.teleworkNinsho input[type=button]{
    width:110px;
    height:36px;
    background-color:transparent;
    border:1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    color:#ffffff;
    font-size:14px;
    cursor:pointer;
}

.header form.teleworkNinsho.active input[type=button]{
    background-color:#1B1464;
    border:1px solid transparent;
    opacity:0.85;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

header form.teleworkNinsho label{
    position:absolute;
    height:34px;
    width:204px;
    border:none;
    font-size:14px;
    padding:0px 14px;
    background-color:transparent;
    color:#ffffff;
    letter-spacing:0.1em;
    text-align:left;
    line-height:34px;
    z-index:10;
}

#formlogin{
    width:324px;
    height:265px;
    background-color:#ffffff;
    position:absolute;
    top:25px;
    right:30px;
    z-index:20;
    opacity:0.3;
    -ms-filter: "alpha(opacity=30)";  /* ie 8 */
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#formlogin.active{
    background-color:#000000;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#telework_shainNo{
    top:0px;
    left:38px;
    vertical-align:middle;
    line-height: 34px;
}

#telework_password{
    top:0px;
    left:38px;
    vertical-align:middle;
    line-height: 34px;
}

#telework_lblShainNo{
    top:87px;
    left:-20px;
}

#telework_lblPasswd{
    top:133px;
    left:-30px;
}

/* ------------------------------------------------------------ */

#lblUser{
    top:61px;
    left:20px;
}

#lblPasswd{
    top:107px;
    left:20px;
}

/* footer */
footer{
    background-color:#000000;
    color:#808080;
    height:104px;
    width:1024px;
    text-align:center;
    position:absolute;
    bottom:0;
}
footer ul{
    height:14px;
    margin:20px auto;
}

footer ul li{
    list-style:none;
    display:inline-block;
    padding:0px 20px;
    border-left:1px solid #ffffff;
    height:14px;
}
footer ul li:first-child{
    border:none;
}

footer ul li a{
    text-decoration:none;
    color:#ffffff;
    font-size:14px;
    letter-spacing:0.1em;
    height:14px;
    line-height:14px;
    display:inline-block;
    vertical-align:top;
}

footer ul li a:link{
    color:#ffffff;
}

footer ul li a:visited{
    color:#ffffff;
}

footer>small{
    font-size:11px;
    height:11px;
    display:inline-block;
    vertical-align:top;
}

#slider {
    position:relative;
}

#content{
    padding:30px 50px;
}

.logo{
    position:absolute;
    left:50px;
    z-index:15;
}


.flexslider{
    z-index:10;
    background:none;
    border:none;
    box-shadow:none;
    margin:0px;
    width:1024px;
    height:300px;
}

.left-pane {
    width:99px;
    height: 192px;
    padding-top:20px;
    background-color:#c0c0c0;
    float:left;
    border-right:1px solid #ffffff;
    text-align:center;
    font-size:18px;
    font-weight:bold;
    color:#303030;
}
.scroll-pane {
    width: 824px;
    height: 212px;
    overflow: auto;
    background-color:#dadada;
    color:#303030;
    font-size:13px;
    line-height:21px;
}
.scroll-pane p{
    margin:0px 19px;
    padding:20px 0px;
    border-bottom:1px solid #c0c0c0;
    letter-spacing: -0.06em;
}

.scroll-pane p:last-child{
    border-bottom:none;
}

.jspDrag {
    background-color:#c0c0c0;
    background-image:url('../images/scroll_button.png');
    background-repeat:no-repeat;
    background-position:50% 50%;
    -webkit-border-radius: 1px;
    border-radius: 1px;

}
.jspVerticalBar {
    border-left:1px solid #ffffff;
    width:20px;
    background:#ffffff;
}
.jspTrack {
    background-color:#dadada;
    padding:2px;
}

.jspArrow, .jspArrow.jspDisabled{
    background-color:#dadada;
    height:20px;
}

.jspVerticalBar .jspArrow{
    height:20px;
}

.jspArrowUp,
.jspArrowUp.jspDisabled{
    border-bottom:1px solid #ffffff;
    background-image:url('../images/scroll_up.png');
}

.jspArrowDown,
.jspArrowDown.jspDisabled{
    border-top:1px solid #ffffff;
    background-image:url('../images/scroll_down.png');
}



.box-button{
    margin:20px auto;
    text-align: center;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
    position: relative;
    overflow: hidden;

    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: content-box;
    text-decoration: none;
    width:165px;
    height:36px;

}

.box-button::after{
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    content: '';
    z-index: -1;
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.box-button:hover{
    border:1px solid transparent;
}

.box-button:hover::after{
    width: 108%;
    height: 108%;
    top: 50%;
    left: 50%;
    background: #1B1464;
    opacity: 0.85;
}

.box-button:hover{
    background: #1B1464;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

.box-button-etoken {
    margin: 10px auto;
    text-align: center;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: content-box;
    text-decoration: none;
    width: 215px;
    height: 36px;
}

.box-button-etoken::after {
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    content: '';
    z-index: -1;
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.box-button-etoken:hover {
    border: 1px solid transparent;
}

.box-button-etoken:hover::after {
    width: 108%;
    height: 108%;
    top: 50%;
    left: 50%;
    background: #1B1464;
    opacity: 0.85;
}

.box-button-etoken:hover{
    background: #1B1464;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

.box-button-usbtoken {
    margin: 10px auto;
    text-align: center;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    border: 1px solid #bdb76b;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: content-box;
    text-decoration: none;
    width: 215px;
    height: 36px;
}

.box-button-usbtoken::after {
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    content: '';
    z-index: -1;
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.box-button-usbtoken:hover {
    border: 1px solid transparent;
}

.box-button-usbtoken:hover::after {
    width: 108%;
    height: 108%;
    top: 50%;
    left: 50%;
    background: #006400;
    opacity: 0.85;
}

.box-button-usbtoken:hover{
    background: #006400;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

.box-button-telework {
    margin: 10px auto;
    text-align: center;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: content-box;
    text-decoration: none;
    width: 215px;
    height: 36px;
}

.box-button-telework::after {
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    content: '';
    z-index: -1;
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.box-button-telework:hover {
    border: 1px solid transparent;
}

.box-button-telework:hover::after {
    width: 108%;
    height: 108%;
    top: 50%;
    left: 50%;
    background: #1B1464;
    opacity: 0.85;
}

.box-button-telework:hover{
    background: #1B1464;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

/* ------------------------------------------------------------ */
/* 工事記録収集システムheader                                    */
/* ------------------------------------------------------------ */
header form.kojiKiroku{
    width:234px;
    height:175px;
    position:absolute;
    top:310px;
    right:350px;
    z-index:30;
    padding:10px 20px;
    text-align:center;
}
header form span.kojiKiroku{
    color:#000000;
    font-size:17px;
    font-weight:bold;
    letter-spacing:0.03em;
    margin-bottom:5px;
    display:inline-block;
    white-space: nowrap;
}

header form.kojiKiroku input[type="text"],
header form.kojiKiroku input[type="password"]{
    height:34px;
    width:204px;
    font-size:14px;
    padding:0px 14px;
    margin:0px 0px 10px 0px;
    background-color:transparent;
    color:#ffffff;
    border:1px solid #ffffff;
    letter-spacing:0.1em;
    z-index:20;
    position:relative;
}

header form.kojiKiroku input:nth-child(3){
    margin-bottom:0px;
}

header form.kojiKiroku input[type=button]{
    width:110px;
    height:25px;
    /* background-color:transparent; */
    border:1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    color:#000000;
    font-size:14px;
    cursor:pointer;
}

.header form.kojiKiroku.active input[type=button]{
    background-color:#1B1464;
    border:1px solid transparent;
    opacity:0.85;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

#kojiKirokuLogin{
    width:274px;
    height:175px;
    background-color:#eeca01;
    position:absolute;
    top:310px;
    right:350px;
    z-index:20;
    opacity:0.3;
    -ms-filter: "alpha(opacity=30)";  /* ie 8 */
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#kojiKirokuLogin.active{
    background-color:#000000;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

header form.kojiKiroku label{
    position:absolute;
    height:34px;
    width:204px;
    border:none;
    font-size:14px;
    padding:0px 14px;
    background-color:transparent;
    color:#ffffff;
    letter-spacing:0.1em;
    text-align:left;
    line-height:34px;
    z-index:10;
    display: block;
}

#contentKojiKiroku{
    z-index:10;
    background:none;
    border:none;
    box-shadow:none;
    margin:0px;
    width:1024px;
    height:185px;
}


.box-button-kokikiroku {
    margin: 3px auto;
    text-align: center;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #000000;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    border: 1px solid #000000;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: content-box;
    text-decoration: none;
    width: 215px;
    height: 25px;
}

.box-button-kokikiroku::after {
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    content: '';
    z-index: -1;
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.box-button-kokikiroku{
    background: #faefb3;
}
.box-button-kokikiroku:hover {
    border: 1px solid #000000;
}

.box-button-kokikiroku:hover::after {
    width: 108%;
    height: 108%;
    top: 50%;
    left: 50%;
    background: #ffd700;
    opacity: 0.85;
}

.box-button-kokikiroku:hover{
    background: #ffd700;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

/* ------------------------------------------------------------ */
/* SSO認証OTP認証用header                                      */
/* ------------------------------------------------------------ */
header form.ssoOtpNinsho{
    width:234px;
    height:180px;
    position:absolute;
    top:20px;
    right:50px;
    z-index:30;
    padding:20px;
    text-align:center;
}
header form span.ssoOtpNinsho{
    color:#ffffff;
    font-size:17px;
    font-weight:bold;
    letter-spacing:0.03em;
    margin-bottom:5px;
    display:inline-block;
    white-space: nowrap;
}

header form.ssoOtpNinsho input[type="text"],
header form.ssoOtpNinsho input[type="password"]{
    height:34px;
    width:204px;
    font-size:14px;
    padding:0px 14px;
    margin:0px 0px 10px 0px;
    background-color:transparent;
    color:#ffffff;
    border:1px solid #ffffff;
    letter-spacing:0.1em;
    z-index:20;
    position:relative;
}

header form.ssoOtpNinsho input:nth-child(3){
    margin-bottom:0px;
}

header form.ssoOtpNinsho input[type=button]{
    width:110px;
    height:36px;
    background-color:transparent;
    border:1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    color:#ffffff;
    font-size:14px;
    cursor:pointer;
}

.header form.ssoOtpNinsho.active input[type=button]{
    background-color:#1B1464;
    border:1px solid transparent;
    opacity:0.85;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

header form.ssoOtpNinsho button[type=button]{
    width:110px;
    height:36px;
    background-color:transparent;
    border:1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    color:#ffffff;
    font-size:14px;
    cursor:pointer;
}

.header form.ssoOtpNinsho.active button[type=button]{
    background-color:#1B1464;
    border:1px solid transparent;
    opacity:0.85;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

#ssoOtpLogin{
    width:274px;
    height:270px;
    background-color:#808080;
    position:absolute;
    top:20px;
    right:50px;
    z-index:20;
    opacity:0.7;
    -ms-filter: "alpha(opacity=30)";  /* ie 8 */
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#ssoOtpLogin.active{
    background-color:#000000;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

header form.ssoOtpNinsho label{
    position:absolute;
    height:34px;
    width:204px;
    border:none;
    font-size:14px;
    padding:0px 14px;
    background-color:transparent;
    color:#ffffff;
    letter-spacing:0.1em;
    text-align:left;
    line-height:34px;
    z-index:10;
    display: block;
}

header form.ssoOtpNinsho .ssoCorp{
    display: none;
    text-align: center;
    transform: translateX(-50%);
    width: 80%;
    position: absolute;
    /* top: calc(100% + 6px); */
    left: 50%;
    /* right: 0; */
    z-index: 9999;
    pointer-events: auto;
    padding: .4rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #808080;
    opacity: 0.9;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

header form.ssoOtpNinsho .ssoCorp > button {
    display: block;
    width: 80%;
    margin: 0.3rem auto;
    /* padding: .55rem .7rem; */
    border: 0;
    background: transparent;
    text-align: center;
    border-radius: 8px;
    background: #808080;
    cursor: pointer;
    border: 1px solid #ddd
}

/* header form.ssoOtpNinsho .ssoCorp > button:last-child{
    border-bottom: none;
} */

header form.ssoOtpNinsho .ssoCorp > button:hover,
header form.ssoOtpNinsho .ssoCorp > button.focus {
    background: #1B1464;
    outline: none;
}

header form.ssoOtpNinsho span.smallfont{
    font-size: 0.8em;
    margin-bottom: 0px;
}

/* ------------------------------------------------------------ */
/* OTP1認証header                                      */
/* ------------------------------------------------------------ */
header form.otp1Ninsho{
    width:284px;
    height:180px;
    position:absolute;
    top:20px;
    right:50px;
    z-index:30;
    padding:20px;
    text-align:center;
}
header form span.otp1Ninsho{
    color:#ffffff;
    font-size:17px;
    font-weight:bold;
    letter-spacing:0.03em;
    margin-bottom:5px;
    display:inline-block;
    white-space: nowrap;
}

header form.otp1Ninsho input[type="text"],
header form.otp1Ninsho input[type="password"]{
    height:34px;
    width:204px;
    font-size:14px;
    padding:0px 14px;
    margin:0px 0px 10px 0px;
    background-color:transparent;
    color:#ffffff;
    border:1px solid #ffffff;
    letter-spacing:0.1em;
    z-index:20;
    position:relative;
}

header form.otp1Ninsho input:nth-child(3){
    margin-bottom:0px;
}

header form.otp1Ninsho input[type=button]{
    width:110px;
    height:36px;
    background-color:transparent;
    border:1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    color:#ffffff;
    font-size:14px;
    cursor:pointer;
}

.header form.otp1Ninsho.active input[type=button]{
    background-color:#1B1464;
    border:1px solid transparent;
    opacity:0.85;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

header form.otp1Ninsho button[type=button]{
    width:110px;
    height:36px;
    background-color:transparent;
    border:1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    color:#ffffff;
    font-size:14px;
    cursor:pointer;
}

.header form.otp1Ninsho.active button[type=button]{
    background-color:#1B1464;
    border:1px solid transparent;
    opacity:0.85;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

#otp1Login{
    width:364px;
    height:265px;
    background-color:#808080;
    position:absolute;
    top:20px;
    right:30px;
    z-index:20;
    opacity:0.7;
    -ms-filter: "alpha(opacity=30)";  /* ie 8 */
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#otp1Login.active{
    background-color:#000000;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

header form.otp1Ninsho label{
    position:absolute;
    height:34px;
    width:204px;
    border:none;
    font-size:14px;
    padding:0px 14px;
    background-color:transparent;
    color:#ffffff;
    letter-spacing:0.1em;
    text-align:left;
    line-height:34px;
    z-index:10;
    display: block;
}

#otpUserId{
    top:0px;
    left:58px;
    vertical-align:middle;
    line-height: 34px;
}

#otpTorokuPassword{
    top:0px;
    left:58px;
    vertical-align:middle;
    line-height: 34px;
}

#otp_lblUserId{
    top:80px;
    left:30px;
}

#otp_lblTorokuPasswd{
    top:126px;
    left:-10px;
}

/* ------------------------------------------------------------ */
/* OTP2認証header                                      */
/* ------------------------------------------------------------ */
header form.otp2Ninsho{
    width:294px;
    height:180px;
    position:absolute;
    top:20px;
    right:50px;
    z-index:30;
    padding:20px;
    text-align:center;
}
header form span.otp2Ninsho{
    color:#ffffff;
    font-size:17px;
    font-weight:bold;
    letter-spacing:0.03em;
    margin-bottom:15px;
    display:inline-block;
    white-space: nowrap;
}

header form.otp2Ninsho input[type="text"],
header form.otp2Ninsho input[type="password"]{
    height:34px;
    width:204px;
    font-size:14px;
    padding:0px 14px;
    margin:0px 0px 10px 0px;
    background-color:transparent;
    color:#ffffff;
    border:1px solid #ffffff;
    letter-spacing:0.1em;
    z-index:20;
    position:relative;
}

header form.otp2Ninsho input:nth-child(3){
    margin-bottom:0px;
}

header form.otp2Ninsho input[type=button]{
    width:110px;
    height:36px;
    background-color:transparent;
    border:1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    color:#ffffff;
    font-size:14px;
    cursor:pointer;
}

.header form.otp2Ninsho.active input[type=button]{
    background-color:#1B1464;
    border:1px solid transparent;
    opacity:0.85;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

header form.otp2Ninsho button[type=button]{
    width:110px;
    height:36px;
    background-color:transparent;
    border:1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    color:#ffffff;
    font-size:14px;
    cursor:pointer;
}

.header form.otp2Ninsho.active button[type=button]{
    background-color:#1B1464;
    border:1px solid transparent;
    opacity:0.85;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

#otp2Login{
    width:400px;
    height:265px;
    background-color:#808080;
    position:absolute;
    top:20px;
    right:30px;
    z-index:20;
    opacity:0.7;
    -ms-filter: "alpha(opacity=30)";  /* ie 8 */
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#otp2Login.active{
    background-color:#000000;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

header form.otp2Ninsho label{
    position:absolute;
    height:34px;
    width:204px;
    border:none;
    font-size:14px;
    padding:0px 14px;
    background-color:transparent;
    color:#ffffff;
    letter-spacing:0.1em;
    text-align:left;
    line-height:34px;
    z-index:10;
    display: block;
}

.box-button-otp-2{
    margin:20px auto;
    text-align: center;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
    position: relative;
    top: 30px;
    overflow: hidden;

    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: content-box;
    text-decoration: none;
    width:165px;
    height:36px;

}

.box-button-otp-2::after{
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    content: '';
    z-index: -1;
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.box-button-otp-2:hover{
    border:1px solid transparent;
}

.box-button-otp-2:hover::after{
    width: 108%;
    height: 108%;
    top: 50%;
    left: 50%;
    background: #1B1464;
    opacity: 0.85;
}

.box-button-otp-2:hover{
    background: #1B1464;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

#otpPassword{
    top:0px;
    left:60px;
    vertical-align:middle;
    line-height: 34px;
    width: 100px;
}

#otp2_lblOtp{
    top:87px;
    left:-20px;
}

#otp2_lblMsg{
    top:133px;
    left:-50px;
    font-size:11px;
    width:400px;
    line-height: 1.8;
}

/* ------------------------------------------------------------ */
/* ドロップダウンボタン                                      */
/* ------------------------------------------------------------ */
.box-button-ssootp {
    margin: 10px auto;
    text-align: center;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: content-box;
    text-decoration: none;
    width: 215px;
    height: 40px;
}

.box-button-ssootp::after {
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    content: '';
    z-index: -1;
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.box-button-ssootp:hover {
    border: 1px solid transparent;
}

.box-button-ssootp:hover::after {
    width: 108%;
    height: 108%;
    top: 50%;
    left: 50%;
    background: #1B1464;
    opacity: 0.85;
}

.box-button-ssootp:hover{
    background: #1B1464;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

.ddBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.8rem;
    /* display: block;
    text-align: center;
    position: relative; */
}

.ssoOtpNinsho span.arrow{
    align-items: center;
    margin-bottom: 0px;
    display: inline-block;
    transition: transform 0.25s ease;
}

.ssoOtpNinsho[aria-expanded="true"] span.arrow{
    transform: rotate(180deg);
}

.kojiKirokuSsoOtp span.arrow{
    color: #000000;
    align-items: center;
    margin-bottom: 0px;
    display: inline-block;
    transition: transform 0.25s ease;
}

.kojiKirokuSsoOtp[aria-expanded="true"] span.arrow{
    transform: rotate(180deg);
}


/* ------------------------------------------------------------ */
/* 工事記録収集システムSSO OTP                                    */
/* ------------------------------------------------------------ */
header form.kojiKirokuSsoOtp{
    width:234px;
    height:175px;
    position:absolute;
    top:310px;
    right:50px;
    z-index:20;
    padding:10px 20px;
    text-align:center;
}
header form span.kojiKirokuSsoOtp{
    color:#000000;
    font-size:17px;
    font-weight:bold;
    letter-spacing:0.03em;
    margin-bottom:5px;
    display:inline-block;
    white-space: nowrap;
}

header form.kojiKirokuSsoOtp input[type="text"],
header form.kojiKirokuSsoOtp input[type="password"]{
    height:34px;
    width:204px;
    font-size:14px;
    padding:0px 14px;
    margin:0px 0px 10px 0px;
    background-color:transparent;
    color:#ffffff;
    border:1px solid #ffffff;
    letter-spacing:0.1em;
    z-index:20;
    position:relative;
}

header form.kojiKirokuSsoOtp input:nth-child(3){
    margin-bottom:0px;
}

header form.kojiKirokuSsoOtp input[type=button]{
    width:110px;
    height:25px;
    /* background-color:transparent; */
    border:1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    color:#000000;
    font-size:14px;
    cursor:pointer;
}

.header form.kojiKirokuSsoOtp.active input[type=button]{
    background-color:#1B1464;
    border:1px solid transparent;
    opacity:0.85;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

header form.kojiKirokuSsoOtp button[type=button]{
    width:110px;
    height:40px;
    background-color:transparent;
    border:1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    color:#000000;
    font-size:14px;
    cursor:pointer;
}

.header form.kojiKirokuSsoOtp.active button[type=button]{
    background-color:#1B1464;
    border:1px solid transparent;
    opacity:0.85;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

header form span.kojiKirokuSsoOtp{
    color:#000000;
    font-size:17px;
    font-weight:bold;
    letter-spacing:0.03em;
    margin-bottom:5px;
    display:inline-block;
    white-space: nowrap;
}

#kojiKirokuSsoOtpLogin{
    width:274px;
    height:175px;
    background-color:#eeca01;
    position:absolute;
    top:310px;
    right:50px;
    z-index:20;
    opacity:0.3;
    -ms-filter: "alpha(opacity=30)";  /* ie 8 */
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#kojiKirokuSsoOtpLogin.active{
    background-color:#000000;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

header form.kojiKirokuSsoOtp label{
    position:absolute;
    height:34px;
    width:204px;
    border:none;
    font-size:14px;
    padding:0px 14px;
    background-color:transparent;
    color:#ffffff;
    letter-spacing:0.1em;
    text-align:left;
    line-height:34px;
    z-index:10;
    display: block;
}

#contentkojiKirokuSsoOtp{
    z-index:10;
    background:none;
    border:none;
    box-shadow:none;
    margin:0px;
    width:1024px;
    height:100px;
}


.box-button-kojiKirokuSsoOtp {
    margin: 10px auto;
    text-align: center;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #000000;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    border: 1px solid #000000;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: content-box;
    text-decoration: none;
    width: 215px;
    height: 40px;
}

.box-button-kojiKirokuSsoOtp::after {
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    content: '';
    z-index: -1;
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.box-button-kojiKirokuSsoOtp{
    background: #faefb3;
}
.box-button-kojiKirokuSsoOtp:hover {
    border: 1px solid #000000;
}

.box-button-kojiKirokuSsoOtp:hover::after {
    width: 108%;
    height: 108%;
    top: 50%;
    left: 50%;
    background: #ffd700;
    opacity: 0.85;
}

.box-button-kojiKirokuSsoOtp:hover{
    background: #ffd700;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}


header form.kojiKirokuSsoOtp .ssoCorp{
    display: none;
    text-align: center;
    transform: translateX(-50%);
    width: 80%;
    position: absolute;
    /* top: calc(100% + 6px); */
    left: 50%;
    /* right: 0; */
    z-index: 9999;
    pointer-events: auto;
    padding: .4rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #faefb3;
    opacity: 0.9;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

header form.kojiKirokuSsoOtp .ssoCorp > button {
    display: block;
    width: 80%;
    margin: 0.3rem auto;
    /* padding: .55rem .7rem; */
    border: 0;
    background: transparent;
    text-align: center;
    border-radius: 8px;
    background: #faefb3;
    cursor: pointer;
    border: 1px solid #000000
}

/* header form.sinNinsho .ssoCorp > button:last-child{
    border-bottom: none;
} */

header form.kojiKirokuSsoOtp .ssoCorp > button:hover,
header form.kojiKirokuSsoOtp .ssoCorp > button.focus {
    background: #ffd700;
    outline: none;
}

header form.kojiKirokuSsoOtp span.smallfont{
    color: #000000;
    font-size: 0.8em;
    margin-bottom: 0px;
}