<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.renewal-wrapper .sns-icons {
  display: flex;
  gap: 8px;
  align-self: flex-end;
}
.renewal-wrapper .sns-icons img {
  width: 40px;
  max-width: 40px;
}
@media screen and (max-width: 768px) {
  .renewal-wrapper .main-aside-container .main-contents {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .renewal-wrapper .side-contents {
    display: none;
  }
}
.renewal-wrapper .single-content-html {
  display: flex;
  flex-direction: column;
  gap: 96px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .renewal-wrapper .single-content-html {
    gap: 72px;
  }
}</pre></body></html>