/*
channel code : y5TPvfE6Mde6
for biz
*/
@charset "utf-8";
#lineup * { padding: 0; margin: 0; box-sizing: border-box; font-feature-settings: "palt";}

/* Clearfix
 * --------------------------------------------- */
/* for modern browser */
#lineup .clearfix:after { font-size: 0px; line-height: 0px; height: 0; visibility: hidden; content:"."; display: block; clear: both; }
/* for IE5.5-7 */
#lineup .clearfix { zoom: 1; display: inline-block; }
/* exlude MacIE5 \*/
#lineup  .clearfix { height: 1% }
#lineup .clearfix { display: block; }
#lineup .clearboth { clear: both; }


/* ------------------------------------------------
 * Layout
 ------------------------------------------------ */
#lineup .for_pc { display: inherit;}
#lineup .for_sp { display: none; }

#lineup .alignR {
	text-align: right;
}


/*------- コンテンツ ---------*/
#lineup * {
	font-family: noto-sans-cjk-jp,'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}
#lineup .color_red {
	color: #B81F14 !important;
}
#lineup #title_block {
	width: 976px;
	margin: 32px auto 40px;
}
#lineup #title_block h1 {
	font-size: 32px;
	line-height: 1.5;
}
#lineup #title_block h1 span {
	font-size: 18px;
	display: block;
}
#lineup #tab {
	width: 100%;
	margin-bottom: 48px;
}
#lineup #tab ul {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 1px #666;
	display: flex;
	justify-content: center;
}
#lineup #tab li {
	width: 100%;
}
#lineup #tab li a {
	display: block;
	padding: 9px 1pc 8px;
	width: 100%;
	line-height: 1.5;
	border-bottom: solid 2px transparent;
	text-decoration: none;
	text-align: center;
	color: #666;
}
#lineup #tab li span {
	display: block;
	padding: 9px 1pc 8px;
	line-height: 1.5;
	font-weight: bold;
	width: 100%;
	vertical-align: middle;
	border-bottom: solid 2px #000;
	text-align: center;
}
#lineup #select_wrap {
	position: relative;
	width: 100%;
	padding: 45px 0;
	margin: 24px 0;
	text-align: center;
	font-size: 16px;
	background-color: #E6E6E6;
}
#lineup #select_wrap:after {
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
	content: '';
	display: block;
	border-top: solid 30px #E6E6E6;
	border-left: solid 30px transparent;
	border-right: solid 30px transparent;
	border-bottom: none;
	z-index: 2;
}
#lineup #select_wrap .select_box {
	position: relative;
	width: 976px;
	margin: 0 auto;
	padding: 16px 28px 82px;
	overflow: hidden;
	border-radius: 16px;
	background-color: #FFF;
	display:flex;
	flex-wrap:wrap;
	overflow: hidden;
	visibility: hidden;
}
#lineup #select_wrap .select_box > div {
	padding-top: 8px;
	padding-bottom: 8px;
}
#lineup #select_wrap .select_box > div > p {
	font-size: 16px;
	font-weight: bold;
}
#lineup #select_wrap .select_box h3 {
	font-size: 18px;
	color: #364563;
	width: 946px;
	margin: 0 -15px 30px;
	font-weight:bold;
}
#lineup #select_wrap .select_box #btn_close {
	position: absolute;
	bottom: 0px;
	left: 0;
	padding-bottom: 24px;
	border-radius: 16px;
	width: 100%;
	background-color: #FFF;
}
#lineup #select_wrap .select_box #btn_close a {
	display: block;
	width: 946px;
	text-align: center;
	font-size: 15px;
	line-height: 1;
	text-decoration: none;
	color: #364563;
	margin: 0 auto;
	padding: 12px 40px;
	border: solid 1px #364563;
	border-radius: 8px;
	box-shadow: 0 3px 6px 0 rgb(0,0,0,0.16);
}
#lineup #select_wrap .select_box #btn_close a:hover {
	opacity: 0.7;
}
#lineup #select_wrap .select_box #btn_close a::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 6px;
	background: url(/biz/pc/letsnote_biz/biz_hikaku/img/close.png) no-repeat;
	background-size: 100%;
	vertical-align: middle;
}
#lineup #select_wrap .select_box #btn_close.closed a::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 6px;
	background: url(/biz/pc/letsnote_biz/biz_hikaku/img/open.png) no-repeat;
	background-size: 100%;
	vertical-align: middle;
}
#lineup #select_wrap .select_box li {
	display: flex;
	line-height: 24px;
	letter-spacing: 1px;
	padding-left: 34px;
	position: relative;
	margin-top: 16px;
	text-align: left;
	cursor: pointer;
}
#lineup #select_wrap .select_box li::after {
	border: 1px solid #999;
    border-radius: 6px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 23px;
    width: 23px;
}
#lineup #select_wrap .select_box li.check::after {
	background-color: #364563;
    border: 1px solid #364563;
    background-image: url(/store/ap/storeaez/com/panasonic/jp/pa/storeaez/main/jsp/std/com/images/component/checkList-iconWhite.svg);
    background-position: center;
    background-repeat: no-repeat;
}
#lineup #select_wrap .select_box li.dead {
	cursor: default;
	color: #CCC;
}
#lineup #select_wrap .select_box li.dead::after {
	border: 1px solid #CCC;
}
#lineup #select_wrap .select_box li span {
	font-size: 12px;
}
#lineup #select_wrap .size_box,
#lineup #select_wrap .cpu_box {
	width: 230px;
}
#lineup #select_wrap .storage_box {
	width: 260px;
}
#lineup #select_wrap .delivery_box {
	width: 140px;
}
#lineup #select_wrap .memory_box,
#lineup #select_wrap .touch_box {
	width: 230px;
	margin-top: 32px;
}
#lineup #select_wrap .drive_box {
	width: 360px;
	margin-top: 32px;
}
#lineup #select_wrap .price_box,
#lineup #select_wrap .other_box {
	margin-top: 32px;
	width: 100%;
}
#lineup #select_wrap .price_box ul,
#lineup #select_wrap .other_box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#lineup #select_wrap .price_box ul li {
	width: 300px;
	margin-left: 8px;
}
#lineup #select_wrap .price_box ul li:nth-child(3n+1){
	margin-left: 0;
}
#lineup #select_wrap .other_box ul li {
	width: 300px;
	margin-right: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}
