@charset "utf-8";
.hd_sch_wr {
    font-family: none;
    float: right;
    padding-top: 10px;
    max-width: 445px;
    margin-left: 75px;
    width: 100%;
}

#hd_sch h3 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#hd_sch {
    border-radius: 30px;
    overflow: hidden;
    flex-wrap: nowrap;
    flex-direction: row;
}

#hd_sch #sch_stx {
    float: left;
    max-width: 385px;
    height: 30px;
    padding-left: 20px;
    border-radius: 30px 0 0 30px;
    background: #f7f7f7;
    border: 0;
    border-right: 0;
    font-size: 1.25em;
    color: #000;
    width: calc( 100% - 60px );
}

#hd_sch #sch_submit {
    /* float: left; */
    width: 40px;
    height: 30px;
    border: 0;
    background: #2c2c2c;
    color: #fff;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
}

.header-banner-wrap {
    position: absolute;
    right: 0;
    top: 10px;
}

.header-banner-wrap .header-banner {
}

.header-banner-wrap .header-banner img {
    width: 300px;
    height: 80px;
}
