<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GDPRç”¨css */

.GDPR_inner {
    width: 90%;
    margin: 0 auto 5rem auto;
    padding: 0;
    list-style: none;
}

.GDPR_inner_wrap{
	margin-bottom: 3rem;
	padding-bottom: 1rem;
}

.GDPR_inner_wrap:not(:last-child){
	border-bottom: 1px solid #e0e0e0;
}

/*
.GDPR_inner_wrap_last{
	margin-bottom: 3rem;
	padding-bottom: 1rem;
}
*/

.GDPR_ttl {
    font-family: 'Jost', sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    text-align: left;
}


.GDPR_list-ttl {
    font-weight: bold;
	padding-top: 0.5rem;
}

.GDPR_txt {
    margin-bottom: 2.5rem;
}

.GDPR_list-items {
    list-style: none;
    padding-left: 1.5rem;
    margin-bottom: 2.5rem;
}

.GDPR_list-item {
	/* margin-bottom: 2.5rem;*/
   padding-left: 1.5rem;
   text-indent: -1.5rem;
}

/*start_æ‹¬å¼§ä»˜é€£ç•ª*/
.GDPR_list-items--counter {
    padding-left: 5rem;
}

.GDPR_list-item--counter {
    padding: 0;
    text-indent: 0;
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
}

.GDPR_list-item--counter::before {
    content: "("counter(cnt) ")";
    display: inline-block;
    margin-left: -3.5rem;
    width: 3rem;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
}
/*end_æ‹¬å¼§ä»˜é€£ç•ª*/

span.bold{
	font-weight: bold;
}


@media screen and (min-width: 769px) {

    .GDPR_inner {
        max-width: 800px;
        margin-bottom: 80px;
    }

	.GDPR_ttl {
		 font-size: 2.4rem;
	}


}
</pre></body></html>