@charset "UTF-8";

a:link {
    color: #0000ff;
}

a:visited {
    color: #551A8B;
}

/*=====================
 - section-pageTtl
=====================*/
#section-pageTtl h1 {
    margin-bottom: 20px;
}

#section-pageTtl h1+p {
    line-height: 1.5;
}

/*=====================
 - section-ancNav
=====================*/
#section-ancNav {
    width: 100%;
    max-width: none;
}

#section-ancNav ul li {
    border-bottom: 1px solid #fff;
    text-align: center;
}

#section-ancNav ul li a {
    position: relative;
    display: block;
    color: #ffffff;
}

/*  section-faq
------------------------*/
#section-faq h2 {
    margin-bottom: 40px;
}

#section-faq h3 {
    font-weight: bold;
}

#section-faq .faqList dl {
    vertical-align: bottom !important;
}

#section-faq .faqList dl dt {
    font-weight: bold;
    vertical-align: bottom !important;
}

#section-faq .faqList dl dd a {
    color: #333;
    text-decoration: underline;
}

/*  section-productsContact
------------------------*/
#section-productsContact {
    overflow: hidden;
}

#section-productsContact h3 {
    margin-bottom: 20px;
}

#section-productsContact h3 strong {
    font-weight: bold;
}

#section-productsContact p {
    margin-bottom: 5px;
    line-height: 1.5;
}

#section-productsContact p small {
    color: #e00;
}

#section-productsContact p.tel a {
    font-weight: bold;
    color: #142245;
}

#section-productsContact a.blueBtn {
    display: block;
    padding: 20px;
    box-sizing: border-box;
    background-color: #142245;
    color: #fff;
    font-size: 1.8rem;
    background-position: center right 20px;
    background-size: 18px 14px;
}

/* スカパーの"!"を斜めにする
20180705 sakagami------------*/
span.skyperfectv {
    font-style: italic;
    font-family: "ＭＳ Ｐゴシック";
    margin-left: -5px;
    vertical-align: baseline !important;
}

/*リンクのアンダーバーを入れる+ホバー時の設定
20180706 sakagami--------------------------------*/
#section-faq a,
dl a,
dl dt a,
dl dd a {
    text-decoration: underline;
}

#section-faq a:visited,
dl a:visited,
dl dt a:visited,
dl dd a:visited {
    color: #551A8B;
    text-decoration: none;
}

#section-faq a:hover,
dl a:hover,
dl dt a:hover,
dl dd a:hover {
    text-decoration: none;
}

/*表組*/
#level {
    display: block;
    margin: 1.5em 0;
    width: 80%;
    text-align: center;
    font-size: 16px;
}

#level,
#level td,
#level th {
    border: 1px solid #999999;
    border-collapse: collapse;
}

#level th {
    padding: 0.5em;
    background: #f0f0f0;
    width: 30%;
}

#level td {
    padding: 0.5em;
    width: 70%;
}

/*上付き文字*/
span.supText {
    font-size: 75.5%;
    vertical-align: top;
    position: relative;
    top: 5em;
    left: -2.5em;
}

span.supText2 {
    font-size: 75.5%;
    vertical-align: top;
    position: relative;
    top: 5em;
    left: -2em;
}

/*=====================
 - 困ったときは目次リスト調整
 20180711 sakagami
=====================*/
#ts_list {
    font-size: 14px;
    line-height: 1.75em;
    margin-bottom: 2em;
}

#ts_list li {
    padding-left: 1em;
    margin-left: 1.2em;
    text-indent: -1em;
    margin-bottom: 0.5em;
}

/*=====================
 - 困ったときは/よくある質問
インデント調整 20180719 sakagami
=====================*/
.indent0 {
    padding-left: 1em;
    text-indent: 0;
}
.indent1 {
    padding-left: 1em;
    text-indent: -1em;
}
.indent2 {
    padding-left: 2em;
}
.indent_ir {
    padding-left: 4em;
    text-indent: -3em;
}
.indent_dl0 {
    padding: 1em 1em 1em 1em !important;
}
.indent_dl2 {
    padding: 1em 1em 1em 2em !important;
    text-indent: -1em !important;
}

/*=====================
 - レスポンシブテーブル調整
 20180719 sakagami
=====================*/
.antenna {
    font-size: 0.8em;
    text-indent: 0 !important;
    width: 100%;
    border: 1px solid #999999;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    margin-top: 5px;
}

