@charset "UTF-8";
/* CSS Document */
.privacy-wrapper{
	max-width: 960px;
	margin: 80px auto;
}
.privacy-box{
	margin-bottom: 32px;
}
.privacy-inner-box{
	margin-left: 16px;
}
.privacy-ttl{
	font-weight: 600;
	margin-bottom: 8px;
}
.privacy-number{
	margin-right: 4px;
}
.privacy-list{
	display: flex;
	margin-bottom: 8px;
}
.privacy-txt01{
	margin-bottom: 8px;
}
.privacy-txt02{
	margin-bottom: 0px!important;
}

@media screen and (max-width: 1000px) {
.privacy-wrapper {
    width: 80%;
	}
}
@media screen and (max-width: 420px) {
.privacy-wrapper {
    width: 100%;
	}
}