<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--縲TOPICS譫�縲繝�じ繧､繝ｳ菫ｮ豁｣縲2021.7.18縲--*/
/*逶ｴ譖ｸ縺榊�螳ｹ*/
.block-topic-details--header{
  display:none;
}

.block-topic-details--items a dd{
  text-decoration:underline;
  color: #034694;
}
/*//逶ｴ譖ｸ縺榊�螳ｹ*/

.block-topic-details--items{
  border-top: none;
  margin: 1em 0;
}
.block-topic-details--items li {
  padding: 0;
  border-top: 1px dotted #ccc;
  border-bottom: none;
  position: relative;
}
.block-topic-details--items li:last-of-type {
  border-bottom: 1px dotted #ccc;
}
.block-topic-details--items li a {
  padding: 10px 4.27vw;
  display: block;
}
.block-topic-details--items dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
  flex-flow: column nowrap;
  align-items: flex-start;
  align-content: flex-start;
}
.block-topic-details--items dt {
  width: 76px;
  margin-right: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.7;
}
.block-topic-details--items dd {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  position: relative;
  text-decoration: underline;
  color: #034694;
  font-size: 13px;
}
.block-topic-details--items .block-topic-details--icon{
  width: 54px;
  height: 15px;
  position: absolute;
  top:14px;
  left: calc(4.27vw + 75px);
}
.block-topic-details--items a:hover {
  text-decoration: none;
}
.block-topic-details--items a:hover dd{
  text-decoration: none;
}
.block-top-topic--next-page {
  margin-top: 10px;
}

.pager {
  margin: 4.27vw 0 0;
}

.pager-total .pager-count{
  font-size: 13px;
}
.pager-total .pager-count span{
  font-size: 1em;
}
/*--縲//TOPICS譫�縲繝�じ繧､繝ｳ菫ｮ豁｣縲2021.7.18縲--*/</pre></body></html>