@charset "UTF-8";

/*--------------------------------------------------------------------
recruit.html
recruit.css
--------------------------------------------------------------------*/


/*------------method-------------------------------------------------------------*/
#method table { margin-top: 1em; }
#method table tr td span { display: inline-block; }
#method table tr td span:not(:last-of-type) { margin-right: 1em; }
#method table tr td ul {
	display: flex;
	flex-wrap: wrap;
}
#method table tr td ul li:not(:last-of-type)::after {
	display: inline-block;
	margin: 0 0.25em;
	content: "・";
}
#method table tr td dl { display: flex; }
#method table tr td dl dt::after { content: "："; }

@media (max-width: 480px) {}