@charset "UTF-8";
/* CSS Document */

#privacy_head{
	width: 100%;
	background-image: url(../img/privacy/privacy_head.jpg);
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 20px;
}

#pr_title{
	font-size: 26px;
	margin-top: 60px;
	font-weight: bold;
}

.title_404{
	font-size: 20px;
	margin-top: 60px;
	line-height: 30px;
	font-weight: bold;
}

#pr_01{
	width: 930px;
	background-image: url(../img/privacy/pri_bar.jpg);
	background-repeat: no-repeat;
	padding: 17px 0 15px 10px;
	background-size: contain;
	color: #fff;
	font-size: 20px;
	margin-top: 40px;
}

.pr_p{
	width: 940px;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
text-justify: inter-ideograph;
	margin-top: 10px;
}

.pr_p span{
	font-weight: bold;
	color: #32a8c6;
}

.privacy_list{
	width: 940px;
	font-size: 15px;
    line-height: 1.6em;
	margin-top: 10px;
    padding-left: 15px;
    box-sizing: border-box;
}
.privacy_list li{
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
}
.privacy_list li::before{
    content: '・';
    position: absolute;
    font-size: 15px;
    color: #111;
    left: 0;
    top: 0;
}


@media screen and (max-width: 750px) {
	
	
#privacy_head{
	display: none;
	width: 100%;
	background-image: url(../img/privacy/sp_pri_bar.jpg);
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
}

#pr_title{
	font-size: 26px;
	margin-top: 30px;
	font-weight: bold;
}

#pr_01{
	width: 100%;
	line-height: 25px;
	background-image: url(../img/privacy/sp_pri_bar.jpg);
	background-repeat: no-repeat;
	padding: 10px 0 10px 10px;
	background-size: cover;
	color: #fff;
	font-size: 20px;
	margin-top: 40px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.pr_p{
	width: 100%;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
text-justify: inter-ideograph;
	margin-top: 10px;
}

.pr_p span{
	font-weight: bold;
	color: #32a8c6;
}	
.privacy_list{
	width: 100%;
    padding-left: 0;
    box-sizing: border-box;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}