@charset "UTF-8";


.pc { display: block !important; }
.sp { display: none !important; }
 
@media only screen and (max-width: 767px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/* ====================================
	製品ページ共通スタイル
 ==================================== */
/* メインエリア */
.page-header {
	padding: 2rem 0 2rem;
}

.page-footer {
	padding: 0;
}

.main-title {
	font-size: 2.6rem;
	font-weight: 700;
}

.sub-title {
	font-weight: 500;
	background: #e6e6e6;
}


.red-purple	{ color:#c82579 !important;
	font-weight: 700;
}



.seriesSearchPc ul li.all.on {
	background-image: none;
}

ul.list-options li .checkbox1 {
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0;
	background-color: #fff;
	background-image: url(images/check-off.png);
	background-repeat: no-repeat;
	background-position: left 6px center;
	background-size: 18px auto;
	border: solid 1px #A7A7A7;
	border-radius: 20px;
	cursor:pointer;	
}


ul.list-options li.on .checkbox1 {
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0;
	background-color: #fff;
	background-image: url(images/check-on.png);
	background-repeat: no-repeat;
	background-position: left 6px center;
	background-size: 18px auto;
	border: solid 1px #A7A7A7;
	border-radius: 20px;
	cursor:pointer
}

ul.star-single {
	padding-top:10px;
}
ul.star-single li {
	padding-left:1.5em;
	text-indent:-1.5em;
}
ul.star-single li span {
	margin-right: 0.5em;
	color: #00a0e9;
}


.bg_white {
	background-color: #fff;
}

.bg_gray {
	background-color: #f6f6f6;
}

.bg_mainvisual {
	background-color: #fff;
	background-image: url(images/mainimage-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.mainvisual {
	margin-top: 0px;
}
.mainvisual img {
	max-width: 1200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

.contents-area {
	padding-top: 120px;
	padding-bottom: 120px;	
}
.contents-area.last-area {
	padding-bottom: 0;	
}

.description a {
	color: #2b7bcf !important;
}

.main-titles {
	text-align: center;
}

.individual {
	padding: 4em 0 1.5em 0;
}
.individual-2 {
	padding: 2em 0 0 0;
}

.lage-txt {
	font-size: 138.5%;
}
.normal-txt {
	font-size: 100%;
}

.title-red {
	padding: 0.3rem 1rem;
	border-left: 4px solid #c82579;
	font-size: 135%;
	font-weight: 500;
	color: #c82579;
}

.container_block_ba{
  display: flex;
}
.container_block_ba .contents_l {
  width: 48.5%;
}
.container_block_ba .contents_r {
	flex: 1;
	width: 48.5%;
	margin-left: 3%;
}

.battery-col_3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin-top: 20px;
}
.battery-col_3 > div {
	width: 32%;
	margin-right: 2%;
	text-align: center;
	justify-content: center;
}
.battery-col_3 > div:last-child {
	margin-right: 0px;
}

.battery-col_3 p {
	font-size: 116%;
	font-weight: 500;
	padding-top: 10px;
}


.btn-arrow-left a {
	display: inline-block;
	padding: 0.35em 1em 0.5em 2em;
	line-height: 1.4;
	background: #c82579;
	color: #d5639e;
	border-radius: 0.9rem;
	position: relative;
	color: #fff !important;
	font-size: 93%;
}

.btn-arrow-left a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  margin-top: 7px;
  left: 13px;
}

.btn-arrow-left a:hover {
	background: #d5639e;
	color: #fff !important;
	text-decoration: none;
}

/* 破線 枠 */
.kakomi-box {
 margin: 0 0;
 padding: 1em;
 width: 100%;
 border: 1.5px dashed #777; /*太さ・線種・色*/
 background-color: #FFF; /* 背景色 */
 border-radius: 0px; /*角の丸み*/
}


/* 検索結果エリア */
.no-display {
	display: none;
    }

.container_block_search{
	display: flex;
}
.container_block_search .contents_l {
  width: 53.5%;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.container_block_search .contents_r {
	flex: 1;
	width: 43.5%;
	margin-left: 3%;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    align-items: center;
}

.container_block_search .contents_l img {
    max-width: 270px;
}

.cap_comment {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
	padding-top: 15px;
  }
.cap_comment-right {
	max-width: 100%;
	text-align: right;
	padding-top: 15px;
	margin: 0 0 0 auto;
  }
.cap_comment_txt {
    display: inline-block;
    text-align: left;
  }

ul.list-results li.passed {
	border: solid 1px #D8D8D8;
	position: relative;
	padding: 2rem;
}




/* ポップアップ */
	
.tooltip1{
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.tooltip1 span{
	margin:0;
	padding:0;
	text-decoration: underline;
}
.description1 {
    display: none;
    position: absolute;
    padding: 15px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #ddd;
    width: 300px;
	height:290px;
}
.description1 img {
    max-width: 280px;
}
.description1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #ddd;
    margin-left: -15px;
}
.tooltip1:hover .description1{
    display: inline-block;
    top: -302px;
    left: 0em;
}

/* 表 */

	.scroll {
	overflow-x: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #d8d8d8;
	border-left-color: #d8d8d8;
	}

table.tbl {
	border-collapse:separate;
	border-spacing:0;
	width:auto;
	border-collapse:  collapse;
	word-break: break-all;
    }

.tbl th,td {
	min-width: 190px;
	text-align: center;
	justify-content: center;
	font-size: 85%;
	background-color: #fff;
	padding: 12px;
    }
.tbl th {
	font-weight: normal;
	background-clip: padding-box;
	background-color: #fdfafb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
    }
.tbl td {
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #d8d8d8;
	border-right-color: #d8d8d8;
    }

.tbl_title {
	font-size: 93%;
	font-weight: 500;
	padding: 8px;
    }
.tbl_title img {
	max-width: 200px;
	padding-bottom: 5px;
    }
	
.fixed01{
	position:-webkit-sticky;
	position:sticky;
	left: 0;
	background-image: url(images/thbg.png);
	background-repeat: repeat-y;
	background-position: right;
	
  &:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
}

.fixed02{
	position:-webkit-sticky;
	position:sticky;
	left: 190px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
  &:before{
    content: "";
    position: absolute;
    top: 0px;
    left: -1px;
    width: 100%;
    height: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d8d8d8;
  }
}

.txt-sup {
	font-size: 10px;
	color: #00a0e9;
	vertical-align: top;
}

.txt-sup {
	font-size: 10px;
	color: #00a0e9;
	vertical-align: top;
}




/* ====================================
	スマートフォン専用スタイル
===================================== */
@media screen and (width <768px) {

	.sub-title {
		margin-top: 4rem;
		margin-bottom: 3rem;
		padding: 0.2em 0;
		font-size: 1.8rem;
		text-align: center;
	}
	
	ul.list-options li {
		margin-top: 10px;
	}

	ul.list-options li .checkbox1 {
		padding: 4px 18px 4px 28px;
		font-size: 0rem;
		line-height: 1.2;
		min-width: 140px;
	}
	.option-label {
		padding-left: 4px;
		padding-right: 4px;
		font-size: 1.2rem;
		white-space: nowrap;
	}
	
	.option-label.longtxt {
		font-size: 1.0rem;
	}

	ul.outer-container li {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 10px;
	}
	
	ul.star-single li {
	padding-left:0em;
	text-indent:0em;
	}
	ul.star-single li span {
		margin-right: 0.5em;
	}
	
	.contents-area {
		padding-top: 60px;
		padding-bottom: 60px;	
	}
	.contents-area.last-area {
		padding-bottom: 0;	
	}
	.main-titles {
		padding: 0 0;
		font-size: 2.2rem;
	}
	
	.individual {
		padding: 2.5em 0 1.5em 0;
	}
	
	.individual-2 {
		padding: 1.5em 0 0 0;
	}
	
	.lage-txt {
		font-size: 116%;
	}
	.normal-txt {
		font-size: 100%;
	}
	.title-red {
		font-size: 108%;
	}
	.container_block_ba{
	  display: block;
	}
	.container_block_ba .contents_l {
	  width: 100%;
	}
	.container_block_ba .contents_r {
	  width: 100%;
	  margin-left: 0%;
	  margin-top: 2.0em;
	}
	
	.battery-col_3 > div {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.battery-col_3 > div:last-child {
		margin-bottom: 0px;
	}
	.battery-col_3 p {
		font-size: 100%;
		font-weight: 500;
		padding-top: 5px;
	}
	
	.btn-area {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
	}
	.btn-arrow-left {
		margin-top: 2rem;
		font-size: 1.5rem;
	}
	.btn-arrow-left a {
		text-align: left;
	}
	.btn-arrow-left.upper {
		display: block;
		margin-top: 20px;
	}
	
	/* 表 */

	.tbl th,td {
	  min-width: 120px;
	  padding: 10px;
	  font-size: 85%;
    }
	.tbl td {
	  min-width: 100px;
    }
	.tbl_title {
	  font-size: 80%;
	  padding: 5px 2px;
    }
	.tbl_title img {
	  max-width: 170px;
    }
	
	.fixed02{
	  left: 100px;
	  }

}

/* ====================================
	PC&タブレット
===================================== */
@media print,
screen and (width >=768px) {

	.main-title {
		font-size: 3.6rem;
	}
	.main-navi {
		inline-size: 26rem;
	}
	
	.sub-title {
		margin-top: 60px;
		margin-bottom: 40px;
		padding: 0.2em 0;
		font-size: 1.8rem;
		text-align: center;
	}
	
	ul.list-options li {
		margin-bottom: 15px;
	}
	
	ul.list-options li .checkbox1 {
		padding: 8px 16px 8px 30px;
		font-size: 0rem;
		line-height: 1.2;
		background-position: left 8px center;
		background-size: 18px auto;
		width: 200px;
	}

	.lineupItem ul.list-results {
		width: 100%;
		padding-left: 0%;
		padding-right: 0%;
		display: flex;
	}
	.lineupItem ul.list-results>li {
		width: 47%;
		margin-top: 0%;
		margin-left: 1.5%;
		margin-right: 1.5%;
		margin-bottom: 3%;
	}

	.option-label {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 1.5rem;
	}
	.option-label.longtxt {
		font-size: 1.25rem;
	}

	.main-titles {
		padding: 0 0 1em;
		font-size: 2.5rem;
	}
	.btn-area {
		text-align: right;
		margin-left: auto;
		justify-content: right;
	}

	.btn-arrow-left {
		margin-top: 4rem;
		text-align: left;
		margin-right: auto;
		justify-content: left;
	}

	.cap_comment-right ul {
		display: flex;
	}
	.cap_comment-right li {
		padding-right: 4rem;
	}
	.cap_comment-right li:last-child {
		padding-right: 0;
	}
	
	/* ポップアップ */
	.tooltip1-0{
		display: flex;
	}
	.tooltip1:hover .description1{
		left: -2.2em;
	}

}

/* ====================================
	特殊
===================================== */

@media only screen and (min-width:768px) and (max-width:960px){	
.container_block_search{
		display: block;
}
.container_block_search .contents_l {
		width: 100%;
}
.container_block_search .contents_r {
		width: 100%;
		padding-top: 20px;
		text-align: center;
}
}

@media only screen and (max-width: 580px) {
.container_block_search{
	display: block;
}
.container_block_search .contents_l {
		width: 100%;
}
.container_block_search .contents_r {
		width: 100%;
		padding-top: 10px;
		text-align: center;
}
}