@charset "utf-8";

input[type="text"], input[type="password"], input[type="email"] {
    border: 1px solid #ddd;
    height: 30px;
    font-size: 14px;
    padding: 0 10px;
}

input.btn1 {
    padding: 1em 2em;
    border: 0;
    background: #68ae29;
    color: #fff;
    letter-spacing: 0;
    cursor: pointer;
    margin: 0 auto;
    display: table;
    margin-top: 2em;
}
ul.form1 {    box-sizing: border-box;
    width: 100%;     margin-top: 2em;}
ul.form1 li{   
 height: auto;
    box-sizing: border-box;
	 float: left;
    width: 47%;
    box-sizing: border-box;
    padding: 0.5em 0;     display: table;
    margin-bottom: 1em;} 
ul.form1 li:nth-of-type(2),ul.form1 li:nth-of-type(4),ul.form1 li:nth-of-type(6),ul.form1 li:nth-of-type(8) {float:right;}
ul.form1 li:nth-of-type(9) {width:100%;clear:both;}

ul.form1 li label{    float: left;
    width: 100%;     font-weight: 600;     padding-bottom: 0.5em;}
ul.form1 li label span {font-weight: 400;}
ul.form1 {    
    width: 100%;
    display: table;
    box-sizing: border-box;}
ul.form1 > li {       
    /*border-bottom: 1px solid #ccc; */
}
ul.form1 > li:nth-last-child(1) {width:100%;}
ul.form1 > li > select{border:1px solid #d6d6d6; padding:5px 3px !important;height:32px;}
ul.form1 > li > input[type="text"]{border:0px;     box-shadow: none; outline: none; border-bottom:1px solid #d6d6d6; height:32px;padding:7px 3px 7px !important;     width: 100%;}
ul.form1 > li > input[type=text]:focus {border:0px; outline: none; }
ul.form1 > li > input::placeholder {
  color: #c5c5c5;
  font-style: italic;
}

ul.form1 > li > input:focus::-webkit-input-placeholder {color:transparent;}
ul.form1 > li > input[type="radio"]{    height: 32px;
    width: 19px; padding:7px 3px 7px !important; margin-left:1em;}
ul.form1 > li > input[type="radio"]:nth-of-type(1) {margin-left:0;}
ul.form1 > li > input[type="password"]{border:0px; border-bottom:1px solid #d6d6d6; width:100%;
	height:32px; padding:7px 3px 7px !important;}
ul.form1 > li > textarea{padding:1em; width:100%; height:200px; border:1px solid #d6d6d6;}
ul.form1 > li > a {    border: 1px solid;
    padding: 0.2em 0.5em;
    background-color: #67ae2a;
    border-radius: 5px;
    cursor: pointer;color: #fff;
    height: auto;}
ul.form1 > li > a:hover {    background: #254807;     color: #fff;}
ul.form1 > li >button {padding: 0.3em 0.5em;
    background-color: #6897cb;
    border-radius: 5px;
    cursor: pointer;
    height: auto;
}
ul.form1 > li >button:hover{background-color:#254807; color:#fff;}


@media screen and (max-width: 1000px) { 
	ul.form1 {}
	ul.form1 > li {    float: none; height:auto;
    width: 100%;}
    ul.form1 > li:nth-child(11)> input[type="text"]{    display: table;}
	ul.form1 > li > span{}
	.t_ment {    float: none;}
	.tip_txt {    float: none;}
	#wr_6_1,#wr_6_2,#wr_6_3 {width: 80%;}
	textarea.top_privacy {     width: 95%;}
}


ul.form1_title {}
ul.form1_title li{}
ul.form1_title li:nth-of-type(1){    font-size: 1.8em;
    font-weight: 600;}
ul.form1_title li:nth-of-type(2){}
ul.form1_title li span{    font-weight: 600;
    color: red;
    font-size: 1.2em;
    font-family: verdana;}