@charset "UTF-8";
/* お問い合わせフォーム */
@media screen and (min-width:960px) {
	.contact .container{
		min-height: 450px;
	}
}

.form_table input,
.btn_area input,
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form_table{
	width: 700px;
	margin: 0 auto;
}
.form_table th,
.form_table td{
	padding-bottom: 20px;
}
.form_table th{
	text-align: left;
}
.ft_confirm th{
	width: 20%;
}
.ft_confirm td{
	width: 80%;
}
.required{
	color: #fe0303;
}
.form_table input,
.form_table textarea,
.select_box select{
	border:#6b6b6b solid 1px;
	border-radius: 3px;
	padding: 8px;
    font-size: 15px;
    font-size: 1.5rem;
}
.form_table input{
	width: 70%;
}
.select_box select{
	width: 70%;
	z-index: 0;
	background: #fff;
}
.form_table textarea{
	width: 80%;
}
.select_box{
	position: relative;
}
.select_box::before{
	display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-top: solid 6px #6b6b6b;
    top: 5px;
    right: 15px;
}
.btn_area{
	padding-top: 3rem;
}
.btn_area ul{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center
}
.btn_area li{
	margin: 0 20px;
}
.btn_normal{
	text-align: center;
}
.btn_normal a,
.btn_area input{
	display: inline-block;
	color: #fff;
	cursor: pointer;
	border-radius: 25px;
	background: #5F8503;
    font-size: 18px;
    font-size: 1.8rem;
    width: 250px;
    padding: 10px 0;
	border: none;
	transition: background-color .4s;
}

.btn_area input:hover{
	background: rgba(95, 133, 3, 0.7); 
}

.c_txt{
	width: 100%;
	text-align: center;
}

.c_txt2{
	width: 100%;
	box-sizing: border-box;
	padding: 2%;
	text-align: center;
}

.c_txt a{color: #417505}
.c_txt a:hover{text-decoration: underline;}

/* いるか？
@media screen and (max-width:959px) {
	.form_table{
		width: 460px;
	}
	.form_table input{
		width: 220px;
	}
	.select_box select{
		width: 238px;
	}
	.form_table textarea{
		width: 300px;
	}
} */
@media screen and (max-width:750px) {
.form_table{
		width: 100%;
		box-sizing: border-box;
		padding: 3%;
}
.form_table th,
.form_table td{
	font-size: 15px;
	font-size: 1.5rem;
	padding: 10px 0 5px 0;
	width: 100%;
	display: block;
}
.form_table input,
.form_table textarea,
.select_box select{
		padding: 8px;
	    font-size: 13px;
	    font-size: 1.3rem;
}
.form_table input{
		width: 100%;
}
.select_box select{
		width: 100%;
}
.select_box::before{
	    top: 6px;
}
.form_table textarea{
		width: 100%;
}
	
.btn_area li{
		margin: 0 10px;
}
.btn_normal a,
.btn_area input{
	    font-size: 16px;
	    font-size: 1.6rem;
	    width: 150px;
}
.ft_confirm th{
	width: 100%;
	display: block;
}
	
.ft_confirm td{
	width: 100%;
	display: block;
}

.complete{
    font-size: 22px;
    font-size: 2.2rem;
}
.contact .btn_normal a{
	margin: 0 auto;
}
.complete{
    font-size: 14px;
    font-size: 1.4rem;
    padding: 30px 0 0px;
}
.recruit .define_set{
	margin-bottom: 10px;
}
.recruit .define_set dt{
	width: 70px;
}
.recruit .define_set dd {
    padding-left: 70px;
}

}



