@charset "UTF-8";
/* CSS Document */

.section-seed {
  text-align: left;
  padding: 10px 35px 15px;
}
.section-seed h2 {
  font-size: 2.4rem;
  margin: 0 auto 35px;
  max-width: 400px;
}
.section-seed ul li {
  list-style: none;
  max-width: 400px;
  padding: 40px 0 20px;
  margin: 0 auto;
}
.description-flex {
  display: none;
}
.section-seed ul li img {
  width: 100%;
}
.section-seed__description {
  text-align: left;
  margin: 0 auto;
  max-width: 400px;
}
.section-seed__description h3 {
  font-size: 1.3rem;
  font-weight: 400;
  padding: 10px 15px 0;
  margin-bottom: 25px;
}
.section-seed__description p {
  padding: 10px 15px 0;
  margin-bottom: 15px;
}
@media(min-width: 960px) {
  .section-seed {
    padding: 50px 75px 100px;
    max-width: 1260px;
  }
  .section-seed__title {
    max-width: 1000px;
    padding-left: 70px;
    margin: 0 auto;
  }
  .section-seed__title h2 {
    margin-bottom: 40px;
    max-width: 1000px;
  }
  .section-seed ul {
    padding-top: 70px;
  }
  .section-seed ul li:first-child {
    display: flex;
    padding: 0 0 0 80px;
    max-width: 1000px;
  }
  .section-seed__img {
    max-height: 500px;
  }
  .section-seed ul li:first-child img {
    max-width: 500px;
  }
  .description-flex {
    display: block;
    text-align: left;
    padding-top: 160px;
  }
  .section-seed ul li:first-child p {
    padding-left: 80px;
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  .section-seed ul li:first-child p:first-child {
    padding-top: 5px;
  }
  .section-seed ul li:last-child {
    padding: 80px 0 0 200px;
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
  }
  .section-seed ul li:last-child img {
    max-width: 500px;
  }
  .section-seed__description {
    display: none;
  }
}
