@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/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%;
  }
}
.device-view-pc #global-header header {
  background-image: url("/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%;
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/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%;
  }
}
