<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Twitter繝輔ぅ繝ｼ繝�*/
.device-type-desktop .widget-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  margin-top: -32px;
}

.device-type-desktop .widget-container-child {
  width: 50%;
  margin: 16px auto;/*繧ｿ繧､繝�繝ｩ繧､繝ｳ荳ｭ螟ｮ繧医○*/
}

.device-type-desktop .widget-container-child-twitter {
  order: 1;
}

.device-type-mobile .widget-container-child {
  margin: 16px;
}

.device-type-mobile .widget-container-child-twitter {
  margin-top: 24px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
  line-height: 0;
}

.device-type-mobile .widget-container-child-twitter &gt; iframe {
  width: 740px !important;
}

.page-banner-container a.page-banner-0001 {
 flex-basis: 100%;
}

.social-button-x {
  background-color: #000000;
}

span.social-button-facebook {
  background-color: #1877F2 !important;
}

span.social-button-facebook &gt; svg {
  width: 3rem !important;
  height: 3rem !important;
}</pre></body></html>