@charset "utf-8";

/****** 10: page top *************************************/

.page_top {
  display: none;
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 50px;
  z-index: 18889;
  cursor: pointer;
}

.page_top:hover {
  opacity: 0.7;
}

.page_top.stop {
  top: auto!important;
}

@media screen and (max-width:767px) {
	.page_top {
		position: fixed !important;
		top: auto !important;
		left: 10px;
		bottom: 10px;
		width: 30px;
		z-index: 100001;
	}
}
/****** 11: lower common *************************************/

/* tax
--------------------*/
.lower #l_tax {
  padding: 0;
	text-align: right;
}

.lower #l_tax a {
  margin: 0;
}
@media screen and (max-width:767px) {
	.lower #l_tax {
		margin-bottom: 0;
		padding: 0 10px;
		border-bottom: 1px solid #ddd;
	}
}

/*
  Description: modal style
*/
/****** CONTENTS ***************************************

0: common style
1: mdl_block
2: mdl_nhk
3: mdl_home_construction
4: mdl_tuner_compare
5: mdl_monthly
6: mdl_initial
7: mdl_initial.lineup
8: mdl_internal
9: mdl_internal_ip
10: mdl_international
11: mdl_international50
12: mdl_cannot
13: mdl_necessary
14: mdl_pppoe
15: mdl_channel_list
16: tuner_bd
17: mdl_plus

*******************************************************/
/* wrap
--------------------*/
.wrap {
  width: auto;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .wrap {
    padding: 0 10px;
  }
}

/****** 0: common style *************************************/
#modal_window {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 980px;
  /*  padding: 310px 0 0;*/
  padding: 140px 0 0;
  background: #fff;
  /*  z-index: 8888;*/
  z-index: 100;
  overflow: hidden;
}

#modal_window a {
  color: #0033AA;
}
#modal_window .btn__order a {
  color: #fff;
}
#modal_window .modal {
    padding-right: 18px;
		background: url("/share/img/contents/ico_modal.png") no-repeat right center;
		background-size: 14px 13px;
}
#modal_window .txt_link01 {
    background-image: url(/service/common/img/icon_txt01.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 0 0 0 20px;
}
#modal_window .txt_link02 {
    background-image: url(/service/common/img/icon_txt02.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 0 0 0 12px;
}
#modal_window .popup {
    padding-right: 22px;
		background: url("/share/img/contents/ico_newwin.png") no-repeat right center;
		background-size: 14px 13px;
}


#modal_window a.btn {
  color: #000;
}

.s-mode #modal_window {
  /*  padding-left: 90px;*/
  box-sizing: border-box;
  min-width: 1070px;
}

#modal_inner {
  position: relative;
  padding-bottom: 60px;
  width: 980px;
}

#modal_close {
  position: absolute;
  /*  top: 230px;*/
  top: 140px;
  left: 50%;
  margin: 0 0 0 420px;
}

#modal_bottom {
  position: relative;
  max-width: 380px;
  margin: 0 auto 40px;
  padding: 0 10px;
}

#modal_bottom .close_icon {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -11px 0 0;
}

#modal_bottom .close_btn {
  width: 100%;
}

#modal_bottom .close_btn .btn {
  height: 50px;
}

#modal_bottom .close_btn .btn_txt {
  text-align: center;
}

.modal_content {
  margin: 0 auto;
  /*
  padding-left: 30px;
  padding-right: 30px;
*/
  width: 900px;
}

#modal_inner .sect_head {
  position: relative;
  margin: 0 0 20px;
}

#modal_inner .modal_head {
  margin: 0 0 49px;
  overflow: hidden;
}

#modal_inner .modal_ttl {
  padding: 0 0 49px;
  color: #333;
  font-size: 257.1%;
  font-weight: normal;
  line-height: 1.2;
}

#modal_inner .modal_ttl .small {
  font-size: 60%;
}

#modal_inner .modal_head .modal_ttl {
  float: left;
  padding: 0;
}

#modal_inner .modal_head p {
  float: right;
  padding: 12px 0 0;
}

#modal_inner .sect_subttl {
	margin-top: 40px;
	margin-bottom: 15px;
  padding: 15px 10px 11px 10px;
  border: 1px solid #ddd;
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 128.571429%;
  font-weight: normal;
  line-height: 1.2em;
}

#modal_inner .sect_subttl .small {
  font-size: 85%;
}

#modal_inner .sect_caption {
  font-size: 114.286%;
  font-weight: bold;
  line-height: 1.2em;
}

#modal_inner .accordion_field {
  margin-top: 20px;
}

#modal_inner .accordion_switch {
  margin: 20px 0 16px;
  padding: 0;
}

#modal_inner .accordion_switch .switch {
  display: block;
  position: relative;
  width: 100%;
}

#modal_inner .accordion_for_sp .accordion_switch .switch {
  cursor: default;
}

#modal_inner .accordion_switch .switch:link,
#modal_inner .accordion_switch .switch:visited {
  color: #000;
  text-decoration: none;
}

#modal_inner .accordion_switch .switch_txt,
#modal_inner .accordion_switch .switch_icon {
  display: block;
}

#modal_inner .accordion_switch .switch_txt {
  padding: 15px 35px 11px 30px;
}

#modal_inner .accordion_switch .switch_icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  margin: -15px 0 0;
  overflow: hidden;
}

#modal_inner .accordion_switch .switch_icon img {
  position: absolute;
  top: 0;
  left: 0;
}

#modal_inner .accordion_switch .switch_icon.on img {
  top: -30px;
}

#modal_inner .accordion_switch:hover .switch_icon img {
  opacity: 1.0;
  -ms-filter: "alpha(opacity=100)";
}

.media_pc #modal_inner .accordion_cont {
  display: none;
}

.media_pc #modal_inner .accordion_for_sp .accordion_cont {
  display: block !important;
}

#modal_inner .ph_table {
  width: 100%;
  margin: 0 0 8px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#modal_inner .ph_table sup {
  font-size: 10px;
  line-height: 1;
  vertical-align: top;
}

#modal_inner .ph_table caption {
  padding: 0 0 10px;
  font-size: 85.714286%;
  line-height: 1;
  text-align: right;
}

#modal_inner .ph_table th,
#modal_inner .ph_table td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 100%;
  font-weight: normal;
  vertical-align: middle;
}

/* for sp --------------------*/
@media screen and (max-width: 767px) {

  #modal_inner .ph_table th,
  #modal_inner .ph_table td {
    padding: 5px;
  }
}

#modal_inner .ph_table thead th {
  background: #eee;
  font-weight: bold;
  text-align: center;
}

#modal_inner .ph_table tbody th,
#modal_inner .ph_table tbody td {
  text-align: left;
}

#modal_inner .ph_table .disc {
  list-style: inside disc;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

#modal_inner .national_nav {
  position: relative;
  margin: 30px 0;
}

#modal_inner .national_nav:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

#modal_inner .national_nav dl {
  position: relative;
  left: 50%;
  float: left;
}

#modal_inner .national_nav dl dt,
#modal_inner .national_nav dl dd {
  position: relative;
  left: -50%;
  float: left;
  width: 65px;
  margin: 3px 2px;
}

#modal_inner .national_nav dl dt {
  display: table;
  width: 72px;
  height: 35px;
}

#modal_inner .national_nav dl dt span {
  display: table-cell;
  padding: 2px 0 0;
  font-weight: bold;
  vertical-align: middle;
}

#modal_inner .national_nav dl .btn {
  height: 35px;
}

#modal_inner .national_nav dl .btn_txt {
  padding: 0 0 0 14px;
  font-size: 85.71486%;
}

#modal_inner .national_nav dl .btn_icon {
  padding: 0 8px;
}

#modal_inner .national_nav dl .btn_icon img {
  vertical-align: middle;
}

#modal_inner .ph_btn_list {
  padding: 50px 10px 0;
}

#modal_inner .ph_btn_list:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

#modal_inner .ph_btn_list li {
  float: left;
  width: 430px;
  margin: 0 20px;
}

#modal_inner .ph_btn_list li .btn {
  height: 50px;
}

#modal_inner .ph_btn_list li .btn_txt {
  padding: 2px 10px;
}

#modal_inner .ph_notes {
  margin: 0 0 40px;
}

/* for sp --------------------*/
@media screen and (max-width: 767px) {
  #modal_window .sect_caption {
    padding: 0px 0px 8px;
  }

  #modal_window {
    min-width: 0;
    padding-top: 90px !important;
  }

  #modal_close {
    left: auto;
    right: 10px;
    margin: 0;
    top: 60px !important;
  }

  #modal_close img {
    width: 19px;
  }

  #modal_inner {
    width: auto;
    padding-bottom: 30px;
  }

  .modal_content {
    padding: 0;
    width: auto;
  }

  #modal_inner .modal_head {
    margin: 0 0 15px;
  }

  #modal_inner .modal_head .modal_ttl,
  #modal_inner .modal_head p {
    float: none;
  }

  #modal_inner .modal_head p {
    padding: 0;
  }

  #modal_inner .modal_ttl {
    padding: 0 0 20px;
    font-size: 140%;
    line-height: 1.3;
  }

  #modal_inner .sect_ttl .ttl_inner {
    padding: 8px 10px 8px 14px;
    font-size: 2.2rem;
  }

  #modal_inner .sect_subttl {
    font-size: 100%;
  }

  #modal_inner .accordion_field {
    margin: 0 0 20px;
  }

  #modal_inner .accordion_switch .switch_icon {
    right: 10px;
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
    overflow: hidden;
  }

  #modal_inner .accordion_switch .switch_icon img {
    width: inherit;
    max-width: 20px;
    height: auto;
  }

  #modal_inner .accordion_switch .switch_icon.on img {
    top: -20px;
  }

  #modal_inner .accordion_cont {
    display: none;
  }

  #modal_inner .national_nav {
    margin: 6px 0;
  }

  #modal_inner .national_nav dl dt {
    float: none;
  }

  #modal_inner .ph_btn_list {
    padding: 30px 0 0;
  }

  #modal_inner .ph_btn_list li {
    width: 50%;
    margin: 0;
    padding: 0 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
}

/****** 1: mdl_block *************************************/
#mdl_block .modal_txt {
  margin-top: -7px;
  padding-bottom: 36px;
  float: left;
  width: 520px;
  color: #000;
  font-weight: normal;
  line-height: 186.71428%;
}

#mdl_block .modal_img {
  float: right;
  padding-bottom: 36px;
  width: 350px;
}

#mdl_block .modal_img .note {
  font-weight: bold;
}

#mdl_block .modal_img ul {
  padding-left: 28px;
}

#mdl_block .modal_img ul li {
  margin-right: 21px;
  float: left;
  text-align: center;
}

#mdl_block .modal_img ul .hide_box {
  width: 98px;
}

#mdl_block .modal_img ul .auth_box {
  width: 170px;
}

#mdl_block .m_btn {
  margin: 0 auto;
  clear: both;
  width: 428px;
}

#mdl_block .m_btn .btn {
  position: relative;
  height: 49px;
}

#mdl_block .m_btn .btn_txt {
  padding-left: 18px;
}

#mdl_block .m_btn .btn_txt {
  font-size: 100%;
}

/* for sp --------------------*/
@media screen and (max-width: 767px) {
  #mdl_block .modal_txt {
    margin-top: -7px;
    padding-bottom: 25px;
    float: none;
    width: auto;
    color: #000;
    font-weight: normal;
    line-height: 186.71428%;
  }

  #mdl_block .modal_img {
    float: none;
    padding-bottom: 25px;
    width: auto;
  }

  #mdl_block .modal_img img {
    width: 100%;
    height: auto;
  }

  #mdl_block .modal_img ul .hide_box {
    width: 30%;
    padding-bottom: 30px;
  }

  #mdl_block .modal_img ul .auth_box {
    width: 53.125%;
    padding-bottom: 30px;
  }

  #mdl_block .modal_img ul {
    padding: 0 0 30px;
    width: 100%;
  }

  #mdl_block .m_btn {
    width: auto;
  }

  #mdl_block .m_btn .btn_txt {
    font-size: 80%;
  }
}

/****** 2: mdl_nhk *************************************/
#mdl_nhk {
  padding: 0;
  width: 960px;
}

#mdl_nhk .sect_box {
  margin: 0 auto 46px;
  padding: 25px;
  width: 900px;
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
}

#mdl_nhk .sect_box .box_lead {
  padding-bottom: 13px;
  color: #000;
  font-size: 1.8rem;
  line-height: 144.44444%;
}

#mdl_nhk .sect_box .notes_item {
  color: #000;
  font-size: 85.78%;
  line-height: 166.66666%;
}

#mdl_nhk .sect_box .balloon {
  float: right;
  margin-left: 10px;
  padding: 11px 0 8px 20px;
  width: 280px;
  border-radius: 6px;
  background: #ee734b;
  color: #fff;
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 140%;
}

#mdl_nhk .sect_box .balloon .price {
  color: #ffff00;
  font-weight: bold;
}

#mdl_nhk .sect_box .balloon .price span {
  color: #ffff00;
  font-size: 118%;
  font-weight: bold;
}

#mdl_nhk .sect_box .balloon .tax {
  font-size: 75%;
}

#mdl_nhk .payment .sect_ttl,
#mdl_nhk .movie .sect_ttl {
  margin-bottom: 23px;
}

