



.normal-table tr th:first-child {
white-space: nowrap;
}
/*
		<tr>
			<th>府中市</th>
			<td>地域安全対策課</td>
			<td><a href="tel:0423354147">042-335-4147</a></td>
		</tr>
		<tr>
*/
.normal-table tr td:last-child {
white-space: nowrap;
}
/*
.normal-table tr td {
white-space: nowrap;
}
*/
.normal-table tr td a {
position: relative;
padding-left: 12pt;
}
.normal-table tr td a::before {
content: "";
width: 15px;
height: 15px;
top: 0.2em;
left: 0px;
display: block;
position: absolute;
transition: all 0.4s;
background-image: url(../images/icon-tel.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 100% auto;
opacity: 1.0;
}


@media print, screen and (min-width: 375px) {

}


@media print, screen and (min-width: 768px) {
.normal-table td br {
display: none;
}
.normal-table tr td a {
padding-left: 0pt;
}
.normal-table tr td a::before {
display: none;
}

}


@media print, screen and (min-width: 1024px) {

}


@media print, screen and (min-width: 1200px) {

}

@media print, screen and (min-width: 1400px) {

}












