@charset "UTF-8";
.section__gimmickpack {
  margin-top: 200px;
}

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

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

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

.outline__box {
  display: flex;
  margin-bottom: 3em;
}

.outline__content {
  flex: 0 0 60%;
  padding-left: 1em;
  padding-right: 1em;
}
.outline__content p {
  line-height: 2;
}

.outline__img {
  flex: 0 0 40%;
}
.outline__img img {
  width: 100%;
  height: auto;
}

.function__box {
  margin-bottom: 3em;
}
.function__box h3 {
  margin-top: 1em;
}
.function__box p {
  line-height: 2;
}
.function__box ul {
  padding-left: 1em;
}
.function__box li {
  position: relative;
  padding-left: 1.5em;
}
.function__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%);
}

.install__box {
  margin-bottom: 3em;
}
.install__box p {
  line-height: 2;
}

.setting__box {
  margin-bottom: 3em;
}
.setting__box h3 {
  margin-top: 1em;
}
.setting__box p {
  line-height: 2;
}

.bubbly-notice__box,
.setting-notice__box {
  padding: 1em 2em 1em 1em;
}
.bubbly-notice__box p,
.setting-notice__box p {
  position: relative;
  background-color: var(--tantive-main-color);
  padding: 1em 1em 1em 4em;
}
.bubbly-notice__box p::before,
.setting-notice__box p::before {
  content: "！";
  display: box;
  position: absolute;
  top: 50%;
  left: 1em;
  width: 2em;
  height: 2em;
  color: white;
  background-color: var(--tantive-main-dark-color);
  border-radius: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.bubbly-notice__box p::after,
.setting-notice__box p::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 80%;
  top: 50%;
  left: 3.5em;
  background-color: var(--tantive-main-dark-color);
  transform: translateY(-50%);
}/*# sourceMappingURL=style-gimmickpack.css.map */