.archive-title{
  padding-top: 15vh;
  text-align:center;
  color: white;
  padding-bottom: 50px;
  position: relative;
  margin-top: 0px;
  background-image: url(https://wandk-law.com/wp-content/uploads/2021/12/都市風景.jpg);
  background-position: 50% 30%;
  background-size: cover;
  margin-bottom: 0px;
}
.archive-title::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));
}
.archive-title .category_title{
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 16px 0;
  position: relative;
  z-index: 3;
}
.archive-title .category_title .fas{
  display: none;
}
.list.ect-entry-card.front-page-type-index{
  width: 60%;
  margin: 0 auto;
  padding-top: 50px;
}
.entry-card-wrap.a-wrap.border-element.cf:first-child{
}
.entry-card-wrap.a-wrap.border-element.cf{
  margin-bottom: 5px;
  overflow: hidden;
}
.entry-card-wrap.a-wrap.border-element.cf:hover{
  opacity: 1;
}
.entry-card-thumb.card-thumb.e-card-thumb{
  overflow: hidden;
}
.entry-card-wrap.a-wrap.border-element.cf img{
  height: auto;
}
.entry-card-wrap.a-wrap.border-element.cf:hover img{
  opacity: 0.8;
  transition-duration: 0.8s;
}
.cat-label{
  padding: 5px;
}
.breadcrumb.breadcrumb-category.sbp-footer-before.wrap{
  background-color: white;
  margin: 0;
  margin-top: 0px;
  padding: 20px;
  width: 100%;
}

@media screen and (max-width:430px) {
	main.main{
		padding-bottom: 5px;
	}
	div.sidebar{
	 display: none;
	}
  #list{
    padding-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .list.ect-entry-card.front-page-type-index{
    width: 90%;
  }
  .archive-title{
    padding-bottom: 35px;
  }
  .archive-title .category_title{
    font-size: 1.3rem;
    font-weight: 400;
    /* padding-top: 10px; */
  }
  .cat-label{
    font-size: .4rem;
  }
  .entry-card-wrap.a-wrap.border-element.cf img{
    height:auto;
  }
}