#lineup #select_wrap .other_box ul li:nth-child(3n){
	margin-right: 0;
}
#lineup #select_wrap .cpu_box,
#lineup #select_wrap .storage_box,
#lineup #select_wrap .delivery_box,
#lineup #select_wrap .drive_box,
#lineup #select_wrap .touch_box {
	margin-left: 18px;
	padding-left: 18px;
	border-left: dashed 1px #C4C4C4;
}

#lineup #btn_wrap {
	width: 976px;
	text-align: right;
	margin: 10px auto 0;
}
#lineup #btn_wrap a.btn_result {
	display: inline-block;
	border: solid 1px #364563;
	background-color: #364563;
	padding: 16px;
	border-radius: 8px;
	line-height: 1;
	text-decoration: none;
	color: #FFF;
	box-shadow: 0 3px 6px 0 rgb(0,0,0,0.16);
}
#lineup #btn_wrap a.btn_clear {
	display: inline-block;
	border: solid 1px #999;
	background-color: #FFF;
	margin-right: 10px;
	padding: 16px 32px;
	border-radius: 8px;
	line-height: 1;
	text-decoration: none;
	color: #666;
	box-shadow: 0 3px 6px 0 rgb(0,0,0,0.16);
}
#lineup #btn_wrap a:hover {
	opacity: 0.7;
}
#lineup .bn_wrap {
	width: 840px;
	margin: 40px auto 0;
}
#lineup .bn_wrap ul {
	overflow: hidden;
}
#lineup .bn_wrap ul li.col2 {
	float: left;
	width: 390px;
	margin: 20px 0 0 20px;
}
#lineup .bn_wrap ul li.col2 img {
	width: 100%;
}


#result {
	width: 976px;
	margin: 56px auto 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px
}
#result > p {
	width: calc(33.3% - 10px);
	border: solid 1px;
	padding: 12px 5px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}
