@media screen and (max-width: 1028px) {
  .p-dekirukoto__imgTxt {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-dekirukoto__imgTxt img {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1028px) {
  .p-dekirukoto--textWidth {
    max-width: 46rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dekirukoto--textWidth {
    padding: 1rem;
  }
}

.p-dekirukoto__imgTxt--left {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
  min-width: 460px;
}
@media screen and (max-width: 767px) {
  .p-dekirukoto__imgTxt--left {
    margin-top: 0;
    margin-right: 5px;
    min-width: auto;
  }
}

.p-dekirukoto__textBody {
  width: 30rem;
  height: 10rem;
  font-size: 1.8rem;
  padding-left: 2vw;
  background: #f5f5f5;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-dekirukoto__textBody {
    height: auto;
    padding-left: 3vw;
    font-size: 2.3468057366vw;
  }
}

@media screen and (max-width: 1028px) {
  .p-dekirukoto__text--default {
    padding-left: 1rem;
  }
}

.p-dekirukoto__subImg {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-dekirukoto__subImg {
    margin-bottom: -3rem;
  }
  .p-dekirukoto__subImg img {
    display: inline-block;
    margin-bottom: 1.5rem;
  }
}
