@charset "utf-8";
@media print, screen and (max-width: 768px) {
/*------------------------------------------------------------------------------------------
*
*
  Responsive / SP
*
*
------------------------------------------------------------------------------------------ */
#contents_area img {
  display: block;
  width: 100%;
  height: auto;
}

#contents_area img.switch_pc {
  display: none !important;
}

.yugo {
  font-weight: 500;
}

.btn_yellow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90vw;
  height: 15vw;
  margin: 0 auto;
  padding-left: 10vw;
  background-position: center right 5vw;
  background-size: 10vw auto;
  font-size: 4vw;
  line-height: 1.4em;
}

.btn_yellow + .btn_yellow {
  margin-top: 20px;
}

.caution {
  font-size: 3.5vw;
  line-height: 1.7em;
}

.caution p {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

/* ------------------------------------------------------------
*
  #main_visual
*
------------------------------------------------------------ */
#main_visual {
  position: relative;
  margin-top: 56px;
}

#main_visual .pic_full img {
  width: 100%;
  height: auto;
}

#main_visual_inner {
  position: absolute;
  bottom: 5vw;
  left: 7vw;
}

#main_visual_inner h2 {
  width: 38vw;
  margin-bottom: 2vw;
}

#main_visual_inner p {
  color: #fff;
  font-size: 3vw;
  font-weight: bold;
  line-height: 1.4em;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

/* ------------------------------------------------------------
*
  #section_copy
*
------------------------------------------------------------ */
#section_copy {
  padding: 5vw 0;
}

#section_copy p {
  text-align: center;
  font-size: 3.5vw;
  line-height: 2.0em;
  font-weight: 600;
}

/* ------------------------------------------------------------
*
  .section_wrap
*
------------------------------------------------------------ */
.section_wrap {
  padding: 10vw 0 15vw;
}

.section_wrap .section {
  margin: 10vw 0 0 0;
}

.section_wrap .section:first-child {
  margin-top: 0;
}

.section_wrap .section .section_inner {
  padding: 5vw 5vw;
}

.section_wrap .section h3 {
  position: relative;
  display: block;
  font-size: 6vw;
  font-weight: 500;
  padding: 0;
  padding-left: 5.5vw;
  z-index: 1;
}

.section_wrap .section h3:before {
  display: block;
  content: '';
  position: absolute;
  top: -2vw;
  left: 0px;
  width: 10vw;
  height: 10vw;
  background: url(../image/ico_charge.png) no-repeat;
  background-size: contain;
  z-index: -1;
}

.section_wrap .section .desc {
  font-size: 4vw;
  line-height: 1.7em;
}

/* ------------------------------------------------------------
*
  #section_charge
*
------------------------------------------------------------ */
#section_charge {
}

#section_charge .charge_wrap {
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 10vw;
}

#section_charge .charge {
  position: relative;
  padding: 3vw 3vw;
  z-index: 1;
  background: #fff;
}

#section_charge .charge:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #6699c3;
  z-index: -1;
}

#section_charge .charge:hover,
#section_charge .charge.open {
  background: none;
}

#section_charge .charge:hover:before,
#section_charge .charge.open:before {
  content: '';
  display: block;
  position: absolute;
  top: 1.5vw;
  left: 1.5vw;
  width: 100%;
  height: 100%;
  z-index: -2;
}

#section_charge .charge.rapid:before {
  background-image: url(../image/bg_rapid.png);
}

#section_charge .charge.standard:before {
  background-image: url(../image/bg_standard.png);
}

#section_charge .charge dl {

}

#section_charge .charge dt {
  position: relative;
}

#section_charge .charge dt:after {
  content: ' ';
  display: block;
  font-size: 0;
  clear: both;
}

#section_charge .charge dt .btn_toggle .icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10vw;
  height: 10vw;
  transform: translateY(-50%);
  background: url(../image/btn_plus.png) no-repeat;
  background-size: contain;
}

#section_charge .charge.open dt .btn_toggle .icon {
  background-image: url(../image/btn_minus.png);
}

