#main h1 em {
  font-size: 1.8rem;
  line-height: 3rem;
  position: relative;
  margin: 0;
  display: block;
  color: #267a5e;
  font-style: normal;
}

#covid19-info {
  background: white;
  margin: 10px auto;
  padding: 10px 30px;
  top: 20px;
  border: 2px solid #267a5e;
}

#covid19-info h2 {
  position: relative;
  font-size: 2rem;
  background: #267a5e;
  color: #fff;
  padding: 14px;
  margin: 10px 0;
  line-height: normal;
}

#covid19-info h2::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 8px;
}

.info {
  display: block;
  background: #fff;
}

.info .news {
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}

.info .news dl {
  padding: 0;
  margin: 0 0 10px;
}

.info .news dt {
  line-height: 1.5;
  background: #f1faf7;
  border-top: 1px solid #5fac9c;
  margin: 0;
  padding: 3px 10px;
  border-bottom: 1px solid #ddd;
}

.info .news dd {
  margin: 0;
  padding: 5px;
  font-size: 1.4rem;
  border-bottom: 1px dotted #534741;
}

.info .news dd.date {
  margin: 0;
  padding: 5px;
  text-align: right;
  border-bottom: 0 none;
}

.info .news dd .link {
  border-top: solid 1px #267a5e;
  margin: 5px 0 !important;
  padding: 10px 0 0;
}

.info .news dd .link a {
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.2em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #267a5e;
  color: #267a5e;
  font-weight: normal;
  margin: 0 5px 5px 0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.info .news dd .link a:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

#main.orange h2 {
  background: #EF810F;
}

#main.orange h1 {
  border-bottom: 1px solid #ff9900;
}

#main.orange .pagelink {
  border-bottom: 1px solid #ff9900;
  font-size: 1.4rem;
}

#main.orange .pagelink ul li::after {
  border-color: transparent transparent transparent #EF810F;
}

#main.orange .pagelink ul li a {
  color: #EF810F;
}

#main.orange h1 span {
  font-size: 1.4rem;
  display: block;
  border-bottom: 3px solid rgba(255, 153, 0, 0.5);
  color: #EF810F;
  line-height: 2rem;
}

#main.orange h1 em {
  font-size: 1.8rem;
  line-height: 3rem;
  position: relative;
  margin: 0;
  display: block;
  color: #EF810F;
  font-style: normal;
}

#main.orange a:link, #main.orange a:visited {
  color: #222;
}

#main.orange a:hover {
  color: #222;
}

#main.orange dl dt {
  position: relative;
  line-height: 2;
  padding: 0;
  margin: 0;
  font-weight: bold;
  color: #EF810F;
}

#main.orange .info .news dt {
  line-height: 1.5;
  background: rgba(255, 153, 0, 0.1);
  border-top: 1px solid #EF810F;
  margin: 0;
  padding: 3px 10px;
  border-bottom: 1px solid #ddd;
}

#main.orange .info .news dd {
  margin: 0;
  padding: 5px;
  font-size: 1.4rem;
  border-bottom: 1px dotted #EF810F;
}

#main.orange .pagelink ul li::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border: 0 none;
}

#main dl.time {
  display: flex;
}
#main dl.time dt {
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  margin: 0;
  padding: 0;
  width: 5em;
}
#main dl.time dd {
  line-height: 1.5;
  border: 0 none;
  margin: 0;
  padding: 0;
  width: calc(100% - 5em);
}

.download i {
  color: #f00;
}

a.btn {
  padding: 5px 10px;
}

a.btn i {
  color: #f00;
}

ol {
  counter-reset: num;
  list-style-type: none !important;
  padding: 0;
  margin: 10px 0 10px 10px;
}

ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 5px 0.5em 5px 30px;
}

ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  color: #fff;
  font-family: 'Arial',sans-serif;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 0;
  background: #267a5e;
  margin: auto;
  bottom: 0;
}
