@charset "utf-8";
.corporate--box:first-child{
	border-top: 1px solid #3c3c3c;
}
.corporate--box{
	border-bottom: 1px solid #3c3c3c;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.corporate--box .left--box,
.corporate--box .right--box{
	padding: 4.75vh;
}
.corporate--box .left--box{
	width: 20%;
	font-weight: bold;
	text-align: left;
}
.corporate--box .right--box{
	width: 80%;
	text-align: left;
}