#mdl_nhk .payment .sect_wrap,
#mdl_nhk .movie .sect_wrap {
  margin: 0 auto;
  width: 900px;
}

#mdl_nhk .payment .sect_txt,
#mdl_nhk .movie .sect_txt {
  padding-bottom: 10px;
  font-size: 100%;
  line-height: 185.7142%;
}

#mdl_nhk .payment .tax_note {
  padding: 0 0 6px;
  font-size: 85.714286%;
  text-align: right;
}

#mdl_nhk .payment table {
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #ccc;
}

#mdl_nhk .payment th {
  padding: 17px 0 17px;
  font-size: 100%;
  background: #f9f9f9;
  font-weight: normal;
  border: 1px solid #ccc;
  vertical-align: middle;
}

#mdl_nhk .payment td {
  padding: 17px 0 17px;
  font-size: 100%;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
  line-height: 157.14285%;
}

#mdl_nhk .payment_table span {
  color: #ee445c;
}

#mdl_nhk .payment_table .appeal {
  color: #ee445c
}

#mdl_nhk .payment_table .nhk {
  background-color: #fce7d2;
}

#mdl_nhk .payment td.small_font {
  font-size: 85.714286%;
  line-height: 133.33333%;
}

#mdl_nhk .payment thead th {
  padding: 17px 0 17px;
  font-size: 100%;
  background: #b5b5b5;
  font-weight: normal;
  border: 1px solid #ccc;
}

#mdl_nhk .payment .notes_list {
  margin: 0 0 40px;
}

#mdl_nhk .example .sect_lead {
  margin: 0 auto 31px;
  padding: 10px 0;
  width: 816px;
  background: #fff;
  border: 1px solid #ccc;
  color: #777;
  font-weight: bold;
  text-align: center;
}

#mdl_nhk .example .image {
  margin: 0 0 24px;
}

#mdl_nhk .example .image {
  margin: 0 0 24px;
  text-align: center;
}

#mdl_nhk .example .amount {
  margin: 0 auto 40px;
  padding: 8px 0 6px;
  width: 253px;
  background: #f9130e;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  font-size: 107.14285%;
  font-weight: bold;
  text-align: center;
}

#mdl_nhk .payment {
  padding-bottom: 42px;
}

#mdl_nhk .movie .image {
  margin: 0 0 24px;
  text-align: center;
}

#mdl_nhk .inquiry .sect_txt.sect_wrap {
  max-width: 900px;
  margin: 0 auto 20px;
  font-size: 100%;
  line-height: 1.85714286em;
}

#mdl_nhk .inquiry .information_box {
  margin: 0 auto 50px;
  width: 900px;
}

.information_box {
  width: auto;
  border: 1px solid #ccc;
  border-radius: 3px;
	margin-top: 20px;
}

.information_box .box_head {
  display: table;
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #ccc;
  border-radius: 3px 3px 0 0;
  background: #ffe100;
  color: #000;
}

.information_box .head_ttl, .information_box .head_txt {
  display: table-cell;
  vertical-align: middle;
}

.information_box .head_ttl {
  padding: 0 0 0 15px;
  font-weight: normal;
}

.information_box .head_ttl .ttl_icon {
  margin: 0 16px 0 0;
}

.information_box .head_ttl .ttl_icon img {
  vertical-align: middle;
}

.information_box .head_txt {
  padding: 0 18px 0 0;
  text-align: right;
}

.information_box .box_wrap {
  padding: 28px 50px 24px 50px;
  color: #333;
}

.information_box .box_lead {
  margin: 6px 0;
}

.information_box .tel_conts {
  margin: 0 0 6px;
  overflow: hidden;
}

.information_box .tel_image {
  float: left;
  margin: 0 10px 0 0;
}

.information_box .tel_box {
  float: left;
  padding: 10px 0 0;
}

.information_box .tel_txt {
  line-height: 1.28571429em;
  margin: 0 0 2px;
}

.information_box .tel_box .tel_link {
  color: #0095a1;
  line-height: 1;
}

.information_box .tel_box .tel_memo {
  display: block;
  font-size: 85.714286%;
  text-align: right;
}

.information_box .tel_free {
  float: left;
  width: 417px;
  border-right: 1px solid #ccc;
  overflow: hidden;
}

.information_box .tel_free .tel_num {
  font-size: 257.142857%;
  line-height: 1;
}

.information_box.support .tel_free .tel_num {
  font-size: 214.285724%;
}

.information_box .tel_free .tel_link a:link,
.information_box .tel_free .tel_link a:visited {
  color: #0095a1 !important;
  text-decoration: none !important;
}

.information_box .tel_free .tel_link a:hover,
.information_box .tel_free .tel_link a:hover .tel_num {
  color: #0095a1 !important;
  text-decoration: none !important;
}

.information_box .tel_notfree {
  float: right;
}

.information_box .tel_notfree .tel_num {
  font-size: 214.285724%;
}

.information_box .tel_notfree .tel_link a:link,
.information_box .tel_notfree .tel_link a:visited,
.information_box .tel_notfree .tel_link .tel_num {
  color: #333 !important;
  text-decoration: none !important;
}

.information_box .tel_notfree .tel_link a:hover,
.information_box .tel_notfree .tel_link a:hover .tel_num {
  color: #333 !important;
  text-decoration: none !important;
}

.information_box .box_notes {
  text-align: center;
}

/* for sp --------------------*/
@media screen and (max-width: 767px) {
  .information_box .head_ttl {
    display: block;
    padding-top: 10px;
  }

  .information_box .head_txt {
    display: block;
    padding-bottom: 10px;
  }

  .information_box .box_wrap {
    padding: 10px;
  }

  .information_box .tel_free {
    float: none;
    width: auto;
    margin: 0 0 10px;
    border: none;
  }

  .information_box .tel_image {
    width: 18%;
    margin: 0 2% 0 0;
  }

  .information_box .tel_image img {
    width: 100%;
    height: auto;
  }

  .information_box .tel_box {
    float: left;
    width: auto;
    padding: 0;
    font-size: 76.923077%;
  }

  .information_box.support .tel_txt {
    line-height: normal;
  }

  .information_box .tel_free .tel_box {
    max-width: 80%;
  }

  .information_box .tel_notfree {
    float: none;
  }

  .information_box .tel_notfree .tel_box .tel_link {
    display: inline;
  }

  .information_box .tel_notfree .tel_box .tel_memo {
    display: inline;
  }

  .information_box .box_notes {
    text-align: left;
  }
}

#mdl_nhk .inquiry .sect_ttl {
  margin-bottom: 30px;
}

#mdl_nhk .inquiry .sect_subttl {
  margin-bottom: 30px;
}

#mdl_nhk .inquiry .in_sect_list {
  margin: 0 auto 20px;
  width: 900px;
  list-style: disc inside;
}

#mdl_nhk .inquiry .in_sect_list .in_sect_item {
  padding: 0 0 9px 1em;
  text-indent: -1em;
  line-height: 185.7142%;
}

/* for sp --------------------*/
@media screen and (max-width: 767px) {
  #mdl_nhk {
    width: auto;
  }

  #mdl_nhk .sect_box {
    margin: 0 auto 20px;
    padding: 15px 10px;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
  }

  #mdl_nhk .sect_box .balloon {
    float: none;
    margin-left: -10px;
    padding: 8px 0 15px 20px;
    width: 100%;
    background: url(/service/window/img/nhk/bg_balloon.png) no-repeat;
    font-size: 2.0rem;
  }

  #mdl_nhk .sect_box .box_lead {
    font-size: 1.8rem;
    padding-top: 0;
  }

  #mdl_nhk .payment .sect_txt {
    padding-bottom: 0;
  }

  #mdl_nhk .payment .sect_wrap,
  #mdl_nhk .movie .sect_wrap {
    width: auto;
  }

  #mdl_nhk .example .sect_lead {
    margin: 0 auto 20px;
    padding: 10px 0;
    width: 90%;
    background: #fff;
    border: 1px solid #ccc;
    color: #777;
    font-weight: bold;
    text-align: center;
  }

  #mdl_nhk .example .image img,
  #mdl_nhk .movie .image img {
    width: 100%;
    height: auto;
  }

  #mdl_nhk .example .amount {
    margin: 0 auto 20px;
    padding: 8px 0 6px;
    width: 70%;
    background: #5db3d0;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-size: 107.14285%;
    font-weight: bold;
    text-align: center;
  }

  #mdl_nhk .inquiry .information_box {
    margin: 0 auto 30px;
    width: auto;
  }

  #mdl_nhk .inquiry .in_sect_list {
    margin: 0 auto;
    width: auto;
  }
}

/****** 3: mdl_home_constraction *************************************/
#mdl_home_construction .marks li {
  float: left;
  margin-right: 20px;
  font-size: 85.714285%;
}

#mdl_home_construction .marks li img {
  vertical-align: middle;
}

#mdl_home_construction .image {
  text-align: center;
}

#mdl_home_construction .image_note {
  margin-bottom: 70px;
  font-size: 85.714285%;
  text-align: right;
}

#mdl_home_construction dl {
  margin-bottom: 30px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  display: table;
}

#mdl_home_construction dt {
  display: table-cell;
  padding: 13px 0;
  width: 140px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

#mdl_home_construction dd {
  padding: 13px 0 13px 15px;
  text-align: left;
}

#mdl_home_construction dd .link_txt {
  text-align: right;
  padding-right: 20px;
}

#mdl_home_construction .normal_area {
  background: #FAE5EF;
}

#mdl_home_construction .normal_area dt {
  background: #E11D83;
}

#mdl_home_construction .service_area {
  background: #DCE8F7;
}

#mdl_home_construction .service_area dt {
  background: #004498;
}

#mdl_home_construction .expended {
  margin-bottom: 20px;
  line-height: 150%;
  overflow: hidden;
}

#mdl_home_construction .expended .message {
  width: 379px;
}

#mdl_home_construction .note {
  font-size: 85.714285%;
}

#mdl_home_construction p.note {
  padding-bottom: 10px;
}

#mdl_home_construction .notes_list {
  list-style: disc inside none;
}

#mdl_home_construction .notes_list li {
  margin: 0px 0px 6px;
  padding: 0px 0px 0px 1em;
  text-indent: -1em;
}

/* for sp --------------------*/
@media screen and (max-width: 767px) {
  #mdl_home_construction .image img {
    width: 100%;
    height: auto;
  }

  #mdl_home_construction .image_note {
    margin-bottom: 30px;
  }

  #mdl_home_construction dt {
    display: table-cell;
    float: none;
    padding: 10px 1%;
    width: 25%;
    vertical-align: middle;
  }

  #mdl_home_construction dl {
    display: table;
    margin-bottom: 15px;
  }

  #mdl_home_construction dd {
    display: table-cell;
    margin: 0;
    padding: 10px 0 10px 3%;
    width: auto;
    vertical-align: middle;
  }

  #mdl_home_construction .expended {
    overflow: auto;
  }

  #mdl_home_construction .expended .message,
  #mdl_home_construction .expended .link {
    float: none;
    width: auto;
  }

  #mdl_home_construction .expended .link {
    text-align: right;
  }
}

/****** 4: mdl_tuner_compare *************************************/
#mdl_tuner_compare {
  margin-bottom: 0;
}

#mdl_tuner_compare .compare_table {
  table-layout: fixed;
  width: 100%;
  margin: 0 0 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#mdl_tuner_compare .compare_table th,
#mdl_tuner_compare .compare_table td {
  height: 50px;
  padding: 10px 20px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}

#mdl_tuner_compare .compare_table th {
  background: #f3f3f3;
  font-weight: bold;
}

#mdl_tuner_compare .compare_table td {
  height: 65px;
  padding: 20px 10px;
}

#mdl_tuner_compare .compare_table td.attention {
  background: #fffee5;
}

#mdl_tuner_compare .compare_table td.v_top {
  vertical-align: top;
}

#mdl_tuner_compare .compare_table td img {
  vertical-align: middle;
}

#mdl_tuner_compare .compare_table td img+p {
  margin: 16px 0 0;
}

#mdl_tuner_compare .compare_table thead td {
  padding: 0;
}

#mdl_tuner_compare .compare_table thead td>div {
  position: relative;
  width: 100%;
  min-height: 340px;
  padding: 14px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#mdl_tuner_compare .compare_table thead td>div p {
  display: table;
  padding: 0 5%;
  width: 90%;
  height: 75px;
  font-size: 116.66666%;
}

#mdl_tuner_compare .compare_table thead td>div p strong {
  display: table-cell;
  vertical-align: middle;
}

#mdl_tuner_compare .compare_table thead td>div figure {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 5px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#mdl_tuner_compare .compare_table thead td>div figure i {
  display: block;
  font-size: 0;
  text-align: center;
}

#mdl_tuner_compare .compare_table thead td>div figure i img {
  width: auto;
  height: 36px;
}

#mdl_tuner_compare .compare_table thead td>div figure .is_demand {
  position: absolute;
  top: -57px;
  left: 0;
  width: 100%;
  text-align: center;
}

#mdl_tuner_compare .compare_table thead td>div figure .not_demand {
  position: absolute;
  top: -57px;
  left: 50%;
  margin-left: -44px;
  padding: 12px 8px 8px;
  background: #ddd;
  font-size: 10px;
  font-weight: bold;
  line-height: 13px;
  text-align: center;
}

