<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#contents .naitei-login-btn-wrap-fixed {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  z-index: 1001;
}
#contents .naitei-login-btn-wrap-fixed .naitei-login-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 48px;
  border-radius: 4px;
  background-color: #BF0000;
  transition: background-color .3s ease;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
}
#contents .naitei-login-btn-wrap-fixed .white-bg {
  background-color: #fff;
  color: #BF0000;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 14px;
  margin-left: 8px;
}
#contents .naitei-login-btn-wrap-fixed .naitei-login-btn:hover {
  background-color: #d32f2f;
}
</pre></body></html>