@charset "UTF-8";

/*================================================
 *  個人利用規約 用
 ================================================*/

#agreement .agreement_list dt {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	margin: 2.3em -1em 0.5em 0;
	text-align: left;
}
#agreement .agreement_list dt:first-of-type {
	margin-top: 0;
}














/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width:768px) {



#agreement .agreement_list dt {
	font-size: 4.8vw;
	margin-top: 10vw;
}







	
}