
/*
solutionWrap
---------------------------*/
main .innerContent.hikaku .ttl{
	margin-bottom: 15px;
}


main .movieArea {
    width: 570px;
	padding-top: 60px;
}
main .movieArea .movie-wrap{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background: #ccc;}
main .movieArea .movie-wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;}


/*link btn*/
.solutionWrap .linksWrap{
	display: flex;
	justify-content: space-between;
}
.solutionWrap dl ul.links{
	width: 275px;
	text-align: center;
}
.solutionWrap dl ul.links li:first-child{
	height: 196px;
	align-items: center;
 display: flex;
}
.solutionWrap dl ul.links.hontai li img{
	width: 207px;
	height: auto;
}
.solutionWrap dl ul.links.katoriji li img{
	width: 54px;
	height: auto;
}
.solutionWrap dl ul.links li a {
	text-align: left;
}
.solutionWrap dl dd.notice{
	width: 100%;
margin-top: 20px;
	text-align: right;
	color: #555;
}
.solutionWrap .notice{
	font-size: 1.2rem;
	line-height: 1.2rem;
}

/*特長*/
.IntroductionResultWrap dl.tableDL{
			border-top:1px solid #e9ecee;
			border-left:1px solid #e9ecee;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
			}
.IntroductionResultWrap dl.tableDL dt{
	margin-bottom: 0;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
		border-bottom:1px solid #e9ecee;
			border-right:1px solid #e9ecee;
		padding:10px;
background-color:  #e60012;
color: #FFF;}

.IntroductionResultWrap dl.tableDL dd{
			border-bottom:1px solid #e9ecee;
			border-right:1px solid #e9ecee;
	font-size: 1.6rem;
	padding:15px;
	vertical-align: top;
	width: 50%;
		}




/*

.PerformanceTest

*/
.PerformanceTest{
	margin-top: 80px;
	padding-top: 60px;
}
.PerformanceTest h3{
	width: 1180px;
 margin: 0 auto ;
	color: #000;
	font-size: 2.8rem;
	font-weight: normal;
	margin-bottom: 20px;
}
.PerformanceTest > ul{
		width: 1180px;
 margin: 0 auto ;
	padding-bottom: 40px;
}
.PerformanceTest h4{
	font-size: 2.1rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.PerformanceTest > ul{
	font-size: 1.4rem;
	line-height: 2.8rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e1e5e8;
	margin-top: 40px;
}
.PerformanceTest > ul li{width: 570px;}
.PerformanceTest ul ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.PerformanceTest ul ul li{
	width: calc(100% / 2 - 10px);
}
.PerformanceTest ul ul li strong{
	display: block;
}
.PerformanceTest ul ul li span{
	display: inline-block;
	width: 50%;
	background-color: #e9ecee;
	padding: 12px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.4rem;
}
.PerformanceTest ul ul li img{
	width: 100%;
}
.PerformanceTest li span.on{
	color: #fff;
	background-color: #e60012;
}
.PerformanceTest ul h5{
	font-size: 1.2rem;
	line-height: 1.2rem;
	margin-bottom: 3px;
	color: #555;
}
.PerformanceTest ul h5 + p{
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #555;
}
.PerformanceTest ul:nth-of-type(2) li span{
	width: 100%;
}
.PerformanceTest ul:last-child{
	border-bottom: none;
	padding-bottom: 60px;
}


/*

.ConstructionResultsWrap

*/
.ConstructionResultsWrap > dl{
	border-top: none !important;
	padding-top: 20px;
	margin-bottom: 60px;
}
.ConstructionResultsWrap > dl:after{
    content:"";
    display:block;
    width: 374px;
    height:0;
  }
.ConstructionResultsWrap > dl img{
		margin-bottom:15px;
}
.ConstructionResultsWrap > dl p{
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #555;
}