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

 file name  : recruit_form.css
 author     : Ability Consultant
 style info : 採用情報 エントリーフォーム
=================================================================== */
.con_select, .con_nav, .con_intro, .con_flow, .con_form, .con_thanks {
	max-width: 1140px;
	margin: auto;
}

@media only screen and (max-width: 1140px) {
	.con_select, .con_nav, .con_intro, .con_flow, .con_form, .con_thanks {
		width: 95%;
	}
}

@media print {
	.con_select, .con_nav, .con_intro, .con_flow, .con_form, .con_thanks {
		width: 95%;
	}
}

.ie8 .con_select, .ie8 .con_nav, .ie8 .con_intro, .ie8 .con_flow, .ie8 .con_form, .ie8 .con_thanks {
	width: 95%;
}

.con_intro:after, .con_flow:after, .con_flow ul:after, .con_form .tbl_primary .about ul:after, .con_thanks:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	xxx
----------------------------------------------------------- */
#bg_page {
	background-image: url(../recruit/career/form/images/bg_title-pc.jpg);
}

@media only screen and (max-width: 767px) {
	#bg_page {
		background-image: url(../recruit/career/form/images/bg_title-sp.jpg);
	}
}

/* -----------------------------------------------------------
	.con_select
----------------------------------------------------------- */
.con_select {
	text-align: center;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.con_select {
		text-align: left;
	}
}

/* -----------------------------------------------------------
	.con_nav
----------------------------------------------------------- */
.con_nav {
	margin-bottom: 60px;
}

.con_nav ul {
	overflow: hidden;
}

