@charset "utf-8";
/* CSS Document */

/*===========================================
tv bca style.css
=============================================*/
/* enqueteArea */
@media(max-width:390px) {
	#cs_enquete_wrapper .cs_btn {
		padding: 0!important;
	}

	#cs_enquete_wrapper .cs_btn li button, #cs_enquete_wrapper .cs_btn li img {
		max-width: 100%!important;
	}
}

#contents section{
	margin-bottom: 3em;
	margin-top: 4em;
}

#contents p{
	word-break: break-all;
}

#contents p,
#contents ul{
	margin-left: 1em;
}

#contents p + p{
	margin-top:1em;
}

#contents ul{
	padding-left: 0;
}

#contents section h2 {
	font-size: 1.25rem;
	border-left: 5px solid #333f50;
	line-height: 1.3;
	border-bottom: 2px solid #2f353d;
	padding: .5em .5em;
	margin-bottom: 1em;
}

/* list */
#contents ul{
	padding:0;
}

#contents ul.disc{
	list-style-type: disc;
}

#contents ul.none{
	list-style-type: none;
	margin-left: 0;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents li{
	margin-bottom:0.5em;
	margin-left:0;
}

#contents section > ul{
	margin-left:1em;
}

#contents ul.disc,
#contents section > ol{
	margin-left: 2.5em;
}

#contents dl,
#contents dl dt,
#contents dl dd{
	margin:0;
	padding:0;
}

#contents section > dl{
	margin-left: 1em;
}

#contents dl dt{
	margin-bottom: 0.5em;
	font-weight: 700;
}
#contents dl dd{
	margin-bottom: 1em;
}

#contents p.disc{
	display: list-item;
	list-style-type: disc;
	margin-top: 0;
	margin-left: 1.5em;
}

/* link */
#contents a.s5-linkV3{
	display: inline-block;
	margin-top: 5px;
	color: #3865e0;
}
#contents span.s5-linkV3,
#contents a.s5-linkV3--down{
	color: #2f353d;
}

#contents a.s5-linkV3:after {
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	margin: -0.15em 0.4em 0;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%233865e0'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F%3E%3C%2Fsvg%3E");
	content: '';
	background-repeat: no-repeat;
	vertical-align: middle;
}

#contents span.s5-linkV3:after {
	background-image: url(/share5/svg/icon/angle-right.svg);
}

#contents .s5-linkV3.s5-linkV3--down:after {
	display: inline-block;
	content: '';
	background-image: url(/share5/svg/icon/angle-down.svg);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-top: -.15em;
	margin: 0 0.5em;
}

/* annotation */
#contents p.annotation,
#contents ul.annotation{
	font-size: 1rem;
	margin-left: 0;
}
#contents p.annotation,
#contents ul.annotation li{
	padding-left: 1em;
	text-indent: -1em;
}

#contents p + p.annotation{
	margin: 0 0 1em 1em;
}

#contents span.annotation{
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

/* notice*/
#contents .notice_gray {
	margin-bottom: 2em;
	margin-left: 1em;
	padding: 1em;
	border: 1px solid #767676;
}

#contents .notice_gray_b{
	margin-left: 1em;
	padding: 1em;
	background-color: #EBEBEB;
	border: 1px solid #999999;
}

#contents > .notice_gray,
#contents > .notice_gray_b{
	margin-left: 0;
}

#contents .notice_gray > p,
#contents .notice_gray_b > p{
	margin:0;
}

#contents .notice_gray_b > ul.disc{
	margin-left: 1.5em;
}

#contents .notice_gray_b > ol.disc {
	margin-left: 1.5em;
}

#contents .accent {
	color: #EE0000;
}

/* indexArea */
#contents .indexArea{
	display: table;
	width: 100%;
	margin-left: 1em;
}

#contents .indexArea p.left{
	display: table-cell;
	width: 1.5em;
	margin: 0;
	padding: 0.5em;
	background: #2f353d;
	color: #fff;
	font-size: 1rem;
	vertical-align: middle;
	text-align: center;
}

#contents .indexArea ul{
	border: 1px solid #ccc;
	padding: 1.5em 1em 1em 1.5em;
	list-style-type: none;
	margin: 0!important;
	width: 98%;
	box-sizing: border-box;
	height: 100%;
	background-color: #fff;
}

#contents img.icon_window {
	padding-left: 0.25em;
}

#contents .c5-mb0{
	margin-bottom: 0 !important;
}
#contents .c5-mt0{
	margin-top: 0 !important;
}

@media screen and (max-width: 768px){
	#contents p,
	#contents section > p,
	#contents div:not( [role="region"]):not(.wrapper){
		margin-left: 0 !important;
	}

	#contents section ul{
		margin-left: 0;
	}

	#contents > ul.disc,
	#contents section ol{
		margin-left: 1.5em;
	}

	#contents section > dl{
		margin-left: 0;
	}
	
	#contents p + p.annotation{
		margin: 0 0 1em 0;
	}

	#contents .notice_gray_b{
		margin-left: 0;
	}

	#contents .indexArea{
		margin-left: 0;
	}
}
@media screen and (max-width: 640px){
	#contents .notice_gray_b > ul.disc {
		margin-left: 1em;
	}
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
