@charset "UTF-8";

.balloon {
  position: relative;
  display: block;
  padding: 7px 10px;
  width: 180px;
  max-width: 100%;
  color: #eb0101;
  font-size: 16px;
  background: #fff;
  border: 3px solid #eb0101;
  box-sizing: border-box;
  border-radius: 15px;
  text-align: center;
  margin: 0 auto 40px
}

.balloon:before {
  bottom: -24px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2
}

.balloon:after,
.balloon:before {
  content: "";
  position: absolute;
  left: 50%
}

.balloon:after {
  bottom: -30px;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #eb0101;
  z-index: 1
}

.balloon p {
  margin: 0;
  padding: 0
}

@media screen and (min-width:768px) {
  section {
    padding-bottom: 100px
  }

  .p-tips-h4 {
    font-weight: 700;
    font-size: 1.8rem;
    margin: 30px 0
  }

  .p-tips-stepup {
    text-align: center
  }

  .p-tips-stepup img {
    width: 100px;
    height: 30px
  }

  .p-tips-list {
    margin-bottom: 40px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 40px
  }

  .p-tips-list h4 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 10px
  }
}

@media screen and (max-width:767px) {
  .p-tips-h4 {
    font-weight: 700;
    font-size: 1.8rem;
    margin: 30px 0
  }

  .p-tips-stepup {
    text-align: center
  }

  .p-tips-stepup img {
    width: 100px;
    height: 30px
  }

  .p-tips-list {
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px
  }

  .p-tips-list.-border-none {
    border: none;
    padding-bottom: 0;
    margin-bottom: 40px
  }

  .p-tips-list h4 {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-align: center
  }
}

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