#corona-virus *{
  line-height: 1.5;
}
#corona-virus h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#corona-virus img {
    width:300px;
    margin: 1em;
}
#corona-virus p {
    margin-top: 0;
    margin-bottom: 1rem;
}
#corona-virus a {
  color: black;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
#corona-virus a:hover {
  color: #0056b3;
  text-decoration: underline !important;
}
#corona-virus .bold {
  font-weight: bold;
}
.corona-virus_box {
  margin: 30px 0;
}
.corona-virus_box dt {
  font-size: 18px;
  font-weight: bold;
}
.corona-virus_box ol{
margin: 20px 0 0 40px;
}
.corona-virus ol li{
margin-bottom: 15px;
}
.clear.posts_box {
    min-height: 10em;
    border: 1px solid #ccc;
    padding: 2em;
    margin-bottom: 2em;
}
.posts_box .x2_img img {
    height: unset;
}
.s_content {
    line-height: 2;
    margin-bottom: 0;
}
#corona-virus .tag_list {
   display: flex;
}
#corona-virus .tag_list li{
    padding: 2px 8px;
    line-height: 1;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    margin-right: 8px;
    list-style: none;
    margin-top: 1em;
}

@media screen and (max-width: 768px){
.posts_box .x2_txt,.posts_box .x2_img{
width:100%;
margin:0 auto;
}
.thumb_box{
float:inherit;
}
}