#headerRecruit .top_mainV{
	display: none;
}
#headerRecruit .contentPage_mainV {
    background-image: url(../../img/recruit/contact/contentPage_mainV.jpg);
}
.inner1000 {
	width: 90%;
	max-width: 1000px;
	margin: auto;
}
input    {
    width: 100%;
    font-size: 16px;
	/*-webkit-appearance: none;*/
}
.seibetsu input {
	width: auto;
	/*-webkit-appearance: auto;*/
	width: 18px;
    height: 18px;
    vertical-align: top;
}
.submit input {
	-moz-appearance: none;
	-webkit-appearance: none;
}
textarea {
    width: 100%;
    font-size: 16px;
}
select{
    width: 100%;
	 background-color: #fff;
	 -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
}
.your-job,
.your-position {
	position: relative;
}
.your-job:after,
.your-position:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 10px;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 10px;
    border-bottom: 2px solid #747474;
    border-right: 2px solid #747474;
    transform: rotate(45deg);
}
button{
	border: none; 
    outline: none; 
    background: transparent;
}
.contact {
    background-color: #ECECEC;
    padding-top: 6%;
    padding-bottom: 6%;
}
.contact .recruitMainTitle {
	color: #CE0311;
	text-align: center;
}
.contact .contact_form {
	padding-top: 5%;
}
.contact .contact_form_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #BFBFBF;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
}
.contact .contact_form_item .tit {
    font-weight: bold;
    width: 30%;
    overflow: hidden;
    margin-top: 2px;
}
.contact .contact_form_item .tit_red {
    background-color: #E80000;
    color: #FFFFFF;
    font-size: 12px;
    padding-top: 5px;
    padding-right: 12px;
    padding-bottom: 5px;
    padding-left: 12px;
    border-radius: 4px;
    margin-left: auto;
    float: right;
}
.contact .contact_form_item .cont {
    width: 66%;
}
.contact .contact_form_item .cont_inner {
    border: 1px solid #B8B8B8;
    border-radius: 10px;
    padding: 1em;
}
.contact .contact_form_item .multi:nth-child(n + 2) {
	margin-top: 1em;
}
.contact .contact_form_item .cont_zipcode {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}
.contact .contact_form_item .cont_zipcode p {
    margin-right: 1em;
}
.contact .contact_form_item .cont_zipcode_zip {
    width: 120px;
}
.contact .contact_form_item .cont_zipcode_btn {
    max-width: 170px;
}
.contact .contact_form_item .cont_zipcode_btn .btn {
    background-color: #988800;
    color: #FFFFFF;
    border-radius: 9px;
    width: 100%;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}
.contact .submit  {
    text-align: center;
    margin-top: 3em;
}
.contact  .submit_btn {
    background-color: #ce0311;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 16px;
    display: inline-block;
    width: 80%;
    max-width: 350px;
    border-radius: 11px;
	border: none;
}
.contact  .submit_btn_02 {
    background-color: #fff;
    color: #ce0311;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 16px;
    display: inline-block;
    width: 80%;
    max-width: 350px;
    border-radius: 11px;
	border: solid 1px #ce0311;
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	#headerRecruit .snsBox {
		display: none;
	}
}
@media (max-width: 560px) {
	.main {
		font-size: 14px;
		line-height: 26px;
	}
	.contact {
		padding-top: 40px;
	}
	.contact .contact_form_item .tit {
		width: 100%;
		margin-bottom: 1em;
	}
	.contact .contact_form_item .tit_red {
    	float: none;
		margin-left: 1em;
	}
	.contact .contact_form_item .cont {
		width: 100%;
	}
	.contact .contact_form_item .cont_zipcode_btn {
		width: 110px;
		font-size: 11px;
	}
}
