@charset "UTF-8";

/* -----------------------------------------------
 利用規約・プライバシーポリシー
----------------------------------------------- */
p{
	line-height: 1.8;
}
#help_list{
	padding-bottom: 100px;
}
#help_list .note{
	margin-bottom: 40px;
}
#help_list .note li{
	text-indent: -1em;
	padding-left: 1em;
	font-size: 14px;
}
#help_list > dl:not(:last-of-type){
	margin-bottom: 40px;
}
#help_list dl dt,
#help_list dl dd:not(:last-of-type){
	margin-bottom: 10px;
}
#help_list dl dd dl{
	margin-top:10px;
}
#help_list dl dd dl dt{
 font-weight: normal;
}
#help_list dl dd{
	line-height: 1.8;
}
#help_list dl dd ol li{
	text-indent: -1em;
	padding-left: 1em;
}
#help_list dl dd ol li:not(:last-child){
	margin-bottom: 5px;
}
#help_list dl dd ul{
	margin-top:3px;
}
#help_list dl dd ul li:not(:last-of-type){
	margin-bottom: 5px;
}
#help_list dl dd a{
	text-decoration: underline;
}
/* ======================================================
 BlakePoint 480px〜768px
====================================================== */
@media screen and (max-width: 768px){
/* -----------------------------------------------
 利用規約・プライバシーポリシー
----------------------------------------------- */
#help_list {
	padding-bottom: 80px;
}
#help_list .read{
	font-size: 14px;
}
#help_list .note li{
	font-size: 12px;
}
#help_list dl dt,
#help_list dl dd,
#help_list dl dd ol li{
	font-size: 14px;
}
}
