@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;
}


.page_request p span {
	display: -webkit-inline-box;
	margin: 0 10px 20px 0;
	width: 100px;
}

.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: #ffbf41;
	/*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: #ffbf41;
	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 #ffbf41;
	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 #ffbf41;
	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: 220px;
	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 6px 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 {
	width: 100%;
	height: 150px;
	resize: vertical;
}


td.lg input {
	width: 380px;
}

.page_request label {
	display: inline-block;
	padding-right: 15px;
	width: 190px;
}

.page_request .mini_radio label {
	width: 70px;
}

.page_request label input {
	top: 1px;
	position: relative;
}

.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 #ffbf41;
}

.page_request .return-btn,
.page_request .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;
}

.page_request .regist-btn:hover {
	opacity: .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;
}

.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;
}

label.control {
	padding: 0 10px;
	border-right: solid 1px #CCCCCC;
}

.trems p {
	font-size: 2.3rem;
	font-weight: bold;
	color: #d61020;
	text-align: center;
	margin-top: 30px;
}
.trems p::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 77px 0 77px;
	border-color: #ffbf41 transparent transparent transparent;
	margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
	.page_request {
		margin-bottom: 0;
	}
	.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: 50%;
	}


	/*
	.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;
	}
	.column_head {
	    margin: 0 auto 0px auto;
	}
	.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;
	}
}