html {
  height: 100%;
}

body { 
  height: 100%;
  margin: 0px;
  font:400 20px/20px Roboto, "Helvetica Neue", sans-serif;
}

.header {
    background: #3f51b5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 64px;
    padding: 0 16px;
    font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  }

  table {
    margin: 0 auto;
  }

  table input {
    font-size: 20px;
    width: 20rem;
  }

  img {
    max-width: 80%;
  }

  input[type="submit"] {
    text-align: center;
    font-size: 21px;
    width: auto;
  }


  /* スマホの場合反映される */
@media screen and (max-width: 926px) {

  table {
    margin: 0 auto;
    width: 90%;
  }

  table input {
    font-size: 18px;
    width: 95%;
  }
}

/* -------------------------------------------------- */
/* PCの場合反映される */
@media screen and (min-width: 927px) {

}
