/* 会社概要 */
#company table.table-style{
	margin: 60px auto 0;
	width: 100%;
	width: 100%!important;
	max-width: 880px;
}
#access{
	margin-bottom: 50px;
}
#access .cntBox{
	padding-top: 20px;
	gap: 50px 5%;
}
#access .cnt{
	flex: 1;
	padding: 40px 20px;
}
#access h2{
	margin-top: 0;
}
#access .cnt h3{
	font-size: 2.3rem;
	font-weight: 700;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 30px;
}
#access .cnt h3::after{
	content:'';
	width: 70px;
	height: 2px;
	background: var(--c-key);
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}
#access .cnt p{
	font-size: 1.5rem;
	line-height: 1.6;
}
#access .cnt p.link{
	font-size: 1.6rem;
	text-align: center;
	color: var(--c-key);
	font-weight: 700;
}
#access .cnt p.link a{
	border-bottom: 1px solid var(--c-key);
}
#access .cnt iframe{
	margin: 20px 0;
}


@media(hover: hover) {

}

@media screen and (max-width: 899px) {
	#access{
		 padding: 20px 5% 0;
	}
	#access .cntBox{
		flex-flow: column;
		padding-top: 0;
		gap:30px;
	}
	#access .cnt{
		padding: 40px 5%;
	}
}
@media screen and (max-width: 599px) {
	#company table.table-style th,#company table.table-style td{
		font-size: 1.3rem;
		line-height: 1.6;
	}

}
@media screen and (max-width: 480px) {
	#company table{
		margin-top: 30px;
	}
	#access{
		width: 100%;
	}
	#access .cnt{
		padding: 30px 5%;
	}
	#access .cnt h3{
		font-size: 2.2rem;
	}
	#access .cnt p{
		font-size: 1.4rem;
	}
	#access .cntBox iframe{
		height: 180px;
	}
}