@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : recruit_requirements.css
 author     : Ability Consultant
 style info : 採用情報 募集要項
=================================================================== */
/* -----------------------------------------------------------
	.con_nav
----------------------------------------------------------- */
.con_nav ul {
	overflow: hidden;
}

.con_nav ul li {
	width: 31.3333%;
	margin: 0 1% 0.5% 1%;
	float: left;
	font-size: 108%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_nav ul li {
		font-size: 86%;
	}
}

@media only screen and (max-width: 767px) {
	.con_nav ul li {
		font-size: 93%;
	}
}

@media only screen and (max-width: 767px) {
	.con_nav ul li {
		width: 100%;
		float: none;
		margin: 0 0 2% 0;
	}
}

.con_nav ul li a {
	min-width: 100% !important;
	padding: 0.5em 12px !important;
}

.con_nav ul li a:after {
	content: "\f103" !important;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 15px;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.con_nav ul li a:hover:after {
	right: 12px !important;
	top: 60% !important;
}

/* -----------------------------------------------------------
	.con_req
----------------------------------------------------------- */
.con_req .box_req {
	padding-top: 80px;
	display: none;
}

@media only screen and (max-width: 767px) {
	.con_req .box_req {
		padding-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_req .box_req .st_high {
		display: none;
	}
}

.con_req .box_req .box_txt {
	width: 75%;
	margin: 0 auto 25px;
	overflow: hidden;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.con_req .box_req .box_txt {
		width: 100%;
	}
}

.con_req .box_req .box_txt .txt {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.con_req .box_req .box_txt .txt {
		margin-bottom: 10px;
		text-align: left;
	}
}

.con_req .box_req .box_txt .btn a {
	font-size: 108%;
}

@media only screen and (max-width: 767px) {
	.con_req .box_req .box_txt .btn a {
		font-size: 93%;
		min-width: 0;
		width: 100%;
	}
}

.con_req .box_req .box_detail {
	margin-bottom: 40px;
}

.con_req .box_req .box_detail:last-child {
	margin-bottom: 0;
}

.con_req .box_req .box_detail .tbl_primary {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.con_req .box_req .box_detail .tbl_primary th {
		width: 100%;
	}
}

.con_req .box_req .box_detail .btn {
	text-align: center;
}

.con_req .box_req .txt_noentry {
	text-align: center;
	padding: 20px 0;
	font-size: 115%;
}

@media only screen and (max-width: 767px) {
	.con_req .box_req .txt_noentry {
		padding-top: 0;
		font-size: 108%;
	}
}

.con_req .accordion_req {
	border: 1px solid #ccc;
	font-weight: normal;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	text-align: center;
	margin-bottom: 5%;
	font-size: 122%;
}

@media only screen and (min-width: 768px) {
	.con_req .accordion_req {
		display: none;
	}
}

@media print {
	.con_req .accordion_req {
		display: none;
	}
}

.ie8 .con_req .accordion_req {
	display: none;
}

.con_req .accordion_req:last-child {
	margin-bottom: 0;
}

.con_req .accordion_req a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 5px 0;
	position: relative;
}

.con_req .accordion_req a:after {
	content: "\f103";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 15px;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*# sourceMappingURL=../maps/recruit_requirements.css.map */