#result > p em {
	font-size: 22px;
	font-weight: bold;
}
#result > p span {
	font-size: 22px;
	font-weight: bold;
}
#result > p:first-child {
	margin-left: 0;
}
#result .result_fc {
	color: #D9365D;
	border-color: #D9365D;
}
#result .result_fv {
	color: #4B3691;
	border-color: #4B3691;
}
#result .result_lv {
	color: #543764;
	border-color: #543764;
}
#result .result_sc {
	color: #F6AC2D;
	border-color: #F6AC2D;
}
#result .result_sr {
	color: #0086A9;
	border-color: #0086A9;
}
#result .result_sv {
	color: #386B34;
	border-color: #386B34;
}
#result .result_qv {
	color: #9D5552;
	border-color: #9D5552;
}
#result .result_qr {
	color: #00826F;
	border-color: #00826F;
}
#models_wrap {
	position: relative;
	width: 100%;
	padding-bottom: 60px;
}
#models_wrap:after {
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
	content: '';
	display: block;
	border-top: solid 30px #FFF;
	border-left: solid 30px transparent;
	border-right: solid 30px transparent;
	border-bottom: none;
	z-index: 2;
}

#models {
	position: relative;
	margin-top: 20px;
	opacity: 0;
}
#models #header_wrapper {
	width: 100%;
	z-index: 5;
}
#models #header_wrapper > div,
#models #tbody_wrapper {
	position: relative;
	width: 1350px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	overflow: hidden;
}
#header_wrapper #check_area {
	position: absolute;
	left: 0 !important;
	top: 0;
	margin: auto !important;
	/*margin-left: -678px;*/
	width: 115px;
}
#header_wrapper #check_area a.btn_check {
	padding: 3px 15px 3px 3px;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	background-color: #364563;
	display: block;
	border-radius: 8px;
	box-shadow: 0 3px 6px 0 rgb(0,0,0,0.16);
}
#header_wrapper #check_area a.dead {
	opacity: 0.15;
	cursor: default;
}
#header_wrapper #check_area img {
	width:  40px;
}
#header_wrapper #check_area a.btn_clear {
	margin-top: 5px;
	padding: 10px;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	background-color: #364563;
	display: block;
	width: auto;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0 3px 6px 0 rgb(0,0,0,0.16);
}
#models .fix_area {
	float: left;
	width: 177px;
	overflow: hidden;
}
#models .fix_area > div {
}
#models .scroll_area {
	float: left;
	width: 1140px;
	overflow-x: scroll;
}
#models .scroll_area > div:first-child {
	width: max-content;
}
#models .scroll_area::-webkit-scrollbar {
	height: 12px;
}
#models .scroll_area::-webkit-scrollbar-thumb {
	background-color: #808080;
}
#models .scroll_area::-webkit-scrollbar-track {
	background-color: #F2F2F2;
}
#models .scroll_area > div:first-child {
	width: max-content;
}
#models #header_wrapper #b_prev {
	position: absolute;
	top: 50%;
	left: 140px;
	margin-top: -17px;
	display: block;
	width: 17px;
	height: 34px;
	background: url(/biz/pc/letsnote_biz/biz_hikaku/img/b_prev.png) no-repeat center center;
	background-size: 17px 34px;
	cursor: pointer;
	z-index: 7;
}
#models #header_wrapper #b_next {
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -17px;
	display: block;
	width: 17px;
	height: 34px;
	background: url(/biz/pc/letsnote_biz/biz_hikaku/img/b_next.png) no-repeat center center;
	background-size: 17px 34px;
	cursor: pointer;
	z-index: 7;
}
#models #header_wrapper #b_prev:hover,
#models #header_wrapper #b_next:hover {
	opacity: 0.7;
}
#models #header_wrapper #b_prev.dead,
#models #header_wrapper #b_next.dead {
	display: none;
}
#models #header_wrapper tr:not(.prod) {
	display: none;
}
#models table {
	width: max-content;
	border-collapse: collapse;
	margin-right: 1px;
}
#models th {
	width: 176px;
	min-width: 176px;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
	text-align: left;
	padding: 15px 10px 15px 0;
	font-size: 15px;
	vertical-align: middle;
}
#models .prod th,
#models .whitecol {
	border-top: none !important;
	border-bottom: none !important;
	background-color: #FFF !important;
}
#models #tbody_wrapper .prod {
	display: none;
}

