@charset "utf-8";

#mv{
	background: url(../../access/image/bg-access.jpg) no-repeat center center / cover;
}
#contents{
	background: rgba(255,255,255,0.9);
	width: 1000px;
	margin: 0 auto;
	padding: 50px;
	box-sizing: border-box;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
	line-height: 1.8;
}
#contents #txt-intro{
	text-align: center;
	font-size: 16px;
	margin-bottom: 50px;
}
#contents .gmap{
	margin-bottom: 60px;
}
#contents h2{
	background: #1d207b;
	font-size: 32px;
	margin-bottom: 20px;
	padding: 3px 15px;
	color: #fff;
}
#contents h2 i{
	color: #394cdf;
}
#contents h3{
	border-bottom: 1px solid #000;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 10px 10px 10px 0px;
	font-size: 24px;
}
#contents dl,
#contents p{
	margin-bottom: 30px;
}
#contents ul{
	margin-bottom: 60px;
}

#contents dl dt{
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	background: #1d207b;
	color: #fff;
	margin-bottom: 10px;
	padding: 4px 10px;
}
#map {
	width: 100%;
	height: 600px;
	margin-bottom: 60px;
}