@charset "utf-8";
/* CSS Document */

.recruit {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	max-width: 1130px;
	width: 100%;
	margin-bottom:70px;
}

.list_lineup {
	width: 100%;
	padding-top: 26px;
}
.lineup_tit {
	font-size: 1.8rem;
	position: relative;
	display: inline-block;
	margin-bottom: 1.5em;
	color: #d70e0f;
}
.lineup_tit:before {
	content: '';
	position: absolute;
	left: 27px;
	top: -25px;
	display: inline-block;
	width: 52px;
	height: 4px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #d70e0f;
}
.lineup_recruit {
	max-width: 1130px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.recruit_list, .recruit_form {
	width: 50%;
	font-size: .9rem;
	line-height: 1.8em;
	color: #666;
}
.recruit_form dt {
	font-size: .9rem;
}
.recruit_form dd {
	width: 100%;
	margin: 0;
	padding: 0;
}
.recruit_form input {
	border: 1px solid #ddd;
	padding: 8px;
	margin-bottom: 10px;
	width: 100%;
}
.recruit_form textarea {
	border: 1px solid #ddd;
	padding: 8px;
	width: 100%;
}
.btn_form input {
	background: #cf1010;
	border: none;
	border-radius: 25px;
	width: 150px;
	padding: 6px;
	font-size: 1.2rem;
	color: #fff;
}

@media screen and (max-width: 767px){
.lineup_recruit {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.recruit_list, .recruit_form {
	width: 100%;
	font-size: .9rem;
	line-height: 1.8em;
	color: #666;
}
}
