/*
 * 概要：ログイン用CSS
 */
html {
  width: 100vw;
  height: 100vh;
}

body {
  width: 100vw;
  height: 100vh;
  /* 2020/12/10 No10ﾓｯｸと相違 ﾌｫﾝﾄのｽﾀｲﾙ ITEC start */
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  /* 2020/12/10 No10ﾓｯｸと相違 ﾌｫﾝﾄのｽﾀｲﾙ ITEC end */
}
/* 2020/12/10 No10ﾓｯｸと相違 ﾌｫﾝﾄのｽﾀｲﾙ ITEC start */
@media screen and (max-width: 1024px){
  body {
    font-family: sans-serif;
  }
}
/* 2020/12/10 No10ﾓｯｸと相違 ﾌｫﾝﾄのｽﾀｲﾙ ITEC end */

#wrapper-area {
  background: #ffffff;
}

#main-area {
  height: 100%;
  min-height: inherit;
  padding-left: 0;
}

#main-areaIn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1100px;
  margin: 0 auto 0;
  padding-top: 60px;
  padding-bottom: 0px;
}

#header-areaIn {
  height: 20px;
}

#main-area-inner {
  background: #fff;
}

.tableAp td {
  font-weight: bold;
  padding: 0 0 0 5px;
  background: #ffffff;
}

.tableAp td input {
  color: #000000;
  border: 1px solid #404040;
}

.loginId-or-forgot-password {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  margin-top: 46px;
  font-size: 9px;
}


#footer-area {
  width: 100vw;
  background: #000000;
  position: fixed;
  /* width: 100%; */
  bottom: 0px;
  left: 0;
}

#footer-areaIn {
  width: 100%;
}

/* 2020/09/07 B-TMI1QA-0000010 大庭 Start */
div.loginId-or-forgot-password button {
  font-size: 130%;
  border: none;
}
/* 2020/09/07 B-TMI1QA-0000010 大庭 End */

section#login {
  margin: 0 auto;
  margin-top: 120px;
}

#loading {
  z-index: 1;
  padding: 5px 0 5px 29px;
  display: none;
  background: url(../../image/loading001.gif) no-repeat 10px top;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  position: fixed;
}

/* 2020/11/20 #6 ITEC Start*/
#loginja:hover,
#loginen:hover{
  outline: 0;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background-position: left 98% bottom 5px;
}
.btJp button, .btEn button {
  border: 0px;
}
/* 2020/11/20 #6 ITEC End*/

/* 2021/1/5 TMI1TK01R-000055 ITEC Start*/
@media screen and (min-width: 1025px){
  .loginId-or-forgot-password p {
    min-width: 0!important;
  }
}
/* 2021/1/5 TMI1TK01R-000055 ITEC End*/