@charset "utf-8";

/*-----------------------------------------------------------------------

BUTTON

-----------------------------------------------------------------------*/

.btn__box,
.btn__box--single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 50px;
    margin-right: 30px;
    margin-left: 30px;
}

.btn__box--single {
    width: 460px;
    margin-right: auto;
    margin-left: auto;
}

.btn__box--btn01,
.btn__box--btn02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 48%;
    border-radius: 5px;
    margin-right: 1%;
    margin-left: 1%;
}

.btn__box--btn02 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.btn__box--btn01 p,
.btn__box--btn02 p {
    width: 100%;
    display: table;
}

.btn__box--btn01 p span,
.btn__box--btn02 p span {
    font-size: 80%;
}

.btn__box--btn01 a,
.btn__box--btn02 a {
    padding-left: 4%;
    color: #FFFFFF;
    font-size: 2.0rem;
    display: table-cell;
    vertical-align: middle;
    background-image: url("../../../common/img/icon_btn_l00.png");
    background-position: 96% 50%;
    background-repeat: no-repeat;
    background-size: 30px;
    line-height: 1.4;
    text-decoration: none !important;
}

.btn__blue { background-color: #0075c2; }
.btn__net { background-color: #6794d4; }
.btn__denwa { background-color: #83C24B; }
.btn__tv { background-color: #EE734B; }
.btn__lblue { background-color: #00a6e3; }
.btn__red { background-color: #e74c22; }
.btn__orange { background-color: #ff9a00; }

.btn__blue a,
.btn__net a,
.btn__denwa a,
.btn__tv a,
.btn__lblue a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.btn__red a, 
.btn__orange a { 
    padding-top: 25px;
    padding-bottom: 25px;
}

.btn__box--btn01 a:hover,
.btn__box--btn02 a:hover,
.btn__blue:hover,
.btn__lblue:hover,
.btn__red:hover,
.btn__orange:hover {
    transition: all 0.2s ease-out;
    text-decoration: none;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    color: #FFFFFF;
}

.btn__box--btn01 span {
    font-size: 80%;
}

.btn__box--btn01 .eo {
    font-size: 125%;
}

.btn__box--txt01 {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}

.btn__box--txt01 p {
    width: 48%;
    margin-top: 50px;
    margin-right: 1%;
    margin-left: 1%;
    text-align: center;
    font-size: 1.125rem;
}

.btn__box--txt02 {
    margin-top: 80px;
    text-align: center;
    font-size: 1rem;
}

.btn__box--txt03 {
    margin-top: 50px;
    text-align: center;
    font-size: 1rem;
}

/* for sp --------------------------------*/

.media_sp .btn__box,
.media_sp .btn__box--single {
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
}

.media_sp .btn__box--single {
    width: auto;
}

.media_sp .btn__box--btn01,
.media_sp .btn__box--btn02 {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0%;
    margin-left: 0%;
}

.media_sp .btn__box--btn01 p,
.media_sp .btn__box--btn02 p {
    width: 100%;
}

.media_sp .btn__box--btn01 a,
.media_sp .btn__box--btn02 a {
    padding-left: 10px;
    font-size: 1rem;
    background-image: url("../../../common/img/icon_btn_l00.png");
    background-position: 96% 50%;
    background-repeat: no-repeat;
    background-size: 20px;
}

.media_sp btn__blue a,
.media_sp btn__net a,
.media_sp btn__denwa a,
.media_sp btn__tv a,
.media_sp btn__lblue a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.media_sp .btn__red a, 
.media_sp .btn__orange a { 
    padding-top: 13.5px;
    padding-bottom: 13.5px;
}


.media_sp .btn__box--txt01 {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}

.media_sp .btn__box--txt01 p {
    width: 100%;
    margin-top: 30px;
    font-size: 1rem;
    line-height: 1.4;
}

.media_sp .btn__box--txt02 {
    margin-top: 80px;
    text-align: left;
    font-size: 1rem;
}

.media_sp .btn__box--txt03 {
    margin-top: 50px;
    text-align: center;
    font-size: 1rem;
}


/*
  Description: TV common style
*/

/****** CONTENTS ***************************************

1: TV common
2: lower common
3: nav accordion
4: win close
5: modal

*******************************************************/

/****** 1:TV common *************************************/

sup {
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
}

.l_btn .btn:after {
  background-image: url(/service/tv/common/img/icon_btn_l.gif);
}

.txt_link01 {
  background-image: url(/service/tv/common/img/icon_txt01.gif)
}

.txt_link02 {
  background-image: url(/service/tv/common/img/icon_txt02.gif);
}

.txt_link03 {
  background-image: url(/service/tv/common/img/icon_txt03.gif);
}

.txt_link04 {
  background-image: url(/service/tv/common/img/icon_txt04.gif);
}

.txt_link05 {
  background-image: url(/service/tv/common/img/icon_txt05.gif);
}

.txt_red {
  color:#F00;
}

.media_pc #l_gnav .sub_nav_item .nav_item .order {
  padding: 9px 0 5px;
}
.media_pc #l_fixnav .sub_nav_item .nav_item .order {
  padding: 3px 0 4px;
}

#l_contact .contact_ttl {
  background: #ee734b;
}

#l_contact .contact_ttl.home {
  background: #ee734b;
}


.media_pc #l_gnav .sub_nav_item .nav_item .order,
.media_pc #l_fixnav .sub_nav_item .nav_item .order {
  width: auto;
  border: 1px solid #ee734b;
  border-radius: 3px;
}

.media_pc #l_gnav .sub_nav_item .nav_item .order.on,
.media_pc #l_fixnav .sub_nav_item .nav_item .order.on {
  border: 1px solid #ee734b;
}

.media_pc #l_gnav .sub_nav_item .nav_item .order:hover,
.media_pc #l_fixnav .sub_nav_item .nav_item .order:hover {
  border: 1px solid #ee734b;
}

