h2.tower1{
	width:100%;
	height:300px;
	background:url(../image/head1_bg.jpg) no-repeat center center;
	position:relative;
	background-size:cover;
}

h2.tower1 span{
	position:absolute;
	left:20px;
	top:50%;
	transform:translate(0,-50%);
	font-size:32px;
	font-weight:normal;
	color:#FFF;
}

.spOnlyI{
	display:none;
}


.dataTable.tower2 th{
	width:30%;
}

.tower3 img{
	width:100%;
}

.caption{
	width:100%;
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
}

.caption li{
	width:29%;
	text-align:center;
}

.caption li:nth-child(2){
	margin:0 8%;
}

.contactBlock div.contactBlockInner{
	width:100%;
}

@media screen and (max-width: 667px) {
	.spOnlyI{
		display:inline;
	}
	
	.dataTable.tower2 th{
		width:100%;
	}

}