/* LESS Document */

@font-face {
  font-family: 'icomoon';
  src: url("/car/battery/etc/designs/panasonic/standardpage-clientlibs/images/icons/icomoon.eot?shadm4");
  src: url("/car/battery/etc/designs/panasonic/standardpage-clientlibs/images/icons/icomoon.eot?shadm4#iefix") format("embedded-opentype"), url("/car/battery/etc/designs/panasonic/standardpage-clientlibs/images/icons/icomoon.ttf?shadm4") format("truetype"), url("/car/battery/etc/designs/panasonic/standardpage-clientlibs/images/icons/icomoon.woff?shadm4") format("woff"), url("/car/battery/etc/designs/panasonic/standardpage-clientlibs/images/icons/icomoon.svg?shadm4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.brk-pt {
  display: block;
}
.brp-pt {
  display: block;
}
.brd-pt {
  display: inline;
}
.a-center {
  text-align: center;
}
.pc-view {
  display: block !important;
}
.sp-view {
  display: none !important;
}
@media screen and (max-width: 751px) {
  .brp-pt {
    display: inline;
  }
  .brd-pt {
    display: block;
  }
  .pc-view {
    display: none !important;
  }
  .sp-view {
    display: block !important;
  }
}
.act1box,
.act2box {
  pointer-events: auto;
}
/* LAYOUT
--------------------------------------------------------------------------*/
.layout-base {
  position: relative;
  box-sizing: border-box;
}
.ly_fullsize {
  width: 100%;
  height: 100%;
}
.top-cn21 section {
  position: relative;
  box-sizing: border-box;
  max-width: 75rem;
  margin: auto;
  display: block;
  overflow: hidden;
}
.key_v_ac .slideitem {
  position: relative;
  width: 5rem;
  display: inline-block;
  z-index: 2;
}
.key_v_ac .slideitem a {
  opacity: 1;
  color: #000;
  text-decoration: none;
  display: block;
  transition: all 0.1s linear 0s;
  z-index: 8;
}
.key_v_ac .slideitem a:hover {
  opacity: 0.5;
}
.top-cn21 section.cnt-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  z-index: 1;
  transition: opacity .8s;
}
.top-cn21 section.cnt-area.is_show {
  position: relative;
  display: block;
  opacity: 1;
  height: auto;
  z-index: 2;
}
.key_v_ac {
  position: relative;
  box-sizing: border-box;
  width: 72%;
  margin: 0 14%;
  display: block;
  display: flex;
  justify-content: center;
}
.key_v_ac .slideitem.act1box a {
  color: #999;
}
.key_v_ac .slideitem.act2box a {
  color: #999;
}
.key_v_ac .slideitem.act1box.is_active_ac a {
  color: #000;
}
.key_v_ac .slideitem.act2box.is_active_ac a {
  color: #000;
}
/* Tab
--------------------------------------------------------------------------*/
.tab-box {
  background: #fafafa;
  box-sizing: border-box;
  padding: 1rem 0;
}
.tab-wrap {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  max-width: 75rem;
  margin: auto;
}
.tab-menu {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  padding: 2rem 0 0 0;
  background: #fafafa;
  text-align: center;
}
@media screen and (max-width: 751px) {
  .key_v_ac {
    width: 94%;
    margin: 0 3%;
  }
  .key_v_ac .slideitem a:hover {
    opacity: 1;
  }
}
/* Link-Button
--------------------------------------------------------------------------*/
.bt-base {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  padding: 1rem 1rem;
  font-size: 1.2rem;
  transition: all 0.5s;
}
.bt-base:hover {
  background: #FFA636;
}
.bt-base:before {
  display: block;
  content: "";
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../../images/top/icon/icon-arrow-next.svg") no-repeat;
}
.bt-type1 {
  position: relative;
  box-sizing: border-box;
  width: 98%;
  margin: 1rem 1% 1rem 1%;
}
.bt-type1 a {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  padding: 1rem 1rem;
  font-size: 1.2rem;
  transition: all 0.5s;
  background: #727272;
}
.bt-type1 a:hover {
  background: #FFA636;
}
.bt-type1 a:before {
  display: block;
  content: "";
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../../images/top/icon/icon-arrow-next.svg") no-repeat;
}
.bt-type2 {
  position: relative;
  box-sizing: border-box;
  width: 98%;
  margin: 1rem 1% 1rem 1%;
}
.bt-type2 a {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  padding: 1rem 1rem;
  font-size: 1.2rem;
  transition: all 0.5s;
  color: #202020;
  border: 1px solid #888888;
}
.bt-type2 a:hover {
  background: #FFA636;
}
.bt-type2 a:before {
  display: block;
  content: "";
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../../images/top/icon/icon-arrow-next.svg") no-repeat;
}
/* Main
--------------------------------------------------------------------------*/
.top-cn21 {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: block;
}
.top-cn21 h2 {
  color: #073487;
}
.top-cn21 .product {
  padding-bottom: 3rem;
}
.top-cn21 .gendouryoku {
  border-top: dotted 1px #B9B9B9;
}
.top-cn21 .gendouryoku  img{
    position: relative;
    display: block;
    width: 100%;
}
.top-cn21 .pickup {
  padding-bottom: 3rem;
}
.top-cn21 .media {
  border-top: dotted 1px #B9B9B9;
  padding-bottom: 3rem;
}
.top-cn21 .bt-area-p {
  display: flex;
  width: 80%;
  margin: 1rem 10%;
}
.top-cn21 .bt-area-pk {
  width: 40%;
  margin: 1rem 30%;
}
@media screen and (max-width: 751px) {
  .top-cn21 .bt-area-p {
    display: block;
    width: 80%;
    margin: 1rem 10%;
  }
  .top-cn21 .bt-area-pk {
    width: 80%;
    margin: 1rem 10%;
  }
}

