<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 大切なおしらせ */
.m_importantNewsBox{
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 16px;
}
.m_importantNewsBox__body{
  padding: 16px 20px;
  border: 4px solid #aa0521;
}
.m_importantNewsBox__date{
  margin-bottom: 16px;
  padding: 0 4px 12px;
  border-bottom: 2px solid #aa0521;
  font-weight: bold;
}
.m_importantNewsBox__body p:not(.m_importantNewsBox__date) + p{
  margin-top: 12px;
}
.m_importantNewsBox__body a{
  text-decoration: underline;
  color: #0066c0;
}</pre></body></html>