@charset "utf-8";

/* ----------------------------------------------------------

privacy & margin

---------------------------------------------------------- */

#mv1{
	background: url(../img/company/key1.jpg) no-repeat center 0;
	background-size: cover;
	background-position: center;
	width: 100vw;
	height: 235px;
}

#mv2{
	background: url(../img/company/key2.jpg) no-repeat center 0;
	background-size: cover;
	background-position: center;
	width: 100vw;
	height: 235px;
}

.privacyBx {
	margin: 20px;
}

.privacyBx p {
	padding: 10px;
}



/* CSS Document */
.shadow{
  -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1); /* Safari, Chrome用 */
  -moz-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1); /* Firefox用 */
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1); /* CSS3 */
}
/* ----------------------------------------------------------

 Link Color

---------------------------------------------------------- */


a:link {
	color:#37899a;
	text-decoration:none
}

a:visited {
	color:#7ab8c5;
	text-decoration:none
}

a:hover {
	color:#7ab8c5;
	text-decoration:none
}

a:active {
	color:#37899a;
	text-decoration:none
}

a:hover img {/*リンクのついた画像の透明度を変える*/
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
	background:transparent;
}

/* ----------------------------------------------------------

mv

---------------------------------------------------------- */
#mv{
	background: url(../img/company/key.jpg) no-repeat center 0;
	background-size: cover;
	background-position: center;
	width: 100vw;
	height: 235px;
}

/* ----------------------------------------------------------

#info

---------------------------------------------------------- */

#info{
	border-collapse: collapse;
	text-align: center;
	margin-top: 30px;
	font-weight: 100;
}

#info li{
	list-style-type: none;
	}

#info th{
	background: #fda8cd;
	border: 1px solid #fff;
	width: 200px;
	padding: 10px 0;
	color: #fff;
	font-weight: 100;
	font-family: sans-serif;
}

#info td{
	width: 500px;
	background: #fff;
	border: 1px solid #ccc;
}

/* ----------------------------------------------------------

map

---------------------------------------------------------- */
#map{
	margin-top: 30px;
	padding-top: 20px;
	box-sizing: border-box;
}

#map .gray_line{
	margin-top: 30px;
	border: 4px solid #ccc;
}

/* ----------------------------------------------------------

 Responsive (Company / Privacy / Margin / Commission)

---------------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#mv,
	#mv1,
	#mv2{
		height: auto;
		padding-top: 28%;
	}
}

@media screen and (max-width: 768px) {
	#mv,
	#mv1,
	#mv2{
		width: 100%;
		padding-top: 36%;
	}

	#info,
	#info tbody,
	#info tr,
	#info th,
	#info td{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	#info th{
		padding: 10px;
	}

	#info td{
		padding: 10px;
	}

	#map{
		margin-top: 20px;
	}
}

@media screen and (max-width: 480px) {
	#mv,
	#mv1,
	#mv2{
		padding-top: 42%;
	}
}
