@charset "UTF-8";

/*--------------------------------------------------------------------
company.html
company.css
--------------------------------------------------------------------*/

/*------------president--社長挨拶-------------------------------------------------------------*/
#president dl {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin-top: 1em;
}
#president dl * { font: bold 1em / 1.2 var(--mincho); }
#president dl dd {
	margin-left: 0.25em;
	font-size: 1.5em;
}

/*------------overview--会社概要-------------------------------------------------------------*/
#overview span { display: inline-block; }
#overview span:not(:last-of-type) { margin-right: 1em; }
#overview #number,
#overview dl { display: flex; }
#overview #number { flex-wrap: wrap; }
#overview dl:not(:last-of-type) { margin-right: 3em; }
#overview dl dt::after { content: "："; }
#overview dl a { color: var(--co-black); }
#overview dl a:hover  {
	text-decoration: underline;
	color: var(--co-gold);
}
#overview ul {
	display: flex;
	flex-wrap: wrap;
}
#overview ul li:not(:last-of-type)::after {
	display: inline-block;
	margin: 0 0.25em;
	content: "／";
}

/*------------history--会社沿革-------------------------------------------------------------*/
#history span { color: transparent; }

/*------------access--アクセス-------------------------------------------------------------*/
#access p span:not(:last-of-type) { margin-right: 1em; }
#access dl { display: flex; }
#access dt::after { content: "："; }

@media (max-width: 480px) {
}