@charset "utf-8";

/* CSS Document */

body {
	padding: 0;
	margin: 0;
}

span.error {
	display: block;
	font-size: 12px;
	color: #FF0004;
	margin-top: 5px;
}


.user_regist {
	max-width: 1040px;
	margin: 0 auto 100px;
	box-sizing: border-box;
	padding: 0 20px;
}

.regist_complete {
	text-align: center;
}

.regist_complete p {
	line-height: 1.7;
}

.regist_complete .btn2 {
	height: 50px;
	width: 200px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin: 30px auto 0;
	font-size: 1.8rem;
}

.user_regist h3 {
	font-size: 28px;
	padding: 0 0 0 0;
	text-align: center;
	margin-bottom: 21px;
	margin-top: 15px;
	line-height: 45px;
	font-weight: normal;
}

.user_regist h2 {
	font-size: 28px;
	padding: 0 0 0 12px;
	text-align: left;
	margin-bottom: 21px;
	margin-top: 15px;
	line-height: 45px;
	border-left: 5px solid #ffbf41;
	font-weight: normal;
	display: block;
	letter-spacing: 1px;
}

.user_regist table {
	border-collapse: collapse;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 35px 0;
}

.user_regist table th,
.user_regist table td {
	border: solid 1px #eaeaea;
	padding: 15px;
	font-size: 14px;
}

.user_regist table th {
	text-align: right;
	width: 200px;
	font-weight: normal;
	background-color: #fafafa;
}

.user_regist table th span.required {
	color: #FFFFFF;
	background-color: #d61020;
	display: inline-block;
	padding: 3px 4px;
	margin: 0 0 0 6px;
}

#MainForm>table>tbody>tr>td.salary-box>p {
	margin-bottom: 0;
}

#MainForm>table>tbody>tr>td.salary-box>p:last-of-type {
	margin-bottom: 0;
}

.caution {
	text-align: center;
	padding: 20px;
	margin-bottom: 30px;
	line-height: 1;
}

.caution a {
	text-decoration: underline;
}

.caution a:hover {
	text-decoration: none;
}

.user_regist form input,
.user_regist form select {
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.user_regist form select {
		margin-bottom: 10px;
	}
}

td.lg input {
	width: 380px;
}

.user_regist label {
	display: inline-block;
	padding-right: 15px;
	width: 210px;
	margin-bottom:10px;
}

.user_regist .employment_status label {
	width: auto;
	margin-top: 5px;
}

#form-resume_class_other,
#form-job_license_note {
	margin-left: 5px;
	width: 140px;
}


.user_regist td li:not(:last-of-type) {
	margin-bottom: 5px;
}


.user_regist #MainForm>p.text {
	text-align: center;
	margin-bottom: 8px;
}

.user_regist #MainForm>p.text>a {
	text-decoration: underline;
}

.user_regist .mini_radio label {
	width: 70px;
}

.user_regist label input {
	top: 1px;
	position: relative;
}

.user_regist p:not(:last-of-type) {
	margin-bottom: 10px;
}


.user_regist .regist-btn {
	border: solid 1px #ffbf41;
}

.user_regist .return-btn,
.user_regist .regist-btn {
	background-color: #ffbf41;
	color: #FFFFFF;
	text-align: center;
	width: 40%;
	display: block;
	box-sizing: border-box;
	margin: 0 auto 10px auto;
	box-sizing: border-box;
	font-size: 18px;
	transition: .3s ease;
}

.user_regist .regist-btn:hover {
	cursor: pointer;
	opacity: .8;
}

.user_regist .return-btn {
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	color: #333;
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
}

.user_regist .return-btn:hover {
	background-color: #E9E9E9;
	cursor: pointer;
}

.regist-btns {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex-dl-wrapper {
	display: -webkit-flex;
	display: flex;
	border: solid 1px #CCCCCC;
}

.flex-dl-wrapper .flex-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 1;
	-moz-flex: 1;
	flex: 1;
}

.flex-dl-wrapper .flex-inner>dl,
.flex-dl-wrapper>dl {
	width: auto;
	-webkit-flex: 1;
	-moz-flex: 1;
	flex: 1;
	border-right: solid 1px #CCCCCC;
}

.flex-dl-wrapper dl>dt,
.flex-dl-wrapper dl>dd {
	padding: 15px;
	font-size: 14px;
}

