@charset "utf-8";

body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
a, label, span, select, input, textarea, file {
  color: #333333;
  font-size: 12pt;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  margin: 0;
  padding: 0;
/*  width: 100%;*/
  background-color: #FFF;
}
label, p {
  user-select: none;
}
body {
  width: 100%;
  height: 100vh;
  background-color: #F8FBF4;
  background-image: url('../img/background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
#logo {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 300px;
  background-color: unset;
}
#div_title {
  position: absolute;
  background-color: unset;
  top: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; 
}
#div_title #title {
  background-color: unset;
  width: 820px;
  height: auto;
}
/**
#div_title {
  position: absolute;
  top: 150px;
  background-color: unset;
}
#div_title #title {
  display: flex;
  justify-content: center;
  font-size: 70pt;
  font-weight: bold;
  font-family: Meiryo, sans-serif;
  color: #24BE6A;
  background-color: unset;
}
**/
#div_input {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 280px;
  width: 100%;
  background-color: unset;
}
#div_input #input {
  width: 450px;
  border-radius: 30px;
  border: solid 1px #A6A6A6;
  padding: 1px;
  background-color: #F9F9F9;
}
#div_input #input table, tbody, tr, td {
  background-color: inherit;
}
#div_input #input table {
  border-collapse:collapse;
  margin: 22px 0;
}
#div_input #input table td {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  height: 60px;
}
#div_input #input table td input[type=text], input[type=password] {
  border: solid 1px #808080 !important;
  padding: 0px 5px;
  font-size: 11pt;
  height: 40px !important;
  width: 250px !important;
}
#div_input #input table td input[type=text]:focus, input[type=password]:focus {
  outline: none !important;
  box-shadow: 0px 0px 2px 3px rgb(255 213 0 / 18%) inset;
}
#div_input #input table td #btn-login {
  color: #FFF;
  height: 40px !important;
  width: 200px !important;
  border: solid 1px #FFF;
  background-color: #00A84C !important;
  text-align: center;
  align-content: center;
  font-size: 10.5pt;
}
#div_input #input table td .link {
  display: flex;
  justify-content: center;
  color: #FF8409;
  background-color: unset;
  text-decoration: #FF8409 underline;
  cursor: pointer;
}
#div_input #input table td .link:hover {
  color: #FFC009;
}
#div_input #input table .invalid_item {
  position: static;
  width: 420px;
  height: auto;
  margin: 0 14px;
}
#div_input #input table .invalid_message {
  padding: 10px;
  color: #E40000;
  font-size: 10pt;
  background-color: #FFEBEE;
}
#div_image {
  position: absolute;
  background-color: unset;
  top: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 570px !important;
}
#div_image * {
  background-color: unset;
  width: 100%;
}
#div_image #image td {
  width: 62px;
  text-align: center;
}
#div_image #image td #image1 {
  margin-right: 36px;
  width: 70px;
  height: auto;
}
#div_image #image td #image2 {
  margin-right: 26px;
  width: 90px;
  height: auto;
}
#div_image #image td #image3 {
  text-align: center;
  width: 76px;
  height: auto;
}
#div_image #image td #image4 {
  margin-left: 48px;
  width: 56px;
  height: auto;
}
#div_image #image td #image5 {
  margin-left: 56px;
  width: 58px;
  height: auto;
}
#div_footer {
  position: fixed;
  bottom: 45px;
  top: unset;
  width: 100%;
  background-color: unset;
  height: unset;
  @media (max-height: 850px) {
    position: absolute;
    bottom: unset;
    top: 750px;
    height: 80px;
  }
}
#div_footer .footer {
  display: flex;
  justify-content: center;
  color: #A6A6A6;
  background-color: unset;
}