@media screen and (max-width: 768px) {
	.please-pc-view {
    	display: inherit;
	}
}
@media screen and (min-width: 768px) {
	.please-pc-view {
    	display: none;
	}
}