@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%;
  }
}

#global-wrapper .module-commonLayout .module-lead02 .margin-icon {
padding-left:2ex;
position:relative;
}

#global-wrapper .module-commonLayout .module-lead02 .margin-icon span {
position:absolute;width:6ex;left:0;
}