@charset "UTF-8";

/*--------------------------------------------------------------------
company.html
company.css
--------------------------------------------------------------------*/

/*------------message--代表メッセージ-------------------------------------------------------------*/
#message h4 {
	border-bottom: 0 none;
	text-align: center;
	font: bold 1.9em / 1.4 var(--mincho);
	font-feature-settings: "palt" 1;
}
#message dl {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	margin-top: 1em;
}
#message dl * {
	line-height: 1;
	font-weight: bold;
}
#message dl dd {
	margin-left: 0.25em;
	font-size: 1.9em;
}

/*------------overview--会社概要-------------------------------------------------------------*/
#overview span { display: inline-block; }
#overview span:not(:last-of-type) { margin-right: 1em; }
#overview ul.list01 li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
#overview ul.list01 li::before {
	padding-right: 0.3em;
	content: "・";
}
#overview ul.list02 {
	display: flex;
	flex-wrap: wrap;
}
#overview ul.list02 li:not(:last-of-type)::after {
	display: inline-block;
	margin: 0 0.25em;
	content: "、";
}

/*------------history--会社沿革-------------------------------------------------------------*/
#history 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; }
}