#mdl_tuner_compare .compare_table thead td>div figure .image {
  margin: 2px 0 9px;
  font-size: 0;
}

#mdl_tuner_compare .compare_table thead td>div figure .image img {
  max-width: 100%;
  width: auto !important;
  width: 100%;
  height: auto;
}

#mdl_tuner_compare .compare_table thead td>div figure figcaption {}

#mdl_tuner_compare .compare_table td strong.hdd {
  display: block;
  margin: 0 0 18px;
  color: #00a03e;
  font-size: 285.7%;
  font-weight: bold;
  line-height: 1;
}

#mdl_tuner_compare .compare_table td strong.tuner {
  display: block;
  margin: 0 0 10px;
  color: #ffa319;
  font-size: 157.142857%;
  font-weight: bold;
  line-height: 1.5;
}

#mdl_tuner_compare .compare_table td span.in_block {
  display: inline-block;
  vertical-align: middle;
}

#mdl_tuner_compare .compare_table td strong.value {
  display: inline-block;
  color: #ffa319;
  font-size: 171.528471%;
  font-weight: bold;
  line-height: 0.95;
  vertical-align: middle;
}

#mdl_tuner_compare .compare_table td strong.value .tax_included {
  font-size: 58.3%;
}

#mdl_tuner_compare .compare_table td .plus_wrap {
  margin: 3px 0 11px;
}

#mdl_tuner_compare .old_course {
  text-align: right;
  padding-bottom: 20px;
}

/* for sp --------------------*/
@media screen and (max-width: 767px) {

  #mdl_tuner_compare .compare_table th,
  #mdl_tuner_compare .compare_table td {
    padding: 10px 5px;
  }

  #mdl_tuner_compare .compare_table td {
    height: auto;
    padding: 10px 5px;
  }

  #mdl_tuner_compare .compare_table td>img {
    width: 15px;
    height: auto;
  }

  #mdl_tuner_compare .compare_table td img+p {
    margin: 10px 0 0;
  }

  #mdl_tuner_compare .compare_table thead td {
    height: 357px;
    padding: 0;
    vertical-align: top;
  }

  #mdl_tuner_compare .compare_table thead td>div {
    height: inherit;
    min-height: 0;
    padding: 20px 0 171.7%;
  }

  #mdl_tuner_compare .compare_table thead td>div p {
    padding: 0 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  #mdl_tuner_compare .compare_table thead td>div figure {
    padding: 0 4.4% 18px;
  }

  #mdl_tuner_compare .compare_table thead td>div figure i {
    padding: 0;
    text-align: center;
  }

  #mdl_tuner_compare .compare_table thead td>div figure i img {
    width: 100%;
    height: auto;
  }

  #mdl_tuner_compare .compare_table thead td>div figure .is_demand {
    position: relative;
    top: auto;
    right: auto;
    margin: 5px 0;
  }

  #mdl_tuner_compare .compare_table thead td>div figure .is_demand img {
    width: 80px;
  }

  #mdl_tuner_compare .compare_table thead td>div figure .not_demand {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 5px 0;
  }

  #mdl_tuner_compare .compare_table thead td>div figure .image img {
    width: 100%;
    height: auto;
  }

  #mdl_tuner_compare .compare_table thead td>div figure figcaption {
    margin: 0 -10px;
    white-space: nowrap;
  }

  #mdl_tuner_compare .compare_table td strong.hdd {
    word-break: break-all;
  }

  #mdl_tuner_compare .compare_table td strong.tuner {}

  #mdl_tuner_compare .compare_table td span.in_block {
    display: block;
  }

  #mdl_tuner_compare .compare_table td strong.value {
    display: block;
  }

  #mdl_tuner_compare .compare_table td img.plus {
    margin: 10px 0;
  }

  #mdl_tuner_compare .compare_table {
    width: 402px;
  }

  #mdl_tuner_compare .compare_table_wrap {
    padding: 0;
    width: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #mdl_tuner_compare .compare_table_wrap::-webkit-scrollbar {
    height: 5px;
  }

  #mdl_tuner_compare .compare_table_wrap::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }

  #mdl_tuner_compare .compare_table_wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }

  #mdl_tuner_compare .old_course {
    padding-right: 20px;
    padding-bottom: 20px;
  }
}

/****** 5: mdl_monthly *************************************/
#mdl_monthly {}

#mdl_monthly.sect_wrap {
  padding: 0;
}

#mdl_monthly .monthly_tabs {
  position: relative;
  margin-bottom: 28px;
}

#mdl_monthly .monthly_tabs:after {
  content: "";
  display: block;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 10px;
  position: absolute;
  background-color: #999999;
  z-index: 1;
}

#mdl_monthly .monthly_tabs_buttons {
  text-align: center;
  overflow: hidden;
}

#mdl_monthly .monthly_tabs_button {
  float: left;
  margin-right: 0;
  width: 476px;
}

#mdl_monthly .monthly_tabs_button:last-child {
  margin-right: 0;
  float: right;
}

#mdl_monthly .monthly_tabs_button a {
  position: relative;
  display: block;
  box-sizing: border-box;
  top: 10px;
  padding-top: 15px;
  border: 1px solid #cccccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 70px;
  color: #000;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  box-shadow: 0 0 4px #eee;
}

#mdl_monthly .monthly_tabs_button.active a {
  pointer-events: none;
}

#mdl_monthly .monthly_tabs_button a:hover,
#mdl_monthly .monthly_tabs_button.active a {
  top: 0px;
  padding-top: 25px;
  color: #fff;
  background: #999999;
  border-color: #999999;
}

#mdl_monthly .js-tab-target {
  display: none;
}

#mdl_monthly .js-tab-target.active {
  display: block;
}

#mdl_monthly .monthly_content_title {
  padding-bottom: 35px;
  text-align: center;
  font-size: 36px;
  font-weight: normal;
}

#mdl_monthly .monthly_content_lead {
  padding-bottom: 15px;
}

#mdl_monthly .ancherlinks {
  padding-bottom: 30px;
}

#mdl_monthly .content_price .ancherlinks li {
  width: 475px;
}

#mdl_monthly .ancherlinks li {
  width: 313px;
  margin-right: 10px;
  float: left;
}

#mdl_monthly .ancherlinks li:last-child {
  margin-right: 0px;
}

#mdl_monthly .ancherlinks li a {
  display: block;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 58px;
  box-shadow: 0 0 4px #eee;
  text-decoration: none;
  text-align: center;
  color: #000;
}

#mdl_monthly .ancherlinks li a:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -4px;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}

#mdl_monthly .ancherlinks li a:hover {
  background-color: #ccc;
}

#mdl_monthly .sect_title {
  margin-bottom: 26px;
  padding: 16px 0 17px 25px;
  border-left: 6px solid #6794d4;
  border-bottom: 1px solid #dddddd;
  font-size: 26px;
  font-weight: normal;
}

#mdl_monthly .sect_title {
  border-color: #999999;
}

#mdl_monthly .sections {
  margin-top: -120px;
  padding-top: 120px;
  padding-bottom: 64px;
}

#mdl_monthly .sections.option-tv {
  padding-bottom: 0;
}

#mdl_monthly .tv-guide .price small,
#mdl_monthly .sect_title small {
  font-size: 60%;
}

#mdl_monthly .option-denwa .sect_title {
  border-left: 6px solid #83c24b;
}

#mdl_monthly .option-tv .sect_title {
  border-left: 6px solid #ee734b;
}

#mdl_monthly .sections table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

#mdl_monthly .sections td,
#mdl_monthly .sections th {
  padding-top: 18px;
  padding-bottom: 18px;
  border: 1px solid #cccccc;
}

#mdl_monthly .sections th {
  background: #f6f6f6;
  padding-left: 29px;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

#mdl_monthly .sections thead th {
  padding-left: 0;
  text-align: center;
}

#mdl_monthly .sections td {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  font-size: 18.6px;
}

#mdl_monthly .sections td span {
  font-size: 71.4283%;
  font-weight: normal;
}

#mdl_monthly .sections td span.pc {
  font-size: 100%;
  font-weight: bold;
  font-weight: inherit;
}

#mdl_monthly .sections td small {
  font-size: 71.4283%;
}

#mdl_monthly .annotations {
  font-size: 14px;
}

#mdl_monthly a[target="_blank"] {
  padding-right: 18px;
  background: url("/share/img/contents/ico_newwin.png") no-repeat right center;
	background-size: 14px 13px;
}
#mdl_monthly .annotations_none a[target="_blank"] {
  padding-right: 0;
  background: none;
}

#mdl_monthly .sect_lead a[target="_blank"],
#mdl_monthly .links a[target="_blank"],
#mdl_monthly .l_btn a[target="_blank"] {
  padding-right: 0;
  background: none;
}

#mdl_monthly .sections .annotations li ul {
  margin-left: 18px;
}

#mdl_monthly .sections .annotations.marks {
  margin-left: 18px;
}

#mdl_monthly .sections .annotations.marks li {
  list-style: disc;
}

#mdl_monthly .option-net_data th {
  background: #dde7f5;
}

#mdl_monthly .option-net_data thead th {
  background: #6794d4;
  color: #fff;
}

#mdl_monthly .option-net_data td.cond01 {
  width: 289px;
}

#mdl_monthly .option-net_data td.cond02 {
  width: 360px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding-left: 19px;
}

#mdl_monthly .option-net_data td.cond02 a {
  text-decoration: underline;
}

#mdl_monthly .option-net_data .batch {
  display: inline-block;
  margin-left: 20px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 22px;
  background: #6794d4;
  border-radius: 22px;
  color: #fff;
  font-weight: bold;
}

#mdl_monthly .option-denwa_data thead th {
  background: #83c24b;
  color: #fff;
}

#mdl_monthly .option-denwa_data .cond01 {
  padding-left: 10px;
  padding-right: 10px;
  width: 270px;
}

#mdl_monthly .option-denwa_data .cond02 {
  padding-left: 10px;
  padding-right: 10px;
  width: 190px;
}

#mdl_monthly .option-denwa_data .cond04,
#mdl_monthly .option-denwa_data .cond03 {
  padding-left: 10px;
  padding-right: 10px;
  width: 206px;
}

#mdl_monthly .option-denwa_data .colored {
  background-color: #e6f3db;
}

#mdl_monthly .option-denwa_data2 .cond03 {
  width: 50%;
}

#mdl_monthly .option-denwa_data2 .cond01 {
  width: 50%;
}

#mdl_monthly .option-denwa_data2 .normal {
  font-weight: normal;
}

#mdl_monthly .option-tv .tv-tuner {
  padding-bottom: 44px;
}

#mdl_monthly .sub_title {
  padding-bottom: 18px;
  font-size: 18px;
}

#mdl_monthly .option-tv_data thead th {
  background: #ee734b;
  color: #fff;
}

#mdl_monthly .option-tv_data .cond01 {
  width: 249px;
  background-color: #eeeeee;
}

#mdl_monthly .option-tv_data .cond01-2 {
  width: 249px;
  background-color: #f6f6f6;
}

#mdl_monthly .option-tv_data .cond02 {
  width: 230px;
}

#mdl_monthly .tv-guide .text {
  padding-bottom: 19px;
}

#mdl_monthly .tv-guide .price {
  padding: 12px 0 11px;
  border: 1px solid #ccc;
  font-size: 18.6px;
  font-weight: bold;
  text-align: center;
}

#mdl_monthly .option-tv_data thead .colored {
  background-color: #fce3db;
  color: #000;
}

#mdl_monthly .inquery_links {
  margin-top: 30px;
}

#mdl_monthly .inquery_link {
  float: left;
  width: 47.916666%;
}

#mdl_monthly .to_service {
  float: right;
}

#mdl_monthly .inquery_link .title {
  position: relative;
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

#mdl_monthly .inquery_link .title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cccccc;
  z-index: 1;
}

#mdl_monthly .inquery_link .title .inner {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  background: #fff;
  z-index: 2;
}

#mdl_monthly .inquery_link .title .colored {
  color: #e64c22;
}

#mdl_monthly .to_service.inquery_link .title .colored {
  color: #ff9900;
}

#mdl_monthly .inquery_link .colored .btn {
  background-color: #e64c22;
  color: #fff;
  font-weight: bold;
}

#mdl_monthly .inquery_link .colored .btn:hover {
  opacity: .7;
}

#mdl_monthly .inquery_link .btn_lead,
#mdl_monthly .inquery_link .btn_txt {
  font-size: 22px;
}

#mdl_monthly .colored .btn span {
  color: #fff;
}

#mdl_monthly .to_service.inquery_link .colored .btn {
  background-color: #ff9900;
}

#mdl_monthly .inquery_link .text_link {
  padding-top: 19px;
  text-align: right;
}

#mdl_monthly .inquery_link .text_link a {
  color: #000;
}

#mdl_monthly a.black_arrow {
  display: inline-block;
  position: relative;
  min-height: 14px;
  padding-left: 19px;
}

#mdl_monthly a.black_arrow:before {
  content: "";
  display: block;
  position: absolute;
  /* margin-top: -8px;
  top: 50%;*/
  left: 0;
  margin-top: 4px;
  width: 14px;
  height: 14px;
  background: url(../../common/img/arrow_black.png) no-repeat;
  background-size: 100%;
}

