.text_form {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}

select {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}
/* button */
.btn {position:relative; cursor:pointer; background:#fff; border:0; font-family: 'NotoSans'; }
a.btn {display:inline-block;}
.btn:active {opacity:.6;}																															 
.btn_mail {display:inline-block; float:right; text-align:center; font-size:18px; font-weight:bold; width:192px; height:60px; line-height:60px; color:#fff; background:#000;}
.btn_login {width:100%; height:55px; background:#0088cc; color:#fff; font-size:18px; margin-top:5px;}

/* text */
.text_form {position:relative; transition:.3s; border:0; vertical-align:middle; font-family: 'NotoSans';}
.text_mail {width:60.5%; height:60px; line-height:60px; font-size:22px; color:#000; font-weight:bold; float:left; border-bottom:1px solid #c2c2c2;}
.text_login {font-size:14px; width:100%; height:52px; border:1px solid #ddd; padding:0 19px; line-height:52px; margin-bottom:10px;}

/* select */
.select_form {width:100%; height:50px; font-family: 'NotoSans'; font-size:15px; border:1px solid #ddd; padding:0 20px; background: url("../images/common/icon_select_arrow.png") no-repeat 92% center #fff; vertical-align:middle; -webkit-appearance: none; -moz-appearance: none;appearance:none;}
.select_form::-ms-expand { display: none;}



/* placeholder */
input::-webkit-input-placeholder {color:#888;}
input:-ms-input-placeholder {color:#888;}
textarea::-webkit-input-placeholder {color:#888;}
textarea:-ms-input-placeholder {color:#888;}
