<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 繝壹�繧ｸ繧ｿ繧､繝医Ν繝舌� */
.page_title_bar .Column1 img {
  width: 222px;
  transform:rotate(270deg);
  opacity: 0.6;
  position: absolute;
  bottom: -120px;
  right: 160px;
  z-index: -1;
}

.page_title_bar .Column2 img  {
  width: 35.4vw;
}

@media (max-width:1024px) {
  /* 逕ｻ髱｢繧ｵ繧､繧ｺ縺�1024px縺ｾ縺ｧ */

  .page_title_bar {
    display: block !important;
    padding: 24px 3% 10% 3% !important;
  }
  .page_title_bar .Column1 {
    position: static !important;
  }
  .page_title_bar .Column1 img {
    width: 26vw;
    bottom: -17vw;
    right: 29vw;
  }

}

@media (max-width:640px) {
  /* 逕ｻ髱｢繧ｵ繧､繧ｺ縺�640px縺ｾ縺ｧ */
  .page_title_bar br {
    display: inline !important;
  }
  .page_title_bar .Column1 img {
    width: 26vw;
    bottom: -14vw;
    right: 19vw;
  }
}
</pre></body></html>