var entryurl = "https://www.kyowa-kk.co.jp/entry/index.php";

/* 問い合わせ */
function contact(t) {
	self.location = entryurl + "?ctg_id=1&title=" + encodeURI(t);
}

/* 問い合わせ：診断 */
function scontact(t) {
	self.location = entryurl + "?ctg_id=1&type_id=5&title=" + encodeURI(t);
}

/* 面談申し込み */
function interview(t) {
	self.location = entryurl + "?ctg_id=2&title=" + encodeURI(t);
}

