@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html{
  height: 100%;
  height: -webkit-fill-available;
  font-size: 12px;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "Noto Sans JP", system-ui;
    width: 100vw;
    height: 100vh;
    min-height: -webkit-fill-available;
}
  
#main{
    margin: auto;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  font-size: 1.2rem;
  width: 100%;
}
#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    font-size: 1.2rem;
    width: 100%;
}

#loginMainContent{
  width: 375px;
  margin: 0 auto;
  text-align: center;
  div{
    text-align: left;
  }
  input{
      width: 300px;
      text-align: center;
  }
}

#loginMainPicture{
  width: 375px;
  margin-top: 30px;
}

.headIcon{
    height: 1.5rem;
}

.headerLabel{
  font-size:1.3rem;
}

.menuIcon{
    height: 1.5rem;
}

.form-original{
  width: 10rem;
  height: 2.5rem;
}