@charset "UTF-8";
#wrap-container {
  width: 1200px;
  margin: 10px auto 0 auto;
  padding: 0 10px 0 10px;
}

#contents {
  display: flex;
}

#side_bar {
  width: 185px;
  margin: 0 0 0 25px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  font-weight: 500;
}

/*-------------------------
    メインタイトル
--------------------------*/
#container-outer {
  display: flex;
}

#container {
  width: 980px;
}

#mainContainer {
  width: 980px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.sp {
  display: none;
}

h1 {
  border-bottom: 1px solid #ccc;
  font-size: 1.7em;
  line-height: 1.2;
  margin: 0 0 2.4%;
  padding-bottom: 0;
}

/* 看板画像 */
p.ttl-pc,
p.ttl-pc-new {
  position: relative;
}

p.ttl-pc span {
  width: 30%;
  position: absolute;
  top: 56px;
  left: 30px;
  display: block;
  line-height: 1.6;
  font-size: 0.9em;
  letter-spacing: 0.04em;
}

p.ttl-pc-new span {
  width: 60%;
  position: absolute;
  top: 125px;
  left: 73px;
  display: block;
  line-height: 1.5;
  font-size: 1.2em;
  letter-spacing: 0.04em;
}

p.ttl-pc span strong {
  font-size: 2.2em;
  font-weight: normal;
  color: #008880;
}

/* その他充電器 */
.other-charger-link-box {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.other-charger-link-box .banner-item {
  margin: 0 1%;
}

.other-charger-link-item {
  display: flex;
  width: 342px;
  margin: 0 0.7%;
  position: relative;
  color: #184eb0;
  border: 1px solid #184eb0;
  align-items: center;
  box-sizing: border-box;
  padding: 0.4% 1.7%;
  border-radius: 8px;
}

.other-charger-link-item:hover {
  opacity: 0.6;
  color: #184eb0;
  border: 1px solid #184eb0;
}

.other-charger-link-item img {
  width: 74px;
}

.other-charger-link-item span {
  display: block;
  margin: 0 0 0 12px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.other-charger-link-item span b {
  font-size: 1.26666em;
}

.other-charger-link-item::after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  border-top: solid 2px #184eb0;
  border-right: solid 2px #184eb0;
  transform: rotate(45deg);
}

/* メニュー */
div.menu {
  background-color: #eeede8;
  padding: 3% 2% 2%;
}

div.menu a {
  color: #333;
}

div.menu a:hover {
  opacity: 0.6;
}

div.menu a:hover img {
  opacity: 1 !important;
}

div.menu {
  display: flex;
  flex-wrap: wrap;
}

div.menu a {
  display: inline-block;
  width: 47.1%;
  background-color: #fff;
  border-radius: 0.3em;
  box-shadow: 2px 2px 3px #aaa;
  margin: 0 1% 1% 0;
  padding: 1.2% 1.2% 0.8%;
  opacity: 1;
  transition: 0.2s;
}

div.menu a:hover {
  opacity: 0.4;
  transition: 0.2s;
  text-decoration: none;
}

div.menu a:nth-of-type(2n) {
  margin: 0 0 1%;
}

div.menu span.num {
  display: inline-block;
  vertical-align: top;
  background-color: #009e96;
  color: #fff;
  font-size: 1.35em;
  font-weight: 700;
  padding: 1.2% 2%;
  margin: 0 2% 0 0;
}

div.menu span.type {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  font-size: 0.9em;
  line-height: 1.3;
  padding: 1% 0 0;
}

div.menu span.type strong {
  display: block;
  font-size: 1.4em;
  margin: 0 0 4%;
}

div.menu span.type strong span {
  display: block;
  font-size: 0.9em;
}

div.menu span.type-image {
  display: inline-block;
  vertical-align: top;
  width: 23%;
}

/* AC充電器比較表へのリンク */
div.ac-hikaku {
  margin: 40px 0;
  text-align: center;
}

div.ac-hikaku a img {
  width: 65.5%;
  margin: 0 auto;
}

/* その他の充電器はこちら */
div.other-menu {
  margin: 4% 0 0;
  padding: 0 3%;
  text-align: center;
}

div.other-menu p {
  text-align: center;
  color: #014c9d;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 2%;
}

div.other-menu a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  border-radius: 0.3em;
  padding: 0 2% 0 4%;
  margin: 0 1.5%;
  font-size: 1.1em;
  width: 31%;
  color: #014c9d;
  box-shadow: 2px 2px 3px #bbb;
}

div.other-menu a:hover {
  opacity: 0.6;
  text-decoration: none;
}

