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


main > section:nth-child(2) {
	margin-top: 3%;
	padding-bottom: 2%;
}

/*=========================================
	TabMenu ul
===========================================*/
ul.RecruitTab {
	width: 90%;
	max-width: 1020px;
	
	list-style-type: none;
	margin:0 auto;
	overflow:hidden;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-wekbit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
ul.RecruitTab li{
	width: 33%;/*4tab:24%*/
	background: #E2D9D3;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	cursor:pointer;/*hover時カーソルを手*/
	-webkit-transition:.3s;
	transition:.3s;
}
ul.RecruitTab li.select {
	color:#fff;
	background: #F7EFE9;
}
ul.RecruitTab li a {
	min-height: 3rem;
	color: #630;
	font-size: 0.9rem;
	text-decoration: none;
	
	/*display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	/**/-wekbit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
ul.RecruitTab li a span:first-child {
	/*background: #C96;*/
}
ul.RecruitTab li a span:nth-child(2) {
	/*background: #C96;*/
}

/*==============================================
	contents dl
=================================================*/
dl.RecruitingInfo {
	width: 95%; 
	background: #F7EFE9;
	margin: 0 auto;
	padding: 2%;
}
dl.RecruitingInfo > dt {
	color: #EFA7A3;
}
dl.RecruitingInfo > dd {
	margin-top: 2%;
}

/*----------------------------------------
	求人詳細
-----------------------------------------*/
dl.RecruitingInfo > dd h3 {
	width: 95%;
	max-width: 980px;
	color: #8DC63F;
	font-weight: bold;
	margin: 0 auto;
}
dl.RecruitingInfo > dd > p:nth-child(2) {
	color: #FFF;
	background: #F99;
	border: thin solid #FFF;
	margin-top: 2%;
	padding: 1%;
}
dl.RecruitingInfo > dd div {
	max-width: 980px;
	text-align: left;
	background-color: #FFF;
	margin: 0 auto;
	margin-top: 2%;
	padding: 2%;
}
dl.RecruitingInfo > dd div h4 {
	width: 85%;
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto;
	padding-botton: 3%;
	padding: 3%;
}
dl.RecruitingInfo > dd div dl {
	border-bottom: thin dashed #CCC;
	padding: 3% 0 1% 0;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-wekbit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
dl.RecruitingInfo > dd div dl dt {
	width: 25%;
	min-width: 10rem;
	font-size: 0.9rem;
	text-align: center;
	letter-spacing: 1px;
}
dl.RecruitingInfo > dd div dl dd {
	width: 70%;
	font-size: 0.9rem;
	letter-spacing: 1px;
	
	-webkit-flex: 1;
	flex: 1;
}
dl.RecruitingInfo > dd div dl dd p {
	padding: 5px 0;
}

main > section:nth-child(2) .hide{display:none}

/** li > table **/
ul.RecruitingInfo li dl {
}



/*===================================================================================
	TabMenu Mobile　width:979まで
====================================================================================*/
@media screen and (max-width:979px){
	
}


/*===================================================================================
　●tablet.css 画面の横幅が768pxまで
====================================================================================*/
@media screen and (max-width: 768px) {
	
}



/*===================================================================================
　●smart.css  画面の横幅が640pxまで
====================================================================================*/
@media screen and (max-width: 640px) {
	/*=========================================
		TabMenu ul
	===========================================*/
	ul.RecruitTab {
		width: 100%;
		list-style-type: none;
		margin:0 auto;
		overflow:hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-wekbit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	ul.RecruitTab li{
		width: 33%;/**4tab:25%**/
		background: #E2D9D3;
		border: thin solid #FFF;
		border-bottom: none;
		border-top-left-radius: 1rem;
		border-top-right-radius: 1rem;
		cursor:pointer;/*hover時カーソルを手*/
		-webkit-transition:.3s;
		transition:.3s;
	}
	ul.RecruitTab li.select {
		color:#fff;
		background: #F7EFE9;
	}
	ul.RecruitTab li a {
		min-height: 3rem;
		color: #630;
		font-size: 0.9rem;
		text-decoration: none;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-wekbit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	ul.RecruitTab li a span:first-child {
		/*background: #C96;*/
		font-size: 0.6rem;
	}
	ul.RecruitTab li a span:nth-child(2) {
		/*background: #C96;*/
		color: #630;
		font-size: 0.7rem;
	}
	/** ヘルパーステーション 虹の橋 **/
	ul.RecruitTab li:first-child a span:first-child {
		/*background: #C96;*/
		font-size: 0.5rem;
	}
	
	/*==============================================
		contents dl
	=================================================*/
	dl.RecruitingInfo {
		width: 95%; 
		background: #F7EFE9;
		margin: 0 auto;
		padding: 2%;
	}
	dl.RecruitingInfo > dt {
		color: #EFA7A3;
	}
	dl.RecruitingInfo > dd {
		margin-top: 2%;
	}
	
	/*----------------------------------------
		求人詳細
	-----------------------------------------*/
	dl.RecruitingInfo > dd h3 {
		width: 95%;
		max-width: 980px;
		color: #8DC63F;
		font-weight: bold;
		margin: 0 auto;
	}
	dl.RecruitingInfo > dd div {
		max-width: 980px;
		text-align: left;
		background-color: #FFF;
		margin: 0 auto;
		margin-top: 5rem;
		padding: 2%;
	}
	dl.RecruitingInfo > dd div:nth-child(2) {
		margin-top: 5%;
	}
	dl.RecruitingInfo > dd div h4 {
		width: 85%;
		color: #333;
		font-size: 1.2rem;
		font-weight: bold;
		margin: 0 auto;
		padding-botton: 3%;
		padding: 3%;
	}
	dl.RecruitingInfo > dd div dl {
		border-bottom: thin dashed #CCC;
		padding: 5% 0 2% 0;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-wekbit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	dl.RecruitingInfo > dd div dl dt {
		width: 100%;
		min-width: 100%;
		color: #630;
		font-size: 0.9rem;
		text-align: left;
		letter-spacing: 1px;
		background: #F7EFE9;
		padding: 3px;
	}
	dl.RecruitingInfo > dd div dl dd {
		width: 100%;
		font-size: 0.9rem;
		letter-spacing: 1px;
		-webkit-flex: initial;
		flex: initial;
		padding: 2% 0 0 2%;
	}
	dl.RecruitingInfo > dd div dl dd p {
		padding: 5px 0;
	}
	
	main > section:nth-child(2) .hide{display:none}
	
	/** li > table **/
	ul.RecruitingInfo li dl {
	}
	
	
}



/*===================================================================================
	iphone SE size
====================================================================================*/
@media screen and (max-width: 340px) {
}

