@charset "UTF-8";

#company .youth{
	display: flex;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 5px solid #88b3ff;
	padding: 0.6%;
	margin: 1% auto;
}
#company .youth div:first-of-type{
	width: 4em;
	justify-content: center;
	text-align: center;
	display: flex;
	align-items: center;
	margin-left: 2em;
}
#company .youth div{
	width: 12em;
	text-align: center;
}
#company .youth div:last-of-type{
	text-align: left;
	width: auto;
}
#company .topcs{
	background: #ecf3ff;
	margin: 2% 0;
	padding: 1%;
}
#company .topcs h2{
	background: #fff;
	padding: 1%;
	width: 10em;
	text-align: center;
}
#company .topcs p{
	padding: 0.5%;
}