span.catch{
	margin-bottom: 1rem;
	display: block
}

.scoreup{
	box-sizing: border-box;
	border: 8px solid #F8FF00;
	padding: 2rem;
	width: 70%;
	margin: 3rem auto 0;
	background: #fdffea;
}

.scoreup h5{
	font-size: 1.5rem;
	text-align: center;
	margin: 0 0 2rem;
}

.scoreup .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.scoreup .sample{
	width: 50%;
	border-right: 1px solid #ccc;
	padding: 1rem 2rem 1rem 0;
	box-sizing: border-box;
}

.scoreup .sample:last-child{
	border-right: none;
	padding: 1rem 0 1rem 2rem;
}

.scoreup .sample .score{
	font-size: 2.5rem;
	text-align: center;
	width: 33%;
	position: relative;
}

.scoreup .sample .score:last-child{
	width: 33%;
}

.scoreup .sample .score span{
	font-size: 0.9rem;
	display: block;
	margin-top: 1rem;
}

.scoreup .sample .score strong{
	color: #00993E;	
}

.scoreup .sample .score:first-child:after{
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-weight: 900;
	display: block;
	position: absolute;
	top: 0;
	left: 135%;
}

.scoreup .sample .upto{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #00993E;
	font-weight: 600;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}

.scoreup .sample .upto span{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00993E;
	color: #fff;
	height: 7rem;
	width: 7rem;
	font-size: 2rem;
	border-radius: 100%;
	margin: 0 1rem;
}


.scoreup .sample .name{
	text-align: right;
	font-size:0.8rem;
}

section.success .introArea span.catch{
	font-size: 1.8rem;
	color: #00993E;
	margin: 0 0 3rem;
	display: block;
	line-height: 2;
	font-weight: 600;
}

section.success .introArea{
	display:flex;
	justify-content: space-between;
	background-size: 30%;
	width: 70%;
	margin: 0 auto 8rem;
	position: relative;
}

section.success .introArea .text{
	border-top:5px solid #00993E;
	border-bottom:5px solid #00993E;
	padding: 2rem;
	box-sizing: border-box;
}

section.success .introArea .photo{
	width: 40%;
	position:absolute;
	right: -8rem;
	top: 5rem;
}

section.success .introArea .photo .personal{
	position: absolute;
	bottom:3rem;
	padding: 1rem;
	color: #00993E;
	text-align: center;
	background:#F0FF00;
}

section.success .introArea .photo .personal span.name{
	font-size: 1.2rem;
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 600;
}


section.success .introArea .score h5{
	background: #00993E;
	color: #fff;
	margin: 0 0 1rem;
	padding:1rem;
	text-align: center;
	border-radius: 3px;
}

section.success .introArea .score p{
	position: relative;
	color: #333;
	text-align: center;
	font-size:2rem;
	line-height: 1.15;
}

section.success .introArea .score p.arrow{
	margin-bottom: 6rem;
}

section.success .introArea .score p.arrow:after{
	font-family: "Font Awesome 5 Free";
    content: "\f103";
	font-weight: 900;
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4.5rem;
	z-index: 1;
	color: #00993E;
	font-size: 2.5rem;		
}

section.success .introArea .score p strong{
	font-size: 3rem;
	color:#ff0036;
}

@media (max-width: 673px) {
	.scoreup{
		width: 100%;
	}
	.scoreup .sample{
		width: 100%;
		padding: 0;
		border-right: none;
	}
	.scoreup .sample:first-child{
		margin-bottom: 2rem;
		border-bottom: 1px solid #ccc;
		padding-bottom: 2rem;
	}
	
	.scoreup .sample:last-child{
		padding: 0;
	}
	.scoreup .sample .upto span{
		margin: 1rem 25%;
	}

}
