@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
.type-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}
.type-list > div {
  width: 33.3333%;
  padding: 0 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991.98px) {
  .type-list > div {
    width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .type-list > div {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.type-list > div .block {
  background-color: #fff;
  border-radius: 3rem;
  padding: 2rem 2.5rem;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .type-list > div .block {
    padding: 2rem;
  }
}
.type-list > div .block h2 {
  color: #008C4F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .type-list > div .block h2 {
    font-size: 2.2rem;
  }
}
.type-list > div .block img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 2rem;
}
.type-list > div .block .manufacturer-title {
  font-weight: 700;
  text-align: center;
  background-color: #DEEECB;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
}
.type-list > div .block ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.type-list > div .block ul li {
  margin-bottom: 0.5em;
  min-width: 50%;
  font-size: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .type-list > div .block ul li {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=manufacturer.css.map */