@charset "utf-8";
/* CSS Document */
/*共通要素*/
#index-m{
	height: 80px;
}
@media screen and (max-width:768px) {
}

/*施工業績*/
.works img{
	width: 100%;
}
.works p{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1.0rem;
}
.works p span{
	font-size: 12px;
	font-weight: normal;
}