.con_nav ul li {
	width: 31.3333%;
	margin: 0 1% 2% 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_intro
----------------------------------------------------------- */
.con_intro {
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro {
		margin-bottom: 40px;
	}
}

.con_intro .box_info {
	float: left;
	width: 55%;
	margin: 0 4% 10px 0;
}

.con_intro .box_info .txt {
	margin-bottom: 1em;
}

@media only screen and (max-width: 1024px) {
	.con_intro .box_info {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}

.con_intro .box_tel {
	float: left;
	width: 40%;
	margin-bottom: 30px;
	padding: 20px 0;
	border: 1px solid #ccc;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro .box_tel {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_tel {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.con_intro .box_tel {
		float: none;
		width: 100%;
	}
}

.con_intro .box_tel .inner > .st {
	margin-bottom: 10px;
	font-size: 143%;
}

.con_intro .box_tel .inner address {
	font-size: 200%;
}

@media only screen and (max-width: 767px) {
	.con_intro .box_tel .inner address {
		line-height: 1.2;
		margin-bottom: 1em;
	}
}

.con_intro .box_tel .inner address .tel {
	font-family: "Times New Roman", serif;
}

.con_intro .box_tel .inner address .txt {
	font-size: 50%;
}

.con_intro .box_tel .inner address::before {
	content: '\f4b9';
	margin-right: 8px;
	font-family: 'ionicons';
}

/* -----------------------------------------------------------
	.con_flow
 ----------------------------------------------------------- */
.con_flow {
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_flow {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_flow {
		margin-bottom: 40px;
	}
}

.con_flow ul li {
	width: 28%;
	float: left;
	margin-left: 8%;
	text-align: center;
	border: 1px solid #987010;
	font-size: 108%;
	padding: 8px 10px;
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", sans-serif;
}

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

@media only screen and (max-width: 767px) {
	.con_flow ul li {
		font-size: 93%;
		padding: 10px 0;
		width: 30%;
		margin-left: 5%;
	}
}

.con_flow ul li:first-child {
	margin-left: 0;
}

.con_flow ul li.active {
	background: #987010;
	color: #fff;
}

.con_flow ul li:after {
	content: "\f054";
	font-family: "FontAwesome";
	font-size: 115%;
	color: #333333;
	position: absolute;
	top: 50%;
	right: -16%;
	margin-top: -0.5em;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.con_flow ul li:after {
		font-size: 86%;
		right: -12%;
	}
}

.con_flow ul li.last:after {
	display: none;
}

/* -----------------------------------------------------------
	.con_form
----------------------------------------------------------- */
.con_form {
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_form {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_form {
		margin-bottom: 20px;
	}
}

.con_form .tbl_primary {
	width: 100%;
	margin-bottom: 3em;
}

.con_form .tbl_primary td {
	border-bottom: solid 1px #f5f3ed;
}

.con_form .tbl_primary td.top {
	border-top: solid 1px #f5f3ed;
}

.con_form .tbl_primary th,
.con_form .tbl_primary td {
	padding: 0.8em 1.5em;
}

@media only screen and (max-width: 767px) {
	.con_form .tbl_primary th,
	.con_form .tbl_primary td {
		padding: 0.8em 1em;
	}
}

.con_form .tbl_primary th input,
.con_form .tbl_primary th select,
.con_form .tbl_primary th textarea,
.con_form .tbl_primary td input,
.con_form .tbl_primary td select,
.con_form .tbl_primary td textarea {
	padding: 0.5em 1em;
	border: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
	.con_form .tbl_primary th input,
	.con_form .tbl_primary th select,
	.con_form .tbl_primary th textarea,
	.con_form .tbl_primary td input,
	.con_form .tbl_primary td select,
	.con_form .tbl_primary td textarea {
		width: 100%;
		padding: 0.5em 0.8em;
	}
}

.con_form .tbl_primary th {
	overflow: hidden;
	width: 30%;
	text-align: left;
}

.con_form .tbl_primary th span {
	float: right;
	margin-left: 1em;
	padding: 2px 5px;
	background: #af4444;
	color: #fff;
	font-weight: normal;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_form .tbl_primary th {
		width: 36%;
	}
}

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

.con_form .tbl_primary .about ul li {
	float: left;
	margin: 0 2em 0 0;
}

.con_form .tbl_primary .about ul li input {
	width: auto;
	margin-right: .3em;
}

.con_form .tbl_primary .number input {
	width: 30%;
}

@media only screen and (max-width: 767px) {
	.con_form .tbl_primary .number input {
		width: 40%;
	}
}

.con_form .tbl_primary .number input.short {
	width: 15%;
}

@media only screen and (max-width: 767px) {
	.con_form .tbl_primary .number input.short {
		width: 22%;
	}
}

.con_form .tbl_primary .name input, .con_form .tbl_primary .email input, .con_form .tbl_primary .tel input {
	width: 40%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_form .tbl_primary .name input, .con_form .tbl_primary .email input, .con_form .tbl_primary .tel input {
		width: 80%;
	}
}

@media only screen and (max-width: 767px) {
	.con_form .tbl_primary .name input, .con_form .tbl_primary .email input, .con_form .tbl_primary .tel input {
		width: 100%;
		margin: 0.3em 0;
	}
}

.con_form .tbl_primary .address input.address_txt {
	width: 90%;
	margin-top: 10px;
}

@media only screen and (max-width: 767px) {
	.con_form .tbl_primary .address input.address_txt {
		width: 100%;
	}
}

.con_form .tbl_primary .job select {
	width: 40%;
}

@media only screen and (max-width: 767px) {
	.con_form .tbl_primary .job select {
		width: 100%;
	}
}

.con_form .tbl_primary .age select {
	margin: 0 0.3em 5px 10px;
}

@media only screen and (max-width: 767px) {
	.con_form .tbl_primary .age select {
		width: 25%;
		margin: 0 0.3em 15px 0;
	}
}

.con_form .tbl_primary .age input {
	width: 4em;
	margin: 0 0.5em 5px 0;
}

.con_form .tbl_primary .start select {
	margin: 0 0.3em 5px 10px;
}

@media only screen and (max-width: 767px) {
	.con_form .tbl_primary .start select {
		width: 25%;
		margin: 0 0.3em 15px 0;
	}
}

.con_form .tbl_primary .content textarea {
	width: 100%;
	height: 250px;
}

.con_form .box_btn {
	margin: 2em 0;
	text-align: center;
}

.con_form .box_btn.send .btn {
	display: inline-block;
	margin-bottom: 10px;
}

/* -----------------------------------------------------------
	con_thanks
----------------------------------------------------------- */
.con_thanks {
	margin-bottom: 50px;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_thanks {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_thanks {
		margin-bottom: 20px;
	}
}

.con_thanks h4 {
	margin-top: 2em;
	font-size: 150%;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", sans-serif;
}

.con_thanks p {
	margin: 1em 0 2em;
}

.con_thanks .btn a {
	max-width: 300px;
}

@media only screen and (max-width: 767px) {
	.con_thanks .btn {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.con_thanks .btn a {
		max-width: 100%;
	}
}

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