.ope-image {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.ope-image02 {
  justify-content: space-around;
}

.ope-image img {
  width: 48%;
  height: auto;
}

.osteoporosis-body {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.osteoporosis-text {
  width: 70%;
}
.osteoporosis-text-bold {
  font-weight: bold;
}
.osteoporosis-image {
  width: 30%;
}

.osteoporosis-image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 700px) {
  .ope-image {
    flex-direction: column;
  }
  .ope-image img {
    width: 100%;
  }

  .osteoporosis-body {
    flex-direction: column;
  }
  .osteoporosis-text {
    width: 100%;
  }
  .osteoporosis-image {
    width: 80%;
  }
}
