@charset "UTF-8";
#U-37 .block-news {
  position: relative;
  height: 350px;
  margin-top: 60px;
  border-radius: 15px;
  overflow: hidden;
  background: url(/assets/images/grant/research/bg_news.png);
  background-image: image-set(url(/assets/images/grant/research/bg_news.png) 1x, url(/assets/images/grant/research/bg_news@2x.png) 2x);
  background-image: -webkit-image-set(url(/assets/images/grant/research/bg_news.png) 1x, url(/assets/images/grant/research/bg_news@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: center center;
  /*
  background      : url(/assets/images/grant/research/bg_news.png);
  background-repeat: $repeat;
  background-position: $posX $posY;
  */
  background-size: cover;
}
@media only screen and (max-width: 767.9px) {
  #U-37 .block-news {
    height: auto;
    padding-top: 255px;
    background-image: url("/assets/images/grant/research/bg_news_sp.png");
  }
}
#U-37 .block-news dt {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
  font-weight: var(--bold);
}
@media only screen and (max-width: 767.9px) {
  #U-37 .block-news dt {
    margin-bottom: 10px;
  }
}
#U-37 .block-news dt:before {
  content: "";
  position: absolute;
  width: 13px;
  aspect-ratio: 18/32;
  top: 50%;
  left: 5px;
  transform: translateY(-50%) rotate(90deg);
  background: url("/assets/images/grant/common/icon_h2.svg") no-repeat left center;
  background-size: cover;
}
#U-37 .block-news .date {
  font-size: var(--q-text_small);
}
@media only screen and (min-width: 768px) {
  #U-37 .block-news li {
    display: flex;
    gap: 20px;
  }
}
#U-37 .block-news--inner {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  #U-37 .block-news--inner {
    position: absolute;
    padding: 30px;
    left: 0;
    bottom: 0;
    border-top-right-radius: 10px;
  }
}
@media only screen and (max-width: 767.9px) {
  #U-37 .block-news--inner {
    padding: 20px;
    border-radius: 10px;
  }
}
#U-37 .block-accordion--content {
  width: calc(100% + 1em);
  margin-left: -1em;
  background: #fff;
}
#U-37 .block-accordion .attention {
  position: relative;
  padding-left: 1em;
}
#U-37 .block-accordion .attention:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#U-37 .block-list--border a:hover {
  color: var(--gold);
}
#U-37 .block-accordion--trigger {
  position: relative;
  left: -1em;
  padding-left: 1em;
  width: calc(100% + 1em);
}