/**
 * uaplus.css version 0.0.1
 */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

html,
body {
  margin: 0;
  padding: 0;
}

:focus-visible {
  outline-offset: 3px
}

:where(html) {
  -webkit-text-size-adjust: none;
  text-size-adjust: none
}

:where(html) {
  line-height: 1.5
}

:where(html) {
  scrollbar-gutter: stable
}

:where(h1) {
  font-size: 2em;
  margin-block: .67em
}

:where(abbr[title]) {
  cursor: help;
  text-decoration-line: underline;
  text-decoration-style: dotted
}

a {
  text-decoration: none;
  color: inherit;
}

@media (forced-colors:active) {
  mark {
    color: HighlightText;
    background-color: Highlight
  }
}

:where(del, ins, s)::before,
:where(del, ins, s)::after {
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  content: "test"
}

:where(s)::before {
  content: "stricken text start "
}

:where(s)::after {
  content: " stricken text end"
}

:where(del)::before {
  content: "deletion start "
}

:where(del)::after {
  content: " deletion end"
}

:where(ins)::before {
  content: "insertion start "
}

:where(ins)::after {
  content: " insertion end"
}


:where(label):has(+:where(textarea, input, select)) {
  display: block
}

:where(textarea:not([rows])) {
  min-block-size: 6em
}

:where(button, input, select, textarea) {
  font-family: inherit;
  font-size: inherit
}

:where([type="search"]) {
  -webkit-appearance: textfield
}

@supports (-webkit-touch-callout:none) {
  :where([type="search"]) {
    border: 1px solid -apple-system-secondary-label;
    background-color: canvas
  }
}

:where([type="tel"], [type="url"], [type="email"], [type="number"]):not(:placeholder-shown) {
  direction: ltr
}


:where(dialog)::backdrop {
  background: oklch(0% 0 0 / .3)
}

:where(dialog),
:where(dialog)::backdrop {
  opacity: 0;
  transition: opacity 300ms ease-out, display 300ms allow-discrete, overlay 300ms allow-discrete
}

:where(dialog[open]),
:where(dialog[open])::backdrop {
  opacity: 1
}

@starting-style {

  :where(dialog[open]),
  :where(dialog[open])::backdrop {
    opacity: 0
  }
}

[hidden]:not([hidden="until-found"]) {
  display: none !important
}

/* 固定ページID65,80の本文エリアを非表示 */
.block-editor-writing-flow {
  display: none !important;
}