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

.topLead{
	padding-top: 10vw;
}

.contBack{
	margin-top: 0;
}
.contBack .abCont{
	width: 100%;
}
.contBack .abCont{
	margin-top: 2vw;
}

.contBack .abCont .image{
	width: 35%;
}
.contBack .abCont .image img{
	width: 100%;
}
.contBack .abCont .body{
	width: 63%;
	font-size: 1.4vw;
	line-height: 2.8vw;
	color: #000;
}
.contBack .abCont .item{
	margin-right: 2%;
}
.contBack .abCont .item:nth-child(2n){
	margin-right: 0;
}
#ov{
	width: 100%;
}
#ov dl{
	width: 100%;
	display: table;
	border-bottom: 1px dotted #FFF;
}
#ov dl dd{
	display: table-cell;
	font-size:1.45vw;
	padding: 1vw;
}
#ov dl dt{
	display: table-cell;
	width: 25%;
	font-size:1.4vw;
	vertical-align: middle;
}
@media (max-width: 640px) {
	
	.topLead{
		padding-top: 20vw;
	}
	
	.abCont .floatLeft,.abCont .floatRight{
		float: none;
	}
	.contBack .abCont .image{
		width: 100%;
		margin-bottom: 2vw;
	}
	.contBack .abCont .body{
		width: 100%;
		font-size: 3.5vw;
		line-height: 6vw;
	}
	
}