#mdl_monthly .monthly_content .sections .option-net_data a:after,
#mdl_monthly .monthly_content .sections .option-denwa_data a:after,
#mdl_monthly .monthly_content .sections .option-tv_data a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 6px;
  height: 7px;
  margin-top: -3px;
}

#mdl_monthly .monthly_content .sections .option-net_data a:after {
  background: url(../../common/img/arrow_net.png) no-repeat left center;
  background-size: 6px 7px;
}

#mdl_monthly .monthly_content .sections .option-denwa_data a:after {
  background: url(../../common/img/arrow_denwa.png) no-repeat left center;
  background-size: 6px 7px;
}

#mdl_monthly .monthly_content .sections .option-tv_data a:after {
  background: url(../../common/img/arrow_tv.png) no-repeat left center;
  background-size: 6px 7px;
}

#mdl_monthly .monthly_content .sections .option-net_data a,
#mdl_monthly .monthly_content .sections .option-denwa_data a,
#mdl_monthly .monthly_content .sections .option-tv_data a {
  position: relative;
  display: inline-block;
  padding-left: 13px;
  text-decoration: underline;
}

#mdl_monthly .monthly_content .sections .option-net_data a:hover,
#mdl_monthly .monthly_content .sections .option-denwa_data a:hover,
#mdl_monthly .monthly_content .sections .option-tv_data a:hover {
  text-decoration: none;
}

#mdl_monthly .monthly_content .sections .option-net_data a sup,
#mdl_monthly .monthly_content .sections .option-denwa_data a sup,
#mdl_monthly .monthly_content .sections .option-tv_data a sup {
  vertical-align: super;
  font-size: 0.5em;
}

#mdl_monthly .monthly_content .sections .option-net_data .cond03 sup,
#mdl_monthly .monthly_content .sections .option-tv_data sup {
  vertical-align: super;
  font-size: 0.5em;
}

#mdl_monthly .mansion_type {
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 30px;
  border: 5px solid #eeeeee;
}

#mdl_monthly .mansion_type_title {
  padding-bottom: 8px;
}

#mdl_monthly .links {
  padding-top: 8px;
  text-align: right;
}

#mdl_monthly .links li {
  margin-left: 40px;
}

#mdl_monthly .links li.lastmb {
  margin-bottom: 12px;
}

#mdl_monthly .links a {
  color: #000;
}

#mdl_monthly .big_one {
  margin: 40px auto 0;
  max-width: 380px;
}

#mdl_monthly .big_one.text_center .btn_txt {
  text-align: center;
}

#mdl_monthly .mansion_type .big_one {
  margin: 20px auto 0;
  max-width: 380px;
}

#mdl_monthly .big_one a {
  height: 50px;
  padding: 0 16px;
  background: none;
}

#mdl_monthly .big_one a:hover {
  background: #f3f3f3;
}

#mdl_monthly .sp {
  display: none;
}

#mdl_monthly .red {
  color: #f00;
}

#mdl_monthly .inquery_link .small_sub {
  margin-bottom: 15px;
}

#mdl_monthly .inquery_link .small_sub .btn_lead {
  font-size: 18px;
}

#mdl_monthly .price_section {
  margin: -4px 0 30px;
}

#mdl_monthly .price_section .sub_tax {
  margin: -20px 0 0px;
  text-align: right;
  font-size: 12px;
}

#mdl_monthly .price_section table {
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  border-collapse: collapse;
}

#mdl_monthly .price_section td,
#mdl_monthly .price_section th {
  border: 1px solid #cccccc;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
}

#mdl_monthly .price_section td.space,
#mdl_monthly .price_section th.space {
  border-top: none;
  border-bottom: none;
}

#mdl_monthly .price_section .sub_section {
  padding-bottom: 25px;
}

#mdl_monthly .inquery_message {
  margin: 10px 0;
  text-align: center;
}

#mdl_monthly .inquery_message.pc {
  margin: 10px 0 -15px;
  font-size: 16px;
}

#mdl_monthly .price_monthly {
  margin-top: -120px;
  margin-bottom: 70px;
  padding-top: 120px;
}

#mdl_monthly .monthly_data .start,
#mdl_monthly .monthly_data .next {
  font-weight: bold;
}

#mdl_monthly .monthly_data .start .price,
#mdl_monthly .monthly_data .next .price {
  font-size: 150%;
}

#mdl_monthly .price-initial_data thead {
  background: #eeeeee;
}

#mdl_monthly .price-initial_data th,
#mdl_monthly .price-initial_data td {
  font-weight: bold;
}

#mdl_monthly .price-initial_data thead th {
  padding: 20px 0;
  font-size: 14px;
  color: #000;
}

#mdl_monthly .price-initial_data thead .cond01,
#mdl_monthly .price-initial_data thead .cond02 {
  background: #999999;
  color: #fff;
}

#mdl_monthly .price-initial_data .cond01 {
  width: 399px;
}

#mdl_monthly .price-initial_data .cond02,
#mdl_monthly .price-initial_data .cond05 {}

#mdl_monthly .price-initial_data .inner {
  margin: 0 10px;
}

#mdl_monthly .price-initial_data .dashed {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #999999;
}

#mdl_monthly .price-initial_data .big {
  font-size: 150%;
}

#mdl_monthly .price-initial_data .big200 {
  font-size: 200%;
}

#mdl_monthly .price-initial_data sup {
  font-size: 0.5em;
  vertical-align: super;
}

#mdl_monthly .price-initial_data .normal {
  font-weight: normal;
  color: #000;
}

#mdl_monthly .price-initial_data .black {
  color: #000;
}

#mdl_monthly .price_initial {
  margin-top: -120px;
  margin-bottom: 0px;
  padding-top: 120px;
}

#mdl_monthly {
  margin-bottom: -20px;
}

#mdl_monthly br.sp {
  display: none;
}
#mdl_monthly .text_link {
	margin-top: 60px;
}

/* for sp --------------------*/
@media screen and (max-width: 767px) {
  #mdl_monthly {
    margin-bottom: 0px;
  }

  #mdl_monthly .price_section .sub_tax {
    margin: -10px 0 0px;
  }

  #mdl_monthly .monthly_tabs_button {
    width: 49%;
    margin-right: 0;
  }

  #mdl_monthly .monthly_tabs_button:last-child {
    margin-right: 0;
  }

  #mdl_monthly .monthly_tabs_button a {
    top: 0;
    font-size: 13px;
    padding-top: 20px;
  }

  #mdl_monthly .monthly_content_title {
    font-size: 161.538462%;
  }

  #mdl_monthly .ancherlinks {
    padding-bottom: 15px;
  }

  #mdl_monthly .ancherlinks li {
    width: 32.5%;
    margin-right: 1%;
  }

  #mdl_monthly .ancherlinks li:last-child {
    margin-right: 0px;
  }

  #mdl_monthly .sect_title {
    padding: 8px 10px 8px 14px;
    font-size: 123.076923%;
  }

  #mdl_monthly .data_wrap {
    width: 100%;
  }

  #mdl_monthly .price_initial .data_wrap {
    position: relative;
    width: 100%;
    overflow-X: scroll;
    -webkit-overflow-scrolling: touch;
  }

  #mdl_monthly .price_initial .data_wrap_outer {
    position: relative;
  }

  #mdl_monthly .price_initial .data_wrap_outer:after {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(left, rgba(170, 170, 170, 0) 0%, rgba(170, 170, 170, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(170, 170, 170, 0) 0%, rgba(170, 170, 170, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(170, 170, 170, 0) 0%, rgba(170, 170, 170, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aaaaaa', endColorstr='#aaaaaa', GradientType=1);
    /* IE6-9 */
  }

  #mdl_monthly .data_wrap table {
    width: 100%;
  }

  #mdl_monthly .sections .option-net_data th {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 10px;
  }

  #mdl_monthly .sections th {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }

  #mdl_monthly .sections td {
    font-size: 12px;
  }

  #mdl_monthly .monthly_content .sections .option-net_data a,
  #mdl_monthly .monthly_content .sections .option-denwa_data a,
  #mdl_monthly .monthly_content .sections .option-tv_data a {
    padding-left: 8px;
  }

  #mdl_monthly .monthly_content .sections .option-net_data .cond03 sup,
  #mdl_monthly .monthly_content .sections .option-tv_data sup {
    font-size: 8px;
  }

  #mdl_monthly .monthly_content .sections .option-net_data a sup,
  #mdl_monthly .monthly_content .sections .option-denwa_data a sup,
  #mdl_monthly .monthly_content .sections .option-tv_data a sup {
    font-size: 8px;
  }

  #mdl_monthly a[target="_blank"] {
    padding-right: 14px;
    background-size: 12px auto;
  }

  #mdl_monthly .option-net_data td.cond02 {
    font-size: 12px;
    padding-left: 9px;
  }

  #mdl_monthly .option-net_data .batch {
    margin: 5px 0 0;
    font-size: 10px;
  }

  #mdl_monthly .option-net_data td.cond01 {
    width: 129px;
  }

  #mdl_monthly .option-net_data td.cond02 {
    padding-left: 5px;
    padding-right: 5px;
    width: 150px;
  }

  #mdl_monthly .option-tv_data .cond01 {
    width: 70px;
  }

  #mdl_monthly .option-tv_data .cond01-2 {
    width: 60px;
  }

  #mdl_monthly .option-tv_data .cond02 {
    width: 80px;
  }

  #mdl_monthly .inquery_link {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }

  #mdl_monthly .inquery_link .l_btn {
    /* width: 100%; */
  }

  #mdl_monthly .to_service {
    float: none;
  }

  #mdl_monthly .inquery_link .title {
    margin-bottom: 7px;
    font-size: 15px;
  }

  #mdl_monthly .inquery_link .colored .btn {
    font-size: 14px;
  }

  #mdl_monthly .inquery_link .text_link {
    padding-top: 12px;
  }

  #mdl_monthly a.black_arrow {
    min-height: 12px;
  }

  #mdl_monthly a.black_arrow:before {
    /*margin-top: -8px;*/
    width: 12px;
    height: 12px;
  }

  #mdl_monthly .inquery_link .btn_lead,
  #mdl_monthly .inquery_link .btn_txt {
    font-size: 15px;
  }

  #mdl_monthly .content_price .ancherlinks li {
    width: 49.5%;
  }

  #mdl_monthly .content_price .ancherlinks li {
    width: 49.5%;
  }

  #mdl_monthly .sp {
    display: block;
  }

  #mdl_monthly img.sp {
    display: inline-block;
  }

  #mdl_monthly .pc {
    display: none;
  }

  #mdl_monthly .links li {
    margin: 0;
    display: block;
  }

  #mdl_monthly .links li.lastmb {
    margin-bottom: 12px;
  }

  #mdl_monthly .legends {
    margin: 0 0 30px;
  }

  #mdl_monthly .legends img {
    width: 100%;
    height: auto;
  }

  #mdl_monthly .price_section .sub_section.net_section {
    padding-top: 24px;
  }

  #mdl_monthly .sub_title {
    font-size: 15px;
  }

  #mdl_monthly .price_section td,
  #mdl_monthly .price_section th {
    font-size: 9px;
  }

  #mdl_monthly .monthly_data td img,
  #mdl_monthly .monthly_data th img {
    width: 49px;
    height: auto;
  }

  #mdl_monthly .monthly_data .space img {
    width: 10px;
    height: auto;
  }

  #mdl_monthly .monthly_data thead .net {
    background: #6794d4;
  }

  #mdl_monthly .monthly_data thead .denwa {
    background: #83c24b;
  }

  #mdl_monthly .monthly_data thead .tv {
    background: #ee734b;
  }

  #mdl_monthly .monthly_data thead .start,
  #mdl_monthly .monthly_data thead .cp,
  #mdl_monthly .monthly_data thead .price {
    background: #ee445c;
  }

  #mdl_monthly .monthly_data thead .next {
    background: #eeeeee;
  }

  #mdl_monthly .monthly_data thead .start img {
    width: 69px;
  }

  #mdl_monthly .monthly_data thead .price img {
    width: 138px;
  }

  #mdl_monthly .monthly_data thead .next img {
    width: 69px;
  }

  #mdl_monthly .option-denwa_data .cond01 {
    padding-left: 5px;
    padding-right: 5px;
    width: 270px;
  }

  #mdl_monthly .option-denwa_data .cond02 {
    padding-left: 5px;
    padding-right: 5px;
    width: 190px;
  }

  #mdl_monthly .option-denwa_data .cond04,
  #mdl_monthly .option-denwa_data .cond03 {
    padding-left: 5px;
    padding-right: 5px;
    width: 206px;
  }

  #mdl_monthly .price-initial_data .cond01 {
    width: 150px;
  }

  #mdl_monthly .price-initial_data thead th {
    padding: 10px 0;
  }

  #mdl_monthly .data_wrap table.price-initial_data {
    width: 490px;
  }

  #mdl_monthly .price-initial_data .cond03,
  #mdl_monthly .price-initial_data .cond04,
  #mdl_monthly .price-initial_data .cond05 {
    width: 90px;
  }
  #mdl_monthly .links a {
    font-size: 14px;
  }
	#mdl_monthly .text_link {
		margin-top: 30px;
	}
}

/****** 6: mdl_initial *************************************/
#mdl_initial {
  position: relative;
}

