@charset "UTF-8";
.acs {}
.acs_title {
	text-align: center;
}
.acs_msg {
	text-align: center;
	margin-bottom: 65px;
}
.acs_text {
	margin-bottom: 15px;
}
.acs_text:last-child {
	margin-bottom: 0;
}
.acs_map {
	position: relative;
	z-index: 1;
	padding-bottom: 47.3%;
	margin-bottom: 93px;
}
.acs_map > iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.acs_dList {
	list-style: none;
	max-width: 738px;
	margin: 0 auto 108px;
	display: flex;
	justify-content: space-between;
}
.acs_dList > dt {
	line-height: 1.2;
	width: 52%;
}
.acs_dList > dt > b {
	font-size: 24px;
	color: #73a2c8;
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
}
.acs_dList > dt > small {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.acs_dList > dd {
	color: #73a2c8;
	font-size: 28px;
	line-height: 1.4;
	width: 38.5%;
}
.acs_dList > dd > a {
	color: inherit;
}
.acs_dList > dd > a::before {
	content: "";
}
.acs_dList > dd > a::after {
	content: "";
}
.acs_list {
	list-style: none;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	text-align: center;
}
.acs_list > li {
	width: 49%;
}
.acs_list > li:first-child {}
.acs_list > li:last-child {
	margin-left: 2%;
}
.acs_list > li:nth-child(2n+1) {}
.acs_list > li:nth-child(n+3) {}
.acs_image {
	margin-bottom: 10px;
}
.acs_image > img {
	display: inline-block;
}
.acs_headline {
	line-height: 1.2;
	font-size: 20px;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}
.acs_headline > b {
	border-bottom: 2px solid #73a2c8;
	padding-bottom: 10px;
	font-weight: bold;
	display: block;
}
.vis {
	background-image: url(/assets/img/about-us_access/pt-vis.jpg?date=191202);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom: 28.1%;
	margin-top: 114px;
}
@media screen and (min-width:1000px) {
	.acs_dList > dd > a:hover {}
}
@media screen and (max-width: 999px) {
	.acs {}
	.acs_title {}
	.acs_msg {
		margin-bottom: 40px;
	}
	.acs_text {}
	.acs_text:last-child {}
	.acs_map {
		margin-bottom: 70px;
	}
	.acs_map > iframe {}
	.acs_dList {
		margin-bottom: 60px;
	}
	.acs_dList > dt {}
	.acs_dList > dt > b {
		font-size: 20px;
	}
	.acs_dList > dt > small {
		font-size: 15px;
	}
	.acs_dList > dd {
		font-size: 24px;
		width: 40%;
	}
	.acs_dList > dd > a {}
	.acs_dList > dd > a::before {}
	.acs_dList > dd > a::after {}
	.acs_list {}
	.acs_list > li {}
	.acs_list > li:first-child {}
	.acs_list > li:last-child {}
	.acs_list > li:nth-child(2n+1) {}
	.acs_list > li:nth-child(n+3) {}
	.acs_image {}
	.acs_image > img {}
	.acs_headline {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.acs_headline > b {}
	.vis {
		margin-top: 70px;
	}
}
@media screen and (max-width:767px) {
	.acs {}
	.acs_title {}
	.acs_msg {
		margin-bottom: 20px;
	}
	.acs_text {
		margin-bottom: 10px;
	}
	.acs_text:last-child {}
	.acs_map {
		margin-bottom: 20px;
	}
	.acs_map > iframe {}
	.acs_dList {
		display: block;
		margin-bottom: 30px;
		max-width: none;
	}
	.acs_dList > dt {
		width: auto;
		margin-bottom: 15px;
	}
	.acs_dList > dt > b {
		font-size: 17px;
		margin-bottom: 8px;
	}
	.acs_dList > dt > small {
		font-size: 14px;
		letter-spacing: 0;
	}
	.acs_dList > dd {
		width: 100%;
		font-size: 20px;
	}
	.acs_dList > dd > a {}
	.acs_dList > dd > a::before {}
	.acs_dList > dd > a::after {}
	.acs_list {
		max-width: none;
		display: block;
	}
	.acs_list > li {
		width: 100%;
		margin-top: 15px;
	}
	.acs_list > li:first-child {
		margin-top: 0;
	}
	.acs_list > li:last-child {
		margin-left: 0;
	}
	.acs_list > li:nth-child(2n+1) {}
	.acs_list > li:nth-child(n+3) {}
	.acs_image {
		width: 70px;
		height: auto;
		margin: 0 auto 10px;
	}
	.acs_image > img {}
	.acs_headline {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.acs_headline > b {
		padding-bottom: 5px;
		border-width: 1px;
	}
	.vis {
		margin-top: 40px;
	}
}
