@charset "utf-8";
/* CSS Document */


.sec1 table {
	width: 100%;
}
.sec1 table th {
	width: 100%;
	display: block;
	background-color: #f2f2f2;
	text-align: center;
	padding: 0.8rem 0 0.6rem;
	margin-bottom: 0.6rem;
}
.sec1 table th label {
	color: #000;
}
.sec1 table td {
	width: 100%;
	display: block;
	margin-bottom: 1.2rem;
}
.sec1 table td span, .sec1 table td p {
	font-size: 0.85rem;
	line-height: 1.5rem;
	display: block;
	margin-bottom: 0;
}
.sec1 p {
	padding-left: 1rem;
	text-indent: -1rem;
}
.sec1 select {
	width: 100%;
	padding: 0.4rem;
}
.sec1 .please {
	padding: 0 2.5%;
}
.sec1 .set {
	text-align: center;
	display: block;
	border: 2px solid rgba(0,0,0,0.1);
	height: 3rem;
	width: 100%;
	padding-top: 0.6rem;
	margin-bottom: 0.4rem;
	border-radius: 5px;
}

.control-label {
	font-weight: normal;
}
.required {
	color: #A57B73;
	margin-left: 0.5em;
	padding: 0 10px;
	font-weight: normal;
	display: inline-block;
}
.form-control, .sec1 select {
	box-shadow: none;
	background: transparent;
	border: 2px solid rgba(0,0,0,0.1);
	height: 3rem;
	width: 100%;
	margin-bottom: 0.4rem;
}
 .form-control::-webkit-input-placeholder {
 color: #CBCBCB;
 opacity: 1;
}
 .form-control::-moz-placeholder {
 color: #CBCBCB;
 opacity: 1;
}
 .form-control:-ms-input-placeholder {
 color: #CBCBCB;
 opacity: 1;
}
 .form-control::-ms-input-placeholder {
 color: #CBCBCB;
 opacity: 1;
}
 .form-control::placeholder {
 color: #CBCBCB;
 opacity: 1;
}
.text-indent {
	padding-left: 1em;
	text-indent: -1em;
}




@media screen and (min-width:992px) {
	.sec1 table {
		margin-bottom: 2rem;
	}	
	.sec1 table th {
		width: 30%;
		display: table-cell;
		padding-top: 0.8rem;
		padding-bottom: 1rem;
		padding-left: 1rem;
		background-color: #fff;
		text-align: left;
		vertical-align: top;
		border-bottom: 1px solid#ABABAC;
		border-top: 1px solid#ABABAC;
	}
	.sec1 table td {
		width: 70%;
		display: table-cell;
		padding-top: 1.4rem;
		padding-bottom: 1rem;
		border-bottom: 1px solid#ABABAC;
		border-top: 1px solid#ABABAC;
	}
	.required {
		vertical-align: 0rem;
	}	
	.control-label {
		padding-top: 1.2rem;

	}
	.form-control, .sec1 select {
		box-shadow: none;
		background: transparent;
		border: 2px solid rgba(0,0,0,0.1);
		height: 3rem;
		width: 40%;
		margin-bottom: 0.4rem;
		display: inline-block;
	}	
	.sec1 .set {
		width: 40%;
		display: inline-block;
		margin-left: 20px;
		vertical-align: -0.04rem;
	}
	.width-80 {
		width: 87.2%;
	}
	
}


@media screen and (min-width:1200px) {
	.width-80 {
		width: 86%;
	}
}