@charset "utf-8";
/* CSS Document */
.pc {
	display:inherit;
}
.sp {
	display: none;
}
.img_pc {
	display: inherit;
}
.img_sp {
	display: none;
}
.client_pc {
	display: inherit;
}
.client_sp {
	display: none;
}
.s_sp {
	display: none;
}
.smp_br {
	display: inherit;
}
.pc_br {
	display: none;
}
@media only screen and (max-width: 980px){
	.img_pc {
		display: none;
	}
	.img_sp {
		display: inherit;
	}
}
@media only screen and (max-width: 720px){
	.pc {
		display: none;
	}
	.sp {
		display: inherit;
	}
}
@media only screen and (max-width: 720px){
	.s_sp {
		display: inherit;
	}
}
@media only screen and (max-width: 480px) {
	.smp_br {
		display: none;
	}
	.pc_br {
		display: inherit;
	}
}