@charset "UTF-8";
/* CSS Document */



/* result
--------------------- */
#result {
	padding-top: 30px;
	background: #fff;
	position: relative;
}



/* contents */
#result .contents {
	width: 100%;
	padding: 0;
}



	#result .motif01 {
		width: 8%;
		top: 14%;
		left: -5.5%;
	}
	#result .motif02 {
		width: 10%;
		bottom: -4%;
		right: 10%;
	}



	#result .list a.linkbox {
		width: 15.8%;
		margin-right: 1%;
		margin-bottom: 1%;
		display: block;
		padding: 15px 35px 15px 20px;
		background: #fff;
		border: solid 2px #ddd;
		border-radius: 10px;
	}
	#result .list a.linkbox:nth-child(6n) {
		margin-right: 0;
	}
	#result .list a.on {
		background: #F3F4F4;
	}
	#result .list a.linkbox:hover {
		color: #3379FF;
	}
		#result .list a.linkbox h3 {
			font-size: 1.4rem;
			font-weight: 500;
			line-height: 1.3em;
			margin-bottom: 8px;
		}
		#result .list a.linkbox .en {
			display: block;
			font-size: 1.1rem;
			color: #3379FF;
			line-height: 1
		}



	#result .scorelink {
		width: 100%;
		margin: 0 auto;
		font-size: 1.4rem;
		text-align: center;
	}
	#result .scorelink a.direct {
		color: #3379FF;
		font-size: 1.6rem;
		font-weight: 500;
	}





	#result .sp-iframe {
		margin-top: 0;
		background: #fff;
	}
		#result .sp-iframe iframe {
			width: 100%;
			border: none;
		}
		#result .sp-iframe iframe.score_h01 {
			height: 1000px;
		}
		#result .sp-iframe iframe.score_h02 {
			height: 2000px;
		}
		#result .sp-iframe iframe.score_h03 {
			height: 3000px;
		}
		#result .sp-iframe iframe.score_h04 {
			height: 4000px;
		}
		#result .sp-iframe iframe.score_h05 {
			height: 5000px;
		}
		#result .sp-iframe iframe.score_h06 {
			height: 6000px;
		}
		#result .sp-iframe iframe.score_h07 {
			height: 7000px;
		}
		#result .sp-iframe iframe.score_h08 {
			height: 8000px;
		}
		#result .sp-iframe iframe.score_h09 {
			height: 9000px;
		}
		#result .sp-iframe iframe.score_h10 {
			height: 10000px;
		}



/* max 1300px */
@media screen and (max-width: 1300px) {



/* result
--------------------- */
#result {
	padding-top: 30px;
	background: #fff;
	position: relative;
}



/* contents */
#result .contents {
	width: 100%;
	padding: 0;
}






	
	
}






/* max 1024px */
@media screen and (max-width: 1024px) {



/* result
--------------------- */
#result {
	padding-top: 30px;
	background: #fff;
	position: relative;
}



/* contents */
#result .contents {
	width: 100%;
	padding: 0;
}
	
	
}





/* max 767px */
@media screen and (max-width: 767px) {

	
/* result
--------------------- */
#result {
	overflow: hidden;
	padding-top: 70px;
}



	#result .motif01 {
		width: 22%;
		top: -4%;
		left: auto;
		right: -8%;
	}
	#result .motif02 {
		width: 18%;
		bottom: -3%;
		right: auto;
		left: -8%;
	}



	#result .list a.linkbox {
		width: 49%;
		padding: 10px 20px 10px 10px;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	#result .list a.linkbox:nth-child(2n) {
		margin-right: 0;
	}
	#result .list a.on {
		background: #F3F4F4;
	}
		#result .list a.linkbox h3 {
			font-size: 1.3rem;
		}
		#result .list a.linkbox .en {
			font-size: 0.9rem;
		}



	#result .scorelink {
		width: 100%;
		margin: 0 auto;
		font-size: 1.2rem;
		text-align: center;
	}
	#result .scorelink a.direct {
		color: #3379FF;
		font-size: 1.4rem;
		font-weight: 500;
	}



	#result .sp-iframe {
		margin-top: 0;
		background: #fff;
	}
		#result .sp-iframe iframe {
			width: 100%;
			border: none;
		}
		#result .sp-iframe iframe.score_h01 {
			height: 3000px;
		}
		#result .sp-iframe iframe.score_h02 {
			height: 5000px;
		}
		#result .sp-iframe iframe.score_h03 {
			height: 7000px;
		}
		#result .sp-iframe iframe.score_h04 {
			height: 9000px;
		}
		#result .sp-iframe iframe.score_h05 {
			height: 11000px;
		}
		#result .sp-iframe iframe.score_h06 {
			height: 13000px;
		}
		#result .sp-iframe iframe.score_h07 {
			height: 15000px;
		}
		#result .sp-iframe iframe.score_h08 {
			height: 17000px;
		}
		#result .sp-iframe iframe.score_h09 {
			height: 19000px;
		}
		#result .sp-iframe iframe.score_h10 {
			height: 21000px;
		}



	
	
	
}