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

div#contents h2{
	margin: 0 0 15px 0;
	font-size: 18px;
}


/*経営理念*/
h3.kouken{
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.5;
}

div#rinen{
	margin: 0 auto 30px auto;
	overflow: hidden;
}

div#rinen p{
	font-size: 14px;
	line-height: 20px;
}

p.font-min{
	margin: 0 0 10px 32px;
}

p.signature{
	font-size: 14px;
	float: right;
}

p.signature span{
	margin: 0 0 0 15px;
	font-size: 18px;
}


/*会社概要*/
div#overview{
	width: 100%;
	margin: 0 0 30px 0;
	font-size: 14px;
}

dl{
	margin-bottom: 20px;
}

dt{
	margin-bottom: 10px;
	font-weight: bold;
}

dd p{
	margin: 0 0 10px 0;
	line-height: 20px;
	border-bottom: solid 1px #000000;
}

dd p.border-none{
	border: none;
}


/*アクセス*/
div#access{
	margin: 0 0 10px 0;
}

div#map{
	position: relative;
	width: 100%;
}

div#map:before{
	content: "";
	display: block;
	padding-top: 62.09%;
}

div#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 751px){
	
	/*会社概要*/
	dl{
		width: 100%;
		vertical-align: middle;
		display: table;
	}
	
	dt{
		min-width: 139px;
		width: 25%;
		vertical-align: top;
		display: table-cell;
	}
	
	dd{
		width: 70%;
		display: table-cell;
	}
	
	dd p{
		margin-bottom: 13px;
		padding: 0 0 10px;
		line-height: 25px;
	}
	
	/*主要業務　1行目　位置調節*/
	p.mtop-minus{
		margin-top: -5px;
	}
	
	/*主要業務　最終行*/
	dd p.border-none{
		line-height: 25px;
	}

}