@charset "utf-8";
/* CSS Document */
  
  /* ########################################################


  1.共通部分
  2.top メインページ
  3.top ニュース一覧
  4./info/ ニュース一覧
  5./support/bcascard/ サポート メイン
  6.一般・業務用途向けカード タブ
  7./rouble_check/ B-CASカード エラー
  8./support/news/ ニュース記事詳細
  9./faq018.html  B-CASカードが付いたデジタルテレビ受信機を友人から譲ってもらいましたが、B-CASカードはどうしたらよいですか？
  10./faq022.html  B-CASカードとは何ですか？
  11./law/ 不正改ざん 動画
  12.フロートナビ
  13.文字サイズ ボタン
  14.検索窓
  15./search/ 検索結果
  16.PC・SP切り替えボタン
  17.不具合診断ナビ


  ######################################################## */
  
  
 
/* ########################################################
    共通設定
  ######################################################## */

.only_pc {
  display: block;
}
.only_sp {
  display: none;
}

  
  
html, body {
  height: 100%;
}
body {
  background: #F7F7F7;
  color: #444444;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}
.wrapper {
  width: 982px;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-top: 0px;
  border-bottom: 0px;
  margin: 0 auto;
  padding: 0px 40px 140px;/* 変更しました */
  min-height: 600px;
  position: relative;
}
.wrapper > div {
  position: relative;
}
.header {
  width: 100%;
  height: 74px;
  border-bottom: 7px solid #C6000A
}
.header h1 {
  margin-top: 18px;
  margin-left: 20px;
}
.header .txt_link {
  position: absolute;
  top: 19%;
  right: 20px;
  margin-top: -0.5em;
}
.footer {
  width: 100%;
  margin: 0 auto;
}
.inner {
  width: 982px;
  margin: 0 auto;
  position: relative;
}
.inner_links {
  width: 100%;
  background-color: #cccccc;
  border-bottom: 16px solid #333333;
}
.inner_links .links {
  padding: 33px 0;
  margin: 0 auto;
  display: table;
}
.links li {
  display: table-cell;
  padding-right: 20px;
}
.links li a {
  color: #333333;
  text-decoration: none;
}
.inner_copy {
  width: 100%;
  background-color: #C6000A;
}
.copy {
  text-align: center;
  color: #CCCCCC;
  line-height: 2.4
}
.faq_index a[target]:after, .news_bn a[target]:after, .wn a[target]:after, .about_law a[target]:after, .c_support a[target]:after, .wrapper.links a[target]:after, .wrapper.maker a[target]:after, .wrapper.guide a[target]:after {
  content: url(../images/ic_blank.png);
  padding: 0 3px 0 6px;
}
.news_bn .download a:after {
  content: none;
}
a {
  text-decoration: none;
  color: inherit;
}
h2, h3, h4, h5 {
  margin-bottom: 40px;
  letter-spacing: 1px;
}
h2 {
  font-size: 22px;
  background-image: url(../images/bg_h2.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 0.5em;
  line-height: 1.6;
  padding-left: 5px;
  margin-bottom: 45px;
}
h2 span {
  color: #C7030D;
}
h3 {
  font-size: 129%;
  background-image: url(../images/bg_h3.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-color: #FFE6E6;
  line-height: 1.4;
  padding-left: 25px;
  padding: 6px 25px;
}
h4 {
  background-color: #C6000A;
  color: #FFFFFF;
  font-size: 114%;
  line-height: 2;
}
h4:before {
  content: url(../images/icon_circle.png);
  padding: 0 7.5px;
}
p {
  line-height: 1.4;
}
h5 {
  background-color: #FFEFEF;
  color: #444444;
  padding-left: 25px;
  font-size: 114%;
  line-height: 2;
  font-weight: normal;
}
h5.bg_r {
  background-color: #C6000A;
  color: #fff;
}
p a, .news_maintxt a, .calling a {
  color: #00A3D8;
  text-decoration: underline;
}
/* FAQ 一覧ページ FAQリスト */
  
.faq_list {
  width: 650px;
}
.faq_list ul {
  margin-bottom: 42px;
}
.faq_list h3 {
  margin-bottom: 36px;
}
.faq_list li {
  background-image: url(../images/icon_triangle.png);
  background-repeat: no-repeat;
  background-position: left 0.6em;
  padding-left: 28px;
  margin-bottom: 16px;
  background-position: 2px 13%;
}
.faq_list li h4 {
  font-size: 100%;
  line-height: 140%;
  padding-bottom: 11px;
  border-bottom: 2px dotted #C6000A;
  color: #333333;
  background-color: #FFFFFF;
}
/* パンくず */
  
.topic_path {
  padding: 30px 0px;
  height: 76px;
}
.topic_path li {
  display: inline;
  padding-right: 0.5em;
  line-height: 1.2;
}
.topic_path li a {
  text-decoration: underline;
}
.topic_path li:after {
  content: "＞";
  padding-left: 0.5em;
}
.topic_path li.last {
  color: #C5000A;
}
.topic_path li.last:after {
  content: none;
}
/* テキストリンク */
.txt_link {
  padding-left: 26px;
  background-image: url(../images/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px auto;
}
.txt_link:hover {
  color: #C6000A;
}
/* マージン */
.margin_f1 {margin-bottom:18px;}
.margin_40 {margin-bottom:40px;}
/* フロート解除 */
.clear {clear:both;}

/* ########################################################
    top メインページ
  ######################################################## */
  
.top {
}
.mainview {
  margin-left: -40px;
  margin-bottom: 20px;
}
.card_support ul li {
  float: left;
}
.card_support ul li.last {
  margin-left: 18px;
}
.other_support h2 {
  background-image: url(../images/bg_other_h2.png);
  position: absolute;
  display: block;
  width: 100%;
  z-index: 0;
  top: 50px;
}
.other_support {
  margin-top: 65px;
}
.other_support ul {
  margin-left: 205px;
  position: relative;
  z-index: 10;
}
.other_support ul li {
  float: left;
  margin-right: 10px;
  background-color: #fff;
}
.other_support ul li.last {
  margin-right: 0px;
}
.other_support ul li a {
  display: table-cell;
  width: 225px;
  height: 169px;
  text-align: center;
  vertical-align: middle;
  color: #C5000A;
  font-size: 19px;
  line-height: 1.2;
  background-image: url(../images/bg_btn_support.png);
  background-repeat: no-repeat;
  transition: all linear 0.1s;
}
.other_support ul li a:hover {
  background-color: #ffefef;
  font-size: 22px;
}
.bnr {
  margin-top: 95px;
}
/* ########################################################
    top ニュース一覧
  ######################################################## */
  
.news {
  margin-top: 75px;
  padding-bottom: 80px;
}
.news dt {
  color: #A50008;
  background-color: #E6E6E6;
  font-weight: bold;
  line-height: 2;
  font-size: 114%;
}
.news dt:before {
  content: "▼";
  padding: 0 5px 0 10px;
}
.news dd {
  padding: 12px 5px;
}
.btn_news {
  position: absolute;
  font-size: 18px;
  margin-left: -6em;
  top: 6px;
  left: 100%;
}
.btn_news a {
  display: block;
  background-color: #E6E6E6;
  color: #333333;
  text-decoration: none;
  line-height: 2;
  position: relative;
  padding: 0 20px;
}
.btn_news a:hover {
  color: #C6000A;
  background-color: #d8d8d8;
}
.btn_news a span {
  background-color: #C6000A;
  height: 100%;
  color: #E6E6E6;
  line-height: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 0 7px
}
/* ########################################################
    /info/ ニュース一覧
  ######################################################## */
.wn_box {
  margin: 25px 0px;
  padding: 0 10px;
}
.wn_days {
  font-size: 114%;
}
.wn_days:before {
  content: "▼";
  color: #C6000A;
  padding: 0px 5px 0px 0px;
}
.wn_body {
  padding-top: 10px;
}
/* news 一覧ページ カテゴリ内 ページトップへボタン */
  
.totop_list {
  text-align: right;
  padding-bottom: 78px;
  color: #FFFFFF;
}
.totop_list a {
  height: 32px;
  line-height: 32px;
  background: #555555;
  padding: 0.4em 1em;
}
.topic_path li a:hover {
  color: #C6000A;
}
.totop_list a:before {
  content: "▲";
  padding-right: 1em;
}
.totop_list a:hover {
  background: #333333;
}
#totop {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 40px;
  background-color: #C6000A;
  color: #FFFFFF;
  padding: 0.6em 1em;
  color: #FFFFFF;
  line-height: 1.1;
}
#totop:hover {
  background-color: #AE0009;
}
#totop:before {
  content: url(../images/icon_arrow02.png);
  display: block;
  text-align: center;
  padding-bottom: 5px;
}
/* news 個別ページ 戻るボタン */
  
.btn_back {
  font-size: 129%;
  margin-right: 2em;
  text-align: right;
  padding: 0.6em 0;
  margin-top: 90px;
}
.btn_back a {
  background-color: #E6E6E6;
  color: #333333;
  position: relative;
  padding: 0.5em 1em;
}
.btn_back a:hover {
  color: #C6000A;
  background-color: #D8D8D8;
}
.btn_back a span {
  background-color: #C6000A;
  color: #E6E6E6;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  padding: 0.6em 9px;
}
/* news 個別ページ 本文 */
.text_news {
  margin: 50px 0 120px;
  padding: 0 10px;
  line-height: 1.2;
}
/* ########################################################
    /support/bcascard/ サポート メイン
  ######################################################## */
  
.bcas_card h2 {
  background-image: url(../images/bg_bcas_card_h2.png);
}
.nav_card {
  display: table;
  width: 100%;
  margin-bottom: 75px;
}
.nav_card ul {
  display: table-row;
}
.nav_card ul li {
  display: table-cell;
  width: 15%;
  text-align: center;
  border-collapse: collapse;
}
.nav_card ul li a[href="#specific"] p {
  font-size: 12px;
}
.card_detail {
  display: table;
  margin-bottom: 75px;
}
.card_detail > div {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.card_detail > div.card_img {
  width: 350px;
  padding-left: 25px;
  padding-right: 55px;
}
.card_num {
  height: auto;
  margin-bottom: 30px;
}
.card_num li {
  display: block;
  color: #444444;
  background-color: #E6E6E6;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  padding-left: 15px;
  margin-bottom: 10px;
}
.card_detail p {
  margin-bottom: 20px;
}
.btn_license a {
  color: #EDEDED;
  background-color: #444444;
  text-align: center;
  width: 387px;
  padding: 15px 20px;
  margin: auto;
  font-size: 18px;
  display: block;
}
.btn_license a:hover {
  background-color: #333333;
}
.card_box {
  display: none;
}
.card_box.active {
  display: block;
}
.nav_card li a {
  display: block;
  padding: 30px 0 30px;
  position: relative;
  z-index: 10;
  border: 1px solid #CCCCCC;
  border-right: 0px;
  height: 190px;
}
.nav_card li.last a {
  border-right: 1px solid #CCCCCC;
}
.nav_card li p {
  padding-top: 15px;
  font-size: 14px
}
.nav_card li.active {
  background-color: #FFEFEF;
  margin-bottom: 1px;
  border-bottom: 3px solid #C6000A;
  padding-bottom: 2px;
}
.nav_card li a:hover {
  background-color: #FFEFEF;
}
.nav_card li.active a {
}
.nav_card li.active a:after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -10px;
  content: url(../images/icon_arrow03.png);
  text-align: center;
  color: #C6000A;
}
.c_text {
  margin-bottom: 30px;
}
.btn_custmer {
  margin-bottom: 30px;
}
.customer {
  background-color: #E6E6E6;
  background-image: url(../images/customer_phone.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  padding: 25px 0 25px 195px;
  color: #333333;
  height: 150px;
}
.customer_box {
  padding: 0 20px 50px 20px;
}
.customer_box .tbold {
  font-weight: bold;
  padding-bottom: 0.5em;
}
.c_title {
  font-size: 18px;
}
.c_number {
  font-size: 20px;
  display: table;
  padding: 15px 0;
}
.c_number li {
  display: table-cell;
  line-height: 1.5;
  padding-right: 1em;
}
.c_number span {
  color: #ffffff;
  background-color: #333333;
  padding: 2px 8px;
  letter-spacing: 2px;
  margin-right: 0.5em;
}
span.calling {
  color: #333333;
  background: transparent;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}
.bcas_card .choice:before {
  content: "▼";
  padding: 0 10px;
  font-size: 12px;
  color: #C6000A;
  padding-bottom: 5px;
}
.bcas_card .choice {
  font-size: 120%;
  margin-bottom: 10px;
}
  /* B-CASカード 業務用 */
.bcas_business .nav_card ul li {
  width: 33.3%;
}

/* ########################################################
  一般・業務用途向けカード タブ
  ######################################################## */
.select_card {
  display: table;
  margin-bottom: 3em;
}
.select_card li {
  display: table-cell;
}
.select_card li.last {
  padding-left: 13px;
}
.select_card li a {
  background-color: #fff;
  transition: all linear 0.1s;
  display: block;
}
.select_card li a:hover {
  background-color: #ffefef;
}

/* ########################################################
   /rouble_check/ B-CASカード エラー
  ######################################################## */
  
.trouble_check {
  padding-bottom: 160px;
}
.trouble_check .inner_wrapper {
  padding: 0 20px;
}
.trouble_check .inner_wrapper p {
  line-height: 180%;
}
.error_box {
  padding-bottom: 80px;
}
.error_box h5 {
  margin-top: 45px;
  padding-left: 12px;
}
.nav_error {
  margin-bottom: 75px;
}
.nav_error li a {
  color: #444444;
  background-color: #E6E6E6;
  font-size: 100%;
  line-height: 2.2;
  margin-bottom: 20px;
  display: block;
}
.nav_error li a:hover {
  color: #C6000A;
  background-color: #d8d8d8;
}
.nav_error li a:before {
  content: "▼";
  padding: 0 20px;
  font-size: 12px;
  color: #C6000A;
  padding-bottom: 5px;
}
.error_title {
  height: 38px;
  background-image: url(../images/bg_error_title.png);
  background-repeat: no-repeat;
  padding: 0px;
  background-color: #C6000A;
  color: #FFF;
  font-size: 18px;
  line-height: 38px;
  font-weight: normal;
  letter-spacing: -0.1em;
  background-size: 51px 100%;
}
.error_title:before {
  padding: 0;
  content: none;
}
.error_title span {
  color: #111111;
  padding: 0 20px 0 17px;
}
.step {
  border: 1px solid #cccccc;
  border-bottom: 0px;
  color: #444444;
  margin: 45px 0;
}
.title_step {
  line-height: 2;
  padding: 0.5em 0 0.5em 1.5em;
  font-size: 16px;
  color: #444444;
  background-color: #CCCCCC;
}
.title_step.end {
  font-size: 120%;
  text-align: center;
  padding: 0.5em 0;
}
.step li {
  font-size: 16px;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  padding: 15px;
  position: relative;
}
.step li h6 {
  font-size: 100%;
  line-height: 1.4;
  padding: 22px 0 22px 80px;
}
.step li span {
  font-size: 100%;
  background-image: url("../images/bg_step.png");
  background-repeat: no-repeat;
  color: #FFF;
  padding: 11px 0px 11px 0px;
  width: 39px;
  position: absolute;
  text-align: center;
  top: 28px;
  left: 28px;
}
.img_step {
  display: block;
}
.img_step {
  margin-left: 70px;
  padding-bottom: 15px;
}
.indent {
  text-indent: -3em;
  padding-left: 3em;
  zoom: 1;
}


/* ########################################################
  /support/news/ ニュース記事詳細
  ######################################################## */
.news_h4 {
  background-color: transparent;
  color: #C6000A;
}
.news_h4:before {
  content: "";
  padding: 0;
}
.news_items {
  padding-left: 2em;
}
.news_items li {
  list-style-type: disc
}
.news_items02 {
  margin: 5px 0px 5px 15px;
}
.news_items02 li {
  list-style-type: circle;
  margin-bottom: 2px;
}
.error_box .inner_wrapper .error_p {
  margin-bottom: 1em;
}
.error_box p {
  padding-left: 1em;
}
table.company_table th {
  padding: 0 !important
}
/* ########################################################
   /faq018.html  B-CASカードが付いたデジタルテレビ受信機を友人から譲ってもらいましたが、B-CASカードはどうしたらよいですか？
  ######################################################## */
.nav_card_entry {
  margin: 30px 0px;
  border-top: 1px solid #C5000A;
  padding-top: 15px;
}
.nav_card_entry ul li {
  display: block;
  text-align: center;
  width: 130px;
  float: left;
}
.nav_card_entry li a {
  font-size: 12px;
  display: block;
}
.nav_card_entry li img {
  width: 117px;
  margin-bottom: 10px;
}

/* ########################################################
   /faq022.html  B-CASカードとは何ですか？
  ######################################################## */

.faq022_notice {
  border: 1px solid #cccccc;
  border-bottom: 0px;
  color: #444444;
  margin: 45px 0;
}
.faq022_notice_title {
  line-height: 2;
  padding: 0.5em 0 0.5em 1.5em;
  color: #444444;
  background-color: #CCCCCC;
}
.faq022_notice li {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  padding: 15px;
  position: relative;
  line-height: 1.2;
}
/* ########################################################
   /law/ 不正改ざん 動画
  ######################################################## */
  
  
.movie.tablet {
  float: left;
  margin-left: 50px;
  display: block
}
.movie.tablet video {
  width: 500px;
  height: 281px;
}
object.tablet {
  display: none;
}

/* ########################################################
    フロートナビ
  ######################################################## */
  
.wn .inner_wrapper, .company_info .inner_wrapper, .faq_index .inner_wrapper {
  width: 650px;
}
.faq_index {
  padding-bottom: 230px;
}
.faq_index .inner_wrapper {
  min-height: 500px;
}
.nav_float, .nav_faq.on_fix.not_fix {
  width: 244px;
  padding: 16px 18px 6px;
  position: absolute !important;
  top: 167px;
  left: 50%;
  width: 982px;
  margin-left: -491px;
}
.nav_float.on_fix.end_fix {
  position: absolute !important;
  top: 5940px;
}
.nav_float ul {
  position: absolute;
  top: 0;
  right: -10px;
  width: 244px;
  height: auto;
  padding: 2px 18px 0px;
  display: table;
  border-collapse: separate;  /* セルの間隔を空ける */
  border-spacing: 0px 10px;  /* 左右 上下で記述 */
}
.nav_float ul:after {
  content: url(../images/bg_link_corner.png);
  position: absolute;
  bottom: 0px;
  left: 100%;
  margin-left: -10px;
  margin-bottom: -11px;
}
.nav_float ul li {
  margin-bottom: 10px;
  text-align: center;
  display: table-row;

}
.nav_float ul li a {
  display: table-cell;
  vertical-align: middle;
  font-size: 100%;
  padding: 0 8px;
  height: 3.2em;
  background-repeat: no-repeat;
  background-size: 100% 100%;

}

/* フロートナビ ニュース一覧 */

.nav_news ul, .nav_company ul {
  background-color: #BBBBBB;
}
.nav_news li a, .nav_company li a{
  background-image: url(../images/bg_news_link.png);

}
.nav_news li a:hover, .nav_company li a:hover {
  background-image: url(../images/bg_news_link_on.png);

}

/* フロートナビ FAQ一覧 */

.nav_faq_title {
  color: #FFCACA;
}
.nav_faq.on_fix, .nav_company.on_fix {
  position: fixed !important;
  top: 0;
}
.nav_faq.on_fix.width982 {
  left: 0%;
  margin-left: 0px;
}
.nav_faq ul {
  background-color: #C6000A;
}
.nav_faq li a{
  background-image: url(../images/bg_faq_link.png);

}
.nav_faq li a:hover {
  background-image: url(../images/bg_faq_link_on.png);
}
  
.faq_list {
  width: 650px;
}
.faq_list li h4:before {
  content: "";
  padding: 0px;
}
  

/* ########################################################
   文字サイズ ボタン
  ######################################################## */
#fontSize {
  position: absolute;
  top: 59%;
  right: 6px;
  display: table;
  border-spacing: 10px 0px;
}
#fontSize:before {
  content: "文字サイズ";
  color: #C6000A;
  font-size: 11px;
}
#fontSize li {
  display: table-cell;
  padding: 8px;
  background-color: #DDDDDD;
  border: 1px solid #C6000A;
  color: #C6000A;
  font-size: 11px;
  cursor: pointer;
}
#fontSize li.active {
  color: #DDDDDD;
  background-color: #C6000A;
}


