@charset "UTF-8";

.search_box_pc{
	/*position: absolute;
	right: 460px;
    bottom: -20px;
	margin-left: 20px;*/
}

/* googleカスタム検索用 CSS、JS
------------------------------------------ */
#___gcse_0,
#___gcse_1{
    /*margin-bottom: 50px;*/
}
.gsc-control-cse{
	padding: 0!important;
	border: none!important;
	background: none!important;
}
.gsc-input-box {
    border: none!important;
    background: #fff!important;
    width: 100%!important;
	border-radius: 10px!important;
}
td#gs_tti50,
div#___gcse_1{
    border: 2px solid #0076dd;
	display: block;
    border-radius: 10px;
	width: 260px;
	height: 42px;
	box-sizing: border-box;
}
.cse .gsc-search-button-v2,
.gsc-search-button-v2{
    padding: 0px!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;
    top: 9px;
	right: 10px;
	box-sizing: border-box;
}
.under_3col_side .gsc-search-button-v2{
    right: 18px;
}
#___gcse_1 .gsc-search-button-v2{
    bottom: -17px;
}
.gsc-search-button-v2 svg {
    fill: #0076dd !important;
    width: 25px;
    height: 25px;
	cursor: pointer;
}
td.gsc-search-button{
    position: relative;
    width: 0;
	border-bottom: none!important;
	padding: 0!important;
}
.slabel {
    padding-left: 20px;
    margin-bottom: 10px;
	box-sizing: border-box;
}
.gsc-search-box-tools .gsc-search-box .gsc-input{
	font-weight: bold;
	width: 85%!important;
	border-radius: 10px!important;
	border-bottom: none!important;
	padding: 0!important;
}
.gsc-search-box-tools .gsc-search-box input.gsc-input{
    /*background: #fff!important;*/
	font-weight: bold;
	width: 85%!important;
	border-radius: 10px!important;
	border-bottom: none!important;
	padding: 5px 0!important;
}
table.gsc-search-box{
	margin: 0!important;
}
table.gsc-search-box td.gsib_b{
	display: none;
}


@media screen and (max-width: 1300px) {

.search_box_pc{
	display: none;
}
.search_box_sp{
	display: block;
	position: absolute;
	top: 0px;
	right: 60px;
}
.acd-check{
    display: none;
}
.acd-label{
    background: #ff995a;
    color: #fff;
    display: inline-block;
    padding: 13px;
	width: 60px;
	height: 60px;
	position: relative;
	box-sizing: border-box;
}
.acd-label img{
	width: 40px;
}
.acd-content{
	background: #fff;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
	position: absolute;
	right: 0;
}
.acd-check:checked + .acd-label + .acd-content{
    width: 260px;
	height: 60px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}


.gsc-control-cse{
	padding: 0!important;
	border-radius: 12px;
}
.gsc-input-box {
    border: none!important;
    background: #fff!important;
    width: 242px!important;
}
td#gs_tti50,
div#___gcse_1{
    width: 250px;
	height: 45px;
}
.cse .gsc-search-button-v2,
.gsc-search-button-v2{
    padding: 0px!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;
    top: 7px;
	right: -7px;
}
.under_3col_side .gsc-search-button-v2{
    right: 18px;
}
#___gcse_1 .gsc-search-button-v2{
	bottom: 0px;
    top: 2px;
    right: 6px;
}
.gsc-search-button-v2 svg {
    width: 30px!important;
}
td.gsc-search-button{
    position: relative;
    width: 0;
}
.slabel {
    padding-left: 20px;
    margin-bottom: 10px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input{
    padding-right: 0!important;
    background: #fff!important;
	font-weight: bold;
	width: 85%!important;
}
table.gsc-search-box td{
	padding: 0!important;
}
table.gsc-search-box td.gsib_b{
	display: none;
}



}