@charset "UTF-8";

/* -------------------------- */
/* content */
/* -------------------------- */

/* formList */
.formList {
	margin: 30px 0;
	border-top: 1px solid #ddd;
	text-align: left;
}
	.formList dt,
	.formList dd {
		padding: 15px 0;
		font-size: 1.4rem;
	}
	.formList dt {
		position: relative;
		padding-bottom: 0;
		font-weight: bold;
	}
	.formList dd {
		border-bottom: 1px solid #ddd;
	}
		.formList dd .txt_note {
			display: block;
			font-weight: bold;
		}
		.formList dd .txt_caution {
			padding-top: 5px;
			color: #bc2e2e;
			display: block;
			font-weight: bold;
		}
		.formList_inputItem {
			width: 100%;
		}
		.formList_inputItem02 {
			width: 100%;
			height: 150px;
		}
		.formList_inputItem03 {
			width: 100%;
		}
		.formList_inputItem04 {
			width: 70px;
		}

/* submitBox */
.submitBox {
	width: 80%;
	margin: 30px auto 0;
	position: relative;
}
	.submitBox input {
		width: 100%;
		margin: 0 auto;
		padding: 20px 35px;
		background: #d34b4b;
		border: none;
		color: #fff;
		cursor: pointer;
		display: block;
		text-align: center;
		text-decoration: none;
		opacity: 1;
		position: relative;
	}
	.submitBox input:hover {
		opacity: 0.6;
	}


/* form */
input[type=text] ,
input[type=password] ,
input[type=email] ,
input[type=tel] ,
select ,
textarea {
	padding: 13px;
	border: 0;
	box-sizing: border-box;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
}
input[type=text]:focus ,
input[type=password]:focus ,
input[type=email]:focus  ,
input[type=tel]:focus  ,
select:focus ,
textarea:focus {
	background-color: #f1f1f1;
}
input[type=checkbox] ,
input[type=radio] {
	display: inline-block;
	margin-right: 10px;
}
label {
	margin: 10px 25px 5px 0;
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.formList dd {
	position: relative;
}
.formList input[type=radio] {
	position: absolute;
	display: inline-block;
	opacity: 0;
	width: 65px;
	height: 34px;
  z-index: 100;
}
.formList input[type="radio"]:hover {
	cursor: pointer;
}
.formList input[type="radio"] + label {
	display: inline-block;
	background-image: url(/images/inquiry_recruit/bg_radio_off.png);
	background-size: 30px;
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0 25px 0 0;
	padding: 0 0 0 40px;
	line-height: 34px;
	width: 65px;
	height: 34px;
}
.formList input[type="radio"]:checked + label {
	background-image: url(/images/inquiry_recruit/bg_radio_on.png);
}

label input[type=radio] + span {
	padding-left: 32px;
}
label input[type=radio] + span::before {
	width: 23px;
	height: 23px;
	border: 1px solid #c1bdba;
	background: #fff;
	border-radius: 23px;
	content: "";
	position: absolute;
	left: 0;
	top: -3px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
label input[type=radio]:checked + span::after {
	width: 15px;
	height: 15px;
	background: #10a95b;
	border-radius: 15px;
	content: "";
	position: absolute;
	left: 5px;
	top: 2px;
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	height: 45px;
	padding: 10px 47px 10px 13px;
	text-indent: .01px;
	background: #fff url(/images/inquiry_recruit/bg_select.png) no-repeat right;
	background-size: auto 60px;
}
select::-ms-expand {
	display: none;
}
select:not(:target) {
	appearance: pop-up-menu\9;
	background: none transparent\9;
	background-color: #fff\9;
	height: auto\9;
	padding: 5px 10px\9;
	text-indent: 0\9;
}

@media all and (-ms-high-contrast: none) {

	select:not(:target) {
		appearance: none;
		height: 61px;
		padding: 4px 50px 4px 8px;
		background: #fff url(/images/inquiry_recruit/bg_select.png) no-repeat right;
	}

}

/* images */
.ajax-file-upload {
	width: 150px;
	padding: 7px 0;
	background-color: #a49b95;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #666), color-stop(0.00, #ccc));
	background: -webkit-linear-gradient(#ccc, #666);
	background: -moz-linear-gradient(#ccc, #666);
	background: -o-linear-gradient(#ccc, #666);
	background: -ms-linear-gradient(#ccc, #666);
	background: linear-gradient(#ccc, #666);
	background-color: #666;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #999;
	box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.ajax-file-upload-statusbar {
	padding: 10px;
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/* required */
.required {
	position: absolute;
	top: auto;
	bottom: auto;
	right: 7px;
	margin-top: -2px;
	padding: 2px 10px;
	background-color: #d34b4b;
	border-radius: 5px;
	color: #fff;
	font-size: 1.4rem;
}

/* error */
.error {
	margin-bottom: 30px;
	border: 1px solid #dc0101;
}
	.error .strongTitle {
		margin-bottom: 0;
		padding: 15px;
		background-color: #dc0101;
		color: #fff;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	
	.error .errorTxt {
		padding: 15px;
		color: #dc0101;
		display: block;
		font-size: 1.4rem;
		line-height: 1.4em;
	}
	


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width: 768px) {

select {
	height: 45px;
	padding: 10px 47px 10px 13px;
	text-indent: .01px;
	background-size: auto 60px;
}

/* error */
.error {
	margin-bottom: 40px;
}
	.error .strongTitle {
		font-size: 1.6rem;
	}
	.error .errorTxt {
		font-size: 1.6rem;
	}


}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1024px) {

/* -------------------------- */
/* content */
/* -------------------------- */

/* formList */
.formList {
}
	.formList dt,
	.formList dd {
		font-size: 1.6rem;
	}
	.formList dt {
		padding: 30px 0 0;
		clear: both;
		float: left;
		width: 250px;
	}
	.confirmList dt {
		padding: 20px 0 0;
	}
	.formList dd {
		min-height: 65px;
		padding: 20px 0 20px 270px;
	}
		.formList dd .txt_note {
			padding-bottom: 3px;
		}
		.formList dd .txt_caution {
			padding: 0 0 3px;
		}
		.formList_inputItem {
			width: 35%;
		}

/* submitBox */
.submitBox {
	width: 320px;
	margin-top: 60px;
}
	.submitBox input {
		padding: 30px 0;
	}

/* form */
form {
	margin: 0 10%;
}
.error {
	margin-bottom: 60px;
}
	.error .errorTxt {
		font-size: 1.8rem;
	}


}