@media screen and (max-width:768px) {
	.p-mv_text.sp-small {
		padding: 25px;
		width: 90%;
	}

	.p-mv_text.sp-small p{
		font-size: 1.5rem;
	}
}

@media screen and (max-width:450px) {
	.p-mv_text.sp-small p{
		font-size: 1.2rem;
	}
}