@charset "UTF-8";
/* ---------------------
    - mainVisual
--------------------- */
.section{
	padding: 0 20px;
}

/*=====================
 - section-pageTtl
=====================*/
#section-pageTtl{
	padding-top: 40px;
	margin-bottom: 30px;
}
#section-pageTtl h1 {
    font-size: 14px;
    letter-spacing: 0.2rem;
}
#section-pageTtl h1 + p{
	font-size: 1.4rem;
    letter-spacing: 0.1rem;
}

/*=====================
 - section-ancNav
=====================*/
#section-ancNav,
.sp{
	display: none;
}

/*  section-faq
------------------------*/
#section-faq{
	/*▼20180405追加▼*/
	width: 96%;
 	margin: 0px auto;
	/*▲20180405追加▲*/
    padding: 0 0 30px;
}
#section-faq h3.pc {
    display: none;
}
#section-faq h3{
    margin: 0 30px;
    position: relative;
    display: block;
    line-height: 100px;
	font-size: 1.6rem;
    color: #fff;
    cursor: pointer;
}
#section-faq h3.openAC{
    border-bottom: 2px solid #fff;
}
#section-faq h3.closeAC{
    border-bottom: 0;
}
#allProducts h3 {
    border-top: 2px solid #fff;
}
#section-faq h3.openAC:after {
    position: absolute;
    content: "";
    height: 19px;
    width: 33px;
    background-image: url(../images/img_ACopenBtn.png);
    background-repeat: no-repeat;
    top: 40px;
    right: 10px;
}
#section-faq h3.closeAC:after {
    position: absolute;
    content: "";
    height: 19px;
    width: 33px;
    background-image: url(../images/img_ACcloseBtn.png);
    background-repeat: no-repeat;
    top: 40px;
    right: 10px;
}
.faqList > div {
    display: none;
    padding: 30px 30px 0px 30px;
    background-color: #fff;
}
#section-faq .faqList{
    padding: 0px;
}
#section-faq .faqList dl{
	font-size: 1.4rem;
	margin-bottom: 20px;
	line-height: 1.5;
	border-bottom: 1px solid #cccccc;
	/*20180326追加*/
	border: solid 2px #ccc;
	word-break: break-all;
}
#section-faq .faqList dl dt{
	margin-bottom: 10px;
	padding-left: 2rem;
	text-indent: -2rem;
}
#section-faq .faqList dl dd{
	padding-left: 3.8rem;
	text-indent: -3.8rem;
}
#section-faq .faqList dl dd span.notes{
	font-size: 1rem;
}

/*=====================
 - Link
=====================*/
#link {
    margin: 30px;
}
#link p {
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 25px;
	border-bottom: 1px solid #cccccc;
}
#link dl{
	font-size: 1.3rem;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 1.5;
	border-bottom: 1px solid #cccccc;
}
#link dl dt{
	margin-bottom: 10px;
	padding-left: 2rem;
	text-indent: -2rem;
    font-weight: bold;
}
#link dl dd{
	padding-left: 2rem;
	text-indent: -2rem;
}

/*=====================
 - imgwidth(イメージ画像サイズ)

=====================*/
.imgwidth{
	width: 96%;
}

/*=====================
 - アンケートボックス
=====================*/
.questionnaire{
	width: 90%;
}