.antenna th {
    padding: 7px 10px;
    border-top: solid 1px #999999;
    border-right: solid 1px #999999;
    width: 70%;
    overflow: hidden;
    color: #333333;
    font-style: normal;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: top;
}
@media (max-width: 480px) {
    .antenna th {
        width: 80%;
        padding: 7px 12px;
    }
}
.antenna td {
    padding: 7px 10px;
    text-align: left;
    vertical-align: top;
    color: #333333;
    border-top: solid 1px #999999;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.antenna tr {
    background-color: #eeeeee;
}

.antenna tr:nth-child(even) {
    background-color: #ffffff;
}

.iframe-wrap {
    border: solid 1px #cccccc;
    margin-top: 15px;
}

.iframe-wrap2 {
    border: solid 1px #cccccc;
    margin-top: 15px;
    width: 70%;

}

.iframe-wrap2 iframe {
    width: 100%;
    margin: 10px auto;
    height: 700px;
}

.square_btn {
    margin: 50px auto 0;
}


#selfcheck {
    width: 50%;
    margin: 0 auto;
}

#survey {
    margin: 20px auto 0;
    padding: 20px;
    border: solid 1px #cccccc;
}

.survey-header {
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 10px;
    font-weight: bold;
}

.survey-lead {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 30px;
}

.small__text {
    font-size: small;
    text-align: center;
    margin-bottom: 10px;
}


.select {
    text-align: center;
}

.select input {
    display: none;
}

.select input[type="radio"]:checked.custom1+label {
    color: #ffffff;
    border: 2px solid #142245;
    background-color: #142245;
}

.select input[type="radio"]:checked.custom2+label {
    color: #ffffff;
    border: 2px solid #142245;
    background-color: #142245;
}

.select input[type="radio"]:checked.custom3+label {
    color: #ffffff;
    border: 2px solid #142245;
    background-color: #142245;
}

.select label {
    color: #aaa;
    border: 2px solid #aaa;
    text-align: center;
    display: inline-block;
    padding: 10px;
    width: 120px;
    font-size: 1.2rem;
}

.select label:hover {
    color: #142245;
    border: solid 2px #142245;
    cursor: pointer;
}

.contact label {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 1.3rem;
    text-align: center;
    display: block;
}

.contact textarea {
    display: block;
    width: 100%;
    max-width: 440px;
    min-height: 50px;
    margin: 0 auto;
    text-align: center;
}

.btn-wrap {
    text-align: center;
}

button.button3 {
    margin-top: 20px;
    cursor: pointer;
    /* 文字サイズを1.4emに指定 */
    font-size: 1.4em;

    /* 文字の太さをboldに指定 */
    font-weight: bold;

    /* 縦方向に10px、
     * 横方向に30pxの余白を指定 */
    padding: 10px 30px;

    /* 背景色を濃い青色に指定 */
    background-color: #248;
    border-radius: 5px;

    /* 文字色を白色に指定 */
    color: #fff;

    /* ボーダーをなくす */
    border-style: none;
}

button.button3:hover {
    opacity: 0.8;
}

#success,
#error {
    display: none;
}

/*---------------------
	20190711 ichimura 
----------------------*/
#configuration h3,
#configuration h4 {
    padding: 0 1rem 0 1rem;
    background-color: #142245;
    color: white;
    margin-top: 1rem;
}

#configuration h4 {
    padding: 1em 1em 1em 1.6em;
    margin: 40px 0 20px;
    font-weight: 900;
}

.new_space {
    padding: 10px 20px !important;
}

#section-pageTtl h1 {
    font-size: 18px;
    line-height: 1.5em;
}

.faqList dl:first-of-type {
    padding: 1em !important;
    color: #fff;
    background-color: #333;
}

.cs__table {
    margin: 1em auto;
    font-size: 1.2rem;
    border: solid 1px #bbb;
}
.cs__table tr:first-of-type {
    text-align: center;
    font-weight: bold;
}

.cs__table td {
    vertical-align: middle;
    border-right: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
    text-align: center;
    height: 40px;
}

.cs__table td:nth-of-type(odd) {
    background-color: #eee;
}

.cs__table td:first-of-type {
    vertical-align: middle;
    background-color: #142245;
    color: white;
}
.comparison p{
    font-size: 1.2rem;
}
.comparison p:last-of-type{
    margin-bottom: 20px;
}

/*===========================
 - accordion  191031 ichi
=============================*/
#accordion {
    max-width: 1100px;
}

