@charset "utf-8";
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
.InputV1, .TextareaV1{box-sizing:border-box;}
.Gbook_b1 li{display: inline-block;line-height: 44px;}
.Gbook_b1 label{color: #434343;margin-right: 20px;float: left;width: 80px;}
.Gbook_b1 .name{width:31.3%;float:left; margin-bottom:20px;}
.Gbook_b1 .phone{width:31.3%; margin-left:3.05%;float:left; margin-bottom:20px;}
.Gbook_b1 .email{width:31.3%; margin-left:3.05%;float:left; margin-bottom:20px;display: none;}
.Gbook_b1 .company{width:31.3%; margin-left:3.05%;float:left; margin-bottom:20px;}
.Gbook_b1 .content{width:100%;float:left; margin-bottom:20px;margin: 0 0 20px;}
.Gbook_b1 .vcode{width: 100%;}
.Gbook_b1 .vcode ul{float: left;position: relative;width:calc(100% - 100px);max-width: 280px;}
.Gbook_b1 .vcode ul img{height: 44px;margin-right: 0;}
.Gbook_b1 .vcode ul li{width: 100%;}
.Gbook_b1 .vcode ul li:nth-child(2){float: right;position: absolute;right: 1px;top: 1px;height: 100%;width: auto;}
.Gbook_b1 .vcode .InputV1{width:100%;}
.Gbook_b1 .content textarea{min-height: 16em !important;}
.Gbook_b1 .content{min-height: auto !important;}
.Gbook_b1 .btn {width: 100%;display: block;}

.InputV1{height:45px; width:calc(100% - 100px);line-height:45px;border:1px solid #b5b7b6;background-color:#fff;}
.InputV1:focus{border:1px solid #ffc729;background-color:#fff;}
.ButtonV1{margin: 0 auto;display: block; height:40px;line-height:40px;background-color: #fff;color:#787878;border:1px solid #b5b7b6;font-size:16px;width: 185px;}
.ButtonV1:hover{background: #ffc729;border-color: #ffc729;color: #fff;cursor: pointer;}
.TextareaV1{line-height:150%;width:calc(100% - 100px);display: block;margin-right: 0; padding:10px;border:1px solid #b5b7b6;background-color:#fff;resize:none;}
.TextareaV1:focus{border:1px solid  #ffc729;background-color:#fff;}

.blue {color: #009c73; font-weight:bold;}
.mesea .Gbook_b1>form>ul>li{width: 100%;margin-left: 0;}
@media screen and (max-width: 640px){
    .Gbook_b1 li{width: 100% !important;margin: 0 0 2vw 0 !important;line-height: unset;}
    .Gbook_b1 label{font-size: 3.6vw;width: 6em;float: left;margin-right: 0;line-height: 9.3vw;height: 9.3vw;}
    .InputV1{width: calc(100% - 7.5em);line-height: 9.3vw;height: 9.3vw;padding: 0 2vw;display: block;}
    .TextareaV1{width: calc(100% - 7.5em);padding: 2vw;}
    
    .Gbook_b1 .vcode ul{width: calc(100% - 6.5em) !important;position: relative;}
    .Gbook_b1 li.floatleft{margin: 0 !important;}
    .Gbook_b1 li.floatleft:last-child{position: absolute;right: 0;top: 0;width: auto !important;}
    .Gbook_b1 li.floatleft img{display: block;margin: 0;height: 100%;}
    .Gbook_b1 .vcode .InputV1{width: 100%;}

    .Gbook_b1 .content textarea {min-height: 11em !important;}
}