@charset "utf-8";


section .list dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section .list dl:not(:last-child){
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

section dt{width: 12em;}
section dd{width: calc(100% - 12em);}



#sec01 .gmap{
   margin: 0 calc(50% - 50vw);
   width: calc(var(--vw) * 100);
	padding-bottom: 36%;
	overflow: hidden;
}



@media (max-width: 799px){



#sec01 .gmap{
	padding-bottom: 56%;
}


}


@media (max-width: 599px){



section dt,section dd{width: 100%;}


}






