:root {
  --color: #4FA9BF;
  --color-light: #D0EEFC;
}
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
  font-family: sans-serif;
  background-color: #f4f4f4;
  color: #333;
  margin-right: 2em;
  font-weight: bold;
}
.btn_commit, .btn_danger {
  border-color: rgba(27, 31, 35, 0.15);
  box-shadow: 0 1px 0 rgba(27, 31, 35, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.03);
  border: 1px solid;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500px;
  line-height: 20px;
  padding: 8px 20px;
  white-space: nowrap;
  appearance: none;
  cursor: pointer;
}
.btn_commit {
  background-color: var(--color);
  color: #fff;
}
.btn_danger {
  background-color: #c63131;
  color: #fff;
}
nav a {
  color: #fff !important;
}
input {
  font-size: 20px;
  margin: .5em 0;
  padding: .5em;
}
textarea {
  font-size: 20px;
  height: 4em;
  margin: .5em 0;
  padding: .5em;
}
button {
  font-size: 20px;
  margin-top: 1em;
}
select {
  margin: .3em 0;
  padding: .4em;
  font-size: 20px;
}
table {
  background-color: white;
}
.help {
  border: 3px solid white; /* var(--color); */
  margin: 1em 1em;
  padding: .5em;
  font-weight: bold;
  text-align: left;
  white-space: pre-wrap;
}
b {
  color: #e22;
}
h1 {
  text-align: center;
}
input-lgcode {
  white-space: nowrap;
  font-size: 20px;
  text-align: left;
  margin: 0.6em .3em 0 0em !important;
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr;
}
input-lgcode select {
  width: 95%;
  display: inline-block !important;
  margin: .2em 0em !important;
  padding: .2em;
}
input-lgcode input {
  width: 85%;
  display: inline-block !important;
  margin: .2em .2em !important;
  padding: .3em 0.3em .2em  0.3em !important;
}
#container > div {
  margin-right: .3em;
}
map-view > div {
  height: 15em !important;
}
.login {
  margin-top: 3em;
  font-size: 90%;
  text-align: center;
  border: 1px solid black;
  padding: .3em;
}
nav {
  background-color: var(--color);
}
footer {
  margin: 2em;
}
footer a {
  color: white !important;
  display: inline-block;
  font-weight: bold;
  padding: .3em;
}
@media screen and (max-width: 800px) { 
  nav {
    display: none !important;
  }
  body {
    x-margin-left: 1em !important;
    margin: 0 !important;
  }

}
