.pc_cv {
	position: relative;
}
.pc_cv p:first-of-type {
	position: absolute;
	top: 79px;
	right: 20px;
}
.pc_cv p:last-of-type {
	position: absolute;
	top: 155px;
	right: 20px;
}
.sp_cv p {
	width: calc(98% / 2);
	margin: 0 2% 0 0;
}
.sp_cv p:last-of-type {
	margin: 0;
}
.pc_cv img {
	vertical-align: middle;
}


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

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