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


/* ==========================
main
============================= */

.site_map a:link {
    text-decoration: none;

}

/* ==========================

============================= */
.privacy {
    max-width: 1024px;
    margin: auto;
    font-family: "Hiragino Kaku Gothic ProN",'Noto Sans JP',sans-serif;
}
.pp_top {
    font-weight: bold;
    font-size: 120%;
    margin-top: 70px;
}
.pp_text {
    margin: 30px 0 70px;
}

.pp_text ul li {
    text-indent: -1em;
	padding-left: 1em;
}

.pp_text ul li span {
    color:#629e35;
}

.square{
	border: solid 1px #ccc;
	padding: 20px;
}


@media screen and ( max-width: 1000px ){

}
@media screen and ( max-width: 767px ){
.site_map {
    max-width: 90%;
}
	
.pp_text ul li {
    text-indent: -1em;
	padding-left: 1em;
}
.privacy {
    width: 90%;
    margin: auto;
}
}
@media print {


}