@charset "utf-8";
/* CSS Document */

/*===========================================
	howto BDZ-FBT4200 css
=============================================*/
#contents .top{
	background-image: url("/support/bd/howto/bdz-fbt4200/images/index_top_pct.jpg");
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto 2em;
	width: 100%;
	height: 300px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	align-items: center;
}
#contents .top h1{
	color: #000;
	margin: 0;
	text-shadow: 1px 1px 4px #FFF, -1px -1px 4px #FFF, -1px 1px 4px #FFF, 1px -1px 4px #FFF, 0px 1px 4px #FFF, 0-1px 4px #FFF, -1px 0 4px #FFF, 1px 0 4px #FFF;
}

#contents .top h1 span.series{
	padding: 0;
	display: block;
	font-size: 3rem;
	text-align: center;
}

#contents .top h1 span.title{
	margin: 0;
	padding: 0.2em 1em 0;
	display: block;
	border-top: #000 solid 2px;
	border-bottom: none;
	font-size: 3rem;
	text-align: center;
}

@media screen and (max-width: 640px){
	#contents .top{
		background-size: cover;
		height: 150px;
	}
	#contents .top h1 span.series{
		margin: 0 1em;
		font-size: 1.5em;
	}

	#contents .top h1 span.title{
		font-size: 1.5em;
	}
}

/*
@media screen and (max-width: 470px){
	#contents .top{
		background-size: contain;
	}

	#contents .top h1 span.title {
		font-size: 1.3em;
	}
}

@media screen and (max-width: 400px){
	#contents .top h1 span.series{
		margin: 0 0.5em;
		font-size: 1em;
	}

	#contents .top h1 span.title {
		font-size: 1.1em;
	}
}
*/

#contents h2.title {
	font-size: 1.25rem;
	border-bottom: 1px solid #2f353d;
	color: #2f353d;
	margin-top: 2em;
	padding-bottom: 0;
	padding-left: 0;
}

#contents h2.t-flex{
	display: flex;
	align-items: center;
}

#contents span.icon img{
	vertical-align: middle;
}

#contents span.icon img.img01{
	margin: 0 0.5em 0.3em;
}

#contents ul.list-flex{
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
}

#contents ul.list-flex li{
	width: 220px;
	margin: 0 8px 1.5em;
}

#contents ul.list-flex a{
	display: inline-block;
}

#contents ul.list-flex a:hover{
	opacity: 0.5;
	color: #000;
}

#contents ul.list-flex a span.textLink {
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position: 0 6px;
	padding-left: 0.8em;
	display: inline-block;
}


@media (max-width: 640px){
	#contents ul.list-flex{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}

	#contents ul.list-flex li{
	width: 220px;
	margin: 0 0 2em;
	}

	#contents ul.list-flex a span.textLink{
	margin-top: 0;   
	}
}    

/* 20240411 */
#contents .top h1{
	padding-right: 1em;
}
#contents .top h1 span.title,
#contents .top h1 span.series{
	font-size: max(2.28vw, 32px);
	text-align: left;
}

#contents .top h1 span.title{
	margin-top: 0.2em;
	padding: 0.2em 0.5em;
}

#contents .top h1 span.series {
	padding-left: 0.5em;
	padding-right: 0.5em;
	line-height: 1.4;
}

@media (min-width: 1201px){
	#contents .top h1 span.series,
	#contents .top h1 span.title{
		font-size: 2.615rem;
	}
}


@media (max-width: 640px){
	#contents .top h1 span.series,
	#contents .top h1 span.title{
		font-size: max(2.812vw, 18px);
	}
	#contents .top h1 span.series {
		margin: 0;
	}
}

@media screen and (max-width: 414px){
	#contents .top {
		height: auto;
	}
	#contents .top h1{
		margin: 0.714em 0;
	}
	
	#contents .top h1 span.series,
	#contents .top h1 span.title{
		font-size: 1rem;
	}
}

