@charset "UTF-8";
body {
	background: url(../img/common/bd_back.jpg);
	background-position: center;
	background-attachment: fixed;
}
/*-----------------------------------

	privacy_block

-----------------------------------*/
#privacy_block {
	padding: 100px 0 80px;
}
#privacy_block .contents_inner {
	background: #ffffff;
	padding: 20px 0;
	border-radius: 10px;
}
#privacy_block .privacy_wrapper {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
}
.privacy_wrapper .privacy_box:not(:last-child) {
	margin-bottom: 45px;
}
.privacy_box h3 {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 15px;
	border-bottom: 2px solid #E1E1E1;
	margin-bottom: 30px;
}
.privacy_box h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
.privacy_box p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 15px;
}
.privacy_box5 p.ml {
	margin-left: 1.75em;
}
.privacy_box ul {
	margin-left: 2em;
}
.privacy_box4 ul {
	margin-bottom: 30px;
}
.privacy_box ul li {
	font-size: 16px;
	font-weight: 500;
}
.privacy_box ul li:not(:last-child) {
	margin-bottom: 1em;
}
.privacy_box ul li::marker {
	content: "・";
	color: #F83B3B;
}
.privacy_box a {
	color: #F83B3B;
	text-decoration: underline;	
	transition: 0.1s;
}
@media screen and (max-width: 1300px) {
	#privacy_block .contents_inner {
		padding: 20px;
	}	
}
@media screen and (max-width: 840px) {
	#privacy_block {
		padding: 100px 0;
	}		
}
@media screen and (max-width: 640px) {
	#privacy_block {
		padding: 50px 0;
	}
	.privacy_wrapper .privacy_box:not(:last-child) {
		margin-bottom: 30px;
	}	
	.privacy_box h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}			
	.privacy_box h4 {
		font-size: 16px;
		margin-bottom: 1em;
	}	
	.privacy_box p {
		font-size: 14px;
		margin-bottom: 1em;
	}
	.privacy_box ul li {
		font-size: 14px;
	}
	.privacy_box5 p.ml {
		margin-left: 1em;
	}
	.privacy_box ul {
		margin-left: 1.5em;
	}	
}
@media screen and (max-width: 425px) {
	#privacy_block {
		padding: 30px 0;
	}		
}
/*-----------------------------------

	footer

-----------------------------------*/
footer {
	background: #ffffff;
	padding-top: 20px;
}