@charset "UTF-8";

@media screen and (min-width: 768px) {
.pc_none {
	display: none !important;
}
}

@media screen and (max-width: 767px) {
.pc_none {
	display: none !important;
}
}