/*=====================
 - 戻るボタン
=====================*/
.square_btn{
    display: block;
	font-size:16px;
    text-decoration: none;
    background: #142245;/*ボタン色*/
    color: #FFF;
	width:300px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.bottom{
	margin-bottom: 20px;
    display: inline-block;
}
.square_btn_a{
    display: inline-block;
	font-size:16px;
    text-decoration: none;
    background: #142245;/*ボタン色*/
    color: #FFF;
	width: 300px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 0px;
}
.square_btn_a_last{
    display: inline-block;
	font-size:16px;
    text-decoration: none;
    background: #142245;/*ボタン色*/
    color: #FFF;
	width: 300px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	/*margin-right: 50px;*/
	margin-bottom: 0px;
}

/*=====================
 - テーブルcss
=====================*/
table.brwsr1 {
    font-size: 1.2rem;
	/*font-size: 16px;*/
    margin: 0 auto;
    border-collapse: separate;
	border-left: #999 1px solid;
	border-right: #999 1px solid;
    border-spacing: 0px 0px;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
table.brwsr1 th {
	font-size: 1.2rem;
    padding: 4px;
    vertical-align: middle;
    border-bottom: #999 1px solid;
    color: #000;
}
table.brwsr1 td {
	font-size: 1.2rem;
    padding: 4px;
    vertical-align: middle;
    border-bottom: #999 1px solid;
}
table.brwsr1 th.r1 {
    border-right: #999 1px solid;
}
table.brwsr1 th.r2,
table.brwsr1 td.r2 {
    border-right: #999 1px solid;
}
table.brwsr1 th.r2,
table.brwsr1 th.r3,
table.brwsr1 th.r4 {
    text-align: center;
}
table.brwsr1 th.r3,
table.brwsr1 td.r3 {
    /*border-left: #fff 1px solid;*/
    /*border-right: #999 1px solid;*/
    /*background: #fff;*/
}
table.brwsr1 th.r4,
table.brwsr1 td.r4 {
    /*border-left: #fff 1px solid;*/
    /*background: #a0c2d3;*/
}
.tablewidth1{
	width: 40%;
}
.tablewidth2{
	width: 20%;
}
.tablewidth3{
	width: 40%;
}
.textfont1{
	font-size: 1.2rem;
	padding: 2px;
	margin-left: 1.2rem;
}

/*=====================
 - thanks コメント
=====================*/
.thankstext{
	background-color: #fff;
	border: 8px double #333;
	margin: 0 auto;
	margin-top: 10em;
	margin-bottom: 5em;
	padding: 20px;
	color: #333;
	width: 80%;
	opacity: 0.9;
}

/*=====================
 - thanks コメント
=====================*/
.thanksh1{
	font-size: 16px;
	text-align: center;
	margin: 30px auto;
}

/*=====================
 - 型番対応テーブル
 20180808 yoshii
=====================*/
#typenumber{
	margin: 10px auto;
	background-color: #fff;
	font-size: 1.2rem;
	color: #333;
	border: solid 2px #000;
}
#typenumber_cap{
	text-align: left;
	background-color: #000;
	color: #fff;
	padding: 10px;
	font-size: 1.6rem;
}
table#typenumber tr{
	border-bottom: solid 1px #DBDBDB;
}
table#typenumber td{
	padding: 5px;
	width: 25%;
}

/*=====================
 - OSD ボタン　
　　よくあるご質問・困ったときは用
=====================*/
.osd_btn_main{
	border:2px solid #242424;
	border-radius: 2px;
	background-color:#2c528f;
	color:#fff;
	padding: 0rem 0.4rem;
	margin:0.3rem;
	display: inline-block;
	text-indent: 0;
}
.osd_btn_black{
	border-radius: 2px;
	background-color:#242424;
	color:#fff;
	padding: 0rem 0.4rem;
	margin:0.3rem;
	display: inline-block;
	text-indent: 0;
}
.osd_btn_white{
	border:2px solid #242424;
	border-radius: 2px;
	color:#242424;
	padding: 0rem 0.4rem;
	margin:0.3rem;
	display: inline-block;
	text-indent: 0;
}
.osd_btn_red{
	border:2px solid #242424;
	border-radius: 2px;
	background-color:#e60012;
	color:#ffffff;
	padding: 0 0.3rem;
	margin: 0 0.3rem;
	display: inline-block;
	text-indent: 0;
	line-height: 1.2;
}
.osd_btn_sub{
	background-color:#142245;
	color: #fff;
	/*font-weight: bold;*/
	padding: 0.2rem 0.8rem;
	margin:0.3rem;
	display: inline-block;
	text-indent: 0;
}
.osd_btn_decision{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #242424;
	text-align:center;
	line-height: 32px;
	vertical-align: middle;
	font-size: 1.2rem;
	color:#fff;
	margin:0.3rem;
	display: inline-block;
	text-indent: 0;
}
.osd_btn_updown{
	font-size: 2rem;
	vertical-align: middle;
	display: inline-block;
	text-indent: 0;
}
.answer_notes{
    font-size: 1.2rem;
}
.answer_comment{
	text-indent: 0;
}

