.p-lp-002-calc {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #707070;
  zoom: 120%;
}

@media screen and (max-width: 768px) {
  .p-lp-002-calc {
    zoom: 90%;
  }
}

.estimate-request {
  display: none;
}

.estimate-request-cta {
  display: flex;
  justify-content: center;
  margin-top: 3.125rem;
}

.estimate-request-cta__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 322px;
  max-width: 100%;
  height: 56px;
  padding: 0 37px 0 59px;
  overflow: hidden;
  border-radius: 9px;
  background: #ff8000;
  box-shadow: 0 5px 0 #b96913;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  text-decoration: none;
  vertical-align: middle;
}

.estimate-request-cta__badge {
  position: absolute;
  inset: 0 auto 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  border-radius: 0 30% 30% 0;
  background: #fff;
  color: #ff8000;
  font-weight: 900;
  line-height: 1;
  font-size: 20px;
}

.estimate-request-cta__number {
  font-size: 24px;
}

.estimate-request-cta__unit {
  margin-left: 1px;
  font-size: 12px;
}

.estimate-request-cta__label {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 1px;
}

.estimate-request-cta__arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 19px;
  height: 2px;
  background: currentColor;
  transform: translateY(-50%);
}

.estimate-request-cta__arrow::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.electricity-plan-introduction {
  margin: 50px 0px;
  padding-bottom: 60px;
  border-bottom: 1px solid #707070;
  text-align: center;
}