@charset "utf-8";
/* -- TOP -- */
h2{ text-align: left; font-size: 20px; font-weight: bold; color: #164190; margin-bottom: 20px;}
h2 img{ max-height: 26px; margin-bottom: 5px;}
h2 .txt{ color: #164190; font-size: 10px;}

.main{}
#company li{ display: flex; justify-content: flex-start; border-bottom: 2px solid #323432; padding-bottom: 15px;}
#company li:nth-of-type(n+2){ margin-top: 15px;}
#company li .labelTxt{ flex-basis: 10em;}
#company .cap{ text-align: right;}

.gmapBox{}
.gmapBox iframe{ height: 420px; width: 100%;}
.gmapBox iframe,
.gmapBox object,
.gmapBox embed { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%);}



@media only screen and (min-width: 768px){
	
}

@media only screen and (max-width: 767px){
	
}

@media only screen and (max-width: 480px){
	h2 img { max-height: 16px;}
	#company li{ display: block; padding: 0 10px 10px;}
	#company li:nth-of-type(n+2) { margin-top: 10px;}
	#company li .labelTxt{ font-weight: bold;}
	.gmapBox iframe{ height: 300px; width: 100%;}
}