/*-----*/
.google_search_box{
display: flex;
justify-content: center;
margin: 20px 0 0 0;
color: #333 !important;
font-size: 14px !important;
}

.google_search_box a{
color: #333 !important;
}

.google_search_box_in{
width: 300px;
}
.google_search_box_in p{
margin: 3px auto;
padding: 0;
}

.google_search_box .gsc-control-cse{
padding: 0;
background-color: transparent;
border: none;
}

@media screen and (max-width: 640px) {
.google_search_box{
justify-content: center;
}
.google_search_box_in{
width: 80%;
}
/*固定ハンバーガーメニュより上に表示させる用*/
.google_search_box .gsc-results-wrapper-overlay{
z-index: 999999999;
}
.google_search_box .gsc-search-box-tools .gsc-search-box .gsc-input{
width: 80%;
}
.google_search_box .gsc-input-box{
width: 100%;
}
.google_search_box .gsc-search-button{
width: 20%;
}
.google_search_box .gsc-search-button button{
width: 100%;
}
}