@charset "UTF-8";
/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /npm/modern-normalize@2.0.0/modern-normalize.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
}

body {
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, pre, samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

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

button, select {
  text-transform: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}


h1,
h2,
h3,
h4,
h5 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

figure {
  margin: 0;
  padding: 0;
}

.hidden {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.button {
  color: var(--color);
  background: var(--background-color);
  border: 1px dotted var(--border-color);
  padding: 0.6875rem;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}
.button:hover {
  border-style: solid;
}

.rounded-button {
  color: var(--color);
  background: var(--background-color);
  border: 1px dotted var(--border-color);
  padding: 0.6875rem;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  border-radius: 1.25rem;
}
.rounded-button:hover {
  border-style: solid;
}

:root {
  --approaches-color: #c66026;
  --focuses-color: #48699B;
  --guides-color: #f8f8ea;
  --notes-color: #f0f0f0;
  --questions-color: #09099b;
  --series-color: #ffff80;
  --tips-color: #cdddbb;
  --wisdoms-color: #f0f0f0;
  --transmissions-color: #def4ff;
  --events-color: #f0f0f0;
}

html {
  --background-color: var(--custom-background-color, white);
  --color: black;
  --border-color: black;
}

html.dark {
  --color: white;
  --border-color: white;
}

html:lang(ja) {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  word-break: keep-all;
}

html:lang(ko) {
  font-family: Courier, "Courier New", "Apple SD Gothic Neo", "돋움", Dotum, sans-serif !important;
}
@media (max-width: 820px) {
  html:lang(ko) p,
  html:lang(ko) ul,
  html:lang(ko) ol {
    line-height: 1.6 !important;
  }
}

body {
  background-color: var(--background-color);
  color: var(--color);
  font-family: Courier, "Courier New", monospace;
  font-size: 16px;
  padding: 1rem;
  min-height: 100vh;
  display: grid;
  grid-template-rows: max-content 1fr max-content;
  row-gap: 2rem;
}

a {
  color: inherit;
  text-decoration: underline dotted;
  text-decoration-thickness: 0.05rem;
  text-decoration-skip-ink: none;
  text-underline-offset: 4px;
}
a:hover, a.active {
  text-decoration-style: solid;
}

body > header {
  position: relative;
}

#logo {
  display: block;
  margin-bottom: 1rem;
  width: 31px;
  height: 27px;
}
#logo svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}

#mode-menu {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 1.25rem;
}
#mode-menu > a {
  text-decoration-color: transparent;
}
#mode-menu > a.active {
  text-decoration-color: currentColor;
  text-decoration-style: solid;
}
#mode-menu > a:hover:not(.active) {
  text-decoration-color: currentColor;
  text-decoration-style: dotted;
}
#mode-menu #mode-menu__subscribe-button {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-top: -10px;
}
#mode-menu #mode-menu__subscribe-button svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#mode-menu #mode-menu__subscribe-button #email-icon {
  display: block;
}
#mode-menu #mode-menu__subscribe-button #email-icon-open {
  display: none;
}
#mode-menu #mode-menu__subscribe-button:hover #email-icon, #mode-menu #mode-menu__subscribe-button.active #email-icon {
  display: none;
}
#mode-menu #mode-menu__subscribe-button:hover #email-icon-open, #mode-menu #mode-menu__subscribe-button.active #email-icon-open {
  display: block;
}

body > footer {
  margin-top: 15rem;
}

#footer-navigation {
  display: flex;
  column-gap: 0.75rem;
}
#footer-navigation > a {
  width: 43px;
  height: 43px;
  border: 1px dotted var(--border-color);
  padding: 0.66rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer-navigation > a:hover {
  border-style: solid;
}
#footer-navigation > a > svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*# sourceMappingURL=default.css.map */