.indent1,
.indent2{
    text-indent: -1em;
}

/*---------------------------------------
質問下部の「戻る」ボタン調整
---------------------------------------*/
.iframe_wrap, .iframe_wrap2 {
	 max-width: 100%;
	overflow: hidden;
	position: static;
}
 iframe {
	max-width: 100%;
	height:900px;
	position: relative;
	 top: 0;
} 
.iframe-wrap2 iframe {
	max-width: 100%;
	height:1100px;
	position: relative;
	 top: 0;
}
.square_btn {
	margin: 50px auto 0;
}

/*---------------------------------------
CSテーブル
---------------------------------------*/
.cs__table {
	width: 1100px;
	font-size: .8em;
}
.cs__table td {
    font-size: .9em;
}
.table__wrap {
	width: 100%;
	overflow-x: scroll;
}
.comparison p{
    text-indent: -2em;
    padding-left: 2em;
    font-size: 1.1rem;
    margin-bottom: 5px;
}


/*================================
   -テレビ：該当機種一覧 191031 ichi
==================================*/
#accordion{
    margin: 30px auto 0
}
#accordion dd h1,
#product_accordion dd h1{
  margin: 30px 0 0;
  padding: 10px 17px;
}
#accordion dd h1:first-of-type,
#product_accordion dd h1:first-of-type{
  margin: 10px 0 0;
}

#series_table,
#series_table_bd,
#series_table_pvr:last-of-type {
    margin-bottom: 1vh;
}
#series_table:nth-of-type(1),
#series_table:nth-of-type(3),
#series_table_bd:nth-of-type(1){
  flex-direction: column;
}
#series_table h1,
#series_table_bd h1,
#series_table_pvr h1{
    margin: 10px 10px 0;
    padding: 10px 5px;
}
#series_table ul,
#series_table_bd ul,
#series_table_pvr ul{
	margin: 0;
}
#series_table ul li,
#series_table_bd ul li,
#series_table_pvr ul li{
	margin: 5px;
}
#series_table dl,
#series_table_bd dl,
#series_table_pvr dl{
  padding: 2px;
}
#series_table dt,
#series_table_bd dt{
	font-size: 12px;
	padding: 2px;
	margin-right: 5px;
	min-width: 120px;
	text-align: center;
	vertical-align: middle;
}
#series_table_pvr dt{
	font-size: 12px;
	padding: 2px;
	margin-right: 5px;
	min-width: 120px;
	text-align: center;
	vertical-align: middle;
}

#series_table dd ul,
#series_table_bd dd ul,
#series_table_pvr dd ul{
	display: flex;
	flex-wrap: wrap;
    margin: 1vh 0;
}
#series_table dd ul li,
#series_table_bd dd ul li,
#series_table_pvr dd ul li{
	line-height: 1.2;
	margin: 0;
}
#tvbd .configuration_btn img{
	width:20px;
	height:20px;
	vertical-align: text-bottom;
    margin: auto 4px;
}

.bottom {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
}

#tvbd .remocon_setting_btn img {
	width: 41px;
	height: auto;
	vertical-align: middle;
	margin: auto 4px;
}

/*=====================
 - リモコン受光部list
=====================*/
#tvbd dl .viewing_distance{
    flex-direction: column;
}

#tvbd dl .viewing_distance .imgside{
    /*width: 100%;*/
    text-align: end;
    height: 60%;
}
#tvbd dl .viewing_distance span{
  padding: 1.2rem 0 0;
}
#tvbd dl .viewing_distance .imgside img{
	margin: 0 5%;
    width: 90%;
}
#tvbd dl .viewing_distance .imgside p{
	font-size: .8em;
}

#tvbd dl .viewing_distance .textside{
    width: 100%;
    margin-top: .5em;
}
.textside p{
    margin-bottom: .5em;
}
.textside ul{
	margin: 1em auto;
}
.textside ul li{
	width: 47%;
	margin: 2px;
    font-size: 1.3rem;
}

.ir-signal-check{
	max-width: 60%;
	margin: 0 auto;
}
