.site_header h1 a {
  width: 19.5rem;
}

.site_header .site_nav .gnav > li > a {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.site_header .site_nav .gnav > li:last-child > a:after {
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
}

.site_header .site_nav .gnav > li > a span {
  line-height: 1.3;
}

.catch_content ol li > span {
  background-color: #81CC60;
}

.site_header .site_nav .gnav {
  align-items: unset;
}

.site_header h1 a {
  margin-top: 2.7rem;
}

.catch .catchTop p {
  text-align: center;
  font-weight: 600;
}

.site_header .site_nav .gnav > li:nth-child(4) > a:after {
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
}

@media screen and (max-width: 640px) {
  .site_header .site_nav .gnav > li > a span br {
    display: none;
  }
  .subbt {
    display: none;
  }
}
.catch_content ol {
  margin-top: 0.5rem;
}
.catch_content ol li {
  display: flex;
  margin-bottom: 0.5rem;
}
.catch_content ol li > span {
  flex: 0 1 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #45B035;
}
.catch_content ol li > p {
  background-color: #F3F8F3;
  padding: 0.5rem 1rem;
  flex: 1;
}

.sbBusiness .sbc ul li > div {
  gap: 1.5rem;
  display: flex;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.1);
}

.sbBusinessEn .sbc ul li {
  margin-bottom: 1.5rem;
}
.sbBusinessEn .sbc ul li:last-child {
  margin-bottom: 0;
}
.sbBusinessEn .sbc ul li > div {
  gap: 1.5rem;
  display: flex;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.1);
}
.sbBusinessEn .sbc ul li > div > figure {
  flex: 0 1 30rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.sbBusinessEn .sbc ul li > div > div h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  color: #45B035;
}
.sbBusinessEn .sbc ul li > div > div {
  flex: 1;
}
.sbBusinessEn .sbc ul li > div > div p {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.sbBusinessEn .sbc ul li > div > div .buttons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.sb .sbh h2 {
  font-size: 1.375rem;
}

@media screen and (max-width: 640px) {
  .sbBusinessEn .sbc ul li > div > div p {
    word-break: break-word;
  }
  .ucbt {
    width: auto;
    flex: 1;
  }
  .site_header h1 a {
    margin-top: 1.2rem;
    width: 86%;
  }
  .site_header h1 a img {
    height: auto;
    width: 100%;
  }
  .site_header .site_nav .lnav .ja {
    color: #fff;
  }
  .site_header .site_nav .lnav .en.current {
    color: #EBFF00;
  }
  .sb .sbh h2 {
    word-break: break-word;
  }
}
.footer_privacy {
  display: inline-block;
  margin-bottom: 1rem;
  color: #45B035;
}

.page_publications_single .sbPublications_single .single_bottoms .single_bottoms_item .book_item h2 {
  color: #45B035;
  text-align: center;
  font-size: 1.375rem;
  border-bottom: 1px solid #999999;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
}

.page_publications_single .sbPublications_single .single_bottoms .single_bottoms_item .book_item h2 {
  padding-bottom: 0.6rem;
  line-height: 1.3;
  white-space: nowrap;
}

.page_publications_single .sbPublications_single .single_bottoms .single_bottoms_item .flex_book > div {
  padding-bottom: 0;
}

.page_publications_single .sbPublications_single .bgg {
  margin-bottom: 0;
}

.sbPublications_singleelse_en .sbc ul li h3 {
  font-weight: normal;
}
.sbPublications_singleelse_en .sbc ul li h3 b {
  color: #45B035;
  font-weight: 600;
}
.sbPublications_singleelse_en .sbc ul li {
  margin-bottom: 1rem;
}

.page_publications_single .sbPublications_single .bgg.bggf > * a {
  color: #45B035;
}

.page_publications_single .sbPublications_single .bgg.bggf > *:first-child:after {
  display: none;
}

.sbGrants .buttons .ucbt {
  margin: 0;
  width: 16.25rem;
}

.site_footer_navEn ul {
  display: flex;
  align-items: center;
}
.site_footer_navEn ul li {
  flex: 1;
}
.site_footer_navEn ul li a {
  color: #000;
  display: block;
  text-align: center;
  line-height: 1.5;
  transition: all ease 0.3s;
  position: relative;
}
.site_footer_navEn ul li a:before {
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #45B035;
}
.site_footer_navEn ul li a:hover {
  opacity: 0.5;
}
.site_footer_navEn ul li:first-child a:after {
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #45B035;
}

.site_footer .over_wrap {
  padding: 2rem 0;
}

@media screen and (max-width: 640px) {
  .page_publications_single .sbPublications_single .single_bottoms .single_bottoms_item .book_item h2 {
    word-break: break-word;
    white-space: normal;
  }
}/*# sourceMappingURL=style.css.map */