@charset "UTF-8";
/*======================================================================
	Title:privacy.css
	------------------------------------------------------
	Copyright IROYA All Rights Reserved.
======================================================================*/

/* ============================================================

contents

============================================================ */


/* =============================================
#contents_body_wrapper
============================================= */
.contents_body_main .ttl_contents {
	letter-spacing: 0;
}
.privacy_intro{
	margin:0 0 35px;
	line-height:2em;
}
.privacy_info{
	width:100%;
}
.privacy_info li:not(:last-child){
	margin-bottom:50px;
}
.privacy_info li h3{
	margin:0 0 1em;
}
.privacy_info li p{
	margin:0 0 0 1em;
}
.privacy_info li p:not(:last-child){
	margin-bottom:1em;
}
/* ============================================================

SP

============================================================ */

@media screen and (max-width:736px){
	.privacy_info li p{
		line-height:1.9em;
		letter-spacing:0.05em;
	}

}
