@charset "utf-8";

/* content */
.secContentArea {
	padding: 35px 0 5px;
}

/* title */
.ttlSkin02 img {
	margin: 0 5px;
}

/* productList */
.productList {
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.14);
	border-radius: 0 0 0 30px;
	background-color: #fff;
}
.productList > li {
	float: left;
	width: 50%;
	padding: 50px 40px 35px;
	border-top: 2px solid #f1f1f1;
}
.productList .image {
	position: relative;
	text-align: center;
}
.productList .image img {
	position: relative;
	margin-bottom: 30px;
	max-width: 280px;
}
.productList .eveaex .image img {
	margin-bottom: 20px;
	margin-top: -7px;
}
.productList .subTitle {
	margin-bottom: 5px;
	color: #191465;
	font-size: 1.8rem;
}
.productList h3 {
	margin-bottom: 10px;
	color: #191465;
	font-size: 2.9rem;
	font-weight: bold;
}
.productList.hoverSkin01 a {
	height: auto;
	padding: 25px 30px 35px;
}
.productList .textUsage {
	color: #333695;
	font-size: 1.2rem;
	text-align: center;
}
.productList .textUsage .label {
	position: relative;
	top: -1px;
}
.productList .textUsage img {
	margin-left: 5px;
	height: 17px;
	vertical-align: middle;
}
.productList .boxSkin01 {
	min-height: 160px;
	margin: 25px 10px 0;
}

.productList > li.eveaex {
	position: relative;
	border-left: 2px solid #f1f1f1;
	padding: 50px 40px 0px;
}
.productList .boxSkin01 .tar {
	font-size: 1.0rem;
}
.productList .boxSkin01 {
	padding-bottom: 0;
}
.productList > li.wd-fl:first-child{
	border-top: none;}
.productList > li.wd-fl {
	width: 100%;
	padding: 40px 115px 15px 85px;
	position: relative;
}
.productList > li.wd-fl.eve3sp_icn::before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 30px;
	width: 141px;
	height: 142px;
	background-image: url(/eve/common/img/product/icn_products_eve3sp.png);
	background-size: contain;
}
.productList > li.wd-fl.eveqdx_icn::before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 28%;
	left: 3%;
	width: 83px;
	height: 121px;
	background-image: url(/eve/common/img/product/icn_products_eveqdx.png);
	background-size: contain;
}
/* .productList>li.eveaex_icn::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 16%;
  left: 11%;
  width: 65px;
  height: 63px;
  background-image: url(/eve/common/img/product/icn_new_pkg.png);
  background-size: contain;
} */
.productList > li.wd-fl .subTitle {
	color: #333695;
}
.productList > li.wd-fl h3 {
	color: #0005a2;
}
.productList > li.wd-fl .image .iconNew {
	position: absolute;
	margin-top: -40px;
	margin-left: -30px;
}
.productList > li.wd-fl .fl {
	width: 340px;
}
.productList > li.wd-fl .fr {
	width: 380px;
}
.productList > li.wd-fl .tar {
	color: #666;
	font-size: 1.2rem;
}
.productList > li.wd-fl .textUsage {
	letter-spacing: 2px;
}
.productList > li.wd-fl .note {
	margin-top: 10px;
	color: #666;
	font-size: 1rem;
}
.productList > li.wd-fl .textUsage .labelSkin01 {
	letter-spacing: 0;
}
.productList > li.wd-fl .boxSkin01 {
	margin: 30px 0 10px;
	padding-bottom: 18px;
}
.productList > li.eveq h3,
.productList > li:nth-child(5) h3 {
	margin-bottom: 0;
}
.productList > li.eveaex h3,
.productList > li.evea h3 {
	margin: 0 0 3px;
}
.productList .cautionText{
	color: #333;
	font-size: 11px;
	text-align: right;
}

.productList .listSkin01 li {
	letter-spacing: 0;
}

/* イブA錠EX NEWパッケージ*/
.newPkg {
	margin: 10px 10px 20px;
}

/* for IE */
.msie9 {
}

/* sp向けスタイル */
@media screen and (max-width: 767px) {
	/* content */
	.secContentArea {
		padding: 25px 0;
	}
	.breadcrumbs {
		padding: 20px 10px 3px;
	}


	/*title */
	.ttlSkin02 img {
		width: 47px;
		margin: 0 2px;
	}

	/* .productList */
	.productList {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		border-radius: 0 0 0 20px;
	}
	.productList .subTitle {
		font-size: 1.1rem;
		font-weight: bold;
		line-height: 1.56;
	}
	.productList h3 {
		font-size: 1.5rem;
	}
	.productList .image img {
		width: 145px;
		margin-bottom: 10px;
	}
	.productList .eveaex .image img {
		margin-bottom: 10px;
		margin-top: 0px;
	}
	.productList .textUsage {
		font-size: 1.0rem;
	}
	.productList .textUsage img {
		width: 50px;
		vertical-align: middle;
	}
	.productList > li {
		float: none;
		width: 100%;
		-webkit-order:0;
		order:0;
		padding: 25px 10px!important;
	}
	.productList.hoverSkin01 a {
		padding: 10px 10px 25px;
	}
	.productList .boxSkin01 {
		min-height: 0;
		margin: 5px 5px 0
	}
	.productList .fl, .productList .fr {
		float: none;
	}
	.productList > li.wd-fl {
		padding-bottom: 27px!important;
		text-align: center;
	}
	.productList > li.wd-fl.eve3sp_icn::before{
		content: '';
		top: 70px;
		left: 50%;
		width: 108px;
		height: 108px;
		transform: translateX(-140px);
	}
	.productList > li.wd-fl.eveqdx_icn::before{
		content: '';
		top: 17%;
		left: 10%;
		width: 60px;
		height: 88px;
	}
  .productList>li.eveaex_icn::before {
    content: '';
    top: 11%;
    left: 17%;
    width: 50px;
    height: 49px;
  }
	.productList > li.wd-fl .subTitle {
		color: #191465;
	}
	.productList > li.wd-fl .fl,
	.productList > li.wd-fl .fr {
		width: auto;
	}
	.productList > li.wd-fl h3 {
		margin-bottom: 0;
	}
	.productList > li.wd-fl .image {
		display: inline-block;
	}
	.productList > li.wd-fl .image .iconNew {
		width: 26px;
		margin-top: -23px;
		margin-left: -13px;
	}
	.productList > li.wd-fl.eve3sp .image {
		transform: translateX(40px);
	}
	.productList > li.wd-fl .boxSkin01 {
		margin: 5px;
		text-align: left;
	}
	.productList > li.wd-fl .textUsage {
		letter-spacing: 0;
	}
	.productList > li.wd-fl .tar {
		font-size: 1.0rem;
		line-height: 1.5;
	}
	.productList > li:nth-child(even) {
		border-right: none;
	}
	.productList > li.eveaex h3, .productList > li.evea h3 {
		margin: 0;
	}
	.productList > li:nth-child(5) a {
		padding: 10px 10px 15px;
	}
	.productList > li:nth-child(5) .note {
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 5px;
		padding-left: 1rem;
		color: #666666;
		font-size: 1.0rem;
		text-indent: -1rem;
		line-height: 1.3;
	}
	.productList .cautionText{
		margin-top: 10px;
		text-align: left;
	}
	.productList .right-sp {
		text-align: right;
		margin: 5px;
	}
	/* イブA錠EX NEWパッケージ*/
	.newPkg {
		margin: 15px 5px 0;
	}

}


/* footer　attention */
.attentionWrap {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.attentionWrap {
		text-align: left;
	}
}
