@charset "utf-8";


/* for Common & Smartphone*/


/* CONCEPT ////////////////////////////// */
#concept {}
.conH{
	margin: 0 0 30px 0;
}
.conH img{
	width: 100%;
}

/* COMPANY ////////////////////////////// */
#company {}
.comLogo{
	text-align: left;
	/*margin: 0 0 20px 0;*/
	margin: 0 0 10px 0;
	line-height: 1.0;
}
.comLogo img{
	width: 80%;
}
.comLogo + .btn02{
	float: right;
	min-width: 8em;
	width: 8em;
	margin: 0 0 10px 0;
	font-size: 100%;
}
.comLogo + .btn02 a{
	height: 20px;
	line-height: 20px;
}

.comData{
	clear: both;
	border-top:1px solid #ccc;
	}
.comData dt,
.comData dd{
	font-size:108%;
	text-align:left;
	letter-spacing: normal;
	}
.comData dt{
	padding:0.2em 0.5em;
	background: #f6f1d6;
	/*font-weight: bold;*/
	font-size: 108%;
	}
.comData dd{
	padding:0.5em 0;
	border-bottom:1px solid #ccc;
	font-size: 100%;
	}

.comData dd div{
	margin: 0 0 20px 0;
	}
.comData dd div:last-of-type{
	margin-bottom: 0;
	}
.comData .map{
	margin: 20px 0;
}
/* iPhone5 とか*/
@media screen and (max-width: 320px) {
}
/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) { 
}

/* for PC*/
@media print, screen and (min-width:768px) {
.btn02{
	width: 370px;
	}
	
/* CONCEPT ////////////////////////////// */
#concept {}
.conH{
	margin: 0 0 50px 0;
}
.conH img{
	width: 100%;
}

/* COMPANY ////////////////////////////// */
#company {}
.comLogo{
	float: left;
	width: 70%;
	margin: 0 0 25px 0;
}
.comLogo img{
	width: 310px;
}
.comLogo + .btn02{
	margin-top: 10px;
	font-size: 124%;
}
.comLogo + .btn02 a{
	height: 24px;
	line-height: 24px;
}
.comData{
	background: #f6f1d6;
	border-bottom:1px solid #ccc;
	border-top:none;
	}
.comData dt,
.comData dd{
	border-top: 1px solid #ccc;
	}
.comData dt{
	clear:both;
	float:left;
	width:120px;
	padding:0.5em 0.2em;
	border-bottom:none;
	font-size: 124%;
	text-align: center;
	}
.comData dd{
	float:left;
	padding:0.8em 1em 0.8em 4em;
	width: calc( 100% - 120px );
	background: #fff;
	border-bottom:none;
	font-size: 108%;
	}
.comData dd div{
	display: inline-block;
	margin: 0 10% 0 0;
	vertical-align: top;
	}
.comData dd div:last-of-type{
	margin: 0;
	}
.comData .map{
	max-width: 740px;
}
}

/*for Retina*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

}

