body.modal_open {
  position: relative;
  overflow: hidden;
}

#modal {
  opacity: 0;
  pointer-events: none;
  z-index: 101;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  transition: opacity 0.5s ease;
}
#modal .modal_inner {
  height: 100%;
}
#modal .modal_content {
  display: none;
  transform-origin: center;
  transform: scale(0.8);
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0;
}
#modal .modal_content.show {
  display: block;
}

.modal_open #modal {
  opacity: 1;
  pointer-events: auto;
}
.modal_open #modal .modal_content {
  transform: scale(1);
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge.simulation article section.local_hero {
    height: auto;
    background: none;
  }
  #main main.e-toyota.ev_charge.simulation article section.local_hero .text_area {
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 97px 0 101px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator {
    background: #EAF8FA;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .inner {
    max-width: 1160px;
    padding-top: 38px;
    padding-bottom: 105px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .inner > .text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 38px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .bg_area {
    width: 100%;
    background: #fff;
    border-radius: 30px;
    padding: 60px 4.8076923077% 54px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .bg_area > .area_title {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: 28px;
    line-height: 43px;
    margin-bottom: 13px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .bg_area > .area_title + .text {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 60px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .unit {
    font-size: 16px;
    position: absolute;
    left: calc(100% + 7px);
    white-space: nowrap;
    top: 24px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tab_btns {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: -2px;
    z-index: 2;
    position: relative;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tab_btns .tab_btn {
    display: block;
    width: 460px;
    height: 61px;
    border-radius: 20px 20px 0 0;
    padding: 13px 0 0;
    background: #EAF8FA;
    text-align: center;
    border: #EAF8FA 2px solid;
    border-bottom: none;
    box-sizing: border-box;
    margin: 0;
    cursor: pointer;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tab_btns .tab_btn .logo {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 16px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tab_btns .tab_btn .text {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    display: block;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tab_btns .tab_btn.active {
    background: #fff;
    border-color: #41C3E1;
    height: 63px;
    pointer-events: none;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tab_btns .tab_btn + .tab_btn {
    margin-left: 20px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs {
    width: 100%;
    border-top: #41C3E1 2px solid;
    transition: height 0.5s ease;
    position: relative;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab {
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab.active {
    opacity: 1;
    pointer-events: auto;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .tab_inner {
    padding: 77px 0 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .tab_inner:has(form > .text:first-child) {
    padding-top: 45px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab form > .text:first-child {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 63px;
    font-size: 14px;
    line-height: 21px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .bar {
    width: 780px;
    max-width: 100%;
    display: block;
    height: 1px;
    background: #41C3E1;
    margin: 30px auto 40px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col {
    width: 17.8571428571%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    position: relative;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col + .col {
    margin-left: 24.1666666667%;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col .sub_col {
    margin-top: 24px;
    width: 100%;
    position: relative;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col .sub_col.fast_charging {
    display: none;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col .col_title {
    position: absolute;
    height: 50px;
    top: 0;
    white-space: nowrap;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    right: calc(100% + 11px);
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col .col_title {
    font-size: 2.0408163265vw;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col .input_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col input,
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col select {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border: #41C3E1 2px solid;
    border-radius: 8px;
    background: #F5FBFC;
    text-align: center;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col input::placeholder,
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col select::placeholder {
    color: rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 768px) and (max-width: 1030px) {
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col input::placeholder,
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col select::placeholder {
    font-size: 1.5533980583vw;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col select {
    padding-left: 0;
    position: relative;
    background: url(../image/icon_select.svg) calc(100% - 9px) center/16px auto no-repeat;
    text-align: center;
    text-align-last: center;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col .modal_btn {
    display: block;
    font-size: 14px;
    padding-left: 21px;
    line-height: 18px;
    height: 18px;
    background: url(../image/icon_info.svg) left center/contain no-repeat;
    color: #41C3E1;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 500;
    margin-top: 7px;
    white-space: nowrap;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row.gas_row {
    width: 100%;
    max-width: 800px;
    margin: 38px auto 0;
    border-radius: 20px;
    background: #f8f8f8;
    padding: 24px 0 37px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row.gas_row .row_title {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    width: 100%;
    margin-bottom: 39px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row.gas_row .row_title strong {
    color: #41C3E1;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row.gas_row .unit {
    font-size: 14px;
    margin-left: 8px;
    padding-bottom: 2px;
    white-space: nowrap;
    margin-right: -20px;
    position: relative;
    left: auto;
    top: auto;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row.gas_row .col {
    width: calc(14.0425531915% + 68px);
    justify-content: flex-start;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row.gas_row .col .col_title {
    height: 36px;
    top: -36px;
    font-size: 14px;
    font-weight: 400;
    width: calc(100% - 68px);
    right: auto;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row.gas_row .col .input {
    width: calc(100% - 68px);
    height: 40px;
    border-bottom: #B5B5B5 1px solid;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    color: rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 768px) and (max-width: 1030px) {
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row.gas_row .col .input::placeholder {
    font-size: 1.5533980583vw;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row.gas_row .col input {
    width: calc(100% - 68px);
    height: 40px;
    border: #B5B5B5 1px solid;
    background: #fff;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row.gas_row .col:has(.input) .col_title {
    text-align: left;
    justify-content: flex-start;
    left: 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row.gas_row .col + .col {
    margin-left: 3.4042553191%;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row.row2 {
    margin-top: 56px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .calc_btn {
    width: 320px;
    height: 64px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.04em;
    background: #41c3e1;
    margin: 50px auto 0;
    border-radius: 32px;
    border: 2px solid #41c3e1;
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .calc_btn:after {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 22px;
    top: calc(50% - 12px);
    background: url(../image/icon_down.svg) no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .calc_btn:hover {
    background: #ffffff;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .calc_btn.hide {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
    filter: grayscale(1);
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab.tab_phev .row .bar {
    margin-bottom: 64px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab.tab_phev .row .col:nth-child(n+5) {
    margin-left: 15.7142857143%;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab.tab_phev .row .col:nth-child(7) {
    margin-left: 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab.tab_phev .row .col:nth-child(n+4) .col_title {
    height: 29px;
    top: -34px;
    left: 0;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab.tab_phev .row .col:nth-child(n+7) {
    margin-top: 48px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area {
    margin-top: 30px;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    transition: height 0.3s ease;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .result_area_wrap {
    padding-top: 22px;
    width: 100%;
    position: absolute;
    pointer-events: none;
    opacity: 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .result_area_wrap.show {
    opacity: 1;
    pointer-events: auto;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results {
    width: 100%;
    border-radius: 20px;
    border: 2px solid #41c3e1;
    padding: 45px 5.3191489362% 23px;
    box-sizing: border-box;
    position: relative;
    display: none;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results.show {
    display: block;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .area_title {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 43px;
    letter-spacing: 0.04em;
    margin-bottom: 42px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .area_title + .row .result {
    color: #41C3E1;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .account_lite h3, #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .account_normal h3 {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .account_normal {
    margin-bottom: 40px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row .row_title {
    width: fit-content;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.04em;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row .row_title small {
    font-weight: 400;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row .result {
    font-size: 16px;
    letter-spacing: 0.04em;
    width: fit-content;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row .result .num {
    font-weight: 700;
    font-size: 32px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row.row2, #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row.row3 {
    display: none;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row.row2.show, #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row.row3.show {
    display: flex;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row.row2 {
    margin-top: 18px;
    border-top: #000 1px solid;
    padding-top: 16px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row.row3 {
    margin-top: 20px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row.row3 .result .num {
    color: #FF0101;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area {
    border-radius: 20px;
    background: #f8f8f8;
    padding: 40px 4% 34px;
    margin-top: 34px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .unit {
    font-size: 14px;
    margin-left: 8px;
    padding-bottom: 2px;
    white-space: nowrap;
    /* margin-right: -20px; */
    position: relative;
    left: auto;
    top: auto;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .ac_wrap {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.3s ease;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .ac_wrap .ac_inner {
    padding-top: 24px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .for_teemo_standird h4, #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .for_teemo_lite h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .for_teemo_standird {
    margin-bottom: 30px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 700px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row .row_title {
    width: fit-content;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row .row_title strong {
    color: #41C3E1;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row .row_title small {
    display: block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    margin-top: 11px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row .col {
    width: 280px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row input {
    font-size: 16px;
    width: calc(100% - 43px);
    max-width: 110px;
    height: 40px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #b5b5b5;
    box-sizing: border-box;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row input::placeholder {
    color: rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 768px) and (max-width: 1030px) {
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row input::placeholder {
    font-size: 1.5533980583vw;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row .fast_charging {
    margin-right: 10px;
    width: 180px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row .fast_charging .title {
    margin-bottom: 4px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row .fast_charging select {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: #41C3E1 2px solid;
    border-radius: 8px;
    background: #F5FBFC;
    text-align: center;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row .fast_charging select::placeholder {
    color: rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 768px) and (max-width: 1030px) {
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row .fast_charging select::placeholder {
    font-size: 1.5533980583vw;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row .fast_charging select {
    padding-left: 5px;
    position: relative;
    background: #ffffff url(../image/icon_select.svg) calc(100% - 9px) center/16px auto no-repeat;
    text-align: left;
    text-align-last: left;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row {
    border-top: #000 1px solid;
    padding-top: 16px;
    align-items: flex-start;
    flex-wrap: wrap;
    display: none;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row.show {
    display: flex;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .plan_results {
    margin-bottom: 20px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .row_title {
    font-size: 18px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .result {
    font-size: 16px;
    letter-spacing: 0.04em;
    width: fit-content;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .result .num {
    font-weight: 700;
    font-size: 32px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table {
    width: calc(100% + 10px);
    margin: 15px -5px 0;
    border-collapse: separate;
    border-spacing: 5px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table th, #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table td {
    background: #fff;
    vertical-align: middle;
    font-weight: 700;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table .table_title {
    text-align: center;
    font-size: 16px;
    width: 16.2857142857%;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table .table_title {
    width: 12%;
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table .td {
    padding-left: 60px;
    height: 45px;
    font-size: 14px;
    position: relative;
    line-height: 45px;
    width: 41.1428571429%;
    padding-right: 16px;
    white-space: nowrap;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table .td .num {
    font-size: 20px;
    position: absolute;
    right: 17px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table .td.outside {
    background: url(../image/icon_stand.png) 24px center/27px auto no-repeat #fff;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table .td.home {
    background: url(../image/icon_home.png) 26px center/21px auto no-repeat #fff;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table .td.max {
    background: url(../image/icon_max.png) 20px center/15px auto no-repeat #fff;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table .td.quick {
    background: url(../image/icon_quick.png) 12px center/27px auto no-repeat #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table .td {
    width: 43.2857142857%;
    font-size: 12px;
    letter-spacing: 0;
    padding-right: 6px;
    padding-left: 36px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table .td .num {
    font-size: 14px;
    right: 8px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table .td.outside {
    background: url(../image/icon_stand.png) 8px center/27px auto no-repeat #fff;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table .td.home {
    background: url(../image/icon_home.png) 10px center/21px auto no-repeat #fff;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table .td.max {
    background: url(../image/icon_max.png) 8px center/15px auto no-repeat #fff;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table .td.quick {
    background: url(../image/icon_quick.png) 5px center/27px auto no-repeat #fff;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table_note {
    font-size: 10px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    letter-spacing: 0.04em;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area.nohome {
    padding-top: 27px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area.nohome > .row:first-child,
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area.nohome .row_title,
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area.nohome .plan_results {
    display: none;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area.nohome .row.result_row {
    border-top: none;
    padding-top: 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area.nohome .ac_wrap .ac_inner {
    padding-top: 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area.nohome .row.result_row .table {
    margin-top: 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .note {
    margin-top: 20px;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .note a {
    color: #41c3e1;
    text-decoration: underline;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area + .notes {
    margin-top: 40px;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area + .notes .border {
    display: block;
    border: #707070 1px solid;
    padding: 19px 29px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
    letter-spacing: 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area + .notes a {
    color: #41c3e1;
    text-decoration: underline;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .bg_close {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content {
    border-radius: 20px;
    background: #fff;
    position: relative;
    padding: 54px 56px 45px 85px;
    box-sizing: border-box;
    width: 960px;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .modal_title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 40px;
    margin-bottom: 48px;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content table.dist {
    width: 100%;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content table.dist th {
    width: 216px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 24px;
    text-align: left;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content table.dist td {
    font-size: 16px;
    line-height: 24px;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content table.dist tr:nth-child(n+2) th, #main main.e-toyota.ev_charge.simulation article #modal .modal_content table.dist tr:nth-child(n+2) td {
    padding-top: 24px;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .main_text {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.04em;
    font-weight: 700;
    margin-bottom: 42px;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .btn_set {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    white-space: nowrap;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .btn_set .col {
    width: 320px;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .btn_set .col + .col {
    margin-left: 50px;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .btn {
    margin: 12px auto 0;
    width: 320px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    overflow: hidden;
    background: #fff;
    border: 2px solid #41c3e1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.04em;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .btn .logo_lineup {
    width: 207px;
    display: block;
    height: auto;
    margin: 0 auto;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .btn .logo_bev {
    width: 184px;
    display: block;
    height: auto;
    margin: 0 auto;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .btn:after {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 22px;
    top: calc(50% - 12px);
    background: url(../ev_charge/image/icon_btn_arrow.svg) no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .btn:hover {
    background: #ffffff;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .btn + .modal_close:not(.right_btn) {
    margin-top: 66px;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .modal_close:not(.right_btn) {
    margin: 38px auto 0;
    color: #41C3E1;
    display: block;
    width: fit-content;
    padding-left: 20px;
    text-decoration: underline;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.15em;
    position: relative;
    text-underline-offset: 5px;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .modal_close:not(.right_btn):before, #main main.e-toyota.ev_charge.simulation article #modal .modal_content .modal_close:not(.right_btn):after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    background: #41C3E1;
    left: 0;
    top: calc(50% - 0px);
    transform-origin: center;
    transform: rotate(45deg);
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .modal_close:not(.right_btn):after {
    transform: rotate(-45deg);
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .modal_close.right_btn {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 63px;
    top: 63px;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .modal_close.right_btn:before, #main main.e-toyota.ev_charge.simulation article #modal .modal_content .modal_close.right_btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 3px;
    background: #41C3E1;
    left: calc(50% - 20px);
    top: calc(50% - 1.5px);
    transform-origin: center;
    transform: rotate(45deg);
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .modal_close.right_btn:after {
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  #main main.e-toyota.ev_charge.simulation article section.local_hero {
    height: auto;
    background: none;
    padding: 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.local_hero .text_area {
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 28px 0 27px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator {
    background: #EAF8FA;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .inner {
    padding-top: 20px;
    padding-bottom: 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .inner > .text {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .bg_area {
    width: calc(100% + 50px);
    background: #fff;
    border-radius: 15px 15px 0 0;
    margin-left: -25px;
    padding: 42px 0 45px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .bg_area > .area_title {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 28px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .bg_area > .area_title + .text {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 25px;
    padding: 0 25px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .unit {
    font-size: 12px;
    line-height: 17px;
    margin-top: 4px;
    text-align: right;
    color: #707070;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tab_btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: -2px;
    z-index: 2;
    position: relative;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tab_btns .tab_btn {
    display: block;
    width: calc(50% - 7px);
    height: 56px;
    border-radius: 10px 10px 0 0;
    padding: 13px 0 0;
    background: #EAF8FA;
    text-align: center;
    box-sizing: border-box;
    border: #EAF8FA 2px solid;
    border-bottom: none;
    margin: 0;
    cursor: pointer;
    position: relative;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tab_btns .tab_btn .logo {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 14px;
    position: relative;
    z-index: 1;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tab_btns .tab_btn .text {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    display: block;
    position: relative;
    z-index: 1;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tab_btns .tab_btn.active {
    background: #fff;
    border: none;
    height: 58px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tab_btns .tab_btn.active:before, #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tab_btns .tab_btn.active:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tab_btns .tab_btn.active:before {
    background: #fff;
    height: calc(100% + 1px);
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tab_btns .tab_btn.active:after {
    border: #41C3E1 2px solid;
    border-bottom: none;
    box-sizing: border-box;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs {
    width: 100%;
    border-top: #41C3E1 2px solid;
    transition: height 0.5s ease;
    position: relative;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab {
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab.active {
    opacity: 1;
    pointer-events: auto;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .tab_inner {
    padding: 35px 25px 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab form > .text:first-child {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 48px;
    white-space: nowrap;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab form > .text:first-child sup {
    position: absolute;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col {
    width: calc(50% - 16px);
    position: relative;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col:nth-child(n+3) {
    margin-top: 12px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col .sub_col {
    margin-top: 22px;
    padding-bottom: 22px;
    width: 100%;
    position: relative;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col .sub_col.fast_charging {
    display: none;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col .col_title {
    white-space: nowrap;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 22px;
    margin-bottom: 5px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col .col_title small {
    font-size: 10px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col .input_wrap {
    position: relative;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col .input_wrap:has(.modal_btn) {
    padding-bottom: 42px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col .input_wrap + .unit {
    margin-top: -38px;
    margin-bottom: 42px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col input,
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col select {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: #41C3E1 1px solid;
    border-radius: 4px;
    background: #F5FBFC;
    text-align: center;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col input::placeholder,
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col select::placeholder {
    color: rgba(0, 0, 0, 0.4);
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col select {
    -webkit-appearance: none;
    appearance: none;
    padding-left: 0;
    position: relative;
    background: url(../image/icon_select.svg) calc(100% - 14px) center/14px auto no-repeat;
    text-align: center;
    text-align-last: center;
    color: #000;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col .note {
    font-size: 12px;
    line-height: 15px;
    margin-top: 0;
    letter-spacing: 0.04em;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row .col .modal_btn {
    display: block;
    padding-left: 24px;
    line-height: 18px;
    height: 18px;
    background: url(../image/icon_info.svg) left center/contain no-repeat;
    color: #41C3E1;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 700;
    position: absolute;
    bottom: 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row.gas_row {
    width: 100%;
    margin: 30px auto 0;
    border-radius: 10px;
    background: #f8f8f8;
    padding: 26px 25px 27px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row.gas_row .row_title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0.04em;
    width: 100%;
    margin-bottom: 14px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row.gas_row .row_title strong {
    color: #41C3E1;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row.gas_row .col {
    width: calc(50% - 8px);
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row.gas_row .col .input {
    height: 40px;
    border-bottom: #B5B5B5 1px solid;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    color: rgba(0, 0, 0, 0.4);
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row.gas_row .col input {
    border: #B5B5B5 1px solid;
    background: #fff;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row.gas_row .col:nth-child(3) {
    margin-top: 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row.gas_row .col:nth-child(4) {
    margin-top: 12px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .row.row2 {
    margin-top: 56px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .calc_btn {
    position: relative;
    width: 305px;
    height: 50px;
    filter: drop-shadow(0px 1.5px 3px rgba(0, 0, 0, 0.16));
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.04em;
    background: #41c3e1;
    margin: 32px auto 0;
    border-radius: 25px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .calc_btn:after {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    right: 20px;
    top: calc(50% - 8.5px);
    background: url(../image/icon_down.svg) no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .tab_set .tabs .tab .calc_btn.hide {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
    filter: grayscale(1);
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area {
    height: 0;
    margin-top: 17px;
    overflow: hidden;
    position: relative;
    transition: height 0.3s ease;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .result_area_wrap {
    padding-top: 23px;
    width: 100%;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .result_area_wrap.show {
    opacity: 1;
    pointer-events: auto;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results {
    margin: 0 auto 0;
    width: calc(100% - 50px);
    border-radius: 10px;
    border: 2px solid #41c3e1;
    padding: 36px 33px 12px;
    box-sizing: border-box;
    position: relative;
    display: none;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results.show {
    display: block;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .area_title {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.04em;
    margin-bottom: 22px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .area_title + .row .result {
    color: #41C3E1;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .account_lite h3, #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .account_normal h3 {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .account_normal {
    margin-bottom: 40px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row .row_title {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.04em;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row .row_title small {
    font-weight: 400;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row .result {
    font-size: 15px;
    letter-spacing: 0.04em;
    margin-top: 4px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row .result .num {
    font-weight: 700;
    font-size: 24px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row.row2, #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row.row3 {
    display: none;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row.row2.show, #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row.row3.show {
    display: block;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row.row2 {
    margin-top: 20px;
    border-top: #000 1px solid;
    padding-top: 15px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row.row3 {
    margin-top: 15px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .row.row3 .result .num {
    color: #FF0101;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area {
    border-radius: 10px;
    width: calc(100% + 36px);
    margin-left: -18px;
    background: #f8f8f8;
    padding: 24px 18px;
    margin-top: 26px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .ac_wrap {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.3s ease;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .ac_wrap .ac_inner {
    padding-top: 21px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .for_teemo_standird h4, #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .for_teemo_lite h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .for_teemo_standird {
    margin-bottom: 30px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row {
    margin: 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row .row_title {
    width: fit-content;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.04em;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row .row_title strong {
    color: #41C3E1;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row .row_title small {
    display: block;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    margin-top: 5px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row .col {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    margin-top: 8px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row .col .unit {
    margin-left: 7px;
    width: 40px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row input {
    font-size: 16px;
    width: 147px;
    height: 40px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #b5b5b5;
    box-sizing: border-box;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row .fast_charging {
    margin-right: 10px;
    width: 116px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row .fast_charging .title {
    margin-bottom: 8px;
    padding-top: 10px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row .fast_charging select {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: #41C3E1 2px solid;
    border-radius: 8px;
    background: #F5FBFC;
    text-align: center;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row .fast_charging select::placeholder {
    color: rgba(0, 0, 0, 0.4);
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row .fast_charging select {
    padding-left: 5px;
    position: relative;
    background: #ffffff url(../image/icon_select.svg) calc(100% - 9px) center/16px auto no-repeat;
    text-align: left;
    text-align-last: left;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row {
    border-top: #000 1px solid;
    padding-top: 17px;
    display: none;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row.show {
    display: block;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .row_title {
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .result {
    font-size: 15px;
    letter-spacing: 0.04em;
    width: fit-content;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .result .num {
    font-weight: 700;
    font-size: 24px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table {
    width: calc(100% + 8px);
    left: -4px;
    margin: 15px auto 0;
    border-collapse: separate;
    border-spacing: 4px;
    position: relative;
    display: block;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table tbody, #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table tr, #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table th, #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table td {
    display: block;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table tr {
    padding-left: 42px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table tr + tr {
    margin-top: 4px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table th, #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table td {
    background: #fff;
    vertical-align: middle;
    font-weight: 700;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table .table_title {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    width: 38px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table .td {
    padding-left: 33px;
    height: 31px;
    font-size: 12px;
    position: relative;
    line-height: 31px;
    letter-spacing: 0;
    font-feature-settings: "palt";
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table .td + .td {
    margin-top: 4px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table .td .num {
    position: absolute;
    right: 10px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table .td.outside {
    background: url(../image/icon_stand.png) 8px center/20px auto no-repeat #fff;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table .td.home {
    background: url(../image/icon_home.png) 11px center/15px auto no-repeat #fff;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table .td.max {
    background: url(../image/icon_max.png) 10px center/12px auto no-repeat #fff;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table .td.quick {
    background: url(../image/icon_quick.png) 8px center/20px auto no-repeat #fff;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area .row.result_row .table_note {
    font-size: 10px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    letter-spacing: 0.04em;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area.nohome {
    padding-top: 27px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area.nohome > .row:first-child,
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area.nohome .row_title,
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area.nohome .plan_results {
    display: none;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area.nohome .row.result_row {
    border-top: none;
    padding-top: 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area.nohome .ac_wrap .ac_inner {
    padding-top: 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .results .outside_area.nohome .row.result_row .table {
    margin-top: 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .note {
    margin: 10px 0 0;
    margin-left: -18px;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    width: calc(100% + 36px);
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area .note a {
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area + .notes {
    margin-top: 20px;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    padding: 0 25px;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area + .notes .border {
    display: block;
    border: #707070 1px solid;
    padding: 9px 9px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 16px;
    letter-spacing: 0;
  }
  #main main.e-toyota.ev_charge.simulation article section.simulator .result_area + .notes a {
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_inner {
    overflow-y: auto;
    padding: 0;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .bg_close {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    background: #fff;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content {
    background: #fff;
    position: relative;
    padding: 50px 25px 45px;
    box-sizing: border-box;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .modal_title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.04em;
    margin-bottom: 40px;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content table.dist {
    width: 100%;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content table.dist th {
    display: block;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 24px;
    text-align: left;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content table.dist td {
    display: block;
    font-size: 15px;
    line-height: 24px;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content table.dist tr:nth-child(n+2) th {
    padding-top: 24px;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .main_text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    font-weight: 700;
    margin-bottom: 46px;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .logo_lineup {
    width: 197px;
    display: block;
    height: auto;
    margin: 0 auto;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .text {
    text-align: center;
    font-size: 15px;
    line-height: 26px;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .btn {
    margin: 13px auto 0;
    width: 305px;
    height: 60px;
    display: block;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    border: 2px solid #41c3e1;
    box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16);
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .btn:after {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    right: 12px;
    top: calc(50% - 8px);
    background: url(../ev_charge/image/icon_btn_arrow.svg) no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .modal_close:not(.right_btn) {
    margin: 80px auto 0;
    color: #41C3E1;
    display: block;
    width: fit-content;
    padding-left: 20px;
    text-decoration: underline;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.15em;
    position: relative;
    text-underline-offset: 5px;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .modal_close:not(.right_btn):before, #main main.e-toyota.ev_charge.simulation article #modal .modal_content .modal_close:not(.right_btn):after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    background: #41C3E1;
    left: 0;
    top: calc(50% - 0px);
    transform-origin: center;
    transform: rotate(45deg);
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .modal_close:not(.right_btn):after {
    transform: rotate(-45deg);
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .modal_close.right_btn {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 17px;
    top: 17px;
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .modal_close.right_btn:before, #main main.e-toyota.ev_charge.simulation article #modal .modal_content .modal_close.right_btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 39px;
    height: 3px;
    background: #41C3E1;
    left: calc(50% - 19.5px);
    top: calc(50% - 1.5px);
    transform-origin: center;
    transform: rotate(45deg);
  }
  #main main.e-toyota.ev_charge.simulation article #modal .modal_content .modal_close.right_btn:after {
    transform: rotate(-45deg);
  }
}