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

.companyHeadList {
	margin-bottom: 70px;
	margin-top: 50px;
}
.section {
	margin-top: 100px;
}

.section .txt .name {
	text-align: right;
}

.footMessage {
	margin-top: 100px;
}



@media screen and (max-width: 767px) {
	.companyHeadList {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.section {
		margin-top: 60px;
	}
	.section .txt .name img {
		width: 269px;
	}
	.footMessage {
		margin-top: 0;
	}
}