.newsStrong {
  font-size: 20px ;
  color: #B20000;
}
.news {
  max-width: 960px;
  font-size: 14px;
  text-align: center;
  margin: 15px auto 5px;
  border: 4px solid #da4033;
  border-radius: 4px;
  padding: 12px 2px;
  position: relative;
}
.news::before {
  background-color: #fff;
  color: #da4033;
  content: "お知らせ";
  font-weight: bold;
  left: 1em;
  padding: 0 .5em;
  position: absolute;
  top: -1em;
}
.newstxt {
  font-size: 14px;
}

