.h2_combination {
  background: #f6f5f1;
  font-size: 2.2rem;
  text-align: center;
  padding: 16px 20px;
  width: 100%;
  color: #463d38;
}

@media (max-width: 769px) {
  .h2_combination {
    font-size: 1.4rem;
  }
}
.h2_combination_ttltext {
  text-align: center;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.col_combination {
  width: 33%;
}

.balloon {
  position: relative;
  margin: 1.5em 0;
  padding: 7px 10px;
  color: #fff;
  font-size: 16px;
  background: #6b8375;
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.skin_body .balloon {
  background: #ab9b6d;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #6b8375;
}

.skin_body .balloon:before {
  border-top: 15px solid #ab9b6d;
}

.balloon p {
  color: #fff;
  line-height: 1.6;
  padding: 5px 0;
}

.list_indent {
  text-align: center;
  color: #6b8375;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
  padding: 0;
}

.skin_body .list_indent {
  color: #ab9b6d;
} /*# sourceMappingURL=under_add.css.map */