
/* for PC  */
@media screen and (min-width: 769px) {

	/* 全体 */
	body {
		color: #333 !important;
		font-size: 14px;
		background: #FFF;
		word-wrap: break-word
	}

	#COMMON-HEADER {
		border-top: 5px solid #e60012
	}

	#COMMON-FOOTER\#COMMON-HEADER\#MENU-BAR-PC {
		font-size: 13px;
		line-height: 1.5
	}

	div#index {
		font-size: 13px !important;
		width:100%!important;
		max-width:100%;
	}

	div#indexheader {
		width: 95%;
		margin: 0 auto;
	}


	header .bcs_bottom .bcs_keySearchBox .bcs_selectBox dl.bcs_custom-select dt a span {
		line-height: 20px !important
	}

	header .bcs_bottom .bcs_keySearchBox {
		width: 1016px !important;
	}

	header .bcs_bottom .bcs_keySearchBox .bcs_inputBox input {
		width: 798px !important;
		height: 40px;
	}

	.section {
		width:100%!important;
		margin:50px auto 0;
	}

	#info .mv10 {
		margin:20px auto!important;
	}
	/* //全体// */

	/* メイン */
	#topicsmainfull {
		max-width: 100%important;
	}

	.mainv {
		max-width:100%;
		margin-bottom:30px;
	}
	.mainv .main_back {
	    position: relative;
	    background: url(../images/back.jpg) no-repeat center center / auto auto;
	    height: 700px;
	    background-size: cover;
	    margin-top: 10px;
	}
	.mainv .main_backrg {
	    position: relative;
	    background: url(../images/back_regza.jpg) no-repeat center center / auto auto;
	    height: 700px;
	    background-size: cover;
	    margin-top: 10px;
	}
	.mainv .main_backrf {
	    position: relative;
	    background: url(../images/back_regzaso.jpg) no-repeat center center / auto auto;
	    height: 800px;
	    background-size: cover;
	    margin-top: 10px;
	}
	/* //メイン// */

	/* 全体 */
	#topicsmainfull .block {
		margin:0 auto;
		display:flex;
	}
	#topicsmainfull .block1 {
		width:100%;
		padding:10px;
	}
	#topicsmainfull .block2 {
		width:calc(100% / 2 - 20px);
		padding:10px;
	}
	#topicsmainfull .block3 {
		width:calc(100% / 3 - 10px);
		padding:10px;
	}
	#topicsmainfull .block3_1 {
		width:40%;
		padding:10px;
	}
	#topicsmainfull .block3_2 {
		width:60%;
		padding:10px;
	}
	#topicsmainfull .block4 {
		width:calc(100% / 4 - 10px);
		padding:10px;
	}
	#topicsmainfull .tac { text-align:center!important;}
	#topicsmainfull .mha { margin:0 auto!important;}
	#topicsmainfull img { height:auto!important;}
	#topicsmainfull .btn_green, #topicsmainfull .btn_info {
		width:50%;
		margin:0 auto;
	}
	#topicsmainfull .btn_green a {
		display: block;
		padding: 15px 0 10px;
		font-size:30px;
		font-weight:550;
		margin:10px auto;
		text-decoration: none;
		text-align:center;
		border-radius: 50px;
		color: #ffffff;
		background-image: linear-gradient(#9cc641 0%, #65ab31 100%);
		box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
		border-bottom: solid 3px #396822;
		border:3px solid #ffffff;
	}
	#topicsmainfull .btn_green:hover {
		opacity: 0.8;
	}
	#topicsmainfull .btn_green:active {
	  -webkit-transform: translateY(4px);
	  transform: translateY(4px);
	  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	  border-bottom: none;
	}
	#topicsmainfull .btn_info a {
		display: block;
		padding: 10px 0 5px;
		font-size:25px;
		font-weight:400;
		margin:0 auto;
		text-decoration: none;
		border-radius: 30px;
		color: #ffffff;
		background:#696969;
	}
	.lead_img {
		margin-top:10px;
	}

	/* 全体 */

	/* h2 */
	#topicsmainfull .review_ttl {
		border: none;
		background-color: #fff;
		color: #00442d;
		font-size: 50px;
		font-weight: bold;
		text-align: center;
		padding: 20px 0 16px;
	}
	#topicsmainfull .review_ttlg {
		border: none;
		background-color: #00442d;
		color: #fff;
		font-size: 50px;
		font-weight: bold;
		text-align: center;
		padding: 20px 0 16px;
	}
	/* h2 */

