.t-funds .t-supporter {
  display: flex;
  gap: 60.8px;
  align-items: center;
}
.t-funds .t-supporter img {
  /* height: 240px; */
  /* width: 282.17px; */
  height: auto;
  width: 300px;
}
.t-funds .t-founding {
  margin-top: 32px;
  border: solid 1px #cccccc;
  padding: 30px;
}
.t-funds .t-founding .t-founding-content {
  display: flex;
  gap: 16px;
  align-items: baseline;
  margin-bottom: 32px;
}
.t-funds .t-founding .t-founding-content:last-child {
  margin-bottom: 0;
}
.t-funds .t-founding .t-founding-content h2 {
  min-width: 200px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
}
.t-funds .t-founding .t-founding-content a {
  display: contents;
  color: #0ea2aa;
  text-decoration: underline;
}
.t-funds .t-funds-ul {
  margin: 32px 0;
  /* display: flex;
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.t-funds .t-funds-ul li {
  /* width: 380px;
  height: 344px; */
  height: auto;
  width: 100%;
  padding: 30px;
  background: #f4f4f4;
}
.t-funds .t-funds-ul li h2 {
  color: #0ea2aa;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}
.t-funds .t-activities {
  border: solid 1px #cccccc;
  padding: 30px;
}
.t-funds .t-activities h2 {
  color: #0ea2aa;
  font-weight: 700;
  font-size: 24px;
}
.t-funds .t-activities .common-button {
  max-width: inherit;
  margin: 16px 0;
}
.t-funds .t-activities p a {
  display: contents;
  color: #0ea2aa;
  text-decoration: underline;
}
.t-funds .t-h2-font {
  color: #0ea2aa;
  font-weight: 700;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.t-funds .t-h2-font img {
  width: 35px;
  height: 35px;
}
.t-funds .t-payment.t-margin {
  margin-top: 64px;
}
.t-funds .t-payment span {
  font-weight: 700;
}
.t-funds .t-payment .t-number {
  color: #0ea2aa;
}
.t-funds .t-internet-payment {
  margin: 16px 0;
  display: flex;
}
.t-funds .t-internet-payment li {
  width: 33.33%;
}
.t-funds .t-internet-payment li div {
  border: #cccccc solid 1px;
  height: calc(100% - 60px);
  padding: 15.5px 16px 28px 26px;
}
.t-funds .t-internet-payment li h3 {
  background: #0ea2aa;
  height: 60px;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: solid 1px #fff;
}
.t-funds .t-internet-payment .t-credit {
  max-width: 271.23px;
  margin: auto;
  margin-top: 24px;
}
.t-funds .t-internet-payment .convenience {
  max-width: 286.46px;
  margin: auto;
  margin-top: 24px;
}
.t-funds .t-internet-payment .t-pay-easy {
  max-width: 78.67px;
  margin: auto;
  margin-top: 24px;
}
.t-funds .common-button {
  width: 480px;
  max-width: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.t-funds .common-button.t-internet-application {
  margin-top: 40px;
  margin-bottom: 64.5px;
}
.t-funds .t-funds-img img {
  margin-top: 16px;
  margin-bottom: 40px;
}
.t-funds .t-mb30 {
  margin-bottom: 30px;
}
.t-funds .t-line {
  position: relative;
  padding-top: 64px;
  margin-bottom: 64px;
}
.t-funds .t-line::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  bottom: 0;
}
.t-funds .t-mt32 {
  margin-top: 32px;
}
.t-funds .t-mt20 {
  margin-top: 20px;
}
.t-funds .t-font-weight {
  font-weight: 700;
}
.t-funds .t-solidification {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
  margin-bottom: 70px;
}
.t-funds .t-solidification img {
  width: 264px;
}

@media screen and (max-width: 768px) {
  .t-funds .t-supporter {
    display: block;
  }
  .t-funds .t-supporter img {
    margin: auto;
    margin-bottom: 42px;
  }
  .t-funds .t-founding .t-founding-content {
    display: block;
  }
  .t-funds .t-founding .t-founding-content:last-child {
    margin-bottom: 0;
  }
  .t-funds .t-founding .t-founding-content h2 {
    max-width: 200px;
  }
  .t-funds .t-funds-ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .t-funds .t-funds-ul li {
    margin: auto;
  }
  .t-funds .t-internet-payment {
    display: block;
  }
  .t-funds .t-internet-payment li {
    width: 100%;
  }
  .t-funds .common-button {
    font-size: 1.4rem;
    width: 100%;
    max-width: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .t-funds .t-funds-img {
    width: 100%;
    overflow-x: scroll;
  }
  .t-funds .t-funds-img img {
    margin-top: 16px;
    width: 800px;
    margin-bottom: 40px;
  }
  .t-funds .t-solidification {
    display: block;
  }
  .t-funds .t-solidification img {
    width: 80%;
    margin: auto;
    margin-bottom: 32px;
  }
}
