@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&display=swap");
@media screen and (max-width: 1023px) {
  .temp_grant {
    padding-top: 70px;
  }
}
.temp_grant .temp_grant__visual {
  min-height: 200px;
  height: auto;
  width: 100%;
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .temp_grant .temp_grant__visual {
    height: auto;
  }
}
.temp_grant .temp_grant__visual .-wrap {
  max-width: 1000px;
  width: 90%;
  display: flex;
  gap: 1em;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
.temp_grant .temp_grant__visual .-wrap .-tag {
  background-color: #fff;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  padding-right: 1em;
  gap: 8px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .temp_grant .temp_grant__visual .-wrap .-tag {
    font-size: 11px;
  }
}
.temp_grant .temp_grant__visual .-wrap h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .temp_grant .temp_grant__visual .-wrap h1 {
    font-size: 24px;
  }
}
.temp_grant .temp_grant__anchor {
  background-color: #004BA0;
  display: flex;
  justify-content: center;
}
.temp_grant .temp_grant__anchor .temp_grant__anchor_menu {
  max-width: 1000px;
  width: 90%;
  display: flex;
  gap: 1.5em;
}
@media screen and (max-width: 767px) {
  .temp_grant .temp_grant__anchor .temp_grant__anchor_menu {
    gap: 0em;
    justify-content: space-between;
  }
}
.temp_grant .temp_grant__anchor .temp_grant__anchor_menu li a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 1em 0;
  border-bottom: 4px solid #004BA0;
}
.temp_grant .temp_grant__anchor .temp_grant__anchor_menu li a:hover {
  border-bottom-color: #80A5CF;
}
.temp_grant .temp_grant__body {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 3em 0 0;
}
@media screen and (max-width: 767px) {
  .temp_grant .temp_grant__body {
    padding-top: 1.5em;
  }
}
.temp_grant .temp_grant__body h2 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #333;
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (max-width: 767px) {
  .temp_grant .temp_grant__body h2 {
    padding-top: 70px;
    margin-top: -70px;
  }
}
.temp_grant .temp_grant__body .-must {
  background-color: #FFE6DD;
  border-radius: 8px;
  padding: 1em;
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 13px;
  margin: 1em 0;
}
.temp_grant .temp_grant__body .-must h3 {
  color: #FF520D;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .temp_grant .temp_grant__body .-must {
    flex-flow: column;
    align-items: flex-start;
    gap: 0.5em;
  }
}
.temp_grant .temp_grant__body .-want {
  background-color: #CCDEF5;
  border-radius: 8px;
  padding: 1em;
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 13px;
  line-height: 1.5;
}
.temp_grant .temp_grant__body .-want h3 {
  color: #2071DA;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .temp_grant .temp_grant__body .-want {
    flex-flow: column;
    align-items: flex-start;
    gap: 0.5em;
  }
}
.temp_grant .temp_grant__body table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .temp_grant .temp_grant__body table tr {
    display: flex;
    flex-flow: column;
  }
}
.temp_grant .temp_grant__body table th {
  padding: 1em;
  background-color: #eee;
  text-align: left;
  font-weight: normal;
  width: 25%;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .temp_grant .temp_grant__body table th {
    width: 100%;
    border-bottom: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 13px;
  }
}
.temp_grant .temp_grant__body table td {
  padding: 1em;
  width: 75%;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .temp_grant .temp_grant__body table td {
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 13px;
  }
}
.temp_grant .temp_grant__action {
  display: flex;
  justify-content: center;
  gap: 2em;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .temp_grant .temp_grant__action {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
.temp_grant .temp_grant__action a {
  padding: 1em;
  color: #fff;
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .temp_grant .temp_grant__action a {
    width: 80%;
  }
}
.temp_grant .temp_grant__action a:hover {
  opacity: 0.75;
}
.temp_grant .temp_grant__action .-download {
  background-color: #004BA0;
}
.temp_grant .temp_grant__action .-contact {
  background-color: #000;
}

.lp_ai_open_new-flow {
  border-bottom: 1px solid #eee;
  padding-bottom: 4em;
}
.lp_ai_open_new-flow .lp_ai_open_new-flow_list {
  display: flex;
  gap: 3em;
  padding-top: 2em;
}
@media screen and (max-width: 767px) {
  .lp_ai_open_new-flow .lp_ai_open_new-flow_list {
    flex-flow: column;
    align-items: center;
  }
}
.lp_ai_open_new-flow .lp_ai_open_new-flow_item {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp_ai_open_new-flow .lp_ai_open_new-flow_item {
    display: flex;
    width: 70%;
    gap: 1em;
    align-items: center;
  }
}
.lp_ai_open_new-flow .lp_ai_open_new-flow_item:after {
  content: "";
  position: absolute;
  top: 35%;
  right: -1em;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #000;
  translate: 100% -50%;
}
@media screen and (max-width: 767px) {
  .lp_ai_open_new-flow .lp_ai_open_new-flow_item:after {
    transform: rotate(90deg);
    top: 110%;
    right: 50%;
  }
}
.lp_ai_open_new-flow .lp_ai_open_new-flow_item:last-child:after {
  display: none;
}
.lp_ai_open_new-flow .lp_ai_open_new-flow_item .-icon {
  border: 1px solid #2462A8;
  background: #FFF;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lp_ai_open_new-flow .lp_ai_open_new-flow_item .-icon {
    width: 30%;
  }
}
.lp_ai_open_new-flow .lp_ai_open_new-flow_item .-icon svg {
  width: 70%;
  height: auto;
}
.lp_ai_open_new-flow .lp_ai_open_new-flow_item p {
  text-align: center;
  font-weight: bold;
  padding: 1em 0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .lp_ai_open_new-flow .lp_ai_open_new-flow_item p {
    text-align: left;
  }
}/*# sourceMappingURL=grant.css.map */