@charset "utf-8";

#contact .caution{
	color: #d80000;
}
#contact .sec1 .sec_inner{
	border-bottom: 1px dotted #ccc;
    padding-bottom: 50px;
}
#contact .sec1 .contents{
	text-align: center;
}
#contact .sec1 p.number{
	line-height: 1;
	font-size: 4rem;
	font-family: oswald, sans-serif;
	font-weight: 600;
    color: #fff;
    width: 400px;
    padding: 10px 0;
    margin: 30px auto 10px;
	background:#1f2a73;
}
@media screen and (max-width: 1024px) {
	#contact .sec1{
		padding-bottom: 0;
	}
	#contact .sec1 .sec_inner{
		padding-bottom: 12%;
	}
	#contact .sec1 p.number{
		font-size: 3rem;
		width: auto;
		padding: 3% 0px;
		margin: 6% 6% 2%;
	}
}

#contact .sec2 .intro_wrap p.desc{
	text-align: center;
}
#contact .sec2 .intro_wrap .desc_box{
	background-color: #ececec;
	border-radius: 10px;
	padding:15px 30px;
	margin:30px 30px 0;
}
#contact .sec2 .intro_wrap .desc_box strong{
	font-weight: bold;
}
@media screen and (max-width: 1024px) {
	#contact .sec2 .intro_wrap{
		width: 100%;
		margin-top:10%;
	}
	#contact .sec2 .intro_wrap p.desc{
	    margin: 0;
	    width: auto;
	}
	#contact .sec2 .intro_wrap .desc_box{
		margin:8% 0;
	}
}

#contact .sec2 .form_wrap{
	position: relative;
	width:auto;
	margin:30px auto 0;
}
#contact .sec2 .form_wrap .table {
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	background: #fff;
}

#contact .sec2 .form_wrap .table tr{
	border-top: 1px solid #ccc;
}

