@charset "UTF-8";

.executive_table{
line-height: 2;

}
.executive_table th{

}

.executive_table dl{
display: flex; 
}
.executive_table dl dt{
margin-right: 0.8em;
	width: 6em;
}
.executive_table dl dt,.executive_table dl dd{
	line-height: 2em;
}

@media screen and (max-width: 767.499px) {
	
.executive_table dl{
display: inherit; 
}
.executive_table dl dt{
	width: 100%;
}
.executive_table dl dd{
	padding-left: 1em;
	font-size: 90%;
}
	
}