@charset "UTF-8";

.footer {
    margin-top:71px;
}
.container {
    height: auto;
}
.container.wt {
    padding: 0;
}
.searchpc {
    top: auto;
    bottom: -6.2rem;
    right: -.2rem;
}
.link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.link .sea {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(img/icon/search_2.png) center no-repeat;
    background-size: cover;
    margin-left: 5px;
    cursor: pointer;
}
.seainput {
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}