@charset "UTF-8";
/* ==========================================================
   reset.css  ─ destyle.css ベースの最小リセット
   ========================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: normal;
  tab-size: 4;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6,
p, blockquote,
dl, dd,
figure, pre {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  text-align: left;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}

img, video {
  max-width: 100%;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

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

button:disabled,
[type="button"]:disabled,
[type="submit"]:disabled,
[type="reset"]:disabled {
  cursor: default;
}

textarea {
  resize: vertical;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
  outline-offset: 2px;
}

details > summary {
  list-style: none;
  cursor: pointer;
}

details > summary::-webkit-details-marker {
  display: none;
}

[hidden] {
  display: none !important;
}