#mdl_initial h2 {
  display: inline-block;
  float: left;
}

#mdl_initial .sect_wrap {
  margin: 0 auto;
  width: 900px;
}

#mdl_initial .modal_top_btn {
  float: right;
  width: 381px;
}

#mdl_initial .modal_top_btn .btn {
  padding-left: 14px;
  height: 50px;
}

#mdl_initial .top_banner_area {
  clear: both;
  margin-bottom: 30px;
  padding: 12px 15px;
  background: #f3f3f3;
  overflow: hidden;
}

#mdl_initial .top_banner_area a {
  display: block;
}

#mdl_initial .top_banner_area .campaign_message {
  color: #ee445c;
  margin: 0 0 10px;
}

#mdl_initial .top_banner_area a:hover .popup {
  text-decoration: underline;
}

#mdl_initial .initial_cost h3 {
  margin-bottom: 40px;
}

#mdl_initial .tax_note {
  padding-bottom: 5px;
  font-size: 85.71428%;
  text-align: right;
}

#mdl_initial table {
  table-layout: fixed;
  width: 100%;
}

#mdl_initial .payment_table {
  margin-bottom: 20px;
}

#mdl_initial .initial_cost th,
#mdl_initial .initial_cost td {
  padding-top: 14px;
  padding-bottom: 14px;
  border: 1px solid #ccc;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  line-height: 157.14285%;
}

#mdl_initial .initial_cost thead th,
#mdl_initial .initial_cost tbody td {
  width: 13%;
}

#mdl_initial .initial_cost tbody td {
  font-size: 85%;
  word-break: break-all;
}

#mdl_initial .initial_cost .titles,
#mdl_initial .initial_cost tbody th {
  width: 20%;
}

#mdl_initial .initial_cost .initial_cost_row {
  width: 80%;
}

#mdl_initial .initial_cost th {
  padding-right: 5px;
  padding-left: 5px;
}

#mdl_initial .initial_cost th img {
  width: 100%;
  max-width: 128px;
  height: auto;
}

#mdl_initial .initial_cost {
  padding-bottom: 0;
}

#mdl_initial .initial_cost thead {
  background: #eee;
}

#mdl_initial .initial_cost .initial_cost_row {
  background: #fdf1e5;
}

#mdl_initial .initial_cost .net {
  width: 176px;
  background: #6794d4;
  color: #fff;
}

#mdl_initial .initial_cost .tel {
  width: 176px;
  background: #83c24b;
  color: #fff;
}

#mdl_initial .initial_cost .tv {
  width: 176px;
  background: #ee734b;
  color: #fff;
}

#mdl_initial .initial_cost .plus {
  padding: 7px 0;
}

#mdl_initial .initial_cost .notes_list {
  padding-bottom: 29px;
}

#mdl_initial .notes {
  font-size: 85.714285%;
  line-height: 150%;
}

#mdl_initial .free_area dt {
  margin-bottom: 17px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}

#mdl_initial .free_area dd .text {
  padding-bottom: 27px;
  line-height: 150%;
}

#mdl_initial .free_area .modal_sect_btn {
  margin: 0 auto;
  width: 308px;
}

#mdl_initial .free_area .modal_sect_btn a {
  height: 50px;
}

#mdl_initial .free_area .modal_sect_btn .btn_txt {
  padding: 0 0 0 19px;
}

#mdl_initial .addition_initial_price .sect_ttl {
  margin-bottom: 30px;
}

#mdl_initial .addition_initial_price .sect_subttl,
#mdl_initial.lineup .initial_cost .sect_subttl {
  margin-bottom: 29px;
}

#mdl_initial .addition_initial_price dt {
  padding-bottom: 13px;
  font-weight: bold;
}

#mdl_initial .addition_initial_price dd {
  padding-bottom: 28px;
}

#mdl_initial .addition_initial_price .notes_area {
  margin: 18px 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
}

#mdl_initial .addition_initial_price .notes_area dt {
  margin: 0 0 2px;
  padding: 0;
  font-weight: normal;
}

#mdl_initial .addition_initial_price .notes_area .maison {
  margin-top: 1em;
}

#mdl_initial .addition_initial_price .notes_area dd {
  padding: 0;
}

#mdl_initial .addition_initial_price table {
  margin-bottom: 11px;
}

#mdl_initial .addition_initial_price th,
#mdl_initial .addition_initial_price td {
  padding: 16px;
  width: 50%;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

#mdl_initial .addition_initial_price th {
  background: #b5b5b5;
}

#mdl_initial .addition_initial_price .add_tuner th,
#mdl_initial .addition_initial_price .add_tuner td {
  width: 100%;
}

/* for sp --------------------*/
@media screen and (max-width: 767px) {
  #mdl_initial {
    padding: 0;
    width: auto;
  }

  #mdl_initial .sect_wrap {
    width: 100%;
  }

  #mdl_initial .modal_top_btn .btn {
    padding-left: 2%;
  }

  #mdl_initial .modal_top_btn,
  #mdl_initial .free_area .modal_sect_btn {
    margin: 0 1% 15px 0;
    width: 99%;
  }

  #mdl_initial .initial_cost .net,
  #mdl_initial .initial_cost .tv,
  #mdl_initial .initial_cost .tel,
  #mdl_initial.lineup .initial_cost .net,
  #mdl_initial.lineup .initial_cost .tv,
  #mdl_initial.lineup .initial_cost .tel {
    width: auto;
  }
}

/****** 7: mdl_initial.lineup *************************************/
#mdl_initial.lineup .modal_ttl span {
  font-size: 61.11111%;
}

#mdl_initial.lineup .initial_cost {
  clear: both;
}

#mdl_initial.lineup .initial_cost td .minus {
  color: #ee445c;
}

#mdl_initial.lineup .initial_cost th,
#mdl_initial.lineup .initial_cost td {
  padding-left: 1%;
  padding-right: 1%;
}

#mdl_initial.lineup .initial_cost th.net {
  width: 156px;
  background: #6794d4;
  color: #fff;
}

#mdl_initial.lineup .initial_cost th.tel {
  width: 156px;
  background: #83c24b;
  color: #fff;
}

#mdl_initial.lineup .initial_cost th.tv {
  width: 156px;
  background: #ee734b;
  color: #fff;
}

#mdl_initial.lineup .add_net {
  margin-bottom: 21px;
}

#mdl_initial.lineup .menues_box {
  padding-bottom: 47px;
}

/* for sp --------------------*/
@media screen and (max-width: 767px) {
  #mdl_initial.lineup .menues_box table img {
    width: 98%;
    height: auto;
  }

  #mdl_initial.lineup .menues_box table .plus {
    width: 20%;
    height: auto;
  }

  #mdl_initial.lineup .initial_cost tbody th {
    line-height: 0;
  }
}

/****** 8: mdl_internal *************************************/
#mdl_internal .ph_table .number {
  width: 25%;
}

#mdl_internal .ph_table .service {
  width: 50%;
}

#mdl_internal .ph_table .charge {
  width: 25%;
}

/****** 9: mdl_internal_ip *************************************/
#mdl_internal_ip .ph_table .number {
  width: 20%;
}

#mdl_internal_ip .ph_table .number ul {
  list-style: inside disc;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

#mdl_internal_ip .ph_table .service {
  width: 50%;
}

#mdl_internal_ip .ph_table .join {
  width: 15%;
}

#mdl_internal_ip .ph_table .non_join {
  width: 15%;
}

/****** 10: mdl_international *************************************/
#mdl_international .ph_table .number {
  width: 25%;
}

#mdl_international .ph_table .service {
  width: 50%;
}

#mdl_international .ph_table .charge {
  width: 25%;
}

#mdl_international #area09 {
  margin: 0 0 22px;
}

/* for sp --------------------*/
@media screen and (max-width: 767px) {
  #mdl_international .ph_table .charge {
    text-align: center;
  }
}

/****** 11: mdl_international50 *************************************/
#mdl_international50 .national_nav dl dd {
  width: 76px;
}

#mdl_international50 .national_nav dl dd .btn_txt {
  padding-left: 8px;
}

#mdl_international50 .ph_table {
  table-layout: fixed;
}

#mdl_international50 .sub_sect {
  /*
  margin-top: -120px;
  padding-top: 120px;
*/
}

#mdl_international50 .accordion_switch {
  margin: 0 0 16px;
  padding: 0;
}

/* for sp --------------------*/
@media screen and (max-width: 767px) {
  #mdl_international50 .sub_sect {
    margin-top: 0px;
    padding-top: 0px;
  }
}

/****** 12: mdl_cannot *************************************/
#mdl_cannot .sect01 {
  margin: 0 0 50px;
}

#mdl_cannot .sect_subttl {
  margin: 0 0 30px;
}

#mdl_cannot .case_list_v2 {
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

#mdl_cannot .case_item_v2 {
  width: 50%;
}

#mdl_cannot .case_item_v2:first-child {
  border-right: 1px solid #ccc;
}

#mdl_cannot .case_item_ttl {
  padding: 14px 0 15px;
  background: #eee;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

#mdl_cannot .case_item_v2 .box1 {
  height: 7em;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

#mdl_cannot .case_item_v2 ol li {
  padding: 0 0 0 1.8em;
  text-indent: -1.8em;
}

#mdl_cannot .case_item_v2 .box_txt {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-top: 1px solid #ccc;
}

#mdl_cannot .case_item_v2 figure {
  text-align: center;
  padding-bottom: 20px;
}

#mdl_cannot .arrow_cannot {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: 0;
  color: #ef5067;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

#mdl_cannot .arrow_cannot img {
  margin: 0 auto 10px;
}

/* for sp --------------------*/
@media screen and (max-width: 767px) {
  #mdl_cannot .sect01 {
    margin: 0 0 25px;
    padding-top: 20px;
  }

  #mdl_cannot .sect02 {
    padding-top: 30px;
  }

  #mdl_cannot .sect_subttl {
    margin: 0 0 16px;
  }

  #mdl_cannot .case_list_v2 {
    position: relative;
    width: 100%;
    border: none;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
  }

  #mdl_cannot .case_item_v2 {
    width: 94%;
    margin-right: 3%;
    margin-left: 3%;
    border: 1px solid #ccc;
  }

  #mdl_cannot .case_item_v2:first-child {
    border-right: 1px solid #ccc;
  }

  #mdl_cannot .case_item_ttl {
    padding: 10px 0;
    font-size: 1.6rem;
  }

  #mdl_cannot .case_item_v2 .box1 {
    height: auto;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  #mdl_cannot .case_item_v2 .box_txt {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-top: 1px solid #ccc;
  }

  #mdl_cannot .case_item_v2 figure {
    width: 68%;
    margin-right: auto;
    margin-left: auto;
  }

  #mdl_cannot .case_item_v2 figure img {
    width: 100%;
  }

  #mdl_cannot .arrow_cannot {
    position: static;
    top: auto;
    width: auto;
    height: auto;
    margin: 10px 0 0;
    transform: translate(0, 0);
  }

  #mdl_cannot .arrow_cannot img {
    width: inherit;
    max-width: 50px;
    height: auto;
    margin: 0 auto 10px;
  }
}

/****** 13: mdl_necessary *************************************/
#mdl_necessary .sect_ttl {
  margin: 0 0 14px;
}

#mdl_necessary .sub_sect {
  margin: 0 0 40px;
}

#mdl_necessary .sect_subttl {
  margin: 20px 0 16px;
}

#mdl_necessary .link_list {
  padding: 0 0 0 20px;
  text-indent: -20px;
}

#mdl_necessary .disc_list {
  list-style: disc outside;
  padding: 0 0 0 1.5em;
}

#mdl_necessary .disc_list li {
  text-indent: 0;
}

#mdl_necessary table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#mdl_necessary table caption,
#mdl_necessary table th,
#mdl_necessary table td {
  padding: 16px 18px 14px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-height: 1.429;
}

#mdl_necessary table caption {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: none;
  border-left: 1px solid #ccc;
  background: #e2f1ff;
  text-align: center;
  padding: 16px 0 14px;
  height: 50px;
}

#mdl_necessary table th {
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

#mdl_necessary table thead th {
  background: #e2f1ff;
}

#mdl_necessary table tbody th {
  padding: 16px 12px 14px;
  background: #f3f3f3;
}

#mdl_necessary table tbody .alg_c {
  text-align: center;
}

#mdl_necessary table tbody .vlg_m {
  vertical-align: middle;
}

#mdl_necessary .sect_cable table {
  margin: 0 0 8px;
}

#mdl_necessary .sect_cable table thead th:first-child {
  width: 21.3%;
}

#mdl_necessary .sect_cable table thead .giga_course {
  width: 39.8%;
}

#mdl_necessary .sect_cable table tbody .notes {
  margin: 9px 0 0;
}

#mdl_necessary .sect_router .introduce {
  margin: 0 0 14px;
}

#mdl_necessary .sect_router .sect_border_box {
  margin: 25px 0 0;
  padding: 14px 30px 10px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#mdl_necessary .sect_router .sect_border_box .notes {
  margin: 12px 0 13px;
}

#mdl_necessary .sect_router .sect_border_box li {
  margin: 8px 0;
}

#mdl_necessary .sect_standard .introduce {
  margin: 0 0 27px;
}

.media_pc #mdl_necessary .sect_standard .table_list {
  margin: 0 0 8px;
}