/* タブ */
	.tab_box .tab_btn {
		width: 47%;
		padding: 10px;
		color: #fff;
		background: #7d7d7d;
		text-align: center;
		cursor: pointer;
		transition: all 0.2s ease 0s;
		margin-right: 10px;
		position:relative;
	}
	.tab_icon {
		position:absolute;
		top: 0;
		left: 0;
		width: 100px;
		height: auto;
	}
	.tab_box .tab_btn p {
		display:flex;
		align-items: center;
		justify-content: center;
	}
	#topicsmain_in .btn_area p {margin:0 5px;padding:8px;border-radius: 3px;}

	.tab_box .btn_area {
		margin:0 10px;
		display: -webkit-box;
		display: flex;
		justify-content:center;
	}

	.panel_area {
		position:relative;
		top:-1px;
		clear:left;
		margin:0px 10px 10px 10px;
		padding:10px;
	}
	.tab_box .btn_area li { border-bottom:#7d7d7d 1px solid!important; border-radius:20px 20px 0 0; font-size:25px; }
	.tab_box .btn_area li.active { border-left:#ccc 1px solid!important; border-top:#ccc 1px solid!important; border-right:#ccc 1px solid!important; border-bottom:#fff 1px solid!important; }


	.tab_box{ font-size:1.2em; }

	.tab_box .tab_btn:hover {
		background-color: #dce1e4;
		border-bottom:1px solid #dce1e4!important;
	}

	.tab_box .tab_btn.active {
	    background:#fff;
	    color:#333;
	}

	.tab_box .tab_btn.active.regza {
		background:#000;
		color:#fff;
	}

	.tab_box .tab_btn.active.refa {
		background:#286cc4;
		color:#fff;
	}

	.tab_box .panel_area {
	    padding: 0 0 20px;
	}

	.tab_box .tab_panel {
	    display:none;
	}

	.tab_box .tab_panel.active {
	    display:block;
	}
/* タブ */


/* レグザ */
	#regza {
		background-image: url(../images/bg_regza.png);
		background-size: contain;
		padding: 20px 0;
	}

	#regza .bgb {
		background:#131313;
		margin:10px auto;
		padding:10px;
	}
	#regza .bgw {
		background:#ffffff;
		margin:10px auto;
		padding:10px;
	}
	#regza .bgb p {
		color:#fff;
	}
/* レグザ */

/* リファ */
	#refa {
		background-image: url(../images/back_refa.jpg);
		background-size: contain;
		padding: 20px 0;
	}

	#refa section {
		background:#ffffff;
		margin:10px auto;
		padding:10px;
	}
