@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .company {
	margin-bottom: 10.2rem;
}
#main .company table {
	width: 100%;
	border-collapse: collapse;
}
#main .company table th,
#main .company table td {
	padding: 3.2rem 1rem 3.5rem;
	text-align: left;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	border-bottom: 1px solid #959595;
	vertical-align: top;
	word-break: break-all;
}
#main .company table th {
	width: 20.9%;
	font-weight: 700;
	color: #EE813B;
}
#main .company table tr:first-child th,
#main .company table tr:first-child td {
	border-top: 1px solid #959595;
}
#main .access .mapBox {
	margin-bottom: 5.5rem;
	aspect-ratio: 12 / 5;
}
#main .access .mapBox iframe {
	width: 100%;
	height: 100%;
}
#main .access .accessUl li:not(:last-child) {
	margin-bottom: 2rem;
}
#main .access .accessUl li {
	padding: 2.8rem 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: #FEF2EB;
	border-radius: 1rem;
}
#main .access .accessUl .title {
	padding: 0.5rem 0 0.7rem 10rem;
	width: 33.1%;
	font-size: 2.8rem;
	font-weight: 700;
	color: #EE813B;
	background: url(../img/common/icon02.png) no-repeat left 3rem top 0.2rem / 5rem;
}
#main .access .accessUl .li01 .title {
	background-image: url(../img/common/icon03.png);
}
#main .access .accessUl .text {
	padding: 1rem 0 1rem 2.8rem;
	flex: 1;
	line-height: 2;
	border-left: 0.4rem dotted #EE813B;
}
@media all and (max-width: 896px) {
	#main .company {
		margin-bottom: 8rem;
	}
	#main .company table th,
	#main .company table td {
		padding: 1rem;
		display: block;
		width: 100% !important;
	}
	#main .company table th {
		padding-bottom: 0;
		border-bottom: 0;
	}
	#main .company table tr:first-child td {
		border-top: 0;
	}
	#main .access .mapBox {
		aspect-ratio: 12 / 7;
	}
	#main .access .accessUl li {
		padding: 2rem 2rem;
		display: block;
	}
	#main .access .accessUl .title {
		margin-bottom: 1.5rem;
		padding-left: 5rem;
		width: auto;
		font-size: 2rem;
		background-position: left center;
		background-size: 3.5rem;
	}
	#main .access .accessUl .text {
		padding: 0;
		border-left: 0;
	}
}