#models #tbody_wrapper th {
	padding-left: 10px;
	background-color: #F2F2F2;
}
#models #tbody_wrapper th p {
	display: inline-block;
}
#models #tbody_wrapper th a.arrow {
	display: block;
	font-size: 13px;
	text-decoration: none;
	margin-top: 5px;
}
#models #tbody_wrapper th a.arrow:before {
	content:'';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 3px;
	border-style: solid;
	border-width: 4px 0 4px 7px;
	border-color: transparent transparent transparent #003A91;
}
#models #tbody_wrapper th,
#models #tbody_wrapper td {
	line-height: 1.4;
}
#models td {
	width: 190px;
	min-width: 190px;
	border: solid 1px #CCC;
	font-size: 15px;
	padding: 16px 10px;
	text-align: left;
	vertical-align: middle;
}
#models .prod td {
	padding: 0;
	vertical-align: top;
}
#models .prod td > div {
	padding: 10px 0 15px;
	height: 100%;
	position: relative;
	text-align: center;
}
#models .prod td input[type="checkbox"]  {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 35px;
	opacity: 0;
	cursor: pointer;
}
#models .prod td input[type="checkbox"] +label {
	display: inline-block;
	width: 23px;
	height: 23px;
	border: 1px solid #999;
	background-color: #FFF;
    border-radius: 6px;
/*	background: url(../img/b_check_off.png) no-repeat;
	background-size: 25px;*/
	margin-bottom: 12px;
}
#models .prod td input[type="checkbox"]:checked +label {
	background-color: #364563;
    border: 1px solid #364563;
    background-image: url(/store/ap/storeaez/com/panasonic/jp/pa/storeaez/main/jsp/std/com/images/component/checkList-iconWhite.svg);
    background-position: center;
    background-repeat: no-repeat;
}
#models .prod_newtxt {
	font-size: 14px;
	line-height: 1;
	width: 100%;
	color: #B81F14;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
}
#models .prod_newest {
	padding: 3px;
	margin: -5px auto 10px;
	font-size: 12px;
	line-height: 1;
	width: 90%;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
}
#models .prod_prev {
	padding: 3px;
	margin: -5px auto 10px;
	font-size: 12px;
	line-height: 1;
	width: 90%;
	background-color: #B81F14;
	color: #FFF;
	font-weight: bold;
}
#models .prod_os {
	display: none;
}
/*#models .prod_os {
	text-align: center;
	margin: 10px auto;
	padding: 0 8px;
}
#models .prod_os img {
	width: 100%;
}*/
#models .prod_model {
	font-weight: bold;
	margin-top: 7px;
	font-size: 16px;
	text-align: left;
	padding: 0 8px;
}
#models .prod_price {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 0 8px;
}
#models .del {
	text-decoration: line-through;
	color: #000;
}
#models .del span {
	color: #B81F14;
}
#models .prod_price em {
	color: #B81F14;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
}
#models td.sokunou div::after {
	content: '';
	width: 42px;
	height: 42px;
	display:block;
	position: absolute;
	left: 5px;
/*	top: 65px;*/
	top: 40px;
	background: url(/biz/pc/letsnote_biz/biz_hikaku/img/icon_sokunou.png) no-repeat left top;
}
#models td.old div::before {
	content: '';
	width: 42px;
	height: 42px;
	display:block;
	position: absolute;
	left: 5px;
	top: 88px;
	background: url(/biz/pc/letsnote_biz/biz_hikaku/img/icon_old.png) no-repeat left top;
}
#models td.limited div::after {
	content: '';
	width: 42px;
	height: 42px;
	display:block;
	position: absolute;
	left: 5px;
/*	top: 65px;*/
	top: 40px;
	background: url(/biz/pc/letsnote_biz/biz_hikaku/img/icon_limited.png) no-repeat left top;
}
#models td.sokunou.limited div::after {
	content: '';
	width: 42px;
	height: 90px;
	display:block;
	position: absolute;
	left: 5px;
