/*
Theme Name:RECRUIT
Template:seeed_tcd105
Version:1.4
*/

@media screen and (max-width: 1200px) {
	#header_button {
		display: block !important;
		height: 40px;
		line-height: 40px;
		right: 60px;
	}
}
@media screen and (max-width: 480px) {
	#header_button {
		min-width: 0 !important;
		padding: 0 10px;
		font-size: 0 !important;
	}
	#header_button:after {
		content: '求人情報';
		font-size: 12px;
	}
}
@media screen and (max-width: 374px) {
	#header_logo img.mobile {
		height: 40px;
	}
}

#mobile_drawer_lead {
	padding: 30px 20px 0;
}
#mobile_drawer_lead .mobile_drawer_lead_inner {
	padding: 20px;
	background: #fff;
}
#mobile_drawer_lead .headline {
	margin: 0 auto 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
#mobile_drawer_lead .design_button {
	width: 100%;
}
#mobile_drawer_lead .design_button + .design_button {
	margin-top: 10px;
}