@charset "utf-8";
/* ===================================================================
    
=================================================================== */

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.privacy_box {
	width: 800px;
	margin: 0 auto;
}
.privacy_box a {
	word-break: break-all;
	text-decoration: underline;
	color: #2c2c2c;
}
.privacy_box a:hover {
	text-decoration: none;
}
.privacy_box h2 {
	font-size: 16px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
	padding-left: 2em;
	text-indent: -2em;
}
.privacy_box h3 {
	font-size: 15px;
	margin-bottom: 6px;
}
.privacy_indent {
	margin-left: 2.5em;
	margin-bottom: 40px;
}
.privacy_indent_2 {
	margin-left: 2em;
	margin-bottom: 40px;
}
.list_1 li {
	padding-left: 2em;
	text-indent: -2em;
}
.list_2 li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.text_sty1 {
	padding-left: 2em;
	text-indent: -2em;
}
.text_sty2 {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_box {
	width: 100%;
}
}

@media screen and (max-width: 767px) {
.privacy_box {
	width: 100%;
}
.privacy_box h2 {
	font-size: 14px;
}
.privacy_box h3 {
	font-size: 13px;
}
}