@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/ja/assets/images/search/header_bg_01_sec.jpg");
  }
  #global-content #cse-search-results {
    margin-bottom: 60px;
    text-align: left;
    line-height: 1.4;
  }
  #global-content #cse-search-results iframe {
    width: 100%;
  }
  #global-content #cse-search-results .gsc-control-cse {
    border: none 0;
  }
  #global-content #cse-search-results input.gsc-input {
    height: 35px;
    border-color: #999;
  }
  #global-content #cse-search-results input.gsc-search-button {
    height: 39px;
  }
}
.device-view-pc #global-header header {
  background-image: url("/ja/assets/images/search/header_bg_01_sec.jpg");
}
.device-view-pc #global-content #cse-search-results {
  margin-bottom: 60px;
  text-align: left;
  line-height: 1.4;
}
.device-view-pc #global-content #cse-search-results iframe {
  width: 100%;
}
.device-view-pc #global-content #cse-search-results .gsc-control-cse {
  border: none 0;
}
.device-view-pc #global-content #cse-search-results input.gsc-input {
  height: 35px;
  border-color: #999;
}
.device-view-pc #global-content #cse-search-results input.gsc-search-button {
  height: 39px;
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/ja/assets/images/search/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content #cse-search-results {
    margin: 0 auto 13.04348%;
    width: 92%;
    text-align: left;
    line-height: 1.4;
  }
  .device-js-on #global-content #cse-search-results iframe {
    width: 100%;
  }
  .device-js-on #global-content #cse-search-results .gsc-control-cse {
    border: none 0;
  }
  .device-js-on #global-content #cse-search-results input.gsc-input {
    height: 30px;
    border-color: #999;
  }
  .device-js-on #global-content #cse-search-results input.gsc-search-button {
    height: 34px;
  }
}
