  @charset "UTF-8";
/****/
/* pc */
/****/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/ja/assets/images/research/start-up/header_bg_01_sec.jpg");
  }
  #global-content .links {
    padding-top: 40px;
  }
  #global-content .bnrWrap {
    margin-bottom: 20px;
  }
  #global-content .bnrWrap .bnr {
    text-align: right;
  }
  #global-content .bnrWrap .bnr a {
    display: block;
  }
  #global-content .bnrWrap .bnr img {
    vertical-align: bottom;
    border: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #global-content .bnrWrap .bnr .bnrInner {
    width: 100%;
    position: relative;
  }
  #global-content .bnrWrap .bnr .thumb {
    position: absolute;
    top: 0;
    left: 0;
  }
  #global-content .bnrWrap .bnr .icon {
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
  }
  #global-content .researchList .items .item {
    padding-top: 60px;
  }
  #global-content .researchList .items .item:first-child {
    padding-top: 0;
  }
}
.device-view-pc #global-header header {
  background-image: url("/ja/assets/images/research/start-up/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .links {
  padding-top: 40px;
}
.device-view-pc #global-content .bnrWrap {
  margin-bottom: 20px;
}
.device-view-pc #global-content .bnrWrap .bnr {
  text-align: right;
}
.device-view-pc #global-content .bnrWrap .bnr a {
  display: block;
}
.device-view-pc #global-content .bnrWrap .bnr img {
  vertical-align: bottom;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.device-view-pc #global-content .bnrWrap .bnr .bnrInner {
  width: 100%;
  position: relative;
}
.device-view-pc #global-content .bnrWrap .bnr .thumb {
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc #global-content .bnrWrap .bnr .icon {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
}
.device-view-pc #global-content .researchList .items .item {
  padding-top: 60px;
}
.device-view-pc #global-content .researchList .items .item:first-child {
  padding-top: 0;
}
/****/
/* sp */
/****/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/ja/assets/images/research/start-up/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .links {
    padding-top: 5.33333%;
  }
  .device-js-on #global-content .bnrWrap {
    margin-bottom: 5.33333%;
  }
  .device-js-on #global-content .bnrWrap .bnr {
    margin: 0 auto;
    width: 92%;
  }
  .device-js-on #global-content .bnrWrap .bnr a {
    display: block;
  }
  .device-js-on #global-content .bnrWrap .bnr img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .device-js-on #global-content .bnrWrap .bnr .bnrInner {
    width: 100%;
    position: relative;
  }
  .device-js-on #global-content .bnrWrap .bnr .thumb {
    display: none;
  }
  .device-js-on #global-content .bnrWrap .bnr .icon {
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
  }
  .device-js-on #global-content .researchList .items .item {
    padding-top: 12%;
  }
  .device-js-on #global-content .researchList .items .item:first-child {
    padding-top: 0;
  }
}
