

/*pc btn*/
.solutionWrap dl:first-child ul.links{
	margin: 20px auto 0 auto;
}
.solutionWrap dl ul.links li img{
	width: 226px;
	height: auto;
}



/*seinou*/
ul.tokutyou li{
	width: 242px;
}

/*tyakudo*/
.IntroductionResultWrap > dl:nth-child(3) dd{
}
.IntroductionResultWrap > dl:nth-child(3) dd span{
	display:inline-block;
	background-color: #e9ecee;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.4rem;
	padding: 10px;
}
.IntroductionResultWrap > dl:nth-child(3) dd.pc span{width: calc(100% / 3 - 0.1px);}
.IntroductionResultWrap > dl:nth-child(3) dd.sp span{width: calc(100% / 2);}

.IntroductionResultWrap > dl:nth-child(3) dd span.after{
	background-color: #e60012;
	color: #FFF;
}

/*
.ConstructionResultsWrap
-------------------------------------*/
.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: 374px;
	float: left;
	margin-bottom: 60px;
}

.ConstructionResultsWrap dl dl {
	font-size: 1.2rem;
	color: #555;
	float: right;
	width: calc(100% - 374px - 40px);
}
.ConstructionResultsWrap dl dl dt,
.ConstructionResultsWrap dl dl dd {
	padding-top: 0;
}
.ConstructionResultsWrap dl dl dt {
  width: 100%;
  float:none;
	font-size: 1.8rem;
	line-height: 1.8rem;
	font-weight: bold;
	color: #333;
}
.ConstructionResultsWrap dl dl dd {
  background: #fff;
  margin-left: 0;
	font-size: 1.4rem;
	line-height: 2.8rem;
	color: #333;
	padding-top: 20px;
}
.ConstructionResultsWrap dl dl dd:after {
  content: none;
}


.ConstructionResultsWrap dl dl dd a{
	color: #e60012;
	text-decoration: underline;}
	
	.ConstructionResultsWrap dl dl dd a:hover{
		text-decoration: none;}
