@charset "utf-8";

.contact-container {
	margin: 0 auto;
	max-width: 840px;
}

.error{
	color:#c00;
}

/* sec1
--------------------------------------------------------- */
#sec1 div.wrap-step {
	display: inline-table;
	width: 100%;
	margin: 30px 0px 40px 0px;
	text-align: center;
}

#sec1 div.wrap-step p {
	display: inline-table;
	margin: 10px;
}

#sec1 div.wrap-step p span {
	background: #c9c9d0;
}

/* #sec1 div.wrap-step p.step2 {
} */

#sec1 div.wrap-step p.active span {
	background: #1c2183;
}

#sec1 div.wrap-step p span {
	width: 230px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	display: inline-block;
}

.wrap-frm {
	display: inline-table;
	width: 100%;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table th {
	width: 30%;
	background: #0e3f78;
	color:#fff;
	border: 1px solid #b1b2b4;
	padding : 10px;


}

table td {
	border: 1px solid #b1b2b4;
	padding : 10px;
}

table td span.red {
	position: relative;
	left: -10px;
}

table td input[type='text'] {
    font-size: 16px;
    background-color: #ffffeb;
    padding: 5px;
    margin-bottom: 0.3em;
    vertical-align: middle;
    border: solid 1px #ccc;



}


table td .lb-col1 {
	width: 70%;
	position: relative;
	top: 2px;
}

table td input[type='checkbox'] {
	position: relative;
	bottom: 3px;
    background-color: #ffffeb;

}





table th strong {
    display: block;
    font-weight: normal;
    color: #fdfcd7;
    padding: 0 0 0 3px;
    float: right;
    font-size: 12px;
}


table td input, table td textarea, table td select {
    font-size: 16px;
    background-color: #ffffeb;
    padding: 5px;
    margin-bottom: 0.3em;
    vertical-align: middle;
    border: solid 1px #ccc;
}

table td input.long{
	width: 90%;
}
table td input.middle{
	width: 70%;
}
table td textarea.middle{
	width: 80%;
	height:250px;
}
table td input.short{
	width: 19%;
}

.al_center {
    text-align: center;
}
.radibtn_dbl {
    box-sizing: border-box;
    background: #0e3f78 none repeat scroll 0% 0%;
    border-radius: 10px;
    border: #0e3f78 1px solid;
    padding: 15px 40px 14px 40px;
    color: #FFF;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
    margin: 0 0 5px 0;
}
.radibtn_gry {
    box-sizing: border-box;
    background: #ccc none repeat scroll 0% 0%;
    border-radius: 10px;
    border: #ccc 1px solid;
    padding: 15px 40px 14px 40px;
    color: #0e3f78;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
    margin: 0 0 5px 0;
}

/* table tr td span.txt-top{
	
} */
div.send {
	display: inline-table;
	width: 100%;
	margin-bottom: 80px;
	margin-top: 30px;
	text-align: center;
}


div.wrap-frm p.success {
	font-size: 30px;
	margin-bottom: 40px;
	margin-top: 70px;
	text-align: center;
}



.contact_process {
    list-style: none;
    text-align: center!important;
    margin: 25px 0 35px 0!important;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #d4dde2;
}
.contact_process li{
	border:solid #ccc 1px;
	margin: 0 5px 0 0;
	padding:7px 15px 7px 15px;
	display: block;
	border-radius: 5px;
	background-color:#fff;
	float:left;
}
.contact_process li.now{
	background-color:#0e3f78;
	color:#fdfcd7;
}







/*mobile ---------------------------------------------*/
@media (max-width: 768px) {
	body {
		user-select: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-webkit-text-size-adjust: none;
	}

	#contact-form .contact-container {
		width: 100%;
	}

	/* #banner .txt .top {
		font-size: 36px;
	}

	#banner .txt .bottom {
		font-size: 60px;
	} */

	.hidden-col {
		display: none;
	}


table {
	width:96%!important;
}
table th {
    display: block;
    width: auto!important;
    padding: 5px!important;
}
table td {
    display: block;
    width: auto!important;
    padding: 10px 2px 7px 2px!important;
    text-align:left;
}



	#sec1 div.wrap-step p {
		display: inline-table;
		width: 100%;
		text-align: center;
		margin-left: 0;
		margin-right: 0;
	}

	#sec1 div.wrap-step p span {
		display: inline-block;
	}

	/* #sec1 div.wrap-step p.step2 {
		margin: 30px 0px;
	} */

	#sec1 div.wrap-step {
		margin-bottom: 35px;
	}

	.wrap-frm {
		width: auto;
		text-align: center;
		/* padding-left: 60px;
		padding-right: 60px; */
	}

	.frm-contact {
		width: 100%;
	}

	div.wrap-frm table {
		margin: 0;
		padding: 0;
		display: inline-table;
		width: 100%;
	}

	div.wrap-frm table td {
		border: none;
		padding: 0;
	}

	div.wrap-frm table p.row-sp {
		background: #f0f5f8;
		padding: 5px 0px;
		margin: 10px 0px;
	}

	div.wrap-frm table p.row-sp span.red {
		left: 5px;
	}

	div.send {
		margin-bottom: 40px;
	}

	div.send button.btn-back {
		margin-right: 0;
	}

	div.send button.btn-send {
		margin-left: 0;
	}

	div.send button.btn-back-top-page {
		margin-bottom: 40px;
	}

	.wrap-frm-success {
		width: 100%;
		margin: 0;
		padding: 0 !important;
	}



}






