@charset "utf-8";
/* CSS Document */
body {
	padding:0;
	margin:0;	
}

span.error {
	display:block;
	font-size:12px;
	color:#FF0004;
}

.regist_complete {
	text-align:center;
}


.page_contact {
	max-width:1040px;
	margin:0 auto 100px;
	box-sizing:border-box;
    padding: 15px 20px 80px 20px;
		
}

.page_contact 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 #6a4297;
    font-weight: normal;
    display: block;
    letter-spacing: 1px;
	margin:auto;
	box-sizing:border-box;
}


.page_contact table {
	border-collapse:collapse;
	width:100%;
	box-sizing:border-box;
	margin: 0 0 35px 0;
}
.page_contact table th, 
.page_contact table td {
	border:solid 1px #eaeaea;
	padding:15px;
	font-size:14px;
}
.page_contact table th {
    text-align: right;
    width: 200px;
	font-weight:normal;
	background-color:#fafafa;
}
.page_contact 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_contact form input,
.page_contact form select,
.page_contact form textarea {
	border:solid 1px #CCCCCC;
	background-color:#FFFFFF;
	font-size:14px;
	padding:10px;
	box-sizing:border-box;
	text-decoration:none;
}

.page_contact form textarea {
    width: 100%;
    height: 150px;
    /* max-width: 500px; */
}

td.lg input{
	width:380px;
}
.page_contact label{
	display:inline-block;
	padding-right:15px;
	width: 190px;
}

.page_contact .mini_radio label{
	width:70px;
}

.page_contact label input {
	top: 1px;
    position: relative;
}
.page_contact p:not(:last-of-type) {
	margin-bottom: 10px;
}


.page_contact .regist-btn{
	border:solid 1px #6a4297;	
}

.page_contact .return-btn, 
.page_contact .regist-btn{
	background-color:#6a4297;
	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_contact .regist-btn:hover {
	background-color:#8868ac;
}
.page_contact .return-btn {
	background-color:#FFFFFF;
	border: solid 1px #CCCCCC;
	color:#000000;
}
.page_contact .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: #f2eef7;
	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;
}

@media screen and (max-width: 640px) {
	.page_contact table,
	.page_contact table tbody,
	.page_contact table tbody tr,
	.page_contact table tbody tr th,
	.page_contact table tbody tr td {
		display:block;
		width:100%;
		box-sizing:border-box;
	}
	.page_contact table tbody tr th {
		margin-top:-1px;
		text-align:left;
	}
	.page_contact table tbody tr td {
		border-top:none;
	
	}
	.page_contact .regist-btn {
		width:100%;
	}
	
	.page_contact form input {
		max-width:100%;
	}
	
	.page_contact .regist-btns .regist-btn,
	.page_contact .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;
	}
}




.checkbox-918 {
	display: block;
	text-align: center;
	margin-top: 15px;
}
.page_contact .checkbox-918 label {
	padding: 0;
	width: auto;
}

span.wpcf7-not-valid-tip {
	padding-top: 10px;
}