@charset "utf-8";
/* CSS Document */


.plan_pc-img , .plan_sp-img , .flow_pc-img , .flow_sp-img {
	max-width: 90%;
}

.plan-sp , .flow-sp {
	display: none;
}

@media (max-width: 700px) {
	.plan-sp , .flow-sp {
		display: block;
	}
	
	.plan-pc , .flow-pc {
		display: none;
	}
}