@charset "UTF-8";

/*--------------------------------------------------------------------
recruit.html
recruit.css
--------------------------------------------------------------------*/

/*------------voice---------------------------------------------------------------*/
#voice h5 {
	margin: 1em 0 0.25em;
	padding-bottom: 0.25em;
	border-bottom: 2px solid var(--co-green);
	line-height: 1.2;
	font-size: 1.25em;
	font-weight: bold;
}

/*------------method---------------------------------------------------------------*/
#method table tr td span { display: inline-block; }
#method table tr td em {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}
#method table tr td ul {
	display: flex;
	flex-flow: wrap;
}
#method table tr td ul li:not(:last-of-type)::after {
	margin: 0 0.5em;
	content: "／";
}

@media (max-width: 979px) {}