@charset "utf-8";

#contents　h1{
	padding: 0;
	margin-bottom: 15px;
}

#contents .btnArea ul{
	margin-left: 1em;
}

#contents .btnArea ul li {
    width: 54%;
}

#contents section#show_hide .btnArea ul.tablist li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#contents section#show_hide .btnArea ul.tablist li.active {
    background-color: rgba(240,252,255,0.7);
    border-bottom: none;
}

#contents section#show_hide .btnArea ul.tablist li span {
    font-size: 1.077em;
	height: auto;
}

#contents .Gray {
    width: calc(100% - 1em);
    display: table;
}

#contents .Gray h2 {
    padding-left: 5px;
    display: table-cell;
    width: 100%;
}


#contents .detailArea.warningArea {
    background-image: url(/support/tv/images/ico_warning2.gif) !important;
    background-position: 1em 1em;
    background-repeat: no-repeat;
    padding: 2em 1em 1em 2em !important;
}

#contents .warningArea dl{
	margin-top: 1.5em;
}

#contents .warningArea dl dt{
	margin-bottom: 0;
}

#contents .warningArea dl dd{
	margin-bottom: 1em;
}

#contents section#show_hide h2 {
    font-size: 1.385rem;
}

#contents section#show_hide .warningArea{
	margin: 1em 0;
}

#contents div.openArea {
    margin-bottom: 2em;
}

#contents section h3 {
    font-size: 1.231rem;
    border-left: none;
    border-bottom: none;
}

#contents .title-2 {
    border-bottom: 1px dotted #d0d0d0;
    color: #000;
    padding: 0 0 5px 13px;
	width: calc(100% - 1em);
    margin-left: 10px;
}

#contents ul.wall-info{
	list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
#contents ul.wall-info:after{
	display: none;
}

#contents ul.wall-info > li{ 
	border: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
    padding: 1em;
    width: calc(50% - 1em);
	margin-bottom: 1.5em;
}

#contents ul.wall-info > li > a{
	display: inline-block;
    float: left;
    padding-right: 10px;
}

#contents ul.wall-info li .info-box{
	display: table-cell;
}

#contents ul.wall-info li .info-box dl dt{
	font-size: 1.231rem;
}

#contents ul.wall-info li .info-box > a.linkBtn{
	display: inline-block;
    background: #666;
    padding: 5px 40px;
    margin: 0.5em 0;
	color: #fff;
}

#contents ul.wall-info li .info-box > a.linkBtn:hover,
#contents ul.wall-info li .info-box > a.linkBtn:active,
#contents ul.wall-info li .info-box > a.linkBtn:focus{
	opacity: 0.7;
	text-decoration: none;
}

#contents ul.wall-info li p.link{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position: 0 6px;
    padding-left: 10px; 
	clear:both;
	margin-bottom: 0;
}

#contents ul.txtlink.productslist{
    margin-left: 3em;
}

@media (max-width: 640px) {
	#contents h1 img{
		width: 100%;
	}
	#contents .Gray {
		margin-left: 0;
		padding: 1em 0 0.75em 5px;
		text-indent: 0;
		width: 100%;
	}
	
	#contents .Gray h2 {
		padding-right: 5px;
		font-size: 1rem;
	}
	
	#contents div.btnArea ul {
		margin-left: 0;
	}
	
	#contents div.btnArea ul li {
		width: 100% !important;
	}
	
	#contents section#show_hide .btnArea ul.tablist li {
		padding: 1em 0.5em 10px;
	}	
	
	#contents section#show_hide .btnArea ul.tablist li span {
		font-size: 0.923em;
	}
	
	#contents div.openArea {
		padding: 15px 5px;
	}
	
	#contents ul.wall-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	*::-ms-backdrop, _:-ms-lang(x), #contents ul.wall-info {
		display: block;
	}
	
	#contents ul.wall-info li {
		width: 100%;
	}
	
	#contents ul.wall-info li .info-box {
		display: block;
	}
	
	#contents ul.wall-info li .info-box dl dt{
		margin-top: 10px;
	}
	
	#contents ul.wall-info li .info-box > a.linkBtn {
		padding: 5px 0;
		text-align: center;
		width: 100%;
	}
	
	#contents ul.wall-info li p.link{
		margin: 1em 0 1em 1em;
	}
}



