@charset "UTF-8";
/*------------------------
------------------------*/
#company .inner{
	padding: 70px 0 110px;
	width: 1000px;
}

#company .ttl-wrap{
	margin-bottom: 30px;
}
/* table */
#company table tr{
	border-bottom: 1px solid #c8c8c8;
}
#company table tr:first-of-type{
	border-top: 1px solid #c8c8c8;
}
#company table tr th,#company  table tr td {
	padding: 25px 20px 25px;
	vertical-align: top;
	line-height: 1.56;
	font-size: 17px;
}
#company table tr th {
    background: #f0f0f0;
    font-weight: 500;
    width: 320px;
}
#company table tr td {
    background: #fff;
}
#company table tr td .branch-box {
    display: flex;
	margin-bottom: 15px;
}
#company table tr td .branch-box:last-of-type{
	margin-bottom: 0;
}
#company table tr td .branch {
    width: 70px;
}
#company table tr td .address {
    padding: 0 20px;
}
#company table tr td a.number{
	pointer-events: none;
    display: inline-block;
}