<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
&lt;p&gt;蟷ｴ&lt;/p&gt;
&lt;p&gt;譛域律&lt;/p&gt;
&lt;p&gt;譎る俣&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;豌丞錐&lt;/li&gt;&lt;/ul&gt;
&lt;ul&gt;&lt;li&gt;繝医ヴ繝�け&lt;/li&gt;&lt;/ul&gt;
*/

/* the_content() 譌･譎� */
.withcovid-content--date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: white;
  padding-bottom: 0.8rem;
}

.withcovid-content--date * {
  display: none;
}

.withcovid-content--date &gt; p:nth-of-type(1) {
  display: block;
  font-size: 1.8rem;
}
.withcovid-content--date &gt; p:nth-of-type(2) {
  display: block;
  font-size: 2.6rem;
}
.withcovid-content--date &gt; p:nth-of-type(3) {
  display: block;
  font-size: 1.6rem;
}

/* the_content() 豌丞錐 */
.withcovid-content--represent {
  display: flex;
  align-items: center;
  padding-left: 2rem;
}

.withcovid-content--represent * {
  display: none;
}

.withcovid-content--represent &gt; ul:nth-of-type(1) {
  display: block;
}
.withcovid-content--represent &gt; ul:nth-of-type(1) &gt; li {
  display: block;
  color: #222;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
}

/* the_content() 繝医ヴ繝�け */
.withcovid-content--topic {
  display: block;
  padding-bottom: 2rem;
}

.withcovid-content--topic * {
  display: none;
}

.withcovid-content--topic &gt; ul:nth-of-type(2) {
  display: block;
}
.withcovid-content--topic &gt; ul:nth-of-type(2) &gt; li {
  display: block;
}
</pre></body></html>