#section1{
}
#section1 article,
#section2 article{
	max-width:1480px;
	margin:0 auto;
}
#section1 article h3,
#section2 article h3{
	font-size:30px;
	color:#8f82bc;
	margin-bottom:20px;
}
#section1 ul,
#section2 ul{
	list-style:none;
	margin-bottom:40px;
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}
#section1 ul li,
#section2 ul li{
	width:calc((100% - 40px) / 3);
	flex:none;
}
#section1 ul li a,
#section2 ul li a{
	display:flex;
	align-items:center;
	text-decoration:none;
	color: #211715;
	padding:0 100px 0 30px;
	background:#fff url('../images/common/arrow4.png') no-repeat right center;
	height:70px;
	border:1px solid #c2c2c2;
	box-sizing:border-box;
	border-radius:10px;
}
#section1 ul li a:hover,
#section2 ul li a:hover{
	background:#c1ebff url('../images/common/arrow4.png') no-repeat right center;
}
main section table{
	width:100%;
	margin-bottom:40px !important;
}
main section th,
main section td{
	border:1px solid #ccc;
	white-space:wrap !important;
}
#section1 td,
#section2 td{
	width:180px;
	text-align:center;
}
#map_wrap{
	max-width:1480px;
	margin:0 auto;
	position:relative;
	display:flex;
	gap:40px;
}
#map_wrap figure{
	width:calc(100% - 460px);
	flex:none;
}
#map_wrap img{
	display:block;
	position:relative;
	z-index:1;
}
#map_r{
	width:420px;
	flex:none;
}
#map_r details{
	margin-bottom:10px;
}
#map_r summary{
	display:flex;
	width:100%;
	padding:0 15px;
	gap:15px;
	box-sizing:border-box;
	align-items:center;
	background:#fff;
	text-decoration:none;
	color: #211715;
	height:50px;
	border:1px solid #c2c2c2;
	box-sizing:border-box;
	border-radius:10px;
	font-size:18px;
	cursor:pointer;
}
#map_wrap li a:hover{
	background:#c1ebff;
}