@charset "UTF-8";

:root{
    --header-bottom-height: 36px;
}

@media screen and (min-width: 480px) {
    :root{
        --header-bottom-height: 40px;
    }
}

@media screen and (min-width: 1280px) {
    :root{
        --header-bottom-height: 44px;
    }
}

#card_form {
    width: 100%;
}

#card_form select, #card_form input {
    font-size: 1.6rem;
}

#card_form select, #card_form input {
    padding-left: 8px;
    height: 28px;
    color: #000;
    background-color: #fff;
    outline-color: var(--theme-color);
    border: none;
    border-radius: 5px;
}

#id_card_pk, #id_keyword {
    width: 100%;
}

.header-image img {
    width: 12vw;
    height: auto;
}

@media screen and (min-width: 480px) {
    .header-image img {
        width: 5vw;
        height: auto;
    }
}

@media screen and (min-width: 1280px) {
    .header-image img {
        width: 4vw;
        height: auto;
    }
}