.media_pc #mdl_necessary .sect_standard .table_list:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

.media_pc #mdl_necessary .sect_standard .table_list li {
  float: left;
  width: 128px;
  font-size: 11px;
}

.media_pc #mdl_necessary .sect_standard .table_list li:first-child {
  width: 90px;
}

.media_pc #mdl_necessary .sect_standard .table_list li:nth-child(2) {
  width: 148px;
}

.media_pc #mdl_necessary .sect_standard .table_list li:nth-child(3) {
  width: 148px;
}

.media_pc #mdl_necessary .sect_standard .table_list li table {
  border-left: none;
}

.media_pc #mdl_necessary .sect_standard .table_list li:first-child table {
  border-left: 1px solid #ccc;
}

.media_pc #mdl_necessary .sect_standard .table_list li table caption {
  border-left: none;
}

.media_pc #mdl_necessary .sect_standard .table_list li:first-child table caption {
  border-left: 1px solid #ccc;
}

.media_pc #mdl_necessary .sect_standard .table_list li:first-child table caption:after {
  content: " . ";
  visibility: hidden;
}

/* for sp --------------------*/
@media screen and (max-width: 767px) {
  #mdl_necessary .sub_sect {
    margin: 0 0 24px;
  }

  #mdl_necessary table th,
  #mdl_necessary table td {
    padding: 8px 10px;
  }

  #mdl_necessary .sect_router .sect_border_box {
    margin: 16px 0 0;
    padding: 10px;
  }

  #mdl_necessary .sect_standard .introduce {
    margin: 0 0 16px;
  }

  #mdl_necessary .sect_standard .table_list {
    margin: 0 0 8px;
  }

  #mdl_necessary .sect_standard .table_list table {
    margin: 20px 0 0;
  }

  #mdl_necessary .sect_standard .table_list table caption {
    padding: 0 0 4px;
    border: none;
    background: none;
    text-align: left;
  }

  #mdl_necessary .sect_standard .table_list table th {
    width: 100%;
  }

  #mdl_necessary table caption {
    height: auto;
  }
}

/****** 14: mdl_pppoe *************************************/
#mdl_pppoe section {
  margin: 0 0 50px;
}

#mdl_pppoe .sect_subttl {
  margin: 20px 0 16px;
}

#mdl_pppoe .sect_caption {
  margin: 0 0 10px;
  padding: 0 0 6px;
  border-bottom: 1px solid #ddd;
  font-size: 114.285714%;
  font-weight: bold;
  line-height: 1.2em;
}

#mdl_pppoe table {
  table-layout: fixed;
  width: 100%;
  margin: 0 0 30px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  word-wrap: break-word;
}

#mdl_pppoe table th,
#mdl_pppoe table td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

#mdl_pppoe table th {
  width: 25%;
  background: #e2f1ff;
}

/* for sp --------------------*/
@media screen and (max-width: 767px) {
  #mdl_pppoe section {
    margin: 0 0 24px;
  }

  #mdl_pppoe table {
    margin: 0 0 20px;
  }

  #mdl_pppoe table th,
  #mdl_pppoe table td {
    padding: 5px;
  }
}

/****** 15: mdl_channel_list *************************************/
#mdl_channel_list .old_course {
  margin: 20px 0;
  text-align: right;
}

#mdl_channel_list .old_course a {
  display: inline-block;
  padding-left: 20px;
  background-position: 0 2px;
  line-height: 1.429;
}

#mdl_channel_list .genre_ttl {
  padding: 12px 10px 10px 45px;
  background-position: 13px center;
  line-height: 1.444;
}

#mdl_channel_list .movie .genre_ttl {
  background-image: url(../img/list/icon_movie.png);
  background-size: 17px auto;
}

#mdl_channel_list .kids .genre_ttl {
  background-image: url(../img/list/icon_kids.png);
  background-size: 20px auto;
}

#mdl_channel_list .sports .genre_ttl {
  background-image: url(../img/list/icon_sports.png);
  background-size: 23px auto;
}

#mdl_channel_list .music .genre_ttl {
  background-image: url(../img/list/icon_music.png);
  background-size: 17px auto;
}

#mdl_channel_list .entertainment .genre_ttl {
  background-image: url(../img/list/icon_entertainment.png);
  background-size: 16px auto;
}

#mdl_channel_list .documentary .genre_ttl {
  background-image: url(../img/list/icon_documentary.png);
  background-size: 22px auto;
}

#mdl_channel_list .news .genre_ttl {
  background-image: url(../img/list/icon_news.png);
  background-size: 16px auto;
}

#mdl_channel_list .others .genre_ttl {
  background-image: url(../img/list/icon_others.png);
  background-size: 19px auto;
}

#mdl_channel_list .option .genre_ttl {
  background-image: url(../img/list/icon_option.gif);
  background-size: 22px auto;
}

#mdl_channel_list .buttons {
  margin: 0 -20px 39px 0;
}

#mdl_channel_list .buttons:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

#mdl_channel_list .buttons li {
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 9px;
  float: left;
  vertical-align: middle;
}

#mdl_channel_list .buttons .btn {
  display: inline-block;
  min-height: 60px;
  background: url(/service/window/img/common/icon_sectnav.png) no-repeat center 46px #fff;
  cursor: pointer;
}

#mdl_channel_list .buttons .btn_txt {
  width: 185px;
  height: 60px;
  font-size: 85.714285%;
  text-align: center;
  vertical-align: middle;
}

#mdl_channel_list .lineup section {
  margin-top: -120px;
  margin-bottom: 40px;
  padding-top: 120px;
}

#mdl_channel_list .sect_subttl {
  margin: 0 0 20px;
}

#mdl_channel_list .lineup {
  padding-top: 28px;
}

#mdl_channel_list .lineup table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#mdl_channel_list .lineup th,
#mdl_channel_list .lineup td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  line-height: 1.14285714em;
  text-align: center;
  vertical-align: middle;
}

#mdl_channel_list .lineup table .name {
  width: 36%;
}

#mdl_channel_list .lineup thead th {
  padding: 14px 4px;
  background: #fcf1e5;
}

#mdl_channel_list .lineup thead .name {
  background: #f9f9f9;
}

#mdl_channel_list .lineup tbody .name {
  padding: 10px 10px;
  text-align: left;
}

#mdl_channel_list .lineup tbody .name span {
  display: table-cell;
}

#mdl_channel_list .lineup tbody .name img {
  width: 44px;
  height: auto;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

#mdl_channel_list .lineup table td .channel {
  margin: 0 0 10px;
}

#mdl_channel_list .lineup table td .genre {
  margin: 0 0 10px;
  padding: 4px 0 2px;
  border-radius: 2px;
  background: #ee734b;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

#mdl_channel_list .lineup table td .meta {
  overflow: hidden;
}

#mdl_channel_list .lineup table td .number {
  border: 1px solid #ddd;
  line-height: 22px;
  text-align: center;
}

#mdl_channel_list .lineup table td .price {
  margin: 5px 0 0;
  text-align: right;
}

#mdl_channel_list .lineup table td .price strong {
  margin: 0 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.media_pc #mdl_channel_list .buttons li a:hover {
  background-color: #f3f3f3;
}

/* for sp --------------------*/
@media screen and (max-width: 767px) {
  #mdl_channel_list .old_course {
    text-align: left;
  }

  #mdl_channel_list .old_course a {
    padding-left: 14px;
  }

  #mdl_channel_list .lineup section {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 0px;
  }

  #mdl_channel_list .lineup table th,
  #mdl_channel_list .lineup table td {
    font-size: 12px;
    line-height: 18px;
  }

  #mdl_channel_list .lineup table tbody .name {
    padding: 5px;
  }

  #mdl_channel_list .lineup table td .channel {
    margin: 0 0 5px;
  }

  #mdl_channel_list .lineup table td .channel>span {
    display: block;
  }

  #mdl_channel_list .lineup table td .channel>span:first-child {
    margin: 0 0 5px;
    font-size: 0;
    text-align: center;
  }

  #mdl_channel_list .lineup table td .genre {
    margin: 0 0 5px;
  }

  #mdl_channel_list .lineup table td .number {
    width: auto;
  }

  #mdl_channel_list .lineup table td .price {
    margin: 10px 0 0;
  }

  #mdl_channel_list .buttons {
    margin-right: 0;
    overflow: auto;
  }

  #mdl_channel_list .buttons li {
    display: block;
    width: 50%;
    margin-right: 0px;
    margin-bottom: 5px;
  }

  #mdl_channel_list .buttons .btn {
    display: table;
    width: 98%;
    min-height: 0;
    margin-left: 1%;
    margin-right: 1%;
    background-position: center 32px;
  }

  #mdl_channel_list .buttons .btn_txt {
    width: 100%;
    height: 46px;
    margin: 0 auto;
  }
}

/****** 16: tuner_bd *************************************/
#tuner_bd.in-window .sect_head .link_txt.tuner_link {
  top: auto;
  bottom: 0;
  width: 330px;
  margin: 0;
}

#tuner_bd.in-window .sect_head .link_txt {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -0.5em 0 0;
}

/* for sp --------------------*/
@media screen and (max-width: 767px) {
  #tuner_bd.in-window .sect_head .link_txt {
    position: static;
  }
}

/****** 16: bs_star *************************************/
#modal_inner .filtering_block .tab_cont.bs_star .course_detail {
  width: 280px;
}

#modal_inner .filtering_block .tab_cont.bs_star .course_detail .plus {
  right: 170px;
}

#modal_inner #channel .charge_sect {
  display: block;
}

#modal_inner #channel .not_bs .sect_wrap {
  padding: 0 30px;
}

#modal_inner #channel .not_bs .sect_btn {
  margin: 0 auto;
}

#modal_inner #channel .not_bs .option_sect .sect_btn {
  margin-bottom: 42px;
}

#modal_inner #channel .not_bs .sect_caption {
  margin: 0 0 10px;
  padding: 0 0 6px;
  border-bottom: 1px solid #ddd;
  font-size: 114.285714%;
  font-weight: bold;
  line-height: 1.2em;
}

#modal_inner .charge_sect .charge_box .price2_wrap {
  width: 200px;
}

#modal_inner #channel .sect_caption {
  margin: 0 0 10px;
  padding: 0 0 6px;
  border-bottom: 1px solid #ddd;
  font-size: 114.285714%;
  font-weight: bold;
  line-height: 1.2em;
}

/* for sp --------------------*/
@media screen and (max-width: 767px) {
  #tuner_bd.in-window .sect_head .link_txt {
    position: static;
  }
}

/****** 17: mdl_plus *************************************/
#mdl_plus .additional_cost .sect_ttl {
  margin: 0 0 18px;
}

#mdl_plus .additional_cost .sect_txt {
  margin: 0 0 18px;
}

#mdl_plus .additional_cost .tax {
  font-size: 85.714286%;
  text-align: right;
}

#mdl_plus .additional_cost table {
  width: 900px;
  /*  border: 1px solid #cccccc;*/
  margin: 0 auto;
  font-size: 92.857143%;
  line-height: 1.4;
  border-collapse: collapse;
}

#mdl_plus .additional_cost table th,
#mdl_plus .additional_cost table td {
  border: 1px solid #cccccc;
  font-weight: normal;
  vertical-align: middle;
  padding: 10px 0;
}

#mdl_plus .additional_cost table th {
  background: #f3f3f3;
}

#mdl_plus .additional_cost table td {
  padding-left: 16px;
  padding-right: 16px;
}

#mdl_plus .additional_cost table thead th {
  background: #d9ebfc;
}

#mdl_plus .additional_cost table thead th.type {
  width: 149px;
}

#mdl_plus .additional_cost table thead th.lan {
  width: 498px;
}

#mdl_plus .additional_cost table .unit {
  width: 124px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

#mdl_plus .additional_cost table .per {
  width: 100px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

#mdl_plus .additional_cost table td.lan_type {
  width: 150px;
}

#mdl_plus .additional_cost table td.lan_detail1 {
  width: 429px;
}

#mdl_plus .additional_cost table td.lan_detail2 {
  width: 169px;
}

#mdl_plus .additional_cost table td.wiring_cost {
  width: 259px;
}

#mdl_plus .additional_cost table td.device_cost {
  width: 49px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

#mdl_plus .additional_cost table td.device {
  width: 169px;
}

#mdl_plus .additional_cost table th.vertical {
  width: 49px;
}

#mdl_plus .additional_cost table th.type_vertical {
  width: 99px;
}

#mdl_plus .additional_cost .large_table {
  margin: 20px 0 40px;
}

#mdl_plus .additional_cost .large_table table {
  margin: 0 0 18px;
}

#mdl_plus .additional_cost .small_table {
  margin: 0 0 50px;
}

#mdl_plus .additional_cost .attention {
  margin: 0 0 70px;
}

#mdl_plus .additional_cost .attention h3 {
  margin: 0 0 20px;
}

#mdl_plus .additional_cost .attention .sect_notes {
  margin: 0 0 35px;
  line-height: 1.6;
}

#mdl_plus .additional_cost .attention .m_btn .btn {
  width: 474px;
  height: 48px;
  margin: 0 auto;
}

#mdl_plus .additional_cost .attention .m_btn .btn .btn_txt {
  padding-left: 20px;
}

