.sp{
display: none;
}

@media screen and (max-width: 768px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}
