.section__background {
  margin-top: 200px;
  margin-bottom: 200px;
}

.section__background--subtitle {
  opacity: 0.1;
  text-align: center;
}

.section__background--title {
  font-size: 32px;
  margin-top: -1.5em;
  margin-bottom: 40px;
  text-align: center;
}

h2 {
  font-size: 1.5rem;
  margin-bottom: 1em;
}

.outline__boxoutline__box {
  margin-bottom: 3em;
}

.outline__content p {
  line-height: 2;
}

.install__box {
  margin-bottom: 3em;
}

.install__content p {
  line-height: 2;
}

.setting__box {
  margin-bottom: 3em;
}
.setting__box p {
  line-height: 2;
}
.setting__box img {
  width: 200px;
  height: auto;
}
.setting__box ul {
  padding-left: 1em;
}
.setting__box li {
  position: relative;
  padding-left: 1.5em;
}
.setting__box li::before {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 0;
  background-image: var(--tantive-mark-img);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}

.contact__box a {
  color: var(--tantive-main-dark-color);
  text-decoration: underline;
}/*# sourceMappingURL=style-background-image-setting.css.map */