<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.MainBox h3{
	background:url(../company/images/access_title01.png) 0 42px no-repeat;
}

.MainBox h4{
	margin-top:3em;
}

.detail{
	margin-left:18px;
}

.detail dl+dl{
	margin-top:1em;
}
	

/*-----------------------------
 GGmap
-----------------------------*/
.ggmap{
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}


@media (max-width: 1023px) {

.MainBox h3{
	background:none;
}

}</pre></body></html>