/* リファ */

	/* 特徴 */
	#features .pickup {
		font-size:30px;
		font-weight:700;
		text-align:center;
		color:#131313;
	}
	#features .pickuplist {
		position: relative;
		padding: 20px 0 0 35px;
		border-bottom: 1px solid #000;
		width: 700px;
		margin: 0 auto;
		font-size: 20px;
		font-weight:700;
		display: flex;
		justify-content: space-between;
	}

	#features .pickuplist span {
		font-size: 25px;
		line-height: 1;
		position: absolute;
		left: 0;
		bottom: 5px;
	}
	#features .pickuplist::after {
	        background: url(/bc/resources4/sp/common/img/ico_arrow.png) no-repeat right 9px center;
	        background-size: 8px auto;
	        content: "";
	        display: inline-block;
	        width: 30px;
	        height: 10px;
	        transform: rotate(90deg);
		right:0;
	    }
	.pickuplist a {
		display: block;
	}
	#features h3 {
		position: relative;
		padding: 1rem 2rem;
		color: #00442d;
		border:2px solid #00442d!important;
		background:#fff;
		font-weight:bold;
		font-size:45px;
		text-align:center;
		line-height:1;
		margin:20px auto 5px;
		width: calc(100% - 65px);
	}
	#features h3:before {
		position: absolute;
		top: 4px;
		left: 4px;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		content: '';
		border: 1px solid #00442d;
	}
	#features h3 span {
		font-size:20px;
		text-align:center;
		font-weight:600;
		text-shadow: none;
	}

	#features h4 { font-weight:bold; font-size:26px; text-align:left; 
		border-bottom:none!important;
		border-left:none!important;
		color:#131313;
		padding: 0;
	}
	
	#features h5 {
		font-weight:600;
		font-size:22px;
		text-align:left;
		color:#131313;
	}

	#features h6 {
		font-weight:500;
		font-size:18px;
		text-align:left;
		color:#131313;
		margin:10px 0 6px;
		text-decoration:underline dotted #131313;
		text-underline-offset: 6px;
	}

	#features p {
		font-size:16px; 
		text-align:left;
		margin:0 0 10px;
		line-height:1.7;
	}
	#features .cautiontxt,#tokuten .cautiontxt{
		font-size:12px;
		text-align:left;
	}

	#features p sup {
		font-size:10px;vertical-align: super
	}

	#features_refa p {
		font-family:"Noto Sans Japanese", sans-serif!important;
		font-size:16px;
		text-align:left;
		line-height:1.8;
		margin:0 0 15px 0;
	}
	#features_refa p.type {
		font-family:"Noto Sans Japanese", sans-serif!important;
		font-size:14px;
		text-align:left;
		line-height:1.5;
		margin:0 0 15px 0;
	}
	#topicsmainfull h2.refa_ttl {
		font-family:"游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝","MS Mincho", serif!important;
		border: none;
		background-color: #F4EFE4;
		color: #000;
		font-size: 50px;
		font-weight: bold;
		text-align: center;
		padding: 20px 0 16px;
	}
	#features_refa h3 {
		font-family:"游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝","MS Mincho", serif!important;
		border-bottom:1px solid #898989;
		border-left:none!important;
		color: #000;
		font-size: 28px;
		font-weight:600;
		text-align: center;
		padding: 20px 0 0;
	}

	#features_refa h4 {
		font-family:"游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝","MS Mincho", serif!important;
		borde:1px solid #898989;
		border-left:none!important;
		color: #000;
		font-size: 22px;
		font-weight:600;
		text-align: left;
		padding: 0;
	}

	#features_refa .cautiontxt{
		font-size:12px;
		text-align:left;
		background:#fff!important;
	}
	#features_refa p sup {
		font-size:10px;vertical-align: super
	}
	/* FAQ */
	.specification_comment_block {
		border: #aaa 2px solid;
		border-radius: 6px;
		padding: 10px 10px 10px;
		text-align: left;
		box-sizing: border-box;
		margin: 0 0 20px;
		break-inside: avoid;
		-moz-break-inside: avoid;
		-webkit-break-inside: avoid;
		-o-break-inside: avoid;
		-ms-break-inside: avoid;
	}
	.specification_title_area {
		background-size: 50px auto;
		border-bottom: #aaa 1px solid;
		margin: 0 0 10px;
	}
	.specification_title {
		font-size: 20px;
		margin: 0;
		letter-spacing: -1.2px;
	}
	.specification_count {
		font-size: 18px;
		color: #F68F3C;
	}
	.specification_count:before {
		font-size: 12px;
		content: "評価：";
		color: #000;
	}
	.Ec_desc .Ec_openBtn {
		width: 600px;
		font-size: 18px;
	}
	.Ec_desc.Ec_close .Ec_inner {
		max-height: 400px;
	}
	.spec_acce_img{
		width: 80%;
	}
	.specification_comment_block_electric-bill{
		margin-bottom: 110px;
	}
	#faq_refa .review_voice_text .cautiontxt {
		font-size:11px;
		display: block;
		line-height:13px;
	}
	#faq_refa .review_voice_text span sup {
		font-size:6px;vertical-align: super
	}
	/* ---FAQ--- */

	/* review*/
	.review_area {
		columns: auto 2;
		gap: 20px 20px;
	}
	.review_voice_comment_block {
		border: #aaa 2px solid;
		border-radius: 6px;
		padding: 10px 10px 10px;
		text-align: left;
		box-sizing: border-box;
		margin: 0 0 20px;
		break-inside: avoid;
		-moz-break-inside: avoid;
		-webkit-break-inside: avoid;
		-o-break-inside: avoid;
		-ms-break-inside: avoid;
	}
	.review_title_area {
		background: url(../images/reviewer_img.png) left top no-repeat;
		background-size: 50px auto;
		padding: 0 0 10px 60px;
		border-bottom: #aaa 1px solid;
		margin: 0 0 10px;
	}
	.review_voice_title {
		font-size: 20px;
		margin: 0;
		letter-spacing: -1.2px;
		font-weight:bold;
	}
	.review_voice_date {
		font-size: 14px;
		margin: 0;
		letter-spacing: -1.2px;
	}
	.review_voice_count {
		font-size: 18px;
		color: #F68F3C;
	}
	.review_voice_count:before {
		font-size: 12px;
		content: "評価：";
		color: #000;
	}
	.review_voice_text {
		line-height: 1.6;
		font-size: 15px;
	}
	.review_voice_text b {
		line-height: 1.6;
		font-size: 15px;
		font-weight:bold;
		color:#e60012;
	}
	/* ---review--- */

	/* 仕様 */
	#itemspec,#itemspec_refa { width:750px;margin:0 auto; }
	#itemspec dl,#itemspec_refa dl {

	  display: flex;
	  flex-wrap: wrap;
	}
	#itemspec dt,#itemspec_refa dt {
	  width: 25%;
	  padding: 13px 10px 10px 0;
	  margin-bottom: 10px;
	  text-align:right;
	  background:#e8ecef;
	}

	#itemspec_refa dd,#itemspec dd {
	  width: 70%;
	  padding: 13px 0 10px 20px;
	  margin-bottom: 10px;
	  border-bottom: 1px dashed #d4dcda;
	  text-align:left;
	}
	.dyson_caution { font-size:0.85em; text-align:left; }
	/* 仕様 */

	/* 比較表 */
	#hikaku table,#hikaku_refa table {
		width:80%;
		margin:0 auto;
	}
	#hikaku table td,#hikaku_refa table td {
		border: 1px solid #ccc;
	}
	#hikaku table tr .nbdr,#hikaku_refa table tr .nbdr {
		border-top:none!important;
		border-left:none!important;
	}
	#hikaku .saleitemb,#hikaku_refa .saleitemb {
		background:#fffacd;
		color:#e60012;
		font-weight:800;
		font-size:1.3em;
		vertical-align: middle;
	}
	#hikaku .saleitem,#hikaku_refa .saleitem {
		background:#fffacd;
		color:#e60012;
		font-weight:400;
		font-size:14px;
		vertical-align: middle;
	}
	#hikaku .saleitem b,#hikaku_refa .saleitem b {
		font-size:1.5em;
	}
	#hikaku .otheritem, #hikaku_refa .otheritem {
		background:#ffffff;
		color:#524e4d;
		font-weight:400;
		font-size:14px;
		vertical-align: middle;
	}
	#hikaku .otheritemttl,#hikaku_refa .otheritemttl {
		background:#ffffff;
		color:#524e4d;
		font-weight:400;
		font-size:14px;
		vertical-align: top;
	}
	#hikaku .otheritem span,#hikaku .saleitem span,#hikaku_refa .otheritem span,#hikaku_refa .saleitem span {
		font-size:0.8em;
	}
	#hikaku .comp_list, #hikaku_refa .comp_list {
		text-align:left;
		font-size:14px;
		color:#fff;
		background:#898989;
		border: 1px solid #fff;
	}
	#hikaku .comp_list02,#hikaku_refa .comp_list02 {
		background:#c0c0c0;
		font-size:14px;
		writing-mode: vertical-rl;
		border: 1px solid #fff;
	}
	#hikaku .saleitemname,#hikaku_refa .saleitemname {
		background:#e60012;
		padding:5px 0 2px;
		font-weight:bold;
		color:#fff;
		margin:10px auto 0;
	}
	#hikaku .itemname,#hikaku_refa .itemname {
		background:#727171;
		padding:7px 0 4px;
		font-weight:bold;
		color:#fff;
		margin:10px auto 0;
	}
	/* 比較表 */
	/* 動画 */
	#movie h3,#movie_refa h3,#media h3,#media_refa h3 {
		font-weight: 600;
		padding: 10px 0 5px;
		color: #19448e;
		font-size:30px;
		text-align:center;
		border-bottom:3px solid #19448e!important;
		border-left:none!important;
	}
	#movie h4,#movie_refa h4,#media h4,#media_refa h4 {
		font-weight: 600;
		padding: 10px 0 5px;
		background: #19448e;
		font-size:20px;
		color:#fff;
		text-align:center;
		border-bottom:none!important;
		border-left:none!important;
	}
	#movie .btn_movie a,#movie_refa .btn_movie a,#media .btn_movie a,#media_refa .btn_movie a {
		display:block;
		width:60%;
		padding: 10px 0 5px;
		font-size:16px;
		font-weight:400;
		margin:10px auto;
		text-decoration: none;
		border-radius: 30px;
		color: #696969;
		background:#fff;
		border:1px solid #19448e!important;
	}
	#movie .blockmv,#movie_refa .blockmv,#media .blockmv,#media_refa .blockmv {
		margin:0 auto;
		display:block;
	}
	/* //動画// */

	.cdtblock{
		width:1200px;
		margin: 0 auto;
	}

