@charset "shift-jis";
/* CSS Document */

.fv_img{
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
	height:260px;
	padding-left:100px;
	background-image:url(img/fv_img.jpg);}


.h2_ttl{
	font-size:36px;
	color:#000641;
	padding-top:100px;
	margin:0;
}
.entry_box{
	width:740px;
	margin-left:auto;
	margin-right:auto;
}

/*採用プロセス*/
table.process_table{
	width:740px;
}

th.process_th{
	width:75px;
	padding:25px;
	vertical-align:middle;
	color:#2890c2;
	background-color:#f3f3f3;
	line-height:100%;
	font-size:12px;
	margin:0;
	border:none;
	text-align:center;
}

td.process_td{
	background-color:#f3f3f3;
	padding:25px 30px 25px 10px;
	line-height:160%;
	font-size:12px;
	border:none;
	/*text-align:left;*/
}

.txt01{
	width:565px;
	font-size:12px;
	float:left;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	margin-left:40px;
	line-height:160%;
}
.icon img{
	width:25px;
	margin-left:auto;
	margin-right:auto;
	display:block!important;
	text-align:center;
	margin-bottom:5px;
}




/*エントリーフォーム*/
.red{
	color:#ff0000;
	font-size:10px;
}
.red11{
	color:#ff0000;
	font-size:11px;
	font-weight: bold;
}
table#contact{
	width:740px;
	border-top:solid 1px #c6c6c6;
	border-left:solid 1px #c6c6c6;
	margin-bottom:15px;
	/*border-collapse:collapse;*/
}

table#contact1{
	width:740px;
	border-top:solid 1px #c6c6c6;
	border-left:solid 1px #c6c6c6;
	margin-bottom:25px;
}

table#contact select{
	padding:5px;
	border:solid 1px #dbdbdb;
}
th{
	width:160px;
	font-size:12px;
	padding-left:15px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:left;
	line-height:160%;
	background-color:#f6f6f6;
	border-bottom:solid 1px #c6c6c6;
	border-right:solid 1px #c6c6c6;
	vertical-align:middle;
}
td{
	padding:15px 10px;
	border-bottom:solid 1px #c6c6c6;
	border-right:solid 1px #c6c6c6;
	font-size:12px;
}
table#contact input[type="text"],table#contact input[type="tel"]{
	width:230px;
	height:20px;
	margin-right:10px;
	padding-left:5px;
	vertical-align:middle;
	border:solid 1px #dbdbdb;
}

table#contact textarea {
	width:450px;
	display:block;
	height:140px;
	margin:0px;
	padding:8px;
	font-size:13px;
	line-height:140%;
	max-width:450px;
	border:solid 1px #dbdbdb;
	resize:none;
	
}
table#contact select.day{
	width:45px;
	margin-right:5px;
	border:solid 1px #dbdbdb;
}
table#contact input.day01{
	width:30px;
	margin-right:5px;
	border:solid 1px #dbdbdb;
}
table#contact input.day02{
	width:90px;
	margin-right:5px;
	border:solid 1px #dbdbdb;
}

/* 2016/11/14 エモテント中村 生年月日の年部分を4桁対応 */
table#contact input.day03{
	width:60px;
	margin-right:5px;
	border:solid 1px #dbdbdb;
}

table.check{
	width:540px;
	border:none;
}
table.check td{
	font-size:12px;
	padding:0;
	border:none;
}

/*2016/11/10 中村 職種用デザイン追加*/
a.occupationlink{
	text-decoration: underline; color: #2890c2; /* 下線 & 色設定 */
	font-size:13px;
	font-weight:bold;		       /* 太字 */
}

div.occupationlist{
	width: 420px;
	height: 14px;
	//color: #2890c2;
	font-size: 14px;
	font-weight: bold;
	line-height:100%;
	margin: 0px;
	padding:10px 10px;
	background-color: #f5f5f5;
	border-top:solid 5px #ffffff;
	cursor: pointer;
}

span#occupation{
	float:left;
	color: #2890c2;
}

span#ocmark1{
	float:right;
	color: #2890c2;
}

span#ocmark2{
	float:right;
	color: #2890c2;
}

span#ocmark3{
	float:right;
	color: #2890c2;
}

span#ocmark4{
	float:right;
	color: #2890c2;
}

span#ocmark5{
	float:right;
	color: #2890c2;
}

span#ocmark6{
	float:right;
	color: #2890c2;
}

table.occupation_block{
	border:none;
}
table.occupation_block td{
	padding:5px 5px;
	border:none;
	font-size: 10px;
}

table.occupation{
	width:130px;
	border-collapse:separate;
	border-spacing: 0px;
	border:5px solid #000;
	-webkit-border-radius:10px;	  /* 外枠線の角丸対応（Chrome） */
	-moz-border-radius:10px;	  /* 外枠線の角丸対応（FireFox） */
	border-radius:10px;
	behavior: url(border-radius.htc); /* 外枠線の角丸対応（IE） */
	border-color : #2890c2;		　/* 外枠線の色を青色 */
	background-color: #fff;		　/* テーブルの背景色を白色 */
}

