@charset "UTF-8";
/* CSS Document */

/*PC*/
@media only screen and (min-width: 769px) {

	
				.hedimg {
		background: url(../images/recruit/hed_bg.jpg) 0 0 no-repeat;
		background-size: cover;
		opacity: 1;
		z-index: 100;
		text-indent: -9999px;
		height: 300px;
		top: 0;
		
	}

	
	
	.entry_table {
		width: 100%;
		padding: 0px;
		margin-top: 50px;
		margin-bottom: 50px;
		border-top: 1px solid #ededed;
	}

	.entry_table th {
		width: 340px;
		padding: 15px;
		border-bottom: 1px solid #ededed;
		border-right: 1px solid #ededed;
	    text-align: left;
		color: #000;
		
		
	}
	
	.entry_table td {
		width: 800px;
		padding: 15px;
		border-bottom: 1px solid #ededed;
		color: #000;
	}
	
	
	.entry_table td ul {
		list-style: none;
	}
	
	
	.entry_table td ul li {
		float: left;
	}
	
	.entry_table td ul li input {
		width: 20px;
	}
	
	
	.entry_table td input {
		width: 700px;
		padding: 10px 0;
	}

	
	.entry_table td textarea {
		width: 700px;
        padding: 10px 0px;
	}
		.entry_table th span {
float: right;
font-size: 0.8em;
background: #df0430;
padding: 0 10px;
color: #FFF;
line-height: normal;
	font-style: normal;
}   
	
	input.submit {
		background: #df0430;
		font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		border: 1px solid #df0430;
		width: 300px;
		padding: 10px;
		color: #fff;
		font-weight: bold;
		transition: 0.3s ease-in-out;
		cursor: pointer;
	}
	
	input.submit:hover {
		background: #fff;
		border: 1px solid #df0430;
		color: #000;
	}
		.h_kome {
background: #df0430 none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-size: 0.9em;
margin-right: 5px;
padding: 1px 10px;
}
	
		.btn_02 {
		text-align: center;
text-decoration: none;
color: #000;

display: block;
			font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
			width: 300px;
			text-decoration: none;
			background: #fff;
					transition: 0.3s ease-in-out;
		cursor: pointer;
	}
	
	
	.btn_02:hover {
		background: #000;
		color: #fff;
			transition: 0.3s ease-in-out;
		cursor: pointer;
	}

	
}






/*sp*/
@media only screen and (max-width: 768px) {
	
	
			.hedimg {
		background: url(../images/recruit/hed_bg.jpg);
		opacity: 1;
		top: 0;
		width: 100%;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		min-height: 250px;
		background-size: cover;
		text-indent: -9999px;
		position: relative;
		z-index: 3;
		box-sizing: border-box;
	}
			
	
	
	
	
	
.entry_table table {
		width: 100%;
		padding: 0px;
		margin-bottom: 50px;
		border-top: 1px solid #ededed;
	}

	.entry_table th {
		width: 96%;
		padding: 2%;
		border-bottom: 1px solid #ededed;
		color: #000;
		display: block;
		
	}
	
	.entry_table td {
		padding: 15px;
		border-bottom: 1px solid #ededed;
		color: #000;
		display: block;
	}
	
	.entry_table td input {
		width: 100%;
		padding: 10px 0;
		margin: 0 auto;
	}
		.entry_table th span {
float: right;
font-size: 0.8em;
background: #df0430;
padding: 0 10px;
color: #FFF;
line-height: normal;
	font-style: normal;
}   
	
	.entry_table td textarea {
		width: 100%;
        padding: 10px 0px;
	}
	.btn_02 input {
		text-align: center;
text-decoration: none;
color: #000;
border: 1px solid #000;
display: block;

	}
	
	input.submit {
		background: #df0430;
		font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		border: 1px solid #df0430;
		width: 200px;
		padding: 10px;
		color: #fff;
		font-weight: bold;
		transition: 0.3s ease-in-out;
		cursor: pointer;
	}
	
	input.submit:hover {
		background: #fff;
		border: 1px solid #df0430;
		color: #000;
	}
	
	.entry_table td ul {
		list-style: none;
		margin-bottom: 20px;
	}
	
	
	.entry_table td ul li {
		float: left;
	}
	
	.entry_table td ul li input {
		width: 20px;
		
	}
.h_kome {
background: #df0430 none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-size: 0.9em;
margin-right: 5px;
padding: 1px 10px;
}
}	
