@charset "utf-8";

@media screen and (max-width: 750px) {
img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}
.pc {
	display: none !important;
}
}