*,
*::before,
*::after {
  box-sizing: border-box;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 20px;
  letter-spacing: -0.01em;
}

table th {
}
table thead th {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  color: var(--color-gray);
  padding: 5px 15px 10px 15px;
}
table thead th div {
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 8px;
}
table thead th::after {
  content: "";
}
table thead th:first-child {
  padding-left: 0;
}
table thead th:last-child {
  padding-right: 0;
}
table tbody td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: top;
  letter-spacing: -0.02em;
  padding: 15px 15px 18px 15px;
}
table tbody td:first-child {
  padding-left: 0;
}
table tbody td:last-child {
  padding-right: 0;
}
table tbody tr:last-child td {
  border-bottom: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[hidden] {
  display: none !important;
}
