.price .inner .wrap .box.n3 {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
}
@media (max-width: 590px) {
  .price .inner .wrap .box.n3 {
    display: block;
    justify-content: initial;
  }
}
.price .inner .wrap .box.n3 .data {
  box-sizing: border-box;
  padding: 10px;
}
@media (max-width: 590px) {
  .price .inner .wrap .box.n3 .data {
    padding: 6vw;
  }
}
.price .inner .wrap .box.n3 .data:nth-of-type(1) {
  width: 31%;
  border-right: 1px solid #d1d1d1;
}
@media (max-width: 590px) {
  .price .inner .wrap .box.n3 .data:nth-of-type(1) {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #d1d1d1;
  }
}
.price .inner .wrap .box.n3 .data:nth-of-type(2) {
  width: 31%;
  border-right: 1px solid #d1d1d1;
}
@media (max-width: 590px) {
  .price .inner .wrap .box.n3 .data:nth-of-type(2) {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #d1d1d1;
  }
}
.price .inner .wrap .box.n3 .data:nth-of-type(3) {
  width: 38%;
}
@media (max-width: 590px) {
  .price .inner .wrap .box.n3 .data:nth-of-type(3) {
    width: 100%;
  }
}
.price .inner .wrap .box.n3 .data .title {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
}
.price .inner .wrap .box.n3 .data .mini {
  display: block;
  text-align: center;
  font-weight: bold;
}
.price .inner .wrap .box.n3 .data .text {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
}

/*# sourceMappingURL=add_styles.css.map */
