@charset "Utf-8";
/*
	================================================================================================
		support tv products share css manual_02.css
	================================================================================================
*/
#contents h1.title {
    border-bottom: 2px solid #6b6b6b;
    color: #2f353d;
    margin-bottom: 30px;
    font-size: 1.5rem;
}

#contents h2.title {
    font-size: 1.25rem;
    border-bottom: 1px solid #2f353d;
    color: #2f353d;
    margin-bottom: 30px;
}


/* infoBox */
#contents .infoBox{
    display: flex;
    margin: 3em 0;
}

#contents .infoBox p{
    margin: 0;
}

#contents .infoBox p.bold{
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0.3em 0 0;
}

#contents .infoBox .infoPct{
    margin: 0 2em;
}

@media (max-width: 640px){
    #contents .infoBox .infoPct{
    margin: 0 0.3em 0 0; 
    }
    
    #contents .infoBox .infoPct img{
        width: 100%;
        height: auto;
    }  
}

/* indexArea */
#contents .indexArea{
    display: flex;
    margin: 3em 0;
}

#contents .imgBox a {
    border: 1px solid #bcbcbc;
    border-radius: 6px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
    color: #333;
    cursor: pointer;
    display: block;
    height: auto;
    letter-spacing: 0.01em;
    line-height: 1.4;
    text-align: center;
    width: 160px;
    margin: 0 1em;
    padding: 1em 0;
}

#contents .indexArea .imgBox a:hover{
    opacity: 0.5;
    text-decoration: none;
}

#contents .imgBox span.figure,
#contents div.iconBox span.figure {
    display: block;
    margin-bottom: 0.3em;
}

#contents .imgBox a span.inner_link {
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
}

/*2022/10/12追記*/
#contents ul.indexArea{
    padding: 0;
    list-style: none;
}

#contents li.imgBox {
    padding: 0;
    margin: 0;
}


/* f-box */
#contents div.f-box{
    display: flex;
    margin: 1em 0;
    padding-top: 3em;
    border-top: 1px solid #d2d2d2;
}

#contents div.f-box a.bnr{
    display: inline-block;
    margin-left: 2.5em;
}

#contents div.iconBox {
    color: #333;
    display: block;
    letter-spacing: 0.01em;
    line-height: 1.4;
    text-align: center;
    height: 128px;
    margin: 0 1em;
    padding: 0 1em;
}

@media (max-width: 640px){
    #contents .indexArea,
    #contents div.f-box {
    flex-direction: column;
    margin: 0 0 1em 0;
    } 
    
    #contents div.f-box{
    padding-top: 0;
    }
    
    #contents .imgBox,
    #contents li.imgBox{
    margin-bottom: 1em; 
    }
    
    #contents .imgBox a {
    display: flex;
    align-items: center;
    width: auto;    
    padding-left: 2em;
    padding-bottom: 0.3em;
    margin: 0 0 0.3em;    
    }
    
    #contents div.iconBox {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-bottom: 0; 
    margin: 1em 0;    
    height: 50%;
    }
    
    #contents div.iconBox span.figure {
    margin-bottom: 0;
    }
    
    #contents .imgBox span.figure img{
    width: 50px;
    margin: 0 2em 0 0.5em;
    }
    
    #contents div.f-box span.figure img{
    width: 50px;
    margin: 0 1em 0 0.5em;
    }
    
    #contents div.f-box a.bnr {
    margin-left: 1em;
    }
    
    #contents .f-box a.bnr img{
    width: 100%;
    max-width: 300px;
    height: auto;
    }
    
    #contents .txtBox ul{
    margin-left: 0;    
    }
}

/* Gray */
#contents .Gray.OpenbtnArea{
	padding: 1em 2.5em;
    font-weight: bold;
    border: #d2d2d2 1px solid;
    border-radius: 6px;
    font-size: 1.125rem;
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    cursor: pointer;
    margin-top: 0.75em;
	text-indent: -29px;
} 

#contents .Gray:hover,
#contents .Gray:active{
	text-decoration: none;
    opacity: 0.5;
}        

#contents .detailArea{
	padding: 1em;
    border: 1px solid #d2d2d2;
    background-color: #fff;
} 

