table {
  margin: auto;
}

  table th {
    width: 100px;
  }

  table td {
    width: 200px;
  }

  table input {
    width: 100%;
  }

/* ------------------------------ */
/* モバイル端末向け設定 */
/* ------------------------------ */

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 720px) {
  .header04-logo div {
    font-size: 0;
  }
  .header04-logo div::before{
    font-size: 24px;
    content: "ログイン";
  }
}