.link_movie:after {
  content: url(/service/tv/common/img/icon_movie.png);
  display: inline-block;
  font-size: 0;
  line-height: 1;
  margin: 0 0 0 10px;
  vertical-align: middle;
}


#application_service {
  overflow: hidden;
}

#application_service > .notes {
  margin: 10px 0 24px;
}

#application_service .appli {
  width: 441px;
}

#application_service .appli.in_house {
  float: left;
}

#application_service .appli.outside {
  float: right;
}

#application_service .appli .lead {
  position: relative;
  margin: 0 0 18px;
  padding: 16px 0 18px;
  border: 3px solid #ee734b;
  border-radius: 5px;
  background: #fdf9f1;
  color: #333;
  font-size: 128.6%;
  font-weight: bold;
  line-height: 1.2222;
  text-align: center;
}

#application_service .appli .lead:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 18px;
  height: 15px;
  background: url(../img/appli_balloon.png) no-repeat center;
  background-size: contain;
}

#application_service .appli section {
  min-height: 880px;
  padding: 35px 20px 25px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#application_service .appli section h3 {
  margin: 0 0 30px;
  font-size: 0;
  line-height: 71px;
  text-align: center;
}

#application_service .appli section h3 img {
  vertical-align: middle;
}

#application_service .appli section dl {
  margin: 0 0 18px;
  font-size: 85.7%;
  line-height: 1.5;
}

#application_service .appli section dl dd {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

#application_service .appli section dl dd:before {
  content: "●";
}

#application_service .appli section figure {
  margin: 0 0 16px;
  font-size: 0;
  text-align: center;
}

#application_service .appli section p {
  margin: 0 0 10px;
  padding-bottom: 10px;
}

#application_service .appli section p .notes {
  padding: 0;
  text-indent: 0;
}

#application_service .appli section p span.target {
  display:block;
  margin-top:10px;
  line-height:1.8;
}

#application_service .appli section .m_btn {
  width: 264px;
  margin: 16px auto 0;
}

#application_service .appli section p + .m_btn {
  margin-top: 0;
}

#application_service .appli section .m_btn .btn {
  height: 50px;
}

#application_service .appli section .m_btn .btn_txt {
  padding-left: 14px;
}

#application_service .appli section .m_btn .btn_txt .small {
  font-size: 85.7%;
}

/* for sp */
.media_sp #application_service {
  overflow: visible;
}

.media_sp #application_service > .notes {
  margin: 10px 0 20px;
}

.media_sp #application_service .appli {
  width: auto;
}

.media_sp #application_service .appli.in_house,
.media_sp #application_service .appli.outside {
  float: none;
}

.media_sp #application_service .appli.outside {
  margin-top: 20px;
}

.media_sp #application_service .appli .lead {
  padding: 14px 0 12px;
  border-radius: 3px;
  font-size: 123.1%;
}

