/* CSS Document */
p.tel {
	font-size: 2.4rem;
	margin-left: 1em;
}

p.tel::before {
	content: "Tel:";
}

