<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.t-article {
  position: relative;
  z-index: var(--zindex-lv2);
  margin-top: -315px;
  overflow: hidden;
  border-radius: var(--size3);
  border: 1px solid rgba(219, 219, 219, 0.5);
  -webkit-box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 899px) {
  .t-article {
    margin-top: -225px;
  }
}

.t-article__header {
  position: relative;
  padding: var(--size10) var(--size8);
  background-color: rgba(241, 239, 226, 0.9);
  background: url(/ijinkai/assets/image/news/hero_single.gif) repeat left top/70px;
  border-bottom: 1px solid rgba(219, 219, 219, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  z-index: -1;
}
.t-article__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 8rem;
  z-index: -1;
  width: 30%;
  max-width: 307px;
  height: 100%;
  display: block;
  aspect-ratio: 1.07/1;
  background-image: url(/ijinkai/assets/image/news/hero_single_deco.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1022px) {
  .t-article__header {
    padding: 3.2rem 1.6rem;
  }
  .t-article__header::after {
    right: 1.6rem;
  }
}

.t-article__header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--size);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: clamp(1.6rem, 1.489rem + 0.56vw, 2rem);
  border-bottom: 1px solid rgba(219, 219, 219, 0.5);
  position: relative;
  z-index: var(--zindex-lv3);
}

.t-article__info,
.t-article__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--size);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.t-article__tag {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.t-article__body {
  padding: var(--size8);
  background-color: #fff;
}
@media screen and (max-width: 1022px) {
  .t-article__body {
    padding: 3.2rem 1.6rem;
  }
}

.t-article-date,
.t-article-cate,
.t-article__info &gt; span {
  color: var(--color-black3);
  font-size: clamp(1rem, 0.9210526316rem + 0.3368421053vw, 1.3rem);
  line-height: var(--lineheight17);
  letter-spacing: 0;
}

.t-article__info &gt; span {
  opacity: 0.4;
}

.t-article-heading {
  font-size: clamp(2rem, 1.4736842105rem + 2.2456140351vw, 4rem);
  line-height: var(--lineheight17);
  letter-spacing: 0;
}</pre></body></html>