.media_sp #application_service .appli section {
  min-height: 0;
  padding: 20px 10px;
  height: auto !important;
}

.media_sp #application_service .appli section h3 {
  margin: 0 0 20px;
  line-height: 36px;
  height: auto !important;
}

.media_sp #application_service .appli.in_house section h3 img {
  width: 120px;
  height: auto;
}

.media_sp #application_service .appli.outside section h3 img {
  width: 153px;
  height: auto;
}

.media_sp #application_service .appli section dl {
  margin: 0 0 14px;
  height: auto !important;
}

.media_sp #application_service .appli section figure {
  margin: 0 0 14px;
  height: auto !important;
}

.media_sp #application_service .appli section p {
  height: auto !important;
}

.media_sp #application_service .appli section figure img {
  max-width: 100%;
}

.media_sp #application_service .appli.in_house section figure img {
  width: 200px;
  height: auto;
}

.media_sp #application_service .appli.outside section figure img {
  width: 124px;
  height: auto;
}

.media_sp #application_service .appli section p .notes {
  padding: 0;
  text-indent: 0;
}

.media_sp #application_service .appli section .m_btn {
  width: auto;
  margin: 14px auto 0;
}

.media_sp #application_service .appli section p + .m_btn {
  margin-top: 0;
}



.program_list > figure{
float: right;
margin: 10px 50px 0 0;
font-size: 0;
}
.program_list > div p.sub {
margin: 0 !important;
font-size: 115.384%;
font-weight: bold;
line-height: 1.6;
}
.program_list > div p small.small_text {
  font-size: 85.7%;
  display: block;
}
.program_list > div .program_notes{
text-indent: -1em;
padding-left: 1em;
}
.program_list .program_appli .logos{
display: block;
width: 100%;
height: 82px;
margin-bottom: 14px;
vertical-align: middle;
}
.program_list .program_appli .logo{
display: inline-block;
vertical-align: middle;
background-color: transparent;
width: 82px;
height: 82px;
margin-bottom: 0;
margin-right: 15px;
}
.program_list .program_appli .logo + .guide{
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
font-size: 142.857%;
}
.program_list .program_appli .logo + .guide .cap_txt{
font-weight: bold;
}


.announce {	/* 180621 お知らせ*/
  margin-bottom:24px;
  border:3px #FF9999 solid;
  padding:10px 14px;
  line-height:1.4em;
}



/* for sp */

.media_sp .sect_service.program.program_list {
  padding-bottom: 10px;
}
.media_sp .sect_service.program.program_list p.sub {
  clear: both;
}

.media_sp .connect .sect_service.program.program_list > figure {
  text-align: center;
}
.media_sp .connect .sect_service.program.program_list  .logo {
  margin: 0;
  float: none;
  text-align: center;
}


.media_sp .program_list > figure{
float: left;
width: 36%;
}
.media_sp .program_list > figure img{
width: 100%;
height: auto;
}
.media_sp .program_list > div p.sub{
padding: 8px 0 0;
clear: both;
}
.media_sp .program_list .program_appli .logos{
margin: 5% 0 0;
width: 60%;
height: auto;
clear: none;
float: none;
display: inline-block;
}
.media_sp .program_list .program_appli .logo{
width: 22%;
height: auto;
margin-bottom: 5px;
margin-right: 2%;
}
.media_sp .program_list .program_appli .logo img{
height: auto;
width: 100%;
}
.media_sp .program_list .program_appli .logo + .guide{
font-size: 123.1%;
line-height: 1.333333em;
text-align: left;
width: 73%;
}
.media_sp .program_list .program_appli .logo + .guide .cap_txt{
display: block;
}











/****** 2:lower common *************************************/

/* page section
--------------------*/
.lower .page_sect{
  margin-bottom: 100px;
}

.media_sp .lower #l_contents .page_sect{
    margin-bottom: 50px;
  padding-top: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), color-stop(0.005, #fff), to(#fff));
  background: -moz-linear-gradient(top, #f9f9f9, #fff 0.5%, #fff);
}

/* page nav
--------------------*/
.lower #l_contents .page_nav {
  position: relative;
  margin: 0 0 30px;
  overflow: hidden;
}

.lower #l_contents .page_list {
  position: relative;
  left: 50%;
  float: left;
}

