@charset "UTF-8";

/*--------------------------------------------------------------------
recruit.html
recruit.css
--------------------------------------------------------------------*/


/*------------voice---------------------------------------------------------------*/
div#voice h4 span {
	display: inline-block;
	margin-left: 0.25em;
	vertical-align: 0.25em;
	font-size: 1rem;
}
div#voice div.voiPho {
	width: 400px;
	float: right;
}
div#voice div.voiTxt {
	width: 560px;
	float: left;
}
div#voice div.voiTxt dt {
	position: relative;
	margin: 15px auto 10px;
	padding-bottom: 0.35em;
	border-bottom: 1px solid #bfbfbf;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" ,  "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.33em;
	font-weight: bolder;
	color: #ff6e00;
}
div#voice div.voiTxt dt:before{
	position: absolute;
	display: block;
	content: "";
	width: 200px;
	border-bottom: 2px solid #ff6e00;
	bottom: -1px;
	right: 0;
}

@media (max-width: 979px) {
	div#voice h4 span {
		display: inline-block;
		margin-left: 0.25em;
		vertical-align: 0.25em;
		font-size: 1rem;
	}
	div#voice div.voiPho {}
	div#voice div.voiTxt { margin-top: 20px; }
	div#voice div.voiTxt dt {
		position: relative;
		margin: 15px auto 10px;
		padding-bottom: 0.35em;
		border-bottom: 1px solid #bfbfbf;
		line-height: 1.2;
		letter-spacing: 0.04em;
		font-family:"游明朝" , "Yu Mincho" , "游明朝体" ,  "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
		font-size: 1.33em;
		font-weight: bolder;
		color: #ff6e00;
	}
	div#voice div.voiTxt dt:before{
		position: absolute;
		display: block;
		content: "";
		width: 200px;
		border-bottom: 2px solid #ff6e00;
		bottom: -1px;
		right: 0;
	}
}


/*------------atmos---------------------------------------------------------------*/
div#atmos ul {
	width: 100%;
	list-style: none;
	overflow: hidden
}
div#atmos ul { margin-bottom: -10px; }
div#atmos ul li {
	width: 320px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
div#atmos ul li:nth-child(3n) { margin-right: 0; }
div#atmos ul li p + p {
	margin-top: 0.25em;
	text-align: center;
}

@media (max-width: 979px) {}


/*------------method---------------------------------------------------------------*/
div#method table tr th { width: 13.5%; }
div#method table tr td dl {
	width: 100%;
	overflow: hidden;
}
div#method table tr td dl * { float: left; }
div#method table tr td dl dd { margin-right: 3em; }
div#method table tr td dl dd:nth-last-of-type(1) { margin-right: 0; }
div#method table tr td ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#method table tr td ul li { float: left; }
div#method table tr td ul.List01 li:nth-last-of-type(1):after {
	padding: 0;
	content: "";
}
div#method table tr td ul.List01 li:after {
	padding: 0 0.5em;
	content: "\003001";
}

@media (max-width: 979px) {}