/*製品情報----------------------------------*/

#products-link div.img {
	position: relative;
	border-radius: 4px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	padding-top: 100%;
}
#products-link div.img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
  }

.entry-column #products-link h3 {
	color: #6EB92B;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 10px 0;
	background: none;
	margin: 0 10px 15px !important;
}
.entry-column #products-link h3:before {
	display:none;
}
.entry-column #products-link h3:after {
	display:none;
}
#products-link h3 a {
    background: url(../images/blankicon.png) no-repeat left center;
    padding: 35px;
}

#products-link p {
	line-height: 1.4;
	font-size: 0.9rem;
	padding: 0 10px;
}
#products-link img:hover {
  transform: scale(1.1);
transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
.entry-column #products-link h3 {
	font-size: 1rem;
	margin: 5px !important;
	}
.entry-column #products-link h3 a {
	padding: 5px 5px 5px 20px;
	background:url(../images/blankicon.png) no-repeat left center / 20px;
	}
#products-link p {
	padding: 0;
	}
}