@charset "UTF-8";

/*--------------------------------------------------------------------
company.html
company.css
--------------------------------------------------------------------*/

/*------------president--社長挨拶-------------------------------------------------------------*/
#president #presTxt {
	display: flex;
	flex-direction: column-reverse;
}
#president #japBox p { text-indent: 1em; }
#president #phoBox {
	align-items: flex-end;
	margin-top: 30px;
}
#president #phoBox dl {
	margin-top: 35px;
	text-align: right;
}
#president #phoBox dl:not(:first-of-type) {
	position: relative;
	margin-top: 25px;
	padding-top: 28px;
}
#president #phoBox dl:not(:first-of-type)::before {
	position: absolute;
	display: block;
	content: "";
	width: 65%;
	max-width: 260px;
	height: 3px;
	background-color: var(--co-gray30);
	top: 0;
	left: 50%;
	transform: var(--transformX);
}
#president #phoBox dl * {
	line-height: 1.2;
	font-weight: bold;
}
#president #phoBox dl dt { margin-bottom: 15px; }
#president #phoBox dl dd {
	font-size: 1.9em;
}
#president #phoBox dl dd span {
	display: block;
	font-size: 0.52em;
}
/*ideaTxt*/
#president #ideaTxt {
	margin-top: 65px;
	text-align: center;
}
#president #ideaTxt div:not(:first-of-type) { margin-top: 50px; }
#president #ideaTxt h4 {
	padding-bottom: 0;
	border-bottom: 0 none;
	font-size: 1.6875;
}
#president ol {
	width: fit-content;
	margin: 0 auto;
	padding-left: 1.5em;
	list-style: decimal;
	line-height: 1.8;
	text-align: left;
}

/*------------overview--会社概要-------------------------------------------------------------*/
#overview table tr.NoLine th,
#overview table tr.NoLine td { border: 0 none; }
#overview table tr th span {
	display: inline-block;
	margin-left: 0.5em;
	font-size: 0.75em;
	font-weight: bold;
	color: var(--co-black);
}
#overview table tr td span { display: inline-block; }
#overview .number dl dt::after {
	margin-right: 0.5em;
	content: "";
}
#overview ul {
	display: flex;
	flex-wrap: wrap;
}
#overview ul li:not(:last-of-type)::after {
	display: inline-block;
	margin: 0 0.25em;
	content: "/";
}

@media (max-width: 580px) {
	#overview table tr.NoLine th,
	#overview table tr.NoLine td {
		border-top: 1px solid var(--co-gray30);
		border-bottom: 1px solid var(--co-gray30);
	}
	#overview table tr.NoLine td { border-top: 0 none; }
}

/*------------history--会社沿革-------------------------------------------------------------*/
#history table tr th span { color: transparent; }
#history table tr td span { display: inline-block; }
#history table tr td span:not(:last-of-type) { margin-right: 1em; }

/*------------access--アクセス-------------------------------------------------------------*/
#access .flePR { flex-flow: row; }
#access #accAdd {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1em;
	margin-top: 1em;
}
#access p span { display: inline-block; }
#access p span:not(:last-of-type) { margin-right: 1em; }

@media (max-width: 680px) {
	#access .flePR { flex-direction: column; }
}