<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('&lt;https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@700&amp;display=swap&gt;');
.notion-callout {
    background-color: #ffeebb;
    border: 0;
    padding: 6px 12px;
    border-radius: 10px;
}
.notion-h2 {
    background-color: #ffe699;
    font-family: "Zen Kaku Gothic New", sans-serif;
    position: relative;
    padding: 1rem 1.5rem;
    margin: 2rem 0 1rem;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
}
.notion-h2:after{
    position: absolute;
    bottom: -9px;
    left: 1em;
    width: 0;
    height: 0;
    content: "";
    border-width: 12px 12px 0;
    border-style: solid;
    border-color: #ffe699 transparent transparent;
}
.notion-h3 {
    background-color: #f2f2f2;
    font-family: "Zen Kaku Gothic New", sans-serif;
    padding: 0.5rem;
    margin: 1rem 0 0.5rem 0;
    border-left: dotted 3px;
    border-bottom: dotted 3px;
}
.notion-asset-caption {
    text-align: center;
    padding: 6px 0 6px 2px;
    white-space: pre-wrap;
    word-break: break-word;
    caret-color: var(--fg-color);
    font-size: 14px;
    line-height: 1.4;
    color: var(--fg-color-3);
}
.notion-asset-wrapper-image img {
    border-radius: 0px;
}
.notion-bookmark {
    border: 2px solid #ED7D31;
    background-color: #ED7D31;
    border-radius: 20px;
    margin-bottom: 12px;
    margin: auto;
    width: 80%;
}
.notion-bookmark-title {
    color: white;
    font-weight: bold;
}
.notion-bookmark-description {
    color: white;
}
.notion-bookmark-link {
    display: none;
}
.notion-gallery-grid {
    border-top: 0px solid var(--fg-color-1);
}

.coverImage {
    width: 100%;
    max-width: 400px;
    height: unset;
}
.header__contentsWrapper {
    max-width: 800px;
}
.titleSection__contentsWrapper, .footer__contentsWrapper, .separatedSection__contentsWrapper, .contentsFooterSection__contentsWrapper {
    padding: unset;
}
.notion-collection-card {
    border-radius: 2.5px;
}
.title {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.notion-collection-row-value {
    font-size: 0.75rem;
}
.notion-collection-column-title {
    font-size: 0.75rem;
}
.notion-collection-row-property {
    margin-bottom: unset;
}
.notion-collection-row {
    border-bottom: unset;
}
.notion-asset-wrapper img {
    max-width: 600px;
    margin: auto;
    display: block;
}
.page[data-section-separate="false"] .contents {
    padding: 1rem 1rem 3rem 1rem;
}

.notion-quote {
    border-left: none;
    background-color: #f7f7f7;
    font-family: "Zen Kaku Gothic Antique", Sans-Serif;
    font-style: italic;
}

.notion-bookmark:hover {
  background-color: #eb5757;
}

.notion-collection-card-cover {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid var(--fg-color-0);
  overflow: hidden;
}

.notion-collection-card-cover img {
  width: 100%;
  height: auto;
  border-radius: 1px 1px 0 0;
  /* object-fit: cover; */
}

.notion-collection-card-size-small .notion-collection-card-cover {
  height: auto;
}

.notion-page-title-text {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.notion-bookmark[href*="shinachiku.com"] {
    border: 2px solid #ffc000;
    background-color: #ffc000;
}
.notion-callout.notion-brown_background_co {
    position: relative;
    margin-left: 120px;
    min-height: 100px;
    width: calc(100% - 120px) !important;
    border: none;
    border-radius: 10px;
    background-color: #fff;
    border: solid 3px #ffc000;
    box-sizing: border-box;
}
.notion-callout.notion-brown_background_co .notion-page-icon{
    display: unset;
    position: absolute;
    top: -10px;
    left: -120px;
    max-width: 100px;
    width: 100px;
    max-height: 100px;
    height: 100px;
}
.notion-callout.notion-brown_background_co:before {
    content: "";
    position: absolute;
    top: 50px;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #ffc000;
}
.notion-callout.notion-brown_background_co:after {
    content: "";
    position: absolute;
    top: 50px;
    left: -27px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #FFF;
}

.wraptas-button-orange_background {
  font-size: 1.1rem;
  color: #fff;
  background: linear-gradient(
    to top right,
    #FF9800 70%,
    #FFB74D 100%
  );
  border: 2px solid #FF9800;
  border-radius: 8px;
  padding: 0.5em 2em;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 2px 8px rgba(255,152,0,0.12);
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  display: inline-block;
  text-shadow: 0.5px 0.5px 1px #ccc;
  margin: 1.5em 0 0 0;
  position: relative;
  overflow: hidden;
}

.wraptas-button-orange_background::after {
  content: '';
  position: absolute;
  left: -60%;
  top: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.55) 40%,
    rgba(255,255,255,0.9) 50%,
    rgba(255,255,255,0.55) 60%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-20deg);
  opacity: 0.85;
  pointer-events: none;
  animation: kirari-shine 2.8s ease-in-out infinite;
  z-index: 2;
}

