/****************************************************************************************/
[table] {
	display: table;
}
[row] {
	display: table-row;
}
[cell] {
	display: table-cell;
}
/****************************************************************************************/
#company .content-area,
#action .content-area,
#access .content-area {
	padding: 0 88px;
}
/****************************************************************************************/
#company {
	margin-top: 25px;
	padding-top: 150px;
}

#company h1 {
	margin-bottom: 81px;
}

#company [row]:not(:first-child) [cell] {
	border-top-width: 1px;
	border-top-style: solid;
}

#company [cell] {
	padding-top: 49px;
	padding-bottom: 46px;
}

#company .header {
	padding-right: 20px;
	font-size: 2.4rem;
	white-space: nowrap;
}
/*******************************************/
#company .a-location:not(:first-child) {
	margin-top: 45px;
}
#company .a-location > *:not(:first-child) {
	margin-top: 12px;
}

#company .a-location .fax {
	margin-left: 30px;
}
/****************************************************************************************/
#action .buttons {
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
}

#action .button {
	width: 47%;
}

#action .button a {
	padding: 0 15px;
	font-size: 1.9rem;
}
/****************************************************************************************/
#access h1 {
	margin-bottom: 99px;
}

#access .map-text {
	display: flex;
}

#access .text {
	margin-left: 59px;
}

#access .text .name {
	font-size: 2.4rem;
	line-height: 3.1rem;
}

#access .text .address-tel-fax {
	margin-top: 28px;
}

#access .text .hours,
#access .text .transition,
#access .text .showroom {
	margin-top: 36px;
}

#access .text .tel-fax {
	margin-top: 6px;
}
/****************************************************************************************/
