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

#bg{ 
	background:url(../images/bg5.jpg) center center no-repeat;
	background-size:cover;
}

/*#map{
	position:absolute;
	width:50%;
	height:100vh;
	left:50%;
	z-index:99;
}*/

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

.wrap{
	position:relative;
	overflow:hidden;
}

.lineL{
	position:absolute;
	top:35px;
	height:1px;
	background:#fff;
}

.con{
	position:relative;
	left:18%;
	width:37%;
}

.title{
	height:32px;	
	padding:0 5px;		
	margin-bottom:30px;
	border-bottom:#ccc 4px solid;
	
	display:inline-block;
	text-align:center;
}

h1{
	height:26px;
	line-height:26px;
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#ccc;
}

.txt{
	line-height:1.8;
	letter-spacing:0.5px;
}

.txt a{color:#fff;}
.txt a:hover{color:#ccc;}

.txt p{ margin-bottom:20px; }
.txt p:last-child{ margin-bottom:0;	}

.designcompany{
	position: absolute;
	right: 20px;
	bottom: 25px;
}

/*------------------------------------------
              Tablet 、 Mobile
------------------------------------------*/

@media only screen and (max-width : 768px){
	.con{ width:70%;}
}