@charset 'utf-8';
/*
 * name:privacy.css
 * author:sovanda nulo
*/

/* privacy
------------------------------------------------ */

	.privacy__desc { font-size: 14px; font-size: 1.4rem; line-height: 1.6667; }
	.privacy__desc dl { display: block; position: relative; }
	.privacy__desc dl:not(:last-child) { margin-bottom: 1.6667em; }
	.font_weight_bold{
		font-weight: bold;
	}
	.unstyle_list {
        margin-left: 30px;
        list-style: disc;
    }

    .order_list_style {
        margin-left: 30px;
        list-style: auto;
    }