@charset "UTF-8";

/* tft */

.tft-header {
    background-color:#444;
    padding:5px;
}

.tft-header-in {
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.l-header__form-tft {
    font-size: 1.3rem;
    display: inline-block;
    text-align: center;
    border-radius: 14px;
    border: 2px solid #18609c;
    padding: 0 10px;
    vertical-align: top;
    color: #18609c;
    background-color: #fff;
}


.l-header__form-tft:hover {
    background-color: #eee;
}