@charset "utf-8";
/* CSS Document */
.mt60 {
  margin-top: 60px;
}
/* .mb105 {
	margin-bottom: 105px;
} */
.battery-article__content h4, .battery-article__content h5 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  position: relative;
  margin-bottom: 10px;
}
.bold {
  font-weight: 600;
}
.product-detail-btn li a span.small {
  font-size: 14px;
}
.product-detail-btn li a:hover span.small {
  color: #FFF;
}
.u {
  text-decoration: underline;
}
.under-line {
  border-bottom: 1px solid #333;
}
ul.about-ulnon {
  margin-bottom: 10px;
}
ol.about-ol, ul.about-ul {
  margin-bottom: 10px;
  padding-left: 30px;
}
ul.about-ul2 {
  margin: 10px 0;
  list-style: none;
}
ul ul li, ol ul li {
  list-style: disc;
  margin: 10px 0;
}
ul.about-ulnon li {
  list-style: none;
  counter-increment: cnt;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
ul.about-ulnon li:before {
  display: marker;
  content: counter(cnt) ") ";
}
ol.about-ol li, ul.about-ul li, ul.about-ul2 li, ul.about-ulno li, ol.number li {
  margin: 5px 0;
}
/* -- 丸囲み文字 -- */
ol.number {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
ol.number li {
  padding-left: 30px;
  position: relative;
}
ol.number li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #333;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
ul ol.number li {
  text-indent: 0px;
}
.product-detail-btn.product-detail-download li::before {
  top: 35% !important;
}
.battery-article__content h2 {
  background-size: auto !important;
}
ul.product-detail-btn.product-detail-download {
  justify-content: center !important;
  margin-bottom: 5px !important;
}
.product-detail-btn.product-detail-download li {
  max-width: 400px !important;
  width: 100% !important;
  margin: 10px;
}
.product-detail-btn.product-detail-download li:first-child {
  margin-right: 10px !important;
}
@media screen and (max-width: 480px) {
  .product-detail-btn.product-detail-download li {
    margin: 10px 0px !important;
    max-width: 100% !important;
  }
  .product-detail-btn.product-detail-download li:first-child {
    margin-right: 0px !important;
  }
}


/*-- add 20211112 ダウンロードbtn　オレンジ --*/
.btn-orange {}
.product-detail-btn.btn-orange li:first-child {
    margin-right: 10px!important;
}
.product-detail-btn.btn-orange li {
    max-width: 400px!important;
    width: 100%!important;
    margin: 10px;
}

/* 追記 20200514増田 */
.products h3 {
  margin-bottom: 60px;
}
.product-detail-point .product-detail-btn li {
  margin-right: 0;
}
.product-detail-summary__table tbody td {
  vertical-align: middle !important;
}
.product-detail-summary__table tbody td.left {
  text-align: left !important;
  padding-left: 5px;
}
/* .product-detail-point p, */
.product-detail-er-sec__title p stron {
  word-break: keep-all !important;
}
_::-webkit-full-page-media, _:future, :root .product-detail-point p {
  word-break: break-all !important;
}
.product-detail-er-sec figure.center {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}

figure.center.idling-stop-img a {
    border-radius: 10px;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
    display: inline-block;
    padding: 10px 15px;
}
 
figure.center.idling-stop-img a:hover {
       background: #1d4a30;
}
  
.product-detail-er-sec figure.idling-stop-img {
  margin-top: 30px;
}
.product-detail-er-sec figure img.sp {
  display: none;
}
figure.img-R img, .fig.img-R {
  float: right;
}
figure.img-L img, .fig.img-L {
  float: left;
}
.product-detail-er-sec__title .title p span {
  color: #FFF;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  figure.img-R img, .fig.img-R, figure.img-L img, .fig.img-L {
    float: none;
  }
  .product-detail-point p, .product-detail-er-sec__title p stron {
    word-break: break-all !important;
  }
  .product-detail-er-sec figure img.sp {
    display: block;
    margin: 0 auto;
  }
  .product-detail-er-sec figure img.pc {
    display: none;
  }
}
/* -- 2カラム -- */
*, *:before, *:after {
  box-sizing: border-box;
}
.col_2, .motoGP_col_2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}
.col_2 > div {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .col_2 > div {
    width: 100%;
  }
}
/* -- 3カラム -- */
*, *:before, *:after {
  box-sizing: border-box;
}
.col_3 {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div {
  width: 33.33333%;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .col_3 > div {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .col_3 > div {
    width: 100%;
  }
}
/* -- 4カラム -- */
*, *:before, *:after {
  box-sizing: border-box;
}
.col_4 {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div {
  width: 25%;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .col_4 > div {
    width: 33.33333%;
  }
}
@media screen and (max-width: 480px) {
  .col_4 > div {
    width: 50%;
  }
}
.product-detail-summary__table td:first-child {
  text-align: left;
  padding: 15px 5px;
}
.product-detail_A td:first-child {
  text-align: left;
  padding: 15px 15px 15px 40px;
  max-width: 160px;
}
.product-detail_B td:first-child {
  text-align: left;
  padding: 15px 15px 15px 40px;
  max-width: 100px;
}
/* 追記 MotoGP */
.w-40 {
  width: 40%;
}
.w-60 {
  width: 60%;
}
.pl20 {
  padding-left: 20px;
}
@media screen and (max-width: 480px) {
  .w-40, .w-60 {
    width: 100%;
  }
  .pl20 {
    padding-left: 0;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*VRLA 追加コンテンツ-----------------------*/


.p-vrla-inner__flex-col2 {
  display: flex;
  flex-wrap: wrap;
}
.p-vrla-inner__img {
  width: 30%;
  margin-right: 15px;
}
.p-vrla-inner__txt {
  width: 65%;
}
.p-vrla-lineup__flexContents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-vrla-lineup__flexItem {
  width: calc(100% / 2 - 10px);
  margin-bottom: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  padding-bottom: 15px;
}
.p-vrla-lineup__flexItem ul li {
  list-style: none;
  font-size: 1.4rem;
}
.p-vrla-lineup__title-green {
  font-size: 2.0rem;
  color: #00aca0;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.7rem;
  padding-left: 15px;
  padding-right: 15px;
}
.p-vrla-lineup__flexContents .p-vrla-inner__img {
  padding-left: 15px;
}
.p-vrla-lineup__flexContents .p-vrla-inner__txt {
  padding-right: 15px;
}
.p-vrla-lineup__flexItem h2 {
  position: relative;
  overflow: hidden;
  padding: 2.0rem 2rem 2.0rem 130px !important;
  height: auto;
  margin-bottom: 15px;
  background: #646464;
  color: #fff;
}
.p-vrla-lineup__flexItem h2 sup {
  color: #fff;
  margin-left: 10px;
}
.p-vrla-lineup__flexItem h2:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #a3c6b6;
}
.p-vrla-lineup__flexItem h2 span {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}

.l-vrla-lineup .battery-list__btns {
  margin: 30px auto!important;
}
.l-vrla-lineup .battery-list__btns a {
  min-width: 350px;
}
.l-vrla-lineup .battery-list__btns a:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-vrla-lineup__flexItem {
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    padding-bottom: 15px;
  }
  .p-vrla-lineup__flexItem.item1 {
    order: 0;
  }
  .p-vrla-lineup__flexItem.item3 {
    order: 1;
  }
  .p-vrla-lineup__flexItem.item5 {
    order: 2;
  }
  .p-vrla-lineup__flexItem.item2 {
    order: 3;
  }
  .p-vrla-lineup__flexItem.item4 {
    order: 4;
  }
  .p-vrla-lineup__flexItem.item6 {
    order: 5;
  }
}
@media screen and (max-width: 480px) {
  .p-vrla-inner__img {
    width: 80%;
    margin: 30px auto 15px;
    text-align: center;
}
  
  .p-vrla-lineup__flexItem .p-vrla-inner__img {
    margin: 0 auto;
  }
  .p-vrla-inner__img {
    width: 80%;
    margin: 30px auto 15px;
    text-align: center;
  }
  .p-vrla-inner__txt {
    width: 100%;
  }
  .p-vrla-lineup__flexContents .p-vrla-inner__txt {
    padding-left: 15px;
  }
  .p-vrla-lineup__flexItem h2:before {
    left: -150px;
  }
  .p-vrla-lineup__flexItem h2 {
    padding: 2rem 2rem 2rem 60px !important;
  }
}