div.other-menu a:hover img {
  opacity: 1 !important;
}

div.other-menu a img {
  vertical-align: middle;
}

div.other-menu a img.prodimg {
  width: 26%;
  margin-left: 22%;
}

div.other-menu a.long {
  margin-top: 20px;
}

div.other-menu a.long img.prodimg {
  width: 26%;
  margin-left: 0;
}

/* 製品一覧 */
div#product-list {
  margin: 7% 0 0;
}

div#product-list h3 {
  font-size: 1.35em;
  color: #009e96;
  border-bottom: 2px solid #009e96;
  margin: 0 0 1%;
  padding: 0 0 5px 0;
  width: 100%;
}

div#product-list h3 img {
  vertical-align: -13px;
  margin: 0 1% 0 0;
}

div#product-list h2 {
  position: relative;
  background-color: #019e97;
  padding: 1%;
  margin: 0 0 1.6%;
  font-size: 1.2em;
  color: #fff;
}

div#product-list h2 span {
  display: inline-block;
  vertical-align: 1px;
  background-color: #fff;
  color: #009e96;
  padding: 0.6% 1%;
  margin: 0 1% 0 0;
}

div#product-list h2 a {
  display: block;
  position: absolute;
  top: 17%;
  right: 1%;
  width: 20%;
  padding: 0.8% 0 0.8%;
  text-align: center;
  color: #009e96;
  background-image: url(/static/images/product/battery/acadapter/img_hikaku.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-color: #fff;
  border-radius: 2em;
  font-size: 0.9em;
  opacity: 1;
  transition: 0.2s;
}

div#product-list h2 a:hover {
  opacity: 0.6;
  transition: 0.2s;
  text-decoration: none;
}

p.detail-cap {
  margin: 0 0 1.6%;
  font-size: 0.9em;
}

div.detail-list {
  display: flex;
  flex-wrap: wrap;
}

div.detail-list div.detail-listbox {
  width: 21.6%;
  margin: 0 1.5% 3% 0;
  padding: 1%;
  border: 1px solid #ccc;
}

div.detail-list div.detail-listbox:nth-of-type(4n) {
  margin: 0 0 3%;
}

a.detail-image {
  display: block;
}

div.detail-listbox a.detail-image {
  position: relative;
}

div.detail-listbox a.detail-image img.main-image {
  width: 100%;
}

div.detail-listbox a.detail-image img.kind-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

div.detail-listbox a.detail-image img.kind-icon + img.kind-icon {
  left: 55px;
}

div.detail-listbox a.detail-image img.durability-icon {
  width: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.item-name {
  margin: 40px 0 0;
}

.item-name span {
  max-width: 100%;
  display: block;
  line-height: 1.2;
}

.item-sku span {
  display: inline-block;
  vertical-align: middle;
}

.item-price {
  color: #333;
  line-height: 1.7;
  margin: 8px 0 0;
}

.spec-area {
  margin: 5px 0 0;
  height: 95px;
}

.spec-area img {
  width: 32%;
  margin: 2px 0;
  display: inline-block;
}

div.product-detail {
  float: left;
  width: 47%;
  height: 26em;
  padding: 0 6% 0 0;
}

div.product-detail:nth-child(2n) {
  padding: 0;
}

div.product-detail h3 {
  font-size: 0.97em;
  margin: 0 0 1%;
  line-height: 1.4;
  height: 3em;
}

div.product-detail p.hinmei {
  font-size: 0.85em;
  margin: 0 0 2.5%;
}

div.product-detail p.hinmei span.price {
  font-size: 1em;
  display: inline-block;
  white-space: nowrap;
  margin: 0 0 0 4%;
}

div.product-detail p.hinmei span.price span.zeinuki {
  display: none;
}

div.product-note div.p-left {
  float: left;
  width: 51%;
}

div.product-note div.p-left img.detail-img {
  display: block;
  width: 100%;
  border: 1px solid #d5d5d5;
  margin: 0 0 5%;
}

div.product-note div.p-left a {
  display: block;
  font-size: 0.87em;
  letter-spacing: -0.02em;
  margin: 0 0 3%;
}

div.product-note div.p-left a img {
  margin: 0 2% 0 0;
  vertical-align: middle;
}

div.product-note div.p-right {
  float: right;
  width: 44%;
}

div.product-detail p.link a {
  display: inline-block;
  font-size: 0.87em;
  letter-spacing: -0.02em;
  margin: 0 0 2%;
  white-space: nowrap;
}

div.product-detail p.link a img {
  margin: 0 2% 0 0;
  vertical-align: -0.1em;
}

/* アイコン */
ul.icon li {
  font-size: 0.95em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 3% 1.5%;
  margin: 0 0 3%;
}

ul.icon li.blue {
  background-color: #4489ca;
}

ul.icon li.orange {
  background-color: #eb6100;
}

ul.icon li.sky {
  background-color: #06b6ef;
}

ul.icon li.green {
  background-color: #83ccc9;
}

ul.icon li.violet {
  background-color: #946fb0;
}

/*--------------------------------
    サイドメニュー
--------------------------------*/
div#side-menu {
  text-align: center;
  width: 15.2%;
  margin: 0 0 0 auto;
}

