
/*
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;}


/*リンクボタン*/
.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{
	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 > 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;
}


/*.seminar-Wrap*/
.seminar-Wrap{
	background-color: #e9ecee;
	text-align: center;
	padding: 80px 0;
}

.seminar-Wrap h2{
	margin: 0 0 60px 0;
}

.seminar-Wrap h2 img{
	vertical-align: top;
}

.seminar-Wrap p a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 540px;
	height: 100px;
	font-size: 2.6rem;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	border-radius: 50px;
	margin: 0 auto;
	background: linear-gradient(90deg, rgba(243,101,34,1) 0%, rgba(251,143,77,1) 100%);
	box-shadow: 0 3px 7px rgba(0,0,0,0.25);
	
	transition:all  0.12s;
}
.seminar-Wrap p a .arrow{
	position: absolute;
	display: inline-block;
	width: 26px;
	height: 26px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	right: 60px;
	transition:all  0.12s;
}

.seminar-Wrap p a.hover{
	background: linear-gradient(90deg, rgba(243,101,34,1) 0%, rgba(243,101,34,1) 100%);
	box-shadow: 0 3px 7px rgba(0,0,0,0);
	/*opacity: 0.8;*/
}

.seminar-Wrap p a.hover .arrow{
	margin-right: -3px;
}



		