/* ########################################################
  検索窓
  ######################################################## */

.search_box {
  position: absolute;
  top: 26px;
  right: 200px;
  width: 200px;
}
.search_box input.gsc-search-button-v2 {
  border-color: #C6000A;
  background-color: #C6000A;
  width: auto;
  height: auto;
  padding: 6px 12px;
  margin-top: 0px;
}
.search_box .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 5px;
  font-size: 12px !important;
}
.search_box .gsc-input-box {
  height: 28px;
}
.search_box .gsib_a {
  padding-top: 8px;
}
.search_box .gsib_b {
  padding-top: 4px;
}
.search_box .gsst_a .gscb_a {
  color: #cc6666;
}
.search_box .gsst_a .gscb_a:hover, .search_box .gsst_a:hover .gscb_a, .search_box .gsst_a:focus .gscb_a {
  color: #C6000A;
}
/* ########################################################
  /search/ 検索結果
  ######################################################## */
.search_body .swich {
  display: none;
}
.search .gsc-tabsArea {
  border-color: #C6000A;
  height: auto;
}
.search .gsc-tabsArea > div {
  height: auto;
  overflow: hidden;
}
.search .gsc-tabHeader {
  font-size: 116%;
  padding: 0px 2em;
}
.search .gsc-tabHeader.gsc-tabhInactive {
  background-color: #DDD;
  border: 1px solid #C6000A;
  border-bottom: 0px;
  color: #C6000A;
}
.search .gsc-tabHeader.gsc-tabhActive {
  color: #DDD;
  background-color: #C6000A;
  border: 1px solid #C6000A;
  border-bottom: 0px;
}
.search .gs-no-results-result .gs-snippet, .search .gs-error-result .gs-snippet {
  background-color: #FFE6E6;
  border: none;
  padding: 16px;
  color: #444;
}
.search h2 {
  margin-bottom: 0px;
}
/* ########################################################
  PC・SP切り替えボタン
  ######################################################## */

