/* 北欧の心地よさを、あなたの暮らしに。（新築・リフォーム） */
.all-useful-information-details {
  margin-bottom: 100px;
}

.all-useful-information-details-title {
  text-align: center;
}

.all-useful-information-details-family {
  width: 80%;
  margin: auto;
  min-width: 950px;
}

.all-useful-information-details-family img {
  width: 100%;
  margin: auto auto 35px;
}

/* 新築住宅・リフォーム・イノベーション （新築・リフォーム）*/
.all-useful-information-details-two-style {
  margin-bottom: 50px;
}

.all-useful-information-details-two-style-new-title {
  text-align: center;
  margin-bottom: 30px;
}

.all-useful-information-details-two-style-reform-title {
  text-align: center;
  margin-bottom: 30px;
}

.all-useful-information-details-two-style-box {
  display: flex;
  justify-content: center;
  gap: 50px;
  width: 80%;
  margin: auto auto 50px;
  min-width: 1000px;
}

.all-useful-information-details-two-style-image {
  width: 40%;
}

.all-useful-information-details-two-style-image img {
  width: 100%;
}

.all-useful-information-details-two-style-text {
  width: 40%;
}

.all-useful-information-details-two-style-text h3 {
  margin-bottom: 40px;
  font-weight: 600;
}

.all-useful-information-details-two-style-text p {
  letter-spacing: 2px;
}

.all-useful-information-details-two-style-wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
  width: 80%;
  margin: auto auto 150px;
  min-width: 1000px;
}

/* 保証や性能について、もっと詳しく知りたい方へ（性能・保証） */
.performance-title {
  text-align: center;
}

.performance-title h2 {
  /* font-size: 36px; */
  font-weight: 600;
  margin-bottom: 40px;
  /* line-height: 1.5; */
}
@media screen and (max-width: 1024px) {
  /* 北欧の心地よさを、あなたの暮らしに。（新築・リフォーム） */
  .all-useful-information-details-two-style-title {
    width: 90%;
    margin: auto auto 30px;
  }

  .all-useful-information-details-two-style-title img {
    width: 100%;
  }

  .all-useful-information-details-family {
    min-width: auto;
    width: 100%;
  }

  .all-useful-information-details-family p {
    width: 90%;
    margin: auto;
  }
  /* 新築住宅・リフォーム・イノベーション（新築・リフォーム） */
  .all-useful-information-details-two-style-new-title {
    margin: auto auto 10px;
  }

  .all-useful-information-details-two-style-reform-title {
    margin: auto auto 10px;
  }

  .all-useful-information-details-two-style-reform-title img {
    width: 50%;
    margin: auto;
  }

  .all-useful-information-details-two-style-box {
    min-width: auto;
    display: block;
    width: 100%;
    margin-bottom: 80px;
    gap: 0px;
  }

  .all-useful-information-details-two-style-text h3 {
    margin: 30px auto;
  }

  .all-useful-information-details-two-style-image {
    width: 100%;
  }

  .all-useful-information-details-two-style-text {
    width: 90%;
    margin: auto;
  }

  .all-useful-information-details-two-style-wrap {
    flex-direction: column-reverse;
    min-width: auto;
    width: 100%;
    margin-bottom: 80px;
    gap: 0px;
  }

  /* 保証や性能について、もっと詳しく知りたい方へ（性能・保証） */
  .performance-title h2 {
    margin-bottom: 40px;
  }

  @media screen and (max-width: 768px) {
    /* 新築住宅・リフォーム・イノベーション（新築・リフォーム） */
    .all-useful-information-details-two-style-reform-title img {
      width: auto;
    }
  }
}
