@charset "utf-8";

/* ------------------------
	/support/tv/flow/
---------------------------*/

#contents h2{
	border-left: 8px solid #797979;
    line-height: 1.3;
    padding: 0.3em 0.5em;
    margin: 2em 0 1em;
}

#contents p{
	margin-left: 1em;
}

#contents ul{
	list-style-type: none;
	margin-left: 0;
	padding:0;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents ol li{
    margin-bottom: 1em;
}

#contents li{
	margin:0;
	padding-bottom: 0.5em;
}

#contents section > ul{
	margin-left:1em;
}

/* link */
a.s5-linkV3,
a.s5-linkV3:active {
    color: #3865e0;
}

.qa_detailArea .s5-linkV3:after {
    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");
}

a.s5-linkV3:hover {
    color: #34568e;
}

/* annotation */
#contents p.annotation,
#contents ul.annotation{
	margin-left:1em;
}
#contents p.annotation,
#contents ul.annotation li{
	padding-left: 1em;
    text-indent: -1em;
}

#contents ul.annotation li{
    margin-left: 0;
}

#contents p + p.annotation{
	margin-top: 0.5em;
}


@media (max-width: 640px){
	#contents .s5-header1 {
		margin: 2em 0;
	}
	
	#contents p{
		margin-left: 0;
	}
	
	#contents section > ul{
		margin-left: 0;
	}
	
	#contents p.annotation,
	#contents ul.annotation{
		margin-left: 0.5em;
	}
}

/* selectBtn */
#contents ul.selectBtn{
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	margin: 0 0 1em 1em;
}
#contents ul.selectBtn > li{
	width: calc((100% / 5) - 13px);
	margin-bottom: 16px;
}

#contents ul.selectBtn > li button{
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: auto;
	min-height: 160px;
	padding: 20px 0 0;
	border: #d2d2d2 1px solid;
	border-radius: 6px;
	box-sizing: border-box;
	background: url(/support/share/images/bg_mod-linkButton.jpg);
	background-size: contain;
	color: #333;
	font-weight: bold;
}

#contents ul.selectBtn > li button:hover{
	text-decoration: underline;
}

#contents ul.selectBtn > li button > span.textLink.inner {
	display: inline-flex;
	align-items: flex-start;
	margin-top: 8px;
    min-height: 2.2em;
    background: url(/share5/svg/icon/chevron-down.svg) no-repeat 0 0 / 1em;
    padding-left: 1.5em;
}

#contents ul.selectBtn > li button > img{
	width: 100%;
	max-width: 120px;
	height: auto;
}

#contents .qa_detailArea{
	margin-bottom: 3em;
}

#contents .openDetail{
	display: none;
}

#contents .openDetail.active{
	display: block;
}


@media (max-width: 640px){	
	#contents ul.selectBtn{
		margin-left: 0;
		gap: 1.2em;
	}
	
	#contents ul.selectBtn > li{
		width: calc((100% / 4) - 6px);
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	#contents ul.selectBtn > li button{
		padding: 0.5em;
	}
	
	#contents ul.selectBtn > li button > span{
		min-height: auto;
	}
}

@media (max-width: 450px){
	#contents ul.selectBtn > li{
		width: calc((100% / 2) - 10px);
	}
	
	#contents ul.selectBtn > li button{
		min-height: auto;
	}
}