.accordionlist {
    margin: 0 0 30px;
    border: solid 1px #e7e8ec;
}

.accordionlist .clearfix {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    background-color: #e7e8ec;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 16px;
    /*border: solid 2px #e7e8ec;*/
}

.accordionlist .clearfix:hover {
    transition: all 300ms ease-out;
}

.accordionlist .title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordionlist .title p {
    margin-right: 20px;
}

.accordionlist dd {
    display: none;
    background: #fff;
    padding: 0;
}

#accordion dd h1,
#product_accordion dd h1 {
    font-size: 16px;
    font-weight: 800;
    border-top: solid #eee 1px;
    border-bottom: solid #eee 1px;
}

/* +,- icon */
.accordion_icon span {
    display: block;
    transition: all .4s;
    box-sizing: border-box;
}

.accordion_icon {
    position: relative;
    height: 15px;
    margin-right: 20px;
    margin-left: 10px;
}

.accordion_icon span {
    position: absolute;
    left: 6px;
    width: 10px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
    top: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
    top: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/*切り替え*/
.accordion_icon.active span:nth-of-type(1) {
    display: none;
}

.accordion_icon.active span:nth-of-type(2) {
    top: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

/*===========================
 -テレビ：該当機種一覧 191031 ichi
=============================*/
#series_table,
#series_table_bd,
#series_table_pvr:nth-of-type(1) {
    display: flex;
    flex-direction: row;
}

#series_table dl,
#series_table_bd dl,
#series_table_pvr dl {
    display: flex;
    line-height: 1.3;
    width: 100%;
}

#series_table dt,
#series_table_bd dt,
#series_table_pvr dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 15%;
    color: #333;
    background-color: #e7e8ec;
    padding: 6px;
}
#series_table_pvr dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35%;
    color: #333;
    background-color: #e7e8ec;
    padding: 6px;
}

#series_table dd,
#series_table_bd dd{
    display: block;
    width: 85%;
    margin: auto;
}
#series_table_pvr dd {
    display: block;
    width: 65%;
    margin: auto;
}

#series_table dd ul,
#series_table_bd dd ul,
#series_table_pvr dd ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: -webkit-wrap;
    flex-direction: row;
}

#series_table dd ul li,
#series_table_bd dd ul li,
#series_table_pvr dd ul li {
	font-size: 12px;
    display: inline-block;
    margin: 2px 0;
}

#series_table dd ul li::after,
#series_table_bd dd ul li::after,
#series_table_pvr dd ul li::after {
    content: "／";
    display: inline-block;
}

#series_table dd ul li:last-child::after,
#series_table_bd dd ul li:last-child::after,
#series_table_pvr dd ul li:last-child::after {
    content: none;
}
.note_list {
    margin-top: 10px;
    padding-left: 1em;
    text-indent: -1em;
}
.answer_notes{
    display: block;
    margin: 1em auto;
    padding: 1em;
    background-color: #f0f0f0;
    color: #333333;
}
.answer_notes li {
    margin-top: .5em;
    text-indent: -1em;
    padding-left: 1em;
}
.answer_notes li:first-of-type{
    margin-top: 0;
}
/*.indent1 li:first-of-type,
.indent2 li:first-of-type {
    margin-top: .5em;
}*/

#tvbd .osd_indent{
    text-indent: 0em;
}
#tvbd dl img{
    margin: 1em auto;
}
.txt_annotation {
    font-size: 1.4rem;
    text-indent: -1em;
    /*padding-left: 1em;*/
}

/*=====================
 - リモコン受光部list
=====================*/
#tvbd dl .viewing_distance{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 2em auto 1em;
    padding-bottom: 1em;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
#tvbd dl .viewing_distance:first-of-type{
    padding-top: 2em;
    border-top: 1px solid #ccc;
}
#tvbd dl .viewing_distance span{
  position: relative;
  border-bottom: 4px solid #ccc;
  font-size: 1.4rem;
  font-weight: 800;
}
#tvbd dl .viewing_distance span:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 15px;
  height: 4px;
  content: '';
  background: #142245;
}

.textside ul li{
    vertical-align: middle;
    border-collapse: separate;
    border-spacing: 0px;
    text-indent: 0;
}
.textside p{
    color: #fff;
    background-color: #142245;
    text-align: center;
}
.textside ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}
.textside ul li{
    border:#142245 solid 1px;
    border-radius: 10px;
}

