header h2 {
	background: url("images/inquiry/inquiry.png") center center no-repeat;
}
#corp,
#corp_kana,
#data1,
#dept,
#position {
	width: 85%;
}
#address_zip_1,
#address_zip_2 {
	width: 80px;
}
#address_1,
#address_2,
#address_3 {
	width: 100%;
}
#tel_1,
#tel_2,
#tel_3 {
	width: 90px;
}
#email,
#email2 {
	width: 85%;
}

@media only screen and ( max-width: 768px ) {
	header h2 img {
		display: block;
		width: 33.866%;
	}

	#corp,
	#corp_kana,
	#data1,
	#dept,
	#position {
		width: 100%;
	}
	#address_zip_1,
	#address_zip_2 {
		width: 80px;
	}
	#address_1,
	#address_2,
	#address_3 {
		width: 100%;
	}
	#tel_1,
	#tel_2,
	#tel_3 {
		width: 90px;
	}
	#email,
	#email2 {
		width: 100%;
	}
}