#section_charge .charge dt .thumb {
  float: left;
  margin-right: 3vw;
}

#section_charge .charge dt .thumb img {
  width: 20vw;
}

#section_charge .charge dt h4 {
  color: #6699c3;
  font-size: 4.5vw;
  font-weight: 500;
  line-height: 1.7em;
}

#section_charge .charge.rapid dt h4 {
  line-height: 1.4em;
}

#section_charge .charge.rapid dt .thumb {
  padding-top: 1.5vw;
}

#section_charge .charge:hover dt h4,
#section_charge .charge.open dt h4 {
  text-shadow: 4px 2px 0px #fff;
}

#section_charge .charge dt h4 .small {
  font-size: 3.5vw;
}

#section_charge .charge dt h4 .large {
  font-size: 6vw;
  padding: 1vw 0;
}

#section_charge .charge.rapid dt h4 .large {
  background: linear-gradient(transparent 75%, #fdc848 0%);
}

#section_charge .charge.standard dt h4 .large {
  background: linear-gradient(transparent 75%, #ece76d 0%);
}

#section_charge .charge:hover dt h4 .large,
#section_charge .charge.open dt h4 .large {
  background: none;
}

#section_charge .charge dd {
  padding: 5vw 1vw 5vw 2vw;
  display: none;
}

#section_charge .charge.open dd {
  display: block;
}

#section_charge .charge .charge_table {
}

#section_charge .charge .charge_table table {
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.7em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}

#section_charge .charge .charge_table th,
#section_charge .charge .charge_table td {
  vertical-align: middle;
}

#section_charge .charge .charge_table th {
  background-color: #90badd;
  padding: 5vw 2vw;
  white-space: nowrap;
  color: #fff;
}

#section_charge .charge .charge_table th .small {
  font-size: 2.5vw;
}

#section_charge .charge .charge_table td {
  background-color: #fff;
  padding: 5vw 2vw;
}

#section_charge .charge .charge_table td img {
  display: inline-block;
  height: 7vw;
  width: auto;
}

#section_charge .charge .charge_table thead {

}

#section_charge .charge .charge_table thead th {
  text-align: center;
}

#section_charge .charge .charge_table thead th:first-child {
  opacity: 0;
}

#section_charge .charge .charge_table tbody {

}

#section_charge .charge .charge_table tbody th {

}

#section_charge .charge .charge_table tbody td {

}

#section_charge .charge .charge_table tbody td.time {
  padding-top: 5vw;
  text-align: center;
}

#section_charge .charge .charge_table tbody td .small {
  font-size: 2.5vw;
}

#section_charge .charge .charge_table tbody td .large {
  font-size: 6vw;
}

#section_charge .charge .charge_section {
  margin-top: 10vw;
}

#section_charge .charge .charge_section h5 {
  margin-bottom: 3vw;
  font-size: 4.5vw;
  font-weight: bold;
}

#section_charge .charge .charge_section p {
  font-size: 4.5vw;
  line-height: 1.7em;
}

#section_charge .charge .charge_port p {
}

#section_charge .charge .charge_port p img {
  position: relative;
  margin: 0 auto;
  margin-bottom: 3vw;
}

#section_charge .charge .charge_movie .movie {
  position: relative;
  margin: 0 auto;
}

#section_charge .charge .charge_feature {
  display: none;
}

#section_charge .charge .caution {
  margin-top: 30px;
}

#section_charge .car {
  position: relative;
}

#section_charge .car img {
  display: block;
}

#section_charge .car .circle {
  position: absolute;
  width: 10vw;
  height: 10vw;
}

#section_charge .car .circle:before,
#section_charge .car .circle:after {
  position: absolute;
  display: block;
  content: ' ';
  background-repeat: no-repeat;
  background-size: contain;
}

#section_charge .car .circle:before {
  top: calc(16.7%);
  left: calc(16.7%);
  width: 66.7%;
  height: 66.7%;
}

#section_charge .car .circle:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: circle_anim1 2s ease 0s infinite;
}

