/************** 検索窓 *****************/
.header__search,
.fix__header__search {
	padding: 0;
}
.header__search input.gsc-input,
.header__search .gsc-input-box, 
.header__search .gsc-input-box-hover, 
.header__search .gsc-input-box-focus,
.fix__header__search input.gsc-input,
.fix__header__search .gsc-input-box, 
.fix__header__search .gsc-input-box-hover, 
.fix__header__search .gsc-input-box-focus{
	border: none;
	background: transparent;
	height:46px!important;
	padding:0!important;
}
input.gsc-input {
	padding: 0px 0px 0px 16px;
}

table.gsc-search-box{
	margin-bottom: 0px;
}
form.gsc-search-box {
	margin-bottom: 0px;
}
.gsib_a {
	padding: 0px 0px 0px 16px;
}
table.gsc-search-box td {
	vertical-align: ineherit;
}

table.gsc-search-box td.gsc-input {
	padding-right: 0px;
}
.gsc-search-button {
	width: 53px;
}
.gsc-search-button-v2 {
	padding: 6px 0px;
	width: 100%;
	border:none;
}
.gsc-input {
	font-size: 14px;

}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
	border:none;
	filter: none;
	background: transparent;
	height:46px;
}

.gsc-search-button-v2 svg{
	width: 22px;
	height: 22px;
	fill: #999;
}
table.gsc-search-box td {
	vertical-align: bottom;
}
.gsst_a .gscb_a {
	color: #ccc;
}


/***************** 検索結果 *****************/
.gsc-expansionArea .gsc-result {
	position: relative;
	margin: 20px 0 25px!important;
	height: 160px;
}
.gsc-webResult.gsc-result b{
	font-weight:bold;
}
.gsc-selected-option-container {
	min-width: 100px!important;
	max-width:none!important;
}
.gs-visibleUrl-breadcrumb {
	margin: 5px 0;
}
.gs-web-image-box {
	width: 260px!important;
}
.gs-result .gs-image {
	max-width: unset!important;
	width: 240px!important;
	max-height: unset!important;
	height: 160px!important;
	object-fit: cover;
}
.gsc-webResult.gsc-result {
	padding: 2px 0 0;
}
.gs-webResult.gs-result {
	display: flex;
	flex-wrap: wrap;
}
.gsc-thumbnail-inside {
	line-height: 1.4;
	order: 1;
	padding-left: 260px!important;
	width: 100%;
}
.gsc-url-top {
	order: 2;
	padding-left: 260px!important;
	margin-bottom: 15px!important;
	width: 100%;
}
.gsc-table-result {
	order: 3;
	width: 100%;
}
.gsc-table-cell-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
}
.gs-snippet {
	line-height: 1.4;
	width: calc(100% - 260px);
	margin-left: auto;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	padding: 5px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	color: #ff0042;
}
.gsc-cursor-box.gs-bidi-start-align,
.gcsc-more-maybe-branding-root {
	padding-top: 10px;
	text-align: center;
}
.gs-webResult div.gs-visibleUrl {
	color: #9E9E9E!important;
}
/* .gcsc-find-more-on-google {
display: none;
} */
@media screen and (max-width:750px) {
	.gsc-webResult.gsc-result {
		height: fit-content;
		margin-bottom: 30px;
	}
	.gs-webResult.gs-result {
		padding: 0 5px;
	}
	.gs-web-image-box {
		margin: 0 auto;
		padding: 0;
		float: none;
	}
	.gsc-table-cell-thumbnail {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.gsc-thumbnail-inside {
		padding-top: 170px;
		padding-left: 0;
	}
	.gsc-url-top {
		padding-left: 0;
		margin-bottom: 10px;
	}
	.gs-snippet {
		width: 100%;
	}
}
