@charset "UTF-8";

/*
	================================================================================================
		bd/connect/dub/2024/other/index.css
	================================================================================================
*/

#contents section h3{
	margin: 1em 0 1em 2em;
}

#contents h3 + dl dt{
	margin-bottom:0.8em;
	margin-left: 3.6em;
	display:list-item;
	font-weight:400;
}

#contents h3 + dl dd{
	margin: 0 0 2.4em 3.8em;
}

#contents dl dd p.annotation{
	margin: 0.4em 0 0 0;
}

#contents dl dd div.btn_Area{

	margin:1.4em 0 1em 0;
}

#contents ul.border_top{
	border-top: 4px double;
    padding-top: 2.4em;
    padding-left: 2em;
    margin: 0 1em;
}


@media (max-width: 640px){
	#contents section h3{
		margin: 1em 0 1em 0;
	}

	#contents h3 + dl dt{
		margin-left: 1.4em;
	}

	#contents h3 + dl dd{
		margin-left: 1.4em;
	}

	#contents dl dd p.annotation{
		margin-left: 0;
		margin-top:0.8em;
	}

	#contents ul.border_top{
		padding-left:0;
		margin: 0;
	}

	#contents ul.border_top li{
		margin-left: 1.8em;
	}
}