/*--------------------------------
    ヘッダー
--------------------------------*/
#header-space-block {
  content: "";
  width: 225px;
  height: 42px;
  position: absolute;
  bottom: 0;
  left: 100%;
  display: none;
  background-color: #444;
}

/*--------------------------------
    バナー
--------------------------------*/
#cate-banner-area {
  margin-bottom: 7px;
}

#cate-banner-area ul li a img {
  max-width: 100%;
}

#cate-banner-area ul li.online-banner a img {
  margin: 0 0 7%;
}

/*--------------------------------
    用語解説ページ
--------------------------------*/
#side-pickup dl dd.text-link a {
  border: 1px solid #d8d8d8;
  background-color: #f7f7f7;
  position: relative;
  margin: 10px 0 0;
  padding: 16px 5px 16px 36px;
  color: #174eaf;
  font-size: 0.8em;
  line-height: 1.2;
  display: block;
  text-align: left;
  filter: drop-shadow(1px 1px 1px #c9c9c9);
}

#side-pickup dl dd.text-link.line2 a {
  padding: 9px 5px 9px 36px;
}

#side-pickup dl dd.text-link a::before {
  content: "";
  width: 22px;
  height: 26px;
  background: url(/static/images/product/battery/acadapter/icn_book.png) left center no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: calc(50% - 13px);
  left: 8px;
}

#side-pickup dl dd.text-link a:hover {
  opacity: 0.6;
  text-decoration: none;
}

/*--------------------------------
    関連ページ
--------------------------------*/
#recommend {
  float: none;
  margin: 0;
}

body .recommend-wrapper {
  background-color: #fff;
  margin: 0 auto 25px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.recommend-wrapper h4 {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  background-color: #666666;
  color: #fff;
}

.recommend-wrapper h4 span {
  display: block;
  font-size: 1em;
}

.recommend-items {
  border: 1px solid #d9d9d9;
  border-top: 0;
  margin: 0;
  padding: 0;
}

.recommend-items div.page-unit {
  margin: 0 auto;
}

.recommend-items div.recommend-item {
  width: 183px;
  margin: 0 auto;
  padding: 11.5px 5px;
  border-top: 1px solid #d9d9d9;
  text-align: center;
  box-sizing: border-box;
}

.recommend-items div.recommend-item.rel {
  padding: 20px 5px;
}

body.ie .recommend-items div.recommend-item {
  border-top: 1px solid #d9d9d9;
}

.recommend-items div.first-item {
  border-top: 0;
}

body.ie .recommend-items div.first-item {
  border-top: 0;
}

.recommend-items div.recommend-item img {
  margin: 2px auto;
  position: relative;
}

.recommend-items div.recommend-item span.item-sku,
.recommend-items div.recommend-item span.item-name {
  font-size: 0.86666em;
  line-height: 1.2em;
  position: relative;
}

.recommend-items div.recommend-item img.rel-ico {
  margin: 0 auto;
  max-width: 90%;
}

.recommend-items div.recommend-item img.cate-img {
  margin: 0 auto;
  max-width: 120px;
}

.recommend-items .recommend-item.solar-solarpanel img.cate-img {
  max-width: 135px;
}

.recommend-items div.recommend-item span.item-name {
  font-weight: bold;
  margin-top: 7px;
  display: block;
  line-height: 1.4;
}

.recommend-items div.recommend-item a {
  display: block;
}

.recommend-items div.recommend-item a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: #1c64b3;
}

.recommend-items div.recommend-item a:hover span {
  opacity: 0.6;
}

.recommend-items div.recommend-item a:hover img {
  opacity: 1 !important;
}

/*---------------------------
    フロート解除
---------------------------*/
/* for modern brouser */
.clfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}

/* ie7,macIE5 */
.clfx {
  display: inline-block;
}

/* winIE6 below, exclude macIE5 \*/
* html .clfx {
  height: 1%;
}

.clfx {
  display: block;
}
