@charset "UTF-8";
/*　二和電設 簡易見積 */

  .selectShiku {
    margin-bottom: 15px;
  }
  .shikuList {
    text-align: center;
  }
  .shikuList .dropdown-menu {
    margin: 0 auto;
    left: 0 !important;
    right: 0 !important;
    width: 200px;
  }
  .sectionQuestion {
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 15px;
    text-align: center;
  }

/* 2025年10月08日追加分 */
.result_Jishitsu {
  font-size: 4rem;
  font-weight: bold;
  color: #222222;
  /* text-decoration: underline #fd0000bb wavy 3px; */
  /* safari対策のため一括指定ではなく個別指定 */
  text-decoration-color: #fd0000bb;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}
.nowrap {
  white-space: nowrap;
}

.hojoUchiwake dt {
  width: 100px;
}
.hojoUchiwake dd {
  margin-left: 110px;
}
.utiwakeBigText {
  font-size: 2.4rem;
}

.totalCostList {
  font-size: 1.6rem;
}
.totalCostList dt, .totalCostList dd {
  height: 40px;
  line-height: 40px !important;
  vertical-align: text-bottom;
}
#totalGrandText {
  font-size: 2.8rem;
  font-weight: bold;
  color: #222222;
  /* text-decoration: underline #fd0000bb wavy 3px; */
  /* safari対策のため一括指定ではなく個別指定 */
  text-decoration-color: #fd0000bb;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}
.dt_totalGrandText {
  font-size: 2rem;
}
#totalCostText {
  color: #222222;
  /* font-size: 16px; */
}
#annualEconomicEffectText {
  font-size: 2rem;
  font-weight: bold;
  color: #222222;
  /* text-decoration: underline #fd0000bb wavy 3px; */
  /* safari対策のため一括指定ではなく個別指定 */
  text-decoration-color: #fd0000bb;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}
#recoverySpeedText {
  font-size: 2rem;
  font-weight: bold;
  color: #222222;
  /* text-decoration: underline #fd0000bb wavy 3px; */
  /* safari対策のため一括指定ではなく個別指定 */
  text-decoration-color: #fd0000bb;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}

.selectFamilyCountBtns .btn {
  margin: 5px 0;
}
.selectPetCountBtns .btn {
  margin: 5px 0;
}
.costSelect .btn {
  margin: 5px 0;
}
.roofSelect .btn {
  margin: 5px 0;
}

.uchiwakeContainer {
  height: 325px;
}

.totalCostListCSSgrid {
  display: grid;
  grid-template-columns: 100px 1fr;
  row-gap: 10px;
  column-gap: 20px;
  align-items:end;
  margin: 0 0 0 auto;
  max-width: 471px;
}
.shikuMessageContainer {
  margin: 15px 0 0 0;
  text-align: left;
  font-size: 12px;
}

.hojoUchiwakeCssGrid {
  display: grid;
  grid-template-columns: 70px 1fr;
  row-gap: 0px;
  column-gap: 15px;
  align-items:end;
}

#contactForm {
  margin-top: 30px;
}

h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.Q-text {
  font-size: 1.8rem;
}
.question-step {
  margin-top: 30px;
}
.tryCatch {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  font-style: normal;
  margin-bottom: -14px;
  margin-top: 30px;
  color: #555;
}
.introText {
  margin-top: 30px;
}




.systemInfoContainer {
  border: 1px solid #ccc;
  border-radius: 6px;
  /* background-color: #eee; */
  padding: 10px 15px 12px 15px;
  max-width: 320px;
  margin: 30px 91px 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 5px;
  column-gap: 20px;
  align-items:end;
}
.systemInfoTitle {
  grid-column: 1 / span 2;
  text-align: center;
}

/* フキダシの色を黄色に変更 */
.popover {
  background-color: #fcf8df !important;
}
.popover.right>.arrow:after {
  border-right-color: #fcf8df !important;
}


/* タブレット*/
@media (max-width: 767px) {
  .uchiwakeContainer {
    height: auto;
  }
  #uchiwakeFukidashiEl.popover {
    margin: 30px auto;
    position: relative;
    box-shadow: none;
  }
  .systemInfoContainer {
    margin: 30px auto 0 auto;
  }
}

/* モバイル */
@media (max-width: 575px) {

}

/* イントロ整形用 */
@media (min-width: 1200px) {
  .introText {
    text-align: center;
  }
}