@charset "UTF-8";

/* CSS Document */

/*==================================================

Story
==================================================*/

.recruit {
	
}
.recruit .contents-body section {
	width: 100%;
}
.recruit .contents-body section table {
	width: 100%;
	margin-top: 5%;
}
.recruit .contents-body section table tr:nth-of-type(even) {
	background-color: #efefef;
}
.recruit .contents-body section table th {
	width: 25%;
	font-weight: normal;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	padding: 3%;
}
.recruit .contents-body section table td {
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	padding: 3%;
}
.recruit .contents-body section div {
	margin-top: 8%;
}
.recruit .contents-body section div dl {
	width: 100%;
	display: table;
	border: 1px solid #999;
	border-radius: 12px;
	margin-top: 5%;
}
.recruit .contents-body section div dl dt {
	width: 25%;
	display: table-cell;
	font-size: 1.8rem;
	text-align: center;
	vertical-align: middle;
	padding: 3%;
}
.recruit .contents-body section div dl dd {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 3%;
}
.recruit .contents-body section div h2 {
	color: #FFF;
	text-align: center;
	background-color: #6dba44;
	margin: 0 auto;
	padding: 10px 2em;
}
.recruit .contents-body section div p {
	text-align: center;
	margin-top: 5%;
}


.flow {
	
}
.flow .contents-body section {
	width: 100%;
}
.flow .contents-body section:nth-of-type(n+2) {
	margin-top: 8%;
}
.flow .contents-body section h1 {
	text-align: center;
}
.flow .contents-body section h2 {
	text-align: center;
}
.flow .contents-body section p {
	margin-top: 3%;
}
.flow .contents-body section table {
	width: 100%;
	table-layout: fixed;
	line-height: 160%;
	margin-top: 5%;
}
.flow .contents-body section table tr:nth-of-type(even) {
	background-color: #efefef;
}
.flow .contents-body section table th {
	color: #fff;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background-color: #6dba44;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.flow .contents-body section table td {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.flow .contents-body section table th:nth-of-type(1) {
	background-color: transparent;
}
.flow .contents-body section table th:nth-of-type(even) {
	border-bottom: 1px solid #bbb;
}
.flow .contents-body section table td:nth-of-type(even) {
	background-color: rgba(220, 220, 220, .3);
	border-bottom: 1px solid #bbb;
}
.flow .contents-body section img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.flow .contents-body section figure {
	width: 100%;
	max-width: 540px;
	margin: 5% auto 0;
}
.flow .contents-body section figcaption {
	font-size: 1.2rem;
	text-align: center;
	margin-top: 3%;
}

.faq {
	
}
.faq .contents-body section dl {
	width: 100%;
	display: table;
	margin-top: 5%;
}
.faq .contents-body section dl dt {
	width: 30%;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	color: #fff;
	text-indent: -.8em;
	background-color: #6dba44;
	padding: 3% 3% 3% 4.5%;
}
.faq .contents-body section dl dd {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	background-color: #eee;
	padding: 3%;
}

@media only screen and (min-width:1px) and (max-width: 960px) {
	
	.recruit .contents-body section {
		width: 90%;
		margin: 0 auto;
	}
	.faq .contents-body section dl {
		width: 90%;
		margin: 5% auto 0;
	}
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.recruit .contents-body section {
		width: 100%;
		margin: 0 auto;
	}
	.recruit .contents-body section table {
		width: 100%;
	}
	.recruit .contents-body section table tr:nth-of-type(even) {
		background-color: transparent;
	}
	.recruit .contents-body section table th {
		width: 100%;
		display: block;
		color: #fff;
		text-align: center;
		vertical-align: middle;
		background-color: #6dba44;
		border-bottom: none;
		padding: 3%;
	}
	.recruit .contents-body section table td {
		width: 100%;
		display: block;
		border-bottom: none;
		padding: 3% 0;
	}
	.faq .contents-body section dl {
		width: 100%;
		display: block;
	}
	.faq .contents-body section dl dt {
		width: 100%;
		display: block;
		text-align: center;
		text-indent: 0;
		padding: 3%;
	}
	.faq .contents-body section dl dt br {
		display: none;
	}
	.faq .contents-body section dl dd {
		width: 100%;
		display: block;
		text-align: left;
		padding: 3%;
	}
	.flow .contents-body section table {
		font-size: 1.2rem;
	}
	
}
