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

/* ここから 沿革 CSS */

.executive {
	margin: 0 auto;
	max-width: 80vw;
}

.executive th,
.executive td {
	font-size: var(--smallBunsyo);
	text-align: left;
	padding: 1.5em 0;
	border-bottom: 0.1vw solid rgb(207, 207, 207);
}

.executive th {
    width: 9em;
	font-weight: normal;
}

.executive td {
  
}

table {
    border-collapse: collapse;

}
/* ここから 沿革 CSS */

/**********************
レスポンシブ対応
***********************/

@media screen and (max-width:786px)  {
	.executive {
		max-width: 90vw;
	}
	
	.executive th,
	.executive td {
		font-size: 14px;
	}
	
}