#contact .sec2 .form_wrap .table th {
	width: 25%;
	padding: 0 0 0 20px;
    vertical-align: middle;
    font-weight: bold;
    text-align: left;
}
#contact .sec2 .form_wrap .table td {
	width: 75%;
	padding: 10px 15px 10px;
}
#contact .sec2 .form_wrap .table input,
#contact .sec2 .form_wrap .table textarea{
	background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 1px 1px 1px #828282;
    color: #495057;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    margin: 5px 0;
    width: 100%;
    font-size: 1.4rem;
    height: 4rem;
}
#contact .sec2 .form_wrap .table p.r_btn{
	margin-right:20px;
}
#contact .sec2 .form_wrap .table p.r_btn input{
	width: auto;
    margin-right:5px;
    box-shadow: none;
}
#contact .sec2 .form_wrap .table input::placeholder{
	color: #ccc;
	font-size:1.2rem;
}
#contact .sec2 .form_wrap .table input.postalcode{
	width: 20%;
    margin: 5px 2%;
}
#contact .sec2 .form_wrap .table input.postalcode:first-child {
	margin-left:0;
}
#contact .sec2 .form_wrap .table input.postalcode:nth-child(2) {
	margin-right:0;
}
#contact .sec2 .form_wrap .table input.half {
	width: 30%;
    margin: 5px 2%;
}
#contact .sec2 .form_wrap .table input.half:first-child {
	margin-left:0;
}
#contact .sec2 .form_wrap .table input.half:last-child {
	margin-right:0;
}
#contact .sec2 .form_wrap .table select{
	display: inline-block;
    height: 4rem;
    font-size: 1.4rem;
    padding: 0rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 20%;
    box-shadow: inset 1px 1px 1px #828282;
    vertical-align: middle;
}
#contact .sec2 .form_wrap .table select#jobtype{
	width: 100%;
}
#contact .sec2 .form_wrap .table .align-item {
    display: flex;
    align-items: center;
}
#contact .sec2 .form_wrap .table .state{
	width: 60%;
}
#contact .sec2 .form_wrap .table .align-item label {
    display: inline;
    width: 25%;
    margin-left: 4%;
    margin-bottom: 0;
}
#contact .sec2 .form_wrap .table .align-item select {
    width: 100%;
    margin-right: 0;
}
#contact .sec2 .form_wrap .table .inline {
    display: flex;
    align-items: center;
}
#contact .sec2 .form_wrap .table textarea.inquiry{
	height: auto;
}
#contact .sec2 .form_wrap .btn-area {
	text-align: center;
	margin: 30px 0;
	display: flex;
	justify-content: center;
}
#contact .sec2 .form_wrap .btn-area > button {
	margin: 0 10px;
}
#contact .sec2 .form_wrap .submit-btn {
	font-size: 1.4rem;
	background:#1f2a73;
	padding: 15px 25px;
	color: #fff;
	min-width: 220px;
	text-align: center;
	position: relative;
	border: 0;
	font-weight: bold;
}
#contact .sec2 .form_wrap .submit-btn:disabled {
	opacity: .9;
	cursor: not-allowed;
}
#contact .sec2 .form_wrap .reset-btn {
	font-size: 1.4rem;
	background-color: #191919;
	padding: 15px 25px;
	color: #fff;
	min-width: 220px;
	text-align: center;
	position: relative;
	border: 0;
	font-weight: bold;
}
@media screen and (max-width: 1024px) {
	#contact .sec2 .form_wrap{
		width:auto;
	}
	#contact .sec2 .form_wrap .table{
		border-bottom: 0 none;
	}
	#contact .sec2 .form_wrap .table tr{
		border: none;
	}
	#contact .sec2 .form_wrap .table th {
		display: block;
		width: 100%;
		border: none;
		background: #f3f3f3;
		padding: 4% 2%;
	}
	#contact .sec2 .form_wrap .table td {
		display: block;
		width: 100%;
	}
	#contact .sec2 .form_wrap .table td p{
		margin-top: 3%;
	}
	#contact .sec2 .form_wrap .table .align-item input, #contact .sec2 .form_wrap .table .align-item select{
		width: 100%;
	}
	#contact .sec2 .form_wrap .table select{
		width: 100%;
		height:auto;
		padding: 1rem 0.75rem;
	}
	#contact .sec2 .form_wrap .table input, #contact .sec2 .form_wrap .table textarea{
		margin:5px 0;
	}
	#contact .sec2 .form_wrap .table input.half{
		width: 29%;
		margin: 0 2%;
	}
	#contact .sec2 .form_wrap .table input.postalcode{
		width: 47%;
	}
	#contact .sec2 .form_wrap .table .state{
		width: 100%;
		margin-top:6px;
	}
	#contact .sec2 .form_wrap .table .inline{
		display: block;
	}
	#contact .sec2 .form_wrap .btn-area {
		width: 80%;
		margin: 20px auto 0;
		flex-direction: column-reverse;
	}
	#contact .sec2 .form_wrap .btn-area > button {
		margin: 5px;
		width: 100%;
	}
	#contact .sec2 .form_wrap .btn-area {
		width: 80%;
		margin: 20px auto 0;
		flex-direction: column-reverse;
	}
	#contact .sec2 .form_wrap .btn-area > button {
		margin: 5px;
		width: 100%;
	}
}

#contact .form_wrap .privacy {
    border: 1px solid #000;
    height: 200px;
    overflow-y: scroll;
    overflow-x: auto;
    background: #fff;
    margin: 20px 30px 0;
}
#contact .form_wrap .privacy > .inner {
    padding: 15px;
}
#contact .form_wrap .privacy h2{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}
#contact .form_wrap .privacy p {
	margin: 0 2%;
    width: auto;
    font-size:1.2rem;
}
#contact .form_wrap .privacy .heading {
	font-weight: bold;
	margin:15px 0 5px;
	text-align: left;
	font-size:1.4rem;
}
#contact .form_wrap .privacy-check-wrapper {
	text-align: center;
	margin: 10px 0 0;
}
#contact .form_wrap .privacy-check-wrapper label {
	vertical-align: middle;
}
@media screen and (max-width: 1024px) {
	#contact .form_wrap .privacy {
    	margin: 3% 6% 0;
	}
	#contact .form_wrap .privacy > .inner {
	    padding:2%;
	}
}








