@charset "utf-8";
/* CSS Document */

/*---------------header----------------*/

#recruit .menuarea ul li.recruitmenu a {
	pointer-events: none;
	background-color: #FFFFFF;
	border: none;
	color: #e63312;
}
#recruit .menuarea ul li.recruitmenu a:before {
	width: calc(100% - 30px);
	background-color: #d5d5d5;
	left: 50%;
	transform: translate(-50%,-50%);
}

/*---------------wrapper----------------*/

.recruitwrap * {
    box-sizing: border-box;
}
.recruitwrap {
	margin: 0 auto 80px;
	min-height: calc(100vh - 221px);
}
.recruitwrap h1 {
	margin: 0;
}
.recruitwrap .mv {
	line-height: 1;
	width: 100%;
	margin: 0 auto 30px;
	max-width: 752px;
}
.recruitwrap .mv img {
	width: 100%;
	vertical-align: middle;
}
.recruitwrap .title_line {
	width: 90%;
	margin: 0 auto 40px;
}
.recruitwrap .title_line h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
	text-align: center;
}
.recruitwrap .title_line p {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	text-align: center;
}
.recruitdetail {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 0.875rem;
}
.recruitdetail > dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.recruitdetail > dl:first-of-type > dt,
.recruitdetail > dl:first-of-type > dd
{
	border-top: 1px solid #DCDCDC;
}
.recruitdetail > dl > dt {
	background-color: #F5F5F5;
	width: 200px;
	padding: 20px;
	border-right: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}
.recruitdetail > dl > dd {
	width: calc(100% - 200px);
	margin: 0;
	padding: 20px;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}
.recruitdetail .howTo a {
	margin-left: 10px;
	text-decoration: underline;
	color: #e63312;
}
.recruitdetail .howTo a:hover {
	text-decoration: none;
}


/*---------------footer----------------*/

footer {
	background-color: #F5F5F5;
}

/*===============================================
  画面の横幅が930px以下
===============================================*/

@media screen and (max-width: 930px) {
	
/*---------------header----------------*/

	#recruit .menuarea ul li.recruitmenu a:before {
		width: 70px;
		left: 50%;
		transform: translate(-50%,-50%);
	}
		
/*---------------wrapper----------------*/
	.recruitwrap {
		padding-top: 91px;
	}

}/*max-width: 930px end*/


/*===============================================
 画面の横幅が640px以下
===============================================*/
@media screen and (max-width: 640px) {

/*---------------wrapper----------------*/
	
	.recruitwrap {
		min-height: calc(100vh - 155px);
	}
	.recruitdetail > dl {
		display: block;
	}
	.recruitdetail > dl > dt {
		width: 100%;
		padding: 20px 10px;
	}
	.recruitdetail > dl > dd {
		width: calc(100% - 0px);
		padding: 20px 10px;
		border-left: 1px solid #DCDCDC;
	}
	.recruitdetail > dl:first-of-type > dd {
		border-top: none;
	}
	.recruitdetail .howTo a {
		display: block;
		margin-left: 0;
		margin-top: 5px;
	}
	.recruitdetail dl.treatment dl dt {
		margin-bottom: 5px;
	}
	.recruitdetail dl.treatment dl dd {
		margin-left: 0;
	}



	
/*---------------footer----------------*/
	footer {
		background-color: #F5F5F5;
	}
	.copyright_area {
		height: 40px;
	}

}/*max-width: 640px end*/

