.headline02{margin-bottom: 30px;}
.sectionInner{
	padding-top: 60px;
}
/*
.list_voice{
	margin-bottom: 95px;
}
.list_voice li{
	margin-bottom: 30px;
}
.list_voice li:last-child{margin-bottom: 0;}
.list_voice .nameInfo{
	padding: 15px 24px;
}
.list_voice .even .nameInfo{
	background-color: #0008a5;
}
.list_voice .odd .nameInfo{
	background-color: #0088d6;
}
.list_voice .nameInfo h4{
	color: #fff;
	font-size: 24px;
	font-weight: bold;	
}
.list_voice .nameInfo h4 span{
	font-size: 16px;
}
.list_voice .nameInfo ._job{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.list_voice .nameInfo ._job span{
	background-color: #005fff;
	border: 1px solid #fff;
	display: inline-block;
	font-size: 14px;
	margin-right: 5px;
	padding: 0px 6px;
	text-align: center;
	vertical-align: middle;
}
.list_voice .customer{
	background-color: #e9e9e9;
	-webkit-box-shadow: inset 0px 0px 1px 1px #e3e2e1;
	-moz-box-shadow: inset 0px 0px 1px 1px #e3e2e1;
	-ms-box-shadow: inset 0px 0px 1px 1px #e3e2e1;
	box-shadow: inset 0px 0px 1px 1px #e3e2e1;
	display: block;
	float: right;
	overflow: hidden;
	position: relative;
	vertical-align: bottom;
	width: 208px;
}
.list_voice .customer img{
	position: absolute;
	bottom: 0;
	left: 1px;
}
.list_voice .customer.c_center img{
	top: 50%;
	-webkit-transform : translateY(-50%);
	-moz-transform : translateY(-50%);
	-ms-transform : translateY(-50%);
	transform : translateY(-50%);
}
.list_voice table{
	float: left;
	width: 772px;
}
.list_voice th, .list_voice td{
	background-color: #f1f1f1;
	border: 1px solid #fff;
	font-size: 16px;
	padding: 13px 15px 10px;
}
.list_voice th{
	background-color: #b7b7b7;
	border-left: none;
	color: #fff;
	font-weight: bold;
	width: 270px;
}
.list_voice td{
	border-right: none;
	color: #444;
}
.list_voice tr:last-child th{
	border-bottom: 1px solid #b7b7b7;
}
.list_voice tr:last-child td{
	border-bottom: 1px solid #f1f1f1;
}
*/

/* 企業様、求職者共通 */

.voiceTitleArea {
	font-size: 18px;
	width: auto;
	margin: 0px 0 50px 0;
	padding: 15px 10px;
	background: #f5f5f5;
	border-top: 6px solid #142c69;
	border-bottom: 1px solid #142c69;
}

.voiceTitleArea h3 {
	font-size: 24px;
	font-weight: bold;
}

.company_voice li,
.list_voice li {
	margin: 0 0 50px 0;
}

.nameInfo {
	color: #fff;
	width: auto;
	background: #28883e;
	padding: 20px 50px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 0px rgba(0,0,0,0.5);
}

.nameInfo dt {
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	width: auto;
	margin: 0 10px 10px 0;
	padding: 3px;
	border: 1px solid #fff;
	background: #39b54a;
	float: left;
}

.nameInfo dd {
	color: #fff;
	font-size: 20px;
	line-height: 1em;
	margin: 0 30px 10px 0;
	float: left;
}
.nameInfo dd span {
	font-size: 16px;
}

.nameInfo h4{
	font-size: 24px;
	line-height: 1em;
	margin: 5px 0 0 0;
}

.voiceArea {
	color: #fff;
	width: calc(100% - 100px);
	background: #f1f1f1;
	padding: 20px 50px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 0px rgba(0,0,0,0.5);
}

.voiceArea dt {
	color: #0071bc;
	font-weight: bold;
}

.voiceArea dd {
	color: #000;
	margin-bottom: 1em;
}
.voiceArea dd:last-child {
	margin-bottom: 0;
}

/* 求職者用 */
.list_voice .nameInfo {
	background: #0008a5;
	padding: 70px 50px 20px 240px;
	position: relative;
}

.imgArea {
	width: 180px;
	height: 180px;
	position: absolute;
	left: 30px;
	bottom: 0;
}
.imgArea img {
	width: 100%;
	height: 100%;
}