@charset "utf-8";


/*------------------------------------------------------------
	
	
	access.css


------------------------------------------------------------*/


/*------------------------------------------------------------
	レイアウト調整
------------------------------------------------------------*/

.table-holder:not(:last-child) {
	margin-bottom: 60px;
}

@media only screen and (min-width: 813px) {
	
	.table-holder {
		width: 100%;
	}
	
	.table-holder:not(:last-child) {
		margin-bottom: 90px;
	}
		
}


/*------------------------------------------------------------
	会社名
------------------------------------------------------------*/

.table-holder h2 {
	font-size: 5.4vw;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}

@media only screen and (min-width: 813px) {
	
	.table-holder h2 {
		font-size: 2.4rem;
		margin-top: 15px;
	}
	
}


/*------------------------------------------------------------
	テーブル
------------------------------------------------------------*/

@media only screen and (min-width: 813px) {
	
	.table-holder table th {
		width: 120px;
	}
	
	.table-holder table td {
		width: calc(100% - 120px);
	}
	
}



/*------------------------------------------------------------
	地図
------------------------------------------------------------*/

.table-holder .map {
	height: 60vw;
	margin-bottom: 30px;
}

@media only screen and (min-width: 813px) {
	
	.table-holder .map {
		height: auto;
		margin: 0;
	}
	
}