.wraptas-button-orange_background:hover,
.wraptas-button-orange_background:focus {
  background: linear-gradient(
    to bottom left,
    #FFA726 80%,
    #FFD54F 100%
  );
  color: #fff;
  border-color: #FB8C00;
  box-shadow: 0 0 18px 5px #fb8c0030, 0 2px 12px rgba(255,152,0,0.23);
  outline: none;
  /* 点滅アニメーションをhover中に止めたい場合は、以下を有効化
  animation: none;
  */
}

/* Clinic Blog */
.is-clinic .lang-ja {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Helvetica Neue', Arial, Meiryo, sans-serif;
}
.is-clinic header.header {
  display: none;
}
.is-clinic .coverImage {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.is-clinic .title {
  font-family: 'Kaisei Tokumin', serif;
}
.is-clinic .breadcrumb__link {
  display: none;
}
.is-clinic .breadcrumb__spacer {
  display: none;
}
.is-clinic .notion-h2 {
  font-family: 'Kaisei Tokumin', 'Yu Mincho', serif;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  color: #222;
  border-bottom: 3px solid #00bcd4;
  border-left: none;
  padding-left: 0.8em;
  margin: 2em 0 1em 0;
  background: linear-gradient(
    to top,
    #e0f7fa 70%,
    rgba(224,247,250,0) 100%
  );
  font-weight: 700;
  text-shadow: 1px 1px 2px #ccc;
  padding: 0.2em 0.5em 0.2em 0.5em;
}
.is-clinic .notion-h2::before {
  display: none !important;
  content: none !important;
}
.is-clinic .notion-h2::after {
  display: none !important;
  content: none !important;
}
.is-clinic .notion-h3 {
  font-family: 'Kaisei Tokumin', 'Yu Mincho', serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #444;
  display: inline-block;
  margin: 1.5em 0 0.5em 0;
  padding: 0.2em 0.5em 0.2em 0.5em;
  font-weight: 700;
  text-shadow: 0.5px 0.5px 1px #ccc;
  background: linear-gradient(
    to top,
    #e0f7fa 70%,
    rgba(224,247,250,0) 100%
  );
  border-left: none;
  border-bottom: 2px solid #00bcd4;
}
.is-clinic .wraptas-button-nocolor {
  font-family: 'Kaisei Tokumin', 'Yu Mincho', serif;
  font-size: 1.1rem;
  color: #00bcd4;
  background: linear-gradient(
    to top right,
    #e0f7fa 70%,
    rgba(224,247,250,0) 100%
  );
  border: 2px solid #00bcd4;
  border-radius: 8px;
  padding: 0.5em 2em;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 2px 8px rgba(0,188,212,0.07);
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  display: inline-block;
  text-shadow: 0.5px 0.5px 1px #ccc;
  margin: 1.5em 0 0 0;
}
.is-clinic .wraptas-button-nocolor:hover,
.is-clinic .wraptas-button-nocolor:focus {
  background: linear-gradient(
    to bottom left,
    #00bcd4 80%,
    rgba(224,247,250,0) 100%
  );
  color: #fff;
  border-color: #0097a7;
  box-shadow: 0 2px 12px rgba(0,188,212,0.19);
  text-decoration: none;
  outline: none;
}
@keyframes kirari-shine {
  0% {
    left: -60%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  60% {
    left: 120%;
    opacity: 1;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}

.is-clinic .wraptas-button-orange_background {
  font-family: 'Kaisei Tokumin', 'Yu Mincho', serif;
  font-size: 1.1rem;
  color: #fff;
  background: linear-gradient(
    to top right,
    #FF9800 70%,
    #FFB74D 100%
  );
  border: 2px solid #FF9800;
  border-radius: 8px;
  padding: 0.5em 2em;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 2px 8px rgba(255,152,0,0.12);
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  display: inline-block;
  text-shadow: 0.5px 0.5px 1px #ccc;
  margin: 1.5em 0 0 0;
  position: relative;
  overflow: hidden;
}

.is-clinic .wraptas-button-orange_background::after {
  content: '';
  position: absolute;
  left: -60%;
  top: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.55) 40%,
    rgba(255,255,255,0.9) 50%,
    rgba(255,255,255,0.55) 60%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-20deg);
  opacity: 0.85;
  pointer-events: none;
  animation: kirari-shine 2.8s ease-in-out infinite;
  z-index: 2;
}

.is-clinic .wraptas-button-orange_background:hover,
.is-clinic .wraptas-button-orange_background:focus {
  background: linear-gradient(
    to bottom left,
    #FFA726 80%,
    #FFD54F 100%
  );
  color: #fff;
  border-color: #FB8C00;
  box-shadow: 0 0 18px 5px #fb8c0030, 0 2px 12px rgba(255,152,0,0.23);
  outline: none;
  /* 点滅アニメーションをhover中に止めたい場合は、以下を有効化
  animation: none;
  */
}

/* End Clinic Blog */</pre></body></html>