.title .d-title1 span {
  letter-spacing: 0.1em;
  width: 45%;
  font-size: 2.6vw;
  font-weight: 800;
}
.title .d-title2 {
  margin-top: -1.5%;
  font-size: 5vw;
}

.demo-box {
  margin: 0 auto;
  display: flex;
  width: 85%;
  flex-wrap: nowrap;
  margin-bottom: 5%;
  justify-content: center;
  align-items: center;
}
.demo-box .demo-b1 {
  flex: 50%;
}
.demo-box .demo-b1 .demo-t {
  margin-bottom: 3%;
  font-size: 1.9vw;
  letter-spacing: 0.05em;
}
.demo-box .demo-b1 .demo-t span {
  background-color: #0b8641;
  color: white;
  padding: 2%;
  border-radius: 10px;
  font-weight: 400;
}
.demo-box .demo-b1 .demo-ad {
  background-color: #0b8641;
  color: white;
  padding: 2%;
  border-radius: 10px;
  font-weight: 400;
  width: 83%;
}
.demo-box .demo-b1 .demo-p {
  margin-bottom: 4%;
  font-weight: 100;
  font-size: 1.3vw;
  letter-spacing: 0.1em;
}
.demo-box .demo-b2 {
  flex: 50%;
}
.demo-box .demo-b2 .d-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.box-e {
  width: 80%;
  border: solid 12px #87bd44;
  border-radius: 10px;
  padding: 2%;
}
.box-e h4 {
  font-size: 3.5vw;
  text-align: center;
  color: #0b8641;
  letter-spacing: 0.2em;
}
.box-e h5.d-flow {
  background-color: #0b8641;
  color: white;
  padding: 2% 5%;
  margin: 3%;
  font-size: 2.5vw;
  font-weight: 100;
  letter-spacing: 0.2em;
  border-radius: 10px;
  text-align: center;
}

@media (max-width: 700px) {
  .title {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .title .d-title1 span {
    letter-spacing: 0.1em;
    width: 80%;
    font-size: 5vw;
    font-weight: 800;
  }
  .title .d-title2 {
    margin-top: -1.5%;
    font-size: 8vw;
  }
  .demo-box {
    flex-wrap: wrap;
  }
  .demo-box .demo-b1 {
    flex: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .demo-box .demo-b1 .demo-t {
    margin-bottom: 5%;
    font-size: 3.8vw !important;
    letter-spacing: 0.05em;
  }
  .demo-box .demo-b1 .demo-t span {
    padding: 3%;
    border-radius: 5px;
  }
  .demo-box .demo-b1 .demo-ad {
    width: 75%;
  }
  .demo-box .demo-b1 .demo-p {
    margin-bottom: 10%;
    font-weight: 100;
    font-size: 15px !important;
    letter-spacing: 0.1em;
  }
  .demo-box .demo-b2 {
    flex: 100%;
  }
  .demo-box .demo-b2 .d-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-bottom: 5%;
  }
  .demo-box2 {
    flex-direction: column-reverse;
  }
  .box-e {
    width: 90%;
    border: solid 8px #87bd44;
    border-radius: 10px;
    padding: 2%;
  }
  .box-e h4 {
    font-size: 5vw;
    text-align: center;
    color: #0b8641;
    letter-spacing: 0.2em;
  }
  .box-e h5.d-flow {
    background-color: #0b8641;
    color: white;
    padding: 3%;
    margin: 3%;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 3.5vw;
    border-radius: 5px;
    padding-left: 7%;
  }
}/*# sourceMappingURL=demo.css.map */