/* 職種チェックボックス & 画像 */
table.occupation tr{
	width: 1em;
	height: 1em;
	padding: 0px 0px 0px 0px;
	text-align:center;
	vertical-align:middle;
}

table.occupation td{
	padding:2px 1px;
	text-align:center;
	vertical-align:middle;
}

/*お問い合わせフォーム　終*/

.txt02{
	margin-top:0;
	font-size:12px;
	line-height:160%;
	margin-bottom:50px;
}

.btn input,.btn a{
	color:#FFF;
	text-decoration:none;
	display:block;
	border:none;
	width:310px;
	font-size:20px;
	font-weight:bold;
	padding:20px 70px 20px 30px;
	text-align:center;
	margin:0 auto 0 auto;
	cursor:pointer;
	background-color:#ff4322;
	background-image:url(img/icon.png);
	background-repeat:no-repeat;
	background-position:250px;
	box-shadow:3px 3px #e12200;
}
.btn input:hover,.btn a:hover{
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	-moz-opacity: 0.80;
	border:none;
}

/* 2016/11/15 エモテント中村 送信ボタンが非活性のときはグレーアウト*/
.btn input:disabled {
    	background-image: none;
	background-color: #ccc;
	border-color: #ccc;
	box-shadow: none;	/* 送信ボタンの影を解除 */
	pointer-events: none;   /* マウスオーバーを解除 */
}

.btn2 input,.btn2 a{
	color:#FFF;
	text-decoration:none;
	display:block;
	border:none;
	width:380px;
	font-size:20px;
	font-weight:bold;
	padding:20px 70px 20px 30px;
	text-align:center;
	margin:0 auto 0 auto;
	cursor:pointer;
	background-color:#ff4322;
	background-image:url(img/icon.png);
	background-repeat:no-repeat;
	background-position:330px;
	box-shadow:3px 3px #e12200;
}
.btn3 input:hover,.btn3 a:hover{
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	-moz-opacity: 0.80;
	border:none;
}
.btn3 input,.btn3 a{
	color:#FFF;
	text-decoration:none;
	display:block;
	border:none;
	width:290px;
	font-size:16px;
	font-weight:bold;
	padding:10px 70px 10px 30px;
	text-align:center;
	margin:0 auto 0 auto;
	cursor:pointer;
	background-color:#ff4322;
	background-image:url(img/icon.png);
	background-repeat:no-repeat;
	background-position:240px;
	box-shadow:3px 3px #e12200;
}
.btn3 input:hover,.btn3 a:hover{
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	-moz-opacity: 0.80;
	border:none;
}

.sp_kaigyo {
	display: none;
}

.pc_kaigyo {
	display: block;
}

/* レスポンシブ対応　向野 */
@media screen and (max-width: 600px) {

	.contents {
		width: 85%;
	}
	.fv_img {
		width: 100%;
		padding-left:0;
		height:140px;
		background-size: cover;
		background-position: right -130px center;
	}

	.h2_ttl {
		font-size: 24px;
		padding-top:60px;
		padding-left: 5%;
	}

	.entry_box {
		width: 100%;
	}

	table#contact {
		width: 100%;
	}

	table.process_table {
		width: 100%;
	}

	#contact th {
		width:96%;

  display:block;
	}

	th.process_th {
width: 28%;
padding:2%;


	}

	td.process_td {
		padding:4%;
	}
	#contact td {
		width: 96%;
		padding:2%;
		display:block;
	}

	#contact th {
		padding:2%;
	}

	.entry-form-box {
		width: 100%;
		margin:0 auto;
	}
	table#contact input[type="text"], table#contact input[type="tel"] {
		width: 100%;
		padding-left:0;
	}

	table#contact textarea {
		width: 96%;
		padding:2%;
	}

	div.occupationlist {
		width: 92%;
		padding:3% 4%;
	}

	table.check {
		width: 100%;
	}
	.sp_kaigyo {
		display: block;
	}
	.pc_kaigyo {
		display: none;
	}
	table#contact input.day03 {
		width: 60px;
	}

	table#contact input.day01 {
		width: 30px;
	}

	table#contact input.day02 {
		width: 90px;
	}

	.box-occupation {
		display: flex;
		flex-wrap: wrap;
	}
	#contact td.inner-occupation {
		width: 45%;
		overflow: hidden;
	}

	table.occupation {
		height: 120px;
	}
	table#contact1 {
		width:100%;
	}
	table.form-table {
		width: 100%;
	}

	.p__btn-send input{
		width: 100%;
		background-position:right 10px center;
		padding:15px 20px 15px 20px;
	}

	.desc-text {
		text-align: left;
	}
}