/* contentsB_Area */

#contents ul.unitList{
	list-style-type: none;
}
#contents ul.unitList > li{
	border: 1px solid #ccc;
	padding: 1em 1em 0;
	margin-bottom: 2em;
	background: #fff;
	box-sizing: border-box;
}

#contents ul.unitList > li .unit-box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#contents ul.unitList > li .unit-box img{
	margin-right: 10px;
}

#contents ul.unitList > li .unit-box dl dt{
	font-size: 1.143rem;
}

#contents ul.unitList > li .unit-box dl dd > ul.txtlink{
	margin-left: 0;
}

@media (max-width: 640px) {
	#contents ul.unitList > li .unit-box{
		flex-direction: column;
		align-items: start;
	}
	
	#contents ul.unitList > li .unit-box img {
		margin-right: 0;
		display: block;
		margin: auto;
	}
	
	#contents ul.unitList > li p.annotation{
		margin-left: 0;
	}
}

/* contentsC_Area */

#contents section .wrapper{
    display: block;
    padding: 1.5em;
	margin-bottom: 3em;
}

#contents section .wrapper.bg_f{
	background: #fff;
}

#contents section .wrapper figure figcaption{
	margin-bottom: 10px;
}

#contents section .wrapper .btn{
	margin: 0 0 1.5em;
	width: 54%;
}

#contents section .wrapper .btn span.textLink{
	display: inline-block;
}

#contents section .pct img{
	display: block;
	margin: auto;
}

#contents section .wrapper a.textLink + p{
	margin-left: 1em;
}

@media (max-width: 640px) {
	#contents section .wrapper{
		padding: 1.5em 0;
		margin-left: 0;
	}
	
	#contents section .wrapper.bg_f{
		background: none;
	}
	
	#contents section .wrapper .btn{
		width: 100%;
	}

	
	#contents section .pct img{
		width: 100%;
		max-width: 400px;
		height: auto;
	}
    
    #contents section .wrapper .pct p.mq_l{
        text-align: left;
    }
}


/* 20240604 */

.top {
    background-image: url("/support/tv/wall/images/index_pct_top.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    height: 270px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
}

.top h1 {
    color: #000;
    margin: 0;
    vertical-align: middle;
    z-index: 1;
    bottom: 0;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    text-shadow: 0 0 20px #FFF;
}

.top .f_title {
    display: flex;
    flex-direction: column;
}

.top .title {
    font-size: 2.5rem;
    text-align: center;
	margin-bottom: 0;
}

.top .s_title {
    font-size: 2.25rem;
	border-top: 2px solid #2e2d2d;
	padding-top: 5px;
}

@media (max-width: 640px) {
    .top {
        max-height: 100px;
    }

    .top .title {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
	
	 .top .s_title {
        font-size: 1.25rem;
        padding-right: 10px;
    }

}

/* 20240807 */
@media (max-width: 640px) {
    #contents {
        word-break: break-all;
    }
}

#contents .indexArea p.left {
	color: #000; 
    font-weight: bold;
}

/* 20240910 */
#other {
	margin: 0 1em ;
}

#otherArea.detailArea {
	margin: 0 0 0 1em ;
	padding-bottom: 0;
	background: none;
	border: none;
}

#otherArea ul.unitList {
	margin-left: 0;
}

@media (max-width: 640px) {
	#otherArea.detailArea {
		margin: 0;
		padding: 1em 0.5em 0;
	}
}

/* 20240918 */
#contents .wall-info ul.txtlink{
	clear: both;
}
#contents .wall-info ul.txtlink > li{
	margin-bottom: 5px;
}
#contents .wall-info ul.txtlink > li > a{
	float: none;
}

/* 20250326 */
#contents #past.Gray > h2{
	padding: 0;
	border: none;
}

#contents section #past.Gray + .detailArea{
	padding: 1em;
	background: rgba(255,255,255,0.75);
	border: 1px solid #d2d2d2;
}

#contents #past.Gray .icon{
	margin-bottom: 5px;
	vertical-align: middle;
}

@media (max-width: 640px) {
	#contents div.openArea {
		padding: 15px 5px;
	}
}
