@charset "UTF-8";

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

.contact {
}
	.contact .normalTxt {
	}
		.contact .normalTxt a {
			color:#d72817;
			text-decoration: underline;
		}
		.contact .normalTxt br {
			display: none;
		}

/* 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: 100%;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
	.submitBox input {
		width: 49%;
		margin: 0 auto;
		padding: 20px 15px;
		background: #d34b4b;
		border: none;
		color: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		opacity: 1;
		position: relative;
	}
	.submitBox input:hover {
		opacity: 0.6 !important;
	}
	.submitBox input[type=button] {
		background: #ccc;
		color: #333;
	}

/* 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;
	font-size: 1.8rem;
}
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;
}
input[type=checkbox] ,
input[type=radio] {
	display: inline-block;
	margin-right: 10px;
}
label {
	min-height: 30px;
	margin: 10px 25px 5px 0;
	cursor: pointer;
	display: inline-block;
	position: relative;
}
label input[type=radio] ,
label input[type=checkbox]
 {
	display: none;
	position: relative;
}
label input[type=radio] + span,
label input[type=checkbox] + span {
	min-height: 33px;
	margin-top: -3px;
	padding: 5px 0 0 50px;
	display: inline-block;
	line-height: 1.4;
}
label input[type=radio] + span::before,
label input[type=checkbox] + span::before {
	width: 33px;
	height: 33px;
	border: 1px solid #c7c7c7;
	background: #fff;
	border-radius: 35px;
	content: "";
	position: absolute;
	left: 0;
	top: -5px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
label input[type=radio]:checked + span::after {
	width: 19px;
	height: 19px;
	background: #d34b4b;
	border-radius: 15px;
	content: "";
	position: absolute;
	left: 8px;
	top: 3px;
}
input[type=checkbox] {
}
label input[type=checkbox] + span::before {
	border: 1px solid #c7c7c7;
	border-radius: 5px;
}
label input[type=checkbox]:checked + span::after {
	width: 35px;
	height: 35px;
	background: #d34b4b url(/images/icon/icon_check.png) no-repeat center center;
	background-size: 20px 19px;
	border-radius: 5px;
	content: "";
	position: absolute;
	left: 0;
	top: -5px;
}

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 {
	margin-top: 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;
	}
	.errorTxt {
		padding-top: 15px;
		color: #dc0101;
		display: block;
		line-height: 1.4rem;
	}
	.errorTxt:empty {
		display: none;
	}
	.error ul {
		padding: 15px;
		color: #dc0101;
		font-size: 1.4rem;
		line-height: 1.2;
	}


/* ================================================================================================================================================================================== */
/* 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 */
/* -------------------------- */

.contact {
}
	.contact .normalTxt {
		text-align: center;
	}
		.contact .normalTxt br {
			display: block;
		}

/* 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 {
	margin: 0 auto;
	justify-content: center;
}
	.submitBox input {
		width: 320px;
		margin: 0 10px;
		padding: 30px 40px;
		font-size: 1.6rem;
	}

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


}