@charset "UTF-8";
/**************************************************
*  background-color: colors(warning,dark);
*            ↓↓↓↓↓↓
*  background-color: #ff7b7b;
**************************************************/
.business_question[data-v-f028dbe6] {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  background-color: rgba(0, 157, 112, 0.2);
}
@media screen and (min-width: 768px) {
.business_question[data-v-f028dbe6] {
    width: 941px;
    height: 156px;
    margin-top: 135px;
    font-size: 24px;
    border-radius: 10px;
}
}
@media screen and (max-width: 767px) {
.business_question[data-v-f028dbe6] {
    flex-direction: column;
    margin-top: 16vw;
    padding: 13.3333333333vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 5.3333333333vw;
}
}
.business_question div[data-v-f028dbe6] {
  position: absolute;
}
@media screen and (min-width: 768px) {
.business_question div[data-v-f028dbe6] {
    top: -35px;
}
}
@media screen and (max-width: 767px) {
.business_question div[data-v-f028dbe6] {
    width: 13.3333333333vw;
    top: -8vw;
}
}
@media screen and (max-width: 767px) {
.business_question div img[data-v-f028dbe6] {
    width: 100%;
}
}
.business_question span[data-v-f028dbe6] {
  z-index: 1;
  position: relative;
}
.business_question span[data-v-f028dbe6]::before {
  z-index: -1;
  text-align: center;
  position: absolute;
  content: "";
  background-color: #fff;
}
@media screen and (min-width: 768px) {
.business_question span[data-v-f028dbe6]::before {
    width: 169px;
    height: 12px;
    bottom: 3px;
    left: 0;
}
}
@media screen and (max-width: 767px) {
.business_question span[data-v-f028dbe6]::before {
    width: 100%;
    height: 2.1333333333vw;
    bottom: 0.5333333333vw;
    left: 0;
}
}