
#title {
	background-image: url(images/title_bg.jpg);
	background-position: center top 90px;
	height: 470px;
	margin-top: 0;
}

#title h1 {
	padding-top: 60px;
}

ul.voice-menubtn,
ul.recruit-menubtn {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	justify-content: center;
}

ul.recruit-menubtn li {
	padding: 10px;
}

ul.voice-menubtn li a {
	background-position: no-repeat center bottom;
	display: block;
	height: 250px;
	width: 350px;
}


a.link-btn-recruit {
	background: #ffa905 url(../images/link_btn_white.svg) no-repeat right 20px center;
	background-size: 30px;
	border-radius: 5px;
	color: white;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	margin: 0 auto;
	padding: 18px 0 18px 0;
	text-align: center;
	width: 400px;
}

a.link-btn-recruit {
	text-decoration: none;
}

a.link-btn-recruit:hover {
	background: #ff5e01 url(../images/link_btn_white.svg) no-repeat right 15px center;
	background-size: 30px;
	color: white;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	     opacity: 1.00;
}

img.voice {
	display: block;
	margin: 0 auto;
}

div.antiquewhite {
	background-color: antiquewhite;
}

div.voice {
	align-items: center;
	background-color: white;
	border-radius: 5px;
	display: flex;
	padding: 20px;
}

div.voice img.voice {
	text-align: center;
}

div.voice div.name {
	padding: 20px;
	width: 40%;
}

div.voice div.voice-text {
	padding: 20px 40px 20px 0;
	width: 60%;
}


div.voice h2 {
	color: #6a4604;
	font-size: 120%;
	line-height: 1.5em;
}

div.voice p strong {
	color: #6a4604;
	line-height: 1em;
}

div.voice h2 strong {
	color: #f5785d;
	display: block;
	font-size: 20px;
	padding-right: 10px;
	text-align: left;
}