.lower #l_contents .page_item {
  position: relative;
  left: -50%;
  float: left;
  margin: 0 3px;
  line-height: 1;
}

.lower #l_contents .page_item a {
  display: block;
  padding:  9px 10px 8px 30px;
  background: url(/service/tv/common/img/icon_pagenav_off.gif) no-repeat 10px center;
}

.lower #l_contents .page_item a:link,
.lower #l_contents .page_item a:visited {
  color: #000;
  font-size: 85.714286%;
}

.lower #l_contents .page_item a:hover,
.lower #l_contents .page_item a.on {
  border-radius: 3px;
  color: #000;
  text-decoration: none;
  background: #f3f3f3 url(/service/tv/common/img/icon_pagenav_on.gif) no-repeat 10px center;
}

.media_sp .lower #l_contents .page_nav {
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}

.media_sp .lower #l_contents .page_list {
  left: auto;
  float: none;
}

.media_sp .lower #l_contents .page_item {
  left: auto;
  float: none;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

.media_sp .lower #l_contents .page_item:last-child {
  border-bottom: none;
}

.media_sp .lower #l_contents .page_item:after {
  content: url(/service/tv/common/img/icon_pagenav_sp.png);
  display: block;
  position: absolute;
  top: 14px;
  right: 10px;
}

.media_sp .lower #l_contents .page_item .btn_wrap {
  display: table;
  width: 100%;
  height: 39px;
}

.media_sp .lower #l_contents .page_btn {
  display: table-cell;
  position: relative;
  padding: 0 10px 0 14px;
  background: none;
  vertical-align: middle;
}

.media_sp .lower #l_contents .page_btn {
  display: table-cell;
  position: relative;
  padding: 0 10px 0 14px;
  vertical-align: middle;
}

.media_sp .lower #l_contents .page_btn:hover,
.media_sp .lower #l_contents .page_btn.on {
  background: transparent;
}

.media_sp .lower #l_contents .page_subnav {
  margin: 0 10px 0 14px;
  padding: 8px 0;
  border-top: 1px dashed #ccc;
}

.media_sp .lower #l_contents .page_subnav_item {
  margin: 0 0 0 -10px;
  line-height: 1;
}

.media_sp .lower #l_contents .page_subnav_item a {
  display: inline-block;
  background: url(/service/tv/common/img/icon_pagenav_off.gif) no-repeat 10px center;
}

.media_sp .lower #l_contents .page_subnav_item.scr a {
  background: url(/service/tv/common/img/icon_pagenav_scr.gif) no-repeat 10px center;
}

.media_sp .lower #l_contents .page_subnav_item.on a {
  border-radius: 3px;
  color: #000;
  text-decoration: none;
  background: #f3f3f3 url(/service/tv/common/img/icon_pagenav_on.gif) no-repeat 10px center;
}

/* section nav
--------------------*/
.lower #l_contents .sect_list {
  width: 100%;
  margin: -5px 0 0 -5px;
  padding: 5px;
  overflow: hidden;
}

.lower #l_contents .sect_item .btn {
  display: table;
  height: 48px;
}

.lower #l_contents .sect_item .btn_txt {
  background-image: url(/service/tv/common/img/icon_sectnav.png);
  background-repeat: no-repeat;
  background-position: center 35px;
  text-align: center;
}

/* style of in section
--------------------*/
.lower #l_contents .sect_head {
  position: relative;
  margin: 0 0 20px;
}

.lower .sect_head,
.lower .sect_ttl {
  margin: 0 0 14px;
}

.lower #l_contents .sect_ttl {
  border-left: 6px solid #ee734b;
}

.lower #l_contents .sect_ttl .ttl_inner {
  display: block;
  padding: 14px 0 14px 24px;
  border-bottom: 1px solid #ddd;
  background: #fff;
  font-size: 185.714286%;
  font-weight: normal;
  line-height: 1.2em;
}

.lower #l_contents .sect_head .sect_ttl {
  margin-bottom: 0;
}

.lower #l_contents .sect_head .link_txt {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -0.5em 0 0;
}

.lower .sect_subttl {
  margin: 20px 0 16px;
  padding: 15px 10px 11px 30px;
  border: 1px solid #ddd;
  background: #f3f3f3 url(/service/tv/common/img/icon_sect_subttl.gif) no-repeat left center;
  font-size: 128.571429%;
  font-weight: normal;
  line-height: 1.2em;
}

