/*必須設定*/
.required {
	color:#ec7825;
}
.required>span{
	font-size: 80%;
}
span.required {
	font-size: 80%;
}
/*テーブル設定*/
.recruit_contact {
	width: 100%;
}
.recruit_contact th {
	vertical-align: middle;
}
.recruit_contact input[type="text"] ,
.recruit_contact textarea {
	width: 60%;
}
.input_age input[type="text"] ,
.input_zip input[type="text"] {
	width: 7em;
}

.input_zip p{
	font-size: 12px;
    padding-top: 4px;
}

.captcha{
	width: 100%;
}

input[name="age"]{
	margin-right: 10px;
	width :50px;
}
.recruit_contact ::placeholder{
	color:#cccccc;
}

.submit_area .entry ,
.submit_area .back {
	display: inline-block;
	padding: 0.5em 2em;
	text-decoration: none;
	border-radius: 3px;
	transition: .4s;
	cursor: pointer;
	width: 10em;
	font-size: 13px;
}
.submit_area .back{
	color: #ffffff;
    border: solid 2px #cccccc;
    background-color: #cccccc;
    margin-right: 10em;
		line-height: 1.6;
}
.submit_area .entry {
	color: #ffffff;
	border: solid 2px #ec7825;
	background-color: #ec7825;
	width: 10em;
}
.submit_area .entry:hover {
	background: #ffffff;
	color: #ec7825;
}
.submit_area .back:hover {
	background: #ffffff;
	color: #ec7825;
}

/*comp page テキストエリア設定*/
.text_paragraph {
	margin-bottom: 1em;
}
.foot_link_area {
	margin: 2em 0 1em;
}
.foot_link_area a {
	font-weight: bold;
}

.submit_area {text-align: center;}
@media only screen and (max-width: 767px)
	{
	.recruit_contact input[type="text"] ,
	.recruit_contact textarea {
		width: 100%;
	}
	.input_zip button {
		margin-top: 0.5em;
	}
	.submit_area .entry ,
	.submit_area .back {
		width: 6em;
		padding: 0.5em 1em;
	}
	.submit_area .back {
		margin-right: 1em;
		line-height:1.6;
	}
}

/*バリデーションエラー文言*/

.error {
	color:#ec7825;
	height: 25px;
}

/*キャプチャー*/
.captcha-title{
	width: 100%;
	margin: 20px 0 15px 0;
}

#zizai_captcha_image{
	width: 100%;
}

.captcha_reload{
	width: 25px;
    position: relative;
    bottom: 10px;
    right: 17px;
}

span.captcha_reload{
	position: relative;
    bottom: 16px;
    right: 9px;
}

#zizai_captcha_check{
	width: 100%;
    height: 30px;
    margin-top: 15px;
    padding-left: 10px;
    font-size: 20px;
    border: solid 1px #cccccc;
}

.captcha th,.captcha td{
	width: 50%;
}


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