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


@media print, screen and (max-width: 768px){

/*
**  sp
============== ============== ============== ============== ============== ============== ============== */
.map {
	margin: 5vh 0 0 0;
	position: relative;
	padding-top: 100%;
	height: 0;
	overflow: hidden;
	}

.map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
#addressarea {
	margin: 3vh 0 0 0;
	}
	
.companyname {
	font-size: 3.2vw;
	margin: 0 0 1.8vh 0;
	font-weight: bold;
	}
	
.address01 {
	font-size: 3vw;
	line-height: 1.5em;
	margin: 0 0 1.8vh 0;
	}
	
.traffic {
	font-size: 3vw;
	line-height: 1.7em;
	list-style: disc;
	margin: 0 0 0 4.1vw;
	}
	
}
	

@media print, screen and (min-width: 769px){

/*
**  pc
============== ============== ============== ============== ============== ============== ============== */

.map {
	margin: 30px 0 0 0;
	width: 990px;
	}
	
#addressarea {
	margin: 35px 0 0 0;
	}
	
.companyname {
	font-size: 16px;
	margin: 0 0 25px 0;
	font-weight: bold;
	}
	
.address01 {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0 0 25px 0;
	}
	
.traffic {
	font-size: 14px;
	line-height: 1.7em;
	list-style: disc;
	margin: 0 0 0 15px;
	}