/* for sp --------------------*/
@media screen and (max-width: 767px) {
  #mdl_plus .additional_cost .plus_table {
    width: 100%;
    font-size: 100%;
  }

  #mdl_plus .additional_cost .plus_table caption {
    padding: 10px 0;
    border: none;
    text-align: left;
  }

  #mdl_plus .additional_cost .plus_table .type_name {
    display: table;
    width: 100%;
    height: 42px;
    text-align: left;
    border: none;
  }

  #mdl_plus .additional_cost .plus_table .type_name a {
    display: table;
    width: 100%;
    color: #000;
    vertical-align: middle;
  }

  #mdl_plus .additional_cost .plus_table .type_name .btn_txt,
  #mdl_plus .additional_cost .plus_table .type_name .btn_icon {
    display: table-cell;
    height: 42px;
    padding: 0 10px;
    vertical-align: middle;
  }

  #mdl_plus .additional_cost .plus_table .type_name .btn_icon {
    text-align: right;
  }

  #mdl_plus .additional_cost .plus_table .type_name .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
  }

  #mdl_plus .additional_cost .plus_table .type_btn.on .icon img {
    margin: -20px 0 0;
  }

  #mdl_plus .additional_cost .hidden_table {
    table-layout: fixed;
    width: 100%;
  }

  #mdl_plus .additional_cost .plus_table .hidden_type {
    display: none;
  }

  #mdl_plus .additional_cost .plus_table .hidden_box {
    border-bottom: none;
    padding: 2px;
  }

  #mdl_plus .additional_cost .hidden_table th,
  #mdl_plus .additional_cost .hidden_table td {
    width: auto !important;
    background: #fff;
  }

  #mdl_plus .additional_cost .large_table table {
    margin: 0;
  }

  #mdl_plus .additional_cost .large_table .note {
    margin: 18px 0 0;
  }

  #mdl_plus .additional_cost .tax {
    margin: 10px 0 0;
  }

  #mdl_plus .additional_cost table {
    width: 100%;
  }

  #mdl_plus .additional_cost table td {
    padding: 5px;
  }

  #mdl_plus .additional_cost table td {
    padding: 5px;
  }

  #mdl_plus .additional_cost table .unit {
    width: 5em;
  }

  #mdl_plus .additional_cost table .per {
    width: 2em;
  }

  #mdl_plus .additional_cost .small_table table {
    margin: 0 0 20px;
  }

  #mdl_plus .additional_cost .small_table .half {
    width: 6em;
  }

  #mdl_plus .additional_cost .small_table table caption {
    padding: 5px 0;
    text-align: left;
  }

  #mdl_plus .additional_cost .small_table table thead th {
    padding: 5px;
  }

  #mdl_plus .additional_cost .small_table table tbody td {
    min-width: 60px;
    padding: 5px;
    background: #fff;
    text-align: center;
  }

  #mdl_plus .additional_cost .small_table table tbody .txt {
    text-align: left;
  }

  #mdl_plus .additional_cost .attention .m_btn .btn {
    width: 100%;
  }

  #mdl_plus .accordion_field {
    margin: 0 0 0px;
  }

  #mdl_plus .accordion_switch {
    margin: 0;
    padding: 0;
  }

  #mdl_plus .accordion_switch .switch {
    display: block;
    position: relative;
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #cccccc;
    box-sizing: border-box;
  }

  #mdl_plus .accordion_for_sp .accordion_switch .switch {
    cursor: default;
  }

  #mdl_plus .accordion_switch .switch:link,
  #mdl_plus .accordion_switch .switch:visited {
    color: #000;
    text-decoration: none;
  }

  #mdl_plus .accordion_switch .switch_txt,
  #mdl_plus .accordion_switch .switch_icon {
    display: block;
  }

  #mdl_plus .accordion_switch .switch_txt {
    padding: 17px 35px 13px 10px;
    font-weight: normal;
  }

  #mdl_plus .accordion_switch .switch_icon {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
    overflow: hidden;
  }

  #mdl_plus .accordion_switch .switch_icon img {
    position: absolute;
    top: 0;
    left: 0;
  }

  #mdl_plus .accordion_switch .switch_icon.on img {
    top: -30px;
  }

  #mdl_plus .accordion_switch:hover .switch_icon img {
    opacity: 1.0;
    -ms-filter: "alpha(opacity=100)";
  }

  #mdl_plus .accordion_switch .switch_icon {
    right: 10px;
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
    overflow: hidden;
  }

  #mdl_plus .accordion_switch .switch_icon img {
    width: inherit;
    max-width: 20px;
    height: auto;
  }

  #mdl_plus .accordion_switch .switch_icon.on img {
    top: -20px;
  }
}

.ngservice_wrap {
  margin-top: 30px;
  margin-right: 30px;
  margin-left: 30px;
}

#connect_ngservice .sub_sect {
  margin: 20px 0 40px;
}

#connect_ngservice .sub_sect .notes {
  margin: 14px 0 0;
}

#connect_ngservice .sub_sect .nomtop {
  margin-top: 0;
}

#connect_ngservice .sub_sect .nomtop a:link,
#connect_ngservice .sub_sect .nomtop a strong:link,
#connect_ngservice .sub_sect .nomtop a:visited,
#connect_ngservice .sub_sect .nomtop a strong:visited {
  color: #0033AA;
  text-decoration: none;
}

#connect_ngservice table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#connect_ngservice table th,
#connect_ngservice table td {
  padding: 10px 14px;
  box-sizing: content-box;
  word-break: break-all;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

#connect_ngservice table thead th {
  padding: 10px 2px;
  background: #eee;
  font-weight: bold;
  text-align: center;
}

#connect_ngservice table a {
  color: #0033AA;
}

#connect_ngservice .short {
  width: 60px;
}

#connect_ngservice .middle {
  width: 170px;
}

#connect_ngservice .long {
  width: 184px;
}

#connect_ngservice .indent130 {
  padding: 0 0 0 1.3em;
  text-indent: -1.3em;
}

#connect_ngservice .indent150 {
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}

#connect_ngservice .indent_list li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

#connect_ngservice .indent_list .notes {
  margin: 0 0 6px;
  padding: 0;
  text-indent: 0;
}

#connect_ngservice dd {
  margin-bottom: 20px;
}

/* for sp --------------------*/
@media screen and (max-width: 767px) {
  .ngservice_wrap {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }

  #connect_ngservice .sub_sect {
    margin: 10px 0 20px;
  }

  #connect_ngservice .make_call dt {
    margin: 0 0 10px;
  }

  #connect_ngservice .make_call dd {
    margin: 0 0 18px;
  }

  #connect_ngservice table {
    table-layout: fixed;
    font-size: 1.2rem;
  }

  #connect_ngservice table th,
  #connect_ngservice table td {
    width: auto;
    height: 29px;
    padding: 5px;
    word-wrap: break-word;
  }

  #connect_ngservice .column3 th,
  #connect_ngservice .column3 td {
    width: 33.333333333%;
  }

  #connect_ngservice .column4 th,
  #connect_ngservice .column4 td {
    width: 25%;
  }

  #connect_ngservice .column5 th,
  #connect_ngservice .column5 td {
    width: 20%;
  }

  #connect_ngservice .indent130,
  #connect_ngservice .indent150,
  #connect_ngservice .indent_list li,
  #connect_ngservice .notes {
    font-size: 1.2rem;
  }

  #connect_ngservice .m_btn .btn_icon img {
    width: auto !important;
    height: auto;
  }
}





/****** CONTENTS ***************************************

2: product page style
3: product_android page style
4: system page style
5: system_android page style
6: conflict page style
7: difference page style

*******************************************************/

/****** 1: common style *************************************/


#modal_window .modal_title {
  position: relative;
  margin: 0 0 50px;
  font-size: 212.5%;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

#modal_window .modal_title .modal_link {
  display: block;
  font-size: 41.17%;
  font-weight: normal;
  text-align: right;
}
#modal_window #modal_inner .sect_ttl {
	border-left: 0;
}

#mdl_system .cont_inner table td.taC {
	text-align: center;
}

@media screen and (max-width: 767px) {
	#modal_window .modal_close {
		top: 60px;
		left: auto;;
		right: 10px;
		margin: 0;
	}

	#modal_window .modal_close img {
		width: 20px;
	}

	#modal_inner {
		width: auto;
		margin: 0 10px;
	}

	#modal_window .close_btn {
		margin-top: 40px;
	}

	#modal_window .modal_close_btn {
		margin-top: 40px;
		padding: 14px 10px;
		font-size: 100%;
	}

	#modal_window .modal_close_btn  i {
		right: 10px;
		width: 20px;
		height: 20px;
		margin: -10px 0 0;
	}

	#modal_window .modal_title {
		margin: 0 0 20px;
		font-size: 106.5%;
	}

	#modal_window .modal_title .modal_link {
		display: block;
		position: absolute;
		top: 100%;
		right: 10px;
		font-size: 70.58%;
	}
}




/****** 2: product *************************************/

#mdl_product .section_nav li,
#mdl_product_android .section_nav li {
  width: 290px;
}

#mdl_product .section_title01,
#mdl_product_android .section_title01 {
  margin-top: 40px;
}
#mdl_product .compare_ttl {
  font-size: 1.8rem;
  margin-top: 2em;
}
#mdl_product .cont_inner table {
  width: 100%;
  margin: 20px 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#mdl_product .cont_inner table:first-child {
  margin-top: 10px;
}

#mdl_product .cont_inner table th,
#mdl_product .cont_inner table td {
  padding: 29px 19px 28px 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  font-size: 87.5%;
  font-weight: normal;
  line-height: 1.571;
  text-align: left;
  vertical-align: middle;
}
#mdl_product .cont_inner table td.mark {
  text-align: center;
}

#mdl_product .cont_inner table thead th {
  padding: 14px 0 13px;
  background: #f8f8f8;
  text-align: center;
}

#mdl_product .cont_inner table tbody th {
  width: 262px;
  background: #f3f3f3;
}

#mdl_product .cont_inner table tbody th div {
  position: relative;
}

#mdl_product .cont_inner table tbody th div span.sub {
  position: absolute;
  top: 50%;
  right: 0;
  height: 20px;
  margin: -10px -10px  0;
  padding: 0 7px 0 8px;
  background: #227cc1;
  font-size: 85.71%;
  color: #fff;
  line-height: 1.83;
  text-align: center;
}

#mdl_product .cont_inner table tbody th div span.new {
  background: #D1494F;
}

#mdl_product .cont_inner table tbody td span.notes {
  display: inline-block;
  padding-left: 1em;
}

#mdl_product .cont_inner table tbody td span.notes:before {
  content: "※";
  margin-left: -1em;
  text-indent: 1em;
}

#mdl_product .cont_inner .text_brand {
  margin: 26px 0 30px;
  font-size: 87.5%;
  line-height: 1.57;
}


/****** 3: product_android *************************************/

#mdl_product_android .compare_ttl {
  font-size: 1.8rem;
  margin-top: 2em;
}
#mdl_product_android .cont_inner table {
  width: 100%;
  margin: 20px 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#mdl_product_android .cont_inner table:first-child {
  margin-top: 10px;
}

#mdl_product_android .cont_inner table th,
#mdl_product_android .cont_inner table td {
  padding: 29px 19px 28px 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  font-size: 87.5%;
  font-weight: normal;
  line-height: 1.571;
  text-align: left;
  vertical-align: middle;
}
#mdl_product_android .cont_inner table td.mark {
  text-align: center;
}
#mdl_product_android .cont_inner table thead th {
  padding: 14px 0 13px;
  background: #f8f8f8;
  text-align: center;
}

#mdl_product_android .cont_inner table tbody th {
  width: 262px;
  background: #f3f3f3;
}

#mdl_product_android .cont_inner table tbody th div {
  position: relative;
}

#mdl_product_android .cont_inner table tbody th div span.sub {
  position: absolute;
  top: 50%;
  right: 0;
  height: 20px;
  margin: -10px -10px  0;
  padding: 0 7px 0 8px;
  background: #227cc1;
  font-size: 85.71%;
  color: #fff;
  line-height: 1.83;
  text-align: center;
}

#mdl_product_android .cont_inner table tbody th div span.new {
  background: #D1494F;
}


#mdl_product_android .cont_inner table tbody td span.notes {
  display: inline-block;
  padding-left: 1em;
}

#mdl_product_android .cont_inner table tbody td span.notes:before {
  content: "※";
  margin-left: -1em;
  text-indent: 1em;
}

#mdl_product_android .cont_inner table tbody td span.num {
  display: inline-block;
  padding-left: 2em;
}

#mdl_product_android .cont_inner table tbody td span.num:before {
  content: "※";
  margin-left: -2em;
  text-indent: 2em;
}

#mdl_product_android .cont_inner .text_brand {
  margin: 26px 0 30px;
  font-size: 87.5%;
  line-height: 1.57;
}

#mdl_product_android .cont_inner p {
/*  margin: 20px 0;
  font-size: 87.5%;*/
  line-height: 1.57;
}


/****** 4: system *************************************/

#mdl_system .section_nav li {
  width: 280px;
}

#mdl_system > section {
  margin: 0 0 40px;
}

#mdl_system .cont_inner table {
  width: 100%;
  margin: 30px 0 27px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#mdl_system .cont_inner table th,
