@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, time, dl, dt, dd, ol, ul, li, form, table, tbody, thead, tr, th, td, article, aside, figure, figcaption, footer, header, nav, section {
  border: 0;
  font-size: 100%;
  font-style: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

article, aside, footer, header, nav, section, main {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

html {
  height: -webkit-fill-available; }

body {
  background-color: rgba(8, 36, 54, 0.1);
  box-sizing: border-box;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  position: relative;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  body a {
    color: #333; }

main {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: 40px; }
  @media only screen and (max-width: 640px) {
    main {
      padding: 20px; } }
  main form {
    background-color: #fff;
    border: rgba(8, 36, 54, 0.2) 1px solid;
    box-sizing: border-box;
    max-width: 500px;
    padding: 30px 30px 20px; }
    main form p.logo {
      padding: 0 50px 20px 0; }
    main form p.error {
      color: #ff0000;
      font-size: 0.95rem;
      font-weight: 700;
      line-height: 1.8;
      padding: 0 0 30px; }
    main form dl dt {
      color: #082436;
      font-weight: 700;
      padding: 0 0 10px; }
    main form dl dd {
      padding: 0 0 20px; }
      main form dl dd input, select {
        border: #082436 1px solid;
        box-sizing: border-box;
        font-size: 1.2rem;
        padding: 5px;
        width: 100%; }
    main form p.button {
      padding: 20px 0;
      text-align: center; }
      main form p.button button {
        background-color: #082436;
        border-radius: 3px;
        border: none;
        color: #fff;
        font-family: "Noto Sans JP";
        padding: 5px 10px; }
