.recruit-info-faq-index .page-title h1 {
	padding: 84px 0 0 0;
	width: 219px;
	background-image: url(../_img/ind_pag_ttl.png);
}

.recruit-info-faq-index #main .list {
	margin: 0 0 80px 0;
}

.recruit-info-faq-index #main .list a {
	text-decoration: underline;
}

.recruit-info-faq-index #main .list h1 {
	text-align: center;
	margin: 0 0 35px 0;
}

.recruit-info-faq-index #main .list h1 span {
	display: inline-block;
	padding: 0 40px;
	height: 30px;
	font-size: 22px;
	color: #000000;
	line-height: 30px;
	font-weight: bold;
	position: relative;
}

.recruit-info-faq-index #main .list h1 span:before {
	content: '';
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: 20px;
	height: 0;
	border: 1px solid #000000;
}

.recruit-info-faq-index #main .list h1 span:after {
	content: '';
	position: absolute;
	margin: auto;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: 20px;
	height: 0;
	border: 1px solid #000000;
}

.recruit-info-faq-index #main .list article {
	margin: 0 0 20px 0;
}

.recruit-info-faq-index #main .list article .que {
	background: #f7f7f7;
	height: 80px;
	position: relative;
	padding: 0 80px 0 0;
	border-bottom: 1px solid #d0d0d0;
}

.recruit-info-faq-index #main .list article .que h2 {
	height: 80px;
	position: relative;
	padding: 0 0 0 85px;
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	color: #000000;
	line-height: 30px;
}

.recruit-info-faq-index #main .list article .que h2:before {
	content: 'Q.';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 85px;
	height: 80px;
	font-size: 23px;
	color: #57618d;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
}

.recruit-info-faq-index #main .list article .que:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 80px;
	height: 80px;
	background-color: #8d96bc;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px 11px;
	background-image: url(../_img/ind_bod_ico_01.png);
}

.recruit-info-faq-index #main .list article .ans {
	overflow: hidden;
	height: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.recruit-info-faq-index #main .list article .ans .wrap {
	padding: 0 0 0 85px;
	min-height: 80px;
	position: relative;
}

.recruit-info-faq-index #main .list article .ans .wrap:before {
	content: 'A.';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 85px;
	height: 80px;
	font-size: 23px;
	color: #57618d;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
}

.recruit-info-faq-index #main .list article .ans .wrap .text {
	padding: 25px 0;
	font-size: 15px;
	color: #000000;
	line-height: 30px;
}

.recruit-info-faq-index #main .list article .ans .wrap .text ul {
	margin: 1em 0;
}

.recruit-info-faq-index #main .list article .ans .wrap .text ul li {
	position: relative;
	padding: 0 0 0 18px;
}

.recruit-info-faq-index #main .list article .ans .wrap .text ul li:before {
	content: '\30fb';
	position: absolute;
	left: 0;
	top: 0;
}

.recruit-info-faq-index #main .list article.open .que:after {
	background-image: url(../_img/ind_bod_ico_02.png);
}

@media only screen and (max-width: 750px) {
	.recruit-info-faq-index .list {
		margin: 0 30px 80px 30px;
	}
	.recruit-info-faq-index .list h1 {
		margin: 0 0 35px 0;
	}
	.recruit-info-faq-index .list h1 span {
		padding: 0 40px;
		height: 40px;
		font-size: 30px;
		line-height: 40px;
	}
	.recruit-info-faq-index .list article {
		margin: 0 0 20px 0;
	}
	.recruit-info-faq-index .list article .que {
		height: 120px;
		padding: 0 120px 0 0;
		border-bottom: 2px solid #d0d0d0;
	}
	.recruit-info-faq-index .list article .que h2 {
		height: 120px;
		font-size: 22px;
		line-height: 30px;
		padding-right: 20px;
	}
	.recruit-info-faq-index .list article .que h2:before {
		width: 85px;
		height: 120px;
		font-size: 30px;
		line-height: 120px;
	}
	.recruit-info-faq-index .list article .que:after {
		width: 120px;
		height: 120px;
		background-size: 34px 17px;
	}
	.recruit-info-faq-index .list article .ans .wrap {
		min-height: 120px;
	}
	.recruit-info-faq-index .list article .ans .wrap:before {
		height: 120px;
		font-size: 30px;
		line-height: 120px;
	}
	.recruit-info-faq-index .list article .ans .wrap .text {
		padding: 40px 0;
		font-size: 22px;
		line-height: 30px;
	}
	.recruit-info-faq-index .list article.open .que:after {
		background-image: url(../_img/ind_bod_ico_02.png);
	}
}
