@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 a { text-decoration: underline; }
	.privacy__desc a:hover { text-decoration: none; }
	.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;
    }
    .order_list_styleNot { margin-left: 15px; }
    .order_list_styleNot li { text-indent: -1.2em; padding-left: 1.2em; }
    .order_list_styleNot li:nth-child(2n) { margin-bottom: 1em; }
    .order_list_styleNot li:last-child { margin-bottom: 0; }
    span + table { margin-top: .5em; }
    table { width: 100%; border-collapse: collapse; margin-top: .5em }
    table tr th,
    table tr td { border: 1px solid #000; padding: 10px 10px; }