.flex-dl-wrapper dl>dt {
	text-align: left;
	display: block;
	font-weight: normal;
	background-color: #fef9ef;
	border-bottom: solid 1px #CCCCCC;
}

.flex-dl-wrapper .flex-inner>dl:last-child {
	border-right: 0;
}

.d_ib {
	display: inline-block;
}

.d_ib label {
	width: auto;
}

.user_regist form input:disabled {
	background-color: rgb(235, 235, 228);
	border-color: #ccc;
}

.resume_text_other {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
}

.resume_text_other label {
	width: auto;
}


label.control {
	padding: 0 10px;
	border-right: solid 1px #CCCCCC;
}

.frame_privacy {
	height: 120px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	border: 1px solid #d4d4d4;
	background-color: #FFF;
}

.notice_privacy {
	height: 96px;
	width: calc(100% - 20px);
	text-align: left;
	padding: 10px;
}
.hope_salary label {
	width: auto;
}
@media screen and (max-width: 767px) {
	.hope_salary {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
	}
	.hope_salary label:last-of-type {
		padding-right: 0;
		-webkit-flex: 1px;
		-moz-flex: 1px;
		-ms-flex: 1px;
		-o-flex: 1px;
		flex: 1px;
		width: 100%;
	}
	.hope_salary input[type=number] {
		width: 80%;
	}
}

@media screen and (max-width: 640px) {

	.user_regist {
		width: 100%;
		padding: 0 3%;
		margin-bottom: 50px;
	}
	.user_regist table,
	.user_regist table tbody,
	.user_regist table tbody tr,
	.user_regist table tbody tr th,
	.user_regist table tbody tr td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.user_regist table tbody tr th {
		position:relative;
		margin-top: -1px;
		text-align: left;
		line-height: 1.4;
	}
	.user_regist table th span.required {
		line-height: 1;
	}
	.user_regist table tbody tr:not(:last-of-type) th br {
		display: none;
	}
	.user_regist table tbody tr td {
		border-top: none;
	}
	.user_regist .regist-btn {
		width: 100%;
	}

	.user_regist form input {
		max-width: 100%;
	}
	
	.user_regist table tbody tr th.privacy_th {
		box-sizing:border-box;
		padding-left:60px;	
	}
	.user_regist table tbody tr th.privacy_th .required{
		position: absolute;
		left: 10px;
		top: 12px;
	}

	.user_regist .regist-btns .regist-btn,
	.user_regist .regist-btns .return-btn {
		width: 48%;
		height: 50px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		margin: 0;
		padding: 0;
		border-radius: 0;
		outline: none;
	}
	.user_regist .regist-btns .confirm_btn {
		margin: 0 auto;
	}
	.resume_text_other {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: flex-start;
	}
	.resume_text_other label {
		width: auto;
	}

	.regist_complete .btn2 {
		width: 90%;
	}

	/*
	.flex-dl-wrapper {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	*/
	.flex-dl-wrapper>dl {
		border-right: 0;
	}
	.flex-dl-wrapper>dl>dd {
		border-bottom: solid 1px #CCCCCC;
	}
	.flex-dl-wrapper>dl:last-child>dd {
		border-bottom: 0;
	}

	.user_regist textarea {
		width: 100%;
	}

	.birth select:first-of-type {
		width: 42%;
	}
	.birth td .wpcf7-form-control-wrap:not(:first-of-type) select {
		width: auto;
	}

	.hope_loc span {
		display: block;
		margin-bottom: 5px;
	}

	.privacy_caution {
		line-height: 1.7;
	}
	.caution {
		margin-bottom: 0;
	}
	.flex-dl-wrapper>dl>dd {
		border-bottom: none;
	}
	.frame_privacy {
		height: 120px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		border: 1px solid #d4d4d4;
		background-color: #FFF;
	}
	.notice_privacy {
		height: 100%;
		width: 100%;
		text-align: left;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.regist-btns {
		-webkit-justify-content: center;
		justify-content: center;
	}
}

.wpcf7-not-valid-tip,
span.has-free-text {
	margin-top: 5px;
}
span.has-free-text {
	display: block;
}
.has-free-text label {
	width: auto;
}
div.wpcf7-validation-errors {
	border: none;
	color: #f00;
	text-align: center;
}
div.wpcf7-mail-sent-ok {
	display: none !important;
}