.living-plan .title {
  font-size: 16px;
  font-weight: bold;
}
.living-plan .container {
  margin-bottom: 2rem;
}
.living-plan__outline {
  width: 768px;
  margin: 0 auto;
  padding: 4rem 0 6.4rem;
}
@media screen and (max-width: 1023px) {
  .living-plan__outline {
    width: 100%;
  }
}
.living-plan_conditions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1023px) {
  .living-plan_conditions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.living-plan_conditions--card {
  width: calc(100% - 50px);
  padding: 20px;
  background-color: #ffffff;
  border: solid 6px #f1a225;
  border-radius: 10px;
}
@media only screen and (max-width: 1023px) {
  .living-plan_conditions--card {
    width: 100%;
    padding: 8px 8px;
  }
}
.living-plan_conditions--card_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.living-plan_conditions--card_row-radio {
  width: calc(100% - 1rem);
  font-size: 12px;
  border: 1px solid #ccd0d2;
  border-radius: 10px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.living-plan_conditions--card_row-radio:hover {
  background-color: #ffe5c1;
}
.living-plan_conditions--card_row-radio input[type=radio] {
  display: none;
}
.living-plan_conditions--card_row-radio input[type=radio]:checked + label {
  background-color: #f1a225;
  color: #ffffff;
  font-weight: bold;
  border: none;
}
.living-plan_conditions--card_row-radio input[type=radio]:checked ~ .living-plan_conditions--card_row-radio {
  border: none;
}
.living-plan_conditions--card_row-radio label {
  width: 100%;
  display: block;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 0;
}
.living-plan_sim {
  display: none;
  border: solid 6px #f1a225;
  border-radius: 10px;
  padding: 20px;
  background-color: #ffffff;
  margin-top: 4rem;
  position: relative;
}
.living-plan_sim_estimate--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
  color: #f1a225;
  font-weight: bold;
  font-size: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 1023px) {
  .living-plan_sim_estimate--row {
    font-size: 2rem;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.living-plan_sim_estimate--row_title {
  width: 101%;
  font-size: 16px;
  font-weight: bold;
  background-color: #f1a225;
  color: #ffffff;
  padding: 10px;
  position: absolute;
  top: -6px;
  left: -6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 767px) {
  .living-plan_sim_estimate--row_title {
    width: 102%;
  }
}
.living-plan_sim_estimate--row_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 1023px) {
  .living-plan_sim_estimate--row_side {
    text-align: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.living-plan_sim_estimate--row i {
  font-size: 24px;
  margin-bottom: 0.4rem;
  margin-right: 0.4rem;
}
.living-plan_sim_estimate--row_condition {
  padding: 0;
  margin: 0;
  margin-right: 1rem;
}
.living-plan_sim_estimate--price {
  width: 101%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15rem;
  background-color: #f1a225;
  color: #ffffff;
  font-weight: bold;
  font-size: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 10px 0px;
  position: absolute;
  top: -6px;
  left: -6px;
}
@media screen and (max-width: 767px) {
  .living-plan_sim_estimate--price {
    font-size: 2rem;
    width: 102%;
  }
}
.living-plan_sim_estimate--price_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 1023px) {
  .living-plan_sim_estimate--price_side {
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.living-plan_sim_estimate--price_item {
  font-size: 4rem;
}
@media only screen and (max-width: 1023px) {
  .living-plan_sim_estimate--price_item {
    font-size: 3rem;
  }
}
.living-plan_sim_estimate--kwh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #f1a225;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .living-plan_sim_estimate--kwh {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.living-plan_sim_estimate--kwh_row {
  font-size: 14px;
  text-align: center;
  color: #f1a225;
}
.living-plan_sim-area {
  margin-top: 15rem;
  overflow-x: auto;
}
.living-plan_sim-area #simulation-graph {
  display: block;
  width: 100%;
  height: 100%;
}
.living-plan_sim-docs {
  margin-top: 1rem !important;
  text-align: right;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .living-plan_sim-docs {
    text-align: center;
  }
}
.living-plan_sim-docs span {
  display: inline-block;
  font-size: 1.4rem;
}
.living-plan_details {
  display: none;
  border: solid 6px #f1a225;
  border-radius: 10px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 20px;
  background-color: #ffffff;
}
.living-plan_details--condition {
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .living-plan_details--condition {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.living-plan_details--condition_row {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem;
}
@media only screen and (max-width: 1023px) {
  .living-plan_details--condition_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.living-plan_details--condition_row-kwh {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
  font-size: 14px;
}
.living-plan_details--condition .btn-detail {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 1023px) {
  .living-plan_details--condition .btn-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.living-plan_details--condition .btn-detail_style {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: #f1a225;
  padding: 10px 15px;
  border: none;
  border-radius: 10px;
}