.lower #l_contents .sect_wrap {
  padding: 0 30px;
}

.lower #l_contents .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;
}

.lower .sect_btn {
  margin: 0 auto;
}

.lower .contact_btn {
	margin:30px auto;
}

.media_sp .lower #l_contents .sect_ttl .ttl_inner {
  padding: 8px 10px 8px 14px;
  font-size: 123.076923%;
}

.media_sp .lower #l_contents .sect_head .link_txt {
  position: relative;
  top: auto;
  right: auto;
  margin: 0.5em 0 0;
}

.media_sp .lower #l_contents .sect_wrap {
  padding: 0 5px;
}

.media_sp .lower #l_contents .sect_subttl {
  font-size: 123.076923%;
}

.media_sp .lower #l_contents .sect_caption {
  padding: 0 0 8px;
  font-size: 100%;
}

.media_sp .lower .sect_btn {
  width: 100%;
  margin: 0;
}

.media_sp .lower .contact_btn {
	margin:30px 0;
}

.media_ie.media_sp .lower #l_contents .sect_ttl .link_txt .txt_link01 {
  padding-left: 20px;
  line-height: 20px;
}

/* to-starlink
--------------------*/


.notes.to-star-link {
  padding: 14px 6.5% 10px;
  margin-bottom: 20px;
  border: 4px solid #ee734b;
  font-weight: bold;
  font-size: 107%;
  text-align: center;
  overflow: hidden;
}

.notes.to-star-link.home {
  border-color: #f6b9a5;
}

.notes.to-star-link a {
  margin-left: 1.4em;
}

.notes.to-star-link img {
  vertical-align: middle;
  padding: 4px 6px;
  width: auto;
  max-height: 22px;
  background: #777777;
}

.notes.to-star-link img.star {
  margin: 0 8px;
  background: #1a1a1a;
}


.media_sp .notes.to-star-link {
  border: 3px solid #ee734b;
  font-size: 100%;
}

.media_sp .notes.to-star-link img {
  margin: 4px auto 0;
}

.media_sp .notes.to-star-link span {
  display: block;
}

.media_sp .notes.to-star-link a {
  margin-left: 0;
}

/* information_box
--------------------*/

.information_box {
  width: auto;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.information_box .box_head {
  display: table;
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #ccc;
  border-radius: 3px 3px 0 0;
  background: #777;
  color: #fff;
}

.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 94px 24px 108px;
  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_sp .information_box .head_ttl {
  display: block;
  padding-top: 10px;
}

.media_sp .information_box .head_txt {
  display: block;
  padding-bottom: 10px;
}

.media_sp .information_box .box_wrap {
  padding: 10px;
}

.media_sp .information_box .tel_free {
  float: none;
  width: auto;
  margin: 0 0 10px;
  border: none;
}

.media_sp .information_box .tel_image {
  width: 18%;
  margin: 0 2% 0 0;
}

.media_sp .information_box .tel_image img {
  width: 100%;
  height: auto;
}

.media_sp .information_box .tel_box {
  float: right;
  width: auto;
  padding: 0;
  font-size: 76.923077%;
}

.media_sp .information_box.support .tel_txt {
  line-height: normal;
}

.media_sp .information_box .tel_free .tel_box {
  max-width: 80%;
}

.media_sp .information_box .tel_notfree {
  float: none;
}

.media_sp .information_box .tel_notfree .tel_box .tel_link {
  display: inline;
}

.media_sp .information_box .tel_notfree .tel_box .tel_memo {
  display: inline;
}

.media_sp .information_box .box_notes {
  text-align: left;
}

/****** 3:nav accordion *************************************/

.lower li[data-nav-open-id=tv] {
  display: block;
}

.media_sp .lower li[data-nav-open-id=tv] {
  display: none;
}


/****** 4:win close *************************************/

.win_close {
  position: relative;
  max-width: 380px;
  margin: 0 auto 40px;
}

.win_close .close_icon {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -11px 0 0;
}

.win_close .close_btn {
  width: 100%;
}

.win_close .close_btn .btn {
  height: 50px;
}

.win_close .close_btn .btn_txt {
  text-align: center;
}


/****** 5:modal window *************************************/

#modal_window #modal_inner .sect_ttl {
  border-left: 6px solid #ee734b;
}

#modal_inner .sect_subttl {
  background-image: url(/service/tv/common/img/icon_sect_subttl.gif);
}

