<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 20221019 faq24.css */

/* list */

#contents ul{
    list-style-type: none;
	margin-left: 0;
	padding:0;
}

#contents ul.disc{
	list-style-type: disc !important;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents li{
	margin:0;
	float: none;
}

#contents ul.txtlink li{
	margin-right: 0;
}

#contents a.textLink.inner{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
	margin-bottom: 5px;
}

#contents article .faq &gt; p,
#contents article .faq .gray-box p{
	margin-left: 0;
}
#contents article .faq section{
	margin-top: 3em;
}
#contents article .faq .gray-box{
	margin-top: 2em;
}

#contents article .faq .gray-box ul.menu_list{
	padding-left: 0;
	margin-left: 10px;
}

#contents article .faq .gray-box ul.menu_list li{
	padding: 0 0 0 1em;
	background-position: 0;
}

#contents article .faq h2.title2{
	margin-left: 0;
}

#contents article .faq dl.note{
	margin-top: 2em;
	margin-left: 0.5em;
}

#contents article .faq section h2 ~ p{
	margin-left: 0.5em !important;
}

#contents article .faq dl.note dt{
	font-weight: bold;
	margin-bottom: 0;
}

#contents article .faq a.textLink{
	margin-left: 10px;
	margin-top: 5px;
}

#contents article .faq ul.txtlink{
	margin-left: 10px !important;
}

#contents article .faq ul.txtlink &gt; li{
	margin-left: 5px;
	margin-bottom: 0;
}
#contents article .faq .opencloseArea {
	margin: 2em 0 2em 0.5em;
}

#contents article .faq  ol.circle .opencloseArea {
	margin-left: 0;
}
#contents article .faq .opencloseArea button {
	padding: 0;
	appearance: none;
	text-align: left;
	width: 100%;
	font:unset;
	margin: 0;
}

#contents article .faq .opencloseArea .detailArea{
}

#contents article .faq ol.circle li p.lead ~ p{
	margin-left: 0;
	margin-top: 1em;
}

#contents article .faq ol.circle li &gt; .hint{
	margin-left: 0;
	margin-right: 0;
}

#contents article .faq ol.circle li &gt; .hint dt{
	font-weight: bold;
	margin-bottom: 10px;
}
#contents article .faq ol.circle dl.gray{
	margin-top: 2em;
}
#contents article .faq ol.circle dl.gray dt{
	padding: 10px;
	background-color: #eee;
	border: 1px solid #ccc;
}
#contents article .faq ol.circle dl.gray dd{
	margin-bottom: 1em;
}

@media (max-width: 640px){

	#contents article .faq{
		padding-left: 0;
		padding-right: 0;
	}
	#contents h1{
		padding-left: 0!important;
	}
	
	#contents article .faq ul.disc{
		margin-left: 1.5em !important;
	}
	
	#contents article .faq ol.circle{
		margin-top: 2em;
	}
	#contents article .faq ol.circle &gt; li{
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 2em;
	}
	
	#contents ul.txtlink li{
		margin-bottom: 0;
	}
}</pre></body></html>