/*pc btn*/
.solutionWrap dl ul.links{
	margin: 0 auto;
}

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


/*特長*/
ul.tokutyou li{
	width: 323px;
}


/*
IntroductionResultWrap
--------------------------------*/
.IntroductionResultWrap a{
	color: #e60012;
	text-decoration: underline;
}
.IntroductionResultWrap a.hover{
	text-decoration:none;
}
.IntroductionResultWrap .hikaku p{
	text-align: center;
	color: #e60012;
	font-size: 1.4rem;
	line-height: 1.4rem;
	font-weight: bold;
	margin-top: 15px;
}


/*
.relatedInformation
--------------------------------------*/
.relatedInformation dt{
 width: 295px;
}

.ConstructionResultsWrap dl dl dd {
width: calc(100% - 70px);
}