@charset "UTF-8";
.search_box {
    display: none;
}
.search_box.active {
    display: block;
}

.search_box {
    position: absolute;
    top: 84px;
    right: 0;
}
.search_box {
    border: 1px solid #b9b3a9;
 }
.search_box_sp {
    display: none;
    position: absolute;
    top: 0px;
    right: 100px;
    width: 48px;
    height: 48px;
}

/* googleカスタム検索用 CSS、JS
------------------------------------------ */
#___gcse_0,
#___gcse_1 {
    /*margin-bottom: 50px;*/
}
.gsc-control-cse {
    padding: 0 !important;
}
.gsc-input-box {
    border: none !important;
    background: white !important;
    width: 242px !important;
}
@media (max-width: 960px) {
    .gsc-input-box {
        width: 180px !important;
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .gsc-search-button-v2 svg{
        width: 20px;
    }
}
.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
    /*padding: 18px 21px!important;*/
    border: none !important;
    border-radius: 0 !important;
    border-color: none !important;
    background-color: none !important;
    background-image: none !important;
    background: none !important;
    position: absolute;
    right: -7px;
    bottom: 3px;
    min-width: 30px;
}
.under_3col_side .gsc-search-button-v2 {
    right: 18px;
}
.gsc-search-button-v2 svg {
    fill: #fbce91 !important;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
td.gsc-search-button {
    position: relative;
    width: 25px;
}
.slabel {
    padding-left: 20px;
    margin-bottom: 10px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
    background: white !important;
    font-weight: bold;
}
table.gsc-search-box td.gsib_b {
    display: none;
}
form.gsc-search-box {
    margin-left: 0;
}
table.gsc-search-box {
    margin-bottom: 0;
}
.gsc-search-button-v2 {
    padding: 0 !important;
    padding-right: 10px!important;
}
.gsc-search-button-v2::after {
    content: none !important;
}