/*	top: 65px;*/
	top: 40px;
	background:  url(/biz/pc/letsnote_biz/biz_hikaku/img/icon_sokunou.png) no-repeat left top, url(../img/icon_limited.png) no-repeat left bottom;
}
#models td ul {
	display: inline-block;
	margin: 5px auto 0;
	padding: 0 8px;
	overflow: hidden;
}
#models td ul li {
	float: left;
	width: 78px;
}
#models td ul li:first-child {
	margin-right: 4px;
}
#models td ul li a {
	font-size: 14px;
	display: block;
	padding: 8px 6px;
	color: #FFF;
	text-decoration: none;
	border-radius: 8px;
	box-shadow: 0 3px 6px 0 rgb(0,0,0,0.16);
}
#models a:hover {
	opacity: 0.8;
}
#models .LV {
	background-color: #E3DAE9 !important;
}
#models .FC {
	background-color: #FBE9ED !important;
}
#models .FV {
	background-color: #E4E1EF !important;
}
#models .SC {
	background-color: #FDF2DF !important;
}
#models .SR {
	background-color: #DEEFF4 !important;
}
#models .SV {
	background-color: #E2EDE2 !important;
}
#models .QV {
	background-color: #F0E6E5 !important;
}
#models .QR {
	background-color: #D4EAE7 !important;
}
#models .prod li a.b_prodinfo {
	background-color: #FFF !important;
	border: solid 1px #999;
	color: #666;
	box-shadow: 0 3px 6px 0 rgb(0,0,0,0.16);
}
#models .prod li a.b_order {
	background-color: #364563 !important;
	border: solid 1px #364563;
	color: #FFF;
	box-shadow: 0 3px 6px 0 rgb(0,0,0,0.16);
}
#models .prod li span.soldout {
	font-size: 14px;
	display: block;
	padding: 5px;
	color: #FFF;
	background-color: #999;
	border-radius: 6px;
	border: solid 1px #999;
}
#models .prod li span.notice {
	background-color: #F00;
	border: solid 1px #F00;
}

#models .prod li span.ended {
	font-size: 14px;
	display: block;
	padding: 5px;
	color: #999;
	background-color: #FFF;
	border-radius: 6px;
	border: solid 1px #CCC;
}
#models .prod .att {
	font-size: 11px;
	line-height: 1.2;
	padding: 3px 10px 0;
	margin-bottom: -8px;
	text-align: left;
}
#models tr.color_row td {
	vertical-align: top;
	
}
#models .txt_s {
	font-size: 12px;
}
#models .txt_mark {
	font-size: 18px;
	font-family: sans-serif;
	text-align: center;
}
#models .txt_center {
	text-align: center;
}
#models td div.dotbox {
	display: table;
	width: 100%;
}
#models td div.dotbox p {
	display: table-cell;
	padding: 10px 0;
	vertical-align: middle;
	background: url(/biz/pc/letsnote_biz/biz_hikaku/img/border01.gif) no-repeat center top;
}
#models td div.dotbox:first-child p {
	padding-top: 0;
	background: none;
}
#models td div.dotbox:last-child p {
	padding-bottom: 0;
}
#models td div.dotbox.empty p {
	border-top: solid 1px #E6E6E6;
}
#models tr:last-child td {
	vertical-align: top;
}
#models img.color {
	vertical-align: text-bottom;
	margin-right: 7px;
	border: solid 2px #FFF;
}
#models a.b_order2 {
	display: inline-block;
	width: 100%;
	padding: 16px 10px;
	border-radius: 8px;
	background-color: #364563;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	text-align: center;
	border: solid 1px #364563;
	box-shadow: 0 3px 6px 0 rgb(0,0,0,0.16);
}
#models tr:last-child span.soldout {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 16px 10px;
	background-color: #999;
	font-weight: bold;
	color: #FFF;
	font-size: 15px;
	border-radius: 8px;
	border: solid 1px #999;
}
#models tr:last-child span.notice {
	background-color: #F00;
	border: solid 1px #F00;
	padding: 16px 8px;
}
#models tr:last-child span.ended {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 16px 10px;
	font-weight: bold;
	color: #999;
	background-color: #FFF;
	font-size: 15px;
	border-radius: 8px;
	border: solid 1px #CCC;
}
#models a.b_arrival {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	padding: 16px 10px;
	background: #364563;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	border-radius: 8px;
	box-shadow: 0 3px 6px 0 rgb(0,0,0,0.16);
}
#models .fadeout {
	position: absolute;
	top: 0px;
	right: 0px;
	content: '';
	width: 40px !important;
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
	z-index: 5;
}

#lineup .note {
	width: 976px;
	margin: 32px auto 16px;
}
#lineup .note p {
	padding-left: 3em;
	text-indent: -3em;
	font-size: 13px;
	line-height: 1.6;
	color: #666;
}
#lineup .note p span {
	display: inline-block;
	text-indent: 0;
	width: 3em;
}

#lineup .mt10 {
	margin-top: 10px;
}