@charset "UTF-8";
/* TOPの追加スタイル
-----------------------------------*/
.ichimatu-line {
  position: relative;
  padding: 60px 20px;
}
.ichimatu-line::after,
.ichimatu-line::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 100%;
  left: 0;
  right: 0;
  background: linear-gradient(45deg, #e1e1e1 25%, transparent 25%, transparent 75%, #e1e1e1 75%),
    linear-gradient(45deg, #e1e1e1 25%, transparent 25%, transparent 75%, #e1e1e1 75%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}
.ichimatu-line::after {
  bottom: 0;
}
.ichimatu-line::before {
  top: 0;
}
@media screen and (min-width: 736px) {
  .ichimatu-line {
    padding: 80px 40px;
  }
}

.bg-card {
  padding: 60px 15px;
  background-color: #c3dce5;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 736px) {
  .bg-card {
    padding: 80px 40px;
  }
}

.cards-catch {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cards-catch::before {
  content: '';
  background: url('../img/icon-matome.png') no-repeat;
  background-size: contain;
  display: block;
  width: 87px;
  height: 43px;
  margin-bottom: 15px;
}
@media screen and (min-width: 736px) {
  .cards-catch {
    font-size: 18px;
    font-size: 1.8rem;
    flex-direction: row;
    text-align: left;
  }
  .cards-catch::before {
    margin-right: 15px;
    margin-bottom: 0;
  }
}

/* ボタン */
.btn.top-matome-link {
  display: flex;
  align-items: center;
  padding: 20px 40px 20px 20px;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  line-height: 1.5;
  font-weight: 700;
  width: 100%;
  max-width: 600px;
  margin: 20px auto 0;
  color: #0079ff;
}
.btn.top-matome-link::after {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0079ff;
  border-right: 2px solid #0079ff;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(45deg);
}
.btn.top-matome-link:hover {
  border: 2px solid #106aa7;
  color: #106aa7;
  text-decoration: none;
  background: #fffdf3;
}
.btn.top-matome-link:hover::after {
  color: #106aa7;
}
@media screen and (min-width: 736px) {
  .btn.top-matome-link {
    font-size: 24px;
    font-size: 2.4rem;
    justify-content: center;
    text-align: center;
  }
}

/* モデル一覧追加ブロック
-----------------------------------*/
/* テキスト部分の余白 */
.inner-text {
  width: calc(100% - calc(3vw * 2));
  margin: auto;
}
@media screen and (min-width: 960px) {
  .inner-text {
    width: calc(100% - calc(72px * 2));
  }
}

/* 小見出し */
.sub-title {
  text-align: left;
  line-height: 1.5;
  font-size: 20px;
  font-size: 2rem;
}
.sub-title.style1 {
  padding: 10px 5px 10px 28px;
  border-top: 2px solid #322b2b;
  border-bottom: 2px solid #322b2b;
  margin-top: 40px;
  position: relative;
}
.sub-title.style1::before {
  content: '◎';
  padding-right: 8px;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #fff;
}
@media screen and (min-width: 736px) {
  .sub-title.style1 {
    border: none;
  }
  .sub-title.style1::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #322b2b;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    z-index: -1;
  }
  .sub-title.style1 span {
    padding: 0 1em 0 0;
    background-color: #fff;
    display: inline-block;
  }
}

/* 小見出しに紐付く画像コンテンツ */
.inner-img-block {
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 1260px) {
  .inner-img-block {
    margin-top: 12px;
  }
}

.inner-anchor-element-for-sp {
  display: inline;
}
@media screen and (min-width: 960px) {
  .inner-anchor-element-for-sp {
    display: none;
  }
}

.inner-anchor-element-for-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .inner-anchor-element-for-pc {
    display: inline;
  }
}

.inner-img-element {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .inner-img-element {
    width: 640px;
  }
}
@media screen and (min-width: 1260px) {
  .inner-img-element {
    width: 1016px;
  }
}

/*　調整用margin */
.mt20 {
  margin-top: 20px;
}

/* 説明文 */
.ex-text {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
  margin-top: 1.5em;
}
@media screen and (min-width: 736px) {
  .ex-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* 情報 */
.info-box {
  background-color: #e4ebf2;
  padding: 0 2em 1.5em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  margin: 40px auto 0;
  width: 100%;
  max-width: 600px;
}
.info-box .box-tit {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.5;
  border-left: 4px solid #050505;
  padding-left: 6px;
  font-weight: 700;
  margin-top: 1.5em;
}
.info-box .box-text {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.5;
  padding-left: 10px;
  margin-top: 1.5em;
}

.table-block2 {
  margin-top: 40px;
  padding-bottom: 10px;
  overflow: auto;
  min-width: 100%;
}
.table-block2.card4 {
  max-width: calc(160px + calc(240px * 4));
}
.table-block2.card3 {
  max-width: calc(160px + calc(240px * 3));
}
.table-block2.card2 {
  max-width: calc(160px + calc(240px * 2));
}
.table-block2.card1 {
  max-width: calc(160px + 240px);
}
.table-block2.mt2 {
  margin-top: 2px;
}
.table-block2 thead th,
.table-block2 tbody th {
  background-color: #6d6d72;
  width: 160px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 400;
}
.table-block2 thead td,
.table-block2 tbody td {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  width: 240px;
}

.tr-nth-child tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.tr-nth-child tr:hover,
.tr-nth-child tr:focus {
  background-color: #fff6c0;
}

.nth-child:nth-child(odd) {
  background-color: #f8f8f8;
}
.nth-child:hover,
.nth-child:focus {
  background-color: #fff6c0;
}

/* スクロールバー
テーブルにスクロールバーを出現させたい時にclass="scrollber"を追加 */
.scrollber {
  min-width: 1040px;
  -webkit-overflow-scrolling: touch;
}

/* ボタン */
.btn.matome-link {
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  line-height: 1.5;
  width: 100%;
  max-width: 600px;
  margin: 4vw auto;
}
.btn.matome-link::after {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0079ff;
  border-right: 2px solid #0079ff;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(45deg);
}
.btn.matome-link::before {
  content: '';
  background: url('../img/icon-matome.png') no-repeat;
  background-size: contain;
  display: block;
  width: 50px;
  height: 25px;
  margin-right: 15px;
}
.btn.matome-link:hover {
  border: 2px solid #106aa7;
  color: #106aa7;
  text-decoration: none;
  background: #fffdf3;
}
.btn.matome-link:hover::after {
  color: #106aa7;
}
@media screen and (min-width: 736px) {
  .btn.matome-link::before {
    width: 87px;
    height: 43px;
  }
}

/*-----------------------------------
充電カードTOPページ
-----------------------------------*/
.block-cards .inner {
  margin: auto;
}
.block-cards .page-header {
  padding: 30px 4vw;
  margin: 0 -2%;
  position: relative;
}
.block-cards .page-header::after {
  position: absolute;
  content: '';
  height: 10px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(45deg, #e1e1e1 25%, transparent 25%, transparent 75%, #e1e1e1 75%),
    linear-gradient(45deg, #e1e1e1 25%, transparent 25%, transparent 75%, #e1e1e1 75%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}
@media screen and (min-width: 960px) {
  .block-cards .page-header {
    margin: 0 auto;
  }
}
.block-cards .page-title,
.block-cards .page-title-sub {
  text-align: left;
  color: #2f2f32;
  line-height: 1.4;
  font-weight: bold;
}
.block-cards .page-title {
  font-size: 30px;
  font-size: 3rem;
}
.block-cards .page-title-sub {
  font-size: 16px;
  font-size: 1.6rem;
}
.block-cards .description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1em 4vw;
}
.block-cards tbody {
  /*tr{
	background-color: transparent;
	&:hover{
	 background-color: #f6dc48;
	}
}*/
}
.block-cards tbody td {
  padding: 8px 10px;
}
.block-cards tbody td.right {
  text-align: right;
}
.block-cards tbody td.left {
  text-align: left;
}
.block-cards tbody td span {
  display: block;
}
.block-cards .section-block + .section-block {
  margin-top: 60px;
}
.block-cards .section-block.charging-cards-detail {
  text-align: center;
}
.block-cards .btn-center {
  margin: 40px auto 0;
  width: 100%;
  max-width: 480px;
}

.odd {
  background-color: #fff;
}

.even {
  background-color: #f8f8f8;
}

/* さらに狭く */
.inner-narrow {
  max-width: 880px;
  margin: 0 auto;
}

b.small {
  font-weight: normal !important;
  font-size: 12px;
  padding-left: 4px;
}
b.red {
  font-weight: normal !important;
  font-size: 12px;
  color: #fc4949;
  display: block;
}

/* カードページのみスタイル */
.cards-body {
  padding: 0 3.2vw;
}
.cards-body .p-text {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.65;
  margin-top: 1.5em;
}
@media screen and (min-width: 736px) {
  .cards-body {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .cards-body {
    margin-bottom: 80px;
  }
}

.cards-header {
  padding: 1.5em 0;
  text-align: center;
}
.cards-header p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1.5em;
}

.cards-title {
  font-size: 32px;
  font-size: 3.2rem;
  color: #468cbd;
  line-height: 1.4;
}
.cards-title sapn {
  display: inline-block;
}
.cards-title::before {
  content: url('../img/icon-matome.png');
  display: block;
  margin-bottom: 15px;
}

.table-caption {
  min-width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  background-color: #43b239;
  margin-top: 1.5em;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .table-caption {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.table-caption.blue {
  background-color: #00479d;
}
.table-caption + table {
  margin-top: 2px;
}

.td-red {
  background-color: #fc4949;
  color: #fff;
}

.td-blue {
  background-color: #0371aa;
  color: #fff;
}

/* 注釈 */
.kome {
  text-indent: -1.3em;
  padding-left: 1.3em;
  text-align: left;
  color: #777474;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.kome::before {
  content: '※';
}

/* 番号付き注釈 */
ol.kome-number {
  counter-reset: mynumber;
  list-style-type: none;
  text-align: left;
  margin-top: 1em;
}
ol.kome-number li {
  text-indent: -2em;
  padding-left: 2em;
  margin-top: 0.5em;
  color: #777474;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
ol.kome-number li::before {
  counter-increment: mynumber;
  content: '※' counter(mynumber);
  margin-right: 5px;
}
ol.kome-number.three {
  counter-reset: mynumber 2;
}
ol.kome-number.four {
  counter-reset: mynumber 3;
}
ol.kome-number.five {
  counter-reset: mynumber 5;
}
@media screen and (min-width: 960px) {
  ol.kome-number {
    margin-top: 0.5em;
  }
}

.border-frame {
  border-top: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
  padding: 1.5em 1em;
  margin-top: 1.5em;
}

/* カードリスト */
.cards-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  margin: 40px auto 0;
  max-width: 480px;
}
.cards-list li {
  width: 48%;
  min-height: 110px;
  max-width: 210px;
  margin: 0 auto 15px;
  background: url('../img/bg-card-img2.png') no-repeat center #259de0;
  background-size: cover;
  font-size: 15px;
  font-size: 1.5rem;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
  list-style: none;
}
.cards-list li:nth-child(even) {
  background: url('../img/bg-card-img1.png') no-repeat center #0371aa;
}
.cards-list li.last {
  background-image: none;
  background-color: #d9d9d9;
  margin-left: auto;
}
.cards-list li.last a {
  color: #1e75fb;
}
.cards-list li span {
  display: inline-block;
  line-height: 1.3;
  text-align: center;
}
.cards-list li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-width: 100%;
  min-height: 110px;
  padding: 15px;
  color: #fff;
  position: relative;
  border: 2px solid transparent;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.cards-list li a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 14px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.cards-list li a:hover {
  text-decoration: none;
  border: 2px solid #ffae00;
}

/* カード個別 */
.card-single {
  width: 98%;
  min-height: 110px;
  max-width: 210px;
  margin: 10px auto;
  background: url('../img/bg-card-img2.png') no-repeat center #259de0;
  background-size: cover;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.card-single span {
  display: inline-block;
  line-height: 1.3;
}
.card-single.card-blue {
  background: url('../img/bg-card-img1.png') no-repeat center #0371aa;
}
.card-single.card-gray {
  background-image: none;
  background-color: #d9d9d9;
  margin-left: auto;
  color: #050505;
}

/* blogリスト */
.box-frame {
  border: 10px solid #d9d9d9;
  margin: 20px -40px 40px;
  padding: 0 1em 30px;
}
@media screen and (min-width: 960px) {
  .box-frame {
    margin: 20px 0 40px;
    padding: 0 0 30px;
  }
}

.list {
  margin-top: 36px;
  padding: 0 12px;
  list-style: none;
}
@media screen and (min-width: 960px) {
  .list {
    padding: 0 72px;
  }
}
.list li {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.5;
}
.list li + li {
  margin-top: 24px;
}
.list li.item-arrow {
  position: relative;
  padding-left: 2em;
}
.list li.item-arrow::before {
  content: url('../img/evlibrary-arrow1.png');
  position: absolute;
  display: inline-block;
  left: 0;
  top: 2px;
}
.list li.item-arrow a {
  color: #050505;
}
@media screen and (min-width: 960px) {
  .list li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 736px) {
  /* カードリスト */
  .cards-list {
    margin: 40px auto 0;
    max-width: 980px;
  }
  .cards-list li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 15px;
    max-width: none;
    min-height: 124px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cards-list li a {
    min-height: 124px;
  }
  .page-title {
    font-size: 32px;
    font-size: 3.2rem;
    text-align: center !important;
  }
  .page-title-sub {
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: -3vw;
  }
}
@media screen and (min-width: 960px) {
  .block-cards .page-header {
    padding: 48px 4vw;
    margin: 0 auto;
  }
  .block-cards .description {
    padding: 1.5em;
    text-align: center;
  }
  .cards-body {
    padding: 0;
  }
  /* カードリスト */
  .cards-list {
    margin-top: 40px;
  }
  .cards-list li {
    width: calc(100% / 4 - 20px);
    margin: 0 10px 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
