@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 56px;
}

#main {
	margin: 0 auto 80px;
	width: 980px;
}

#main .headLine03 {
	margin-bottom: 18px;
	padding: 0 4px 2px;
	line-height: 1.2;
}

#main .headLine04 {
	margin-bottom: 5px;
}

#main p {
	font-size: 14px;
}

#main .text {
	margin-bottom: 37px;
}

#main .textList dt {
	padding: 19px 0 12px;
	color: #2692FF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.54;
	border-top: 1px solid #CCC;
}

#main .textList dd {
	padding-bottom: 23px;
	font-size: 14px;
	line-height: 1.54;
}

#main .textList dt:first-child {
	border-top: none;
}

#main .textList dd li {
	margin: 17px 0 0 2em;
	text-indent: -2em;
}

#main .textList dd li:first-child {
	margin-top: 0;
}

#main .textList dd .privilege {
	padding-top: 3px;
}

#main .textList dd .privilege li {
	margin-top: 0;
}

/*------------------------------------------------------------
	privacypolicy.html
------------------------------------------------------------*/
#main .text02 {
	padding: 8px 0 40px;
	font-size: 16px;
	font-weight: 700;
}

#main .privacy dl {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.64;
}

#main .privacy dt {
	color: #2692FF;
	font-weight: 500;
}

#main .privacy dd {
	padding-bottom: 24px;
}

#main .contact {
	margin-top: 20px;
	padding: 25px 35px;
	width: 470px;
	line-height: 1.76;
	background-color: #F5F5F5;
}

/*------------------------------------------------------------
	sctl.html
------------------------------------------------------------*/
#main .h2Ttl {
	margin-bottom: 47px;
}

#main .sctl dl {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.8;
}

#main .sctl dt {
	color: #2692FF;
	font-weight: 500;
}

#main .sctl dd {
	padding-bottom: 24px;
}

#main .sctl p a {
	text-decoration: underline;
}

#main .sctl p a:hover {
	text-decoration: none;
}

@media all and (min-width: 0) and (max-width: 767px)  {
	#gHeader {
		margin: 0;
	}
	
	#main {
		margin: 0 25px 50px;
		padding-top: 35px;
		width: auto;
	}

	#main .textList {
		margin-bottom: 30px;
		border-bottom: 2px solid #CCC;
	}
	
	#main .textList:last-child {
		margin-bottom: 0;
	}

	#main .textList dt:first-child {
		border: none;
	}
	
	#main .textList dt {
		padding: 11px 0 13px;
		font-size: 10px;
		border-top: 2px solid #CCC;
	}
	
	#main .textList dd {
		padding: 5px 0 26px;
		font-size: 10px;
		border: none;
		display: none;
	}
	
	#main .textList dd li {
		margin: 13px 0 0 2.8em;
		text-indent: -2.8em;
	}
	
	#main .textList .last {
		padding-bottom: 20px;
	}
	
	#main p {
		font-size: 10px;
	}
	

/*------------------------------------------------------------
	privacypolicy.html
------------------------------------------------------------*/
	#main .text02 {
		padding-bottom: 20px;
		font-size: 12px;
	}
	
	
	#main .privacy dl {
		margin-bottom: 20px;
		font-size: 11px;
		line-height: 1.8;
	}

	#main .privacy dd {
		padding-bottom: 15px;
		font-size: 10px;
	}
	
	#main .privacy p {
		font-size: 12px;
	}
	
	#main .contact {
		margin-top: 15px;
		padding: 20px;
		width: auto;
	}

/*------------------------------------------------------------
	sctl.html
------------------------------------------------------------*/
	#main .h2Ttl {
		margin-bottom: 27px;
	}
		
	#main .sctl dl {
		margin-bottom: 5px;
		font-size: 11px;
		line-height: 1.8;
	}

	#main .sctl dd {
		padding-bottom: 15px;
		font-size: 10px;
	}
	
	#main .sctl p {
		font-size: 10px;
		line-height: 1.8;
	}
	


}


@media all and (min-width: 768px){
	#main .textList dd {
		display: block !important;
	}
}