/* -----

   recruit

---------------------------------------------------- */
.contact_address {
	font-style: normal;
}
.contact_address > dl {
	display: flex;
	border: solid 1px #d6d6d7;
	border-top: solid 2px #84959e;
	
	font-size: 18px;
	font-weight: 500;
	padding: 16px 0 16px 20px;
}
.contact_address .ttl {
	display: flex;
	align-items: center;
	height: 30px;
	border-right: dotted 1px #d6d6d7;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
}
.contact_address .container {
	display: flex;
}
.contact_address .container > em {
	display: flex;
	align-items: center;
	font-style: normal;
	margin-right: 15px;
}
.contact_address .container > span {
	display: flex;
	align-items: center;
	padding: 0 0 0 28px;
}
.contact_address .tel__ttl_singl {
	background: url(../images/icon/icon_tell.svg) no-repeat 6px 7px;
	background-size: 16px 16px;
	margin-right: 20px;
}
.contact_address .mail__address {
	background: url(../images/icon/icon_mail.svg) no-repeat 0 7px;
	background-size: 19px 19px;
	margin-right: 20px;
}
