@charset "utf-8";

/* CSS Document */

body {
	padding: 0;
	margin: 0;
}

.l_banner img,
img.l_banner {
	width: 100%;
}

span.error {
	display: block;
	font-size: 12px;
	color: #ff0004;
	margin-top: 10px;
}

.page_request p span {
	display: -webkit-inline-box;
	margin: 0 10px 20px 0;
}

.request_complete {
	text-align: center;
}

.page_request {
	max-width: 1040px;
	margin: 0 auto 100px;
	box-sizing: border-box;
	padding: 15px 20px 80px 20px;
}

.page_request dl.trems {
	box-sizing: border-box;
	width: 1000px;
	max-width: 100%;
	margin: auto;
	padding: 40px 0 20px 0;
}

.page_request dl.trems dt {
	font-size: 20px;
	padding: 20px 0;
}

.page_request dl.trems > dt:first-of-type {
	width: 100%;
	text-align: left;
	font-size: 2rem;
	/*background-image: url(../img/common/icon_capsule.svg);*/
	background-position: top left;
	background-repeat: no-repeat;
	color: #55a93a;
	/*padding: 0 0 0 27px;*/
	margin-bottom: 30px;
	position: relative;
}

.page_request dl.trems > dt:first-of-type::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #dadada;
	margin: 0 auto;
}

.page_request .step {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/* -webkit-flex-direction: row; */
	flex-direction: row;
}

.page_request .step dt,
.page_request .step dd {
	margin-bottom: 25px;
}

.page_request .step dt {
	width: 150px;
	height: 150px;
	min-width: 150px;
	min-height: 150px;
	max-width: 150px;
	max-height: 150px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;

	background-color: #55a93a;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
}

.page_request .step dt span {
	display: block;
	padding: 0;
	width: 100%;
	font-size: 2rem;
}

.page_request .step dt span span {
	padding-top: 4px;
	font-size: 1.3rem;
	line-height: 1.4;
}

.page_request .step dt br {
	direction: none;
}

.page_request .step dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 50%;
}

.page_request .step dd {
	box-sizing: border-box;
	padding: 0 40px 0 20px;
	border: none;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	line-height: 180%;
}

@media screen and (max-width: 767px) {
	.page_request .step dl {
		width: 100%;
	}
}

.page_request h2 {
	width: 1000px;
	max-width: 100%;
	font-size: 28px;
	padding: 0 0 0 15px;
	text-align: left;
	margin-bottom: 21px;
	margin-top: 15px;
	line-height: 45px;
	border-left: 5px solid #55a93a;
	font-weight: normal;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	letter-spacing: 1px;
	margin: auto;
	box-sizing: border-box;
}

.page_request h3 {
	font-size: 28px;
	padding: 0 0 0 12px;
	text-align: left;
	margin-bottom: 21px;
	margin-top: 60px;
	line-height: 45px;
	border-left: 5px solid #55a93a;
	font-weight: normal;
	display: block;
	letter-spacing: 1px;
}

.page_request table {
	border-collapse: collapse;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 35px 0;
}

.page_request table th,
.page_request table td {
	border: solid 1px #eaeaea;
	padding: 15px;
	font-size: 14px;
}

.page_request table th {
	text-align: right;
	width: 200px;
	font-weight: normal;
	background-color: #fafafa;
}

.page_request 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: 20px;
}

#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;
}

.page_request form input,
.page_request form select,
.page_request form textarea {
	border: solid 1px #cccccc;
	background-color: #ffffff;
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
	text-decoration: none;
}

.page_request form textarea {
	height: 150px;
	resize: vertical;
}
.page_request table td.mini_radio textarea {
	padding: 2px;
	width: 100%;
}
.user_regist td li:not(:last-of-type) {
	margin-bottom: 5px;
}

td.lg input {
	width: 380px;
}

.page_request label {
	display: inline-block;
	padding-right: 15px;
	margin-bottom: 10px;
	width: 210px;
}
.resume_text_other label {
	width: 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;
}

.page_request .mini_radio label {
	width: 70px;
}

