#search {
	background: #eee;
}

.personalcontent {
	max-width: 768px;
	margin: 0 auto;
}

.privacy:not(:last-child) {
	margin-bottom: 36px;
}

.privacy__note {
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 1.8;
}

.privacy__text li {
	position: relative;
	/* padding-left: 1.5em; */
	font-size: 13px;
	line-height: 1.8;
}

/* .privacy__text li:before {
	content: '';
	display: block;
	position: absolute;
	top: .25em;
	left: 0;
	width: 1em;
	height: 1em;
	background: #0c0851;
	border-radius: 50%;
} */

.privacy__text li:not(:last-child) {
	margin-bottom: 6px;
}
.right_txt {
    text-align: right;
    margin: 35px 0;
	font-size: 14px;
	line-height: 1.8;
}
.brder_box {
	border: 1px solid #000000;
    width: 85%;
    margin: 60px auto;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
}
.brder_box .bold {
    font-weight: bold;
	margin-bottom: 3%;
}
.txt_lft {
    text-align: left;
    display: inline-block;
    margin: 0;
}
.privacy__text .mt15 {
    margin-top: 15px;
}
.privacy__text span {
    display: block;
    margin: 20px 0 0;
    font-weight: bold;
}
.privacy__text li ul {
    margin-left: 15px;
}
.right_txt .sp{
	display: none;
}
.privacy__text .mt15.nbold{
	font-weight: normal;
}
@media screen and (max-width: 767px){
	.right_txt .sp{
		display: block;
	}
}