
/* ================================

   基本設定

================================ */

.inner_content{ width: 900px }
#eletool_lineup {
	color: #121212;
	width: 100%;
}
#eletool_lineup a{
	color: #121212;
	text-decoration: none;
}
#eletool_lineup a:hover *{ opacity:0.8; }
#eletool_lineup .pc_none{ display:none; }



/* ================================

   見出し

================================ */

#eletool_lineup h2 {
	width: 100%;
	margin-bottom: 20px;
}
#eletool_lineup h2 img {
	width: 100%;
	height: auto;
}

#eletool_lineup h3.h_line {
	display: flex;
    align-items: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
}
#eletool_lineup h3.h_line::before,
#eletool_lineup h3.h_line::after {
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #121212;
}
#eletool_lineup h3.h_line::before { margin-right: 1rem; }
#eletool_lineup h3.h_line::after { margin-left: 1rem; }

#eletool_lineup h3.h_bg_b {
	color: #fff;
	font-size: 28px;
	line-height: 1;
	text-align: center;
	background-color: #121212;
	padding: 0.5em 0;
	margin-bottom: 30px;
}

#eletool_lineup h4.h_products {
	font-size: 28px;
	line-height: 1;
	margin-bottom: 15px;
	padding-bottom: 0.25em;
	border-bottom: solid 2px #121212;
}
#eletool_lineup h4.h_products span {
	display: inline-block;
	vertical-align: middle;
	width:160px;/**/
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	background-color: #121212;
	padding: 0 0.5em;
	margin-right: 0.5em;
	box-sizing: border-box;
}

#eletool_lineup .h_battery {
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
	background-color: #ddd;
	padding: 0.25em 0;
}

/* ================================

   メインイメージ

================================ */

#eletool_lineup .mainimg {
	width: 100%;
	margin-bottom: 40px;
}
#eletool_lineup .mainimg img {
	width: 100%;
	height: auto;
}


/* ================================

   バッテリー

================================ */

#eletool_lineup .btn_battery {
	width: 100%;
	margin-bottom: 40px;
}
#eletool_lineup .btn_battery ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 4px 0 0;
}
#eletool_lineup .btn_battery ul li {
	width: 448px;
}
#eletool_lineup .btn_battery ul li a {
	display: block;
}
#eletool_lineup .btn_battery ul li a img {
	width: 100%;
	height: auto;
}

/* ================================

   タブメニュー

================================ */

#eletool_lineup .wrap_tab {
	margin-bottom: 40px;
}
#eletool_lineup .tab-container {
    width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin: 0;
}
#eletool_lineup .tab-container li {
    width: calc((100% - 4px)/2);
	background: #666;
	color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-align: center;
	padding: 15px 0;
	cursor: pointer;
}
#eletool_lineup .tab-container li:nth-of-type(1).current { background-color: #1fc9d8;}
#eletool_lineup .tab-container li:nth-of-type(2).current { background-color: #21b180;}
#eletool_lineup .tab-container li:first-child {
	border-left: none;
}
#eletool_lineup .tab-container li:hover { opacity: 0.8;} 
#eletool_lineup .menu-box {
	display: none;
	padding: 30px 0;
	box-sizing: border-box;
}
#eletool_lineup .menu-box:nth-of-type(1) {
	border-top: solid 4px #1fc9d8;
	/*background-color: rgba(31,201,216,0.08);*/
}
#eletool_lineup .menu-box:nth-of-type(2) {
	border-top: solid 4px #21b180;
	/*background-color: rgba(33,177,128,0.08);*/
}
#eletool_lineup .menu-box.current {
	display: block;
}



/* ================================

   タブメニュー内のレイアウト

================================ */

/* サブメニュー
================================ */

