@charset "UTF-8";
/* divideContents */
/* Updated 2025/06/18.T */
/* Updated 2025/04/01.T */

.title-background01.lazyloaded::before {
  background: url("/grants/img/index_bg_01.jpg") no-repeat;
  background-size: cover;
}

a.link {
  text-decoration: underline;
}

a.link:hover {
  text-decoration: none;
}

a.link-img {
  display: block;
  color: #14703F;
  font-weight: 500;
  text-decoration: none;
}

a.link-img img {
  transition-duration: .4s;
}

a.link-img:hover img {
  opacity: 0.8;
}


/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .ttl-img01>.img {
    width: auto;
    height: 33px;
  }

  .ttl-img02>.img {
    width: auto;
    height: 15px;
  }

  .column-layout.-col03.-spCol1 .text-block01 {
    margin-top: 16px;
  }
}