.p-business.--left-image {
  margin-bottom: 6rem;
}
.p-business-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.p-business.--left-image .p-business-content {
  flex-direction: row;
}
.p-business.--right-image .p-business-content {
  flex-direction: row-reverse;
}
.p-business-content__header, .p-business-content__body {
  width: 40%;
}

.p-business-item__body {
  margin: 1rem 0;
}
.p-business-item__body p {
  line-height: 1.8;
  font-weight: bold;
}

.p-business-item__footer {
  background-color: #F0ECE4;
  border-radius: 20px;
  padding: 1rem;
}
.p-business-item__footer th {
  padding-top: .5rem;
  padding-bottom: .5rem;
  width: 5rem;
  vertical-align: top;
}
.p-business-item__footer td {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* SP */
@media screen and (max-width: 767px) {
  .p-business-content {
    flex-wrap: nowrap;
  }
  .p-business.--left-image .p-business-content, .p-business.--right-image .p-business-content {
    flex-direction: column;
  }
  .p-business-content__header, .p-business-content__body {
    width: inherit;
  }
  .p-business-item__body {
    width: 90%;
    margin: 1rem auto;
  }
  .p-business-item__header .-h2 {
    font-size: 30px;
  }
}
