.table_1 {
	table-layout:fixed;
	width: 100%;
	margin:0.7rem 0 3.0rem;
}

.table_1 td {
	border-bottom: 0.1rem solid #9AC0D9;
	padding: 1.7rem 2.0rem 1.1rem 0;
	font-size:1.4rem;
	color:#4A5661;
}

.table_1 .phone .link{
	background: url(../images/table_1_phone.svg) no-repeat 0 0.1rem;
	display: inline-block;
	padding: 0 0 0 2.5rem;
	font-weight:600;
	color: #515F6B;
	text-decoration: none;
}
.table_1 .mail{
	background: url(../images/table_1_mail.svg) no-repeat 0 0.3rem;
	display: inline-block;
	padding: 0 0 0 2.5rem;
}
.table_1 .mail .link{
	color: #4A5661;
	text-decoration: none;
}
.table_1 .time{
	background: url(../images/table_1_time.svg) no-repeat 0 0.2rem;
	background-size:1.5rem 1.5rem;
	display: inline-block;
	padding: 0 0 0 2.5rem;
}
.table_1 .address{
	background: url(../images/table_1_address.svg) no-repeat 0 0.2rem;
	background-size:1.5rem 1.5rem;
	display: inline-block;
	padding: 0 0 0 2.5rem;
}
