@charset "utf-8";
  
.wrap_double{display:flex;justify-content:space-between}
.wrap_double > div{width:calc(100%/2 - 15px);box-sizing:border-box;}
.wrap_double .wrap_box{min-height:399px;padding:15px;border:1px solid #ccc;border-radius:10px;box-sizing:border-box;}
.wrap_double .wrap_box_dash{min-height:120px;padding:15px;border:1px dashed #ccc;border-radius:10px;box-sizing:border-box;}

.bd_search{width:100%;padding:15px;box-sizing:border-box;border:1px dashed #c8c8c8;background-color:#fcfcfc;}
.bd_search div{display:flex;justify-content:center}
.bd_search label,.bd_search input[type="text"],.bd_search .btn_submit{display:inline-block;height:100%;line-height:34px;color:#222;font-size:15px;vertical-align:top}
.bd_search input[type="text"]{width:147px;margin:0 10px;padding:5px 10px;border:1px solid #ccc;box-sizing:border-box;background:#fff;}

.bd_search span{display:block;position:relative;margin-right:0px;padding-right:6px;}
.bd_search span:before{content:'~';position:absolute;top:50%;right:0;transform:translateY(-50%)}
.bd_search .btn_submit{overflow:hidden;width:70px;color:#fff;border-width:0;cursor:pointer;background:#525252;}
.bd_search .btn_submit:hover,
.bd_search .btn_submit:focus{background:#333;}
