@charset "UTF-8";

.alert_box.test_alert {
  font-size: 13px;
  margin: 0;
}

/* googleカスタム検索用 CSS、JS
------------------------------------------ */
.gsc-input-box {
  border: none !important;
  background: white !important;
  width: 242px !important;
}
td#gs_tti50,
div#___gcse_1 {
  border: 5px solid #eee;
  border-radius: 30px;
}
.gsc-search-button {
  margin-left: 0px;
}
.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
  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: -15px;
  bottom: 0px;
}
.under_3col_side .gsc-search-button-v2 {
  right: 18px;
}
#___gcse_1 .gsc-search-button-v2 {
  bottom: -17px;
}
.gsc-search-button-v2 svg {
  fill: #fbce91 !important;
  width: 30px !important;
  height: 30px !important;
  cursor: pointer;
}
td.gsc-search-button {
  position: relative;
  width: 0;
  padding: 0 !important;
}
.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;
  margin: 0;
  padding: 0;
}
table.gsc-search-box {
  margin: 0 !important;
}
table.gsc-search-box td.gsib_b {
  display: none;
}
table.gsc-search-box tr {
  margin-bottom: 0px;
  border-top: none;
}
.gsc-control-cse {
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .gsc-input-box {
    width: 310px !important;
    margin: 0 auto;
  }
  .cse .gsc-search-button-v2,
  .gsc-search-button-v2 {
    right: auto;
    left: 300px;
  }
}