/* アンカーリンク */

#navi_refa,#navi_regza {
	background:none!important;
}
#navi_refa .navi,#navi_regza .navi {
	margin:20px auto;
}
#navi_refa ul,#navi_regza ul {
	list-style: none;
	width:1200px;
}
#navi_refa ul li{
	display: inline-block;
	background:#fff;
	width:250px;
	font-size: 20px;
	font-weight: bold;
	margin:10px;
}

#navi_refa ul li a{
	display: block;
	padding:20px;
}
#navi_refa ul li a:hover {
	background:#a2d7dd;
	text-decoration:none!important;
	color:#007bbb;
}
.arrow_u {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.arrow_u:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(45deg);
	position: absolute;
	top: -7px;
	right: 25px;
	bottom: 0;
	margin: auto;
}

#navi_regza ul li{
	display: inline-block;
	width:250px;
	font-size: 20px;
	font-weight: bold;
	border:1px solid #fff;
	margin:10px;
}
#navi_regza ul li a{
	display: block;
	color:#fff;
	padding:20px;
}
#navi_regza ul li a:hover {
	background:#fff;
	color:#000;
	text-decoration:none!important;
}
.arrow_uw {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.arrow_uw:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: -7px;
	right: 25px;
	bottom: 0;
	margin: auto;
}
/* //アンカーリンク// */

}
/* for PC  */
