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

.privacy_box{
	margin:0 60px 60px;
	padding:60px;
	border:1px solid #efefef;
}

.privacypolicy_title{
	font-size: 2.5rem;
	font-family: "Noto Sans Japanese";
	margin-bottom: 50px;
	text-align: center;
}

.privacypolicy_read{
	margin-bottom: 30px;
	/*line-height: 1.6;*/
	line-height: 1.8;
}

.privacypolicy_list{
	list-style:decimal; 
	margin-bottom: 0;
}
.privacypolicy_list li{
	margin-bottom: 30px;
	line-height: 1.6;
	margin-left: 15px;
	
}

/*20250513 追加*/
.box_date {
	margin: 0 0 50px 0;
}

.list_box {
	margin: 10px 0 0 0;
}
.list_box .list_txt {
	line-height: 1.8;
}

.privacypolicy_last {
	margin: 0 0 0;
	line-height: 1.8;
}

.txt_right {
	text-align: right;
}

@media screen and (max-width: 667px){
	
	.privacy_box{
		margin:30px 0;
		padding:20px;
		border:1px solid #efefef;
	}

	.privacypolicy_title{
		font-size: 2.0rem;
		font-family: "Noto Sans Japanese";
		margin-bottom: 30px;
        margin-top: 30px;
		text-align: center;
		line-height: 1.5;
	}

	.privacypolicy_read{
		margin-bottom: 20px;
		line-height: 1.6;

	}

	.privacypolicy_list{
		list-style:decimal; 
		margin-bottom: 0;
	}
	.privacypolicy_list li{
		margin-bottom: 20px;
		line-height: 1.6;
		margin-left: 15px;

	}
	
	/*20250513 追加*/
	.box_date {
		margin: 0 0 30px 0;
	}


}
