@charset "utf-8";
/*/support/tv/enjoy/index.html css 20230630*/

#contents h1.title {
	font-size: 1.5rem;
    border-bottom: 2px solid #6b6b6b;
    color: #2f353d;
    margin-bottom: 1.5em;
	padding: 0 0 0.3em 1em;
}

#contents h2.title {
    font-size: 1.25rem;
    border-bottom: 1px solid #2f353d;
    color: #2f353d;
	margin: 2.5em 0 1em;
	padding: 0 0 0.3em 1em;
}

#contents p {
	word-break: break-all;
	margin: 0 0 1em 1em;
}

.s5-linkV3:after {
    display: inline-block;
    content: '';
    background: url(/share5/svg/icon/angle-right.svg) no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    height: 0.6em;
    width: 0.6em;
    margin: -0.15em 0.4em 0;
}

.s5-linkV3:hover, .s5-linkV3:focus, .s5-linkV3:active {
    color: #34568e;
}

#contents .b_style{
	font-weight: bold;
}

#contents .bnrArea {
	list-style: none;
	overflow: hidden;
}

#contents .bnr_single {
    float: left;
    margin: 0 0 0.5em 1em;
	padding: 0;
}

#contents .bnr_single img{
    vertical-align: middle;
	max-width: 300px;
}

#contents ul.listArea {
    display: flex;
	flex-wrap: wrap;
	list-style: none;
	gap: 1em;
}

#contents ul.listArea li {
    width: 280px;
	margin: 0 1em 1em;
}

#contents ul.listArea li a{
    display: block;
}

#contents ul.listArea li a:hover,
#contents ul.listArea li a:focus,
#contents ul.listArea li a:active {
    opacity: 0.7;
	color: #34568e;
}

#contents ul.listArea li .heading {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
	color: #2f353d;
	margin: 0.5em 0;
}

#contents ul.listArea li .explanation {
    display: block;
	color: #2f353d;
}

#contents ul.annotation {
	list-style: none;
	margin: 1em 0 2em 1em;
}

#contents ul.annotation li {
    padding-left: 1em;
    text-indent: -1em;
}

@media (max-width: 640px){
	#contents h1.title {
		padding: 0 0 0.3em;
	}

	#contents h2.title {
		padding: 0 0 0.3em;
	}
	
	#contents p {
		margin: 0 0 1em;
	}
	
	#contents .bnr_single {
		float: none;
		max-width: 300px;
    	margin: 0.5em auto;
	}
	
	#contents ul.listArea {
		flex-direction: column;
    	align-items: center;
		gap: 0;
	}
	
	#contents ul.listArea li {
		margin: 0 0 2em;
	}
	
	#contents ul.listArea li:last-child {
		margin: 0;
	}
	
	#contents ul.listArea li .heading {
	margin: 0.5em 0 0;
}
	
	#contents ul.annotation {
		margin: 1em 0 2em 0;
	}
}


/* 2023/10/06追記 */
/*indexArea*/
#contents .indexArea {
	display: table;
	width: 98%;
	margin: 2em 0 3em 1em;
}

#contents .indexArea p.left {
	background: #595959;
	font-size: 14px;
	padding: 0.5em;
	margin: 0;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 1.5em;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

#contents .indexArea ul {
	border: 1px solid #595959;
	padding: 1.5em 1em 1.5em 1.5em;
	list-style-type: none;
	margin: 0 !important;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	background-color: #fff;
}

#contents ul.innerTxt li {
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
	margin-bottom: 0.5em;
}

#contents ul.innerTxt li:last-child {
	margin-bottom: 0;
}

@media (max-width: 640px){
	#contents .indexArea {
		width: 100%;
		margin-left: 0;
	}
}