#section_charge .car .circle.orange {
  top: 2.5vw;
  right: 21.7vw;
}

#section_charge .car .circle.orange:before {
  background-image: url(../image/ico_circle_orange_1.png);
}

#section_charge .car .circle.orange:after {
  background-image: url(../image/ico_circle_orange_2.png);
}

#section_charge .car .circle.yellow {
  bottom: 5vw;
  left: 27vw;
}

#section_charge .car .circle.yellow:before {
  background-image: url(../image/ico_circle_yellow_1.png);
}

#section_charge .car .circle.yellow:after {
  background-image: url(../image/ico_circle_yellow_2.png);
}

/* ------------------------------------------------------------
*
  #section_stand
*
------------------------------------------------------------ */
#section_stand {

}

#section_stand .cols {
  margin-top: 5vw;
  margin-bottom: 10vw;
}

#section_stand .col .map {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 70vw;
  height: 70vw;
  margin: 0 auto;
  background: url(../image/img_map.png) no-repeat;
  background-position: center center;
  background-size: contain;
}

#section_stand .col .map p {
  font-size: 5vw;
  font-weight: 600;
  text-align: center;
  width: 70vw;
}

#section_stand .col .map p .large {
  display: inline-block;
  font-size: 16vw;
  margin-top: 3vw;
  padding: 0 1vw;
}

#section_stand .col .fig {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

#section_stand .col .fig p {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 70vw;
  margin: 0 auto;
  padding: 5vw;
  font-size: 4vw;
  font-weight: 600;
  background-color: #fff;
}

#section_stand .col .fig p + p {
  margin-top: 4vw;
}

#section_stand .col .fig p .small {
  margin-left: 6vw;
}

#section_stand .col .fig p .large {
  font-size: 4.5vw;
  padding: 0 0.5vw;
}

/* ------------------------------------------------------------
*
  #section_cable
*
------------------------------------------------------------ */
#section_cable {
  margin-bottom: 10vw;
}

#section_cable .cols {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 30px;
  padding-left: 35vw;
  background: url(../image/img_charge_plug_sp.png) no-repeat;
  background-size: contain;
  background-position: center left 5vw;
}

#section_cable .cols .col {
  margin-top: 10vw;
}

#section_cable .cols .col:last-child {
  margin-top: 0;
}

#section_cable .cols .col h4 {
  color: #6699c3;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 1vw;
}

#section_cable .cols .col h4 .small {
  font-size: 4vw;
}

#section_cable .cols .col p {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.7em;
}

#section_cable .cols .col p.caution {
  font-size: 3vw;
  margin-top: 3vw;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

/* ------------------------------------------------------------
*
  #section_remote
*
------------------------------------------------------------ */
#section_remote {
  margin-bottom: 10vw;
}

#section_remote .cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 7.5vw;
  margin-top: 10vw;
  margin-bottom: 5vw;
}

#section_remote .cols .col {
  width: calc(50% - 2.5%);
}

#section_remote .cols .col:first-child {
  width: 100%;
  margin-bottom: 5vw;
}

#section_remote .cols .col:last-child {
  margin-left: 5%;
}

#section_remote .cols .col .note {
  font-size: 3vw;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.4em;
}

/* ------------------------------------------------------------
*
  #section_search
*
------------------------------------------------------------ */
#section_search {
  margin-bottom: 10vw;
}

#section_search .cols {
  padding: 7vw;
  background-color: #90badd;
}

#section_search .cols .col {
  margin-top: 10vw;
}

#section_search .cols .col:first-child {
  margin-top: 0;
}

#section_search .cols .col h4 {
  color: #fff;
  font-size: 4.5vw;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
}

#section_search .cols .col .pic img {
}

#section_search .cols .col .note {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.4em;
}

#section_search .memo {
    font-size: 11px;
    text-align: right;
	margin-top: 4px;
}

/* ------------------------------------------------------------
*
  #section_card
*
------------------------------------------------------------ */
#section_card {
  margin-bottom: 15vw;
}

#section_card .cols {
  margin-top: 7vw;
}

