/* outline */
#company #outline #wrap #contents table{
	width: 98%;
	margin: 0 auto;
}
#company #outline #wrap #contents table th{
	width: 170px;
	padding: 10px 0 10px 5px;
	text-align: left;
	border-bottom: 1px dotted #CCCCCC;
}
#company #outline #wrap #contents table th.branch{
	font-size: 16px;
}
#company #outline #wrap #contents table td{
	width: calc(100% - 150px);
	padding: 10px 5px 10px 5px;
	text-align: left;
	border-bottom: 1px dotted #CCCCCC;
}
#company #outline #wrap #contents table tr.noborder th,
#company #outline #wrap #contents table tr.noborder td
{
	border-bottom: none;
}

#company #outline #wrap #contents span.freecall{
	font-size: 18px;
	position: relative;
	padding-left: 30px;
	line-height: 1.0;
}
#company #outline #wrap #contents span.freecall:before{
	content: "";
	position: absolute;
	display: inline-block;
	background-size: contain;
	width: 28px;
	height: 23px;
	top: 0;
	left: 0;

	background-color: #0068B6;
	-webkit-mask-image: url("../../img/common/icon/icon_Freecall.svg");
	mask-image: url("../../img/common/icon/icon_Freecall.svg");
}
#company #outline #wrap #contents a.call,
#company #outline #wrap #contents span.freecall a{
	text-decoration: none;
}
#company #outline #wrap #contents span.department{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}


/* media-query */
@media screen and (max-width: 640px) {
	#company #outline #wrap #contents table {
	  width: 96%;
	}
	#company #outline #wrap #contents table th,
	#company #outline #wrap #contents table td {
	  display: block;
	  width: 100%;
	}
	#company #outline #wrap #contents table th{
		border-bottom: none;
		padding-bottom: 0;
	}
	#company #outline #wrap #contents table td{
		padding-top: 0;
	}
}
