@charset "utf-8";
/* deprecated */
/* deprecated */
/* deprecated */
/* deprecated */
/* deprecated */
body#main table#contentsbody {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
body#main table#contentsbody td#maincontents {
  padding: 0px;
  width: 100%;
}
.cwsheader-container {
  display: none;
}
#v8-login-header {
  display: none;
}
#container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: linear-gradient(45deg, #005BAC, #5EC2C6);
}
#cwsheader {
  display: none;
}
#maincontents form[name="login"] {
  background-color: transparent;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
#maincontents form[name="login"] .maintable {
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-top: 24px;
}
#maincontents form[name="login"] .maintable tbody {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#maincontents form[name="login"] .maintable tbody tr {
  width: 100%;
}
#maincontents form[name="login"] .maintable tbody tr th {
  display: none;
}
#maincontents form[name="login"] .maintable tbody tr td {
  padding: 0px;
}
#maincontents form[name="login"] .maintable tbody tr td #loginmessage_sub_cont {
  background-color: #FFF;
  color: #000;
  width: 100%;
  min-width: 320px;
  padding: 16px;
  border-radius: 4px;
  box-sizing: border-box;
}
#login {
  flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-image: none;
  overflow: hidden;
  margin: 0 auto 0 auto;
}
.logintitle.v8 {
  background-image: url(../../../conversion-docs/img/v8/header-logo-company.png);
  background-size: cover;
  height: 63px;
  width: 424px;
  margin-bottom: 48px;
}
.logintitle-with-customerlogo {
  background-image: url(../../../conversion-docs/img/v8/header-logo-company.png);
  background-size: cover;
  height: 63px;
  width: 424px;
}
/* 画像サイズの最小値と最大値を指定 */
.customer-main-logo {
  min-width: 34px;
  max-width: 268px;
  min-height: 34px;
  max-height: 34px;
  margin-bottom: 16px;
  border-radius: 4px;
}
#datainput {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#datainput tbody {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#datainput tbody tr {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 320px;
}
#datainput tbody tr td {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#datainput tbody tr td.dl {
  display: none;
}
#datainput tbody tr td input::-ms-clear {
  visibility: hidden;
}
#datainput tbody tr td input::-ms-reveal {
  visibility: hidden;
}
#datainput tbody tr td input:-ms-input-placeholder {
  color: #7f7f7f;
}
#datainput tbody tr td input.input {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 24px;
  background-color: #fff;
  border: 0;
  width: 320px;
  font-size: 14px;
  height: 52px;
  line-height: 32px;
  padding: 0 12px;
  border-bottom: 1px solid #cdd0d3;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow-x: hidden;
}
#datainput tbody tr td input.input:focus {
  box-shadow: none;
  outline: none;
}
#datainput tbody tr td input.input:hover {
  border-color: #9299a0;
}
#datainput tbody tr td p.submit {
  margin: 0 0 12px 0;
  width: 100%;
}
#datainput tbody tr td p.submit input[type="submit"][name="Login"] {
  border-color: #004f94;
  background-color: #004f94;
  display: block;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-background-clip: border;
  border-radius: 4px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  border: 1px solid #004F94;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-image: none;
  font-size: 14px;
  height: 44px;
  cursor: pointer;
}
#login_message {
  margin-bottom: 24px;
  background-color: #f8d7da;
  color: #721c24 !important;
  font-size: 11px;
  width: 100%;
  height: 44px;
  max-height: 44px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: border-box;
  -moz-border-radius: 4px;
  -moz-background-clip: border;
  border-radius: 4px;
  background-clip: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  margin: 0px 0px 24px;
  box-sizing: border-box;
}
.login-reminder a {
  color: #fff;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 12px;
  text-decoration: none;
}
.login-reminder a:hover {
  opacity: 0.8;
}
#v8-login-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 24px;
}
#v8-login-footer .credit-label {
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
