<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
table td {
  white-space: normal !important;
  word-break: break-word;
}
.footer .notion-asset-wrapper-image {
  width: auto !important;
}
#block-1498a38179ce4fce88c36dc1f84d46c0 .notion-table-row:nth-child(n+5) {
    display: none;
}
.header {
  display: none;
}
.page {
  padding-top: 0;
}
@media (max-width: 640px) {
  .notion-bookmark-image {
    display: block;
  }
}
.title {
    display: none;
}
.page {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.notion-h2 {
    font-size: 1.7em;
    padding-top: 1em;
    padding-right: 0px;
    padding-bottom: 1em;
}


.notion-h2::before {
    top: 0;
    border-top: solid 5px ;
    border-bottom: solid 0px ;
    border-image: linear-gradient(to left, #F6BFBC 0%, #F2F5BA 25%, #BAF5BD 50%, #BAF2F5 75%, #BDBAF5 100%);
  border-image-slice: 1;
}
.notion-h2::after {
    bottom: 0;
    border-top: solid 0px;
    border-bottom: solid 5px;
    border-image: linear-gradient(to left, #F6BFBC 0%, #F2F5BA 25%, #BAF5BD 50%, #BAF2F5 75%, #BDBAF5 100%);
  border-image-slice: 1;
}
.notion-h1 {
    font-size: 1.7em;
    text-align: center;
    border-bottom: 0px solid var(--decoration-color);
}
.notion-h3{
    font-size: 1.5em;
    border-bottom: 2px solid;
    border-image: linear-gradient(to left, #F6BFBC 0%, #F2F5BA 25%, #BAF5BD 50%, #BAF2F5 75%, #BDBAF5 100%);
    border-image-slice: 1;
    margin: 0 0 0.2em;
    padding-bottom: 0.2em;
}

.titleSection {
    display: none;
}
.pageIconSpacer {
    display: none;
}
.contents{
		padding-top: 1em;
}
.notion-collection-card-property .notion-page-title-text {
    white-space: break-spaces; /* 文字が切れずに改行するように */
    line-height: 1.5; /* ２行になると行間が狭いので、少し広めに */
}
/* ↑だけだと、アイコンが上下中心揃えになるので、上揃えにしたい場合は以下も追加 */
.notion-collection-card-property .notion-page-title {
    align-items: flex-start;
}
@media (max-width: 640px) {
	.notion-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.notion-collection-card-cover {
		height: 100px;
	}
}

*{
  margin:0;
  padding:0;
  line-height: 1.3em;
} 

.notion-table-header {
    display :none;
}

.wraptas-button-orange_background {
    background-color: #ff9a57 !important;
}</pre></body></html>