@charset "UTF-8";

/************************************************************
INDEX
************************************************************/

.knowledge_index {
  margin-top: 40px;
}

.knowledge_index a {
  display: block;
  width: 100%;
  height: 100%;
}

.knowledge_index a .ttl {
  margin-top: 10px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.knowledge_index a .ttl span {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}

.knowledge_index a .ttl .fa {
  color: #e47e24;
}

.knowledge_index a .description {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
}
.battery-list__btns li a:hover {
  background-color: #006948;
  color: #fff;
  cursor: pointer;
}
.products-sec__container{
  align-items: flex-start;
}
.products-sec__block{
  padding: 24px 16px;
}
.products-sec__block a{
  padding: 0;
  display: inline-block;
  margin: 40px 0;
}
.products-sec__block--btn{
  margin: 0 auto;
}
.products-sec__block--overview .description{
  height: auto;
  display: none;
}
.products-sec__block--overview .title:hover{
  cursor: pointer;
  opacity: .8;
}
.products-sec__block--overview .title::after{
  transform: rotate(180deg);
}
.products-sec__block--overview .title.open::after{
  transform: rotate(0);
}

/*目次*/
.battery-article__content .table-of-contents{
  max-width: 510px;
}
.battery-article__content .table-of-contents__list {
  margin-left: 20px;
}
.battery-article__content .table-of-contents__list>li>ol {
  margin-left: 20px;
}
.battery-article__content .table-of-contents__list>li>ol>li.indent{
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.battery-article__content .table-of-contents__list>li>ol >li>ol{
  margin-left: 20px;
}
.battery-article__content .table-of-contents__list>li>ol >li>ol>li{
  list-style: none;
}
.battery-article__content .table-of-contents__list a:hover{
  color: #006948;
  opacity: .8;
}
.battery-article__content .table-of-contents__list>li{
  list-style: none;
}
.battery-article__content a.link{
  color: #00aca0;
}
.battery-article__content a.link:hover{
  opacity: .8;
}

/* ---------------TB/SP */

@media screen and (max-width: 970px) {

.knowledge_index a .ttl {
  font-size: 16px;
}

.knowledge_index a .ttl span {
  font-size: 12px;
}

.knowledge_index a .description {
  font-size: 12px;
}

}

/************************************************************
LIST
************************************************************/

.knowledge_list a {
  display: block;
  width: 100%;
  height: 100%;
}

.knowledge_list a .ttl {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.knowledge_list a .ttl .fa {
  color: #e47e24;
  font-size: 21px;
  line-height: 1.6;
}

.knowledge_list a .description {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.4;
}

/* ---------------TB/SP */

@media screen and (max-width: 970px) {

.knowledge_list a .ttl {
  font-size: 12px;
}

.knowledge_list a .description {
  font-size: 12px;
}

}

/************************************************************
DETAIL
************************************************************/

.col3_list.supported {
  margin-top: 20px;
  text-align: center;
}

.col3_list.supported .fa {
  display: block;
  color:#e47e24;
  font-size: 21px;
  line-height: 1;
  text-align: center;
}

.spec_icon {
  margin-top: 10px;
}

/***************************float*/

.fig_right {
  float: right;
  margin: 0 0 5px 5px;
}

.fig_left {
  float: left;
  margin: 0 5px 5px 0;
}

/* ---------------SP */

@media screen and (max-width: 640px) {

.fig_right {
  float: none;
  display: block;
  margin: 0 0 0 0;
  text-align: center;
}

.fig_left {
  float: none;
  display: block;
  margin: 0 0 0 0;
  text-align: center;
}

}

/************************************************************
CAR BASIC
************************************************************/
.format-area{
  max-width: 568px;
  width: 100%;
  margin: 30px auto;
}
.format-tit{
  background: #171c60;
  color: #fff;
  text-align: center;
  border-radius: 14px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 2px 0;
  margin-bottom: 10px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', sans-serif;
}
.format-num-wrap{
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.format-num{
  margin-right: 8px;
}
.format-num:last-child{
  margin-right: 0;
}
.format-num-l{
  font-weight: bold;
  font-size: 53px;
  line-height: 1;
  font-family: 'arial', Helvetica, Roboto , 'MS Sans Serif', sans-serif;
}
.format-num span{
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  padding: 2px 0;
  font-family: 'arial', Helvetica, Roboto , 'MS Sans Serif', sans-serif;
  font-weight: 600;
}
.format-area .red{
  background: #e63182;
}
.format-area .green{
  background: #13af68;
}
.format-area .yellow{
  background: #f9be00;
}
.format-area .blue{
  background: #2ca7e2;
}
.format-area .navy{
  background: #4d4399;
}
.format-num-l.red{
  background: transparent;
}
.format-area02{
  max-width: 432px;
}
.format-block{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 10px;
}
.format-num-l .line{
  display: block;
  width: 20px;
  height: 5px;
  background: #333;
  margin-top: 24px;
}
.format-num-l .box{
  display: block;
  border: 3px solid #333;
  width: 38px;
  height: 38px;
  margin-top: 7px;
  margin-bottom: 8px;
}
.format-txt-list{
  list-style: none;
}
.format-txt-list li{
  margin-bottom: 2px;
}
.format-txt-list li span{
  color: #fff;
  font-size: 16px;
  font-family: 'arial', Helvetica, Roboto , 'MS Sans Serif', sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 0px 8px;
  margin-right: 3px;
}
.format-txt{
  display: inline-block;
  font-size: 12px;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 900;
}
.format-des{
  font-size: 12px;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.format-table{
  font-size: 12px;
  line-height: 1.2;
  border-collapse: collapse;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', sans-serif;
}
.format-table td{
  padding: 9px 12px;
  border-right: 2px solid #a6a6a6;
  border-bottom: 2px solid #a6a6a6;
  vertical-align: middle;
  text-align: center;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 400;
}
.format-table th{
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 0 12px;
}
.format-table-tit{
  background: #999;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 8px 22px;
  white-space: nowrap;
}
.format-table tr:first-child td:nth-child(2) .format-table-tit{
  margin-right: 5px;
}
.format-table tr:first-child td{
  border-bottom: none;
  padding: 0 5px;
}
.format-table tr td:nth-child(2){
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 900;
}
.format-table tr td:nth-child(2) span{
  display: block;
}
.format-table tr td:nth-child(3){
  max-width: 226px;
  font-size: 12px;
  text-align: left;
}
.format-table tr td:nth-child(4){
  max-width: 194px;
}
.plus,
.format-table tr td:nth-child(2) span.plus{
  display: inline-block;
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  line-height: .89;
  margin-right: 2px;
}
.plus{
  padding-left: 1px;
  text-align: center;
}
.minus,
.format-table tr td:nth-child(2) span.minus{
  display: inline-block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  line-height: .89;
  border: 1px solid #000;
  vertical-align: bottom;
  margin-right: 2px;
}
.format-inner .format-table-sub{
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
.format-inner .format-table-sub th{
  color: #000;
  font-weight: normal;
  font-size: 10px;
  padding: 0;
  text-align: center;
  border: 2px solid #a6a6a6;
}
.format-inner .format-table-sub td{
  padding: 0;
}
.format-inner .format-table-sub tr:first-child td{
  border-bottom: 2px solid #a6a6a6;
  border-top: 2px solid #a6a6a6;
  background: #a6a6a6;
}
.format-inner .format-table-sub tr:first-child th{
  border-right: 2px solid #fff;
  background: #a6a6a6;
}
.format-inner .format-table-sub tr:first-child td:nth-child(2){
  border-right: 2px solid #fff;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 400;
}
.format-inner .format-table-sub tr td:nth-child(2){
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 400;
}
.format-inner .format-table-sub tr td:nth-child(3){
   text-align: center;
}
.format-inner .txt-top{
  margin-bottom: 5px;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 400;
}
.format-inner .txt-bottom{
  text-align: right;
}
.division-table{
  font-size: 11px;
  border-collapse: collapse;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  margin-bottom: 12px;
}
.division-table th,
.division-table td{
  border: 2px solid #b6b6b6;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 600;
  padding: 2px 0;
}
.division-table thead tr:first-child th{
  background: #b6b6b6;
  color: #fff;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 600;
  font-size: 14px;
  padding: 5px 0;
}
.division-table thead tr:nth-child(2) th{
  padding: 8px 0;
}
.division-table thead tr:nth-child(2) th:nth-child(odd){
  background: #fcbb00;
}
.division-table tbody tr td:nth-child(odd){
  background: #ffe6b0;
}
.advice-wrap{
  display: flex;
  line-height: 1.4;
}
.advice-tit{
  background: #f59701;
  color: #fce6aa;
  font-size: 14px;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 600;
  max-width: 104px;
  width: 100%;
  padding: 10px;
}
.advice-txt{
  background: #fce6aa;
  font-size: 12px;
  padding: 12px 9px;
}

.format-area03{
  max-width: 535px;
  padding-left: 9px;
}
.format-area03 .format-num-wrap{
  justify-content: flex-start;
}
.format-area03 .format-num-l{
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 800;
  font-size: 48px;
}
.format-num-bottom-list{
  display: flex;
  list-style: none;
  width: 100%;
  margin-bottom: 10px;
}
.format-num-bottom-list li{
  display: flex;
  align-items: center;
  margin-right: 38px;
}
.format-num-bottom-list li:last-child{
  margin-right: 0;
}
.format-num-bottom-list li span{
  color: #fff;
  font-family: 'arial', Helvetica, Roboto , 'MS Sans Serif', sans-serif;
  font-weight: 900;
  font-size: 20px;
  display: block;
  padding: 1px 6px;
  line-height: 1;
  margin-right: 14px;
}
.format-num-bottom-list li p{
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 800;
}
.format-num-bottom-s{
  margin-bottom: 10px;
}
.format-num-bottom-l{
  font-size: 20px;
  margin-bottom: 20px;
}
.type-table-wrap{
  max-width: 450px;
}
.type-table-tit{
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}
.type-table-tit-left{
  font-weight: bold;
  font-size: 20px;
}
.type-table-tit-right{
  font-size: 16px;
}
.type-table{
  border-collapse: collapse;
  width: 100%;
}
.type-table th,
.type-table td{
  border: 2px solid #000;
  text-align: center;
}
.type-table thead th{
  background: #eeeeef;
  font-weight: bold;
}

.format-area04 .format-txt-list li{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 14px;
}
.format-area04 .format-txt-list li > span{
  margin-right: 10px;
  padding: 3px 8px;
}
.format-txt-list li .format-txt span{
  color: #333;
  padding: 0;
  margin-right: 0;
  font-size: 12px;
}
.format-num-tit{
  border: 1px solid #b6b6b6;
  font-size: 12px;
  border-radius: 50px;
  line-height: 1;
  padding: 4px 34px;
  text-align: center;
  display: inline-block;
  font-family: 'arial', Helvetica, Roboto , 'MS Sans Serif', sans-serif;
  font-weight: 600;
}
.format-block-bottom{
  background: #b6b6b6;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: 'arial', Helvetica, Roboto , 'MS Sans Serif', sans-serif;
  font-weight: 600;
  padding: 2px 0;
  margin-bottom: 20px;
}

.comparison-table-wrap{
  max-width: 810px;
  width: 100%;
  margin: 20px auto;
  position: relative;
}
.comparison-table{
  width: 100%;
  border-collapse: collapse;
  line-height: 1;
  margin-bottom: 10px;
  min-width: 780px;
}
.comparison-table th,
.comparison-table td{
  border: 2px solid #A6A6A6;
  text-align: center;
  vertical-align: middle;
}
.comparison-table thead th{
  background: #31A7E0;
  border: 2px solid #fff;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 600;
}
.comparison-table thead tr:first-child th:last-child{
  font-size: 18px;
  padding: 15px 0;
}
.comparison-table thead tr th:first-child{
  background: transparent;
}
.comparison-table thead tr th:last-child{
  border-right: 1px solid #A6A6A6;
}
.comparison-table thead tr:last-child th{
  border-bottom: none;
  font-size: 14px;
  padding: 12px 0;
  line-height: 1.2;
}
.comparison-table tbody th{
  background: #A6A6A6;
  border: none;
  border-bottom: 2px solid #fff;
  padding: 8px 10px;
  text-align: left;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 700;
  font-size: 14px;
  height: 58px;
  line-height: 1.2;
}
.comparison-table tbody tr:last-child th{
  border-bottom: 2px solid #A6A6A6;
}
.comparison-table tbody tr:first-child td{
  border-top: none;
}
.comparison-table td{
  width: 8.7%;
  font-size: 16px;
}
.comparison-table td span{
  font-size: 12px;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 600;
}
.comparison-table .line{
  display: block;
  width: 10px;
  height: 2px;
  background: #333;
  margin: 0 auto;
}
.comparison-table-cap{
  font-size: 14px;
  line-height: 1.4;
  max-width: 810px;
  margin: 0 auto;
}
.ps__thumb-x, .ps__rail-x:hover > .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
    background: #238966;
    height: 10px;
}

@media screen and (max-width: 768px){
  .format-area04 .format-block{
    flex-direction: column;
  }
  .format-num-left,
  .format-num-right{
    text-align: center;
  }
  .comparison-table-wrap{
     padding-bottom: 10px;
  }
}

@media screen and (max-width: 480px){
  .format-table-tit{
    font-size: 12px;
    padding: 5px 0;
  }
  .format-table tr:first-child td:nth-child(2) .format-table-tit{
    margin-right: 0;
  }
  .format-table th{
    padding: 0 5px;
  }
  .format-table td{
    padding: 0 5px;
  }
  .format-table tr:first-child td{
    padding: 0 2px;
  }
  .format-table tr td:nth-child(3){
    font-size: 10px;
  }
  .format-block{
    padding: 0;
  }
  .format-area02 .format-tit{
    font-size: 12px;
  }
  .format-num-l{
    font-size: 40px;
  }
  .format-num-l .line{
    width: 14px;
    height: 3px;
    margin-top: 18px;
  }
  .format-num-l .box{
    width: 30px;
    height: 30px;
    margin-top: 4px;
    margin-bottom: 6px;
  }
  .format-txt-list li span{
    margin-right: 0;
    font-size: 12px;
  }
  .format-txt{
    font-size: 10px;
  }
  .format-area03 .format-num-l{
    font-size: 36px;
  }
  .format-num-bottom-s{
    font-size: 14px;
  }
  .format-num-bottom-l{
    font-size: 16px;
  }
  .format-num-bottom-list li{
    margin-right: 16px;
  }
}
@media screen and (max-width: 360px){
  .format-area02 .format-tit{
    font-size: 10px;
  }
  .format-area02 .format-block{
    flex-direction: column;
  }
  .advice-txt{
    font-size: 10px;
  }
  .format-num-bottom-s {
    font-size: 12px;
  }
  .format-num-bottom-l {
    font-size: 14px;
  }
  .type-table-tit-left{
    font-size: 16px;
  }
  .type-table-tit-right {
    font-size: 14px;
  }
}

/************************************************************
CAR CHARGING
************************************************************/

.case {
  margin-right: 20px;
}

.recovery {
  margin-bottom: 20px;
}

.order {
  margin-bottom: 10px;
}

.number {
  margin-top: 20px;
  color: #007851;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  vertical-align:-5px
}

.arrow {
  margin-top: 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  vertical-align:-5px
}

.arrow .fa {
  color: #007851;
}

.knowledge_detail .description {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.4;
}

#sign01,
#sign02 {
  max-width: 50%;
  width: auto;/* ie8 */
  height: auto;
}
.bike-battery-sec__caution{
  /* text-indent: -1em;
  padding-left: 1em; */
  display: inline-block;
}
.bike-battery-sec__caution.mt0{
  margin-top: 0;
}
.bike-battery-sec__caution.ml25{
   margin-left: 25px;
}
.bike-battery-sec__caution + .bike-battery-sec__caution{
  margin-top: 0;
}


/* ---------------TB/SP */

@media screen and (max-width: 970px) {

.knowledge_detail .description {
  font-size: 12px;
}

}

.qanda {
  margin-right: 10px;
  color: #007851;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

#fig_shigeru {
  float: right;
}

/* ---------------SP */

@media screen and (max-width: 640px) {

#fig_shigeru {
  margin: 0 auto 10px;
  float: none;
  display: block;
}

}

/************************************************************
CAR EXCHANGE
************************************************************/
.exchange-list li figure{
  margin: 0;
  text-align: left;
}
.exchange-list li:last-child figure{
  text-align: center;
}

/*取り外し手順*/
.procedure-area{
  max-width: 764px;
  width: 100%;
  margin: 30px auto;
}
.procedure-tit{
   background: #191C61;
   color: #fff;
   font-size: 20px;
   padding: 10px;
}
.procedure-txt{
  font-size: 12px;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 600;
  margin: 4px 0;
}
.procedure-wrap{
  display: flex;
  justify-content: space-between;
}
.procedure-item{
  background: #FDEAB5;
  padding: 12px;
  margin-right: 2px;
  color: #191C61;
  font-size: 14px;
  max-width: 194px;
  width: 25%;
}
.procedure-item:last-child{
  margin-right: 0;
}
.procedure-top{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.procedure-num{
  font-size: 36px;
  font-family: 'arial', Helvetica, Roboto , 'MS Sans Serif', sans-serif;
  font-weight: 600;
  margin-right: 5px;
}
.procedure-top p{
  font-size: 14px;
  line-height: 1.2;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 600;
}
.procedure-img{
  text-align: center;
  margin-bottom: 10px;
}
.procedure-img img{
  width: 80%;
}
.procedure-bottom{
  font-size: 12px;
  line-height: 1.5;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 600;
  padding: 0 8px;
}
@media screen and (max-width: 600px){
  .procedure-wrap{
    flex-wrap: wrap;
  }
  .procedure-item{
    max-width: 300px;
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* end 取り外し手順*/


/************************************************************
CAR MAINTENANCE
************************************************************/

.table_maintenance {
  margin: 5px 0 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 12px;
  line-height: 1.4;
}

.table_maintenance th {
  padding: 5px;
  background: #007851;
  color: #ffffff;
  vertical-align: middle;
}

.table_maintenance tr.link:hover td {
  padding: 5px;
  background: #eeeeee;
}

.table_maintenance td {
  padding: 5px;
  background: #e0e0e0;
}

ul.notes_list {
  margin-top: 10px;
  padding-left: 2.2em;
}

ul.notes_list > li {
  list-style-type: disc;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
}

ul.notes_list li a {
  color: #e47e24;
}
ol.number li .cap{
  font-size: 19px;
  vertical-align: top;
}
.dis_710{
  display: none;
}
@media screen and (max-width: 710px){
  .dis_710{
    display: block;
  }
}

/*液面点検*/
.procedure-area02 .procedure-tit{
  margin-bottom: 20px;
}
.inspection-wrap{
  background: #FDEAB5;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.inspection-left{
  width: 44%;
}
.inspection-list{
  list-style: none;
}
.inspection-list li{
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
}
.inspection-num{
  background: #191C61;
  color: #fff;
  font-size: 20px;
  display: block;
  padding: 0 8px;
  margin-right: 10px;
  margin-top: 3px;
  font-family: 'arial', Helvetica, Roboto , 'MS Sans Serif', sans-serif;
  font-weight: 400;
}
.inspection-list li p{
  font-size: 12px;
  line-height: 1.6;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 500;
}
.inspection-cap{
  font-size: 12px;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 500;
}
.inspection-right{
  width: 53%;
}
.inspection-tit{
  color: #191C61;
  font-size: 14px;
  text-align: center;
  border-bottom: 2px solid #191C61;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 700;
  margin-bottom: 10px;
}
.inspection-right-inner{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.inspection-img{
  width: 49%;
}
.inspection-img img{
  width: 100%;
}
.inspection-right > p{
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.6;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 500;
}
.inspection-right-item{
  border: 2px solid #A09F9F;
  display: flex;
  align-items: center;
  padding: 10px;
}
.inspection-right-item:first-child{
  border-bottom: none;
}
.inspection-circle{
  max-width: 65px;
  width: 20%;
  margin-right: 10px;
}
.inspection-circle img{
  width: 100%;
}
.inspection-right-item p{
  font-size: 12px;
  line-height: 1.4;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 500;
  max-width: 295px;
  width: 80%;
}
.inspection-list-inner img{
  float: right;
  max-width: 120px;
}
@media screen and (max-width: 600px){
  .inspection-wrap{
    flex-direction: column;
  }
  .inspection-left,
  .inspection-right{
    width: 100%;
  }
}

/* end 液面点検*/


/************************************************************
CAR ECO
************************************************************/
.bike-battery-sec__btns li a span.btn-txt{
  margin-bottom: 5px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
}
.bike-battery-sec__btns li a:hover span.btn-txt{
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}
.car-series-wrap{
  background: rgba(244,164,82,.15);
  padding: 20px 10px;
}
.car-series-wrap .btn-txt{
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
}
.car-series-wrap  .bike-battery-sec__btns li a{
  background: #fff;
}
.car-series-wrap  .bike-battery-sec__btns li a:hover{
  background: #f4a452;
}
.bike-battery-sec__btns li.mr0{
  margin-right: 0;
}
.car-mov video{
  width: 100%;
}
@media screen and (max-width: 480px){
  .car-series-wrap .btn-txt{
    font-size: 1.8rem;
  }
  .bike-battery-sec__btns{
    flex-direction: column;
  }
}

/*アイドリングストップ車とは*/
.role-area{
  display: flex;
  border: 2px solid #888;
  max-width: 740px;
  width: 100%;
  margin: 30px auto;
}
.role-item{
  border-right: 2px solid #888;
  max-width: 274px;
  width: 34%;
}
.role-item:last-child{
  border-right: none;
}
.role-tit{
  font-size: 16px;
  border-bottom: 2px solid #888;
  color: #000;
  padding: 10px 0;
  text-align: center;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 500;
}
.role-tit.blue{
  background: #32A7E0;
}
.role-tit.orange{
  background: #F59700;
}
.role-tit.green{
  background: #2AA199;
}
.role-img img{
  width: 100%;
}
.role-item p{
  font-size: 10px;
  line-height: 1.2;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 800;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 14px;
  margin-top: 5px;
}
.role-item p span{
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 800;
}
.role-item:first-child p{
  width: 91%;
}
.role-item:last-child p{
  margin-top: 0;
}
@media screen and (max-width: 767px){
  .role-tit{
     font-size: 14px;
  }
}
@media screen and (max-width: 620px){
  .role-area{
     flex-direction: column;
     max-width: 254px;
  }
  .role-item{
     max-width: 100%;
     width: 100%;
     border-right: none;
  }
}
/* end アイドリングストップ車とは*/


/************************************************************
CAR DISPOSAL
************************************************************/

ol.notes_list {
  margin-top: 10px;
  padding-left: 2.2em;
}

ol.notes_list > li {
  list-style-type: decimal;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
}

ol.notes_list li a {
  color: #e47e24;
}

/************************************************************
BIKE BASIC
************************************************************/
.format-area05{
  max-width: 434px;
}
.format-area05 .format-tit{
  font-size: 20px;
  padding: 6px 0;
}
.format-area05 .format-num-l{
  font-size: 60px;
  color: #000;
}
.format-block-bottom02{
  font-size: 14px;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 900;
  text-align: center;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  margin-bottom: 10px;
}
.format-area05 .format-num span{
  font-size: 18px;
}
.format-area05 .format-txt-list li{
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.format-area05 .format-txt-list li span{
  font-size: 18px;
  margin-right: 6px;
}
.format-area05 .format-txt-list li .format-txt{
  line-height: 1;
  font-size: 14px;
  font-weight: 800;
}
.format-area05 .format-txt-list li .format-txt .small{
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4;
  margin-right: 0;
}
.format-area .purple{
  background: #4D4399;
}
@media screen and (max-width: 480px){
  .format-area05 .format-tit{
    font-size: 16px;
    padding: 2px 0;
  }

}
@media screen and (max-width: 360px){
  .format-area05 .format-tit{
    font-size: 14px;
  }
  .format-area05 .format-num-l{
    font-size: 42px;
  }
  .format-area05 .format-txt-list li .format-txt{
    font-size: 12px;
  }
}

/************************************************************
BIKE EXCHANGE
************************************************************/

.table_exchange {
  margin: 5px 0 0;
  border-collapse: collapse;
  border: 1px solid #999999;
  font-size: 12px;
  line-height: 1.4;
}

.table_exchange th {
  padding: 5px;
  border: 1px solid #999999;
  background: #eeeeee;
  vertical-align: middle;
}

.table_exchange td {
  border: 1px solid #999999;
  padding: 5px;
  background: #ffffff;
}

/************************************************************
BIKE EXCHANGE OPEN
************************************************************/
.neutralization-area{
  margin: 50px 0;
}
.neutralization-list{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.neutralization-list li{
  width: 49.5%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.neutralization-num{
  color: #fff;
  background: #132A88;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  font-family: 'arial', Helvetica, Roboto , 'MS Sans Serif', sans-serif;
  font-weight: 600;
  margin-right: 10px;
}
.neutralization-item{
  display: flex;
  width: 100%;
  flex: 1;
}
.neutralization-txt-wrap{
  max-width: 220px;
  width: 55%;
}
.neutralization-txt-wrap02{
  display: flex;
  width: 100%;
  max-width: 100%;
}
.neutralization-txt-inner{
  max-width: 220px;
  width: 55%;
}
.neutralization-tit{
  color: #fff;
  background: #132A88;
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 2px 15px;
}
.neutralization-txt-l{
  font-size: 16px;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 600;
  margin-bottom: 5px;
}
.neutralization-txt-s{
  font-size: 14px;
  line-height: 1.4;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 500;
}
.neutralization-txt-arw{
  background: #132A88;
  color: #fff;
  font-size: 16px;
  padding: 10px 0 10px 20px;
  margin-top: 30px;
  border-radius: 28px 0 0 28px;
  width: 85%;
  position: relative;
}
.neutralization-txt-arw::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 0 36px 32px;
  border-color: transparent transparent transparent #132A88;
  position: absolute;
  top: 0;
  right: -32px;
}
.neutralization-img{
  max-width: 165px;
  width: 42%;
}
.neutralization-img img{
  width: 100%;
}
.neutralization-inner .circle{
  width: 20px;
  height: 20px;
  background: #132A88;
  color: #fff;
  font-size: 14px;
  font-family: 'arial', Helvetica, Roboto , 'MS Sans Serif', sans-serif;
  font-weight: 400;
  border-radius: 50%;
  display: inline-block;
  line-height: 20px;
  text-align: center;
}
.neutralization-inner .blue{
  color: #142989;
  font-size: 16px;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 930px){
  .neutralization-txt-arw{
     font-size: 14px;
  }
}
@media screen and (max-width: 900px){
  .neutralization-list{
    max-width: 662px;
    width: 98%;
    margin: 0 auto;
  }
  .neutralization-list li{
     width: 100%;
  }
  .neutralization-txt-wrap{
     max-width: 568px;
     width: 85%;
  }
  .neutralization-txt-arw{
     max-width: 200px;
  }
  .neutralization-txt-inner{
     max-width: 405px;
     width: 71%;
  }
  .neutralization-txt-wrap02{
     width: 100%;
  }
}
@media screen and (max-width: 480px){
  .neutralization-num{
     width: 30px;
     height: 30px;
     line-height: 30px;
     margin-right: 5px;
  }
  .neutralization-tit{
     padding: 2px 6px;
     font-size: 14px;
  }
}
@media screen and (max-width: 360px){
  .neutralization-num {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 2px;
  }
  .neutralization-txt-arw{
     font-size: 12px;
     padding-left: 16px;
  }
  .neutralization-tit{
     font-size: 12px;
  }
}



/************************************************************
BIKE CHARGING
************************************************************/

.table_charging {
  margin: 5px auto 0;
  width: 70%;
  border-collapse: collapse;
  border: 1px solid #999999;
  font-size: 12px;
  line-height: 1.4;
}

.table_charging caption {
  margin-bottom: 5px;
}

.table_charging th {
  padding: 5px;
  border: 1px solid #999999;
  background: #eeeeee;
  vertical-align: middle;
}

.table_charging td {
  border: 1px solid #999999;
  padding: 5px;
  background: #ffffff;
}

/************************************************************
BIKE MAINTENANS
************************************************************/

.donot_list {
  font-size: 0;
  line-height: 0;
}

.donot_list dt {
  display: inline-block;
	*display:inline;
	*zoom:1;
  margin-bottom: 20px;
  width: 140px;
  text-align: center;
  vertical-align: top;
}

.donot_list dt img {
  max-width: 100%;
  height: auto;
}

.donot_list dd {
  display: inline-block;
	*display:inline;
	*zoom:1;
  margin-bottom: 20px;
  width: calc(100% - 140px);
  vertical-align: top;
}




/************************************************************
others
************************************************************/
.home-others {
  padding-top: 40px;
}
.other-links {
  font-size: 0;
}
.other-box {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  font-size: 16px;
  background: #fff;
  border-radius: 0 20px 0 0;
  vertical-align: top;
}
.other-box:nth-child(3n) {
  margin-bottom: 22px;
  margin-right: 0;
}
.other-box {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  font-size: 16px;
  vertical-align: top;
}
.other-box a {
  position: relative;
  display: flex;
  padding: 8px;
  background: #fff;
  border-radius: 0 20px 0 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
  align-items: center;
  transition: 0.2s;
}
.other-box a:hover {
  background: #1d4a30;
}
.other-box h3 {
  font-size: 22px;
  font-weight: bold;
  color: #004A30;
  line-height: 1.4;
  margin-bottom: 8px;
}
.other-box h3 .tm{
  font-size: 1.2rem;
  vertical-align: top;
  color: #004A30;
  font-weight: bold;
}
.other-box h2 {
  font-size: 22px;
  font-weight: bold;
  color: #004A30;
  line-height: 1.4;
  margin-bottom: 8px;
}
.other-box h2 .tm{
  font-size: 1.2rem;
  vertical-align: top;
  color: #004A30;
  font-weight: bold;
}
.other-box a:hover p {
  color: #fff;
}
.other-box a p .tm{
  font-size: 10px;
  vertical-align: top;
}
.other-box a:hover p .tm{
  color: #fff;
}
.other-img {
  width: 100%;
}
.other-img img {
  width: 100%;
  border-radius: 0 12px 0 0;
}
.other-box .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
}
.other-box.box-video a {
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}
.other-video {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.other-video img {
  width: 100%;
  height: 100%;
  max-height: 201px;
}
.other-video iframe {
  width: 100%;
  height: 100%;
}
.other-video iframe:hover{
  transform: scale(1.1);
  transition-duration: 0.5s;
}

@media screen and (max-width: 970px) {
  .other-box h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 869px) {
  .home-others {
    padding-top: 32px;
  }
  .other-box, .other-box:nth-child(3n) {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .other-box:nth-child(2n) {
    margin-right: 0;
  }
  .other-box .arrow {
    width: 34px;
  }
}

@media screen and (max-width: 767px) {
  .other-box h3 {
    font-size: 16px;
  }
  .other-box, .other-box:nth-child(3n) {
    width: 100%;
    margin: 0 0 20px;
  }
  .other-box:last-child {
    margin-bottom: 0;
  }
  .other-video {
    height: 52vw;
    font-size: 0;
  }
}


.youtube {
  position: relative;
  width: 100%;
  margin: 10px auto 50px;
  text-align: center;
}

.col_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col_3 > div {
  width: 30%;
  margin: 0 auto 10px;
}
.col_3 > div span.th-ttl {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.col_3 > div a:hover {
  opacity: .75;
}
.col-mb {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .col_3 > div {
  width: 48%;
  }
}
@media screen and (max-width: 450px) {
  .col_3 > div {
  width: 100%;
  }
}

/*add_202310_事業用者向け*/

.comparison-table02{
  width: 100%;
  border-collapse: collapse;
  line-height: 1;
  margin-bottom: 10px;
  min-width: 780px;
}
.comparison-table02 th,
.comparison-table02 td{
  border: 2px solid #A6A6A6;
  text-align: center;
  vertical-align: middle;
}
.comparison-table02 thead th{
  background: #e47e24;
  border: 2px solid #fff;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 600;
}
.comparison-table02 thead tr:first-child th:last-child{
  font-size: 18px;
  padding: 15px 0;
}
.comparison-table02 thead tr th:first-child{
  background: transparent;
}
.comparison-table02 thead tr th:last-child{
  border-right: 1px solid #A6A6A6;
}
.comparison-table02 thead tr:last-child th{
  border-bottom: none;
  font-size: 14px;
  padding: 12px 0;
  line-height: 1.2;
}
.comparison-table02 tbody th{
  background: #A6A6A6;
  border: none;
  border-bottom: 2px solid #fff;
  padding: 8px 10px;
  text-align: left;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 700;
  font-size: 14px;
  height: 58px;
  min-width: 150px;
  line-height: 1.2;
}
.comparison-table02 tbody tr:last-child th{
  border-bottom: 2px solid #A6A6A6;
}
.comparison-table02 tbody tr:first-child td{
  border-top: none;
}
.comparison-table02 td {
    width: auto;
    font-size: 16px;
}
.comparison-table02 td span{
  font-size: 12px;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 600;
}
.comparison-table02 .line{
  display: block;
  width: 10px;
  height: 2px;
  background: #333;
  margin: 0 auto;
}



@media screen and (max-width: 768px){
  .comparison-table-wrap{
     padding-bottom: 10px;
  }
}