.pc_cv {
	position: relative;
}

.pc_cv p:last-of-type {
	position: absolute;
	top: 115px;
	right: 35px;
}
.sp_cv p {
	width: 96%;
	margin: 0 2% 0;
}



@media only screen and (max-width: 768px){
	.sp_cv {
		margin: 0;
	}
}

@media only screen and (max-width: 480px){
	
}