main{
	position: relative;
	z-index: -11;
}
.pc,.dotted_line_pc{
	display:block;
}
.sp,.dotted_line_sp{
	display:none;
}
.score{
	background-image: url(../img/pc.jpg);
	width:100%;
	height:71.6rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.score .wave{
	width:100%;
	height:39.755rem;
	object-fit: cover;
	background-color:transparent;
	margin-top:50.0rem;
}
.score .assessment{
	width:46.8rem;
	height:8.0rem;
	color:#FF0000;
	object-fit: cover;
	background-color:transparent;
	display:block;
	margin-top:-30.9rem;
	margin-left:15.0rem;
}
.score .dotted_line_pc{
	width:46.8rem;
	height:0.816rem;
	color:#FFFFFF;
	margin:-0.4rem 66.2rem 0 15.0rem;
	object-fit: cover;
	background-color:transparent;
}
.report h3{
	font-size:4.0rem;
	font-weight:bold;
	font-family:'Zen Maru Gothic';
	letter-spacing: -0.2rem;
	color:#F37E20;
	width:118.0rem;
	height:5.8rem;
	text-align: center;
	background-color:transparent;
	display:block;
	margin:11.034rem auto 0.2rem auto;
	position: relative;
	z-index: 999;
}
.report .table{
	width:108.0rem;
	height:152.7rem;
	object-fit: cover;
	display:block;
	border:0.1rem solid #333333;
	margin:1.9rem 10.0rem 10.0rem 10.0rem;
}
.implementation h3{
	font-size:4.0rem;
	font-weight:bold;
	font-family:'Zen Maru Gothic';
	letter-spacing:-0.2rem;
	color:#F37E20;
	width:118.0rem;
	height:11.6rem;
	text-align: center;
	margin:0 auto 2.0rem auto;
}
.implementation .table{
	width:108.0rem;
	height:152.7rem;
	object-fit: cover;
	display:block;
	border:0.1rem solid #333333;
	margin:-0.1rem 10.0rem 10.0rem 10.0rem;
}
.all_score h3{
	font-size:4.0rem;
	font-weight:bold;
	font-family:'Zen Maru Gothic';
	letter-spacing:-0.2rem;
	color:#F37E20;
	width:118.0rem;
	height:5.8rem;
	text-align: center;
	margin:0 auto 2.0rem auto;
}
.all_score .table{
	width:108.0rem;
	height:162.8rem;
	object-fit: cover;
	display:block;
	border:0.1rem solid #333333;
	margin:0 10.0rem 10.0rem 10.0rem;
}
.achievement_score h3{
	font-size:4.0rem;
	font-weight:bold;
	font-family:'Zen Maru Gothic';
	letter-spacing: -0.2rem;
	color:#F37E20;
	width:118.0rem;
	height:5.8rem;
	text-align: center;
	margin:0 auto 2.0rem auto;
}
.achievement_score .table{
	width:108.0rem;
	height:162.7rem;
	object-fit: cover;
	display:block;
	border:0.1rem solid #333333;
	margin:-0.1rem 10.0rem 20.0rem 10.0rem;
}
@media screen and (max-width: 680px){
	.pc,.dotted_line_pc{
		display:none;
	}
	.sp,.dotted_line_sp{
		display:block;
	}
	.br-sp{
		display:none;
	}
	.score{
		background-image:url(../img/pc_sp.jpg);
		width:100%;
		height:30.7rem;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.score .wave{
		width:100%;
		height:13.215rem;
		object-fit: cover;
		margin-top:23rem;
	}
	.score .assessment{
		width:18.0rem;
		height:3.0rem;
		display:block;
		margin-top:-10.4rem;
		margin-left:3.0rem;
	}
	.score .dotted_line_pc{
		display:none;
	}
	.score .dotted_line_sp{
		width:18.0rem;
		height:0.395rem;
		margin-left:3.1rem;
	}
	.report h3{
		font-size:1.7rem;
		font-weight:bold;
		font-family:'Zen Maru Gothic';
		letter-spacing: -0.085rem;
		width:31.5rem;
		height:5.0rem;
		text-align: center;
		margin-top:3.1rem;
	}
	.report .table{
		width:31.5rem;
		height:44.5rem;
		display:block;
		margin:1.5rem 3.0rem 3.0rem 3.0rem;
	}
	.implementation h3{
		font-size:1.7rem;
		font-weight:bold;
		font-family:'Zen Maru Gothic';
		letter-spacing:-0.085rem;
		width:31.5rem;
		height:5.0rem;
		text-align: center;
		margin:0 3.0rem 2.0rem 3.0rem;
	}
	.implementation .table{
		width:31.5rem;
		height:44.5rem;
		display:block;
		margin:0 3.0rem 3.0rem 3.0rem;
	}
	.all_score h3{
		font-size:1.7rem;
		font-weight:bold;
		font-family:'Zen Maru Gothic';
		letter-spacing: -0.085rem;
		width:31.5rem;
		height:5.0rem;
		text-align: center;
		margin:0 3.0rem 2.0rem 3.0rem;
	}
	.all_score .table{
		width:31.5rem;
		height:44.5rem;
		display:block;
		margin:0 3.0rem 3.0rem 3.0rem;
	}
	.achievement_score h3{
		font-size:1.7rem;
		font-weight:bold;
		font-family:'Zen Maru Gothic';
		letter-spacing: -0.085rem;
		width:31.5rem;
		height:5.0rem;
		text-align: center;
		margin:-0.1rem 5.0rem 1.5rem 3.0rem;
	}
	.achievement_score .table{
		width:31.5rem;
		height:44.5rem;
		display:block;
		margin:0 3.0rem 20.0rem 3.0rem;
	}
}