@media only screen and (min-width:769px){
	.pc_none {
		display: none;
	}
}

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