<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**************
CSS Document
oocss, smacssでコーディング
***************/
#vueSideQuestionnaire[v-cloak]{
  display: none;
}
/**********
module
**********/
.m_sideQuestionnaire{
  font-size: 12px;
  letter-spacing: 1px;
}
.m_sideQuestionnaire__item + .m_sideQuestionnaire__item{
  margin-top: 16px;
}
.m_sideQuestionnaire__heading{
  margin-bottom: 8px;
}
.m_sideQuestionnaire__link{
  display: block;
  padding: 7px;
  border-radius: 5px;
  word-break: break-all;
  color: inherit;
  transition: .3s opacity;
}
.m_sideQuestionnaire__link:hover{
  opacity: .7;
}
.m_sideQuestionnaire__link--colorTheme{
  background: #F2F2F2;
}
.m_sideQuestionnaire__tag{
  margin-right: 2px;
  vertical-align: 1px;
}
.m_sideQuestionnaire__tag::before{
  display: inline-block;
  padding: 3px;
  line-height: 1;
  font-weight: bold;
  font-size: 10px;
}
.m_sideQuestionnaire__tag--online::before{
  content: "オンライン";
  color: #fff;
  background: #9E2730;
}
.m_sideQuestionnaire__tag--new::before{
  content: "NEW";
  color: #fff;
  background:blue;
}</pre></body></html>