.property-list a.contracted .img img {
	opacity: 0.6;
}
.property-list a.contracted .img::after {
  content: "成約済";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-shadow: 0 0 10px #000;
z-index:6;
}