.kokochiRenovation-problem__body--whole {
  display: grid;
  gap: 3rem;
  align-items: baseline;
}

/* まるごと断熱とは？ */

.marudan-grid {
  display: grid;
  gap: 2.5rem;
  margin-block: 55px 0;
}

.marudan-grid + .marudan-grid {
  margin-block: 90px 0;
}

.marudan-grid__content {

}

.marudan-grid__title {
  display: grid;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ef6d22;
}

.marudan-grid__label {
  display: inline-block;
  max-width: fit-content;
  border: 1px solid #ef6d22;
  background: #ffffff;
  padding: 5px 18px;
}

.marudan-grid__desc {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 1.8rem;
}

.marudan-grid__inner {
  display: grid;
  gap: 1rem;
  margin-top: 2.8rem;
}

.marudan-grid__inner .marudan-grid__img {
  width: 65%;
  margin: 0 auto;
}

.marudan-grid__thumb {
  
}

.marudan-grid__img {
  width: 100%;
  height: auto;
}

.marudan-grid__inner-item {

}

.marudan-grid__subtitle {
  font-size: 1.6rem;
  font-weight: bold;
}

.marudan-grid__text {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 1rem;
}

.marudan-grid__note {
  display: block;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0.5rem;
}



/* ３種類の断熱リフォーム */

.type-grid {
  display: grid;
  gap: 2.5rem;
  margin-top: 45px;
}

.type-grid__content {

}

.type-grid__title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ef6d22;
}

.type-grid__copy {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 2rem;
}

.type-grid__feature {
  display: grid;
  gap: 7px;
  margin-top: 1.7rem;
}

.type-grid__label {
  display: inline-block;
  max-width: fit-content;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ef6d22;
  border: 1px solid #ef6d22;
  padding: 2rem;
}

.type-grid__list {
  list-style: disc;
  font-size: 1.4rem;
  line-height: 1.8;
  padding-left: 2rem;
}

.type-grid__note {
  display: block;
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 1.2rem;
}

.type-grid__thumb {

}

.type-grid__img {

}


@media screen and (max-width: 768px) {
  .kokochiRenovation-problem__body--whole {
    justify-items: center;
  }
  .kokochiRenovation-problem__image--small {
    max-width: 65%;
  }
  .kokochiRenovation-problem__image--small img {
    margin: 0 auto;
  }
    
  .type-grid + .type-grid {
    border-top: 1px dotted #8b8b8b;
    margin-top: 45px;
    padding-top: 45px;
  }
}

@media screen and (min-width: 769px) {

  .kokochiRenovation-problem__body--whole {
    grid-template-columns: 1fr 250px;
  }

  /* まるごと断熱とは？ */

  .marudan-grid {
    grid-template-columns: 55% 45%;
    gap: 32px;
  }

  .marudan-grid + .marudan-grid {
    margin-block: 134px 0;
  }

  .marudan-grid__content {

  }

  .marudan-grid__title {
    display: grid;
    gap: 9px;
    align-items: baseline;
    grid-template-columns: auto 1fr;
    font-size: 2rem;
    line-height: 1.7;
  }

  .marudan-grid__desc {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .marudan-grid__inner {
    grid-template-columns: 145px 1fr;
    gap: 2.8rem;
  }
  .marudan-grid__inner .marudan-grid__img {
    width: 100%;
  }

  .marudan-grid__thumb {
    
  }

  .marudan-grid__img {

  }

  .marudan-grid__inner-item {

  }

  .marudan-grid__subtitle {

  }

  .marudan-grid__text {

  }

  .marudan-grid__note {
    font-size: 1.2rem;
  }



  /* ３種類の断熱リフォーム */

  .type-grid {
    grid-template-columns: repeat(2,50%);
    gap: 7.4rem;
  }

  .type-grid__content {

  }

  .type-grid__title {
    font-size: 2rem;
  }

  .type-grid__copy {
    font-size: 1.8rem;
  }

  .type-grid__feature {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: auto 1fr;
    margin-top: 2.4rem;
  }

  .type-grid__label {
    display: inline-grid;
    place-content: center;
    font-size: 1.8rem;
  }

  .type-grid__list {
    font-size: 1.6rem;
  }

  .type-grid__note {
    font-size: 1.2rem;
  }

  .type-grid__thumb {

  }

  .type-grid__img {

  }

  
}