@charset "UTF-8";

/* -------------------------- */
/* content */
/* -------------------------- */

.pageTitle {
	background-image: url(/images/recruit/bg_pageTitle.jpg);
}

/* recruitBox */
.recruitBox {
}
	.recruitBox dt {
		display: inline-block;
		font-weight: bold;
	}
	.recruitBox dd {
		padding-left: 1em;
	}
	.recruitBox dd:not(:last-child) {
		padding-bottom: 10px;
	}
	.recruitBox .normalTxt {
		padding-top: 15px;
	}
	.recruitBox span {
		display: inline-block;
	}
	.recruitBox .btn_more01 {
		margin-top: 30px;
	}
		.btn_more01 a .icon {
			width: 35px;
			height: 35px;
			margin: auto 15px auto 0;
			fill: #fff;
			left: 25px;
			vertical-align: middle;
		}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1024px) {

/* -------------------------- */
/* content */
/* -------------------------- */

/* recruitBox */
.recruitBox {
}
	.recruitBox dt {
		display: inherit;
		font-weight: bold;
		float: left;
	}
	.recruitBox dd {
		padding-left: 0;
	}
	.recruitBox .btn_more01 {
		margin-top: 60px;
	}


}