/*リンクボタン*/
.solutionWrap dl:first-child ul.links img{
	width:auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/*特長*/
ul.tokutyou li{
	width: calc((100% - 5px) / 2);
	margin-bottom: 5px;
}


/*
実績
-------------------------------------*/
.ConstructionResultsWrap > dl{
	border-top: 1px solid #d0d5da;
	display:inherit;
}
.ConstructionResultsWrap > dl dt{
	width: 100%;
}
.ConstructionResultsWrap > dl dd{
		width: 100%;
	overflow: hidden;
}
.ConstructionResultsWrap > dl dd img{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.ConstructionResultsWrap dl dl {
	font-size: 1.2rem;
	color: #555;
	float: right;
	width: 100%;
	margin-bottom: 20px;
}
.ConstructionResultsWrap dl dl dt,
.ConstructionResultsWrap dl dl dd {
	padding-top: 0;
}
.ConstructionResultsWrap dl dl dt {
  width: 100%;
  float:none;
	font-size: 1.6rem;
	line-height: 1.6rem;
	font-weight: bold;
	color: #333;
}
.ConstructionResultsWrap dl dl dd {
	width: 100%;
  background: #fff;
  margin-left: 0;
	font-size: 1.4rem;
	line-height: 2.8rem;
	color: #333;
	padding-top: 10px;
}
.ConstructionResultsWrap dl dl dd:after {
  content: none;
}