.md-1-2r-04-w .md-img-box,
.md-1-2l-04-w .md-img-box {
  width: calc((100% - (36px)*2) / 3);
}

.im-1 {
  margin: auto;
  text-align: center;
}

.img-resize img {
  max-width: 80%;
}

.im-top2 {
  margin-top: 2em;
}

@media only screen and (max-width: 767.98px) {

  .md-1-2r-04-w .md-img-box,
  .md-1-2l-04-w .md-img-box {
    width: auto;
    text-align: center;
    margin: auto;
  }

  .md-txt {
    margin-bottom: 1em;
  }

  .h3-s {
    margin-bottom: 0em;
  }

  .md-1-2r-04-w {
    margin-top: 0em;
  }
}

.business-add-wrap {
  flex-basis: 32%;
  margin-left: 36px;
}
.business-add-wrap .tx-1{
	margin-top: 0;
}
.business-add-wrap img{
	width: 80%;
}
@media only screen and (max-width: 767.98px) {
  .business-add-wrap {
    flex-basis: auto;
    width: 100%;
    margin-left: auto;
  }
  .business-add-wrap .tx-1{
	margin-top: 16px;
  }
  .business-add-wrap img{
	width: 100%;
  }
}
.business-add {
  position: relative;
  display: flex;
  flex-direction: column;
  width: auto;
  max-height: 230px;
  overflow: hidden;
  background-color: #ffeee9;
  border-radius: 10px;
}

@media only screen and (max-width: 767.98px) {
  .business-add {
    width: 100%;
    max-height: 220px;
  }
}

.business-add-head {
  position: relative;
  padding-block: 12px;
  font-size: 18px;
}

@media only screen and (max-width: 767.98px) {
  .business-add-head {
    position: relative;
    padding: 12px 0 7px;
    font-size: 15px;
  }
}

.business-add-head::after {
  position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 0;
  content: "";
  border-color: #e6002d transparent transparent;
  border-style: solid;
  border-width: 16px 15px 0;
  translate: -50% 100%;
}

.business-add-text {
  display: grid;
  gap: 14px;
  padding: 27px 24px 10px;
}

@media only screen and (max-width: 767.98px) {
  .business-add-text {
    padding: 23px 24px 6px;
  }
}

.business-add-text__red {
  font-size: 36px;
  line-height: 1.0;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 767.98px) {
  .business-add-text__red {
    font-size: 25px;
  }
}

.business-add-text__number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 57px;
}

@media only screen and (max-width: 767.98px) {
  .business-add-text__number {
    font-size: 50px;
  }
}

.business-add-text__bottom {
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 767.98px) {
  .business-add-text__bottom {
    font-size: 12px;
  }
}
.business-add-wrap .note-style {
  justify-content: center;
}