#consideration .item03 .image span {
	background-image: url(../IMAGES/content_img01.jpg);
	background-size: contain;
}

#consideration .item05 .image span {
	background-image: url(../IMAGES/SP/content_img02.jpg);
}


/** -------------------------------
 * consideration
 */

#consideration {
	padding-top: 0;
}

#consideration .item02 .imagearea {
	width: 39.6%;
	margin-right: auto;
	margin-left: auto;
}

#consideration .item02 .image span {
	padding-top: 57.9%;
}

#consideration .item04 .imageContent {
	margin-top: 0;
}

#consideration .item04 .image {
	width: 91.1%;
	margin-right: auto;
	margin-left: auto;
}

#consideration .item04 .image span {
	padding-top: 54.7%;
}

.eco-link li {
	padding-right: 3.2vw;
	background-image: url(../../../IMAGES/arrow_red.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 2.666vw;
	font-size: 14px;
	font-size: 3.636vw;
	font-weight: bold;
	color: #000;
	line-height: 1.5;
	word-break: break-all;
	position: relative;
	display: table;
	width: auto;
	height: 7.466vw;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

.eco-link li a {
	display: table-cell;
	padding: 0 calc(5/375 * 100vw) 0 0;
	vertical-align: middle;
}

.eco-link li a span {
	font-size: 12px;
	font-size: 3.2vw;
	color: #000;
	font-weight: normal;
}



/** -------------------------------
 * detailContents
 */

#detailContents {
	clear: both;
	margin-top: calc((37/375) * 100vw);
}

#detailContents > .wrap {
	margin: 0 auto;
	margin-top: 5%;
	margin-bottom: 10%;
	padding: 0 calc((50/375) * 100vw);
	box-sizing: content-box;
}

#detailContents .header {
	position: relative;
}

#detailContents .header h1 {
	display: table;
	text-align: center;
	width: 100%;
}

#detailContents .header span {
	display: table-cell;
	font-size: 18px;
	font-size: 4.8vw;
	font-weight: normal;
	line-height: 1.1;
	vertical-align: middle;
}

#detailContents .content {
	margin-top: calc((30/375) * 100vw);
}

#detailContents .content ul {
	display: block;
}

#detailContents .content li {
	margin: 0;
	width: 100%;
	display: block;
	text-align: center;
}

#detailContents .content li + li {
	margin-top: calc((17/375) * 100vw);
}

#detailContents .content a {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 1.4%;
	border: 1px solid #000;
	text-align: center;
}

#detailContents .content span {
	display: table-cell;
	padding: 0 20px;
	vertical-align: middle;
}

#detailContents .content em {
	font-size: 12px;
	font-size: 3.2vw;
	color: #0F161B;
	line-height: 1.1;
}

#detailContents .content a:hover em {
	color: #c3002f;
}
/* detailContents */



