@charset "UTF-8";
/* -------------------------------------------------- */
/* 財団について about.html */
/* -------------------------------------------------- */
/* 導入部 */
#aboutLead {
	margin-bottom: 100px;
	font-size: 1.8rem;
	line-height: 2.5;
	letter-spacing: 0em;
	color: #000000;
	text-align: center;
}

/* 役員等の概要・見出し */
#aboutOfficerHead {
	margin-bottom: 40px;
	padding-bottom: 18px;
	border-bottom: solid 1px #0D8E52;
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0.01em;
	color: #0D8E52;
	font-weight: 700;
}

#aboutOfficerHead span {
	font-size: 1.6rem;
	font-weight: 400;
}

/* 役員等の概要・表組み */
#aboutOfficerTable {
	width: 100%;
	margin-bottom: 150px;
}

#aboutOfficerTable thead {
	background-color: #EDEDED;
}

#aboutOfficerTable thead th {
	padding: 22px 40px;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.025em;
	color: #333333;
	font-weight: 700;
	text-align: left;
}

#aboutOfficerTable tbody tr {
	border-bottom: solid 1px #E4E4E4;
}

#aboutOfficerTable tbody tr td {
	padding: 22px 40px;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.025em;
	color: #333333;
	text-align: left;
}
