.privacy-section{
    position: relative;
}
.privacy-section:before {
    content: "";
	background-image: url("../images/common/pc-img/space/space02.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.privacy-section:after {
    content: "";
	background-color: #333;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}
.privacy{
    padding-bottom: 4.375rem;
	margin-top:2.5rem
}
.privacy__bodyTitle{
	font-weight: bold;
	font-size: 1.35rem;
	text-align: center;
}
.privacy__bodyTitle span{
	position: relative;
}
.privacy__bodyTitle span::before{
	content: "";
	display:inline-block;
	width:4.25rem;
	height: 2px;
	background-color: #333;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.privacy__siteText span{
    font-weight: bold;
    display:inline-block;
    margin-top: 1rem;
}
dl .privacy__body{
	margin-top: 2.5rem;
}
dl .privacy__bodyText{
	margin-top: 1.5rem;
}
.privacy__wrapperText{
	text-align: center;
}

@media (min-width: 768px) {
    .privacy{
        margin-top: 6.25rem;
        padding-bottom: 6.25rem;
    }
	.privacy__bodyTitle{
		font-size: 1.5rem;
	}
}