
.product {
padding-top: 10px;
}

.product h2.conteTit {
margin-bottom: 0;
}

.productList dl {
padding-top: 40px;
}

.productList dt .pdtListImg {
text-align: left;
margin: 0;
position: relative;
z-index: 0;
display: inline-block;
}

.productList dt .pdtListImg::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 10px;
right: 0;
z-index: -1;
background: #eee;
}

.productList dd {
display: inline-block;
}

.productList dd p {
font-size: 13px;
}

.pdtListTit {
font-size: 18px;
padding-top: 0;
font-weight: bold;
color: #044d86;
margin-bottom: 0;
}
.pdtListTit a {
color: #044d86;
text-decoration: none;
}
.pdtListTit img{
padding-top: 3px;
}
#productIndex .pdtListTit {
font-size: 22px;
}

.pdtListBtn {
padding-top: 10px;
}

.pdtListBtn a {
color: #044d86;
text-decoration: none;
font-size: 12px;
}

.pdtListBtn a::after {
display: inline-block;
padding-left: 10px;
font-family: "Font Awesome 5 Free";
content: "\f054";
font-weight: bold;
}

@media screen and (max-width: 767px) {

		.productList dt {
		margin: 0 auto;
		text-align: center;
		}

		.productList dd {
		padding-top: 20px;
		}

		.pdtListImg img {
		width: 96%;
		height: auto;
		}

}

@media screen and (min-width: 768px), print {

		.productList {
		padding-bottom: 50px;
		}

		.productList dl {
		display: flex;
		-ms-display: flex;
		}

		.productList dl.subProduct {
		margin-left: 50px;
		}
  
		.productList dt .pdtListImg {
		position: relative;
		z-index: 0;
		display: inline-block;
		}
		.productList dt .pdtListImg::after {
		position: absolute;
		content: "";
		width: 260px;
		height: 120px;
		top: 10px;
		right: -10px;
		z-index: -1;
		background: #eee;
		}

		.productList dd {
		display: inline-block;
		padding-left: 30px;
		}

		.pdtListImg img {
		width: 260px;
		height: auto;
		}

    .pdtListTit a:hover {
    opacity: 0.5;
    }

}

