@charset "UTF-8";
@keyframes arrow_animation {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(10px);
  }
  30% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(10px);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
#main main.e-toyota.ev_charge article img {
  width: 100%;
  height: auto;
}
#main main.e-toyota.ev_charge article .news {
  border-top: 2px solid rgba(112, 112, 112, 0.1);
}
#main main.e-toyota.ev_charge article .foot_lifestyle_menu h2 > span span {
  display: none;
}
#main main.e-toyota.ev_charge article section .e_kun {
  opacity: 0;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 400ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
#main main.e-toyota.ev_charge article section .e_kun .msg_frame .msg_inner {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transform-style: preserve-3d;
  transition-property: clip-path;
  transition-duration: 1000ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
#main main.e-toyota.ev_charge article section .e_kun.speak {
  opacity: 1;
}
#main main.e-toyota.ev_charge article section .e_kun.speak .icon {
  animation: e-kun_speak 800ms ease-in-out;
}
#main main.e-toyota.ev_charge article section .e_kun.speak .msg_frame .msg_inner {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge header .sub_menu.ev_charge {
    padding: 0;
    height: 56px;
    display: block;
    background: #393939;
  }
  #main main.e-toyota.ev_charge header .sub_menu.ev_charge ul {
    height: 100%;
  }
  #main main.e-toyota.ev_charge header .sub_menu.ev_charge ul li {
    position: relative;
  }
  #main main.e-toyota.ev_charge header .sub_menu.ev_charge ul li:after {
    content: "";
    width: 1px;
    height: 15px;
    display: block;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
    opacity: 0.41;
  }
  #main main.e-toyota.ev_charge header .sub_menu.ev_charge ul li:last-child:after {
    display: none;
  }
  #main main.e-toyota.ev_charge header .sub_menu.ev_charge ul li a {
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: calc(150em / 1000);
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.ev_charge header .sub_menu.ev_charge ul li a:hover {
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge header .sub_menu.ev_charge ul li a:hover[target=_blank]:after {
    filter: brightness(0) saturate(100%) invert(72%) sepia(14%) saturate(2034%) hue-rotate(149deg) brightness(95%) contrast(85%);
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge header .sub_menu.ev_charge ul li a.active {
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge header .sub_menu.ev_charge ul li a.active[target=_blank]:after {
    filter: brightness(0) saturate(100%) invert(72%) sepia(14%) saturate(2034%) hue-rotate(149deg) brightness(95%) contrast(85%);
  }
  #main main.e-toyota.ev_charge header .sub_menu.ev_charge ul li a[target=_blank]:after {
    content: "";
    margin: 0 0 0 2px;
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url("../ev_charge/image/icon_link_blank.svg") no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge article .anker_flg {
    position: relative;
    top: -190px;
  }
  #main main.e-toyota.ev_charge article section .inner.local {
    max-width: 1160px;
  }
  #main main.e-toyota.ev_charge article section .e_kun {
    margin: 0 auto;
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    position: relative;
    z-index: 10;
  }
  #main main.e-toyota.ev_charge article section .e_kun.circle .icon {
    width: 113px;
    height: 113px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main main.e-toyota.ev_charge article section .e_kun.circle .icon img {
    width: 68px;
  }
  #main main.e-toyota.ev_charge article section .e_kun .icon {
    width: 68px;
  }
  #main main.e-toyota.ev_charge article section .e_kun .msg_frame {
    margin-left: 16px;
    padding: 0 16px;
    min-height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 2px solid #41c3e1;
    border-radius: 10px;
    background: #ffffff;
    position: relative;
    text-align: left;
  }
  #main main.e-toyota.ev_charge article section .e_kun .msg_frame:before {
    content: "";
    width: 24px;
    height: 20px;
    display: block;
    background: #41c3e1;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    position: absolute;
    top: calc(50% - 10px);
    left: -18px;
    z-index: -1;
  }
  #main main.e-toyota.ev_charge article section .e_kun .msg_frame:after {
    content: "";
    width: 20px;
    height: 16px;
    display: block;
    background: #ffffff;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    position: absolute;
    top: calc(50% - 8px);
    left: -15px;
    z-index: 2;
  }
  #main main.e-toyota.ev_charge article section .e_kun .msg_frame .msg_inner {
    padding: 5px 0;
    display: block;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge article section .e_kun .msg_frame .msg_inner .ev_logo {
    padding: 0 3px 0 6px;
    display: inline-block;
    position: relative;
  }
  #main main.e-toyota.ev_charge article section .e_kun .msg_frame .msg_inner .ev_logo img {
    width: auto;
    height: 14px;
  }
  #main main.e-toyota.ev_charge article section .std_btn {
    clear: both;
  }
  #main main.e-toyota.ev_charge article section .std_btn a {
    margin-bottom: 8px;
    width: 320px;
    height: 64px;
    display: block;
    border-radius: 32px;
    overflow: hidden;
    background: #41c3e1;
    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: calc(40em / 1000);
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  #main main.e-toyota.ev_charge article section .std_btn a: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;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.ev_charge article section .std_btn a:hover {
    background: #ffffff;
    color: #41c3e1;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge article section .std_btn.blank a {
    width: 336px;
    height: 48px;
    background: #393939;
    border: 2px solid #393939;
    line-height: 44px;
  }
  #main main.e-toyota.ev_charge article section .std_btn.blank a:after {
    display: none;
  }
  #main main.e-toyota.ev_charge article section .std_btn.blank a > span:after {
    content: "";
    margin: 0 0 0 4px;
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url("../ev_charge/image/icon_link_blank.svg") no-repeat center center/contain;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.ev_charge article section .std_btn.blank a:hover {
    background: #ffffff;
    color: #393939;
  }
  #main main.e-toyota.ev_charge article section .std_btn.blank a:hover > span:after {
    filter: brightness(0) saturate(100%) invert(16%) sepia(61%) saturate(13%) hue-rotate(333deg) brightness(93%) contrast(83%);
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge article section h2.local_title {
    position: relative;
    z-index: 1;
    text-align: center;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section h2.local_title small {
    margin-bottom: 26px;
    padding: 0 18px;
    height: 46px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge article section h2.local_title small:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 14px;
    background: #41c3e1;
    z-index: -1;
    transform: skewX(-6deg);
  }
  #main main.e-toyota.ev_charge article section h2.local_title small:after {
    content: "";
    width: 22px;
    height: 18px;
    display: block;
    position: absolute;
    left: calc(50% - 11px);
    bottom: -17px;
    background: #41c3e1;
    clip-path: polygon(0 0, 100% 0, 40% 100%);
  }
  #main main.e-toyota.ev_charge article section h2.local_title span {
    display: block;
    line-height: 48px;
    font-size: 32px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge article section h2.local_title.white small {
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge article section h2.local_title.white small:before, #main main.e-toyota.ev_charge article section h2.local_title.white small:after {
    background: #ffffff;
  }
  #main main.e-toyota.ev_charge article section h2.local_title.white span {
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge article section .pc_msg {
    margin: 0 auto;
    max-width: 512px;
    letter-spacing: 0;
  }
  #main main.e-toyota.ev_charge article section .pc_msg p.important {
    margin-bottom: 8px;
    padding-left: 32px;
    line-height: 24px;
    font-size: 12px;
    text-align: left;
  }
  #main main.e-toyota.ev_charge article section .pc_msg p.important span {
    margin-left: -32px;
    width: 28px;
    height: 24px;
    display: block;
    float: left;
    line-height: 0;
  }
  #main main.e-toyota.ev_charge article section .pc_msg p.important strong {
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge article section .pc_msg .frame {
    padding: 16px 16px 20px 22px;
    border: 2px solid #41c3e1;
    border-radius: 26px;
    box-sizing: border-box;
    overflow: hidden;
    background: #ffffff;
  }
  #main main.e-toyota.ev_charge article section .pc_msg .frame dl {
    margin: 0;
    width: calc(100% - 140px);
    float: left;
    text-align: left;
  }
  #main main.e-toyota.ev_charge article section .pc_msg .frame dl dt {
    margin-bottom: 10px;
    min-height: auto;
    display: block;
    line-height: 26px;
    font-size: 18px;
    font-weight: normal;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge article section .pc_msg .frame dl dd {
    line-height: 28px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge article section .pc_msg .frame .qr {
    padding-top: 10px;
    width: 130px;
    float: right;
    box-sizing: border-box;
  }
  #main main.e-toyota.ev_charge article section .pc_msg .frame .qr .make_qr {
    border: 1px solid #000000;
    padding: 6px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  #main main.e-toyota.ev_charge article section .pc_msg .frame .qr .make_qr canvas {
    width: 100%;
    aspect-ratio: 1/1;
  }
  #main main.e-toyota.ev_charge article section .pc_msg .frame .qr small {
    display: block;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
  }
  #main main.e-toyota.ev_charge article section.local_hero {
    margin: 0 auto;
    height: 570px;
    max-width: 1440px;
    background: no-repeat center top/auto 100%;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge article section.local_hero .text_area {
    margin-top: 120px;
    position: relative;
    z-index: 1;
    width: 420px;
  }
  #main main.e-toyota.ev_charge article section.local_hero .text_area:after {
    content: "";
    width: 120%;
    height: 120%;
    display: block;
    position: absolute;
    left: -10%;
    top: -10%;
    z-index: -1;
    background: #ffffff;
    filter: blur(50px);
  }
  #main main.e-toyota.ev_charge article section.local_hero .text_area h1 {
    margin-bottom: 24px;
  }
  #main main.e-toyota.ev_charge article section.local_hero .text_area h1 span, #main main.e-toyota.ev_charge article section.local_hero .text_area h1 small {
    display: block;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.local_hero .text_area h1 span {
    margin-bottom: 24px;
    line-height: 58px;
    font-size: 40px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge article section.local_hero .text_area h1 small {
    line-height: 48px;
    font-size: 32px;
  }
  #main main.e-toyota.ev_charge article section.local_hero .text_area p {
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu {
    padding: 130px 0 96px 0;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head {
    margin-bottom: 62px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 40px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head h2 {
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head h2 span, #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head h2 small {
    display: block;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head h2 span {
    margin-bottom: 25px;
    line-height: 58px;
    font-size: 40px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head h2 small {
    line-height: 40px;
    font-size: 28px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head ul.tags {
    margin-bottom: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head ul.tags li {
    line-height: 24px;
    font-size: 14px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head ul.tags li span {
    margin-right: 5px;
    padding: 0 8px;
    height: 24px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 14px;
    line-height: 22px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head ul.tags li span.normal {
    border-color: #41c3e1;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head ul.tags li span.fast {
    border-color: #517BC9;
    color: #517BC9;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head ul.tags li span.fcev {
    border-color: #393939;
    color: #393939;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu nav.tab {
    margin-bottom: 80px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu nav.tab ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid #41c3e1;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu nav.tab ul li {
    width: calc(33.3% - 4px);
    position: relative;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu nav.tab ul li:hover:after {
    content: "";
    width: calc(100% - 4px);
    height: 4px;
    display: block;
    background: #ffffff;
    position: absolute;
    left: 2px;
    bottom: -2px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu nav.tab ul li:hover button {
    border-color: #41c3e1;
    background: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu nav.tab ul li.active:after {
    content: "";
    width: calc(100% - 4px);
    height: 4px;
    display: block;
    background: #ffffff;
    position: absolute;
    left: 2px;
    bottom: -2px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu nav.tab ul li.active button {
    border-color: #41c3e1;
    background: #ffffff;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu nav.tab ul li button {
    width: 100%;
    height: 62px;
    display: block;
    border-top: 2px solid #EAF8FA;
    border-left: 2px solid #EAF8FA;
    border-right: 2px solid #EAF8FA;
    border-radius: 20px 20px 0 0;
    background: #EAF8FA;
    cursor: pointer;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu nav.tab ul li button img {
    width: auto;
    height: 16px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents {
    padding-bottom: 100px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 68px 5%;
    flex-wrap: wrap;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul:not(.active) {
    display: none;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul li {
    width: 21%;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul li .image {
    margin: 0 auto 2px auto;
    width: 182px;
    height: 110px;
    display: block;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul li h3 {
    margin-bottom: 6px;
    text-align: center;
    line-height: 22px;
    font-size: 18px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul li p.tags {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul li p.tags span {
    margin-right: 5px;
    padding: 0 8px;
    height: 24px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 14px;
    line-height: 22px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul li p.tags span.normal {
    border-color: #41c3e1;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul li p.tags span.fast {
    border-color: #517BC9;
    color: #517BC9;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul li p.tags span.fcev {
    border-color: #393939;
    color: #393939;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul li a {
    margin-bottom: 14px;
    width: 100%;
    height: 42px;
    display: block;
    border-radius: 21px;
    background: #393939;
    box-sizing: border-box;
    border: 1px solid #707070;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul li a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul li {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame {
    margin: 0 auto;
    padding: 40px 8% 30px 8%;
    max-width: 998px;
    box-sizing: border-box;
    background: #EAF8FA;
    border: 2px solid #41c3e1;
    border-radius: 30px;
    color: #393939;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame h2 {
    margin-bottom: 13px;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame p {
    margin-bottom: 8px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame p.msg {
    margin-bottom: 12px;
    padding: 2px 10px;
    background: #ffffff;
    border: 2px solid #000000;
    font-weight: bold;
    box-sizing: border-box;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame h3 {
    margin-bottom: 8px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table {
    margin-bottom: 12px;
    width: 100%;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table th, #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table td {
    padding: 10px 14px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table thead tr th {
    line-height: 24px;
    font-size: 18px;
    color: #41c3e1;
    vertical-align: bottom;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table thead tr th:first-child {
    width: 320px;
    text-align: left;
    font-size: 15px;
    color: #393939;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table thead tr th:first-child small {
    font-size: 13px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table tbody {
    border-top: 2px solid #393939;
    border-bottom: 2px solid #393939;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table tbody tr {
    border-bottom: 1px solid #393939;
    background: #ffffff;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table tbody tr th {
    text-align: left;
    line-height: 24px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table tbody tr td {
    border-left: 1px solid #393939;
    line-height: 32px;
    font-size: 32px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table tbody tr td small {
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame ul.note {
    margin-bottom: 16px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame ul.note li {
    padding-left: 1em;
    line-height: 14px;
    font-size: 10px;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame ul.note li span {
    margin-left: -1em;
    display: block;
    float: left;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame dl {
    text-align: center;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame dl dt {
    margin-bottom: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame dl dd a {
    margin: 0 auto 8px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head {
    display: block;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head h2 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge article section .teemo_frame {
    margin: 0 auto 96px auto;
    padding: 71px 40px 70px 40px;
    max-width: 1040px;
    border: 2px solid #41c3e1;
    border-radius: 30px;
    box-sizing: border-box;
  }
  #main main.e-toyota.ev_charge article section .teemo_frame h3 {
    margin-bottom: 40px;
  }
  #main main.e-toyota.ev_charge article section .teemo_frame h3 span {
    display: block;
  }
  #main main.e-toyota.ev_charge article section .teemo_frame h3 span.text {
    margin-bottom: 23px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #4D4D4D;
  }
  #main main.e-toyota.ev_charge article section .teemo_frame h3 span.logo {
    margin: 0 auto;
    max-width: 584px;
  }
  #main main.e-toyota.ev_charge article section .teemo_frame dl.info {
    margin-bottom: 44px;
  }
  #main main.e-toyota.ev_charge article section .teemo_frame dl.info dt {
    margin: 0 auto 36px auto;
    max-width: 514px;
  }
  #main main.e-toyota.ev_charge article section .teemo_frame dl.info dd {
    text-align: center;
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge article section .teemo_frame p.std_btn a {
    margin: 0 auto;
  }
  #main main.e-toyota.ev_charge article aside.more_link {
    background: #ffffff;
  }
  #main main.e-toyota.ev_charge article aside.more_link .inner {
    padding: 96px 0;
    border-bottom: 2px solid #EDEEEF;
  }
  #main main.e-toyota.ev_charge article aside.more_link .list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    flex-wrap: wrap;
  }
  #main main.e-toyota.ev_charge article aside.more_link .list .flex_group {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    flex-wrap: wrap;
  }
  #main main.e-toyota.ev_charge article aside.more_link .list .flex_group a {
    margin: 0;
  }
  #main main.e-toyota.ev_charge article aside.more_link .list a {
    margin: 0 auto;
    width: 450px;
    height: 130px;
    display: block;
    overflow: hidden;
    position: relative;
    background: #EAF8FA;
    border-top: 2px solid #ecf6f7;
    border-left: 2px solid #ecf6f7;
    border-bottom: 2px solid #ecf6f7;
    border-radius: 20px;
    box-sizing: border-box;
  }
  #main main.e-toyota.ev_charge article aside.more_link .list a:after {
    content: "";
    width: 23px;
    height: 23px;
    display: block;
    background: url("../ev_charge/image/icon_foot_menu_arrow.svg") no-repeat center center/contain;
    position: absolute;
    right: 17px;
    bottom: 14px;
    transform-style: preserve-3d;
    transition-property: transform;
    transition-duration: 100ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  #main main.e-toyota.ev_charge article aside.more_link .list a p.thumb {
    width: 215px;
    height: 100%;
    float: left;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge article aside.more_link .list a p.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-style: preserve-3d;
    transition-property: transform;
    transition-duration: 100ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  #main main.e-toyota.ev_charge article aside.more_link .list a dl {
    margin-right: 16px;
    padding-top: 17px;
    width: 200px;
    float: right;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article aside.more_link .list a dl dt {
    margin-bottom: 4px;
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge article aside.more_link .list a dl dd {
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: inherit;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.ev_charge article aside.more_link .list a:hover p.thumb img {
    transform: scale(1.1);
  }
  #main main.e-toyota.ev_charge article aside.more_link .list a:hover:after {
    transform: translateX(5px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #main main.e-toyota.ev_charge article aside.more_link .list {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge .referer_car_banner {
    width: 700px;
    height: 90px;
    position: fixed;
    right: 20px;
    bottom: 24px;
    z-index: 100;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    transform: translateY(130px);
    transform-style: preserve-3d;
    transition-property: transform;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: 0ms;
  }
  #main main.e-toyota.ev_charge .referer_car_banner.show {
    transform: translateY(0);
  }
  #main main.e-toyota.ev_charge .referer_car_banner dl {
    margin: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main main.e-toyota.ev_charge .referer_car_banner dl dt {
    padding-left: 5px;
  }
  #main main.e-toyota.ev_charge .referer_car_banner dl dt span {
    display: block;
  }
  #main main.e-toyota.ev_charge .referer_car_banner dl dt span.car_image {
    width: 104px;
    height: 64px;
    float: left;
  }
  #main main.e-toyota.ev_charge .referer_car_banner dl dt span.car_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #main main.e-toyota.ev_charge .referer_car_banner dl dt span.cat {
    margin-left: 112px;
    margin-bottom: 8px;
    padding-top: 10px;
  }
  #main main.e-toyota.ev_charge .referer_car_banner dl dt span.cat img {
    width: auto;
    height: 12px;
  }
  #main main.e-toyota.ev_charge .referer_car_banner dl dt span.name {
    margin-left: 112px;
    line-height: 22px;
    font-family: Helvetica, Arial;
    font-size: 18px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge .referer_car_banner dl dd {
    width: 370px;
  }
  #main main.e-toyota.ev_charge .referer_car_banner dl dd ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main main.e-toyota.ev_charge .referer_car_banner dl dd ul li a {
    width: 180px;
    height: 36px;
    display: block;
    background: #393939;
    border: 1px solid #707070;
    border-radius: 18px;
    box-sizing: border-box;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.ev_charge .referer_car_banner dl dd ul li a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge .mw_base {
    width: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: none;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(57, 57, 57, 0.7);
  }
  #main main.e-toyota.ev_charge .mw_base .mw_scroll {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    z-index: 100;
    pointer-events: none;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame {
    padding: 54px 48px;
    margin: 50px auto;
    width: 100%;
    max-width: 960px;
    border: 1px solid #707070;
    box-sizing: border-box;
    border-radius: 40px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    pointer-events: auto;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame p.close button {
    cursor: pointer;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.ev_charge .mw_base .mw_frame p.close button:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge .mw_base .mw_frame p.close.top {
    position: absolute;
    top: 63px;
    right: 63px;
    z-index: 2;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame p.close.top button {
    width: 28px;
    height: 28px;
    display: block;
    background: url("../ev_charge/image/icon_mw_close.svg") no-repeat center center/contain;
    text-indent: -9999px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame p.close.bottom {
    padding-top: 25px;
    text-align: center;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame p.close.bottom button {
    margin-left: 20px;
    display: inline-block;
    border-bottom: 1px solid #41c3e1;
    position: relative;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame p.close.bottom button:before {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    left: -18px;
    background: url("../ev_charge/image/icon_mw_close.svg") no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner h3 {
    margin-bottom: 32px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li {
    width: calc(50% - 10px);
    max-width: 400px;
    text-align: center;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li h4 {
    margin-bottom: 20px;
    padding: 6px 0 10px 0;
    border-top: 1px solid #EDEEEF;
    border-bottom: 1px solid #EDEEEF;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li h4 span, #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li h4 small {
    display: block;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li h4 span {
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li h4 small {
    line-height: 21px;
    font-size: 14px;
    font-weight: normal;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.about {
    margin-bottom: 16px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.about dt {
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.about dd.image {
    max-width: 400px;
    height: 168px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.about dd.image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.about dd.text {
    padding: 0 20px;
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.frame {
    margin-bottom: 16px;
    padding: 20px 10px 24px 10px;
    background: #EAF8FA;
    border-radius: 20px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.frame dt {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.frame dd.text {
    margin-bottom: 8px;
    padding: 2px 24px;
    display: inline-block;
    position: relative;
    line-height: 24px;
    font-size: 14px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.frame dd.text strong {
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.frame dd.text:before, #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.frame dd.text:after {
    content: "";
    width: 7px;
    height: 48px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #393939;
    position: absolute;
    top: calc(50% - 24px);
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.frame dd.text:before {
    border-right: 0;
    left: 0;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.frame dd.text:after {
    border-left: 0;
    right: 0;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.frame dd.note {
    line-height: 15px;
    font-size: 11px;
    color: #707070;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.frame dd.note span {
    padding-right: 1em;
    display: inline-block;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li p.note {
    line-height: 17px;
    font-size: 11px;
    color: #707070;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li.normal h4 span {
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li.fast h4 span {
    color: #517BC9;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger h3 + .row {
    padding-top: 0;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row {
    padding-top: 60px;
    padding-bottom: 68px;
    border-bottom: 2px solid #EDEEEF;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row h4 {
    margin-bottom: 45px;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 58px 0;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row ul li {
    width: calc(50% - 20px);
    max-width: 372px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row ul li span.image {
    width: 132px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row ul li dl {
    margin-left: 152px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row .col span.image {
    width: 296px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row .col dl {
    margin-left: 326px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row .col dl dt span.tags {
    display: inline-block;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row .col dl dt span.tags span {
    width: 42px;
    height: 22px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #41c3e1;
    border-radius: 4px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row span.image {
    margin-bottom: 25px;
    height: 227px;
    display: block;
    float: left;
    border-radius: 20px;
    overflow: hidden;
    background: #EDEDED;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row span.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row dl {
    margin-left: 152px;
    margin-bottom: 25px;
    padding-top: 6px;
    position: relative;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row dl dt {
    margin-bottom: 12px;
    padding-right: 88px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row dl dd.tags {
    width: 88px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    right: 0;
    top: 1px;
    gap: 4px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row dl dd.tags span {
    width: 42px;
    height: 22px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #41c3e1;
    border-radius: 4px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row dl dd.text {
    padding-bottom: 8px;
    line-height: 26px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row dl dd.detail {
    padding-top: 10px;
    border-top: 1px solid #41c3e1;
    line-height: 14px;
    font-size: 10px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row dl dd.detail span.name {
    display: block;
    line-height: 24px;
    font-size: 14px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row dl dd.detail span.type {
    margin-top: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row dl dd.detail span.type span {
    width: 44px;
    height: 25px;
    display: block;
    border-radius: 4px;
    background: #898989;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row a.more {
    margin: 0 auto 8px auto;
    width: 221px;
    height: 40px;
    clear: both;
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    background: #393939;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    text-align: center;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row a.more > span {
    display: block;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row a.more > span:after {
    content: "";
    margin: 0 0 0 8px;
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url("../ev_charge/image/icon_link_blank.svg") no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row.other {
    padding-bottom: 40px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row.other .col .image {
    height: 180px;
  }
  #main main.e-toyota.ev_charge article section.main_vijual {
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    height: 570px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../ev_charge/image/bg_hero.png") no-repeat center center/cover;
  }
  #main main.e-toyota.ev_charge article section.main_vijual:before, #main main.e-toyota.ev_charge article section.main_vijual:after {
    content: "";
    width: 200px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
  }
  #main main.e-toyota.ev_charge article section.main_vijual:before {
    left: 0;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
  #main main.e-toyota.ev_charge article section.main_vijual:after {
    right: 0;
    background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
  #main main.e-toyota.ev_charge article section.main_vijual h1 {
    width: 346px;
  }
  #main main.e-toyota.ev_charge article section.about .inner {
    padding-top: 117px;
    padding-bottom: 146px;
  }
  #main main.e-toyota.ev_charge article section.about .inner:before, #main main.e-toyota.ev_charge article section.about .inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 175px;
    background: no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge article section.about .inner:before {
    width: 381px;
    height: 328px;
    background-image: url("../ev_charge/image/img_about_left.png");
    left: calc(50% - 720px);
  }
  #main main.e-toyota.ev_charge article section.about .inner:after {
    width: 352px;
    height: 316px;
    background-image: url("../ev_charge/image/img_about_right.png");
    left: calc(50% + 290px);
  }
  #main main.e-toyota.ev_charge article section.about p.text {
    padding-top: 70px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.about p.arrow {
    width: 14px;
    position: absolute;
    left: calc(50% - 7px);
    bottom: 42px;
    animation: arrow_animation 1500ms ease-in-out infinite;
  }
  #main main.e-toyota.ev_charge article section.contents .row {
    padding-bottom: 48px;
    position: relative;
    clear: both;
  }
  #main main.e-toyota.ev_charge article section.contents .row .text_area {
    width: 370px;
    position: relative;
    z-index: 1;
  }
  #main main.e-toyota.ev_charge article section.contents .row .text_area:after {
    content: "";
    width: 150%;
    height: 120%;
    display: block;
    position: absolute;
    left: -25%;
    top: -10%;
    z-index: -1;
    background: #ffffff;
    filter: blur(50px);
  }
  #main main.e-toyota.ev_charge article section.contents .row .text_area h2 {
    padding: 26px 0 30px 0;
    line-height: 48px;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.contents .row .text_area p.text {
    margin-bottom: 48px;
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge article section.contents .row .text_area .banner {
    margin-bottom: 48px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
  }
  #main main.e-toyota.ev_charge article section.contents .row .text_area .banner p.image {
    width: 139px;
    height: 139px;
    border-radius: 50%;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge article section.contents .row .text_area .banner dl dt {
    margin-bottom: 16px;
    display: inline-block;
    overflow: hidden;
    border-radius: 4px;
  }
  #main main.e-toyota.ev_charge article section.contents .row .text_area .banner dl dt span {
    width: 84px;
    height: 32px;
    display: block;
    float: left;
    text-align: center;
    line-height: 32px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.contents .row .text_area .banner dl dt span.normal {
    background: #41c3e1;
  }
  #main main.e-toyota.ev_charge article section.contents .row .text_area .banner dl dt span.fast {
    background: #517BC9;
  }
  #main main.e-toyota.ev_charge article section.contents .row .text_area .banner dl dd {
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.contents .row.for_spot:before {
    content: "";
    width: 1160px;
    height: 782px;
    display: block;
    background: url("../ev_charge/image/bg_contents_for_spot.png") no-repeat center center/contain;
    position: absolute;
    right: -390px;
    top: -90px;
  }
  #main main.e-toyota.ev_charge article section.contents .row.for_spot .text_area {
    float: left;
  }
  #main main.e-toyota.ev_charge article section.contents .row.for_charge {
    padding-top: 130px;
  }
  #main main.e-toyota.ev_charge article section.contents .row.for_charge:before {
    content: "";
    width: 1311px;
    height: 947px;
    display: block;
    background: url("../ev_charge/image/bg_contents_for_charge.png") no-repeat center center/contain;
    position: absolute;
    left: -300px;
    top: 10px;
  }
  #main main.e-toyota.ev_charge article section.contents .row.for_charge .text_area {
    float: right;
  }
  #main main.e-toyota.ev_charge article section.contents .difference {
    padding: 96px 0;
    clear: both;
    position: relative;
    z-index: 1;
  }
  #main main.e-toyota.ev_charge article section.contents .difference button {
    margin: 0 auto;
    width: 480px;
    height: 40px;
    display: block;
    border: 2px solid #41c3e1;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #41c3e1;
    cursor: pointer;
    letter-spacing: calc(40em / 1000);
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  #main main.e-toyota.ev_charge article section.contents .difference button:after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background: url("../ev_charge/image/icon_mw_plus.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.ev_charge article section.contents .difference button:hover {
    background: #41c3e1;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge article section.contents .difference button:hover:after {
    filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(0%) hue-rotate(140deg) brightness(104%) contrast(107%);
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge article section.contents .new_service {
    margin: 0 auto 96px auto;
    padding: 56px 40px;
    max-width: 1040px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #EAF8FA;
    position: relative;
    text-align: center;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service h3 {
    margin-bottom: 16px;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service h3 span, #main main.e-toyota.ev_charge article section.contents .new_service h3 small {
    display: block;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.contents .new_service h3 span {
    font-size: 28px;
    line-height: 42px;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service h3 small {
    font-size: 18px;
    line-height: 26px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service p.text {
    margin-bottom: 44px;
    font-size: 16px;
    line-height: 30px;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service p.std_btn {
    margin-bottom: 48px;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service p.std_btn a {
    margin: 0 auto;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service .frame {
    padding: 34px 0 42px 0;
    border: 2px solid #41c3e1;
    border-radius: 20px;
    background: #ffffff;
    position: relative;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service .frame dl dt {
    margin-bottom: 10px;
    line-height: 38px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.contents .new_service .frame dl dd {
    font-size: 16px;
    line-height: 30px;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service .frame .images img {
    width: auto;
    height: 132px;
    position: absolute;
    top: calc(50% - 66px);
    z-index: 0;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service .frame .images img.img1 {
    left: 78px;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service .frame .images img.img2 {
    right: 111px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #main main.e-toyota.ev_charge article section.contents .new_service .frame .images {
    padding-top: 20px;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service .frame .images img.img1,
  #main main.e-toyota.ev_charge article section.contents .new_service .frame .images img.img2 {
    margin: 0 20px;
    position: static;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge article section.charge_cost {
    margin: 220px 0 250px 0;
    background: #81D7EB;
  }
  #main main.e-toyota.ev_charge article section.charge_cost:before, #main main.e-toyota.ev_charge article section.charge_cost:after {
    content: "";
    width: 100%;
    height: 192px;
    position: absolute;
    left: 0;
    z-index: -1;
    background: no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge article section.charge_cost:before {
    top: -192px;
    background-image: url("../ev_charge/image/bg_content_blue_top.svg");
  }
  #main main.e-toyota.ev_charge article section.charge_cost:after {
    bottom: -192px;
    background-image: url("../ev_charge/image/bg_content_blue_bottom.svg");
  }
  #main main.e-toyota.ev_charge article section.charge_cost .bg_top {
    width: 460px;
    position: absolute;
    top: -224px;
    left: calc(50% + 140px);
  }
  #main main.e-toyota.ev_charge article section.charge_cost .bg_bottom {
    width: 499px;
    position: absolute;
    bottom: -294px;
    left: calc(50% + 190px);
  }
  #main main.e-toyota.ev_charge article section.charge_cost .head {
    margin-top: -90px;
    float: left;
  }
  #main main.e-toyota.ev_charge article section.charge_cost .head h2 {
    padding: 24px 0 44px 0;
    line-height: 44px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu {
    clear: both;
    position: relative;
    z-index: 10;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li {
    padding: 40px;
    width: calc(50% - 10px);
    max-width: 544px;
    min-height: 588px;
    box-sizing: border-box;
    border-radius: 30px;
    background: #ffffff;
    position: relative;
    text-align: center;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li.simulation {
    margin-top: 220px;
    float: left;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li.simulation:before {
    content: "";
    width: 100%;
    max-width: 485px;
    height: 398px;
    display: block;
    background: url("../ev_charge/image/img_charge_cost_simulation_top.png") no-repeat center top/100% auto;
    position: absolute;
    top: -220px;
    left: 0;
    z-index: -1;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li.charge_spot {
    float: right;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li h4 {
    margin-bottom: 18px;
    line-height: 44px;
    font-size: 32px;
    font-weight: bold;
    color: #41c3e1;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li span.icon {
    margin-bottom: 10px;
    width: 100%;
    height: 135px;
    display: block;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li span.icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li dl.info {
    margin-bottom: 30px;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li dl.info dt {
    margin-bottom: 10px;
    min-height: 88px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 44px;
    font-size: 28px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li dl.info dd {
    line-height: 32px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li p.coming_soon {
    margin: 0 auto;
    width: 293px;
    height: 64px;
    border-radius: 32px;
    background: rgba(57, 57, 57, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li p.coming_soon span, #main main.e-toyota.ev_charge article section.charge_cost ul.menu li p.coming_soon small {
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li p.std_btn a {
    margin: 0 auto;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li p.blank_btn a {
    margin: 0 auto 8px auto;
    width: 320px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    border: 2px solid #41c3e1;
    overflow: hidden;
    background: #41c3e1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    text-align: center;
    color: #ffffff;
    letter-spacing: calc(40em / 1000);
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li p.blank_btn a > span {
    display: block;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li p.blank_btn a > span span.icon {
    margin: 0 0 0 4px;
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url("../ev_charge/image/icon_link_blank.svg") no-repeat center center/contain;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li p.blank_btn a:hover {
    background: #ffffff;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li p.blank_btn a:hover > span span.icon {
    filter: brightness(0) saturate(100%) invert(72%) sepia(14%) saturate(2034%) hue-rotate(149deg) brightness(95%) contrast(85%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu {
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li.simulation,
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li.charge_spot {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 80%;
    float: none;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge article section.howto_ev {
    padding: 96px 0;
  }
  #main main.e-toyota.ev_charge article section.howto_ev .e_kun {
    margin-bottom: 96px;
  }
  #main main.e-toyota.ev_charge article section.howto_ev .image {
    margin-left: -120px;
    width: 811px;
    float: left;
    overflow: hidden;
    border-radius: 0 30px 30px 0;
  }
  #main main.e-toyota.ev_charge article section.howto_ev .text_area {
    margin-left: 764px;
    padding-top: 30px;
    width: 400px;
  }
  #main main.e-toyota.ev_charge article section.howto_ev .text_area h2 {
    margin-bottom: 26px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.howto_ev .text_area h2 span, #main main.e-toyota.ev_charge article section.howto_ev .text_area h2 small {
    display: block;
  }
  #main main.e-toyota.ev_charge article section.howto_ev .text_area h2 span {
    margin-bottom: 24px;
    line-height: 58px;
    font-size: 40px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge article section.howto_ev .text_area h2 small {
    line-height: 48px;
    font-size: 32px;
    color: #393939;
  }
  #main main.e-toyota.ev_charge article section.howto_ev .text_area p.text {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge article section.howto_ev .text_area p.text small.note {
    margin-top: 10px;
    padding-left: 1em;
    display: block;
    line-height: 14px;
    font-size: 10px;
  }
  #main main.e-toyota.ev_charge article section.howto_ev .text_area p.text small.note span {
    margin-left: -1em;
    width: 1em;
  }
  #main main.e-toyota.ev_charge article section.howto_ev .text_area p.std_btn {
    clear: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #main main.e-toyota.ev_charge article section.howto_ev .image {
    margin-left: 0;
    width: 100%;
    float: none;
    overflow: hidden;
    border-radius: 30px;
  }
  #main main.e-toyota.ev_charge article section.howto_ev .text_area {
    margin-left: 0;
    padding-top: 30px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge article section.corporation {
    margin: 192px 0 0 0;
    padding-bottom: 96px;
    background: #81D7EB;
  }
  #main main.e-toyota.ev_charge article section.corporation:before {
    content: "";
    width: 100%;
    height: 192px;
    position: absolute;
    left: 0;
    z-index: -1;
    background: no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge article section.corporation:before {
    top: -192px;
    background-image: url("../ev_charge/image/bg_content_blue_top.svg");
  }
  #main main.e-toyota.ev_charge article section.corporation .frame {
    padding: 20px 0 32px 0;
    width: 100%;
    background: #ffffff;
    border-radius: 30px;
    text-align: center;
  }
  #main main.e-toyota.ev_charge article section.corporation .frame h2 {
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.corporation .frame dl {
    margin-bottom: 29px;
  }
  #main main.e-toyota.ev_charge article section.corporation .frame dl dt {
    margin-bottom: 16px;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.corporation .frame dl dd {
    line-height: 24px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge article section.corporation .frame p.std_btn a {
    margin: 0 auto;
  }
  #main main.e-toyota.ev_charge.for_home article section.local_hero {
    background-image: url("../ev_charge/for_home/image/img_hero_pc.jpg");
  }
  #main main.e-toyota.ev_charge.for_home article section.feature {
    padding-top: 100px;
    padding-bottom: 288px;
    background: #EAF8FA;
  }
  #main main.e-toyota.ev_charge.for_home article section.feature .text_area {
    margin-right: 100px;
    width: 403px;
    float: right;
  }
  #main main.e-toyota.ev_charge.for_home article section.feature .text_area h2.local_title {
    text-align: left;
  }
  #main main.e-toyota.ev_charge.for_home article section.feature .text_area p.text {
    padding-top: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.for_home article section.feature .image {
    margin-left: 80px;
    width: calc(50% - 110px);
    max-width: 542px;
    float: left;
    border-radius: 30px;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge.for_home article section.feature .difference {
    padding: 64px 0 0 0;
    clear: both;
  }
  #main main.e-toyota.ev_charge.for_home article section.feature .difference button {
    margin: 0 auto;
    width: 480px;
    height: 40px;
    display: block;
    border: 2px solid #41c3e1;
    box-sizing: border-box;
    border-radius: 20px;
    background: #ffffff;
    position: relative;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #41c3e1;
    cursor: pointer;
    letter-spacing: calc(40em / 1000);
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  #main main.e-toyota.ev_charge.for_home article section.feature .difference button:after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background: url("../ev_charge/image/icon_mw_plus.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.ev_charge.for_home article section.feature .difference button:hover {
    background: #41c3e1;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge.for_home article section.feature .difference button:hover:after {
    filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(0%) hue-rotate(140deg) brightness(104%) contrast(107%);
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge.for_home article section.feature p.for_outside_link {
    margin: 24px 0 0 0;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.for_home article section.feature p.for_outside_link a {
    padding-right: 24px;
    display: inline-block;
    position: relative;
    border-bottom: 2px solid #41c3e1;
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.for_home article section.feature p.for_outside_link a:after {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
    background: url("../ev_charge/image/icon_foot_menu_arrow.svg") no-repeat center center/contain;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.ev_charge.for_home article section.feature p.for_outside_link a {
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (hover: hover) {
  #main main.e-toyota.ev_charge.for_home article section.feature p.for_outside_link a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #main main.e-toyota.ev_charge.for_home article section.feature .text_area {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
    float: none;
  }
  #main main.e-toyota.ev_charge.for_home article section.feature .image {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    float: none;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge.for_home article section.type {
    margin: 0 0 192px 0;
    background: #81D7EB;
    z-index: 1;
  }
  #main main.e-toyota.ev_charge.for_home article section.type:before, #main main.e-toyota.ev_charge.for_home article section.type:after {
    content: "";
    width: 100%;
    height: 192px;
    position: absolute;
    left: 0;
    z-index: -1;
    background: no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge.for_home article section.type:before {
    top: -192px;
    background-image: url("../ev_charge/image/bg_content_blue_top.svg");
  }
  #main main.e-toyota.ev_charge.for_home article section.type:after {
    bottom: -192px;
    background-image: url("../ev_charge/image/bg_content_blue_bottom.svg");
    transform: scaleX(-1);
  }
  #main main.e-toyota.ev_charge.for_home article section.type h2.local_title {
    margin-bottom: 32px;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame {
    margin-bottom: 35px;
    padding: 24px 80px;
    border-radius: 30px;
    background: #ffffff;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row {
    padding: 50px 0 40px 0;
    min-height: 200px;
    overflow: hidden;
    position: relative;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row.consent {
    padding-right: 216px;
    width: calc(50% - 20px);
    max-width: 496px;
    float: left;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row.consent p.image {
    width: 200px;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row.cable {
    padding-right: 216px;
    width: calc(50% - 20px);
    max-width: 496px;
    float: right;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row.cable p.image {
    width: 200px;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row.v2h_stand {
    padding-right: 548px;
    clear: both;
    border-top: 4px solid #F8F8F8;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row.v2h_stand p.image {
    width: 500px;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row h3 {
    margin-bottom: 24px;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row h3 small, #main main.e-toyota.ev_charge.for_home article section.type .frame .row h3 span {
    display: block;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row h3 small {
    margin-bottom: 2px;
    line-height: 28px;
    font-size: 18px;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row h3 span {
    line-height: 35px;
    font-size: 24px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row p.text {
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row p.image {
    position: absolute;
    top: 50px;
    right: 0;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    background: #F8F8F8;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row p.image img {
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row.consent, #main main.e-toyota.ev_charge.for_home article section.type .frame .row.cable {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row.cable {
    margin-bottom: 40px;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row.v2h_stand {
    padding-right: 0;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row.v2h_stand p.image {
    margin-top: 20px;
    position: static;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge.for_home article section.type .frame .charger_list {
    padding: 50px 0 30px 0;
    clear: both;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .charger_list button {
    margin: 0 auto;
    width: 388px;
    height: 40px;
    display: block;
    border: 2px solid #41c3e1;
    box-sizing: border-box;
    border-radius: 20px;
    background: #41c3e1;
    position: relative;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: calc(40em / 1000);
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .charger_list button:after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background: url("../ev_charge/image/icon_mw_plus_white.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.ev_charge.for_home article section.type .frame .charger_list button:hover {
    background: #ffffff;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .charger_list button:hover:after {
    filter: brightness(0) saturate(100%) invert(51%) sepia(100%) saturate(277%) hue-rotate(144deg) brightness(108%) contrast(97%);
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge.for_home article section.type .plus {
    margin-bottom: 50px;
    padding: 22px 80px;
    border-radius: 30px;
    background: #EAF8FA;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .plus dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .plus dl dt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .plus dl dt small, #main main.e-toyota.ev_charge.for_home article section.type .plus dl dt span {
    display: block;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .plus dl dt small {
    padding-left: 12px;
    padding-top: 3px;
    width: 139px;
    height: 47px;
    box-sizing: border-box;
    background: url("../ev_charge/image/bg_plus_title.svg") no-repeat left top/contain;
    line-height: 34px;
    font-size: 18px;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .plus dl dt span {
    line-height: 30px;
    font-size: 20px;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .plus dl dd {
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .plus dl dd strong {
    padding: 2px;
    display: inline-block;
    font-weight: bold;
    border-radius: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #main main.e-toyota.ev_charge.for_home article section.type .plus dl {
    display: block;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .plus dl dt {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge.for_home article section.type p.note {
    text-align: center;
    line-height: 24px;
    font-size: 14px;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use {
    margin-top: -192px;
    padding-top: 262px;
    padding-bottom: 288px;
    background: #EAF8FA;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .bg_top {
    width: 302px;
    position: absolute;
    top: 52px;
    left: calc(50% - 600px);
    z-index: 1;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use h2.local_title {
    margin-bottom: 32px;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list {
    margin: 0 auto 60px auto;
    width: 660px;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick {
    position: relative;
    height: 360px;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick .slick-arrow {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 10;
    text-indent: -9999px;
    background: url("../ev_charge/image/icon_slide_arrow.svg") no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick .slick-arrow.slick-prev {
    left: -55px;
    transform: rotate(180deg);
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick .slick-arrow.slick-next {
    right: -55px;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick .slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick ul.slick-dots {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick ul.slick-dots li button {
    width: 13px;
    height: 13px;
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #41c3e1;
    background: #ffffff;
    text-indent: -9999px;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick ul.slick-dots li.slick-active button {
    background: #41c3e1;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame {
    margin: 0 34px;
    width: 660px;
    height: 360px;
    box-sizing: border-box;
    border: 2px solid #41c3e1;
    border-radius: 40px;
    background: #ffffff;
    overflow: hidden;
    float: left;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .image {
    width: 350px;
    height: 100%;
    background: #41c3e1;
    float: left;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .text_area {
    margin-left: 394px;
    width: 234px;
    height: 100%;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .text_area .step {
    margin: 40px 0;
    display: block;
    position: relative;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .text_area .step small, #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .text_area .step span {
    display: block;
    line-height: 1;
    font-weight: bold;
    font-family: Helvetica, Arial;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .text_area .step small {
    margin-bottom: 4px;
    font-size: 20px;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .text_area .step span {
    padding-bottom: 10px;
    font-size: 50px;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .text_area .step:after {
    content: "";
    width: 33px;
    height: 7px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #41c3e1;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .text_area p {
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .text_area p small {
    margin-top: 8px;
    padding-left: 1em;
    display: block;
    line-height: 14px;
    font-size: 10px;
    font-weight: normal;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .text_area p small span {
    margin-left: -1em;
    display: block;
    float: left;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick {
    margin: 0 0 288px 0;
    z-index: 1;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick:before {
    content: "";
    width: 100%;
    height: 192px;
    position: absolute;
    left: 0;
    z-index: -1;
    background: no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick:before {
    top: -192px;
    background-image: url("../ev_charge/image/bg_content_white_top.svg");
  }
  #main main.e-toyota.ev_charge.for_home article section.trick h2 {
    margin-bottom: 32px;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick h2 span {
    display: inline-block;
    line-height: 48px;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_home article section.trick h2 span img {
    width: 120px;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick .frame {
    margin: 0 auto 32px auto;
    max-width: 1040px;
    padding: 40px 40px 40px 64px;
    box-sizing: border-box;
    border-radius: 30px;
    background: #EAF8FA;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick .frame .text_area {
    width: 50%;
    max-width: 506px;
    float: left;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick .frame .text_area h3 {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick .frame .text_area h3 span {
    display: block;
    line-height: 44px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick .frame .text_area h3 span.icon {
    width: 100px;
    font-family: Helvetica, Arial;
    font-size: 60px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick .frame .text_area h3 span.icon img {
    width: 62px;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick .frame .text_area h3 span.text {
    padding-top: 8px;
    flex: 1;
    line-height: 44px;
    font-size: 28px;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick .frame .text_area p.text {
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick .frame p.image {
    width: 45%;
    max-width: 364px;
    height: 236px;
    float: right;
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick .frame p.image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 {
    padding-bottom: 96px;
    z-index: 1;
    background: #EAF8FA;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3:before {
    content: "";
    width: 100%;
    height: 192px;
    position: absolute;
    left: 0;
    z-index: -1;
    background: no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3:before {
    top: -192px;
    background-image: url("../ev_charge/image/bg_content_skyblue_top.svg");
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 h2.local_title {
    margin-bottom: 32px;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 h2.local_title span strong {
    font-size: 48px;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 p.text {
    margin-bottom: 48px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step {
    margin: 0 auto 23px auto;
    width: 1040px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li {
    width: 305px;
    height: 324px;
    border-radius: 20px;
    background: #ffffff;
    position: relative;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li:after {
    content: "";
    width: 21px;
    height: 18px;
    display: block;
    position: absolute;
    right: -45px;
    top: calc(50% - 9px);
    background: url("../ev_charge/image/icon_arrow_step.svg") no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li:last-child:after {
    display: none;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li .icon {
    width: 45px;
    height: 47px;
    background: #41c3e1;
    border-radius: 0 0 4px 4px;
    display: block;
    position: absolute;
    left: 25px;
    top: 0;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li .icon small, #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li .icon span {
    display: block;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    font-family: Helvetica, Arial;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li .icon small {
    padding-top: 8px;
    font-size: 12px;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li .icon span {
    font-size: 24px;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li dl {
    padding-top: 56px;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li dl dt {
    margin-bottom: 9px;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li dl dd.image {
    margin: 0 auto;
    width: 182px;
    height: 140px;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li dl dd.text {
    line-height: 30px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step {
    margin: 0 auto 23px auto;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li {
    margin: 0 auto;
    width: 70%;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li:after {
    right: auto;
    top: auto;
    left: calc(50% - 10px);
    bottom: -30px;
    transform: rotate(90deg);
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li:last-child:after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge.for_home article section.step3 ul.note {
    margin: 0 auto 48px auto;
    width: 1040px;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ul.note li {
    padding-left: 1em;
    line-height: 14px;
    font-size: 10px;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ul.note li span {
    margin-left: -1em;
    display: block;
    float: left;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 p.detail {
    margin-bottom: 76px;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 p.detail a {
    margin: 0 auto 8px auto;
    width: 336px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    border: 2px solid #393939;
    overflow: hidden;
    background: #393939;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    text-align: center;
    color: #ffffff;
    letter-spacing: calc(40em / 1000);
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 p.detail a > span {
    display: block;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 p.detail a > span span.icon {
    margin: 0 0 0 8px;
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url("../ev_charge/image/icon_link_blank.svg") no-repeat center center/contain;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.ev_charge.for_home article section.step3 p.detail a:hover {
    background: #ffffff;
    color: #393939;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 p.detail a:hover > span span.icon {
    filter: brightness(0) saturate(100%) invert(16%) sepia(61%) saturate(13%) hue-rotate(333deg) brightness(93%) contrast(83%);
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge.for_home article section.step3 .service_frame {
    margin: 0 auto;
    padding: 38px 40px 34px 40px;
    max-width: 1040px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 .service_frame h3 {
    margin-bottom: 9px;
    line-height: 35px;
    font-size: 24px;
    font-weight: bold;
    color: #41c3e1;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 .service_frame p.text {
    margin-bottom: 16px;
    text-align: left;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 .service_frame dl {
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 .service_frame dl dd ul li {
    margin-left: 24px;
    list-style: disc;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 .service_frame dl dd ul li a {
    font-weight: bold;
    text-decoration: underline;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 .service_frame dl dd ul li a:hover {
    text-decoration: none;
  }
  #main main.e-toyota.ev_charge.for_outside article section.local_hero {
    background-image: url("../ev_charge/for_outside/image/img_hero_pc.jpg");
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature {
    padding-top: 100px;
    padding-bottom: 288px;
    background: #EAF8FA;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .row {
    margin-bottom: 95px;
    overflow: hidden;
    clear: both;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .text_area {
    margin-right: 100px;
    width: 403px;
    float: right;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .text_area h2.local_title {
    text-align: left;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .text_area p.text {
    padding-top: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .text_area p.text small.note {
    padding-top: 30px;
    padding-left: 1em;
    display: block;
    line-height: 14px;
    font-size: 10px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .text_area p.text small.note span {
    margin-left: -1em;
    display: block;
    float: left;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .image {
    margin-left: 80px;
    width: calc(50% - 110px);
    max-width: 542px;
    float: left;
    border-radius: 30px;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .frame {
    margin: 0 auto;
    padding: 46px 44px;
    max-width: 1040px;
    clear: both;
    overflow: hidden;
    background: #ffffff;
    border-radius: 30px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .frame dl {
    width: 55%;
    max-width: 485px;
    float: left;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .frame dl dt {
    margin-bottom: 24px;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .frame dl dd {
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .frame p.image {
    margin: 24px 0 0 0;
    width: 40%;
    max-width: 378px;
    float: right;
    border-radius: 0;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .difference {
    padding: 64px 0 0 0;
    clear: both;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .difference button {
    margin: 0 auto;
    width: 480px;
    height: 40px;
    display: block;
    border: 2px solid #41c3e1;
    box-sizing: border-box;
    border-radius: 20px;
    background: #ffffff;
    position: relative;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #41c3e1;
    cursor: pointer;
    letter-spacing: calc(40em / 1000);
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .difference button:after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background: url("../ev_charge/image/icon_mw_plus.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.ev_charge.for_outside article section.feature .difference button:hover {
    background: #41c3e1;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .difference button:hover:after {
    filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(0%) hue-rotate(140deg) brightness(104%) contrast(107%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #main main.e-toyota.ev_charge.for_outside article section.feature .text_area {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
    float: none;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .image {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    float: none;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use {
    padding-bottom: 288px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use:before {
    content: "";
    width: 100%;
    height: 192px;
    position: absolute;
    top: -192px;
    left: 0;
    z-index: 0;
    background: url("../ev_charge/image/bg_content_white_top.svg") no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .bg_top {
    width: 302px;
    position: absolute;
    top: -240px;
    left: calc(50% - 600px);
    z-index: 1;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use h2.local_title {
    margin-bottom: 16px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use p.text {
    margin-bottom: 18px;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list {
    margin: 0 auto 60px auto;
    width: 660px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick {
    position: relative;
    height: 360px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick .slick-arrow {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 10;
    text-indent: -9999px;
    background: url("../ev_charge/image/icon_slide_arrow.svg") no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick .slick-arrow.slick-prev {
    left: -55px;
    transform: rotate(180deg);
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick .slick-arrow.slick-next {
    right: -55px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick .slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick ul.slick-dots {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -75px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick ul.slick-dots li button {
    width: 13px;
    height: 13px;
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #41c3e1;
    background: #ffffff;
    text-indent: -9999px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick ul.slick-dots li.slick-active button {
    background: #41c3e1;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame {
    margin: 0 34px;
    width: 660px;
    height: 360px;
    box-sizing: border-box;
    border: 2px solid #41c3e1;
    border-radius: 40px;
    background: #ffffff;
    overflow: hidden;
    float: left;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .image {
    width: 350px;
    height: 100%;
    background: #41c3e1;
    float: left;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .text_area {
    margin-left: 394px;
    width: 234px;
    height: 100%;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .text_area .step {
    margin: 40px 0;
    display: block;
    position: relative;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .text_area .step small, #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .text_area .step span {
    display: block;
    line-height: 1;
    font-weight: bold;
    font-family: Helvetica, Arial;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .text_area .step small {
    margin-bottom: 4px;
    font-size: 20px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .text_area .step span {
    padding-bottom: 10px;
    font-size: 50px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .text_area .step:after {
    content: "";
    width: 33px;
    height: 7px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #41c3e1;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .text_area dl {
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .text_area dl dt {
    line-height: 36px;
    font-size: 20px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .text_area dl dd {
    line-height: 24px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list p.msg {
    padding-top: 8px;
    padding-bottom: 55px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list p.msg small {
    font-size: 80%;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list p.msg a {
    color: #41c3e1;
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list p.msg a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use dl.manor {
    padding-top: 10px;
    margin: 0 auto 32px auto;
    width: 836px;
    box-sizing: border-box;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use dl.manor dt {
    margin-bottom: 8px;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use dl.manor dd {
    line-height: 24px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use dl.manor {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame {
    padding-bottom: 48px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables {
    margin: 0 auto 54px auto;
    width: 100%;
    max-width: 836px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables h4 {
    margin-bottom: 34px;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list {
    margin-bottom: 13px;
    width: 100%;
    background: #ffffff;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tr th, #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tr td {
    padding: 12px 4%;
    box-sizing: border-box;
    border-right: 1px solid #000000;
    position: relative;
    vertical-align: middle;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tr th:last-child, #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tr td:last-child {
    border-right: 0;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list thead tr {
    border-top: 2px solid #000000;
    background: #C4E1ED;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list thead tr th {
    line-height: 18px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #000000;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list thead tr th:nth-child(1) {
    width: 30%;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list thead tr th:nth-child(2) {
    width: 70%;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tbody {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tbody tr {
    border-top: 1px solid #000000;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tbody tr:last-child {
    border-bottom: 0;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tbody tr th {
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tbody tr th.standard {
    background: #41C3E1;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tbody tr th.lite {
    background: #F8AE58;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tbody tr td {
    line-height: 18px;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tbody tr td small {
    font-size: 11px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list {
    width: 100%;
    background: #ffffff;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list.standard {
    margin-bottom: 45px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list.standard thead tr:nth-child(1) {
    background: #41C3E1;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list.standard thead tr:nth-child(2) {
    background: #C4E1ED;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list.lite {
    margin-bottom: 13px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list.lite thead tr:nth-child(1) {
    background: #F8AE58;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list.lite thead tr:nth-child(2) {
    background: #FFE9D0;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tr th, #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tr td {
    padding: 8px;
    height: 48px;
    box-sizing: border-box;
    border-right: 1px solid #000000;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tr th:last-child, #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tr td:last-child {
    border-right: 0;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list thead tr {
    border-top: 2px solid #000000;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list thead tr:nth-child(1) th {
    height: 38px;
    line-height: 24px;
    font-size: 20px;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list thead tr th {
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list thead tr th:nth-child(1) {
    width: 30%;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list thead tr th:nth-child(2) {
    width: 40%;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list thead tr th:nth-child(3) {
    width: 30%;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tbody {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tbody tr {
    border-top: 1px solid #000000;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tbody tr:last-child {
    border-bottom: 0;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tbody tr th .logo {
    margin: 8px 0;
    display: inline-block;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tbody tr th .logo.teemo {
    max-width: 138px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tbody tr th .logo.power {
    max-width: 129px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tbody tr td.fastcharge {
    width: 15px;
    writing-mode: vertical-rl;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tbody tr td.disabled {
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    color: #A7A7A7;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables ol.note,
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables p.note {
    line-height: 16px;
    font-size: 11px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables ol.note li {
    padding-left: 2.2em;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables ol.note li span {
    margin-left: -2.2em;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables p.note {
    padding-left: 1.2em;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables p.note span {
    margin-left: -1.2em;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables ol.note li span,
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables p.note span {
    display: block;
    float: left;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .card {
    padding-top: 90px;
    margin: 0 auto;
    width: 100%;
    max-width: 836px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .card h4 {
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .card ul.cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .card ul.cards li {
    width: 100%;
    position: relative;
    line-height: 0;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .card ul.cards li small.note {
    padding-left: 2.2em;
    display: block;
    overflow: hidden;
    position: absolute;
    top: calc(100% - 24px);
    left: 0;
    line-height: 16px;
    font-size: 11px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .card ul.cards li small.note span {
    margin-left: -2.2em;
    float: left;
  }
  #main main.e-toyota.ev_charge.for_outside article section.search {
    padding: 0 0 192px 0;
    z-index: 1;
    background: #EAF8FA;
  }
  #main main.e-toyota.ev_charge.for_outside article section.search:before {
    content: "";
    width: 100%;
    height: 192px;
    position: absolute;
    top: -192px;
    left: 0;
    background: url("../ev_charge/image/bg_content_skyblue_top.svg") no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge.for_outside article section.search h2 {
    margin-bottom: 54px;
    line-height: 46px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_outside article section.search p.image {
    margin: 0 auto 19px auto;
    width: 416px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.search dl.spot {
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_outside article section.search dl.spot dt {
    margin-bottom: 16px;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge.for_outside article section.search dl.spot dd {
    line-height: 32px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.search .pc_msg {
    margin-bottom: 72px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick {
    z-index: 1;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick:before {
    content: "";
    width: 100%;
    height: 192px;
    position: absolute;
    top: -192px;
    left: 0;
    z-index: -1;
    background: url("../ev_charge/image/bg_content_white_top.svg") no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick .inner {
    padding-bottom: 96px;
    border-bottom: 2px solid #EDEEEF;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick h2 {
    margin-bottom: 32px;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick h2 span {
    display: inline-block;
    line-height: 48px;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick h2 span img {
    width: 120px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick .frame {
    margin: 0 auto 32px auto;
    max-width: 1040px;
    padding: 40px 40px 40px 64px;
    box-sizing: border-box;
    border-radius: 30px;
    background: #EAF8FA;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick .frame .text_area {
    width: 50%;
    max-width: 506px;
    float: left;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick .frame .text_area h3 {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick .frame .text_area h3 span {
    display: block;
    line-height: 44px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick .frame .text_area h3 span.icon {
    width: 100px;
    font-family: Helvetica, Arial;
    font-size: 60px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick .frame .text_area h3 span.icon img {
    width: 62px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick .frame .text_area h3 span.text {
    padding-top: 8px;
    flex: 1;
    line-height: 44px;
    font-size: 28px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick .frame .text_area p.text {
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick .frame p.image {
    width: 45%;
    max-width: 364px;
    height: 236px;
    float: right;
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick .frame p.image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.local_hero {
    background-image: url("../ev_charge/ev_usage/image/img_hero_pc.jpg");
  }
  #main main.e-toyota.ev_charge.ev_usage article section.utilization {
    padding-top: 123px;
    padding-bottom: 192px;
    background: #EAF8FA;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.utilization h2.local_title {
    margin-bottom: 32px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.utilization p.text {
    margin-bottom: 48px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.utilization ul.menu {
    margin-bottom: 36px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.utilization ul.menu li {
    width: 32%;
    max-width: 305px;
    height: 200px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.utilization ul.menu li a {
    padding: 30px 28px 0 28px;
    display: block;
    text-align: center;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.ev_charge.ev_usage article section.utilization ul.menu li a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge.ev_usage article section.utilization ul.menu li a span.image {
    margin-bottom: 19px;
    max-width: 248px;
    height: 96px;
    display: block;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.utilization ul.menu li a span.image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.utilization ul.menu li a p.title {
    display: inline-block;
    position: relative;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #41c3e1;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.ev_usage article section.utilization ul.menu li a p.title:after {
    content: "";
    width: 23px;
    height: 23px;
    display: block;
    background: url("../ev_charge/image/icon_anker_arrow.svg") no-repeat center center/contain;
    position: absolute;
    right: -26px;
    top: calc(50% - 11px);
  }
  #main main.e-toyota.ev_charge.ev_usage article section.utilization p.note {
    margin-bottom: 96px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.savings, #main main.e-toyota.ev_charge.ev_usage article section.wisely, #main main.e-toyota.ev_charge.ev_usage article section.blackout, #main main.e-toyota.ev_charge.ev_usage article section.ev_life {
    padding-bottom: 192px;
    z-index: 1;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.savings:before, #main main.e-toyota.ev_charge.ev_usage article section.wisely:before, #main main.e-toyota.ev_charge.ev_usage article section.blackout:before, #main main.e-toyota.ev_charge.ev_usage article section.ev_life:before {
    content: "";
    width: 100%;
    height: 192px;
    position: absolute;
    top: -192px;
    left: 0;
    z-index: -1;
    background: no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.savings h2, #main main.e-toyota.ev_charge.ev_usage article section.wisely h2, #main main.e-toyota.ev_charge.ev_usage article section.blackout h2, #main main.e-toyota.ev_charge.ev_usage article section.ev_life h2 {
    margin-bottom: 52px;
    padding-bottom: 32px;
    text-align: center;
    line-height: 48px;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.ev_usage article section.savings ol.point, #main main.e-toyota.ev_charge.ev_usage article section.wisely ol.point, #main main.e-toyota.ev_charge.ev_usage article section.blackout ol.point, #main main.e-toyota.ev_charge.ev_usage article section.ev_life ol.point {
    margin-bottom: 92px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.savings ol.point li, #main main.e-toyota.ev_charge.ev_usage article section.wisely ol.point li, #main main.e-toyota.ev_charge.ev_usage article section.blackout ol.point li, #main main.e-toyota.ev_charge.ev_usage article section.ev_life ol.point li {
    width: calc(50% - 20px);
    max-width: 489px;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.savings ol.point li h3, #main main.e-toyota.ev_charge.ev_usage article section.wisely ol.point li h3, #main main.e-toyota.ev_charge.ev_usage article section.blackout ol.point li h3, #main main.e-toyota.ev_charge.ev_usage article section.ev_life ol.point li h3 {
    margin-bottom: 12px;
    display: inline-block;
    position: relative;
    line-height: 35px;
    font-size: 24px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.savings ol.point li h3 .icon, #main main.e-toyota.ev_charge.ev_usage article section.wisely ol.point li h3 .icon, #main main.e-toyota.ev_charge.ev_usage article section.blackout ol.point li h3 .icon, #main main.e-toyota.ev_charge.ev_usage article section.ev_life ol.point li h3 .icon {
    position: absolute;
    top: -16px;
    left: -62px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.savings ol.point li p.text, #main main.e-toyota.ev_charge.ev_usage article section.wisely ol.point li p.text, #main main.e-toyota.ev_charge.ev_usage article section.blackout ol.point li p.text, #main main.e-toyota.ev_charge.ev_usage article section.ev_life ol.point li p.text {
    margin-bottom: 24px;
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.savings ol.point li p.image, #main main.e-toyota.ev_charge.ev_usage article section.wisely ol.point li p.image, #main main.e-toyota.ev_charge.ev_usage article section.blackout ol.point li p.image, #main main.e-toyota.ev_charge.ev_usage article section.ev_life ol.point li p.image {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.savings ol.point li p.image img, #main main.e-toyota.ev_charge.ev_usage article section.wisely ol.point li p.image img, #main main.e-toyota.ev_charge.ev_usage article section.blackout ol.point li p.image img, #main main.e-toyota.ev_charge.ev_usage article section.ev_life ol.point li p.image img {
    width: 100%;
    height: auto;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.savings:before {
    background-image: url("../ev_charge/image/bg_content_white_top.svg");
  }
  #main main.e-toyota.ev_charge.ev_usage article section.wisely {
    background: #EAF8FA;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.wisely:before {
    background-image: url("../ev_charge/image/bg_content_skyblue_top.svg");
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout:before {
    background-image: url("../ev_charge/image/bg_content_white_top.svg");
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout h2 {
    margin-bottom: 0;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout p.text {
    margin-bottom: 70px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout p.text small {
    padding-top: 8px;
    display: block;
    line-height: 24px;
    font-size: 14px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ol.point li:nth-child(1) {
    width: 42%;
    max-width: 450px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ol.point li:nth-child(2) {
    width: 50%;
    max-width: 580px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.about {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.about li {
    width: 225px;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.about li .image {
    margin: 0 auto 10px auto;
    width: 100px;
    height: 100px;
    display: block;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.about li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.about li dl {
    line-height: 24px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.about li dl dt {
    font-size: 16px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.about li dl dd {
    font-size: 15px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.about li dl dd strong {
    display: block;
    line-height: 44px;
    font-size: 30px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.about li dl dd strong small {
    font-size: 18px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.note {
    margin-bottom: 96px;
    padding: 20px;
    background: #EAF8FA;
    border-radius: 20px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.note li {
    padding-left: 1.5em;
    line-height: 14px;
    font-size: 10px;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.note li span {
    margin-left: -1.5em;
    width: 1.5em;
    display: block;
    float: left;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life {
    padding-bottom: 96px;
    background: #81D7EB;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life:before {
    background-image: url("../ev_charge/image/bg_content_blue_top.svg");
    transform: scaleX(-1);
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life h2 {
    padding-bottom: 0;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row {
    margin-bottom: 18px;
    padding: 34px 38px;
    background: #ffffff;
    border: 2px solid #41c3e1;
    border-radius: 30px;
    box-sizing: border-box;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row p.image {
    width: 40%;
    max-width: 365px;
    height: 222px;
    float: left;
    border-radius: 20px;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row p.image img {
    width: 100%;
    height: auto;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row .text_area {
    margin-left: calc(40% + 45px);
    padding-bottom: 70px;
    min-height: 222px;
    box-sizing: border-box;
    position: relative;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row .text_area h3 {
    margin-bottom: 16px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row .text_area dl dt {
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row .text_area dl dd {
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row .text_area p.btn {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row .text_area p.btn a {
    margin: 0 auto 8px auto;
    width: 336px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    border: 2px solid #393939;
    overflow: hidden;
    background: #393939;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    text-align: center;
    color: #ffffff;
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row .text_area p.btn a > span {
    display: block;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row .text_area p.btn a > span:after {
    content: "";
    margin: 0 0 0 4px;
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url("../ev_charge/image/icon_link_blank.svg") no-repeat center center/contain;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row .text_area p.btn a:hover {
    background: #ffffff;
    color: #393939;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row .text_area p.btn a:hover > span:after {
    filter: brightness(0) saturate(100%) invert(16%) sepia(61%) saturate(13%) hue-rotate(333deg) brightness(93%) contrast(83%);
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge.corporation article section h2 {
    margin-bottom: 32px;
    line-height: 46px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.corporation article section p.text {
    margin-bottom: 48px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.corporation article section dl.point_frame {
    margin-bottom: 96px;
    padding: 38px 80px;
    position: relative;
    border-radius: 20px;
    border: 1px solid #41c3e1;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
  }
  #main main.e-toyota.ev_charge.corporation article section dl.point_frame dt {
    width: 100%;
    position: absolute;
    left: 0;
    top: -18px;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.corporation article section dl.point_frame dt span {
    padding: 0 30px;
    height: 36px;
    display: inline-block;
    background: #41c3e1;
    border-radius: 4px;
    line-height: 36px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.corporation article section dl.point_frame dd strong {
    padding: 2px;
    display: inline-block;
    font-weight: bold;
    border-radius: 4px;
  }
  #main main.e-toyota.ev_charge.corporation article section.local_hero {
    background-image: url("../ev_charge/corporation/image/img_hero_pc.jpg");
  }
  #main main.e-toyota.ev_charge.corporation article section.merit {
    padding-top: 52px;
    padding-bottom: 192px;
    background: #EAF8FA;
  }
  #main main.e-toyota.ev_charge.corporation article section.merit ul.list {
    margin-bottom: 96px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #main main.e-toyota.ev_charge.corporation article section.merit ul.list li {
    width: 31%;
    max-width: 300px;
  }
  #main main.e-toyota.ev_charge.corporation article section.merit ul.list li .image {
    margin: 0 auto 25px auto;
    width: 200px;
    height: 200px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main main.e-toyota.ev_charge.corporation article section.merit ul.list li .image:after {
    content: "";
    width: 200px;
    height: 214px;
    display: block;
    position: absolute;
    left: calc(50% - 100px);
    top: 0;
    z-index: -1;
    background: url("../ev_charge/corporation/image/bg_merit_icon.svg") no-repeat center top;
  }
  #main main.e-toyota.ev_charge.corporation article section.merit ul.list li .image img {
    width: 140px;
    height: 140px;
  }
  #main main.e-toyota.ev_charge.corporation article section.merit ul.list li dl dt {
    margin-bottom: 18px;
    text-align: center;
    line-height: 36px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.corporation article section.merit ul.list li dl dd {
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow {
    padding-bottom: 192px;
    z-index: 1;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow:before {
    content: "";
    width: 100%;
    height: 192px;
    position: absolute;
    top: -192px;
    left: 0;
    z-index: -1;
    background: url("../ev_charge/image/bg_content_white_top.svg") no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step {
    margin-bottom: 96px;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step li {
    margin-bottom: 40px;
    padding: 24px 0;
    border: 2px solid #41c3e1;
    border-radius: 20px;
    position: relative;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step li:last-child:after {
    display: none;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step li:after {
    content: "";
    width: 42px;
    height: 11px;
    display: block;
    background: url("../ev_charge/corporation/image/icon_flow_arrow.svg") no-repeat center center/contain;
    position: absolute;
    left: calc(50% - 21px);
    bottom: -29px;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step li .icon {
    width: 68px;
    height: 100%;
    border-radius: 16px 0 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    background: #41c3e1;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step li .icon > span {
    display: block;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step li .icon > span small, #main main.e-toyota.ev_charge.corporation article section.flow ol.step li .icon > span span {
    display: block;
    font-family: Helvetica, Arial;
    font-weight: bold;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step li .icon > span small {
    font-size: 12px;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step li .icon > span span {
    font-size: 29px;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step li dl {
    margin-left: 96px;
    width: calc(100% - 116px);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step li dl dt {
    width: 220px;
    line-height: 35px;
    font-size: 24px;
    font-weight: bold;
    color: #41c3e1;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step li dl dd {
    width: 690px;
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.corporation article section.kinds {
    padding-bottom: 192px;
    background: #EAF8FA;
    z-index: 1;
  }
  #main main.e-toyota.ev_charge.corporation article section.kinds:before {
    content: "";
    width: 100%;
    height: 192px;
    position: absolute;
    top: -192px;
    left: 0;
    z-index: -1;
    background: url("../ev_charge/image/bg_content_skyblue_top.svg") no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge.corporation article section.kinds ul.list {
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #main main.e-toyota.ev_charge.corporation article section.kinds ul.list li {
    width: calc(50% - 10px);
    text-align: center;
  }
  #main main.e-toyota.ev_charge.corporation article section.kinds ul.list li .image {
    margin-bottom: 19px;
    max-width: 489px;
    display: block;
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge.corporation article section.kinds ul.list li dl dt {
    margin-bottom: 12px;
    line-height: 35px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.corporation article section.kinds ul.list li dl dd {
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.corporation article section.kinds dl.point_frame dd {
    text-align: center;
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost {
    padding-bottom: 192px;
    z-index: 1;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost:before {
    content: "";
    width: 100%;
    height: 192px;
    position: absolute;
    top: -192px;
    left: 0;
    z-index: -1;
    background: url("../ev_charge/image/bg_content_white_top.svg") no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost ul.list {
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost ul.list > li {
    width: calc(50% - 10px);
    max-width: 489px;
    min-height: 220px;
    background: #EAF8FA;
    border-radius: 20px;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost ul.list > li dl {
    padding: 20px 29px;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost ul.list > li dl dt {
    margin-bottom: 23px;
    padding-bottom: 12px;
    border-bottom: 2px solid #41c3e1;
    text-align: center;
    line-height: 35px;
    font-size: 24px;
    font-weight: bold;
    color: #41c3e1;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.corporation article section.cost ul.list > li dl dd {
    position: relative;
    padding-left: 125px;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost ul.list > li dl dd .icon {
    width: 110px;
    height: 80px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost ul.list > li dl dd .icon img {
    width: auto;
    height: 100%;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost ul.list > li dl dd ul li {
    padding-left: 1em;
    overflow: hidden;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost ul.list > li dl dd ul li:before {
    content: "・";
    margin-left: -1em;
    display: block;
    float: left;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost ul.list > li dl dd ul li small {
    font-size: 14px;
    font-weight: normal;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost ul.list > li dl dd p {
    line-height: 24px;
    font-weight: 14px;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost dl.point_frame dd.text {
    margin: 0 auto 30px auto;
    padding-left: 130px;
    max-width: 830px;
    box-sizing: border-box;
    position: relative;
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost dl.point_frame dd.text .icon {
    width: 103px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost dl.point_frame dd.text small {
    padding-top: 19px;
    display: block;
    line-height: 24px;
    font-size: 14px;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost dl.point_frame dd.text small a {
    text-decoration: underline;
    color: #41c3e1;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.ev_charge.corporation article section.cost dl.point_frame dd.text small a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.ev_charge.corporation article section.cost dl.point_frame dd.note {
    line-height: 14px;
    font-size: 10px;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge {
    padding-bottom: 92px;
    z-index: 1;
    background: #81D7EB;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge:before {
    content: "";
    width: 100%;
    height: 192px;
    position: absolute;
    top: -192px;
    left: 0;
    z-index: -1;
    background: url("../ev_charge/image/bg_content_blue_top.svg") no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame {
    padding: 40px 120px 48px 120px;
    border: 2px solid #41c3e1;
    border-radius: 30px;
    background: #ffffff;
    position: relative;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame h2 {
    margin-bottom: 17px;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame h2 small {
    margin-bottom: 15px;
    padding: 2px;
    display: inline-block;
    font-weight: bold;
    background: #41c3e1;
    border-radius: 4px;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame h2 span {
    display: block;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame p.text {
    margin-bottom: 33px;
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame ul.btns {
    margin: 0 auto;
    max-width: 733px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame ul.btns li {
    width: 336px;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame ul.btns li a {
    margin-bottom: 8px;
    padding-top: 6px;
    width: 100%;
    height: 48px;
    display: block;
    box-sizing: border-box;
    border-radius: 24px;
    border: 2px solid #393939;
    overflow: hidden;
    background: #393939;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    text-align: center;
    color: #ffffff;
    letter-spacing: calc(40em / 1000);
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame ul.btns li a:after {
    content: "";
    width: 13px;
    height: 11px;
    display: block;
    position: absolute;
    right: 37px;
    top: calc(50% - 5px);
    background: url("../ev_charge/image/icon_link_blank.svg") no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame ul.btns li a span, #main main.e-toyota.ev_charge.corporation article section.green_charge .frame ul.btns li a small {
    display: block;
    line-height: 18px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame ul.btns li a span {
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame ul.btns li a small {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame ul.btns li a:hover {
    background: #ffffff;
    color: #393939;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame ul.btns li a:hover:after {
    filter: brightness(0) saturate(100%) invert(16%) sepia(61%) saturate(13%) hue-rotate(333deg) brightness(93%) contrast(83%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame ul.btns {
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  #main main.e-toyota.ev_charge article .anker_flg {
    position: relative;
    top: -80px;
  }
  #main main.e-toyota.ev_charge article .inner {
    padding: 0 25px;
  }
  #main main.e-toyota.ev_charge article section .e_kun {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    gap: 8px;
    position: relative;
    z-index: 10;
  }
  #main main.e-toyota.ev_charge article section .e_kun.circle {
    gap: 12px;
  }
  #main main.e-toyota.ev_charge article section .e_kun.circle .icon {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #ffffff;
  }
  #main main.e-toyota.ev_charge article section .e_kun.circle .icon img {
    width: 45px;
    height: 34px;
    transform: translate(-2px, -1px);
  }
  #main main.e-toyota.ev_charge article section .e_kun .icon {
    width: 51px;
    height: 70px;
    display: block;
  }
  #main main.e-toyota.ev_charge article section .e_kun .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translateY(-2px);
  }
  #main main.e-toyota.ev_charge article section .e_kun .msg_frame {
    padding: 6px 12px;
    min-height: 36px;
    box-sizing: border-box;
    border: 2px solid #41c3e1;
    border-radius: 8px;
    background: #ffffff;
    position: relative;
    text-align: center;
  }
  #main main.e-toyota.ev_charge article section .e_kun .msg_frame:before {
    content: "";
    width: 10px;
    height: 12px;
    display: block;
    background: #41c3e1;
    clip-path: polygon(0 0%, 100% 0, 50% 100%);
    position: absolute;
    left: calc(50% - 5px);
    bottom: -10px;
    z-index: -1;
  }
  #main main.e-toyota.ev_charge article section .e_kun .msg_frame:after {
    content: "";
    width: 8px;
    height: 10px;
    display: block;
    background: #ffffff;
    clip-path: polygon(0 0%, 100% 0, 50% 100%);
    position: absolute;
    left: calc(50% - 4px);
    bottom: -6px;
    z-index: 2;
  }
  #main main.e-toyota.ev_charge article section .e_kun .msg_frame .msg_inner {
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge article section .e_kun .msg_frame .msg_inner .ev_logo {
    padding: 0 2px 0 4px;
    display: inline-block;
    position: relative;
  }
  #main main.e-toyota.ev_charge article section .e_kun .msg_frame .msg_inner .ev_logo img {
    width: auto;
    height: 10px;
  }
  #main main.e-toyota.ev_charge article section .std_btn {
    clear: both;
  }
  #main main.e-toyota.ev_charge article section .std_btn a {
    margin: 0 auto 4px auto;
    width: calc(100% - 20px);
    height: 50px;
    display: block;
    border-radius: 25px;
    overflow: hidden;
    background: #41c3e1;
    box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16);
    position: relative;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge article section .std_btn a: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 article section .std_btn.blank a {
    width: 220px;
    height: 30px;
    background: #393939;
    line-height: 30px;
    font-size: 12px;
  }
  #main main.e-toyota.ev_charge article section .std_btn.blank a:after {
    display: none;
  }
  #main main.e-toyota.ev_charge article section .std_btn.blank a > span:after {
    content: "";
    margin: 0 0 0 4px;
    display: inline-block;
    width: 8px;
    height: 7px;
    background: url("../ev_charge/image/icon_link_blank.svg") no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge article section h2.local_title {
    position: relative;
    z-index: 1;
    text-align: center;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section h2.local_title small {
    margin-bottom: 16px;
    padding: 0 20px;
    height: 28px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge article section h2.local_title small:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 7px;
    background: #41c3e1;
    z-index: -1;
    transform: skewX(-4deg);
  }
  #main main.e-toyota.ev_charge article section h2.local_title small:after {
    content: "";
    width: 22px;
    height: 18px;
    display: block;
    position: absolute;
    left: calc(50% - 11px);
    bottom: -17px;
    background: #41c3e1;
    clip-path: polygon(0 0, 100% 0, 40% 100%);
  }
  #main main.e-toyota.ev_charge article section h2.local_title span {
    display: block;
    line-height: 34px;
    font-size: 24px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge article section h2.local_title.white small {
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge article section h2.local_title.white small:before, #main main.e-toyota.ev_charge article section h2.local_title.white small:after {
    background: #ffffff;
  }
  #main main.e-toyota.ev_charge article section h2.local_title.white span {
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge article section.local_hero {
    margin: 0 auto;
    padding-bottom: 52vw;
    background: no-repeat center bottom/100% auto;
  }
  #main main.e-toyota.ev_charge article section.local_hero .text_area {
    padding-top: 24px;
  }
  #main main.e-toyota.ev_charge article section.local_hero .text_area h1 {
    margin-bottom: 10px;
  }
  #main main.e-toyota.ev_charge article section.local_hero .text_area h1 span, #main main.e-toyota.ev_charge article section.local_hero .text_area h1 small {
    display: block;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.local_hero .text_area h1 span {
    margin-bottom: 5px;
    line-height: 36px;
    font-size: 26px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge article section.local_hero .text_area h1 small {
    line-height: 34px;
    font-size: 24px;
  }
  #main main.e-toyota.ev_charge article section.local_hero .text_area p {
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu {
    padding: 46px 0 48px 0;
    border-top: 2px solid #EDEEEF;
    border-bottom: 2px solid #EDEEEF;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .inner {
    padding: 0;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head {
    margin-bottom: 28px;
    text-align: center;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head h2 {
    margin-bottom: 24px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head h2 span, #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head h2 small {
    display: block;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head h2 span {
    margin-bottom: 5px;
    line-height: 36px;
    font-size: 24px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head h2 small {
    line-height: 30px;
    font-size: 20px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head ul.tags {
    margin: 0 auto 32px auto;
    width: 230px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head ul.tags li {
    line-height: 20px;
    font-size: 10px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head ul.tags li span {
    margin-right: 6px;
    padding: 0 6px;
    height: 20px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 10px;
    line-height: 18px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head ul.tags li span.normal {
    border-color: #41c3e1;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head ul.tags li span.fast {
    border-color: #517BC9;
    color: #517BC9;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .head ul.tags li span.fcev {
    border-color: #393939;
    color: #393939;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu nav.tab {
    margin-bottom: 32px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu nav.tab ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #41c3e1;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu nav.tab ul li {
    width: calc(33.3% - 7px);
    position: relative;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu nav.tab ul li.active:after {
    content: "";
    width: calc(100% - 2px);
    height: 1px;
    display: block;
    background: #ffffff;
    position: absolute;
    left: 1px;
    bottom: -1px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu nav.tab ul li.active button {
    border-color: #41c3e1;
    background: #ffffff;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu nav.tab ul li button {
    width: 100%;
    height: 36px;
    display: block;
    border-top: 1px solid #EAF8FA;
    border-left: 1px solid #EAF8FA;
    border-right: 1px solid #EAF8FA;
    border-radius: 10px 10px 0 0;
    background: #EAF8FA;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu nav.tab ul li button img {
    width: auto;
    height: 9px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents {
    padding: 0 25px 48px 25px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px 0;
    flex-wrap: wrap;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul:not(.active) {
    display: none;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul li {
    width: calc(50% - 12px);
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul li .image {
    margin: 0 auto;
    width: calc(100% - 18px);
    display: block;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul li h3 {
    margin-bottom: 8px;
    text-align: center;
    line-height: 18px;
    font-size: 15px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul li p.tags {
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul li p.tags span {
    padding: 0 5px;
    height: 18px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 9px;
    line-height: 17px;
    font-size: 12px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul li p.tags span.normal {
    border-color: #41c3e1;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul li p.tags span.fast {
    border-color: #517BC9;
    color: #517BC9;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul li p.tags span.fcev {
    border-color: #393939;
    color: #393939;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .contents ul li a {
    margin-bottom: 10px;
    width: 100%;
    height: 30px;
    display: block;
    border-radius: 15px;
    background: #393939;
    box-sizing: border-box;
    border: 1px solid #707070;
    line-height: 30px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame {
    margin: 0 25px;
    padding: 40px 15px 45px 15px;
    box-sizing: border-box;
    background: #EAF8FA;
    border: 2px solid #41c3e1;
    border-radius: 15px;
    color: #393939;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame h2 {
    margin-bottom: 20px;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame p {
    margin-bottom: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame p.msg {
    margin-bottom: 12px;
    padding: 6px 10px;
    background: #ffffff;
    border: 2px solid #000000;
    font-weight: bold;
    box-sizing: border-box;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame h3 {
    margin-bottom: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table, #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame thead, #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame tbody, #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame tr, #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame th, #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame td {
    display: block;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table {
    margin-bottom: 12px;
    width: 100%;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table th, #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table td {
    text-align: center;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table thead tr th {
    display: none;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table thead tr th:first-child {
    margin-bottom: 10px;
    display: block;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    color: #393939;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table tbody {
    border-top: 2px solid #393939;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table tbody tr {
    border-bottom: 1px solid #393939;
    background: #ffffff;
    overflow: hidden;
    clear: both;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table tbody tr th {
    padding: 6px 0;
    width: 100%;
    border-bottom: 1px solid #393939;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table tbody tr td {
    border-right: 1px solid #393939;
    padding: 5px 0;
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    line-height: 26px;
    font-size: 21px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table tbody tr td:last-child {
    border-right: 0;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table tbody tr td:before {
    content: attr(data-name) "";
    display: block;
    line-height: 14px;
    font-size: 12px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame table tbody tr td small {
    font-size: 10px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame ul.note {
    margin-bottom: 20px;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame ul.note li {
    padding-left: 1em;
    line-height: 14px;
    font-size: 10px;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame ul.note li span {
    margin-left: -1em;
    display: block;
    float: left;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame dl {
    text-align: center;
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame dl dt {
    margin-bottom: 13px;
    line-height: 24px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.ev_lineup_tabmenu .frame dl dd a {
    margin: 0 auto 4px auto;
  }
  #main main.e-toyota.ev_charge article section .teemo_frame {
    margin-bottom: 96px;
    padding: 40px 25px;
    border: 2px solid #41c3e1;
    border-radius: 15px;
    box-sizing: border-box;
  }
  #main main.e-toyota.ev_charge article section .teemo_frame h3 {
    margin-bottom: 30px;
  }
  #main main.e-toyota.ev_charge article section .teemo_frame h3 span {
    display: block;
  }
  #main main.e-toyota.ev_charge article section .teemo_frame h3 span.text {
    margin-bottom: 16px;
    text-align: center;
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    color: #4D4D4D;
  }
  #main main.e-toyota.ev_charge article section .teemo_frame h3 span.logo {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
  }
  #main main.e-toyota.ev_charge article section .teemo_frame dl.info {
    margin-bottom: 32px;
  }
  #main main.e-toyota.ev_charge article section .teemo_frame dl.info dt {
    margin: 0 auto 20px auto;
    max-width: 400px;
    width: 100%;
  }
  #main main.e-toyota.ev_charge article section .teemo_frame dl.info dd {
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge article section .teemo_frame p.std_btn a {
    margin: 0 auto;
  }
  #main main.e-toyota.ev_charge article aside.more_link {
    padding: 50px 0;
    background: #ffffff;
    border-top: 2px solid #EDEEEF;
  }
  #main main.e-toyota.ev_charge article aside.more_link .list a {
    margin-bottom: 20px;
    height: 112px;
    display: block;
    overflow: hidden;
    position: relative;
    background: #EAF8FA;
    border-radius: 10px;
  }
  #main main.e-toyota.ev_charge article aside.more_link .list a:last-child {
    margin-bottom: 0;
  }
  #main main.e-toyota.ev_charge article aside.more_link .list a:after {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background: url("../ev_charge/image/icon_foot_menu_arrow.svg") no-repeat center center/contain;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  #main main.e-toyota.ev_charge article aside.more_link .list a p.thumb {
    height: 100%;
    width: 136px;
    float: left;
    border-top: 2px solid #ecf6f7;
    border-left: 2px solid #ecf6f7;
    border-bottom: 2px solid #ecf6f7;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    box-sizing: border-box;
  }
  #main main.e-toyota.ev_charge article aside.more_link .list a p.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #main main.e-toyota.ev_charge article aside.more_link .list a dl {
    margin-left: 153px;
    padding-top: 12px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article aside.more_link .list a dl dt {
    margin-bottom: 6px;
    line-height: 18px;
    font-size: 14px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge article aside.more_link .list a dl dd {
    line-height: 20px;
    font-size: 14px;
  }
  #main main.e-toyota.ev_charge .referer_car_banner {
    width: 100%;
    height: 120px;
    position: fixed;
    left: 0;
    bottom: -30px;
    z-index: 100;
    background: #ffffff;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    transform: translateY(100px);
    transform-style: preserve-3d;
    transition-property: transform;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: 0ms;
  }
  #main main.e-toyota.ev_charge .referer_car_banner.show {
    transform: translateY(0);
  }
  #main main.e-toyota.ev_charge .referer_car_banner dl {
    margin: 8px 25px 0 25px;
  }
  #main main.e-toyota.ev_charge .referer_car_banner dl dt {
    margin-bottom: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
  #main main.e-toyota.ev_charge .referer_car_banner dl dt span {
    display: block;
    line-height: 0;
  }
  #main main.e-toyota.ev_charge .referer_car_banner dl dt span.car_image {
    width: 52px;
    height: 32px;
  }
  #main main.e-toyota.ev_charge .referer_car_banner dl dt span.car_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #main main.e-toyota.ev_charge .referer_car_banner dl dt span.cat img {
    width: auto;
    height: 8px;
  }
  #main main.e-toyota.ev_charge .referer_car_banner dl dt span.name {
    line-height: 20px;
    font-family: Helvetica, Arial;
    font-size: 12px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge .referer_car_banner dl dd ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main main.e-toyota.ev_charge .referer_car_banner dl dd ul li {
    width: calc(50% - 5px);
  }
  #main main.e-toyota.ev_charge .referer_car_banner dl dd ul li a {
    width: 100%;
    height: 30px;
    display: block;
    background: #393939;
    border: 1px solid #707070;
    border-radius: 15px;
    box-sizing: border-box;
    line-height: 26px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge .mw_base {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: none;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_bg {
    display: none;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_scroll {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #ffffff;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame {
    padding: 54px 25px;
    width: 100%;
    background: #ffffff;
    position: relative;
    z-index: 1;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame p.close.top {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame p.close.top button {
    width: 20px;
    height: 20px;
    display: block;
    background: url("../ev_charge/image/icon_mw_close.svg") no-repeat center center/contain;
    text-indent: -9999px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame p.close.bottom {
    padding-top: 48px;
    padding-bottom: 100px;
    text-align: center;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame p.close.bottom button {
    margin-left: 20px;
    display: inline-block;
    border-bottom: 1px solid #41c3e1;
    position: relative;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame p.close.bottom button:before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    left: -18px;
    background: url("../ev_charge/image/icon_mw_close.svg") no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner h3 {
    margin-bottom: 18px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li {
    text-align: center;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li h4 {
    margin-bottom: 20px;
    padding: 6px 0 10px 0;
    border-top: 2px solid #EDEEEF;
    border-bottom: 2px solid #EDEEEF;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li h4 span, #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li h4 small {
    display: block;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li h4 span {
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li h4 small {
    line-height: 21px;
    font-size: 14px;
    font-weight: normal;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.about {
    margin-bottom: 30px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.about dt {
    margin-bottom: 12px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.about dd.image {
    margin-bottom: 6px;
    width: 100%;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.about dd.image img {
    width: 100%;
    height: auto;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.about dd.text {
    line-height: 24px;
    text-align: left;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.frame {
    margin-bottom: 16px;
    padding: 18px 18px 22px 18px;
    background: #EAF8FA;
    border-radius: 25px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.frame dt {
    margin-bottom: 12px;
    line-height: 24px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.frame dd.text {
    margin-bottom: 12px;
    padding: 2px 24px;
    display: inline-block;
    position: relative;
    line-height: 18px;
    font-size: 14px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.frame dd.text strong {
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.frame dd.text:before, #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.frame dd.text:after {
    content: "";
    width: 7px;
    height: 100%;
    display: block;
    box-sizing: border-box;
    border: 1px solid #393939;
    position: absolute;
    top: 0;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.frame dd.text:before {
    border-right: 0;
    left: 0;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.frame dd.text:after {
    border-left: 0;
    right: 0;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.frame dd.note {
    line-height: 15px;
    text-align: left;
    font-size: 11px;
    color: #707070;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li dl.frame dd.note span {
    margin-bottom: 5px;
    display: block;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li p.note {
    line-height: 17px;
    text-align: left;
    font-size: 11px;
    color: #707070;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li.normal {
    margin-bottom: 70px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li.normal h4 span {
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.difference ul li.fast h4 span {
    color: #517BC9;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger h3 + .row {
    padding-top: 0;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #EDEEEF;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row h4 {
    margin-bottom: 32px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row ul li {
    margin-bottom: 36px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row ul li span.image {
    width: 105px;
    height: 179px;
    float: left;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row ul li dl {
    margin-left: 123px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row .col span.image {
    width: 100%;
    height: 155px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row .col dl dt {
    padding-right: 0;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row .col dl dt span.tags {
    display: block;
    float: right;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row .col dl dt span.tags span {
    width: 36px;
    height: 20px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #41c3e1;
    border-radius: 2px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row span.image {
    margin-bottom: 20px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background: #EDEDED;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row span.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row dl {
    margin-bottom: 20px;
    position: relative;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row dl dt {
    margin-bottom: 7px;
    padding-right: 80px;
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row dl dd.tags {
    width: 75px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    right: 0;
    top: 1px;
    gap: 4px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row dl dd.tags span {
    width: 36px;
    height: 20px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #41c3e1;
    border-radius: 2px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row dl dd.text {
    padding-bottom: 12px;
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row dl dd.detail {
    margin-bottom: 8px;
    padding-top: 12px;
    border-top: 1px solid #41c3e1;
    position: relative;
    line-height: 14px;
    font-size: 10px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row dl dd.detail span.name {
    margin-bottom: 5px;
    display: block;
    line-height: 18px;
    font-size: 14px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row dl dd.detail span.type {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    position: absolute;
    right: 0;
    top: 11px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row dl dd.detail span.type span {
    width: 34px;
    height: 20px;
    display: block;
    border-radius: 2px;
    background: #898989;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row a.more {
    margin: 0 auto 8px auto;
    width: 150px;
    height: 30px;
    clear: both;
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
    background: #393939;
    box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16);
    position: relative;
    text-align: center;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row a.more > span {
    display: block;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row a.more > span:after {
    content: "";
    margin: 0 0 0 8px;
    display: inline-block;
    width: 8px;
    height: 7px;
    background: url("../ev_charge/image/icon_link_blank.svg") no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row.other {
    padding-bottom: 40px;
  }
  #main main.e-toyota.ev_charge .mw_base .mw_frame .mw_inner.charger .row.other .col .image {
    height: 180px;
  }
  #main main.e-toyota.ev_charge article section.main_vijual {
    margin: 0 auto;
    width: 100%;
    height: 375px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../ev_charge/image/sp/bg_hero.png") no-repeat center center/cover;
  }
  #main main.e-toyota.ev_charge article section.main_vijual h1 {
    width: 245px;
  }
  #main main.e-toyota.ev_charge article section.about .inner {
    padding: 47px 0 120px 0;
  }
  #main main.e-toyota.ev_charge article section.about .inner:before, #main main.e-toyota.ev_charge article section.about .inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 150px;
    background: no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge article section.about .inner:before {
    width: 79.5px;
    height: 336px;
    background-image: url("../ev_charge/image/sp/img_about_left.png");
    left: -5px;
  }
  #main main.e-toyota.ev_charge article section.about .inner:after {
    width: 79.5px;
    height: 342px;
    background-image: url("../ev_charge/image/sp/img_about_right.png");
    right: -5px;
  }
  #main main.e-toyota.ev_charge article section.about p.text {
    padding-top: 5px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.about p.arrow {
    width: 12px;
    position: absolute;
    left: calc(50% - 6px);
    bottom: 30px;
    animation: arrow_animation 1500ms ease-in-out infinite;
  }
  #main main.e-toyota.ev_charge article section.contents {
    padding-bottom: 48px;
  }
  #main main.e-toyota.ev_charge article section.contents .row {
    padding-bottom: 10vw;
    clear: both;
  }
  #main main.e-toyota.ev_charge article section.contents .row.for_spot .text_area {
    background-image: url("../ev_charge/image/sp/bg_contents_for_spot.png");
  }
  #main main.e-toyota.ev_charge article section.contents .row.for_charge .text_area {
    background-image: url("../ev_charge/image/sp/bg_contents_for_charge.png");
  }
  #main main.e-toyota.ev_charge article section.contents .row .text_area {
    margin-left: -25px;
    padding: 0 25px;
    width: calc(100% + 50px);
    box-sizing: border-box;
    background: no-repeat center bottom 60px/100% auto;
  }
  #main main.e-toyota.ev_charge article section.contents .row .text_area h2 {
    padding: 10px 0 10px 0;
    line-height: 34px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.contents .row .text_area p.text {
    margin-bottom: 18px;
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge article section.contents .row .text_area .banner {
    margin-bottom: 48px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
  }
  #main main.e-toyota.ev_charge article section.contents .row .text_area .banner p.image {
    width: 75px;
    height: 75px;
    border-radius: 50%;
  }
  #main main.e-toyota.ev_charge article section.contents .row .text_area .banner dl dt {
    margin-bottom: 6px;
    display: inline-block;
    overflow: hidden;
    border-radius: 4px;
  }
  #main main.e-toyota.ev_charge article section.contents .row .text_area .banner dl dt span {
    width: 60px;
    height: 23px;
    display: block;
    float: left;
    text-align: center;
    line-height: 23px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.contents .row .text_area .banner dl dt span.normal {
    background: #41c3e1;
  }
  #main main.e-toyota.ev_charge article section.contents .row .text_area .banner dl dt span.fast {
    background: #517BC9;
  }
  #main main.e-toyota.ev_charge article section.contents .row .text_area .banner dl dd {
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.contents .row .text_area .std_btn {
    padding-top: 50vw;
  }
  #main main.e-toyota.ev_charge article section.contents .difference {
    padding: 0 0 50px 0;
    clear: both;
  }
  #main main.e-toyota.ev_charge article section.contents .difference button {
    margin: 0 auto;
    padding: 6px 32px;
    height: 60px;
    display: block;
    border: 2px solid #41c3e1;
    box-sizing: border-box;
    border-radius: 30px;
    position: relative;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #41c3e1;
    cursor: pointer;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.contents .difference button:after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background: url("../ev_charge/image/icon_mw_plus.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 7px);
    right: 16px;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service {
    margin: 0 auto;
    padding: 42px 17px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #EAF8FA;
    position: relative;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service h3 {
    margin-bottom: 16px;
    text-align: center;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service h3 span, #main main.e-toyota.ev_charge article section.contents .new_service h3 small {
    display: block;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.contents .new_service h3 span {
    font-size: 20px;
    line-height: 30px;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service h3 small {
    font-size: 16px;
    line-height: 24px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service p.text {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 24px;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service p.std_btn {
    margin-bottom: 36px;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service p.std_btn a {
    margin: 0 auto;
    width: 174px;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 40px;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service .frame {
    padding: 27px 0 112px 0;
    border: 2px solid #41c3e1;
    border-radius: 10px;
    background: #ffffff;
    position: relative;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service .frame dl {
    text-align: center;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service .frame dl dt {
    margin-bottom: 12px;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.contents .new_service .frame dl dd {
    font-size: 15px;
    line-height: 24px;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service .frame .images img {
    width: auto;
    height: 66px;
    position: absolute;
    bottom: 32px;
    z-index: 0;
  }
  #main main.e-toyota.ev_charge article section.contents .new_service .frame .images img.img1 {
    left: calc(50% - 95px);
  }
  #main main.e-toyota.ev_charge article section.contents .new_service .frame .images img.img2 {
    right: calc(50% - 95px);
  }
  #main main.e-toyota.ev_charge article section.charge_cost {
    margin: 96px 0;
    padding-bottom: 10px;
    background: #81D7EB;
  }
  #main main.e-toyota.ev_charge article section.charge_cost:before, #main main.e-toyota.ev_charge article section.charge_cost:after {
    content: "";
    width: 100%;
    height: 96px;
    position: absolute;
    left: 0;
    z-index: -1;
    background: no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge article section.charge_cost:before {
    top: -96px;
    background-image: url("../ev_charge/image/sp/bg_content_blue_top.svg");
  }
  #main main.e-toyota.ev_charge article section.charge_cost:after {
    bottom: -96px;
    background-image: url("../ev_charge/image/sp/bg_content_blue_bottom.svg");
  }
  #main main.e-toyota.ev_charge article section.charge_cost .bg_top {
    width: 175px;
    position: absolute;
    top: -104px;
    left: calc(50% + 28px);
  }
  #main main.e-toyota.ev_charge article section.charge_cost .bg_bottom {
    width: 169px;
    position: absolute;
    bottom: -132px;
    left: calc(50% + 18px);
  }
  #main main.e-toyota.ev_charge article section.charge_cost .head {
    margin-top: 20px;
  }
  #main main.e-toyota.ev_charge article section.charge_cost .head h2 {
    padding: 10px 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu {
    clear: both;
    position: relative;
    z-index: 10;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li {
    padding: 26px 0 30px 0;
    box-sizing: border-box;
    border-radius: 15px;
    background: #ffffff;
    position: relative;
    text-align: center;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li.simulation {
    margin-top: 134px;
    margin-bottom: 20px;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li.simulation:before {
    content: "";
    width: 243px;
    height: 199px;
    display: block;
    background: url("../ev_charge/image/img_charge_cost_simulation_top.png") no-repeat center center/contain;
    position: absolute;
    top: -124px;
    left: calc(50% - 121px);
    z-index: -1;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li h4 {
    margin-bottom: 18px;
    line-height: 32px;
    font-size: 20px;
    font-weight: bold;
    color: #41c3e1;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li span.icon {
    margin: 0 auto 10px auto;
    width: 164px;
    display: block;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li dl {
    margin-bottom: 20px;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li dl dt {
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li dl dd {
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li p.coming_soon {
    margin: 0 auto;
    width: 248px;
    height: 58px;
    border-radius: 29px;
    background: rgba(57, 57, 57, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li p.coming_soon span, #main main.e-toyota.ev_charge article section.charge_cost ul.menu li p.coming_soon small {
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 18px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li p.std_btn a {
    margin: 0 auto;
    width: 248px;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li p.blank_btn a {
    margin: 0 auto 8px auto;
    width: 248px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 29px;
    overflow: hidden;
    background: #41c3e1;
    box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16);
    position: relative;
    text-align: center;
    color: #ffffff;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li p.blank_btn a > span {
    display: block;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge article section.charge_cost ul.menu li p.blank_btn a > span span.icon {
    margin: 0 0 0 2px;
    display: inline-block;
    width: 8px;
    height: 7px;
    background: url("../ev_charge/image/icon_link_blank.svg") no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge article section.howto_ev {
    padding: 48px 0;
  }
  #main main.e-toyota.ev_charge article section.howto_ev .e_kun {
    margin-bottom: 23px;
  }
  #main main.e-toyota.ev_charge article section.howto_ev .image {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
  }
  #main main.e-toyota.ev_charge article section.howto_ev .text_area h2 {
    margin-bottom: 24px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.howto_ev .text_area h2 span, #main main.e-toyota.ev_charge article section.howto_ev .text_area h2 small {
    display: block;
  }
  #main main.e-toyota.ev_charge article section.howto_ev .text_area h2 span {
    margin-bottom: 12px;
    line-height: 36px;
    font-size: 24px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge article section.howto_ev .text_area h2 small {
    line-height: 30px;
    font-size: 20px;
    color: #393939;
  }
  #main main.e-toyota.ev_charge article section.howto_ev .text_area p.text {
    margin-bottom: 30px;
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge article section.howto_ev .text_area p.text small.note {
    margin-top: 8px;
    padding-left: 1em;
    display: block;
    line-height: 14px;
    font-size: 10px;
  }
  #main main.e-toyota.ev_charge article section.howto_ev .text_area p.text small.note span {
    margin-left: -1em;
    width: 1em;
  }
  #main main.e-toyota.ev_charge article section.howto_ev .text_area p.std_btn {
    clear: none;
  }
  #main main.e-toyota.ev_charge article section.howto_ev .text_area p.std_btn a {
    width: 174px;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 40px;
  }
  #main main.e-toyota.ev_charge article section.corporation {
    margin: 96px 0 0 0;
    padding-bottom: 48px;
    background: #81D7EB;
  }
  #main main.e-toyota.ev_charge article section.corporation:before {
    content: "";
    width: 100%;
    height: 96px;
    position: absolute;
    left: 0;
    z-index: -1;
    background: no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge article section.corporation:before {
    top: -96px;
    background-image: url("../ev_charge/image/sp/bg_content_blue_top.svg");
  }
  #main main.e-toyota.ev_charge article section.corporation .frame {
    padding: 28px 0 30px 0;
    width: 100%;
    background: #ffffff;
    border-radius: 30px;
    text-align: center;
  }
  #main main.e-toyota.ev_charge article section.corporation .frame h2 {
    margin-bottom: 8px;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.corporation .frame dl {
    margin-bottom: 13px;
  }
  #main main.e-toyota.ev_charge article section.corporation .frame dl dt {
    margin-bottom: 8px;
    line-height: 23px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge article section.corporation .frame dl dd {
    line-height: 18px;
    font-size: 14px;
  }
  #main main.e-toyota.ev_charge article section.corporation .frame p.std_btn a {
    margin: 0 auto;
    width: 174px;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 40px;
  }
  #main main.e-toyota.ev_charge.for_home article section.local_hero {
    background-image: url("../ev_charge/for_home/image/img_hero_sp.jpg");
  }
  #main main.e-toyota.ev_charge.for_home article section.feature {
    padding-top: 48px;
    padding-bottom: 146px;
    background: #EAF8FA;
  }
  #main main.e-toyota.ev_charge.for_home article section.feature .text_area {
    margin-bottom: 29px;
  }
  #main main.e-toyota.ev_charge.for_home article section.feature .text_area h2.local_title {
    padding-bottom: 23px;
  }
  #main main.e-toyota.ev_charge.for_home article section.feature .text_area p.text {
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge.for_home article section.feature .image {
    border-radius: 15px;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge.for_home article section.feature .difference {
    padding: 32px 0 0 0;
    clear: both;
  }
  #main main.e-toyota.ev_charge.for_home article section.feature .difference button {
    margin: 0 auto;
    padding: 6px 32px;
    height: 60px;
    display: block;
    border: 2px solid #41c3e1;
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 30px;
    position: relative;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #41c3e1;
    cursor: pointer;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_home article section.feature .difference button:after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background: url("../ev_charge/image/icon_mw_plus.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 7px);
    right: 16px;
  }
  #main main.e-toyota.ev_charge.for_home article section.feature p.for_outside_link {
    margin: 24px 0 0 0;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.for_home article section.feature p.for_outside_link a {
    padding-right: 24px;
    display: inline-block;
    position: relative;
    border-bottom: 2px solid #41c3e1;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.for_home article section.feature p.for_outside_link a:after {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
    background: url("../ev_charge/image/icon_foot_menu_arrow.svg") no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge.for_home article section.type {
    margin: 0 0 96px 0;
    background: #81D7EB;
    z-index: 1;
  }
  #main main.e-toyota.ev_charge.for_home article section.type:before, #main main.e-toyota.ev_charge.for_home article section.type:after {
    content: "";
    width: 100%;
    height: 96px;
    position: absolute;
    left: 0;
    z-index: -1;
    background: no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge.for_home article section.type:before {
    top: -96px;
    background-image: url("../ev_charge/image/sp/bg_content_blue_top.svg");
  }
  #main main.e-toyota.ev_charge.for_home article section.type:after {
    bottom: -96px;
    background-image: url("../ev_charge/image/sp/bg_content_blue_bottom.svg");
    transform: scaleX(-1);
  }
  #main main.e-toyota.ev_charge.for_home article section.type h2.local_title {
    margin-bottom: 28px;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame {
    margin-bottom: 32px;
    padding: 36px 18px;
    border-radius: 15px;
    background: #ffffff;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row {
    margin-bottom: 55px;
    overflow: hidden;
    position: relative;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row.consent p.image {
    width: 165px;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row.cable p.image {
    width: 165px;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row.v2h_stand {
    padding-top: 48px;
    clear: both;
    border-top: 4px solid #F8F8F8;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row.v2h_stand p.image {
    width: 100%;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row h3 {
    margin-bottom: 15px;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row h3 small, #main main.e-toyota.ev_charge.for_home article section.type .frame .row h3 span {
    display: block;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row h3 small {
    line-height: 24px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row h3 span {
    line-height: 30px;
    font-size: 20px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row p.text {
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row p.image {
    margin: 0 auto;
    height: 165px;
    border-radius: 10px;
    overflow: hidden;
    background: #F8F8F8;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .row p.image img {
    width: auto;
    height: 100%;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .charger_list {
    padding: 0 0 20px 0;
    clear: both;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .charger_list button {
    margin: 0 auto;
    width: 100%;
    height: 35px;
    display: block;
    border: 2px solid #41c3e1;
    box-sizing: border-box;
    border-radius: 17px;
    background: #41c3e1;
    position: relative;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_home article section.type .frame .charger_list button:after {
    content: "";
    width: 9px;
    height: 9px;
    display: block;
    background: url("../ev_charge/image/icon_mw_plus_white.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 4px);
    right: 17px;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .plus {
    margin-bottom: 22px;
    padding: 22px 18px;
    border-radius: 15px;
    background: #EAF8FA;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .plus dl dt {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .plus dl dt small, #main main.e-toyota.ev_charge.for_home article section.type .plus dl dt span {
    display: block;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .plus dl dt small {
    padding-left: 6px;
    padding-top: 3px;
    width: 110px;
    height: 37px;
    box-sizing: border-box;
    background: url("../ev_charge/image/bg_plus_title.svg") no-repeat left top/contain;
    line-height: 26px;
    font-size: 15px;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .plus dl dt span {
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .plus dl dd {
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge.for_home article section.type .plus dl dd strong {
    padding: 2px;
    display: inline-block;
    font-weight: bold;
    border-radius: 4px;
  }
  #main main.e-toyota.ev_charge.for_home article section.type p.note {
    line-height: 18px;
    font-size: 14px;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use {
    margin-top: -96px;
    padding-top: 166px;
    padding-bottom: 98px;
    background: #EAF8FA;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .bg_top {
    width: 126px;
    position: absolute;
    top: 38px;
    left: calc(50% - 190px);
    z-index: 1;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use h2.local_title {
    margin-bottom: 32px;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list {
    margin: 0 auto 60px auto;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick {
    position: relative;
    height: 338px;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick .slick-arrow {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: calc(50% - 15px);
    z-index: 10;
    text-indent: -9999px;
    background: url("../ev_charge/image/icon_slide_arrow.svg") no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick .slick-arrow.slick-prev {
    left: 0;
    transform: rotate(180deg);
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick .slick-arrow.slick-next {
    right: 0;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick .slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick ul.slick-dots {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick ul.slick-dots li button {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #41c3e1;
    background: #ffffff;
    text-indent: -9999px;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick ul.slick-dots li.slick-active button {
    background: #41c3e1;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame {
    margin: 0 23px;
    width: 250px;
    height: 338px;
    box-sizing: border-box;
    border: 2px solid #41c3e1;
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    float: left;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .image {
    width: 100%;
    height: 155px;
    background: #41c3e1;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .image img {
    width: auto;
    height: 100%;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .text_area {
    padding: 19px 17px;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .text_area .step {
    display: block;
    position: absolute;
    top: 20px;
    left: 17px;
    z-index: 1;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .text_area .step small, #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .text_area .step span {
    display: block;
    line-height: 1;
    font-weight: bold;
    font-family: Helvetica, Arial;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .text_area .step small {
    margin-bottom: 2px;
    font-size: 12px;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .text_area .step span {
    padding-left: 2px;
    padding-bottom: 4px;
    font-size: 28px;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .text_area .step:after {
    content: "";
    width: 20px;
    height: 4px;
    display: block;
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: -4px;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .text_area p {
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .text_area p small {
    margin-top: 8px;
    padding-left: 1em;
    display: block;
    line-height: 14px;
    font-size: 10px;
    font-weight: normal;
  }
  #main main.e-toyota.ev_charge.for_home article section.how_to_use .list ul.slick li.frame .text_area p small span {
    margin-left: -1em;
    display: block;
    float: left;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick {
    margin: 0 0 150px 0;
    z-index: 1;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick:before {
    content: "";
    width: 100%;
    height: 96px;
    position: absolute;
    left: 0;
    z-index: -1;
    background: no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick:before {
    top: -96px;
    background-image: url("../ev_charge/image/sp/bg_content_white_top.svg");
  }
  #main main.e-toyota.ev_charge.for_home article section.trick h2 {
    margin-bottom: 21px;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick h2 span {
    display: inline-block;
    position: relative;
    line-height: 34px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_home article section.trick h2 span img {
    width: 69px;
    position: absolute;
    right: calc(50% - 158px);
    top: calc(50% - 27px);
  }
  #main main.e-toyota.ev_charge.for_home article section.trick .frame {
    margin: 0 auto 32px auto;
    padding: 32px 17px 24px 17px;
    box-sizing: border-box;
    border-radius: 15px;
    background: #EAF8FA;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick .frame .text_area {
    margin-bottom: 22px;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick .frame .text_area h3 {
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick .frame .text_area h3 span {
    display: block;
    line-height: 44px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick .frame .text_area h3 span.icon {
    width: 70px;
    font-family: Helvetica, Arial;
    font-size: 40px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick .frame .text_area h3 span.icon img {
    width: 40px;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick .frame .text_area h3 span.text {
    padding-top: 8px;
    line-height: 38px;
    font-size: 18px;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick .frame .text_area p.text {
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick .frame p.image {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.for_home article section.trick .frame p.image img {
    width: auto;
    height: 100%;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 {
    padding-bottom: 46px;
    z-index: 1;
    background: #EAF8FA;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3:before {
    content: "";
    width: 100%;
    height: 96px;
    position: absolute;
    left: 0;
    z-index: -1;
    background: no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3:before {
    top: -96px;
    background-image: url("../ev_charge/image/sp/bg_content_skyblue_top.svg");
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 h2.local_title {
    padding-bottom: 14px;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 h2.local_title span strong {
    font-size: 35px;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 p.text {
    margin-bottom: 23px;
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step {
    margin: 0 auto 25px auto;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li {
    margin-bottom: 50px;
    width: 100%;
    height: 272px;
    border-radius: 10px;
    background: #ffffff;
    position: relative;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li:last-child {
    margin-bottom: 0;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li:after {
    content: "";
    width: 18px;
    height: 22px;
    display: block;
    position: absolute;
    bottom: -36px;
    left: calc(50% - 9px);
    background: url("../ev_charge/image/icon_arrow_step.svg") no-repeat center center/contain;
    transform: rotate(90deg);
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li:last-child:after {
    display: none;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li .icon {
    width: 45px;
    height: 50px;
    background: #41c3e1;
    border-radius: 0 0 4px 4px;
    display: block;
    position: absolute;
    left: 18px;
    top: 0;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li .icon small, #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li .icon span {
    display: block;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    font-family: Helvetica, Arial;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li .icon small {
    padding-top: 8px;
    font-size: 11px;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li .icon span {
    font-size: 22px;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li dl {
    padding-top: 30px;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li dl dt {
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li dl dd.image {
    margin: 0 auto;
    width: 155px;
    height: 120px;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ol.step li dl dd.text {
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ul.note {
    margin: 0 auto 28px auto;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ul.note li {
    padding-left: 1em;
    line-height: 14px;
    font-size: 10px;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 ul.note li span {
    margin-left: -1em;
    display: block;
    float: left;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 p.detail {
    margin-bottom: 40px;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 p.detail a {
    margin: 0 auto 8px auto;
    width: 275px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
    background: #393939;
    box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16);
    position: relative;
    text-align: center;
    color: #ffffff;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 p.detail a > span {
    display: block;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 p.detail a > span span.icon {
    margin: 0 0 0 2px;
    display: inline-block;
    width: 8px;
    height: 7px;
    background: url("../ev_charge/image/icon_link_blank.svg") no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 .service_frame {
    margin: 0 auto;
    padding: 24px 20px 20px 20px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 .service_frame h3 {
    margin-bottom: 6px;
    line-height: 28px;
    font-size: 20px;
    font-weight: bold;
    color: #41c3e1;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 .service_frame p.text {
    margin-bottom: 10px;
    text-align: left;
    line-height: 25px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 .service_frame dl {
    line-height: 26px;
    font-size: 14px;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 .service_frame dl dd ul li {
    margin-left: 24px;
    list-style: disc;
  }
  #main main.e-toyota.ev_charge.for_home article section.step3 .service_frame dl dd ul li a {
    font-weight: bold;
    text-decoration: underline;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.for_outside article section.local_hero {
    padding-bottom: 64vw;
    background-image: url("../ev_charge/for_outside/image/img_hero_sp.jpg");
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature {
    padding-top: 48px;
    padding-bottom: 146px;
    background: #EAF8FA;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .row {
    margin-bottom: 95px;
    overflow: hidden;
    clear: both;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .text_area {
    margin-bottom: 29px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .text_area h2.local_title {
    padding-bottom: 23px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .text_area p.text {
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .text_area p.text small.note {
    padding-top: 30px;
    padding-left: 1em;
    display: block;
    line-height: 14px;
    font-size: 10px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .text_area p.text small.note span {
    margin-left: -1em;
    display: block;
    float: left;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .image {
    border-radius: 15px;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .frame {
    margin: 0 auto;
    padding: 27px 17px;
    clear: both;
    overflow: hidden;
    background: #ffffff;
    border-radius: 15px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .frame dl {
    margin-bottom: 27px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .frame dl dt {
    margin-bottom: 16px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .frame dl dd {
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .frame p.image {
    margin: 0 auto;
    width: 260px;
    border-radius: 0;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .difference {
    padding: 32px 0 0 0;
    clear: both;
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .difference button {
    margin: 0 auto;
    padding: 6px 32px;
    height: 60px;
    display: block;
    border: 2px solid #41c3e1;
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 30px;
    position: relative;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #41c3e1;
    cursor: pointer;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_outside article section.feature .difference button:after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background: url("../ev_charge/image/icon_mw_plus.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 7px);
    right: 16px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use {
    padding-bottom: 96px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use:before {
    content: "";
    width: 100%;
    height: 96px;
    position: absolute;
    top: -96px;
    left: 0;
    z-index: 0;
    background: url("../ev_charge/image/sp/bg_content_white_top.svg") no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .bg_top {
    width: 126px;
    position: absolute;
    top: -120px;
    left: calc(50% - 190px);
    z-index: 1;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use h2.local_title {
    margin-bottom: 16px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use p.text {
    margin-bottom: 22px;
    line-height: 24px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list {
    margin: 0 auto 40px auto;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick {
    position: relative;
    height: 338px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick .slick-arrow {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: calc(50% - 15px);
    z-index: 10;
    text-indent: -9999px;
    background: url("../ev_charge/image/icon_slide_arrow.svg") no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick .slick-arrow.slick-prev {
    left: 0;
    transform: rotate(180deg);
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick .slick-arrow.slick-next {
    right: 0;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick .slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick ul.slick-dots {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick ul.slick-dots li button {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #41c3e1;
    background: #ffffff;
    text-indent: -9999px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick ul.slick-dots li.slick-active button {
    background: #41c3e1;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame {
    margin: 0 23px;
    width: 250px;
    height: 338px;
    box-sizing: border-box;
    border: 2px solid #41c3e1;
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    float: left;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .image {
    width: 100%;
    height: 155px;
    background: #41c3e1;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .image img {
    width: auto;
    height: 100%;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .text_area {
    padding: 19px 17px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .text_area .step {
    display: block;
    position: absolute;
    top: 20px;
    left: 17px;
    z-index: 1;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .text_area .step small, #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .text_area .step span {
    display: block;
    line-height: 1;
    font-weight: bold;
    font-family: Helvetica, Arial;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .text_area .step small {
    margin-bottom: 2px;
    font-size: 12px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .text_area .step span {
    padding-left: 2px;
    padding-bottom: 4px;
    font-size: 28px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .text_area .step:after {
    content: "";
    width: 20px;
    height: 4px;
    display: block;
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: -4px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .text_area dl {
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .text_area dl dt {
    margin-bottom: 14px;
    line-height: 24px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list ul.slick li.frame .text_area dl dd {
    line-height: 20px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list p.msg {
    padding-top: 40px;
    line-height: 18px;
    font-size: 14px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list p.msg small {
    font-size: 80%;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .list p.msg a {
    color: #41c3e1;
    text-decoration: underline;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use dl.manor {
    padding-top: 10px;
    margin: 0 auto 32px auto;
    box-sizing: border-box;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use dl.manor dt {
    margin-bottom: 13px;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use dl.manor dd {
    line-height: 18px;
    font-size: 14px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame {
    padding-bottom: 28px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables {
    margin: 0 auto 32px auto;
    width: 100%;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables h4 {
    margin-bottom: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list {
    margin-bottom: 16px;
    width: 100%;
    background: #ffffff;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tr th, #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tr td {
    padding: 6px 2%;
    box-sizing: border-box;
    border-right: 1px solid #000000;
    position: relative;
    vertical-align: middle;
    line-height: 16px;
    font-size: 11px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tr th:last-child, #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tr td:last-child {
    border-right: 0;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list thead tr {
    border-top: 2px solid #000000;
    background: #C4E1ED;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list thead tr th {
    font-weight: bold;
    text-align: center;
    color: #000000;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list thead tr th:nth-child(1) {
    width: 35%;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list thead tr th:nth-child(2) {
    width: 65%;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tbody {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tbody tr {
    border-top: 1px solid #000000;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tbody tr:last-child {
    border-bottom: 0;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tbody tr th {
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tbody tr th.standard {
    background: #41C3E1;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tbody tr th.lite {
    background: #F8AE58;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tbody tr td {
    font-weight: normal;
    color: #000000;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.plan_list tbody tr td small {
    font-size: 11px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list {
    width: 100%;
    background: #ffffff;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list.standard {
    margin-bottom: 30px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list.standard thead tr:nth-child(1) {
    background: #41C3E1;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list.standard thead tr:nth-child(2) {
    background: #C4E1ED;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list.lite {
    margin-bottom: 10px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list.lite thead tr:nth-child(1) {
    background: #F8AE58;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list.lite thead tr:nth-child(2) {
    background: #FFE9D0;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tr th, #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tr td {
    padding: 6px;
    height: 38px;
    box-sizing: border-box;
    border-right: 1px solid #000000;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tr th:last-child, #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tr td:last-child {
    border-right: 0;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list thead tr {
    border-top: 2px solid #000000;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list thead tr:nth-child(1) th {
    height: 28px;
    line-height: 20px;
    font-size: 16px;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list thead tr th {
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list thead tr th:nth-child(1) {
    width: 30%;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list thead tr th:nth-child(2) {
    width: 40%;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list thead tr th:nth-child(3) {
    width: 30%;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tbody {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tbody tr {
    border-top: 1px solid #000000;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tbody tr:last-child {
    border-bottom: 0;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tbody tr th .logo {
    margin: 4px 0;
    display: inline-block;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tbody tr th .logo.teemo {
    max-width: 86px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tbody tr th .logo.power {
    max-width: 80px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tbody tr td.fastcharge {
    writing-mode: vertical-rl;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables table.price_list tbody tr td.disabled {
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #A7A7A7;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables ol.note,
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables p.note {
    line-height: 15px;
    font-size: 10px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables ol.note li {
    padding-left: 2.2em;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables ol.note li span {
    margin-left: -2.2em;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables p.note {
    padding-left: 1.2em;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables p.note span {
    margin-left: -1.2em;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables ol.note li span,
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .tables p.note span {
    display: block;
    float: left;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .card {
    padding-top: 60px;
    margin: 0 auto;
    width: 100%;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .card h4 {
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .card ul.cards li {
    width: 100%;
    position: relative;
    line-height: 0;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .card ul.cards li small.note {
    padding-left: 2.2em;
    display: block;
    overflow: hidden;
    position: absolute;
    top: calc(100% - 24px);
    left: 0;
    line-height: 16px;
    font-size: 11px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.how_to_use .new_service .teemo_frame .card ul.cards li small.note span {
    margin-left: -2.2em;
    float: left;
  }
  #main main.e-toyota.ev_charge.for_outside article section.search {
    padding: 0 0 96px 0;
    z-index: 1;
    background: #EAF8FA;
  }
  #main main.e-toyota.ev_charge.for_outside article section.search:before {
    content: "";
    width: 100%;
    height: 96px;
    position: absolute;
    top: -96px;
    left: 0;
    background: url("../ev_charge/image/sp/bg_content_skyblue_top.svg") no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge.for_outside article section.search h2 {
    margin-bottom: 26px;
    line-height: 34px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_outside article section.search p.image {
    margin: 0 auto 19px auto;
    padding: 0 10px;
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
  }
  #main main.e-toyota.ev_charge.for_outside article section.search dl.spot {
    margin-bottom: 20px;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_outside article section.search dl.spot dt {
    margin-bottom: 16px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge.for_outside article section.search dl.spot dd {
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.search p.blank_btn {
    margin-bottom: 66px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.search p.blank_btn a {
    margin: 0 auto 8px auto;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    background: #41c3e1;
    box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16);
    position: relative;
    text-align: center;
    color: #ffffff;
    letter-spacing: calc(40em / 1000);
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  #main main.e-toyota.ev_charge.for_outside article section.search p.blank_btn a > span {
    display: block;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge.for_outside article section.search p.blank_btn a > span span.icon {
    margin: 0 0 0 6px;
    display: inline-block;
    width: 9px;
    height: 8px;
    background: url("../ev_charge/image/icon_link_blank.svg") no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick {
    z-index: 1;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick:before {
    content: "";
    width: 100%;
    height: 96px;
    position: absolute;
    top: -96px;
    left: 0;
    z-index: -1;
    background: url("../ev_charge/image/sp/bg_content_white_top.svg") no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick .inner {
    padding-bottom: 20px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick h2 {
    margin-bottom: 21px;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick h2 span {
    display: inline-block;
    position: relative;
    line-height: 34px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick h2 span img {
    width: 69px;
    position: absolute;
    right: calc(50% - 158px);
    top: calc(50% - 27px);
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick .frame {
    margin: 0 auto 32px auto;
    padding: 32px 17px 24px 17px;
    box-sizing: border-box;
    border-radius: 15px;
    background: #EAF8FA;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick .frame .text_area {
    margin-bottom: 22px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick .frame .text_area h3 {
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick .frame .text_area h3 span {
    display: block;
    line-height: 44px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick .frame .text_area h3 span.icon {
    width: 70px;
    font-family: Helvetica, Arial;
    font-size: 40px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick .frame .text_area h3 span.icon img {
    width: 40px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick .frame .text_area h3 span.text {
    padding-top: 8px;
    line-height: 38px;
    font-size: 18px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick .frame .text_area p.text {
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick .frame p.image {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.for_outside article section.trick .frame p.image img {
    width: auto;
    height: 100%;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.local_hero {
    background-image: url("../ev_charge/ev_usage/image/img_hero_sp.jpg");
  }
  #main main.e-toyota.ev_charge.ev_usage article section.utilization {
    padding-top: 46px;
    padding-bottom: 92px;
    background: #EAF8FA;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.utilization h2.local_title {
    margin-bottom: 23px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.utilization p.text {
    margin-bottom: 28px;
    line-height: 30px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.utilization ul.menu {
    margin-bottom: 24px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.utilization ul.menu li {
    margin-bottom: 12px;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.utilization ul.menu li a {
    padding: 15px;
    height: 70px;
    box-sizing: border-box;
    display: block;
    position: relative;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.utilization ul.menu li a span.image {
    width: 103px;
    height: 40px;
    display: block;
    float: left;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.utilization ul.menu li a p.title {
    margin-left: 120px;
    padding-top: 8px;
    display: block;
    position: relative;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #41c3e1;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.ev_usage article section.utilization ul.menu li a:after {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    background: url("../ev_charge/image/icon_anker_arrow.svg") no-repeat center center/contain;
    position: absolute;
    right: 18px;
    top: calc(50% - 8px);
  }
  #main main.e-toyota.ev_charge.ev_usage article section.utilization p.note {
    margin-bottom: 48px;
    padding-left: 1em;
    line-height: 18px;
    font-size: 10px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.utilization p.note span {
    margin-left: -1em;
    display: block;
    float: left;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.savings, #main main.e-toyota.ev_charge.ev_usage article section.wisely, #main main.e-toyota.ev_charge.ev_usage article section.blackout, #main main.e-toyota.ev_charge.ev_usage article section.ev_life {
    padding-bottom: 54px;
    z-index: 1;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.savings:before, #main main.e-toyota.ev_charge.ev_usage article section.wisely:before, #main main.e-toyota.ev_charge.ev_usage article section.blackout:before, #main main.e-toyota.ev_charge.ev_usage article section.ev_life:before {
    content: "";
    width: 100%;
    height: 96px;
    position: absolute;
    top: -96px;
    left: 0;
    z-index: -1;
    background: no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.savings h2, #main main.e-toyota.ev_charge.ev_usage article section.wisely h2, #main main.e-toyota.ev_charge.ev_usage article section.blackout h2, #main main.e-toyota.ev_charge.ev_usage article section.ev_life h2 {
    margin-bottom: 32px;
    text-align: center;
    line-height: 34px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.ev_usage article section.savings ol.point, #main main.e-toyota.ev_charge.ev_usage article section.wisely ol.point, #main main.e-toyota.ev_charge.ev_usage article section.blackout ol.point, #main main.e-toyota.ev_charge.ev_usage article section.ev_life ol.point {
    margin-bottom: 92px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.savings ol.point li, #main main.e-toyota.ev_charge.ev_usage article section.wisely ol.point li, #main main.e-toyota.ev_charge.ev_usage article section.blackout ol.point li, #main main.e-toyota.ev_charge.ev_usage article section.ev_life ol.point li {
    margin-bottom: 32px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.savings ol.point li h3, #main main.e-toyota.ev_charge.ev_usage article section.wisely ol.point li h3, #main main.e-toyota.ev_charge.ev_usage article section.blackout ol.point li h3, #main main.e-toyota.ev_charge.ev_usage article section.ev_life ol.point li h3 {
    padding-top: 20px;
    padding-left: 55px;
    margin-bottom: 12px;
    min-height: 45px;
    display: inline-block;
    position: relative;
    line-height: 25px;
    font-size: 18px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.savings ol.point li h3 .icon, #main main.e-toyota.ev_charge.ev_usage article section.wisely ol.point li h3 .icon, #main main.e-toyota.ev_charge.ev_usage article section.blackout ol.point li h3 .icon, #main main.e-toyota.ev_charge.ev_usage article section.ev_life ol.point li h3 .icon {
    width: 49px;
    height: 45px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.savings ol.point li p.text, #main main.e-toyota.ev_charge.ev_usage article section.wisely ol.point li p.text, #main main.e-toyota.ev_charge.ev_usage article section.blackout ol.point li p.text, #main main.e-toyota.ev_charge.ev_usage article section.ev_life ol.point li p.text {
    margin-bottom: 24px;
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.savings ol.point li p.image, #main main.e-toyota.ev_charge.ev_usage article section.wisely ol.point li p.image, #main main.e-toyota.ev_charge.ev_usage article section.blackout ol.point li p.image, #main main.e-toyota.ev_charge.ev_usage article section.ev_life ol.point li p.image {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.savings:before {
    background-image: url("../ev_charge/image/sp/bg_content_white_top.svg");
  }
  #main main.e-toyota.ev_charge.ev_usage article section.wisely {
    background: #EAF8FA;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.wisely:before {
    background-image: url("../ev_charge/image/sp/bg_content_skyblue_top.svg");
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout:before {
    background-image: url("../ev_charge/image/sp/bg_content_white_top.svg");
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout p.text {
    margin-bottom: 45px;
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout p.text small {
    padding-top: 12px;
    display: block;
    line-height: 18px;
    font-size: 14px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ol.point {
    margin-bottom: 0;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.about {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 25px 0;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.about li {
    width: 50%;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.about li .image {
    margin: 0 auto 10px auto;
    width: 66px;
    height: 66px;
    display: block;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.about li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.about li dl {
    line-height: 24px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.about li dl dt {
    font-size: 15px;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.about li dl dd {
    font-size: 14px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.about li dl dd strong {
    display: block;
    line-height: 35px;
    font-size: 24px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.about li dl dd strong small {
    font-size: 20px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.note {
    margin-bottom: 98px;
    padding: 24px 18px;
    background: #EAF8FA;
    border-radius: 10px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.note li {
    padding-left: 1.5em;
    line-height: 14px;
    font-size: 10px;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.ev_usage article section.blackout ul.note li span {
    margin-left: -1.5em;
    width: 1.5em;
    display: block;
    float: left;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life {
    padding-bottom: 36px;
    background: #81D7EB;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life:before {
    background-image: url("../ev_charge/image/sp/bg_content_blue_top.svg");
    transform: scaleX(-1);
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life h2 {
    padding-bottom: 0;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row {
    margin-bottom: 18px;
    padding: 32px 18px;
    background: #ffffff;
    border: 2px solid #41c3e1;
    border-radius: 30px;
    box-sizing: border-box;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row .text_area {
    position: relative;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row .text_area h3 {
    margin-bottom: 16px;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row .text_area dl {
    margin-bottom: 18px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row .text_area dl dt {
    margin-bottom: 12px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row .text_area dl dd {
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row .text_area p.image {
    margin: 0 auto 28px auto;
    width: 238px;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row .text_area p.image.image1 {
    margin-bottom: 8px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row .text_area p.image.image2 {
    border-radius: 10px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row .text_area p.image.image3 {
    margin-bottom: 8px;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row .text_area p.btn a {
    margin: 0 auto 8px auto;
    width: 250px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
    background: #393939;
    box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16);
    position: relative;
    text-align: center;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row .text_area p.btn a > span {
    display: block;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.ev_usage article section.ev_life .row .text_area p.btn a > span:after {
    content: "";
    margin: 0 0 0 4px;
    display: inline-block;
    width: 8px;
    height: 7px;
    background: url("../ev_charge/image/icon_link_blank.svg") no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge.corporation article section h2 {
    margin-bottom: 23px;
    line-height: 34px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.corporation article section p.text {
    margin-bottom: 40px;
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge.corporation article section dl.point_frame {
    margin-bottom: 48px;
    padding: 35px 18px 25px 18px;
    position: relative;
    border-radius: 15px;
    border: 2px solid #41c3e1;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
  }
  #main main.e-toyota.ev_charge.corporation article section dl.point_frame dt {
    width: 100%;
    position: absolute;
    left: 0;
    top: -12px;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.corporation article section dl.point_frame dt span {
    padding: 0 15px;
    height: 23px;
    min-width: 260px;
    box-sizing: border-box;
    display: inline-block;
    background: #41c3e1;
    border-radius: 4px;
    line-height: 23px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.corporation article section dl.point_frame dd strong {
    padding: 2px;
    display: inline;
    font-weight: bold;
    border-radius: 2px;
  }
  #main main.e-toyota.ev_charge.corporation article section.local_hero {
    margin-bottom: 30px;
    background-image: url("../ev_charge/corporation/image/img_hero_sp.jpg");
  }
  #main main.e-toyota.ev_charge.corporation article section.merit {
    padding-top: 48px;
    padding-bottom: 96px;
    background: #EAF8FA;
  }
  #main main.e-toyota.ev_charge.corporation article section.merit ul.list li {
    margin-bottom: 45px;
  }
  #main main.e-toyota.ev_charge.corporation article section.merit ul.list li .image {
    margin: 0 auto 23px auto;
    width: 200px;
    height: 200px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main main.e-toyota.ev_charge.corporation article section.merit ul.list li .image:after {
    content: "";
    width: 200px;
    height: 214px;
    display: block;
    position: absolute;
    left: calc(50% - 100px);
    top: 0;
    z-index: -1;
    background: url("../ev_charge/corporation/image/bg_merit_icon.svg") no-repeat center top;
  }
  #main main.e-toyota.ev_charge.corporation article section.merit ul.list li .image img {
    width: 140px;
    height: 140px;
  }
  #main main.e-toyota.ev_charge.corporation article section.merit ul.list li dl dt {
    margin-bottom: 12px;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.corporation article section.merit ul.list li dl dd {
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow {
    padding-bottom: 96px;
    z-index: 1;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow:before {
    content: "";
    width: 100%;
    height: 96px;
    position: absolute;
    top: -96px;
    left: 0;
    z-index: -1;
    background: url("../ev_charge/image/sp/bg_content_white_top.svg") no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step li {
    margin-bottom: 28px;
    border: 2px solid #41c3e1;
    border-radius: 20px;
    position: relative;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step li:last-child:after {
    display: none;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step li:after {
    content: "";
    width: 22px;
    height: 11px;
    display: block;
    background: url("../ev_charge/corporation/image/icon_flow_arrow.svg") no-repeat center center/100% 100%;
    position: absolute;
    left: calc(50% - 11px);
    bottom: -22px;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step li .icon {
    padding: 14px 18px 6px 18px;
    border-radius: 18px 18px 0 0;
    width: 100%;
    display: block;
    overflow: hidden;
    background: #41c3e1;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step li .icon > span {
    display: block;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step li .icon > span small, #main main.e-toyota.ev_charge.corporation article section.flow ol.step li .icon > span span {
    display: block;
    float: left;
    line-height: 1;
    font-family: Helvetica, Arial;
    font-weight: bold;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step li .icon > span small {
    padding-right: 5px;
    font-size: 10px;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step li .icon > span span {
    font-size: 20px;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step li dl {
    padding: 14px 18px 16px 18px;
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step li dl dt {
    position: absolute;
    top: 7px;
    left: 80px;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.corporation article section.flow ol.step li dl dd {
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge.corporation article section.kinds {
    padding-bottom: 96px;
    background: #EAF8FA;
    z-index: 1;
  }
  #main main.e-toyota.ev_charge.corporation article section.kinds:before {
    content: "";
    width: 100%;
    height: 96px;
    position: absolute;
    top: -96px;
    left: 0;
    z-index: -1;
    background: url("../ev_charge/image/sp/bg_content_skyblue_top.svg") no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge.corporation article section.kinds ul.list li {
    margin-bottom: 45px;
  }
  #main main.e-toyota.ev_charge.corporation article section.kinds ul.list li .image {
    margin-bottom: 12px;
    width: 100%;
    display: block;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
  }
  #main main.e-toyota.ev_charge.corporation article section.kinds ul.list li .image img {
    width: 100%;
    height: auto;
  }
  #main main.e-toyota.ev_charge.corporation article section.kinds ul.list li dl dt {
    margin-bottom: 8px;
    line-height: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.corporation article section.kinds ul.list li dl dd {
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge.corporation article section.kinds dl.point_frame dd {
    line-height: 30px;
    font-size: 16px;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost {
    padding-bottom: 96px;
    z-index: 1;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost:before {
    content: "";
    width: 100%;
    height: 96px;
    position: absolute;
    top: -96px;
    left: 0;
    z-index: -1;
    background: url("../ev_charge/image/sp/bg_content_white_top.svg") no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost ul.list {
    margin-bottom: 50px;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost ul.list > li {
    margin-bottom: 20px;
    background: #EAF8FA;
    border-radius: 10px;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost ul.list > li dl {
    padding: 19px 18px 12px 18px;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost ul.list > li dl dt {
    margin-bottom: 12px;
    padding-bottom: 9px;
    border-bottom: 2px solid #41c3e1;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #41c3e1;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.corporation article section.cost ul.list > li dl dd {
    position: relative;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost ul.list > li dl dd .icon {
    margin: 0 auto 8px auto;
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost ul.list > li dl dd .icon img {
    width: auto;
    height: 100%;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost ul.list > li dl dd ul li {
    padding-left: 1em;
    overflow: hidden;
    line-height: 24px;
    font-size: 15px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost ul.list > li dl dd ul li:before {
    content: "・";
    margin-left: -1em;
    display: block;
    float: left;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost ul.list > li dl dd ul li small {
    font-size: 14px;
    font-weight: normal;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost ul.list > li dl dd p {
    padding-top: 9px;
    line-height: 18px;
    font-weight: 14px;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost dl.point_frame dd.text .icon {
    margin: 0 auto 22px auto;
    width: 74px;
    display: block;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost dl.point_frame dd.text .icon img {
    width: 100%;
    height: auto;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost dl.point_frame dd.text small {
    padding-top: 30px;
    display: block;
    line-height: 18px;
    font-size: 14px;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost dl.point_frame dd.text small a {
    text-decoration: underline;
    color: #41c3e1;
  }
  #main main.e-toyota.ev_charge.corporation article section.cost dl.point_frame dd.note {
    padding-top: 18px;
    line-height: 14px;
    font-size: 10px;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge {
    padding-bottom: 46px;
    z-index: 1;
    background: #81D7EB;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge:before {
    content: "";
    width: 100%;
    height: 96px;
    position: absolute;
    top: -96px;
    left: 0;
    z-index: -1;
    background: url("../ev_charge/image/sp/bg_content_blue_top.svg") no-repeat center center/100% 100%;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame {
    padding: 40px 18px 15px 18px;
    border: 2px solid #41c3e1;
    border-radius: 15px;
    background: #ffffff;
    position: relative;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame h2 {
    margin-bottom: 17px;
    text-align: center;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame h2 small {
    margin-bottom: 25px;
    padding: 4px 20px;
    display: inline-block;
    font-weight: bold;
    background: #41c3e1;
    border-radius: 2px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame h2 span {
    margin-bottom: 18px;
    display: block;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame p.text {
    margin-bottom: 22px;
    line-height: 24px;
    font-size: 15px;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame ul.btns li {
    margin: 0 auto 20px auto;
    width: 248px;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame ul.btns li a {
    margin-bottom: 8px;
    padding-top: 6px;
    width: 100%;
    height: 58px;
    display: block;
    box-sizing: border-box;
    border-radius: 29px;
    overflow: hidden;
    background: #393939;
    box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16);
    position: relative;
    text-align: center;
    color: #ffffff;
    letter-spacing: calc(40em / 1000);
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame ul.btns li a span, #main main.e-toyota.ev_charge.corporation article section.green_charge .frame ul.btns li a small {
    line-height: 18px;
    font-weight: bold;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame ul.btns li a span {
    display: inline-block;
    font-size: 14px;
    position: relative;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame ul.btns li a span:after {
    content: "";
    width: 8px;
    height: 7px;
    display: block;
    position: absolute;
    right: -12px;
    top: calc(50% - 3px);
    background: url("../ev_charge/image/icon_link_blank.svg") no-repeat center center/contain;
  }
  #main main.e-toyota.ev_charge.corporation article section.green_charge .frame ul.btns li a small {
    display: block;
    font-size: 10px;
  }
}