@charset "utf-8";
/*------------------------------------------------------------
	首页
------------------------------------------------------------*/
.mainTopPho {
	margin-bottom: 0;
}
.company .sec {
	padding: 50px 0;
}
.company .comTtl07 .cn {
	color: #ffc001;
}
.company .comTtl07 .cn:before {
	border-bottom: 2px solid #ffc001;
}
.company .imgBox {
	margin-bottom: 50px;
}
.company .imgBox .photoBox {
	width: 550px;
	float: left;
}
.company .imgBox .photoBox img {
	width: 100%;
}
.company .imgBox .textBox {
	width: 600px;
	float: right;
}
.company .imgBox .textBox p {
	margin-bottom: 20px;
	color: #666;
	text-indent: 2em;
	text-align: justify;
}
.company .imgBox .textBox p:last-child {
	margin-bottom: 0;
}
.company .imgBox .textBox .ttl {
	color: #FFC001;
	font-size: 18px;
	text-align: center;
}
.company .imgBox01 {
	margin-bottom: 50px;
}
.company .imgBox01 .photoBox {
	float: right;
}
.company .imgBox01 .textBox {
	float: left;
}

@media all and (max-width: 767px) {
	.company .sec {
		padding: 30px 0;
	}
	.company .imgBox {
		margin-bottom: 30px;
	}
	.company .imgBox .photoBox {
		margin-bottom: 20px;
		width: auto;
		float: none;
	}
	.company .imgBox .textBox {
		width: auto;
		float: none;
	}
	.company .imgBox .textBox p {
		margin-bottom: 15px;
		text-indent: 1.6em;
	}
	.company .imgBox .textBox .ttl {
		font-size: 16px;
	}
	.company .imgBox01 .photoBox {
		float: none;
	}
	.company .imgBox01 .textBox {
		float: none;
	}
}
