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


h3{
	font-size:22px;
}

/* Title*/
.titleWrap{
	padding:40px 0;
	background: #eae5e1;
	text-align: center;
}
.titleWrap span{
	font-size: 12px;
	margin-top:5px;
	color:#99586C;	
	display: block;
}

#recruit.wrap {
	margin:110px auto 120px;
}
#recruit h2 {
	font-size: 28px;
	color:#1C181A;
	text-align: center;
	line-height: 1.4;
}
#recruit h4 {
	margin-top:60px;
	font-size: 24px;
	color:#1C181A;
	text-align: center;
}
#recruit .wrapper{
	margin-top:40px;
}
#recruit .wrapper table tr th,
#recruit .wrapper table tr td{
	color:#7C2F41;
	padding:15px 1%;
	border-top:1px dotted #99586C;
	line-height: 1.4;
}
#recruit .wrapper table tr th.last,
#recruit .wrapper table tr td.last{
	border-bottom:1px dotted #99586C;
}
#recruit .wrapper table tr th {
	width:15%;
	float: left;
	text-align: right;
	letter-spacing: 2px;
}
#recruit .wrapper table tr td {
	width:780px;
	float: right;
	margin-left:60px;
	text-align: left;
	color:#1A2133;
}

#recruit .wrapper.intro {
	text-align: center;
	line-height: 1.8;
}
#recruit .wrapper .btn a{
	width:300px;
	margin:40px auto 0;
	padding: 20px 0;
	font-size: 20px;
	text-align: center;
	background: #99586C;
	color:#fff;
}
#recruit .btn a{
	width:300px;
	margin:40px auto 0;
	padding: 20px 0;
	font-size: 20px;
	text-align: center;
	background: #99586C;
	color:#fff;
}
#recruit .link a{
	margin-top:20px;
	text-align: center;
	color:#7C2F41;;
}

/**************************
SP
**************************/
@media screen and (max-width:640px){
	/* Profile */
	#recruit.wrap {
		width:90%;
		margin:15% auto 20%;
	}
	#recruit h2 {
		font-size: 5vw;
	}
	#recruit h2.mt {
		margin-top:60px;
	}
	#recruit .wrapper{
		margin-top:40px;
	}
	#recruit .wrapper table tr th,
	#recruit .wrapper table tr td{
		padding:15px 0;
		line-height: 1.4;
	}
	#recruit .wrapper table tr th.last{
		border-bottom: none;
	}
	#recruit .wrapper table tr td.last{
		border-bottom:1px dotted #99586C;
	}
	#recruit .wrapper table tr th ,
	#recruit .wrapper table tr td {
		width:100%;
		float: none;
		margin-left:0;
		text-align: left;
		display: block;
	}
	#recruit .btn a{
		width:80%;
		margin:10% auto 0;
		padding: 5% 0;
		font-size: 120%;
	}
}