h2.p-in__title {
  font-weight: 900;
  font-size: 6vw;
  font-family: "sofia-pro-soft", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 800px) {
  h2.p-in__title {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1000px) {
  h2.p-in__title {
    font-size: 2.6em;
  }
}

section {
  padding: 10vw;
  font-size: 4vw;
  text-align: left;
}
@media screen and (min-width: 800px) {
  section {
    padding: 5vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 1000px) {
  section {
    padding: 5vw;
    font-size: 1.2em;
  }
}
section p {
  margin-top: 20px;
}
section ul {
  margin-top: 10px;
}
section ul li {
  font-size: 4vw;
  text-align: left;
}
section ul li span {
  color: #d95b94;
  font-weight: bold;
}
@media screen and (min-width: 800px) {
  section ul li {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1000px) {
  section ul li {
    font-size: 1em;
  }
}
section ul li.divide {
  margin-top: 24px;
  padding-top: 10px;
  border-top: 2px solid #999;
}
section ul li ul {
  margin-left: 20px;
}
section ul li ul li {
  list-style: disc;
  color: #d95b94;
}
section ul li ul li span {
  color: #666;
}
section ul.timinglist {
  margin-top: 30px;
  background: rgb(255, 239, 241);
  padding: 20px 10px;
  border-radius: 20px;
}
section ul.timinglist li {
  font-size: 4vw;
  text-align: center;
}
section ul.timinglist li div {
  font-weight: bold;
  color: #fff;
  background-color: #4997e4;
  margin: 5px 0 10px 0;
  display: inline-block;
  padding: 5px 14px;
  border-radius: 20px;
}
@media screen and (min-width: 800px) {
  section ul.timinglist li {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1000px) {
  section ul.timinglist li {
    font-size: 1em;
  }
}
section h3 {
  width: 50%;
  max-width: 300px;
  margin: 50px auto 0 auto;
}
section h4 {
  font-size: 5vw;
  font-weight: bold;
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase;
  font-family: "sofia-pro-soft", sans-serif;
}
@media screen and (min-width: 800px) {
  section h4 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 800px) {
  section h4 {
    font-size: 1.6em;
  }
}
section h5, section h6 {
  color: #d95b94;
  font-family: "sofia-pro-soft", sans-serif;
  font-size: 5vw;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  section h5, section h6 {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 800px) {
  section h5, section h6 {
    font-size: 1.6em;
  }
}
section h6 {
  font-size: 1.2em;
  color: #666;
}

section#section1 {
  background-color: #fff;
  width: 100%;
}

section#section2 {
  background-image: url(../img/bg/bg_grid.webp);
  background-repeat: repeat;
  background-size: 30px;
  background-position: -10px;
  width: 100%;
}

.p-products_info {
  margin-top: 0 !important;
}/*# sourceMappingURL=onlinemodediscontinued.css.map */