.contents + p{
  display: none;
}
.header-container {
  background-color: white;
  opacity: 0.9;
}
.header-container-in.hlt-top-menu .site-name-text{
  color: black;
}
.header-nav-menu .header-nav-button span{
  background-color: black;
}
.article-header.entry-header{
  padding-top: 15vh;
  text-align:center;
  color: white;
  padding-bottom: 50px;
  position: relative;
  max-width: 100%;
  max-height: 250px;
  background-image: url(https://wandk-law.com/wp-content/uploads/2021/12/都市風景.jpg);
  background-position: 50% 30%;
  background-size: cover;
}
.article-header.entry-header::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,rgba(11, 60, 93, 0.6),rgba(50, 140, 193, 0.6));
}
.article-header.entry-header h1{
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.5;
  position: relative;
  z-index: 3;
}
.article-header.entry-header .date-tags{
  display: none;
}
.article h2 {
  position: relative;
  margin-top: 80px;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 0px;
  margin-bottom: 0px;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
}
.contents{
  padding-top: 50px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 100px;
  margin-bottom: 0px;
}
.sidebar {
  display: none;
}
@media screen and (max-width: 430px) {
  .article-header.entry-header{
    padding-bottom: 35px;
  }
  .article-header.entry-header h1{
    font-size: 1.3rem;
  }
  .article-header.entry-header{
    background-image: url(https://wandk-law.com/wp-content/uploads/2024/03/%E9%83%BD%E5%B8%82%E9%A2%A8%E6%99%AF2.jpg);
  }
}