.switch {
  display: none;
  width: 100%;
  padding: 40px 0px;
}
.switch p {
 display: block;
font-size: 42px;
line-height: 2.6;
color: #fff;
font-weight: bold;
width: 80%;
height: auto;
margin: 0 auto;
background-color: #999;
text-align: center;
text-decoration: none;
cursor: pointer;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

/* ########################################################
  不具合診断
  ######################################################## */
/*　0.Trouble Check 共通　*/
.tcf {
  padding-bottom: 200px;
}
.tcf .inner_wrapper {
  padding: 0 20px;
}
.tcf .inner_wrapper p {
  line-height: 180%;
}
/* 不具合診断タイトル */
.tcf h2 {
  background-image: url(../images/bg_tcf_h2.jpg);
  display: block;
  width: 100%;
  z-index: 0;
  margin-bottom:20px;
}
/* 見出し1 */
.tcf h3 {
  font-size: 129%;
  background-image: url(../images/bg_h3.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-color: #FFE6E6;
  line-height: 1.4;
  padding-left: 25px;
  padding: 6px 25px;
  margin-bottom:20px;
}
/* 見出し2 */
.tcf_midasi_2 {
  height: 38px;
  background-image: url(../images/bg_error_title.png);
  background-repeat: no-repeat;
  padding: 0px;
  background-color: #787878;
  color: #FFF;
  font-size: 129%;
  line-height: 38px;
  font-weight: normal;
  letter-spacing: -0.1em;
  background-size: 51px 100%;
  margin-bottom:20px;
}
.tcf_midasi_2 span {
  color: #111111;
  padding: 0 30px 0 17px;
  font-size: 18px;
}
.tcf_midasi_2:before {
  padding: 0;
  content: none;
}
/* 進捗状況 */
.tcf_progress_1 {
  width:900px;
  height:62px;
  margin:0 auto 20px;
  background-image:url(../images/tcf_progress_1.jpg);
}
.tcf_progress_2 {
  width:900px;
  height:62px;
  margin:0 auto 20px;
  background-image:url(../images/tcf_progress_2.jpg);
}
.tcf_progress_3 {
  width:900px;
  height:62px;
  margin:0 auto 20px;
  background-image:url(../images/tcf_progress_3.jpg);
}
.tcf_progress_4 {
  width:900px;
  height:62px;
  margin:0 auto 20px;
  background-image:url(../images/tcf_progress_4.jpg);
}
.tcf_progress_4_3 {
  width:900px;
  height:62px;
  margin:0 auto 20px;
  background-image:url(../images/tcf_progress_4_3.jpg);
}

/* 不具合診断 ボックス */
.tcf_box {
  border:solid 1px #a0a0a0;
}
.btn_pageback {
  width: 140px;
  height: 40px;
  position: absolute !important;
  right: 0px;
  bottom: 90px;
}
.btn_pageback a {
  width: 140px;
  height: 40px;
  display: block;
  background-image: url(../images/btn_tcf_pageback_off.jpg);
  background-size:140px;
  background-repeat: no-repeat;
  line-height:40px;
  color:#c5625b;
  padding-left: 28px;
  font-size: 114%;
}
.btn_pageback a:hover {
  width: 140px;
  height: 40px;
  display: block;
  background-image: url(../images/btn_tcf_pageback_on.jpg);
  background-size:140px;
  background-repeat: no-repeat;
  line-height:40px;
  color:#c5625b;
  padding-left: 28px;
  font-size: 114%;
}

/*　1.状況選択　*/
.tcf_box .f1 a {
  width:898px;
  height:138px;
  color: #505050;
  display:block;
  font-size:114%;
  line-height:138px;
  font-weight: bold;
  text-decoration: none;
}
.tcf_box .f1 a:hover {
  width:898px;
  height:138px;
  color: #505050;
  background-color: #f6e4e3;
  background-image: url(../images/tcf_select_on_01.png);
  background-repeat: no-repeat;
  background-position: left;
  display:block;
  font-size:114%;
  line-height:138px;
  font-weight: bold;
  text-decoration: none;
}
.tcf_box .f1 a img{
  float:left;
  margin:0px 30px 0px 30px;
}

/*　2.症状選択　*/
.f2_midasi2 span{
  padding: 0px 41px 0 6px;
}
.tcf_box_title {
  border:solid 1px #a0a0a0;
  background-color: #E6E6E6;
  display: block;
}
.tcf_box_title li p {
  color: #444444;
  background-color: #E6E6E6;
  font-size: 114%;
  line-height: 2.2;
  display: block;
}
.w675{
  width:675px;
}
.w225{
  width:225px;
}
.tcf_box_title li p:before {
  content: "●";
  padding: 0 20px;
  font-size: 114%;
  color: #C6000A;
  padding-bottom: 5px;
}
.f2_w224 a {
  width: 225px;
  height: 172px;
  border-left:solid 1px #a0a0a0;
  border-bottom:solid 1px #a0a0a0;
  float:left;
  display:block;
  color: #505050;
  text-align:center;
  text-decoration: none;
}
.f2_w224 a:hover {
  width: 225px;
  height: 172px;
  border-left:solid 1px #a0a0a0;
  border-bottom:solid 1px #a0a0a0;
  float:left;
  background-color: #f6e4e3;
  background-image: url(../images/tcf_select_on_0201.png);
  background-repeat: no-repeat;
  background-position: bottom;
  display:block;
  color: #505050;
  text-align:center;
  text-decoration: none;
}
.f2_w225 a {
  width: 224px;
  height: 172px;
  border-left:solid 1px #a0a0a0;
  border-right:solid 1px #a0a0a0;
  border-bottom:solid 1px #a0a0a0;
  float:left;
  display:block;
  color: #505050;
  text-align:center;
  text-decoration: none;
}
.f2_w225 a:hover {
  width: 224px;
  height: 172px;
  border-left:solid 1px #a0a0a0;
  border-right:solid 1px #a0a0a0;
  border-bottom:solid 1px #a0a0a0;
  background-color: #f6e4e3;
  background-image: url(../images/tcf_select_on_0201.png);
  background-repeat: no-repeat;
  background-position: bottom;
  float:left;
  display:block;
  color: #505050;
  text-align:center;
  text-decoration: none;
}
.f2_list li a {
  color: #505050;
  border:solid 1px #a0a0a0;
  background-color: #E6E6E6;
  font-size: 108%;
  line-height: 1.2;
  margin-bottom: 20px;
  display: block;
  padding: 18px 30px;
  text-decoration: none;
}
.f2_list li a:hover {
  color: #505050;
  border:solid 1px #a0a0a0;
  background-color: #f6e4e3;
  background-image: url(../images/tcf_select_on_0202.png);
  background-repeat: no-repeat;
  background-position: left;
  padding: 18px 30px;
}
.f2_list li a h6{
  font-size: 114%;
  line-height: 1.2;
}
.f2_list li h6 a span{
  color:#c80000;
}
.tcf_box .f2 a {
  width:898px;
  height:138px;
  color: #505050;
  display:block;
  font-size:114%;
  font-weight: bold;
  text-decoration: none;
}
.tcf_box .f2 a:hover {
  width:898px;
  height:138px;
  color: #505050;
  background-color: #f6e4e3;
  background-image: url(../images/tcf_select_on_01.png);
  background-repeat: no-repeat;
  background-position: left;
  display:block;
  font-size:114%;
  font-weight: bold;
  text-decoration: none;
}
.tcf_box .f2 a img{
  float:left;
  margin:0px 30px 0px 30px;
}
.tcf_box .f2 a p,.tcf_box .f2 a:hover p{
  line-height:138px;
}
.img20101 {
  background-image: url(../images/tcf_illust_020101.png);
  background-repeat: no-repeat;
  padding-top: 140px;
}
.img20102 {
  background-image: url(../images/tcf_illust_020102.png);
  background-repeat: no-repeat;
  padding-top: 140px;
}
.img20103 {
  background-image: url(../images/tcf_illust_020103.png);
  background-repeat: no-repeat;
  padding-top: 140px;
}
.img20104 {
  background-image: url(../images/tcf_illust_020104.png);
  background-repeat: no-repeat;
  padding-top: 140px;
}
.img20201 {
  background-image: url(../images/tcf_illust_020201.png);
  background-repeat: no-repeat;
  padding-top: 140px;
}
.img20202 {
  background-image: url(../images/tcf_illust_020202.png);
  background-repeat: no-repeat;
  padding-top: 140px;
}
.img20203 {
  background-image: url(../images/tcf_illust_020203.png);
  background-repeat: no-repeat;
  padding-top: 140px;
}
.img20301 {
  background-image: url(../images/tcf_illust_020301.png);
  background-repeat: no-repeat;
  padding-top: 140px;
}

/*　3.改善案内　*/
.tcf_caution {
  background-image:url(../images/tcf_caution_label.png);
  background-position:top left;
  background-repeat:no-repeat;
  padding:50px 0 0 0;
}
.tcf .step {
  border: 1px solid #cccccc;
  border-bottom: 0px;
  color: #444444;
  margin: 20px 0;
}
.tcf .step li{
  font-size:108%;
}
.tcf .step li .step_red,.tcf .step h6 span {
  color:#c80000;
  font-weight: normal !important;
}
.tcf .title_step {
  line-height: 2;
  padding: 0.5em 0 0.5em 1.5em;
  font-size: 114%;
  font-weight: bold;
  color: #444444;
  background-color: #CCCCCC;
}
/* 3-2 別カードテスト1 */
.img30101{
  background-image:url(../images/tcf_illust_030101.png);
  background-repeat: no-repeat;
  background-position: 3%;
  padding: 7% 5% 7% 36%;
  font-weight: bold;
}
.tcf_box .f3 a:hover {
  background-color: #f6e4e3;
  display: block;
}
.img30102{
  background-image:url(../images/tcf_illust_030102.png);
  background-repeat: no-repeat;
  background-position: 0%;
  padding: 7% 5% 7% 36%;
  font-weight: bold;
}

.img30201{
  height:220px;
  background-image:url(../images/tcf_illust_030201.png);
  background-position: 640px 40px;
  background-repeat: no-repeat;
}
.img30202{
  height:220px;
  background-image:url(../images/tcf_illust_030202.png);
  background-position:560px 0px;
  background-repeat:no-repeat;
}
.img30203{
  height:220px;
  background-image:url(../images/tcf_illust_030203.png);
  background-position:560px 0px;
  background-repeat:no-repeat;
}
.img30204{
  height:220px;
  background-image:url(../images/tcf_illust_030204.png);
  background-position: 640px 40px;
  background-repeat: no-repeat;
}
.img30205{
  height:220px;
  background-image:url(../images/tcf_illust_030205.png);
  background-position: 640px 40px;
  background-repeat: no-repeat;
}
/* 3-3 別カードテスト2 */
.img30301{
  height:220px;
  background-image:url(../images/tcf_illust_030301.png);
  background-position: 640px 40px;
  background-repeat: no-repeat;
}
.img30302{
  height:220px;
  background-image:url(../images/tcf_illust_030302.png);
  background-position:560px 0px;
  background-repeat:no-repeat;
}
.img30303{
  height:220px;
  background-image:url(../images/tcf_illust_030303.png);
  background-position: 640px 40px;
  background-repeat: no-repeat;
}
.img30304{
  height:220px;
  background-image:url(../images/tcf_illust_030304.png);
  background-position: 640px 40px;
  background-repeat: no-repeat;
}
/* 3-4 有料放送契約案内 */
.img30401{
  height:220px;
  background-image:url(../images/tcf_illust_030401.png);
  background-position:600px 0px;
  background-repeat:no-repeat;
}
/* 3-5 カード交換案内（有償） */
.img30501{
  height:220px;
  background-image:url(../images/tcf_illust_030501.png);
  background-position:620px 42px;
  background-repeat:no-repeat;
}
/* 3-6 装着状態の確認 */
.img30601{
  height:220px;
  background-image:url(../images/tcf_illust_030601.png);
  background-position: 640px 40px;
  background-repeat: no-repeat;
}
.img30602{
  height:220px;
  background-image:url(../images/tcf_illust_030602.png);
  background-position:560px 0px;
  background-repeat:no-repeat;
}
.img30603{
  height:220px;
  background-image:url(../images/tcf_illust_030603.png);
  background-position:560px 0px;
  background-repeat:no-repeat;
}
.img30604{
  height:220px;
  background-image:url(../images/tcf_illust_030604.png);
  background-position:560px 0px;
  background-repeat:no-repeat;
}
/* 3-7 カードの抜差し確認 */
.img30701{
  height:220px;
  background-image:url(../images/tcf_illust_030701.png);
  background-position:560px 0px;
  background-repeat:no-repeat;
}
.img30702{
  height:220px;
  background-image:url(../images/tcf_illust_030702.png);
  background-position:560px 0px;
  background-repeat:no-repeat;
}
.img30703{
  height:220px;
  background-image:url(../images/tcf_illust_030703.png);
  background-position:500px 22px;
  background-repeat:no-repeat;
}
/* 3-8 受信機のリセット */
.img30801{
  height:220px;
  background-image:url(../images/tcf_illust_030801.png);
  background-position:640px 30px;
  background-size: 220px;
  background-repeat:no-repeat;
}
.img30802{
  height:220px;
  background-image:url(../images/tcf_illust_030802.png);
  background-position:560px 0px;
  background-repeat:no-repeat;
}
.img30803{
  height:220px;
  background-image:url(../images/tcf_illust_030803.png);
  background-position:560px 0px;
  background-repeat:no-repeat;
}
.img30804{
  height:220px;
  background-image:url(../images/tcf_illust_030804.png);
  background-position:560px 0px;
  background-repeat:no-repeat;
}
.img30805{
  height:220px;
  background-image:url(../images/tcf_illust_030805.png);
  background-position:560px 0px;
  background-repeat:no-repeat;
}
.img30806{
  height: 160px;
  background-image: url(../images/tcf_illust_030806.png);
  background-position: 620px 4px;
  background-repeat: no-repeat;
}
/* 3-9 アンテナ確認 */
.img30901{
  background-image:url(../images/tcf_illust_030901.png);
  background-position: 620px 20px;
  background-repeat: no-repeat;
  padding: 84px 30px;
}
/* 再発行ボタン */
.reissue {
  margin-bottom: 10px;
}

/* 改善ボタン */
.improve_txt {
  font-size: 16px;
  font-weight: bold;
}
.improve_txt:before span {
  background-image:url(../images/icon_triangle_l.png);
}
.bottom_btn_area{
  width:900px;
  margin:20px auto;
  text-align:center;
}
.btn_improve a{
  width: 350px;
  height: 50px;
  display: block;
  float: left;
  margin: 0px 40px 0 60px;
  padding: 0px 0px 0px 34px;
  background-color: #e2e2e2;
  border: 1px solid #999999;
  color: #444555;
  font-size: 120%;
  text-align: left;
  line-height: 48px;
  font-weight: bold;
  text-indent:0px;
  text-decoration: none;
}
.btn_improve a:hover {
  width:350px;
  height:50px;
  display:block;
  margin: 0px 40px 0 60px;
  padding: 0px 0px 0px 34px;
  background-color:#fbe3e3;
  border:1px solid #d17e79;
  color:#d17e79;
  font-size: 120%;
  text-align: left;
  line-height: 48px;
  font-weight: bold;
  text-indent:0px;
  text-decoration: none;
}
.btn_tcf_next a{
  width: 350px;
  height: 50px;
  display: block;
  margin: 0px auto;
  padding: 0px 0px 0px 34px;
  background-color: #e2e2e2;
  border: 1px solid #999999;
  color: #444555;
  font-size: 120%;
  text-align: left;
  line-height: 48px;
  font-weight: bold;
  text-indent:0px;
  text-decoration: none;
}
.btn_tcf_next a:hover {
  width:350px;
  height:50px;
  display:block;
  margin: 0px auto;
  padding: 0px 0px 0px 34px;
  background-color:#fbe3e3;
  border:1px solid #d17e79;
  color:#d17e79;
  font-size: 120%;
  text-align: left;
  line-height: 48px;
  font-weight: bold;
  text-indent:0px;
  text-decoration: none;
}
.btn_improve a span,
.btn_improve a:hover span,
.btn_tcf_next a span,
.btn_tcf_next a:hover span{
  float: right;
  padding-right: 30px;
  font-size: 140%;
}

/*　4.診断結果　*/
.tcf .result_box li h6{
  font-size: 108%;
  line-height: 1.6;
}
.tcf .result_box li h6 span,.tcf .result_box li .step_red{
  color:#c80000;
  font-weight: normal !important;
}
.tcf .result_box li span {
  font-size: 114%;
  line-height:1.6;
}
.tcf .result_box li a span{
  text-decoration: underline;
}
.title_reference{
  width: 96%;
  margin: 20px auto;
  font-size: 16px;
  font-weight: bold;
}
.title_reference span{
  font-size: 114%;
}
.title_reference img{
  margin:4px 20px;
}
.reference_info {
  width: 96%;
  margin:0 auto;
}

.dotline{
  width: 96%;
  height: 1px;
  margin: 0 auto;
  background-image:url(../images/dotline.gif);
  background-repeat: repeat-x;
}
/*　4-1 カードok */
.img40101{
  background-image:url(../images/tcf_illust_040101.png);
  background-position:600px 50px;
  background-repeat:no-repeat;
  padding:30px;
}
/*　4-2 カードng */
.img40201{
  background-image:url(../images/tcf_illust_040201.png);
  background-position:620px 70px;
  background-repeat:no-repeat;
  padding:30px;
}
/* 4-3 受信環境ng */
.img40301{
  background-image:url(../images/tcf_illust_040301.png);
  background-position: 620px 20px;
  background-repeat: no-repeat;
  padding: 84px 30px;
}
.img40302{
  height:220px;
  padding:30px;
  background-image:url(../images/tcf_illust_040302.png);
  background-position:620px 20px;
  background-repeat:no-repeat;
}
/* 4-4 設定ng*/
.img40401{
  background-image: url(../images/tcf_illust_040401.png);
  background-position: 670px 16px;
  background-repeat: no-repeat;
  padding: 64px 30px;
}
.img40402{
  height:220px;
  padding:30px;
  background-image:url(../images/tcf_illust_040402.png);
  background-position:580px 0px;
  background-repeat:no-repeat;
}
/* 4-5 放送局案内 */
.img40501{
  background-position:620px 0px;
  background-repeat:no-repeat;
  padding:64px 30px;
}
/* 4-6 受信機ng progress4_3 */
.img40601{
  background-image:url(../images/tcf_illust_040601.png);
  background-position: 680px 26px;
  background-repeat: no-repeat;
  padding: 84px 30px;
}
/* 4-6 受信機ng progress4 */
.img40701{
  background-image:url(../images/tcf_illust_040701.png);
  background-position: 640px 20px;
  background-size: 180px;
  background-repeat: no-repeat;
  padding: 68px 30px;
}
.img40702{
  height: 220px;
  padding: 30px;
  background-image: url(../images/tcf_illust_040702.png);
  background-position: 600px 0px;
  background-size: 320px;
  background-repeat: no-repeat;
}
/* 4-8 カード有償交換 */
.img40801{
  background-image:url(../images/tcf_illust_040801.png);
  background-position:80% 50%;
  background-repeat:no-repeat;
  padding:60px 30px;
}
/* 4-9 受信環境ok */
.img40901{
  background-image:url(../images/tcf_illust_040901.png);
  background-position: 640px 20px;
  background-repeat: no-repeat;
  padding: 64px 30px;
}

/* ########################################################
  TOP緊急メッセージ
  ######################################################## */
.view_on {
  display:block;
}
.view_off {
  display:none;
}
.alert_area{
  line-height:45px;
  padding-left: 10px;
  margin: 0 auto 10px;
  background-color: #ffffbf;
  font-size:108%;
  color:#c50009;
  border:1px solid #c6000a;
}
.alert_area li {
  font-weight:bold;
}
.alert_area li:before {
  content: url(../images/icon_alert.png);
  margin-right:10px;
  position:relative;
  top:5px;
}
/* ########################################################
  404メッセージ
  ######################################################## */
.page404 > h2{
font-size:2em;
font-weight:bold;
}
.page404 > p{
  font-size:1.2em;
  font-weight:bold;
}

