@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

.c-ttl01{
	text-align: center;
}
.privacy-text{
	max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}
.p-top01 p{
	margin-bottom: 10px;
}
h3{
	margin-top: 15px;
}
.ml-50{
	margin-left: 50px;
}
.txt-left{
	text-align: end;
}
.sp{
	display: none;
}
.privacy-flex{
	display: flex;
}
.w-60{
	width: 60px;
}
.w-80{
	width: 90%;
}
@media screen and (max-width: 768px){
	.sp{
		display: block;
	}
}
/*-------------------------------------------
security
-------------------------------------------*/
.p-top01 .mb-40{
	margin-bottom: 40px;
}
.p-top01 .mb-20{
	margin-bottom: 20px;
}