@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
	color: #000;
}

.recruit_inner {
	max-width: 640px;
	margin: 10px auto;
}

.recruit_inner img {
	width: 640px;
}

.recruit_box_1 {
	margin: 10px 0 80px;
}
.recruit_box_2 {
	margin: 10px 0 30px;
}

.circle{
	margin: 0 auto 30px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #A1CE01;
	text-align:center;
	line-height: 80px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.recruit_txt {
	font-size: 26px;
	font-weight: bold;
	margin: 0;
}

.recruit_txt_2 {
	font-size: 17px;
	margin: 5px 0 0 0;
}

.recruit_tel {
    background: #F1F9D4;
    font-size: 70px;
    font-weight: bold;
}

.recruit_mail {
	padding: 20px 0;
    background: #F1F9D4;
    font-size: 40px;
    font-weight: bold;
}
