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

main .headtxt p{
	color:#333;
	font-size: 1.4rem;}

main .borTop{
border-bottom: 1px solid #e1e5e8;}

.ChallengeBGWrap p span{
	color:#555;
	font-size: 1.2rem;}
	
.ChallengeBGWrap img{
	margin:0 0 5px 0;}

.ChallengeBGWrap img + span{
	color:#555;
	font-size: 1.2rem;}


/*

効果

*/
.Merit{}
.Merit h3{
	width: 1180px;
	margin: 0 auto ;
	font-size: 2.8rem;
	font-weight: normal;
	margin-bottom: 20px;
}
.Merit > ul{
		width: 1180px;
	margin: 0 auto ;
	padding-bottom: 40px;
}
.Merit h4{
	font-size: 2.1rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.Merit > ul{
	font-size: 1.4rem;
	line-height: 2.8rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e1e5e8;
	margin-top: 40px;
}
.Merit > ul li{width: 570px;}
.Merit ul li img{
	width: 100%;
	margin-bottom: 10px;
}
.Merit ul h5{
	font-size: 1.2rem;
	line-height: 1.2rem;
	margin-bottom: 3px;
	color: #555;
}
.Merit ul h5 + p{
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #555;
}
.Merit ul:last-child{
	border-bottom: none;
	padding-bottom: 60px;
}


.Merit p a{
	color: #e60012 !important;
	text-decoration: underline;}
	
	.Merit p a:hover{
		text-decoration: none;}





/*

性能試験

*/
.Performance{
	/*margin-top: 80px;*/
	padding-top: 60px;
}
.Performance h3{
	width: 1180px;
	margin: 0 auto ;
	color: #000;
	font-size: 2.8rem;
	font-weight: normal;
	margin-bottom: 20px;
}
.Performance > ul{
	width: 1180px;
	margin: 0 auto ;
	padding-bottom: 60px;
}
.Performance h4{
	font-size: 2.1rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.Performance > ul{
	font-size: 1.4rem;
	line-height: 2.8rem;
	border-bottom: 1px solid #e1e5e8;
	margin-top: 40px;}

.Performance ul:last-child{
	border-bottom: none;
	/*padding-bottom: 60px;*/
}

.Performance ul ul{
	width: 980px;
    margin: 60px auto 0;
    padding-bottom: 10px;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #e1e5e8;}
	
	.Performance ul ul li strong{
		display: block;
		font-size: 2.1rem;
		font-weight:normal;
		margin:0 0 20px 0;}	
	.Performance ul ul li span{
		display: inline-block;
		width: 50%;
		background-color: #e9ecee;
		padding: 12px;
		text-align: center;
		font-weight: bold;
		line-height: 1.4rem;}
	.Performance ul ul li span.on{
		color: #fff;
		background-color: #e60012;}
	.Performance ul ul li span.on2{
		width: 100%;
		color: #fff;
		background-color: #e60012;}
			
	.Performance ul ul li{
		width: calc(100% / 2 - 20px);}
		
	.Performance ul ul li img{
		width: 100%;}

	.Performance ul h5{
		width: 980px;
		margin: 0 auto;
		font-size: 1.2rem;
		line-height: 1.2rem;
		margin-bottom: 3px;
		color: #555;}
	
	.Performance ul p.notes{
		width: 980px;
		margin: 0 auto;
		color:#555;
		font-size:1.2rem;
		line-height: 1.8rem;
		text-align:right;}
		
	.Performance ul h5 + p.notes{
		text-align:left;}






/*リンクボタン*/
.Performance ul.links{
	width: 275px;
	margin:15px 20px 0 0;}
.Performance ul.links:last-child{
	margin:15px 0 0 0;}	
	
.Performance ul.links li{
	margin-top: 15px;
	margin-bottom: 20px;
}

.Performance ul.links li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 39px;
    box-sizing: border-box;
    border: 1px solid #e60012;
    color: #e60012 !important;
    font-size: 1.2rem;
	line-height: 1.2rem;
    position: relative;
	background-color: #FFF;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.Performance ul.links li a .redArrowS{ right: 15px; transition-property: border-color, margin-right;}
.Performance ul.links li a.hover{
 color: #fff !important;
 background-color: #e60012;
}
.Performance ul.links li a.hover .redArrowS{ border-color: #fff; margin-right: -5px;}
.Performance ul.links li img{
	margin: 0 auto;
}


.Performance .linksWrap{
	display: flex;
	justify-content: center; 
	/*justify-content: space-between;*/
}
.Performance ul.links{
	width: 275px;
	text-align: center;
}
.Performance ul.links li:first-child{
	height: 196px;
	align-items: center;
 display: flex;
}
.Performance ul.links.hontai li img{
	width: 207px;
	height: auto;
}
.Performance ul.links.katoriji li img{
	width: 54px;
	height: auto;
}
.Performance ul.links li a {
	text-align: left;
}


/*Test-block*/
.Test-block{
	width: 1180px;
	margin: 0 auto 60px;
	border-bottom: 1px solid #e1e5e8;}

	.Test-block h3{
		font-size: 2.8rem;
		color: #000;
		font-weight: normal;
		margin-bottom: 35px;
		margin-top: 60px;}
	
	.Test-block p{
		font-size: 1.4rem;
		line-height: 2.8rem;
		margin:0 0 60px 0;}



		/*Movie*/
		.Movie-block {
			width:980px;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			margin:0 auto;
			padding:40px 0 20px 0;
			border-top: 1px solid #e1e5e8;}
			
		.Movie-block section {
			width:470px;
			margin:0 0 40px 0;}

		.Movie-block section h4{
			display: inline-block;
			font-size: 2.1rem;
			line-height:2.4rem;
			font-weight:normal;
			margin-bottom:10px;}

		.Movie-block section .Movie-Box{
			position: relative;
			height: 0;
			padding-bottom: 56.25%;
			overflow: hidden;}
		
		.Movie-block section .Movie-Box iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;}
			

/*Platform-block*/
.Platform-block{
	width: 1180px;
	margin: 0 auto 100px;}

	.Platform-block h3{
		font-size: 2.8rem;
		color: #000;
		font-weight: normal;
		margin-bottom: 35px;
		margin-top: 40px;}
	
	.Platform-block p{
		font-size: 1.4rem;
		line-height: 2.8rem;
		margin:0 0 40px 0;}
	
	.Platform-block p a{
		color: #e60012;
		text-decoration: underline;}
		
	.Platform-block p a.hover{
		text-decoration:none;}
		
	.Platform-block figure img{
		margin:0 auto 40px;}
	
	
	.Platform-block table.txtList{	
		border-top: 1px solid #e9ecee;
		border-left: 1px solid #e9ecee;
		width: 510px;
		margin:0 auto;}
	
	.Platform-block table.txtList th{
		background-color: #e60012;
		color: #FFF;
		font-size: 1.8rem;
		padding: 8px;}
		
	.Platform-block table.txtList td{
		font-size: 1.4rem;
		font-weight:bold;
		text-align:center;
		padding: 8px;}



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



		