/************************** slider *****************************/
.slider-element {
  page-break-inside: avoid;
}

/*  */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/*　.bx-wrapper　*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 30px;
  padding: 0;
  *zoom: 1;
}

@media (min-width: 641px), print {
  .bx-wrapper {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .bx-wrapper {
    margin-bottom: 45px;
  }
}
/* PAGER AND AUTO*/
.bx-wrapper .bx-pager-and-auto {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 30px;
  z-index: 1;
  font-size: 0;
}
.bx-wrapper .bx-pager-and-auto::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.bx-wrapper .bx-pager-and-auto .bx-pager-and-auto_in {
  display: inline-block;
}
.bx-wrapper .bx-pager-and-auto .bx-pager-and-auto_in::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 800px), print {
  .controls-on-view-md .bx-wrapper {
    margin-bottom: 0;
  }
  .controls-on-view-md .bx-wrapper .bx-pager-and-auto {
    bottom: 0;
  }
}
@media only screen and (max-width: 799px) {
  .controls-on-view-sm .bx-wrapper {
    margin-bottom: 0;
  }
  .controls-on-view-sm .bx-wrapper .bx-pager-and-auto {
    bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .controls-on-view-xs .bx-wrapper {
    margin-bottom: 0;
  }
  .controls-on-view-xs .bx-wrapper .bx-pager-and-auto {
    bottom: 0;
  }
}
@media (min-width: 641px), print {
  .bx-wrapper .bx-pager-and-auto {
    bottom: -50px;
  }
}
@media only screen and (max-width: 640px) {
  .bx-wrapper .bx-pager-and-auto {
    bottom: -45px;
  }
}
/** THEME
===================================*/
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

/* LOADER */
.bx-loading {
  min-height: 50px;
  background: url(/car/battery/etc/designs/panasonic/standardpage-clientlibs/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-pager {
  display: inline-block;
  text-align: center;
  color: #666;
  vertical-align: middle;
}
.bx-pager .bx-pager-item {
  display: inline-block;
}
.pagerType-short .bx-pager {
  font-size: 14px;
}
.bx-pager a {
  background-color: #fff;
  text-indent: -9999px;
  text-decoration: none !important;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 12px;
  /*outline: 0;*/
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #333;
}
.bx-pager a:hover, .bx-pager a.active {
  background: #333;
  border: 1px solid 333;
}
.controls-color-light .bx-pager a:hover, .controls-color-light .bx-pager a.active {
  background: #fff;
  border: 1px solid #fff;
}

@media (min-width: 800px), print {
  .controls-on-view-md .currentitem-style-light .bx-pager a:hover, .controls-on-view-md .currentitem-style-light .bx-pager a.active {
    background: #000;
    border: 1px solid #000;
  }
  .controls-on-view-md .currentitem-style-dark .bx-pager a:hover, .controls-on-view-md .currentitem-style-dark .bx-pager a.active {
    background: #fff;
    border: 1px solid #fff;
  }
}
@media only screen and (max-width: 799px) {
  .controls-on-view-sm .currentitem-style-light .bx-pager a:hover, .controls-on-view-sm .currentitem-style-light .bx-pager a.active {
    background: #000;
    border: 1px solid #000;
  }
  .controls-on-view-sm .currentitem-style-dark .bx-pager a:hover, .controls-on-view-sm .currentitem-style-dark .bx-pager a.active {
    background: #fff;
    border: 1px solid #fff;
  }
}
@media only screen and (max-width: 640px) {
  .controls-on-view-xs .currentitem-style-light .bx-pager a:hover, .controls-on-view-xs .currentitem-style-light .bx-pager a.active {
    background: #000;
    border: 1px solid #000;
  }
  .controls-on-view-xs .currentitem-style-dark .bx-pager a:hover, .controls-on-view-xs .currentitem-style-dark .bx-pager a.active {
    background: #fff;
    border: 1px solid #fff;
  }
}
@media screen and (-ms-high-contrast: active) {
  .bx-pager a:hover,
  .bx-pager a.active {
    border-color: #ff0 !important;
  }
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-controls-direction a {
  display: block;
  position: absolute;
  top: 50%;
  /*margin-top: -16px;*/
  /*outline: 0;*/
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none !important;
}

.bx-controls-direction a.disabled {
  display: none;
}

.bx-controls-direction a svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.7));
  overflow: visible;
}

.bx-controls-direction a .icon {
  display: block;
  width: 100%;
  height: 100%;
}
.bx-controls-direction a .icon-title {
  position: absolute;
  text-indent: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
}
.bx-controls-direction a .icon-img {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  color: #fff;
}

@media (min-width: 641px), print {
  .bx-prev {
    left: 10px;
  }

  .bx-next {
    right: 10px;
  }

  .bx-controls-direction a {
    width: 48px;
    height: 48px;
    padding: 16px;
  }
  .bx-controls-direction a .icon-img {
    font-size: 48px;
  }
}
@media only screen and (max-width: 640px) {
  .bx-prev {
    left: 0px;
  }

  .bx-next {
    right: 0px;
  }

  .bx-controls-direction a {
    width: 24px;
    height: 24px;
    padding: 8px;
  }
  .bx-controls-direction a .icon-img {
    font-size: 24px;
  }
}
@media (min-width: 800px), print {
  .no-prev-next-md .bx-prev,
  .no-prev-next-md .bx-next {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  .no-prev-next-sm .bx-prev,
  .no-prev-next-sm .bx-next {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .no-prev-next-xs .bx-prev,
  .no-prev-next-xs .bx-next {
    display: none;
  }
}
/* AUTO CONTROLS (START / STOP) */
.bx-controls-auto {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  float: right;
}
.bx-controls-auto a {
  text-decoration: none !important;
}

.bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}

.bx-controls-auto .bx-start {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  margin: 0 12px;
}

.bx-controls-auto .bx-start svg {
  width: 100%;
  height: 100%;
  fill: #333;
}

.bx-controls-auto .bx-start.active {
  display: none;
}

.bx-controls-auto .bx-start:hover,
.bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-controls-auto .bx-stop {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  margin: 0 12px;
}

.bx-controls-auto .bx-stop svg {
  width: 100%;
  height: 100%;
  fill: #333;
}

.bx-controls-auto .bx-stop.active {
  display: none;
}

.bx-controls-auto .bx-stop:hover,
.bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* IMAGE CAPTIONS */
.bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-caption span {
  color: #fff;
  font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.slidercomponent:before,
.slidercomponent:after {
  content: "";
  display: table;
}

.slidercomponent .slider-item {
  overflow: hidden;
}

.slidercomponent .slider-item > *:first-child,
.slidercomponent .slider-item .imagespart a {
  outline-offset: -3px;
}

.slider-wrapper {
  position: relative;
}

/* PAGER AND AUTO*/
.slider-pager-and-auto {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 30px;
  z-index: 1;
  font-size: 0;
}
.slider-pager-and-auto::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.slider-pager-and-auto .slider-pager-and-auto_in {
  display: inline-block;
}
.slider-pager-and-auto .slider-pager-and-auto_in::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 800px), print {
  .controls-on-view-md .slider-wrapper .slider-pager-and-auto {
    bottom: 0;
  }
}
@media only screen and (max-width: 799px) {
  .controls-on-view-sm .slider-wrapper .slider-pager-and-auto {
    bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .controls-on-view-xs .slider-wrapper .slider-pager-and-auto {
    bottom: 0;
  }
}
@media (min-width: 641px), print {
  .slider-pager-and-auto {
    bottom: -50px;
  }
}
@media only screen and (max-width: 640px) {
  .slider-pager-and-auto {
    bottom: -45px;
  }
}
/* PAGER */
.slider-pager {
  display: inline-block;
  vertical-align: middle;
}

/* AUTO CONTROLS (START / STOP) */
.slider-auto {
  float: right;
}

.slider-item {
  outline-offset: -3px;
}

  .pagesection.paddingbtm-md-lv1 {
    padding-bottom: 20px;
  }


/* Clear
--------------------------------------------------------------------------*/
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  display: inline-table;
}
/* \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* */
