<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.notion-gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.notion-gallery .notion-collection-card {
    transition: all .2s ease !important;
    box-shadow: 0px 8px 24px 0 rgb(0 0 7 / 8%) !important;
    border-radius: 14px !important;
}
.notion-gallery .notion-collection-card:hover {
    transform: scale(1.04) !important;
}
.notion-gallery .notion-collection-card-cover {
    height: 200px !important;
}
.notion-gallery .notion-collection-card-cover img {
    border-radius: 14px 14px 0 0;
}
.notion-gallery .notion-collection-card-body {
    padding: 12px 16px 18px;
}
.notion-gallery .notion-page-title-icon {
    display: none;
}
.notion-gallery .notion-page-title-text {
    font-size: 18px;
    margin-bottom: 0.5em;
}
.page {
    background-color: #F4F4F4;
}
.container {
  max-width: 100%;
  padding: 0;
}
.notion-full-width .contents {
  max-width: 95%;
}
.footer {
  background-color: #1B212C;
  padding: 1em;
}
.footer__contentsWrapper {
  max-width: 800px;
  margin: 0 auto;
}
#block-c8066ca3da4448bc8fe9f3102d71e03f {
    margin-left: 0 !important;
}
@media (max-width: 640px) {
	.notion-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.notion-collection-card-cover {
		height: 100px;
	}
}
.notion-text .notion-link[target="_blank"] {
    display: block;
    width: 315px;  /* ボタン幅 */
     height:4px;
 line-height:4px;
    margin: auto;
    padding: 24px 0;
    color: #fff; /* 文字色 */
    text-align: center;
    font-size: 1.0rem;
    font-weight: bold;
    background-color: #3CB693; /* ボタン色 */
    border-radius: 100px;
    border: none;
    opacity: 1 !important;
}</pre></body></html>