@charset "UTF-8";
/* CSS Document */

header nav ul li:not(:first-child) a::before {
	width: 0;
}

.dl02 dt {
	width: 170px;
	padding-left: 20px;
}
.dl02 dd {
	width: 750px;
}
.dl02 dd span {
	display: inline-block;
	width: 50px;
	font-size: 1.2rem;
	line-height: 1.5em;
	background: #415284;
	color: #fff;
	margin-right: 5px;
	text-align: center;
}
.dl02 dd .list02 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.dl02 dd .list02 li:nth-child(odd) {
	width: 32%;
}
.dl02 dd .list02 li:nth-child(even) {
	width: 68%;
}

#ggmap {
	position: relative;
	padding-bottom: 45%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
#ggmap iframe,
#ggmap object,
#ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}