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

.white-popup-block{
	position:relative;
	width:60%;
	background-color:#F3F3F3;
	margin:auto;
	padding:3%;
	text-align:left;
	color:#4D4D4D;
}
.white-popup-block h1{
	margin:0;
	font-size:large;
	text-align:left;
	line-height:2;
}
.white-popup-block h1 input{
	margin-right:5px;
}

.white-popup-block div{
	text-align:left;
}

.type-radio{
	margin:10px;
}

.type-radio input{
	margin:0 5px;
}
.type-radio input:first-of-type{
	margin-left:0;
}

.w-29{
	width:29%;
}
.w-10{
	width:10%;
}
.w-40{
	width:40%;
}
.input-box{
	padding:10px;
	text-align:right !important;
}
.input-box1 input{
	width:100%;
	border:none;
    border-right: solid 1.5px #ECECEC;
    border-bottom: solid 1.5px #ECECEC;
    text-align: left;
    padding: 5px;
    line-height: 2;
}
.input-box1 div{
	display:inline-block;
	margin-right:1%;
	margin-bottom:10px;
    text-align: left;
	vertical-align:top;
}

.input-box1 div:last-of-type{
	margin-right:0;
}

.input-msg{
	width:100%;
	border:none;
    border-right: solid 1.5px #ECECEC;
    border-bottom: solid 1.5px #ECECEC;
    text-align: left;
    padding: 5px;
}

.submit-btn {
    margin-top: 5%;
    width: 20%;
    line-height: 2;
    border-radius: 5px;
    border: none;
    background: #736256;
    color: #fff;
    letter-spacing: 1px;
}

.type3,
.type4{
	display:none;
}
label.error {
    color: #736256;
	font-weight:normal;
	text-align:left;
}
.input-box label.error{
	margin-top: 3px;
}
@media screen and (max-width: 768px){
	.white-popup-block{
		width:80%;
	}
}
@media screen and (max-width: 480px){
	.white-popup-block{
		width:90%;
	}
	.w-29,
	.w-10,
	.w-40{
		width:100%;
	}
	
	.input-box1 div{
		margin-right:0;
	}
}