.page_request label input {
	top: 1px;
	position: relative;
}
#form-resume_class_other,
#form-job_license_note {
	margin-left: 5px;
	width: 140px;
}
.user_regist form input:disabled {
	background-color: rgb(235, 235, 228);
	border-color: #ccc;
}

.page_request p:not(:last-of-type) {
	margin-bottom: 10px;
}

.page_request .regist-btn {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
	border: solid 1px #55a93a;
}

.page_request .return-btn,
.page_request .regist-btn {
	background-color: #55a93a;
	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;
}

.page_request .regist-btn:hover {
	opacity: 0.8;
}

.page_request .return-btn {
	background-color: #ffffff;
	border: solid 1px #cccccc;
	color: #000000;
}

.page_request .return-btn:hover {
	background-color: #e9e9e9;
}

.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;
	line-height: 1.4;
}

.flex-dl-wrapper dl > dt {
	text-align: left;
	display: block;
	font-weight: normal;
	background-color: #ffebf7;
	border-bottom: solid 1px #cccccc;
}

.flex-dl-wrapper .flex-inner > dl:last-child {
	border-right: 0;
}

label.control {
	padding: 0 10px;
	border-right: solid 1px #cccccc;
}
.page_request label.control {
	margin-bottom: 0;
}

.trems p {
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	line-height: 1.4;
}
.trems p span {
	margin: 0;
	width: inherit;
	color: #d61020;
}

.trems p::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 77px 0 77px;
	border-color: #55a93a transparent transparent transparent;
	margin: 40px auto 0;
}
.applying {
	padding: 20px 20px 0 20px;
}
.page_request dl.applying dt {
	font-size: 2.3rem;
	padding-bottom: 5px;
	font-weight: bold;
}
.applying dd {
	font-size: 1.8rem;
	line-height: 1.4;
}
.user_regist h2 {
	margin-bottom: 21px;
	padding: 0px 0 0 12px;
}

@media screen and (max-width: 767px) {
	.page_request {
		margin-bottom: 40px;
	}
	.page_request table,
	.page_request table tbody,
	.page_request table tbody tr,
	.page_request table tbody tr th,
	.page_request table tbody tr td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.page_request table tbody tr th {
		margin-top: -1px;
		text-align: left;
	}
	.page_request table tbody tr td {
		border-top: none;
	}
	.page_request .regist-btn {
		width: 100%;
	}

	.page_request form input {
		max-width: 100%;
	}

	.page_request .regist-btns .regist-btn,
	.page_request .regist-btns .return-btn {
		width: 48%;
	}

	.page_request label {
		width: 100%;
	}
	.page_request label.control--checkbox {
		width: 20px;
	}
	/*
	.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;
	}

	.sp {
		width: 100%;
	}

	.page_request .trems .step dt {
		min-width: 125px;
		width: 125px;
		border-radius: 4px;
	}
	.page_request .trems .step dd {
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		-o-flex: 1;
		flex: 1;
		font-size: 1.7rem;
	}

	.trems p {
		font-size: 2rem;
		line-height: 1.6;
	}
	.trems p::after {
		margin-top: 30px;
	}
	.page_request dl.trems > dt:first-of-type {
		padding-bottom: 5px !important;
	}
	.page_request dl.applying {
		padding: 20px 0 0 0;
	}
	.page_request dl.applying dt {
		font-size: 2rem;
	}
	.page_request dl.applying dd {
		font-size: 1.8rem;
	}
	.column_head {
		margin: 0 auto 0px auto;
	}
	.column_head h2 {
		font-size: 4vw;
	}
	.page_request dl.trems {
		padding: 20px 0 20px 0;
	}
	.page_request .step dd {
		padding: 0 0px 0 20px;
	}
	.page_request h3 {
		margin-top: 0px;
	}
	.frame_privacy {
		height: 175px;
	}
	.user_regist form select {
		margin-bottom: 10px;
	}
	.page_request table td.mini_radio textarea {
		width: 100%;
	}
	.hope_loc span {
		display: block;
		margin-bottom: 5px;
	}
	.user_regist table tbody tr:not(:last-of-type) th br {
		display: none;
	}
	.user_regist table tbody tr th {
		position: relative;
		margin-top: -1px;
		text-align: left;
		line-height: 1.4;
	}
	.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;
	}
}