#section_card .cols .col.card {
  margin-bottom: 5vw;
}

#section_card .cols .col .pic {
  text-align: center;
  font-size: 3vw;
}

#section_card .cols .col .pic img {
  margin-bottom: 1vw !important;
}

#section_card .cols .col.card .pic img {
  width: 56vw;
  margin: 0 auto;
}

#section_card .cols .col.mark .cols2 {
  display: flex;
  justify-content: center;
}

#section_card .cols .col.mark .cols2 .col2 {
  margin: 0 3vw;
}

#section_card .cols .col.mark .pic img {
  width: 25vw;
  margin: 0 auto;
}

#section_card .cols .col .note {
  font-size: 3.5vw;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.4em;
  text-align: center;
}

#section_card .caution {
  margin-top: 10vw;
}

#section_card .btn_yellow span {
  font-size: 2.5vw;
  color: #666666 !important;
}



/* ------------------------------------------------------------
*
  #section_plan
*
------------------------------------------------------------ */
#section_plan {
  /*margin-bottom: 50px;*/
}

#section_plan .table {
  margin-bottom: 15px;
}

#section_plan .table dl {
  display: flex;
  flex-wrap: wrap;
}

#section_plan .table dt {
  box-sizing: border-box;
  width: 100%;
  background-color: #90badd;
  padding: 10px 25px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

#section_plan .table dd {
  box-sizing: border-box;
  width: 100%;
  padding: 5vw 0 5vw;
  background-color: #fff;
  margin-bottom: 5vw;
  text-align: center;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.7em;
}

#section_plan .table dd img {
  height: 10vw;
  width: auto;
}

#section_plan .table dd.fee img {
  height: 15.5vw;
}

#section_plan .table dd .large {
  font-size: 10vw;
}

#section_plan .table dd .small {
  font-size: 4vw;
}

#section_plan .table dd.wide {
  background: none;
  padding: 0;
}

#section_plan .table dd table {
  box-sizing: border-box;
  width: 100%;
}

#section_plan .table dd th {
  box-sizing: border-box;
  background-color: #90badd;
  padding: 3vw;
  font-size: 3vw;
  font-weight: 600;
  text-align: center;
  border-top: 1px solid #e7eef5;
}

#section_plan .table dd td {
  text-align: center;
  background-color: #fff;
  vertical-align: middle;
  border-top: 1px solid #e7eef5;
  border-left: 1px solid #e7eef5;
}

#section_plan .info {
  margin-top: 10vw;
}

#section_plan .info h4 {
  font-size: 4.5vw;
  font-weight: bold;
  color: #6699c3;
  margin-bottom: 15px;
}

#section_plan .info p {
  font-size: 4vw;
  padding-left: 4vw;
}

#section_plan .memo {
    font-size: 11px;
    text-align: right;
	margin-bottom: 4px;
}

/* ------------------------------------------------------------
*
  #section_bottom
*
------------------------------------------------------------ */
#section_bottom {
  padding: 15vw 0 20vw;
}

#section_bottom h3 {
  font-size: 4.2vw;
  line-height: 1.7em;
  padding: 0;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5vw;
}


.modal_mov_open {
  position: relative;
  cursor: pointer;
  line-height: 0;
}

.modal_mov_open.covered::after {
  content:"";
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;

  background: url(/auto-archive/clarity/phev/2019/webcatalog/image/pic_movie_play.png) center center no-repeat rgba(0, 0, 0, .5);
  background-size: 91px auto;
  transition: background .2s ease-out;
}

.modal_mov_open.covered:hover::after {
  background-color: rgba(0, 0, 0, 0);
}

.modal_mov_open.covered.min::after {
  background-image: url(/auto-archive/clarity/phev/2019/webcatalog/image/pic_movie_play_min.png);
  background-size: 41px auto;
}

.modal_mov_open img {
  width: 100%;
  height: auto;
}


/* ------------------------------------------------------------
*
  Banner_Wired
*
------------------------------------------------------------ */
.banner_wired{
  margin-top: -50px;
}

}
