  @charset "utf-8";
/* CSS Document */

.p-form-title{
	text-align: center;
	font-size:26px;
	font-weight: 700;
	color: #333;
	padding:10px 0 30px;
	text-align: center;
}

.p-form-cont{
	padding:26px;
}

.p-form-area-title{
	padding:16px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #8F8F8F;
}

.p-form-area-title-un-bd{
	border: 0;
	margin-bottom: 5px;
}

.p-form-area-title h3{
	font-size: 20px;
	font-weight: 600;
	color: #333;
	display: inline-block;
}

.p-form-area-title2{
	padding:16px 38px;
	margin-bottom: 15px;
}

.p-form-area-title2 h3{
	font-size: 18px;
	font-weight: 550;
	color: #333;
	display: inline-block;
}


.p-form-area-vr{
	margin-bottom: 26px;
}

.p-label{
	text-align: right;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	color: #333;
	font-weight: 400;
}

.p-label.p-top-title{
	line-height: 24px;
	height: auto;
}

.p-form-text{
	width: 100%;
	height: 45px;
	border: 0;
	background: #F2F4F5;
	border-radius: 4px;
	padding: 15px;
	font-size: 14px;
	color: #666;
	display: inline-block;
}

.p-form-select{
	width: 100%;
	border: 0;
	background: #F2F4F5;
	border-radius: 4px;
	padding: 15px;
	font-size: 14px;
	color: #666;
	display: inline-block;
}

.p-form-must-title{
	display: inline-block;
	color: #999;
	font-size: 14px;
	font-style: normal;
	position: relative;
	top:-2px
}

.p-ir-input{
	position: relative ;
}

.p-ir-title{
	position: absolute;
	left: 20px;
	top:13px;
	font-style: normal;
}

.p-ir-input .p-form-text{
	padding-left: 55px;
	width: 80%;
	margin-right: 10px
}

.p-ir-input-unleft  .p-form-text{
	padding-left: 15px;
	margin-bottom: 20px;
}

.p-form-area-ui .p-ir-input{
	margin-bottom: 15px;
}

.p-ir-ye-input .p-form-text{
	padding-left: 65px;
	width: 90%;
}

.p-ir-input-pd{
	margin-bottom: 10px;
}

.p-ir-input-pd .p-form-text{
	padding-left: 120px;
}

.p-form-textarea{
	width: 100%;
	min-height: 150px;
	border: 0;
	background: #F2F4F5;
	border-radius: 4px;
	padding: 15px;
	font-size: 14px;
	color: #666;
	display: inline-block;
	display: block;
}

.p-erro{
	color: #dd0000;
	font-size: 12px;
	margin-top: 10px;
}

.p-form-btn{
	border: 0;
	background: none;
	width: 134px;
	height: 46px;
	line-height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 4px;
	font-size: 18px;
	margin-right: 24px;
}

.p-form-btn-submit{
	background: #0046AD;
	border: 1px solid #0046AD;
	color: #fff;
}

.p-form-btn-reset{
	color: #999;
	background: #fff;
	border: 1px solid #999;
}

.p-form-card{
	background: #fff;
	border-radius: 10px;
	margin-bottom: 40px;
	padding: 30px 0;
	box-shadow: rgba(146, 157, 154, 0.1) 0 6px 10px 4px;
}

input[type=checkbox].p-check{
	vertical-align: middle;
	margin: 0;
}

input[type=radio].p-check{
	vertical-align: middle;
	margin: 0;
	display: inline-block;
}

.p-check-label{
	font-weight: normal;
	font-size: 14px;
	color: #666;
	margin: 0;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 20px;
}

.p-check-sp{
	display: inline-block;
	margin-bottom: 5px;
}

.p-form-area-line{
	height: 1px;
	margin: 10px 15px;
	border-bottom: 1px solid #8F8F8F;
}

.p-kl-text{
	font-size: 14px;
	color: #0046AD;
	margin-top: 10px;
}

.help-block{
	color: #dd0000;
    font-size: 12px;
    margin-top: 10px;
    font-weight: normal;
}