html,
body {
  padding: 0;
  margin: 0;
  font-family: var(--noto-sans-jp), sans-serif;
  line-height: 1.4;
  height: 100%;
}

input,
textarea,
select {
  font-family: var(--noto-sans-jp), sans-serif;
}

input[type='search'] {
  appearance: none;
}

html {
  scrollbar-gutter: stable;
}

html:has([data-overlappage='true']),
html:has(dialog[open]) {
  overflow: hidden;
}

body > main:first-child,
main[id='eichi'] {
  height: 100%;
}
/* stylelint-disable selector-class-pattern, selector-not-notation */
main[id='eichi'] > div:not(.Toastify):not(.Maintenance):not(.Shadow) {
  height: 100%;
}
/* stylelint-enable selector-class-pattern, selector-not-notation */
a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

h1,
h2 {
  font-weight: 500;
}

button {
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

dd {
  margin-inline-start: 0;
}

.grecaptcha-badge { visibility: hidden; }
