@media screen and (max-width: 767px) {
	.font_14{
		font-size: 14px !important;
	}
	.ab_info_pc{
		display: none;
	}
	.height_250 {
		height: 250px !important;
	}
	.pad_top_70 {
		padding-top: 70px !important;
	}
}
@media screen and (min-width: 768px) {
	.ab_info_sp{
		display: none;
	}
}