@charset "utf-8";
#contact .sec1{
	text-align: center;
	padding-bottom: 0;
}
#contact .sec1 .number_area{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 80px;
}
#contact .sec1 .number_area p.number{
	font-size: 4rem;
    color: #fff;
    width: 400px;
    padding: 10px 0;
    margin: 30px auto 10px;
	font-family: balboa-plus-fill, sans-serif;
	background: rgb(6,162,232);
	background: -webkit-linear-gradient(left, rgba(6,162,232,1) 50%, rgba(158,195,253,1) 100%);
	background: -o-linear-gradient(left, rgba(6,162,232,1) 50%, rgba(158,195,253,1) 100%);
	background: linear-gradient(to right, rgba(6,162,232,1) 50%, rgba(158,195,253,1) 100%);
}
@media screen and (max-width: 1024px) {
	#contact .sec1 .number_area{
		padding-bottom: 8%;
	}
	#contact .sec1 .number_area p.number{
		font-size: 3rem;
	    width: auto;
	    padding: 3% 0;
	    margin: 5% 4% 2%;
	}
}

#contact .sec2 .intro_wrap{
	width: 1000px;
	margin:70px auto 0;
}
#contact .sec2 .intro_wrap p.desc{
	text-align: center;
}
#contact .sec2 .intro_wrap p.desc .caution{
	color: #d80000;
}
#contact .sec2 .intro_wrap .desc_box{
	background-color: #ececec;
	border-radius: 10px;
	padding:15px 30px;
	margin:50px 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;
	    text-align: left;
	}
	#contact .sec2 .intro_wrap .desc_box{
		margin:8% 0;
	}
}

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

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

#contact .sec2 .form_wrap .table th {
	width: 25%;
	padding: 20px 0px 20px 20px;
    vertical-align: middle;
    font-weight: bold;
    text-align: left;
}
#contact .sec2 span {
	color: #ff0000;
}
#contact .sec2 .form_wrap .table td {
	width: 75%;
	padding:15px;
}
#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: rgb(6,162,232);
	background: -webkit-linear-gradient(left, rgba(6,162,232,1) 50%, rgba(158,195,253,1) 100%);
	background: -o-linear-gradient(left, rgba(6,162,232,1) 50%, rgba(158,195,253,1) 100%);
	background: linear-gradient(to right, rgba(6,162,232,1) 50%, rgba(158,195,253,1) 100%);
	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: #1b1b1b;
	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;
	}
	#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%;
	}
}