#header{
  height: 82px;
}

section{
  padding: 5%;
}
.newsh1{
  text-align: center;
  margin-bottom: 100px;
  font-size: 40px;
  text-shadow: 0 0 10px rgba(221, 220, 220, 0.747);
  font-weight: bold;
}
span.osirase{
  color: #4fc1e0;
  border: 1px solid #4fc1e0;
  padding: 2px 20px;
  margin: 5px 0;
  font-size: 13px;
}
.article-t{
  font-size: 30px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 3px solid #7a4fe0;
  margin: 15px 0 30px;
}
.article-p a{
  text-decoration: underline;
  color: rgb(59, 84, 242);
}
@media screen and (max-width: 820px) {
  .newsh1{
    margin-bottom: 70px;
  }
  .article-t{
    font-size: 25px;
  }
}