#mdl_system .cont_inner table td {
  padding: 27px 16px 28px 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  font-size: 87.5%;
  font-weight: normal;
  line-height: 1.571;
  text-align: left;
  vertical-align: middle;
}

#mdl_system .cont_inner table th {
  background: #f8f8f8;
}

#mdl_system .cont_inner table thead th {
  padding: 14px 0 13px;
  text-align: center;
}

#mdl_system .cont_inner table tbody th {
  width: 262px;
}

#mdl_system .cont_inner table tbody th.sub_headline {
  background: #f3f3f3;
}

#mdl_system .cont_inner .software td {
  text-align: center;
}

#mdl_system .cont_inner table tbody td ol {
  counter-reset: example;
  padding-left: 1em;
  text-indent: -1em;
}

#mdl_system .cont_inner table tbody td ol .disc:before {
  content: "・";
}

#mdl_system .cont_inner table tbody td ol .decimal:before {
  counter-increment: example;
  content: ""counter(example)".";
}

#mdl_system .cont_inner > p {
  font-size: 87.5%;
  line-height: 1.57;
}

#mdl_system .cont_inner .link_text01 {
  margin: 20px 0 0;
}

#mdl_system .cont_inner > ul {
  font-size: 87.5%;
  line-height: 1.57;
}

#mdl_system .cont_inner .text_brand {
  margin: 26px 0 30px;
}

#mdl_system .cont_inner .link_list {
  padding: 18px 20px;
  background: #eee;
}

#mdl_system .cont_inner .link_list .link_text01 {
  margin: 0;
}

#mdl_system .cont_inner .link_list li:first-child,
#mdl_system .cont_inner .link_list li:first-child + li {
  margin: 0 0 20px;
}


/****** 5: system_android *************************************/

#mdl_system_android > section {
  margin: 0 0 40px;
}

#mdl_system_android .cont_inner table {
  width: 100%;
  margin: 30px 0 27px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#mdl_system_android .cont_inner table th,
#mdl_system_android .cont_inner table td {
  padding: 27px 16px 28px 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  font-size: 87.5%;
  font-weight: normal;
  line-height: 1.571;
  text-align: left;
  vertical-align: middle;
}

#mdl_system_android .cont_inner table th {
  width: 262px;
  background: #f8f8f8;
}

#mdl_system_android .cont_inner table td span.notes {
  display: inline-block;
  padding-left: 1em;
}

#mdl_system_android .cont_inner table td span.notes:before {
  content: "※";
  margin-left: -1em;
  text-indent: 1em;
}

#mdl_system_android .cont_inner h5 {
  margin: 20px 0 0;
}

#mdl_system_android .cont_inner >p {
  margin: 0 0 8px;
  font-size: 87.5%;
  line-height: 1.57;
}

#mdl_system_android .cont_inner >p {
  margin: 8px 0;
  font-size: 87.5%;
  line-height: 1.57;
}

#mdl_system_android .cont_inner > ul {
  font-size: 87.5%;
  line-height: 1.57;
}

#mdl_system_android .cont_inner .text_brand {
  margin: 26px 0 30px;
}


/****** 6: conflict *************************************/

#mdl_conflict .section_nav li {
  width: 290px;
}

#mdl_conflict .section_title01 {
  margin-bottom: 12px;
}

#mdl_conflict .date {
  font-size: 75%;
  line-height: 1.5;
  text-align: right;
}

#mdl_conflict .introduction {
  margin-bottom: 44px;
}

#mdl_conflict .introduction dl dt {
  margin: 0 0 5px;
  font-size: 114.3%;
  font-weight: bold;
  line-height: 1.5;
}

#mdl_conflict .introduction dl dd .is_table .is_table_th,
#mdl_conflict .introduction dl dd .is_table .is_table_td {
  font-size: 100%;
  vertical-align: top;
}

#mdl_conflict .introduction dl dd .is_table .is_table_th {
  font-weight: normal;
  text-align: left;
}

#mdl_conflict .introduction dl dd .is_table .is_table_th.min {
  width: 1.5em;
}

#mdl_conflict .introduction dl dd .is_table .is_table_th.mid {
  width: 2.5em;
}

#mdl_conflict .introduction dl dd .is_table .is_table_th.center {
  text-align: center;
}

#mdl_conflict .introduction dl dd .is_table .is_table_td.min {
  width: 114px;
}

#mdl_conflict .introduction dl dd .is_table .is_table_td.mid {
  width: 190px;
}

#mdl_conflict .introduction dl dd .is_table .is_table_td.long {
  width: 230px;
}

#mdl_conflict .introduction dl dd .is_table .is_table_td {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

#mdl_conflict .introduction dl dd .is_table .is_table_td:before {
  content: "：";
}

#mdl_conflict .introduction .text_caution {
  font-size: 87.5%;
}

#mdl_conflict .list_table {
  width: 100%;
  margin: 20px 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#mdl_conflict .list_table:first-child {
  margin-top: 10px;
}

#mdl_conflict .list_table th,
#mdl_conflict .list_table td {
  padding: 9px 5px 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  font-size: 87.5%;
  font-weight: normal;
  line-height: 1.571;
  text-align: center;
  vertical-align: middle;
}

#mdl_conflict .list_table thead th {
  padding: 14px 5px 12px;
  background: #f8f8f8;
  font-weight: bold;
}

#mdl_conflict .list_table tbody th {
  background: #f3f3f3;
}

#mdl_conflict .list_table tbody th:first-child,
#mdl_conflict .list_table tbody th:first-child + th {
  width: 92px;
}

#mdl_conflict .list_table tbody th:first-child + th + td {
  width: 78px;
}

#mdl_conflict .list_table tbody td[rowspan='8'],
#mdl_conflict .list_table tbody td[rowspan='5'] {
  width: 617px;
  padding-left: 52px;
  padding-right: 30px;
  text-align: left;
  text-indent: -1em;
}

#mdl_conflict .list_table.is3column tbody th:first-child,
#mdl_conflict .list_table.is3column tbody th:first-child + th {
  width: 92px;
}

#mdl_conflict .list_table.is3column tbody th:first-child + th + td {
  width: 695px;
}

#mdl_conflict .list_table tbody td span.decimal {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

#mdl_conflict .close_btn {
  margin-bottom: 96px;
}

#mdl_conflict .text_notes {
  margin: 26px 0 0;
  font-size: 87.5%;
}

#mdl_conflict .text_notes .num {
  padding-left: 1em;
  text-indent: -2em;
}


/****** 7: difference page style  *************************************/

#mdl_difference .difference_table {
  width: 100%;
  border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
  border-collapse: collapse;
}

#mdl_difference .difference_table th,
#mdl_difference .difference_table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 87.5%;
  font-weight: normal;
  line-height: 1.4285;
  vertical-align: middle;
}

#mdl_difference .difference_table thead th {
  padding: 20px 0 20px;
  background: #f8f8f8;
  text-align: center;
}

#mdl_difference .difference_table tbody th {
  padding: 14px 20px 14px 21px;
  background: #f3f3f3;
  text-align: left;
}

#mdl_difference .difference_table tbody td {
  padding: 14px 8px 14px 20px;
  width: 42%;
}

#mdl_difference .difference_table tbody td .disc {
  margin-left: -1em;
  text-indent: 1em;
}

#mdl_difference .difference_table tbody td .disc:before {
  content: "・";
}

#mdl_difference .feature {
  margin: 30px 0 0;
  border-top: 1px solid #ccc;
}

#mdl_difference .rate {
  margin: 0 0 38px;
}

#mdl_difference .difference_table tbody td.text_rate {
  padding: 14px 8px 14px 10px;
}

#mdl_difference .sect_difference .virus_btn {
  color: #000;
  text-align: center;
}

#mdl_difference .sect_difference .virus_btn li {
  display: inline-block;
  margin: 0 5px 0;
}

#mdl_difference .sect_difference .virus_btn li .btn03 {
  width: 410px;
  text-align: left;
}

#mdl_difference .sect_difference .virus_btn li .btn03 > span {
  padding: 15px 30px 15px 18px;
}

#mdl_difference .sect_difference .text_brand {
  margin: 0 0 20px;
  font-size: 87.5%;
  line-height: 1.714;
}


/* accordion style
--------------------*/
#mdl_product .accordion_switch,
#mdl_android .accordion_switch,
#mdl_ios .accordion_switch{
  display: block;
  position: relative;
  margin: 10px 0;
  padding: 18px 38px 16px 20px;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#mdl_product .accordion_switch i,
#mdl_android .accordion_switch i,
#mdl_ios .accordion_switch i{
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  background: url(/service/common/img/icon_accordion01.png) no-repeat center;
  background-size: cover;
  font-size: 0;
}

#mdl_product .accordion_switch.on i,
#mdl_android .accordion_switch.on i,
#mdl_ios .accordion_switch.on i{
  background-image: url(/service/common/img/icon_accordion02.png);
}

[data-accordion] {
  display: none;
  overflow: hidden;
}

/****** :  *************************************/



@media screen and (max-width: 767px) {
	#mdl_product .modal_title {
		margin: 0 0 34px;
	}

	#mdl_product .section_nav li {
		width: auto;
	}

	#mdl_product .section_title01 {
		margin-top: 20px;
	}

	#mdl_product .cont_inner table {
		margin: 30px 0 27px;
	}

	#mdl_product .cont_inner table th,
	#mdl_product .cont_inner table td {
		padding: 8px 5px;
	}

	#mdl_product .cont_inner table thead th {
		padding: 14px 0 13px;
	}

	#mdl_product .cont_inner table tbody th {
		width: 32%;
	}

	#mdl_product .cont_inner table tbody th div span {
		display: inline-block;
	}

	#mdl_product .cont_inner table tbody th div span.sub {
		position: static;
		top: 0;
		right: 0;
		margin: 0;
		height: 15px;
		padding: 0 7px 0 8px;
		font-size: 78.57%;
		line-height: 1.5;
	}

	#mdl_product .cont_inner .text_brand {
		margin: 20px 0 25px;
	}


	/****** 3: product_android *************************************/

	#mdl_product_android .modal_title {
		margin: 0 0 34px;
	}

	#mdl_product_android .cont_inner table {
		margin: 20px 0;
	}

	#mdl_product_android .cont_inner table th,
	#mdl_product_android .cont_inner table td {
		padding: 8px 5px;
	}

	#mdl_product_android .cont_inner table thead th {
		padding: 14px 0 13px;
	}

	#mdl_product_android .cont_inner table tbody th {
		width: 32%;
	}

	#mdl_product_android .cont_inner table tbody th div span {
		display: inline-block;
	}

	#mdl_product_android .cont_inner table tbody th div span.sub {
		position: static;
		top: 0;
		right: 0;
		margin: 0;
		height: 15px;
		padding: 0 7px 0 8px;
		font-size: 78.57%;
		line-height: 1.5;
	}

	#mdl_product_android .cont_inner .text_brand {
		margin: 20px 0 25px;
	}


	/****** 4: system *************************************/

	#mdl_system .modal_title {
		margin: 0 0 34px;
	}

	#mdl_system .section_nav li {
		width: auto;
	}

	#mdl_system > section {
		margin: 0 0 20px;
	}

	#mdl_system .cont_inner table {
		margin: 15px 0 13px;
	}

	#mdl_system .cont_inner table th,
	#mdl_system .cont_inner table td {
		padding: 8px 5px;
	}

	#mdl_system .cont_inner table thead th {
		padding: 14px 0 13px;
	}

	#mdl_system .cont_inner table tbody th {
		width: 32%;
		word-break: break-all;
		word-wrap: break-word;
	}

	#mdl_system .cont_inner .section_title02 {
		margin-top: 12px;
	}

	#mdl_system .cont_inner .link_text01 {
		margin: 10px 0 0;
	}

	#mdl_system .cont_inner .text_brand {
		margin: 20px 0 25px;
	}

	#mdl_system .cont_inner .link_list {
		padding: 13px 15px;
	}

	#mdl_system .cont_inner .link_list li:first-child,
	#mdl_system .cont_inner .link_list li:first-child + li {
		margin: 0 0 10px;
	}


	/****** 5: system_android *************************************/

	#mdl_system_android .modal_title {
		margin: 0 0 34px;
	}

	#mdl_system_android .modal_title .modal_link{
		display: block;
		position: absolute;
		top: 100%;
		right: 10px;
		font-size: 70.58%;
		font-weight: normal;
	}

	#mdl_system_android > section {
		margin: 0 0 20px;
	}

	#mdl_system_android .cont_inner table {
		margin: 15px 0 13px;
	}

	#mdl_system_android .cont_inner table th,
	#mdl_system_android .cont_inner table td {
		padding: 8px 5px;
		word-break: break-all;
		word-wrap: break-word;
	}

	#mdl_system_android .cont_inner table th {
		width: 32%;
	}

	#mdl_system_android .cont_inner .section_title02 {
		margin-top: 12px;
	}

	#mdl_system_android .cont_inner h5 {
		margin: 10px 0 0;
	}

	#mdl_system_android .cont_inner >p {
		margin: 0 0 8px;
		font-size: 87.5%;
	}

	#mdl_system_android .cont_inner .text_notes {
		word-break: break-all;
		word-wrap: break-word;
	}

	#mdl_system_android .cont_inner .text_brand {
		margin: 20px 0 25px;
	}
}