/*get_adobe*/
#contents span.textLink {
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position: 0 6px;
	padding-left: 1em;
}

#contents .get_adobe {
	margin-top: 1em;
	margin-bottom: 2em;
	margin-left: 1.25em;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 10px;
}

#contents .get_adobe > a > img {
    float: left;
    margin-right: 0.6em;
}

#contents .get_adobe > a > span {
	display: inline-block;
	margin-top: 0.6em;
}

@media (max-width: 640px){
    #contents .get_adobe {
        margin-left: 0;
    }
}

/* annotation */
#contents span.annotation{
	text-indent: -1em;
    font-size: 0.9em;
	padding-left:1em;
}

#contents span.annotation.connect{
	display:inline-block;
}

/* notice_gray_b */
#contents .notice_gray_b{
	background-color: #EBEBEB;
	border: 1px solid #999999;
	padding: 1em;
    margin: 0 0 2em 1em;
}

#contents .notice_gray_b p{
    margin-left: 0;
    margin-bottom: 0;
}

@media (max-width: 640px){
    #contents .notice_gray_b{
    margin-left: 0;
    }  
}

/* notice_gray_c */
#contents .notice_gray_c{
	background-color: #EBEBEB;
	border: 1px solid #999999;
	padding: 1em;
    margin: 0 0 3em 2em;
}

#contents .notice_gray_c p{
    margin: 1em 0 0 0;
}

@media (max-width: 640px){
    #contents .notice_gray_c{
    margin: 0 0 1em;
    }
}
	

/* 20220218 */
#contents div.bnr_area1 {
    margin-top: 30px;
    margin-left: -1em;
}

#contents div.bnr_area1 img {
	margin-right: 0.5em;
}
	
@media (max-width: 640px) {
	#contents div.bnr_area1 {
		margin-left: 0;
	}
}

/* 20220302 */
#contents .indent {
    text-indent: -4em;
    padding-left: 4em;
}

#contents br.mqonly{
    display: none;
}

@media (max-width: 640px){
    #contents .indent {
    text-indent: 0;
    padding-left: 0;
    }
    
    #contents br.mqonly{
    display: block;
    }
}

/*2022/06/08*/
#contents p.list {
    display: list-item;
    list-style-type: disc;
    margin-left: 1.5em;
    padding-bottom: 1em;
}


/*2022/06/10*/
/* movieList */
#contents ul.movieList{
    margin-left: 10px;
}

#contents ul.movieList li{
	width: 24%;
	display:inline-table;
	background-color: #f3f3f3;
	padding: 20px 20px 10px 20px;
}

#contents ul.movieList li.h15{
    height: 15em;
}

#contents ul.movieList li a >img{
	margin-bottom:1em;
}

#contents ul.movieList li a span{
display: inline-block;
    background: url(/share/images/arrow_black.gif) no-repeat 0px 6px;
    padding-left: 1em;
    word-break: break-all;
    padding-right: 0.5em;
}
#contents ul.movieList li a span span.link_out {
    background: url(/support/share/images/icon_blank.gif) no-repeat scroll 0 0 transparent;
}

/*2023/07/03 アクセシビリティ対応*/
#contents .accordion.type_3 button + div {
    padding: 1em;
    border: 1px solid #d2d2d2;
    background-color: #fff;
}

@media (max-width: 640px){
	#contents .accordion.type_3 button::before {
    	display: none;
	}
	
	#contents .accordion.type_3 button span {
		display: table-cell;
		padding-left: 24px;
		text-indent: -24px;
	}
	
	#contents .accordion.type_3 button span::before {
		display: inline-block;
		margin-right: 5px;
		width: 19px;
		height: 18px;
		background: url(/support/share/images/st_open.png);
		vertical-align: middle;
		content: "";
	}
}

/* 20240708 */
#contents .txtBox ul.txtlink > li.commingsoon a{
	color: #333;
	pointer-events: none;
	cursor: default;
}
#contents .txtBox ul.txtlink > li.commingsoon a:focus{
	visibility: hidden;
}

#contents .txtBox ul.txtlink + p.annotation{
	margin-left: 2.5em;
}
#contents div.f-box a.bnr {
	line-height: 0;
}