@charset "utf-8";

.gsc-control-cse {
    border: none !important;
    background-color: transparent !important;
}
.gsc-control-cse {
    padding: 0 !important;
}
#headerWrap nav ul li .gsc-resultsRoot a::after,
#headerWrap nav ul li .gsc-resultsRoot a::before {
    display: none !important;
}
.gsc-above-wrapper-area,
.gsc-wrapper {
    max-width: 100% !important;
}
.gsib_b {
    height: 31px !important;
}
@media screen and (max-width: 768px) {
    form.gsc-search-box {
        max-width: 100% !important;
    }
}
.gsc-search-button svg {
	max-width: 13px;
}
/* 検索ボタンを強制表示させるCSS */
.gsc-search-button {
    display: block !important;
}

/* 虫眼鏡アイコンではなく「検索」という文字を入れたい場合 */
.gsc-search-button-v2 svg {
    display: none; /* アイコンを消す */
}
.gsc-search-button-v2::before {
    content: "検索";
    font-size: 14px;
    color: #fff;
}