<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
:root {
  --content-width: 800px;
  --decoration-color: #323434;
  --theme-color: #37b0be;
  --section-bg-color: #f4f6f6;
  --page-link-width: 250px;
  --footer-bg-color: #333;
  --footer-text-color: #fff;
}
.dark-mode {
  --section-bg-color: #484848;
  --decoration-color: #ffffff;
}
.container {
  padding: 0;
  max-width: 100%;
}
.contents {
  margin: 0 auto;
}

.page[data-section-separate="false"] .contents {
  max-width: var(--content-width);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 3rem;
}
.page[data-section-separate="false"] .contents .titleSection__contentsWrapper {
  padding: 0;
}

.page-_top:not([data-section-separate="false"]) .contents {
  padding-top: 0 !important;
}
.page-_top:not([data-section-separate="false"]) .coverImage,
.page-_top:not([data-section-separate="false"]) #section-first {
  height: 60vh;
  max-height: 500px;
  box-sizing: border-box;
  color: #333;
}
@media (max-width: 640px) {
  .page-_top:not([data-section-separate="false"]) .coverImage,
  .page-_top:not([data-section-separate="false"]) #section-first {
    height: 100vh;
  }
}
.page-_top:not([data-section-separate="false"]) .coverImage {
  position: absolute;
}
.page-_top:not([data-section-separate="false"]) .titleSection {
  display: none;
}
.page-_top:not([data-section-separate="false"]) #section-first {
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 1.2em;
  padding: 0;
}
.page-_top:not([data-section-separate="false"]) #section-first h1 {
  font-size: 2em;
}
.page-_top:not([data-section-separate="false"])
  #section-first
  .separatedSection__contentsWrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer__contentsWrapper,
.separatedSection,
.contentsFooterSection {
  padding: 3rem 0;
}
.contentsFooterSection {
  padding: 1rem 0;
}
.shareBtns {
  margin-top: 0;
}

.separatedSection:nth-child(even) {
  background-color: var(--section-bg-color);
}
.separatedSection:nth-child(even) .notion-table,
.separatedSection:nth-child(even) .notion-board {
  --bg-color: var(--section-bg-color);
}

.page-_top:not([data-section-separate="false"]) .titleSection__contentsWrapper {
  margin: auto;
  padding: 0 1rem;
  max-width: var(--content-width);
}

.titleSection__contentsWrapper,
.footer__contentsWrapper,
.separatedSection__contentsWrapper,
.contentsFooterSection__contentsWrapper {
  margin: auto;
  padding: 0 1rem;
  max-width: var(--content-width);
}

.footer {
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
  --fg-color: var(--footer-text-color);
  --fg-color-1: var(--footer-text-color);
  padding: 2em 0;
  margin-top: 0;
}

.footer .notion-asset-wrapper-image {
  width: 200px !important;
  min-width: 200px;
}

.notion-table {
  background-color: inherit;
  background-image: inherit;
}

.notion-page-link:not(.notion-list-item) {
  display: block;
  font-size: 16px;
  margin: 1em auto 0;
  max-width: var(--page-link-width);
  box-sizing: border-box;
  height: auto;
  text-align: center;
  padding: 1em;
  border-radius: 100px;
  background-color: var(--theme-color);
  opacity: 1;
}
.notion-page-link + .notion-page-link {
  padding-top: 1em;
}
.notion-page-link:not(.notion-list-item):hover {
  background-color: var(--theme-color);
  opacity: 0.8;
}
.notion-page-link:not(.notion-list-item) .notion-page-icon-default,
.notion-page-link:not(.notion-list-item) .notion-page-title-addicon {
  display: none;
}
.notion-page-link:not(.notion-list-item) .notion-page-title-text {
  color: #fff;
  font-weight: bold;
  border-bottom: none;
  white-space: pre-wrap;
}
.notion-h2 {
  font-size: 2em;
  text-align: center;
  padding: 0.5em 0;
  margin: 0 0 1em;
  position: relative;
}
.page[data-section-separate="false"] .notion-h2 {
  margin-top: 2em;
}
.notion-h2::before,
.notion-h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  height: 5px;
}
.notion-h2::before {
  top: 0;
  border-top: solid 2px var(--decoration-color);
  border-bottom: solid 1px var(--decoration-color);
}
.notion-h2::after {
  bottom: 0;
  border-top: solid 1px var(--decoration-color);
  border-bottom: solid 2px var(--decoration-color);
}
.notion-h2 .notion-blue {
  display: block;
  font-size: 0.7em;
  color: var(--theme-color);
}

.notion-h3 {
  font-size: 1.4em;
  border-bottom: 2px solid var(--decoration-color);
  padding: 0.5em;
  margin: 0 0 1em;
}

.notion-simple-table-table {
  width: 100%;
}
.notion-simple-table[data-columnheader="true"]
  .notion-simple-table-row:first-child
  td {
  font-weight: bold;
  color: #fff;
  background-color: var(--theme-color);
}
.notion-simple-table[data-rowheader="true"]
  .notion-simple-table-column:first-child {
  font-weight: bold;
  color: #fff;
  background-color: var(--theme-color);
}
.notion-simple-table-table,
.notion-simple-table-column {
  border-color: var(--text-color) !important;
}

.notion-asset-wrapper img {
  border-radius: 8px;
}

summary {
  font-size: 1.2em;
  border-bottom: 2px solid var(--text-color);
}
details &gt; div {
  padding-top: 0.5em;
}
</pre></body></html>