@charset "UTF-8";

/*--------------------------------------------------------------------
company.html
company.css
--------------------------------------------------------------------*/

/*------------greeting--代表メッセージ-------------------------------------------------------------*/
#greeting .flePR .fleTxt {
	display: flex;
	flex-direction: column;
}
#greeting p:last-of-type { margin-bottom: 1em; }
#greeting dl {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	margin-top: auto;
}
#greeting dl * {
	line-height: 1;
	font-weight: bold;
}
#greeting dl dd {
	margin-left: 0.25em;
	font-size: 1.9em;
}

@media (max-width: 680px) {
	#greeting dl { margin-top: 1em; }
}

/*------------overview--会社概要-------------------------------------------------------------*/
#overview span { display: inline-block; }
#overview span:not(:last-of-type) { margin-right: 1em; }
#overview ul li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
#overview ul li::before {
	padding-right: 0.3em;
	content: "・";
}
#overview dl { display: flex; }
#overview dl dt::after { content: "："; }
#overview dl dd { flex: 1; }

/*------------history--会社沿革-------------------------------------------------------------*/
#history table tr th span { color: transparent; }

/*------------access--アクセス-------------------------------------------------------------*/
#access dl { display: flex; }
#access dt::after { content: "："; }
#access .flePR {
	flex-flow: row;
}

@media (max-width: 680px) {
	#access .flePR { flex-direction: column; }
}