#eletool_lineup .submenu {
    width: 100%;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    margin: 0 0 40px;
	padding: 0 16px;
	box-sizing: border-box;
}
#eletool_lineup .submenu li {
    width: calc((100% - 4px*2)/3);
    margin: 0 4px 4px 0;
}
#eletool_lineup .submenu li:nth-child(3n) {
    margin-right: 0;
}
#eletool_lineup .subitem {
    width: 100%;
    margin: 0 0 40px;
}
#eletool_lineup .subitem .subbox {
    width: 100%;
    margin: 0 0 40px;
}

#eletool_lineup .subitem .mainimg {
	width: 100%;
	margin-bottom: 20px;
}
#eletool_lineup .subitem .mainimg img {
	width: 100%;
	height: auto;
}

/* 表組
================================ */
#eletool_lineup .subitem table {
    width: 850px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}
#eletool_lineup .subitem table thead tr {
    vertical-align: middle;
}
#eletool_lineup .subitem table thead tr th {
    width: calc(100% / 3);
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 0.5em 0;
    background-color: #3b2319;
}
#eletool_lineup .subitem table thead tr th.bg_10_8 { background-color: #f89106;}
#eletool_lineup .subitem table thead tr th.bg_18 { background-color: #f25b24;}

#eletool_lineup .subitem table tbody tr {
    vertical-align: middle;
}
#eletool_lineup .subitem table tbody tr th,
#eletool_lineup .subitem table tbody tr td {
    text-align: center;
    border-bottom: solid 1px #ccc;
	background-color: #fff;
}
#eletool_lineup .subitem table tbody tr th {
    font-size: 20px;
}
/**/#eletool_lineup .subitem table tbody tr td.bg_10_8 {background-color: #fee8d0;}
#eletool_lineup .subitem table tbody tr td.bg_18 {background-color: #feddd6;}
#eletool_lineup .subitem table tbody tr td a,
#eletool_lineup .subitem table tbody tr td span {
    position: relative;
    display: block;
    padding: 0.75em 0;
}
#eletool_lineup .subitem table tbody tr td a::after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 16px;
    border-top: solid 2px #121212;
    border-right: solid 2px #121212;
    transform: rotate(45deg);
    margin-top: -3px;
}
#eletool_lineup .subitem table tbody tr td a:hover::after {
    right: 12px;
}

/* 価格プロ
================================ */
#eletool_lineup .subitem table tbody tr td .buy_price {}
#eletool_lineup .subitem table tbody tr td .buy_price ul {}
#eletool_lineup .subitem table tbody tr td .buy_price ul li { display: inline-block; }
#eletool_lineup .subitem table tbody tr td .buy_price ul li.price {}
#eletool_lineup .subitem table tbody tr td .buy_price ul li.intax { /*display: none;*/ }
#eletool_lineup .subitem table tbody tr td .buy_price ul li span.spesicalprice { display: none; }

/* Youtube
================================ */

#eletool_lineup .wrap_movie {
    position: relative;
    width: 850px;
    margin: 0 auto 10px;
}
#eletool_lineup .wrap_movie iframe {
    width: 850px;
    height: 480px;
}


/* ページ下部回遊ボタン
================================ */

#eletool_lineup .btn_l {
	width: 100%;
	margin-top: 20px;
}
#eletool_lineup .btn_l a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	background-color: #121212;
	padding: 0.75em 0;
	border-radius: 5px;
	box-sizing: border-box;
}
#eletool_lineup .btn_l.btn_l_ele a { background-color: #1fc9d8;}
#eletool_lineup .btn_l.btn_l_en a{ background-color: #21b180;}
#eletool_lineup .btn_l a::after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 20px;
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
	transform: rotate(45deg);
	margin-top: -6px;
}
#eletool_lineup .btn_l a:hover {
	opacity: 0.8;
}




/* ================================

   ページ上部へ戻るボタン

================================ */

#eletool_lineup .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;   
}
#eletool_lineup .pagetop a {
    display: table;
    width: 80px;
    height: 80px;
}
#eletool_lineup .pagetop a span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    background-color: #121212;
    border-radius: 80px;
}

