@charset "UTF-8";


body.recruit h1 {
	background:#e5e2d8;
	border-bottom:2px solid #8d8575;
	padding:0 10px 10px;
}

body.recruit footer {
	color:#8d8575;
	background:#e5e2d8;
	text-align:center;
	font-size:.7rem;
	padding:20px 0;
	margin-top:50px;
	border-top: 2px solid #8d8575;
}


body.recruit #inquiry_content h3 {
	font-size:1.4rem;
	text-align:left;
	padding:10px 20px;
	margin-bottom:20px;
}

body.recruit #inquiry_content h3 span {
	display: flex;
	align-items: center;
	font-size: 18px;
	text-transform: uppercase;
}

body.recruit #inquiry_content h3 span::before {
	content:'';
	display:inline-block;
	margin-right: 20px;
	width:20px;
	height:1px;
}


body.recruit.new #inquiry_content h3 {background:#f9faed;}
body.recruit.new #inquiry_content h3 span {color:#6db829;}
body.recruit.new #inquiry_content h3 span::before {background-color:#6db829;}

body.recruit.career #inquiry_content h3 {background:#ebf7fc;}
body.recruit.career #inquiry_content h3 span {color:#00a9ec;}
body.recruit.career #inquiry_content h3 span::before {background-color:#00a9ec;}
body.recruit.thanks #inquiry_content h3 {color:#1a733b;text-align:center;}
body.recruit.error #inquiry_content h3 {color:#bc3c3c;text-align:center;}


@media screen and (min-width: 800px) {
	body.recruit #inquiry_content { width:980px;margin:0 auto;padding:80px 0 0; }

}

@media screen and (max-width: 799px) {
	body.recruit #inquiry_content h3 { font-size:1.2rem; }
	body.recruit #inquiry h1 img {
		width:50%;
	}

	body.recruit #inquiry_content { width:100%;margin:0 auto;padding:40px 0 0; }

#formWrap p { margin:0 20px 20px 20px; }

}

/*---------------------------------------------------------
　RECRUIT
---------------------------------------------------------*/


body.recruit table {
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #CCC;
	background:#f5f5f5;
}

body.recruit table th {
	text-align:left;
	font-weight:bold;
	position:relative;
	border-bottom:1px solid #ddd;
}

body.recruit table th span {
	display:inline-block;
	padding:2px 8px;
	background-color:#9b0202;
	color:#FFF;
	font-size:.7rem;
	font-weight:normal;
	line-height:1;
}

body.recruit table td span {
	font-size:.8rem;
	color:#999;
	display:block;
}


body.recruit table td input[type="text"] {
	padding:10px;
	border:1px solid #CCC;
}

body.recruit table td textarea {
	padding:10px;
	border:1px solid #CCC;
}

body.recruit table td li {
	padding:5px 0;
}

body.recruit table td li .radio-input{
	display: none;
}

body.recruit table td li .radio-input + label{
	padding-left: 30px;
	position:relative;
	margin-right: 10px;
	cursor:pointer;
}

body.recruit table td li .radio-input + label::before{
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 20px;
	height: 20px;
	border: 1px solid #CCC;
	border-radius: 50%;
}

body.recruit.new table td li .radio-input:checked + label{color: #6db829;}
body.recruit.career table td li .radio-input:checked + label{color: #00a9ec;}

body.recruit table td li .radio-input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
}

body.recruit.new table td li .radio-input:checked + label::after{background:#6db829;}
body.recruit.career table td li .radio-input:checked + label::after{background:#00a9ec;}

body.recruit table td li input[type="text"] {
	display:inline !important;
	width:300px;
	margin-left;20px;
}

body.recruit table td li input[type="text"]::placeholder{
	color:#999;
}

body.recruit table td table,
body.recruit table td th,
body.recruit table td td {
	padding:5px 0;
	background:#FFF;
	border:none;
}

body.recruit table td {
	background:#FFF;
}

body.recruit table td .agree {
	margin-top:20px;
}

body.recruit table td .agree input[type="checkbox"] {
	display:none;
}

body.recruit table td .agree input[type="checkbox"]:checked + label::after {
	content:"";
	position:absolute;
	top:50%;
	left:3px;
	width:11px;
	height:7px;
	margin:-8px 0 0 0;
	border-left:3px solid #CCC;
	border-bottom:3px solid #CCC;
	transform:rotate(-45deg);
}

body.recruit.new table td .agree input[type="checkbox"]:checked + label::after {border-color:#6db829;}
body.recruit.career table td .agree input[type="checkbox"]:checked + label::after {border-color:#00a9ec;}

body.recruit table td .agree label {
	position:relative;
	display:inline-block;
	cursor:pointer;
	padding-left:30px;
	font-weight:bold;
	font-size:1.1rem;
}

body.recruit table td .agree label:before {
	content:"";
	display:block;
	width:20px;
	height:20px;
	border:1px solid #CCC;
	position:absolute;
	top:50%;
	left:0;
	box-sizing:border-box;
	margin-top:-10px;
	background:#FFF;
}



/* submit__box */
body.recruit .submit__box {
	text-align:center;
	margin:20px auto;
}

body.recruit .submit__box ul {
	display:flex;
	justify-content:center;
}

body.recruit .submit__box ul li {
	padding:0 10px;
}

body.recruit .submit__box ul li a {
	padding:10px 20px;
	border-radius:5px;
}

body.recruit .submit__box ul li a:hover {
	text-decoration:none;
	opacity:.7;
}

body.recruit .submit__box .btn__submit a {
	color:#FFF;
	background:#00a9ec;
}

body.recruit.new .submit__box .btn__submit a {background:#6db829;}
body.recruit.career .submit__box .btn__submit a {background:#00a9ec;}

body.recruit .submit__box .btn__clear a {
	color:#333;
	background:#eee;
}


/* pageBack__box */

body.recruit .pageBack__box {
	margin:20px auto;
}

body.recruit .pageBack__box a{
	border-radius:5px;
	font-size:.8rem;
	background:#8d8575;
	color:#e5e2d8;
	position: relative;
	padding: 5px 20px 5px 36px;
	vertical-align: middle;
	text-decoration: none;
}

body.recruit .pageBack__box a:hover{
	text-decoration:none;
	opacity:.7;
}


body.recruit .pageBack__box a::before,
body.recruit .pageBack__box a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

body.recruit .pageBack__box a::before{
	left: 20px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #e5e2d8;
}





@media screen and (min-width: 800px) {
	body.recruit table th {
		width:30%;
		padding:15px 60px 15px 20px;
	}

	body.recruit table td {
		width:60%;
		padding:15px 0 15px 15px;
		border-bottom:1px solid #ddd;
	}

	body.recruit table th span {
		position:absolute;
		right:20px;
	}

	body.recruit table td input[type="text"] {
		display:inline-block;
		width:90%;
	}

	body.recruit table td input[type="text"].sizeS {
		width:30%;
	}

	body.recruit table td textarea {
		width:90%;
	}

	body.recruit table td ul.column {
	display:flex;
	}

	body.recruit .pageBack__box {
		text-align:right;
	}
}


@media screen and (max-width: 799px) {
	body.recruit table th,
	body.recruit table td {
		display:block;
		padding:10px;
	}

	body.recruit table th span {
		margin-left:10px;
	}

	body.recruit table td input[type="text"],
	body.recruit table td textarea {
		width:90%;
	}

	body.recruit table td li input[type="text"] {
		margin-top:10px;
	}
	body.recruit .pageBack__box {
		text-align:center;
	}
}
