/* ACCESS */
.access_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1.6%;
}

.access_list a {
	width: 18.5%;
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	color: #000000;
	background: url(../../../images/arrow_blue_down.svg) center right/15px no-repeat;
	text-decoration: none;
	padding: 15px 0;
	border-bottom: 1px solid #D9D9D9;
}

.access_content article {
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 3.5%;
	margin-bottom: 76px;
}

.access_content article .data {
	width: 44.5%;
}

.access_content article .data .address {
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
	color: #000000;
	margin-bottom: 16px;
}

.access_content article .data .tel_fax {
	font-weight: 700;
	font-size: 16px;
	line-height: 175%;
	color: #000000;
	margin-bottom: 24px;
}

.access_content article .data table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 9px;
}

.access_content article .data table th {
	background: #ECF1FD;
	font-weight: 700;
	font-size: 16px;
	line-height: 175%;
	color: #003B90;
	padding: 14px;
	white-space: nowrap;
}

.access_content article .data table td {
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
	color: #000000;
}

.access_content article .data table td div {
	margin-bottom: 12px;
}

.access_content article .map {
	width: 52%;
}

.access_content article .map iframe {
	width: 100%;
	height: 100%;
	border: none;
}



/* SP */
@media screen and (max-width: 900px) {

	/* ACCESS */
	.access_list {
		gap: 3%;
	}

	.access_list a {
		width: 48.5%;
		background: url(../../../images/arrow_blue_down.svg) center right/12px no-repeat;
		padding: 13px 15px 13px 0;
	}

	.access_content article {
		flex-direction: column;
		gap: 10px;
		margin-bottom: 40px;
	}

	.access_content article .data {
		width: 100%;
	}

	.access_content article .data .address {
		font-size: 14px;
		margin-bottom: 12px;
	}

	.access_content article .data .tel_fax {
		font-size: 14px;
		margin-bottom: 12px;
	}

	.access_content article .data table {
		border-spacing: 0px;
	}

	.access_content article .data table th {
		font-size: 14px;
		border-bottom: 4px solid #fff;
	}

	.access_content article .data table td {
		font-size: 14px;
		padding-left: 20px;
	}

	.access_content article .data table td div {
		margin-bottom: 10px;
	}

	.access_content article .map {
		width: 100%;
	}

}
