@charset "utf-8";
.section-brand {
  max-width: 80rem;
  width: auto;
  margin: 10rem auto;
  background-color: #fff;
}
.section-brand > .text {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 2em;
  font-feature-settings: "palt";
}
.section-brand > .text .catch {
  margin: 4rem auto;
  text-align: left;
  font-size: 4rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  word-break: keep-all;
  font-weight: 700;
}
.section-brand > .text .catch small {
  display: block;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.5em;
}
.section-brand > .image {
  position: relative;
  margin: 15rem auto;
}
.section-brand > .image img {
  width: 100%;
  height: auto;
}
.section-brand > .note {
  padding: 2rem 4rem;
  margin: 10rem auto 0rem;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 0.1rem;
  border-bottom-width: 0.1rem;
  border-top-color: gray;
  border-bottom-color: gray;
}
.section-brand > .note > .title {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 2em;
  font-feature-settings: "palt";
}
.section-brand > .note > .text {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 2em;
  font-feature-settings: "palt";
}
@media (max-width: 959px) {
  .section-brand {
    padding: 2rem;
    margin: 3rem auto;
    border-width: 1rem;
  }
}
@media (max-width: 959px) {
  .section-brand > .image {
    margin: 10rem auto;
  }
}
@media (max-width: 959px) {
  .section-brand > .note {
    padding: 2rem 0rem;
  }
  .section-brand > .note > .title {
    text-align: center;
  }
}
/*# sourceMappingURL=./style.css.map */